@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
@font-face {
  font-family: "Gilroy-Regular";
  src: url("fonts/Gilroy-Regular.woff") format("woff"), url("fonts/Gilroy-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Black";
  src: url("fonts/Gilroy-Black.woff") format("woff"), url("fonts/Gilroy-Black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url("fonts/Gilroy-Bold.woff") format("woff"), url("fonts/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url("fonts/Gilroy-ExtraBold.woff") format("woff"), url("fonts/Gilroy-ExtraBold.woff") format("woff");
  font-weight: bolder;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy Heavy";
  src: url("fonts/Gilroy-Heavy.woff") format("woff"), url("fonts/Gilroy-Heavy.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy Light";
  src: url("fonts/Gilroy-Light.woff") format("woff"), url("fonts/Gilroy-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy Medium";
  src: url("fonts/Gilroy-Medium.woff") format("woff"), url("fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy SemiBold";
  src: url("fonts/Gilroy-SemiBold.woff") format("woff"), url("fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy Thin";
  src: url("fonts/Gilroy-Thin.woff") format("woff"), url("fonts/Gilroy-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
.fgbl {
  font-family: "Gilroy-Black";
}

.fgl {
  font-family: "Gilroy Light";
}

.fgb {
  font-family: "Gilroy-Bold";
}

.fgh {
  font-family: "Gilroy Heavy";
}

.fgm {
  font-family: "Gilroy Medium" !important;
}

.fgsb {
  font-family: "Gilroy SemiBold";
}

:root {
  --primary-color: #4550c2;
  --white-color: #FFFFFF;
  --black-color: #000000;
  --tp-bg-color: #f6f6fc;
  --light: "Gilroy Light";
  --black: "Gilroy-Black";
  --bold: "Gilroy-Bold";
  --medium: "Gilroy Medium";
  --pvebg-color: #fbfaff;
  --table-head: #535353;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Gilroy-Regular";
  color: #333333;
}

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  position: relative;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

textarea {
  resize: vertical;
  overflow: auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

img {
  pointer-events: none;
}

textarea {
  resize: none;
}

iframe#launcher {
  display: none;
}

.slick-next:before,
.slick-prev:before {
  font-size: 0;
}

.allcaps {
  text-transform: uppercase;
}

.bigspacing {
  padding: 80px 0;
}

.mediumbigspacing {
  padding: 60px 0;
}

.smallspacing {
  padding: 40px 0;
}

.vsmallspacing {
  padding: 30px 0;
}

.somespacing {
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .bigspacing {
    padding: 40px 0;
  }
  .smallspacing {
    padding: 30px 0;
  }
}
.pbgcolor {
  background-color: #4550c2;
}

.basebgcolor {
  background-color: #f7f9fe;
}

.wtextcolor {
  color: #FFFFFF;
}

.nomar {
  margin: 0;
}

.nopad {
  padding: 0;
}

.no_mb {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-30 {
  margin-left: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.pd20 {
  padding: 20px;
}

.pd40 {
  padding: 40px;
}

.pd60 {
  padding: 60px;
}

.pd80 {
  padding: 80px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pdl40 {
  padding-left: 40px;
}

.pad15 {
  padding: 0 15px;
}

.mr15 {
  margin-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}

.prz {
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 990px) {
  .no_show {
    display: none;
  }
}
.common_h2 {
  margin-bottom: 20px;
  font-size: 36px;
  font-family: "Gilroy Light";
}
.common_h2 span {
  font-family: "Gilroy-Bold";
}

.fullbox {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.fullbox .halfbox {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.fullbox .onethreebox {
  width: 33%;
  display: table-cell;
  vertical-align: middle;
}
.fullbox .twothreebox {
  width: 67%;
  display: table-cell;
  vertical-align: middle;
}
.fullbox .twofivebox {
  width: 40%;
  display: table-cell;
  vertical-align: middle;
}
.fullbox .threefivebox {
  width: 60%;
  display: table-cell;
  vertical-align: middle;
}

.reverse_row {
  display: flex;
  flex-flow: column-reverse;
}

.main_header {
  height: 100px;
  max-height: 100px;
  z-index: 9999;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  animation: smoothScroll 1s forwards;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.18);
}

.footerbgcolor {
  background-image: linear-gradient(#5548c2, #4650c2);
}

.hardbasebgcolor {
  background-color: #e3e5fd;
}

span.strikeme {
  text-decoration: line-through;
}

.tencomob {
  display: none;
}

#scroll {
  position: fixed;
  right: 0px;
  bottom: 150px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #4550c2;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 5px 0 0 5px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #FFFFFF;
}
#scroll span:hover {
  background-color: #5A4FCF;
}

.noscrollinghere {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px;
  }
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes loader {
  from {
    transform: scale(0, 0);
  }
  to {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes loader {
  from {
    -webkit-transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
  }
}
@keyframes loader_white {
  from {
    transform: scale(0, 0);
  }
  to {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes loader_white {
  from {
    -webkit-transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
  }
}
@keyframes movebtn {
  0% {
    right: 20px;
  }
  50% {
    right: 25px;
  }
  100% {
    right: 20px;
  }
}
.loader {
  display: inline-block;
  font-size: 0;
  padding: 0;
}
.loader span {
  vertical-align: middle;
  border-radius: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 3px 2px;
  -webkit-animation: loader 0.8s linear infinite alternate;
  animation: loader 0.8s linear infinite alternate;
}
.loader span:nth-child(1) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background: rgba(69, 80, 194, 0.6);
}
.loader span:nth-child(2) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: rgba(69, 80, 194, 0.8);
}
.loader span:nth-child(3) {
  -webkit-animation-delay: -0.26666s;
  animation-delay: -0.26666s;
  background: #4550c2;
}
.loader span:nth-child(4) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: rgba(69, 80, 194, 0.8);
}
.loader span:nth-child(5) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background: rgba(69, 80, 194, 0.4);
}

.loader_white {
  display: inline-block;
  font-size: 0;
  padding: 0;
}
.loader_white span {
  vertical-align: middle;
  border-radius: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 3px 2px;
  -webkit-animation: loader_white 0.8s linear infinite alternate;
  animation: loader 0.8s linear infinite alternate;
}
.loader_white span:nth-child(1) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background: rgba(255, 255, 255, 0.6);
}
.loader_white span:nth-child(2) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: rgba(255, 255, 255, 0.8);
}
.loader_white span:nth-child(3) {
  -webkit-animation-delay: -0.26666s;
  animation-delay: -0.26666s;
  background: #FFFFFF;
}
.loader_white span:nth-child(4) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: rgba(255, 255, 255, 0.8);
}
.loader_white span:nth-child(5) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background: rgba(255, 255, 255, 0.4);
}

.hidebig .b_logo {
  background: url(../img/bidhom_logo_white.png) no-repeat;
  display: inline-block;
  width: 144px;
  height: 60px;
}

.navbar {
  height: 100px;
  background: transparent;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  -webkit-transition: background 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.navbar .logobox {
  margin-top: 10px;
}
.navbar .logobox a {
  background: url(../img/logo/bidhom_logo_white.svg) no-repeat;
  background-size: contain;
  width: 180px;
  height: 70px;
  display: inline-block;
}
.navbar .navbar-menu .navbar-menu-left {
  margin-left: 50px;
}
.navbar .navbar-menu .navbar-menu-left ul {
  display: flex;
}
.navbar .navbar-menu .navbar-menu-left ul li {
  padding: 0 10px;
  font-family: "Gilroy Light";
  font-size: 18px;
}
.navbar .navbar-menu .navbar-menu-left ul li a {
  color: #FFFFFF;
}
.navbar .navbar-menu .navbar-menu-left ul li.small_navigation {
  position: relative;
}
.navbar .navbar-menu .navbar-menu-left ul li div.small_navigation_box {
  position: absolute;
  left: 10px;
  width: 225px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all 0.35s ease-in-out;
  padding: 10px;
  background-color: #FFF;
  border-radius: 10px;
  transform: translateY(150px);
  margin-top: 10px;
  opacity: 0;
  transform: translateY(150px);
  visibility: hidden;
}
.navbar .navbar-menu .navbar-menu-left ul li div.small_navigation_box ul {
  display: flex;
  flex-direction: column;
}
.navbar .navbar-menu .navbar-menu-left ul li div.small_navigation_box ul li {
  padding: 4px 8px;
  margin-bottom: 0;
  transition: all 0.25s ease-in-out;
}
.navbar .navbar-menu .navbar-menu-left ul li div.small_navigation_box ul li a h6 {
  color: #000000;
  display: flex;
  font-size: 16px;
  margin-bottom: 5px;
}
.navbar .navbar-menu .navbar-menu-left ul li div.small_navigation_box ul li a p {
  font-size: 10px;
  font-family: "Gilroy Light";
  margin-bottom: 4px;
}
.navbar .navbar-menu .navbar-menu-left ul li div.small_navigation_box ul li:last-child {
  margin-bottom: 0;
}
.navbar .navbar-menu .navbar-menu-left ul li div.small_navigation_box ul li:hover {
  background-color: #f0f1fb;
}
.navbar .navbar-menu .navbar-menu-left ul li.small_navigation.show div.small_navigation_box {
  display: block;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.navbar .navbar-menu-right {
  float: right;
}
.navbar .navbar-menu-right a {
  color: #FFFFFF;
}
.navbar .navbar-menu-right a.phonebtn {
  margin-right: 30px;
  position: relative;
}
.navbar .navbar-menu-right a.phonebtn:before {
  content: "";
  background: url(../img/phone.png) no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: cover;
  margin-right: 10px;
  position: absolute;
  left: -20px;
  top: 2px;
}
.navbar .navbar-menu-right a.navibtn {
  display: inline-block;
  padding: 10px 15px;
  background-color: #FFFFFF;
  color: #000000;
  margin-right: 5px;
}
.navbar .navbar-menu-right a.softbtn {
  margin-right: 10px;
  padding-bottom: 5px;
  font-weight: 500;
  color: #FFFFFF;
}
.navbar .navbar-menu-right a.softbtn.consalesbtn {
  padding: 10px 15px;
  background: #FFFFFF;
  color: #4550c2;
  display: inline-block;
  border-bottom: none;
}

.mobile_menu {
  display: none;
}
@media only screen and (max-width: 991px) {
  .mobile_menu .mobile_menu {
    display: block;
  }
}

.navbar.sticky {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.06);
}
.navbar.sticky .logobox a {
  background: url(../img/logo/bidhom_logo.svg) no-repeat;
  background-size: contain;
}
.navbar.sticky .navbar-menu-left ul li a {
  color: #000000;
}
.navbar.sticky .navbar-menu-left ul li .active a {
  color: #4550c2;
  border-bottom-color: #4550c2;
}
.navbar.sticky .navbar-menu-right a {
  color: #000000;
}
.navbar.sticky .navbar-menu-right a.phonebtn:before {
  background: url(../img/phone_colored.png) no-repeat;
  background-size: cover;
}
.navbar.sticky .navbar-menu-right a.navibtn {
  background-color: #4550c2;
  color: #FFFFFF;
}
@media screen and (min-width: 991px) and (max-width: 1024px) {
  .navbar.sticky .navbar-menu-right a.navibtn {
    padding: 10px;
  }
}
.navbar.sticky .navbar-menu-right a.softbtn {
  color: #4550c2;
  border-color: #4550c2;
}
.navbar.sticky .navbar-menu-right a.softbtn.consalesbtn {
  background-color: #4550c2;
  color: #FFFFFF;
}

.big_navigation {
  position: absolute;
  width: 800px;
  padding: 10px;
  background-color: var(--white-color);
  margin-top: 20px;
  display: flex;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  transform: translateY(150px);
  visibility: hidden;
}
.big_navigation .big_navigation_box {
  display: flex;
  width: 100%;
}
.big_navigation .big_navigation_box .navigation_left {
  width: 30%;
}
.big_navigation .big_navigation_box .navigation_left h5 {
  font-size: 18px;
  font-family: "Gilroy-Bold";
  color: #212121;
  margin-bottom: 0;
  padding: 5px;
  padding-left: 8px;
  background-color: #f0f1fb;
  border-right: 1px solid #FFFFFF;
  border-top-left-radius: 10px;
}
.big_navigation .big_navigation_box .navigation_left ul {
  padding: 10px;
  flex-direction: column;
}
.big_navigation .big_navigation_box .navigation_left ul li {
  padding: 0;
  display: block !important;
  border-radius: 4px;
}
.big_navigation .big_navigation_box .navigation_left ul li a {
  padding: 8px;
  display: flex;
  flex-direction: column;
}
.big_navigation .big_navigation_box .navigation_left ul li a h6 {
  font-size: 14px;
  font-family: "Gilroy Medium";
  margin-bottom: 4px;
  color: #212121;
}
.big_navigation .big_navigation_box .navigation_left ul li a p {
  font-size: 12px;
  font-family: "Gilroy Light";
  margin-bottom: 0;
}
.big_navigation .big_navigation_box .navigation_left ul li a:hover {
  background-color: #f0f1fb;
}
.big_navigation .big_navigation_box .navigation_right {
  width: 70%;
}
.big_navigation .big_navigation_box .navigation_right h5 {
  font-size: 18px;
  font-family: "Gilroy-Bold";
  color: #212121;
  margin-bottom: 0;
  padding: 5px;
  padding-left: 8px;
  background-color: #f0f1fb;
  border-top-right-radius: 10px;
}
.big_navigation .big_navigation_box .navigation_right ul {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.big_navigation .big_navigation_box .navigation_right ul li {
  width: calc(50% - 5px);
  padding: 0;
  display: block !important;
  border-radius: 4px;
}
.big_navigation .big_navigation_box .navigation_right ul li a {
  padding: 8px;
  display: flex;
  flex-direction: column;
}
.big_navigation .big_navigation_box .navigation_right ul li a h6 {
  font-size: 14px;
  font-family: "Gilroy Medium";
  margin-bottom: 4px;
  color: #212121;
}
.big_navigation .big_navigation_box .navigation_right ul li a p {
  font-size: 12px;
  font-family: "Gilroy Light";
  margin-bottom: 0;
}
.big_navigation .big_navigation_box .navigation_right ul li a:hover {
  background-color: #f0f1fb;
}
.big_navigation.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
@media only screen and (max-width: 900px) {
  .big_navigation {
    display: none;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .navbar .navbar-menu .navbar-menu-left ul li {
    font-size: 14px;
    padding: 0 8px;
  }
  .navbar .navbar-menu .navbar-menu-right .softbtn {
    display: none !important;
  }
  .navbar.navbar_new .logobox a {
    background-size: contain;
  }
}
.navbar.navbar_new .restricted_container {
  position: relative;
}
.navbar.navbar_new .logobox a {
  background: url(../img/logo/bidhom_logo.svg) no-repeat;
  background-size: contain;
}
.navbar.navbar_new .navbar-menu-left ul li a {
  color: #000;
}
.navbar.navbar_new .navbar-menu-left ul li.active a {
  color: #4550c2;
  border-bottom-color: #4550c2;
}
.navbar.navbar_new .navbar-menu-left ul li:hover a {
  color: #4550c2;
}
.navbar.navbar_new .navbar-menu-right a {
  color: #000;
}
.navbar.navbar_new .navbar-menu-right a.phonebtn:before {
  background: url(../img/phone_colored.webp) no-repeat;
  background-size: cover;
}
.navbar.navbar_new .navbar-menu-right a.navibtn {
  background-color: #4550c2;
  color: #FFFFFF;
}
.navbar.navbar_new .navbar-menu-right a.softbtn {
  color: #4550c2;
  border-color: #4550c2;
}
.navbar.navbar_new .navbar-menu-right a.softbtn.consalesbtn {
  background-color: #4550c2;
  color: #FFFFFF;
}
.navbar.navbar_new .navigation_box_new {
  position: absolute;
  width: 1200px;
  left: 0;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 15px;
  transform: translateY(150px);
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  opacity: 0;
  margin-top: 50px;
}
.navbar.navbar_new .navigation_box_new.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.navbar.navbar_new .navigation_box_new_inner h3 {
  color: #4550c2;
  font-family: "Gilroy Medium";
  margin-bottom: 15px;
}
.navbar.navbar_new .navigation_box_new_inner_section {
  display: flex;
  justify-content: space-between;
}
.navbar.navbar_new .navigation_box_new_inner_section_box {
  width: calc(20% - 10px);
  padding: 10px;
  background: rgb(248, 248, 254);
  background: linear-gradient(180deg, rgb(248, 248, 254) 0%, rgb(215, 218, 243) 100%);
  border: 1px solid #eeeeee;
  border-radius: 10px;
  overflow: hidden;
  align-self: stretch;
}
.navbar.navbar_new .navigation_box_new_inner_section_box a {
  display: flex;
  flex-direction: column;
}
.navbar.navbar_new .navigation_box_new_inner_section_box a h5 {
  color: #4550c2;
  margin-bottom: 20px;
  font-family: "Gilroy Medium";
}
.navbar.navbar_new .navigation_box_new_inner_explore {
  display: flex;
  justify-content: space-between;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box {
  width: calc(25% - 10px);
  padding: 0 15px;
  border-right: 1px solid #eeeeee;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box h4 {
  color: #4550c2;
  margin-bottom: 20px;
  font-family: "Gilroy Medium";
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(1), .navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(3) {
  width: 20%;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(1) ul, .navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(3) ul {
  display: flex;
  flex-direction: column;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(1) ul li, .navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(3) ul li {
  margin-bottom: 20px;
  padding: 0;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(1) ul li:last-child, .navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(3) ul li:last-child {
  margin-bottom: 0;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(1) ul li a, .navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(3) ul li a {
  display: flex;
  align-items: center;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(1) ul li a img, .navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(3) ul li a img {
  margin-right: 5px;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(1) ul li a span, .navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(3) ul li a span {
  font-family: "Gilroy Medium";
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(2) ul {
  display: flex;
  flex-direction: column;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(2) ul li {
  margin-bottom: 15px;
  padding: 0;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(2) ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  background: rgb(245, 246, 253);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(245, 246, 253) 100%);
  border-radius: 10px;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(2) ul li a p {
  margin-bottom: 0;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(2) ul li a span {
  width: 40px;
  height: 40px;
  border: 2px solid #4550c2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  position: relative;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(2) ul li a span:before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #4550c2;
  position: absolute;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(2) ul li a span:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #4550c2;
  border-right: 2px solid #4550c2;
  background-color: transparent;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(2) ul li:last-child {
  margin-bottom: 0;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(3) {
  width: calc(25% - 10px);
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(4) {
  width: 30%;
  border-right: none;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(4) p {
  font-size: 14px;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(4) img {
  border-radius: 10px;
}
.navbar.navbar_new .navigation_box_new_small {
  position: absolute;
  width: 800px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 15px;
  transform: translateY(150px);
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  opacity: 0;
  margin-top: 50px;
  left: 30%;
}
.navbar.navbar_new .navigation_box_new_small.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.navbar.navbar_new .navigation_box_new_small h3 {
  color: #4550c2;
  font-family: "Gilroy Medium";
  margin-bottom: 15px;
}
.navbar.navbar_new .navigation_box_new_small_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar.navbar_new .navigation_box_new_small_inner_box {
  width: calc(25% - 5px);
}
.navbar.navbar_new .navigation_box_new_small_inner_box a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px;
  background: rgb(245, 246, 253);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(245, 246, 253) 100%);
  border: 1px solid #eeeeee;
  border-radius: 10px;
}
.navbar.navbar_new .navigation_box_new_small_inner_box a span {
  font-family: "Gilroy Medium";
  margin-left: 5px;
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .navbar.navbar_new {
    display: none;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1199px) {
  .navbar.navbar_new .logobox {
    margin-top: 0;
    display: flex;
    align-items: center;
  }
  .navbar.navbar_new .logobox a {
    width: 140px;
    height: 50px;
    background-size: cover;
  }
}

.navbar.navbar_new .restricted_container {
  position: relative;
}
.navbar.navbar_new .logobox a {
  background: url(../img/logo/bidhom_logo.svg) no-repeat;
  background-size: contain;
}
.navbar.navbar_new .navbar-menu-left {
  margin-left: 0;
}
.navbar.navbar_new .navbar-menu-left ul li a {
  color: #000;
}
.navbar.navbar_new .navbar-menu-left ul li.active a {
  color: #4550c2;
  border-bottom-color: #4550c2;
}
.navbar.navbar_new .navbar-menu-left ul li:hover a {
  color: #4550c2;
}
.navbar.navbar_new .navbar-menu-right a {
  color: #000;
}
.navbar.navbar_new .navbar-menu-right a.phonebtn:before {
  background: url(../img/phone_colored.webp) no-repeat;
  background-size: cover;
}
.navbar.navbar_new .navbar-menu-right a.navibtn {
  background-color: #4550c2;
  color: #FFFFFF;
}
.navbar.navbar_new .navbar-menu-right a.softbtn {
  color: #4550c2;
  border-color: #4550c2;
}
.navbar.navbar_new .navbar-menu-right a.softbtn.consalesbtn {
  background-color: #4550c2;
  color: #FFFFFF;
}
.navbar.navbar_new .navigation_box_new {
  position: absolute;
  width: 1240px;
  left: 0;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 15px;
  transform: translateY(150px);
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  opacity: 0;
  margin-top: 45px;
}
.navbar.navbar_new .navigation_box_new.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.navbar.navbar_new .navigation_box_new_inner h3 {
  color: #4550c2;
  font-family: "Gilroy Medium";
  margin-bottom: 15px;
}
.navbar.navbar_new .navigation_box_new_inner_section {
  display: flex;
  justify-content: space-between;
}
.navbar.navbar_new .navigation_box_new_inner_section_box {
  width: calc(20% - 10px);
  padding: 0;
  background: rgb(248, 248, 254);
  background: linear-gradient(180deg, rgb(248, 248, 254) 0%, rgb(215, 218, 243) 100%);
  border: 1px solid #eeeeee;
  border-radius: 10px;
  overflow: hidden;
  align-self: stretch;
}
.navbar.navbar_new .navigation_box_new_inner_section_box a {
  display: flex;
  flex-direction: column;
}
.navbar.navbar_new .navigation_box_new_inner_section_box a h5 {
  color: #4550c2;
  margin-bottom: 20px;
  font-family: "Gilroy Medium";
  padding: 10px 0 0 10px;
}
.navbar.navbar_new .navigation_box_new_inner_section_box a img {
  border: 10px solid #f3f3fb;
  border-right: none;
  margin-left: 10px;
  max-height: 120px;
  width: 100%;
  object-fit: cover;
  height: auto;
}
.navbar.navbar_new .navigation_box_new_inner_explore {
  display: flex;
  justify-content: space-between;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box {
  width: calc(25% - 10px);
  padding: 0 15px;
  border-right: 1px solid #eeeeee;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box h4 {
  color: #4550c2;
  margin-bottom: 20px;
  font-family: "Gilroy Medium";
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(1), .navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(3) {
  width: 20%;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(1) ul, .navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(3) ul {
  display: flex;
  flex-direction: column;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(1) ul li, .navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(3) ul li {
  margin-bottom: 15px;
  padding: 10px 15px;
  border-bottom: 1px solid #EEEEEE;
  border-radius: 10px;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(1) ul li:last-child, .navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(3) ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(1) ul li a, .navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(3) ul li a {
  display: flex;
  align-items: center;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(1) ul li a img, .navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(3) ul li a img {
  margin-right: 6px;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(1) ul li a span, .navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(3) ul li a span {
  font-family: "Gilroy Medium";
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(1) ul li:hover, .navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(3) ul li:hover {
  background: rgb(245, 246, 253);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(245, 246, 253) 100%);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(2) ul {
  display: flex;
  flex-direction: column;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(2) ul li {
  margin-bottom: 15px;
  padding: 0;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(2) ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  background: rgb(245, 246, 253);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(245, 246, 253) 100%);
  border-radius: 10px;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(2) ul li a p {
  margin-bottom: 0;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(2) ul li a span {
  width: 40px;
  height: 40px;
  border: 2px solid #4550c2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(2) ul li a span:before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #4550c2;
  position: absolute;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(2) ul li a span:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #4550c2;
  border-right: 2px solid #4550c2;
  background-color: transparent;
  transform: rotate(45deg);
  position: absolute;
  right: 9px;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(2) ul li a:hover {
  background: rgb(245, 246, 253);
  background: linear-gradient(180deg, rgb(245, 246, 253) 0%, rgb(255, 255, 255) 100%);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(2) ul li a:hover span {
  transform: rotate(-45deg);
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(2) ul li:last-child {
  margin-bottom: 0;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(3) {
  width: calc(25% - 10px);
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(4) {
  width: 30%;
  border-right: none;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(4) p {
  font-size: 14px;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(4) a {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(4) a img {
  border-radius: 10px;
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.navbar.navbar_new .navigation_box_new_inner_explore_box:nth-child(4) a:hover img {
  transform: scale(1.05);
}
.navbar.navbar_new .navigation_box_new_small {
  position: absolute;
  width: 800px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 15px;
  transform: translateY(150px);
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  opacity: 0;
  margin-top: 50px;
  left: 30%;
}
.navbar.navbar_new .navigation_box_new_small.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.navbar.navbar_new .navigation_box_new_small h3 {
  color: #4550c2;
  font-family: "Gilroy Medium";
  margin-bottom: 15px;
}
.navbar.navbar_new .navigation_box_new_small_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar.navbar_new .navigation_box_new_small_inner_box {
  width: calc(25% - 5px);
}
.navbar.navbar_new .navigation_box_new_small_inner_box a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px;
  background: rgb(245, 246, 253);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(245, 246, 253) 100%);
  border: 1px solid #eeeeee;
  border-radius: 10px;
  transition: all 0.25s ease-in-out;
}
.navbar.navbar_new .navigation_box_new_small_inner_box a span {
  font-family: "Gilroy Medium";
  margin-left: 5px;
}
.navbar.navbar_new .navigation_box_new_small_inner_box a:hover {
  background: rgb(245, 246, 253);
  background: linear-gradient(180deg, rgb(245, 246, 253) 0%, rgb(255, 255, 255) 100%);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.navbar.navbar_new .navigation_box_new_medium {
  position: absolute;
  width: 1000px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 15px;
  transform: translateY(150px);
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  opacity: 0;
  margin-top: 50px;
  left: 20%;
}
.navbar.navbar_new .navigation_box_new_medium.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.navbar.navbar_new .navigation_box_new_medium h3 {
  color: #4550c2;
  font-family: "Gilroy Medium";
  margin-bottom: 15px;
}
.navbar.navbar_new .navigation_box_new_medium_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar.navbar_new .navigation_box_new_medium_inner_box {
  width: calc(25% - 5px);
}
.navbar.navbar_new .navigation_box_new_medium_inner_box a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px;
  background: rgb(245, 246, 253);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(245, 246, 253) 100%);
  border: 1px solid #eeeeee;
  border-radius: 10px;
  transition: all 0.25s ease-in-out;
}
.navbar.navbar_new .navigation_box_new_medium_inner_box a span {
  font-family: "Gilroy Medium";
  margin-left: 5px;
  font-size: 14px;
}
.navbar.navbar_new .navigation_box_new_medium_inner_box a:hover {
  background: rgb(245, 246, 253);
  background: linear-gradient(180deg, rgb(245, 246, 253) 0%, rgb(255, 255, 255) 100%);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.navbar.navbar_new_white .logobox a {
  background: url(../img/logo/bidhom_logo.svg) no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
}
.navbar.navbar_new_white .navbar-menu-left ul li a {
  color: #FFFFFF;
}
.navbar.navbar_new_white .navbar-menu-left ul li a:hover {
  color: #FFFFFF;
}
.navbar.navbar_new_white .navbar-menu-left ul li:hover a {
  color: #FFFFFF;
}
.navbar.navbar_new_white .navbar-menu-left ul li.active a {
  color: #FFFFFF;
  border: none;
}
.navbar.navbar_new_white .navbar-menu-right a.softbtn {
  color: #FFFFFF;
}
.navbar.navbar_new_white .navigation_box_new_medium_inner_box a {
  border: 1px solid #eeeeee !important;
}
.navbar.navbar_new_white.sticky .logobox a {
  background: url(../img/logo/bidhom_logo.svg) no-repeat;
  background-size: contain;
  filter: none;
}
.navbar.navbar_new_white.sticky .navbar-menu-left ul li a {
  color: #000000;
}
.navbar.navbar_new_white.sticky .navbar-menu-left ul li a:hover {
  color: #000000;
}
.navbar.navbar_new_white.sticky .navbar-menu-left ul li:hover a {
  color: #000000;
}
.navbar.navbar_new_white.sticky .navbar-menu-left ul li.active a {
  color: #4550c2;
}
.navbar.navbar_new_white.sticky .navbar-menu-right a.softbtn {
  color: #000000;
}
.navbar.navbar_new_white.sticky .navbar-menu-right a.softbtn.consalesbtn {
  color: #FFFFFF;
}
@media only screen and (min-width: 993px) and (max-width: 1199px) {
  .navbar.navbar_new .logobox {
    margin-top: 0;
    display: flex;
    align-items: center;
  }
  .navbar.navbar_new .logobox a {
    width: 140px;
    height: 50px;
    background-size: cover;
  }
  .navbar.navbar_new .navbar-menu-right a.softbtn.consalesbtn {
    display: none;
  }
}

.btnBidhom {
  display: inline-block;
  padding: 10px 35px;
  background-color: #4550c2;
  color: #FFFFFF;
  border-radius: 2px;
}
.btnBidhom.whitebtn {
  background-color: #FFFFFF;
  color: #2e39aa;
}
.btnBidhom:hover {
  background-color: #2e39aa;
  color: #FFFFFF;
}
.btnBidhom.whitebox {
  border: 1px solid #FFFFFF;
}

.btnBidhom_white {
  color: #4550c2;
  border: 2px solid #4550c2;
  background: transparent;
  display: inline-block;
  padding: 10px 25px;
  font-family: "Gilroy SemiBold";
  border-radius: 4px;
}
.btnBidhom_white:hover {
  color: #FFFFFF;
  border: 2px solid #4550c2;
  background: #4550c2;
}

.customModal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  opacity: 0;
  visibility: hidden;
  background: #111517;
  -webkit-transition: all 0.4s ease-out, 0s;
  -o-transition: all 0.4s ease-out, 0s;
  transition: all 0.4s ease-out, 0s;
}
.customModal.is-open {
  opacity: 1;
  visibility: visible;
}
.customModal .closeModal {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 10;
}
@media (max-width: 600px) {
  .customModal .closeModal {
    width: 20px;
    top: 20px;
    right: 20px;
  }
}

.playerContainer {
  margin: 0 auto;
  width: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.playerContainer .videoWrap {
  position: relative;
  background: #060910;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(0.65);
  -ms-transform: scale(0.65);
  -o-transform: scale(0.65);
  transform: scale(0.65);
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.playerContainer .videoWrap .videoElement {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.playerContainer .videoWrap #btnPlayPause {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.playerContainer .videoWrap #btnPlayPause .playIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.playerContainer .videoWrap #btnPlayPause.play {
  background: rgba(0, 0, 0, 0.35);
}
.playerContainer .videoWrap #btnPlayPause.play .playIcon {
  opacity: 1;
  visibility: visible;
}
.playerContainer .videoWrap #btnPlayPause.pause {
  background: rgba(0, 0, 0, 0);
}
.playerContainer .videoWrap #btnPlayPause.pause .playIcon {
  opacity: 0;
  visibility: hidden;
}
.playerContainer .progressBar {
  position: relative;
  z-index: 1;
  width: 40%;
  left: 20%;
  height: 6px;
  border: none;
  background: #434343;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.playerContainer .progressBar .progressFill {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 6px;
  background: #ef323a;
}
.playerContainer.is-open .videoWrap {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.playerContainer.is-open .videoWrap .videoElement {
  opacity: 1;
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.playerContainer.is-open .progressBar {
  width: 100%;
  left: 0;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
@media (max-width: 1199px) {
  .playerContainer {
    width: 90%;
  }
}

.accordian {
  max-width: 900px;
  width: 100%;
  color: #1d1d1d;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-size: 16px;
  margin: 0 auto;
}
.accordian ul > li {
  margin-bottom: 10px;
}
.accordian ul ul {
  display: none;
  height: 100%;
  margin-bottom: -7px;
}
.accordian ul ul li {
  background-color: #FFFFFF;
  padding: 1rem;
  color: #000;
  box-shadow: none;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.accordian ul ul li p {
  opacity: 0;
  transition: all 0.5s;
  transform: translatey(-20px);
}
.accordian ul ul.open {
  margin-bottom: 0;
}
.accordian ul ul.open li {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.accordian ul ul.open p {
  opacity: 1;
  transform: translatey(0px);
  margin-bottom: 0;
}
.accordian h3 {
  cursor: pointer;
  background-color: #f0f4fd;
  padding: 1rem;
  margin: 0;
  display: block;
  position: relative;
  font-size: 18px;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 10px;
  border: 2px solid #f0efef;
  color: #1d1d1d;
  font-family: "Gilroy Medium";
}
.accordian h3:hover .arrow {
  background: url(../img/add.webp) no-repeat;
  background-size: contain;
}
.accordian h3:hover .arrow.closed {
  background: url(../img/minus.webp) no-repeat;
  background-size: contain;
}
.accordian h3.closed {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordian .arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  float: right;
  margin-right: 8px;
  transition: transform 600ms cubic-bezier(0.175, 0.885, 0.32, 1);
  background: url(../img/add.webp) no-repeat;
  background-size: contain;
  border: none;
  padding: 0;
}
.accordian .arrow.closed {
  background: url(../img/minus.webp) no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .accordian .arrow {
    margin-right: 0;
    position: absolute;
    right: 15px;
  }
  .accordian h3 {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 35px;
  }
}
.set {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  margin-bottom: 10px;
}
.set > a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #131212;
  font-weight: 600;
}
.set > a:before {
  content: "+";
  display: inline-block;
  position: absolute;
  right: 15px;
  font-size: 26px;
  top: 5px;
}
.set > a.active {
  background-color: #4350c0;
  color: #FFFFFF;
}
.set > a.active:before {
  content: "-";
}

.content {
  background-color: #4350c0;
  color: #FFFFFF;
  display: none;
  padding: 10px 15px;
}
.content p {
  margin: 0;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.content p:last-child {
  margin-bottom: 0;
}
.content p b {
  color: #FFFFFF;
}
.content p a {
  color: #FFFFFF;
  text-decoration: underline;
}

#snow {
  background: none;
  font-family: Androgyne;
  background-image: url("https://4.bp.blogspot.com/-RGdg1HwjcN0/V0MfveH5tnI/AAAAAAAAV9U/JuZAFpkJmHkhrLHTY3Nzt--f1_D4QUDRACLcB/s1600/s1.png"), url("https://3.bp.blogspot.com/-lLYG_aPYaWI/V0MfvZui2cI/AAAAAAAAV9Q/ivLLay21G6IKLLGEI-bHgpzmPRHFubhwgCLcB/s1600/s2.png"), url("https://3.bp.blogspot.com/-mPW9Z5fvV5w/V0MfvZ1kmnI/AAAAAAAAV9Y/qU7_F2J0XP4bXNi3rIyV55Y1z9RyTRoqQCLcB/s1600/s3.png");
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-animation: snow 12s linear infinite;
  -moz-animation: snow 12s linear infinite;
  -ms-animation: snow 12s linear infinite;
  animation: snow 12s linear infinite;
  z-index: 999;
}

@keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  50% {
    background-position: 500px 500px, 100px 200px, -100px 150px;
  }
  100% {
    background-position: 500px 1000px, 200px 400px, -100px 300px;
  }
}
@-moz-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  50% {
    background-position: 500px 500px, 100px 200px, -100px 150px;
  }
  100% {
    background-position: 400px 1000px, 200px 400px, 100px 300px;
  }
}
@-webkit-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  50% {
    background-position: 500px 500px, 100px 200px, -100px 150px;
  }
  100% {
    background-position: 500px 1000px, 200px 400px, -100px 300px;
  }
}
@-ms-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  50% {
    background-position: 500px 500px, 100px 200px, -100px 150px;
  }
  100% {
    background-position: 500px 1000px, 200px 400px, -100px 300px;
  }
}
.herobanner {
  background: url(../img/home_banner.webp) no-repeat;
  height: 600px;
  background-size: cover;
}

.herocontainer {
  padding-top: 190px;
  color: #FFFFFF;
}
.herocontainer h1 {
  font-family: "Gilroy-Bold";
  font-size: 48px;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.herocontainer p {
  font-size: 20px;
  font-family: "Gilroy Light";
  color: #FFFFFF;
  margin-bottom: 25px;
}

.basebg {
  background: url(../img/base_bg.webp) no-repeat;
  background-position: right;
}

.idxbox {
  margin-bottom: 50px;
}

.idxintegration {
  padding: 0 30px 0 80px;
  color: #333333;
}
.idxintegration h2 {
  font-size: 36px;
  font-family: "Gilroy Light";
}
.idxintegration h2 span {
  font-family: "Gilroy-Bold";
}

.stepsmainbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stepsbox {
  padding: 0 10px;
  transition: all 0.25s ease-in-out;
  width: calc(20% - 10px);
  align-self: stretch;
}
.stepsbox .stepsicon {
  background: url(../img/home_icons.png) no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
}
.stepsbox .stepsicon.stepsicon_1 {
  background-position: -10px 8px;
}
.stepsbox .stepsicon.stepsicon_2 {
  background-position: 0px -65px;
}
.stepsbox .stepsicon.stepsicon_3 {
  background-position: 0 -145px;
}
.stepsbox .stepsicon.stepsicon_4 {
  background-position: 0px -223px;
}
.stepsbox .stepsicon.stepsicon_5 {
  background-position: -10px -305px;
}
.stepsbox .register {
  background: url(../img/home_icons.png) no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
  background-position: -10px 8px;
}
.stepsbox .add {
  background: url(../img/home_icons.png) no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
  background-position: 0px -65px;
}
.stepsbox .plan {
  background: url(../img/home_icons.png) no-repeat;
  width: 60px;
  height: 50px;
  display: inline-block;
  background-position: 5px -145px;
}
.stepsbox .payment {
  background: url(../img/home_icons.png) no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
  background-position: 0px -223px;
}
.stepsbox .launch {
  background: url(../img/home_icons.png) no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
  background-position: -6px -305px;
}
.stepsbox h4 {
  font-family: "Gilroy SemiBold";
}
.stepsbox:hover .stepsicon {
  filter: brightness(0) invert(1);
}

.realestatebg {
  background: url(../img/bidhom_footer_bg.png) no-repeat;
  background-position: bottom right;
  background-color: #4550c2;
}

.realestateheader {
  text-align: center;
  margin-bottom: 40px;
  color: #FFFFFF;
}
.realestateheader h2 {
  font-family: "Gilroy Light";
  color: #FFFFFF;
}
.realestateheader h2 strong {
  color: #FFFFFF;
}
.realestateheader p {
  font-family: "Gilroy Light";
  color: #FFFFFF;
}

.realestatesolutionbox {
  color: #FFFFFF;
  padding: 0 40px 0 80px;
}
.realestatesolutionbox h3 {
  font-family: "Gilroy Light";
  margin-bottom: 40px;
  color: #FFFFFF;
}
.realestatesolutionbox p {
  color: #FFFFFF;
  margin-bottom: 40px;
  font-size: 20px;
}

.idx_btn {
  font-size: 20px;
}

.resolutionrow {
  margin-bottom: 20px;
}

.resolutionbox {
  margin-bottom: 40px;
}
.resolutionbox .fast {
  background: url(../img/need_icons.png) no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
  background-position: -5px 3px;
  margin-bottom: 10px;
}
.resolutionbox .lead {
  background: url(../img/need_icons.png) no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
  background-position: -5px -81px;
  margin-bottom: 10px;
}
.resolutionbox .exposure {
  background: url(../img/need_icons.png) no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
  background-position: -5px -163px;
  margin-bottom: 10px;
}
.resolutionbox .sales {
  background: url(../img/need_icons.png) no-repeat;
  width: 60px;
  height: 50px;
  display: inline-block;
  background-position: 0px -248px;
  margin-bottom: 10px;
}
.resolutionbox .relation {
  background: url(../img/need_icons.png) no-repeat;
  width: 60px;
  height: 50px;
  display: inline-block;
  background-position: 0px -336px;
  margin-bottom: 10px;
}
.resolutionbox .idx {
  background: url(../img/need_icons.png) no-repeat;
  width: 65px;
  height: 50px;
  display: inline-block;
  background-position: 0px -426px;
  margin-bottom: 10px;
}
.resolutionbox h4 {
  font-size: 18px;
  color: #FFFFFF;
}

.testimonialbg {
  background: url(../img/testimonial_bg_2.webp) no-repeat;
  height: 535px;
  background-size: cover;
}

.testimonial_box {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
  padding-top: 150px;
}
.testimonial_box h4 {
  font-size: 24px;
  font-family: "Gilroy Light";
  margin-bottom: 25px;
  color: #FFFFFF;
}
.testimonial_box p {
  font-size: 16px;
  margin-bottom: 15px;
  color: #FFFFFF;
}
.testimonial_box p.founder_name {
  font-family: "Gilroy SemiBold";
  font-size: 24px;
  margin-bottom: 5px;
}
.testimonial_box a {
  display: inline-block;
  margin-bottom: 20px;
}

.growdetailsbox {
  padding: 10px 30px;
  margin-bottom: 10px;
  border-left: 3px solid #f7f9fe;
}
.growdetailsbox.active {
  background-color: #edefff;
  border-left: 3px solid #4550c2;
}
.growdetailsbox h4 {
  margin-bottom: 10px;
  font-family: "Gilroy SemiBold";
}
.growdetailsbox p {
  margin-bottom: 0;
  display: none;
}
.growdetailsbox.active p {
  display: block;
}
.growdetailsbox:hover {
  cursor: pointer;
}

.growbox h2 {
  color: #333333;
  margin-bottom: 20px;
  font-size: 40px;
}
.growbox h2 span {
  font-family: "Gilroy-Bold";
}
.growbox h5 {
  font-family: "Gilroy Light";
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.5;
}
.growbox p {
  margin-bottom: 20px;
}

.getstartedbox_ {
  padding: 0 40px;
  color: #FFFFFF;
}
.getstartedbox_ h4 {
  font-size: 36px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.getstartedbox_ h4 span {
  font-family: "Gilroy-Bold";
  color: #FFFFFF;
}
.getstartedbox_ p {
  font-size: 16px;
  font-family: "Gilroy Light";
  margin-bottom: 40px;
  color: #FFFFFF;
  line-height: 1.6;
}

.getstartedimagebox {
  padding-right: 40px;
}

.grealtors img, .gauctioneers img, .gbrokeage img {
  display: none;
}
.grealtors.active img, .gauctioneers.active img, .gbrokeage.active img {
  display: block;
}

.blog_row a {
  position: relative;
}

.blogheader {
  text-align: center;
}
.blogheader h3 {
  font-size: 36px;
  color: #333333;
  font-family: "Gilroy SemiBold";
}
.blogheader h4 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 50px;
  line-height: 1.5;
}

.blogbox .blogimagebox {
  overflow: hidden;
}
.blogbox .blogimagebox img {
  transition: all 0.3s ease-in-out;
}
.blogbox p {
  padding: 10px;
  margin-bottom: 0;
  color: #333333;
  font-size: 20px;
}
.blogbox span {
  padding: 0 10px;
  color: #4f4f4f;
  font-size: 14px;
}
.blogbox .homeblogcbox {
  padding: 15px 15px 20px;
  background-color: #FFFFFF;
}
.blogbox .homeblogcbox p {
  font-family: "Gilroy SemiBold";
}
.blogbox:hover img {
  transform: scale(1.1);
}

.basebox h2 {
  font-family: "Gilroy-Bold";
  font-size: 36px;
  margin-bottom: 20px;
}
.basebox p {
  margin-bottom: 20px;
}

.footer_container {
  border-bottom: 1px solid #7170ce;
}

.footerlinks ul li {
  margin-bottom: 10px;
  color: #FFFFFF;
}
.footerlinks ul li:first-child {
  font-family: "Gilroy SemiBold";
  text-transform: uppercase;
}
.footerlinks ul li a {
  color: #FFFFFF;
  position: relative;
}
.footerlinks ul li a:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #FFFFFF;
  display: inline-flex;
  position: absolute;
  left: 0;
  bottom: -4px;
  transition: all 0.25s ease-in-out;
}
.footerlinks ul li a:hover:after {
  width: 100%;
}
.footerlinks ul.social_media li {
  display: inline-block;
  margin-right: 10px;
}
.footerlinks.footercontact ul li a:after {
  content: none;
}

.footer_subscribe {
  padding: 15px;
  background-color: #5962c5;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .footer_subscribe {
    margin-top: 15px;
  }
}
.footer_subscribe h4 {
  font-family: "Gilroy Medium";
  color: #FFFFFF;
  font-size: 22px;
  margin-bottom: 10px;
}
.footer_subscribe p {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1.36;
  font-family: "Gilroy Light";
}
.footer_subscribe .subscribe_form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 10px;
}
.footer_subscribe .subscribe_form_box {
  width: 100%;
}
.footer_subscribe .subscribe_form_box.end {
  display: flex;
  justify-content: end;
}
.footer_subscribe .subscribe_form_box input {
  padding: 8px 10px;
  width: 100%;
  border: none;
  border-radius: 0;
  outline: none;
}
.footer_subscribe .subscribe_form_box label {
  color: #FF0000;
}
.footer_subscribe .subscribe_form_box button {
  padding: 5px 10px;
  border: none;
  background: #4550c2;
  color: #FFFFFF;
}

.copyrightbox {
  padding: 20px;
}
.copyrightbox p {
  margin-bottom: 0;
  color: #FFFFFF;
  font-family: "Gilroy Light";
}
.copyrightbox p a {
  color: #FFFFFF;
  font-family: "Gilroy Light";
}
.copyrightbox .rightbox {
  text-align: right;
}
.copyrightbox .rightbox p {
  font-family: "Gilroy Light";
}
.copyrightbox .rightbox p span {
  color: #FFFFFF;
  font-family: "Gilroy Light";
}
.copyrightbox .rightbox ul li {
  display: inline-block;
  padding: 0 15px;
}
.copyrightbox .rightbox ul li a, .copyrightbox .rightbox ul li span {
  color: #FFFFFF;
}
.copyrightbox .leftbox span {
  color: #FFFFFF;
  margin-left: 30px;
}

.bclogo {
  display: inline-block;
  width: 200px;
  height: 80px;
  background: url(../img/bclogos.webp) no-repeat;
  background-size: cover;
}
.bclogo.bclogo_1 {
  background-position-x: -8px;
}
.bclogo.bclogo_2 {
  background-position-x: -228px;
}
.bclogo.bclogo_3 {
  background-position-x: -450px;
}
.bclogo.bclogo_4 {
  background-position-x: -665px;
}
.bclogo.bclogo_5 {
  background-position-x: -875px;
}
.bclogo.bclogo_6 {
  background-position-x: -1080px;
}
.bclogo.bclogo_7 {
  background-position-x: -1290px;
}
.bclogo.bclogo_8 {
  background-position-x: -1510px;
}
@media only screen and (max-width: 500px) {
  .bclogo {
    display: inline-block;
    width: 150px;
    height: 60px;
    background: url(../img/bclogos.webp) no-repeat;
    background-size: cover;
  }
  .bclogo.bclogo_1 {
    background-position-x: -6px;
  }
  .bclogo.bclogo_2 {
    background-position-x: -170px;
  }
  .bclogo.bclogo_3 {
    background-position-x: -337px;
  }
  .bclogo.bclogo_4 {
    background-position-x: -498px;
  }
  .bclogo.bclogo_5 {
    background-position-x: -655px;
  }
  .bclogo.bclogo_6 {
    background-position-x: -810px;
  }
  .bclogo.bclogo_7 {
    background-position-x: -966px;
  }
  .bclogo.bclogo_8 {
    background-position-x: -1132px;
  }
}

.bidPop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.bidPop.show {
  display: block;
}
.bidPop_box {
  width: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}
.bidPop_box a {
  position: absolute;
  font-size: 18px;
  top: 12px;
  right: 12px;
  text-decoration: none;
  color: #121212;
  font-weight: 400;
}
.bidPop_box h4 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
}
.bidPop_box p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
}

.bidPopNew {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
  backdrop-filter: blur(5px);
  z-index: 9999999;
}
.bidPopNew.show {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease-out;
}
.bidPopNew_box {
  width: 400px;
  position: relative;
  background: linear-gradient(145deg, #ffffff, #f8f9fa);
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transform: translateY(0);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bidPopNew_box:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 15px 30px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.bidPopNew_box a {
  position: absolute;
  font-size: 22px;
  top: 15px;
  right: 18px;
  text-decoration: none;
  color: #6c757d;
  font-weight: 400;
  transition: all 0.2s ease;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.bidPopNew_box a:hover {
  color: #FFFFFF;
  background-color: #4550c2;
  transform: rotate(180deg) scale(1.1);
}
.bidPopNew_box h4 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 15px;
  color: #2c3e50;
  font-weight: 600;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(135deg, #2c3e50, #34495e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.5px;
}
.bidPopNew_box p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
  color: #6c757d;
  line-height: 1.6;
  font-weight: 400;
}
.bidPopNew_box p:not(:last-child) {
  margin-bottom: 15px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    backdrop-filter: blur(0px);
  }
  to {
    opacity: 1;
    backdrop-filter: blur(5px);
  }
}
@media (max-width: 480px) {
  .bidPopNew_box {
    width: 90%;
    margin: 20px;
    padding: 25px 20px;
  }
}
.homebanner_2 {
  background: url(../img/new_homepage/home_banner.webp) no-repeat;
  background-size: cover;
}

.home_container_2 {
  padding: 140px 15px 80px 15px;
}

.homebox {
  padding: 0;
  width: 100%;
  display: table;
  margin: 0;
}
.homebox .homehalfbox {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.homebox .homehalfbox h1 {
  font-family: "Gilroy-Bold";
  color: #FFFFFF;
  margin-bottom: 20px;
  font-size: 36px;
  padding-right: 40px;
}
.homebox .homehalfbox h4 {
  font-family: "Gilroy Light";
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.36;
  margin-bottom: 30px;
}
.homebox .homehalfbox a {
  display: inline-block;
  border: 1px solid #FFFFFF;
  color: #4550c2;
  padding: 10px 20px;
  margin-right: 10px;
  background-color: #FFFFFF;
  font-family: "Gilroy SemiBold";
}
.homebox .homehalfbox ul {
  list-style: none;
  margin-bottom: 20px;
  -moz-column-count: 2;
  -moz-column-gap: 0;
  -webkit-column-count: 2;
  -webkit-column-gap: 0;
  column-count: 2;
  column-gap: 0;
}
.homebox .homehalfbox ul li {
  color: #FFFFFF;
  margin-bottom: 5px;
  position: relative;
  padding-left: 30px;
}
.homebox .homehalfbox ul li:before {
  display: inline-block;
  transform: rotate(45deg);
  height: 20px;
  width: 10px;
  border-bottom: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  content: "";
  position: absolute;
  left: 5px;
}
@media only screen and (max-width: 768px) {
  .homebox .homehalfbox ul {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    margin-bottom: 20px;
  }
  .homebox .homehalfbox ul h4 {
    margin-bottom: 20px;
  }
}

.home_slider2 {
  display: grid;
  width: 100%;
}

h2.section1_heading {
  text-align: center;
  margin-bottom: 40px;
  font-family: "Gilroy Light";
}
h2.section1_heading span {
  font-family: "Gilroy-Bold";
}

.section_1box {
  background-color: #eff0ff;
  padding: 20px;
  height: 315px;
}
.section_1box h4 {
  font-family: "Gilroy-Bold";
}
.section_1box p {
  font-family: "Gilroy Light";
  margin-bottom: 0;
}
.section_1box:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #E6E6FA;
}

.s1icon {
  width: 100px;
  height: 100px;
  background: url(../img/new_homepage/section1_icons.webp) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-bottom: 15px;
}
.s1icon.s1icon_1 {
  background-position-x: -8px;
}
.s1icon.s1icon_2 {
  background-position-x: -126px;
}
.s1icon.s1icon_3 {
  background-position-x: -240px;
}
.s1icon.s1icon_4 {
  background-position-x: -355px;
}

.section2_heading {
  margin-bottom: 40px;
}
.section2_heading h2 {
  text-align: center;
  font-family: "Gilroy Light";
  color: #FFFFFF;
  font-size: 36px;
  margin-bottom: 20px;
}
.section2_heading h2 span {
  font-family: "Gilroy-Bold";
  color: #FFFFFF;
}
.section2_heading p {
  text-align: center;
  font-family: "Gilroy Light";
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.48;
}

.ebmainbox {
  background-color: #4c57cf;
  border-radius: 15px;
}

.innerbox {
  padding: 0;
  display: table;
  width: 100%;
  margin: 0;
}
.innerbox .innerhalfbox {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.eblist ul {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #FFFFFF;
}
.eblist ul li {
  display: inline-block;
  width: 14.2857142857%;
  color: #FFFFFF;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.eblist ul li:first-child {
  border-top-left-radius: 15px;
}
.eblist ul li:last-child {
  border-top-right-radius: 15px;
}
.eblist ul li.active {
  font-family: "Gilroy SemiBold";
  background-color: #FFFFFF;
  color: #4550c2;
}

.ebbox {
  display: none;
  padding: 50px 30px;
}
.ebbox.active {
  display: block;
}

.ebcbox {
  padding-right: 60px;
}
.ebcbox h4 {
  font-size: 36px;
  font-family: "Gilroy Light";
  color: #FFFFFF;
  margin-bottom: 20px;
}
.ebcbox h4 span {
  font-family: "Gilroy-Bold";
  color: #FFFFFF;
}
.ebcbox p {
  font-family: "Gilroy Light";
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.48;
  margin-bottom: 30px;
}
.ebcbox ul li {
  color: #FFFFFF;
  margin-bottom: 15px;
  padding-left: 40px;
}
.ebcbox ul li:before {
  content: "";
  background: url(../img/new_homepage/check_icon.webp) no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  display: inline-block;
  position: absolute;
  margin-left: -40px;
  margin-top: 5px;
}

.softhomehead h3, .softhomehead h4 {
  font-size: 36px;
  font-family: "Gilroy Light";
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .softhomehead h3, .softhomehead h4 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.softhomehead h3 span, .softhomehead h4 span {
  font-family: "Gilroy-Bold";
  color: #4550c2;
}

.bidstatbox {
  padding: 20px;
  background-color: #FFFFFF;
  text-align: center;
}
.bidstatbox span {
  font-family: "Gilroy-ExtraBold";
  font-size: 60px;
  color: #4550c2;
  margin-bottom: 10px;
}

.launchbox {
  background-color: #4550c2;
  padding-top: 30px;
}
.launchbox .twofivebox {
  padding-left: 60px;
  padding-right: 40px;
}
.launchbox .twofivebox h3 {
  font-family: "Gilroy-ExtraBold";
  font-size: 54px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.launchbox .twofivebox p {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.launchbox .twofivebox a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #FFFFFF;
  color: #4550c2;
  font-family: "Gilroy SemiBold";
}
.launchbox .twofivebox a span {
  color: #4550c2;
}

.wid1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.fullbox .threefivebox.ready_cbox h3 {
  font-family: "Gilroy-ExtraBold";
  color: #FFFFFF;
  font-size: 44px;
  line-height: 1.32;
  margin-bottom: 20px;
}
.fullbox .twofivebox.ready_c2box p {
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 25px;
}
.fullbox .twofivebox.ready_c2box a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #FFFFFF;
  color: #4550c2;
  font-family: "Gilroy SemiBold";
}

.sliderbg {
  background-color: #ededed;
}

.features_banner {
  background: url(../img/features_banner.webp) no-repeat;
  height: 450px;
  background-size: cover;
}

.banner_container {
  padding-top: 120px;
  padding-left: 40px;
}
.banner_container h1 {
  font-family: "Gilroy-Bold";
  color: #FFFFFF;
  margin-bottom: 15px;
}
.banner_container h2 {
  font-family: "Gilroy-Bold";
  color: #FFFFFF;
  font-size: 40px;
}
.banner_container h4 {
  font-family: "Gilroy Light";
  color: #FFFFFF;
}
.banner_container ul {
  list-style: none;
  margin-bottom: 25px;
  -moz-column-count: 2;
  -moz-column-gap: 0;
  -webkit-column-count: 2;
  -webkit-column-gap: 0;
  column-count: 2;
  column-gap: 0;
  width: 60%;
}
.banner_container ul li {
  color: #FFFFFF;
  margin-bottom: 5px;
  position: relative;
  padding-left: 30px;
}
.banner_container ul li:before {
  display: inline-block;
  transform: rotate(45deg);
  height: 20px;
  width: 10px;
  border-bottom: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  content: "";
  position: absolute;
  left: 5px;
}
@media only screen and (max-width: 768px) {
  .banner_container ul {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    margin-bottom: 20px;
    width: 100%;
  }
}
.banner_container a:hover {
  background-color: #FFFFFF;
  color: #4550c2;
}

.featuresbox {
  padding-right: 40px;
}
.featuresbox h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.featuresbox h2 span {
  font-family: "Gilroy-Bold";
}
.featuresbox p {
  line-height: 1.6;
  font-size: 18px;
}
.featuresbox p span {
  font-family: "Gilroy-Bold";
}

.topagents_header {
  padding-bottom: 100px;
}
.topagents_header p {
  line-height: 1.6;
  font-size: 18px;
}

.smarteridx_box h2 {
  line-height: 1.28;
  margin-bottom: 20px;
}
.smarteridx_box p {
  line-height: 1.6;
  font-size: 18px;
}

.features_header h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.features_header h2 span {
  font-family: "Gilroy-Bold";
}
.features_header p span {
  font-family: "Gilroy-Bold";
}

.shortboxrow {
  margin-top: 0px;
  padding-bottom: 30px;
  top: -80px;
  position: relative;
}

.shortbox {
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  height: 232px;
}
.shortbox h5 {
  font-family: "Gilroy SemiBold";
  line-height: 1.4;
}
.shortbox p {
  font-family: "Gilroy Light";
  margin-bottom: 0;
  line-height: 1.6;
}

.searchboxrow {
  padding: 0 40px 20px;
  margin-top: 20px;
}

.searchbox h4 {
  font-family: "Gilroy SemiBold";
}

.fullbox.somespacing {
  padding: 0 40px;
}

.leadgenerationbox h2 {
  font-family: "Gilroy-Bold";
  color: #FFFFFF;
  line-height: 1.4;
  margin-bottom: 20px;
}
.leadgenerationbox p {
  font-family: "Gilroy Light";
  color: #FFFFFF;
  line-height: 1.6;
  font-size: 18px;
}

.searchboxwhite {
  padding-right: 15px;
}
.searchboxwhite h4 {
  font-size: 18px;
  font-family: "Gilroy SemiBold";
  color: #FFFFFF;
}
.searchboxwhite p {
  color: #FFFFFF;
  font-size: 14px;
}

.featurestabbox {
  margin-top: 40px;
}
.featurestabbox .tabs #tabs-nav li {
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  text-align: center;
}
.featurestabbox .tabs #tabs-nav li.active {
  border-bottom: 3px solid #4550c2;
}
.featurestabbox .tabs #tabs-nav li:hover {
  border-bottom: 3px solid #4550c2;
  cursor: pointer;
}
.featurestabbox .tabs #tabs-nav li a {
  color: #333333;
  font-family: "Gilroy SemiBold";
  font-size: 18px;
}
.featurestabbox .tabs .tabs-content .tab-content {
  padding: 40px;
}
.featurestabbox .tabs .tabs-content .tab-content p {
  line-height: 1.6;
  font-size: 18px;
}
.featurestabbox ul {
  display: flex;
  justify-content: space-around;
}
.featurestabbox ul li {
  display: inline;
}

.growbusinessbox {
  text-align: center;
}
.growbusinessbox h2 {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.growbusinessbox h5 {
  color: #FFFFFF;
  margin-bottom: 30px;
  font-size: 18px;
  font-family: "Gilroy Light";
  line-height: 1.48;
}
.growbusinessbox h5 span {
  color: #FFFFFF;
  font-family: "Gilroy SemiBold";
}
.growbusinessbox p {
  color: #FFFFFF;
  margin-bottom: 20px;
}
.growbusinessbox p span {
  color: #FFFFFF;
  font-family: "Gilroy SemiBold";
}

.features_clients_slider {
  margin-top: 30px;
}
.features_clients_slider .clientsbox {
  padding: 15px;
  background-color: #FFFFFF;
  margin-right: 10px;
}
.features_clients_slider .slick-prev {
  position: absolute;
  top: 100%;
  left: 0%;
  margin-top: 30px;
}
.features_clients_slider .slick-prev:before {
  background: url(../img/arrows_left_color.png) no-repeat;
  width: 50px;
  height: 40px;
  display: block;
}
.features_clients_slider .slick-next {
  position: absolute;
  top: 100%;
  left: 6%;
  margin-top: 30px;
}
.features_clients_slider .slick-next:before {
  background: url(../img/arrows_right_color.png) no-repeat;
  width: 50px;
  height: 40px;
  display: block;
}

.fsupport_heading {
  text-align: center;
  margin-bottom: 30px;
}
.fsupport_heading h3 {
  font-family: "Gilroy-Bold";
  margin-bottom: 1rem;
}

.fsupportbox {
  padding: 10px;
}
.fsupportbox h4 {
  font-family: "Gilroy SemiBold";
}

.fsupporticon {
  width: 80px;
  height: 80px;
  background: url(../img/features_new_icons.webp) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-bottom: 10px;
}
.fsupporticon.fsupporticon_1 {
  background-position-x: -9px;
}
.fsupporticon.fsupporticon_2 {
  background-position-x: -118px;
}
.fsupporticon.fsupporticon_3 {
  background-position-x: -217px;
}

.about_banner {
  background: url(../img/about_banner.webp) no-repeat;
  height: 450px;
  background-size: cover;
}

.values_container .valuebox {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 25px;
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.values_container .valuebox h5 {
  font-family: "Gilroy Medium";
  font-size: 16px;
  margin-bottom: 0;
}
.values_container .valuebox .know {
  background: url(../img/values_icons.png) no-repeat;
  width: 80px;
  height: 80px;
  display: inline-block;
  background-position: 0px 6px;
  margin-bottom: 10px;
}
.values_container .valuebox .create {
  background: url(../img/values_icons.png) no-repeat;
  width: 80px;
  height: 80px;
  display: inline-block;
  background-position: -3px -122px;
  margin-bottom: 10px;
}
.values_container .valuebox .elevate {
  background: url(../img/values_icons.png) no-repeat;
  width: 80px;
  height: 80px;
  display: inline-block;
  background-position: -6px -248px;
  margin-bottom: 10px;
}
.values_container .valuebox .communicate {
  background: url(../img/values_icons.png) no-repeat;
  width: 80px;
  height: 80px;
  display: inline-block;
  background-position: -5px -364px;
  margin-bottom: 10px;
}
.values_container .valuebox .adapt {
  background: url(../img/values_icons.png) no-repeat;
  width: 80px;
  height: 80px;
  display: inline-block;
  background-position: -6px -475px;
  margin-bottom: 10px;
}
.values_container .valuebox:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: rgba(69, 80, 194, 0.08);
  border-color: #4550c2;
}

.aboutbox h2 {
  font-family: "Gilroy-Bold";
  color: #FFFFFF;
  font-size: 36px;
  margin-bottom: 20px;
}
.aboutbox h5 {
  font-family: "Gilroy Light";
  margin-bottom: 40px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.4;
}
.aboutbox p {
  font-family: "Gilroy Light";
  margin-bottom: 20px;
  color: #FFFFFF;
}
.aboutbox ul {
  padding-left: 40px;
}
.aboutbox ul li {
  margin-bottom: 15px;
  color: #FFFFFF;
}
.aboutbox ul li:before {
  content: "";
  background: url(../img/arrow_right.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  margin-top: 5px;
  margin-left: -40px;
}

.auction_banner {
  background: url(../img/about_banner.webp) no-repeat;
  height: 400px;
  background-size: cover;
}

.auction_container .auctionbox {
  text-align: center;
  padding: 20px 15px;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.auction_container .auctionbox h5 {
  font-family: "Gilroy Medium";
  font-size: 18px;
}
.auction_container .auctionbox .register {
  background: url(../img/auction_icons.png) no-repeat;
  width: 80px;
  height: 80px;
  display: inline-block;
  background-position: 5px 7px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.auction_container .auctionbox .post {
  background: url(../img/auction_icons.png) no-repeat;
  width: 80px;
  height: 80px;
  display: inline-block;
  background-position: 5px -108px;
  margin-bottom: 10px;
}
.auction_container .auctionbox .activate {
  background: url(../img/auction_icons.png) no-repeat;
  width: 80px;
  height: 80px;
  display: inline-block;
  background-position: 4px -215px;
  margin-bottom: 10px;
}
.auction_container .auctionbox .track {
  background: url(../img/auction_icons.png) no-repeat;
  width: 80px;
  height: 80px;
  display: inline-block;
  background-position: 4px -322px;
  margin-bottom: 10px;
}

.builtcontainer h1 {
  font-family: "Gilroy Light";
  margin-bottom: 30px;
  color: #FFFFFF;
  font-size: 36px;
}
.builtcontainer .fullbox .halfbox .bundlebox {
  text-align: center;
}
.builtcontainer .fullbox .halfbox .bundlebox h1 {
  font-size: 48px;
  color: #FFFFFF;
  font-family: "Gilroy-Bold";
}
.builtcontainer .fullbox .halfbox .bundlebox h1 span {
  color: #FFFFFF;
  text-decoration: line-through;
  font-family: "Gilroy Light";
}
.builtcontainer .fullbox .halfbox .bundlebox h2 {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.builtcontainer .fullbox .halfbox .bundlebox h2 span {
  color: #FFFFFF;
  font-family: "Gilroy-Bold";
}
.builtcontainer .fullbox .halfbox .bundlebox h4 {
  color: #FFFFFF;
  font-family: "Gilroy Medium";
  margin-bottom: 20px;
}
.builtcontainer .fullbox .halfbox .auctioneersbox {
  padding-right: 120px;
}
.builtcontainer .fullbox .halfbox p {
  color: #FFFFFF;
  line-height: 1.6;
  font-size: 18px;
}

.ahbestbox h2 {
  font-size: 36px;
}
.ahbestbox h2 span {
  font-family: "Gilroy-Bold";
}

.ahbox .ahboximage {
  overflow: hidden;
}
.ahbox .ahboximage img {
  transition: all 0.3s ease-in-out;
}
.ahbox :hover .ahboximage img {
  transform: scale(1.1);
}
.ahbox .ahboxcontent {
  text-align: center;
  padding: 20px;
}
.ahbox .ahboxcontent h5 {
  font-family: "Gilroy SemiBold";
  font-size: 20px;
}
.ahbox .ahboxcontent p {
  font-family: "Gilroy Light";
  margin-bottom: 10px;
}

.getstartedbox {
  padding: 50px 40px;
  background-color: #4550c2;
  border-radius: 20px;
  margin-bottom: 0;
}
.getstartedbox h2 {
  color: #FFFFFF;
  margin-bottom: 0;
  font-family: "Gilroy Light";
  font-size: 36px;
}
.getstartedbox h2 span {
  font-family: "Gilroy-Bold";
  color: #FFFFFF;
}

.getstartedbox h3 {
  font-family: "Gilroy-Bold";
  color: #FFFFFF;
  font-size: 32px;
}
.getstartedbox p {
  color: #FFFFFF;
  margin-bottom: 0;
  font-family: "Gilroy Light";
}

.ahfbox {
  padding: 25px;
  background-color: #FFFFFF;
  height: 340px;
  margin-bottom: 25px;
  transition: all 0.25s ease-in-out;
}
.ahfbox h5 {
  font-family: "Gilroy Medium";
  font-size: 20px;
}
.ahfbox p {
  margin-bottom: 0;
}
.ahfbox:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.ahfbox .sell {
  background: url(../img/auctionhouse_icons.png) no-repeat;
  width: 100px;
  height: 100px;
  display: inline-block;
  background-position: -5px 12px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.ahfbox .marketing {
  background: url(../img/auctionhouse_icons.png) no-repeat;
  width: 100px;
  height: 100px;
  display: inline-block;
  background-position: -5px -84px;
  margin-bottom: 10px;
}
.ahfbox .view {
  background: url(../img/auctionhouse_icons.png) no-repeat;
  width: 100px;
  height: 100px;
  display: inline-block;
  background-position: 1px -200px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.ahfbox .secure {
  background: url(../img/auctionhouse_icons.png) no-repeat;
  width: 100px;
  height: 100px;
  display: inline-block;
  background-position: -8px -317px;
  margin-bottom: 10px;
}
.ahfbox .selectbid {
  background: url(../img/auctionhouse_icons.png) no-repeat;
  width: 100px;
  height: 100px;
  display: inline-block;
  background-position: 0px -420px;
  margin-bottom: 10px;
}

.ahfcontainer h3 {
  font-family: "Gilroy-Bold";
  font-size: 36px;
  margin-bottom: 20px;
}

.auction_container h5 {
  font-family: "Gilroy Light";
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 30px;
}

.contact_banner {
  background: url(../img/contact_banner.webp) no-repeat;
  height: 220px;
  background-size: cover;
}

.contactform input, .contactform textarea {
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 0;
  display: block;
  border: 1px solid #d7d8da;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.contactform input:focus-visible, .contactform input:focus, .contactform textarea:focus-visible, .contactform textarea:focus {
  border-radius: 0;
  border: 1px solid #d7d8da;
  outline: none;
}
.contactform label {
  color: #4550c2;
  position: relative;
  margin-top: -15px;
  display: block;
  margin-bottom: 5px;
  text-align: left;
}

.wid600 {
  max-width: 600px;
  margin: 0 auto;
}

.contactformBox h1 {
  font-family: "Gilroy Light";
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px;
}
.contactformBox h1 span {
  font-family: "Gilroy-Bold";
}
.contactformBox h4 {
  text-align: center;
  margin-bottom: 20px;
}

button.btnBidhomsubmit {
  display: block;
  width: 100%;
  border: none;
  background-color: #4550c2;
  color: #FFFFFF;
  font-size: 24px;
  padding: 20px;
  font-family: "Gilroy Medium";
}

.halfbox.buttonboX {
  padding-left: 10px;
}

.contact_checkbox {
  display: block;
  margin: 0 0 20px 0;
  position: relative;
}
.contact_checkbox .cbx {
  margin-top: 0;
  display: flex;
}
.contact_checkbox label.error {
  margin-top: -5px;
  margin-bottom: 0;
}

.cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span a {
  color: #4550c2;
  text-decoration: underline;
}
.cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 0px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #000000;
  transition: all 0.2s ease;
}
.cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #e0e0e0;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.cbx span:last-child {
  padding-left: 10px;
  width: calc(100% - 20px);
}
.cbx:hover span:first-child {
  border-color: #000000;
}

.inp-cbx:checked + .cbx span:first-child {
  background: #4550c2;
  border-color: #4550c2;
  animation: wave 0.4s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
.contactform .contact_checkbox {
  display: block;
  margin: 0 0 20px 0;
  position: relative;
}
.contactform .contact_checkbox .cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  display: flex !important;
  margin-top: 0;
  align-items: start;
}
.contactform .contact_checkbox .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.contactform .contact_checkbox .cbx span a {
  color: #4550c2;
  text-decoration: underline;
}
.contactform .contact_checkbox .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 0px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #000000;
  transition: all 0.2s ease;
}
.contactform .contact_checkbox .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #4550c2;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.contactform .contact_checkbox .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #e0e0e0;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.contactform .contact_checkbox .cbx span:last-child {
  padding-left: 10px;
  font-size: 14px;
  color: #000000;
}
.contactform .contact_checkbox .cbx:hover span:first-child {
  border-color: #000000;
}
.contactform .contact_checkbox label.error {
  margin-top: -5px;
  margin-bottom: 0;
}

.realtors_banner {
  background: url(../img/realtors_banner.webp) no-repeat;
  height: 450px;
  background-size: cover;
}

.featureslist ul {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  padding-left: 40px;
}
.featureslist ul li {
  margin-bottom: 10px;
}
.featureslist ul li:before {
  content: "";
  background: url(../img/arrow_right_color.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  margin-top: 5px;
  margin-left: -40px;
}

.customidxbox h2 {
  color: #FFFFFF;
  font-family: "Gilroy Light";
  margin-bottom: 20px;
  font-size: 36px;
}
.customidxbox h2 span {
  color: #FFFFFF;
  font-family: "Gilroy-Bold";
}
.customidxbox h5 {
  color: #FFFFFF;
  font-family: "Gilroy Light";
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
}
.customidxbox p {
  color: #FFFFFF;
}
.customidxbox ul {
  padding-left: 40px;
  margin-bottom: 40px;
}
.customidxbox ul li {
  margin-bottom: 10px;
  color: #FFFFFF;
}
.customidxbox ul li:before {
  content: "";
  background: url(../img/arrow_right.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  margin-top: 5px;
  margin-left: -40px;
}

.bestfeatures_box h2 {
  line-height: 1.4;
  margin-bottom: 20px;
}
.bestfeatures_box p {
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 1.6;
}

.customrealbox {
  padding: 25px 60px 25px 25px;
}
.customrealbox h3 {
  font-family: "Gilroy-Regular";
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.customrealbox h3 span {
  font-family: "Gilroy-Bold";
}
.customrealbox p {
  font-size: 18px;
  line-height: 1.6;
}

.getrealwork h2.common_h2 {
  font-size: 40px;
}
.getrealwork h4 {
  font-family: "Gilroy Light";
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.pricing_banner {
  background: url(../img/pricing_banner.webp) no-repeat;
  height: 400px;
  background-size: cover;
}

.pricing_banner_container {
  padding-top: 120px;
}

.pricing_heading h2.common_h2 {
  font-size: 32px;
  line-height: 1.28;
  margin-bottom: 0;
  color: #000000;
}
.pricing_heading h2.common_h2 span {
  color: #000000;
}

.detailsbox {
  text-align: center;
}
.detailsbox h2 {
  text-transform: uppercase;
  color: #000000;
  font-family: "Gilroy-Bold";
  font-size: 28px;
}
.detailsbox h5 {
  text-transform: uppercase;
  color: #000000;
}

.pricing_container {
  padding: 0 15px 40px;
}
.pricing_container h2 {
  font-family: "Gilroy-Bold";
}

.pricing_header {
  margin-bottom: 40px;
}

.detailsbox a {
  color: #000000;
  text-decoration: underline;
}

.pricingrow .pricingbox {
  padding: 30px;
  border-radius: 0;
  height: 1430px;
}
.pricingrow .pricingbox .pricinghead {
  text-align: center;
  margin-bottom: 20px;
}
.pricingrow .pricingbox .pricinghead h3 {
  color: #4550c2;
  text-transform: uppercase;
  font-family: "Gilroy-Bold";
  margin-bottom: 15px;
}
.pricingrow .pricingbox .pricinghead h3.custom_title {
  margin-bottom: 5px;
}
.pricingrow .pricingbox .pricinghead h4 {
  text-transform: lowercase;
  font-family: "Gilroy-Bold";
  margin-bottom: 15px;
}
.pricingrow .pricingbox .pricinghead h4.monprice.monstriked {
  font-size: 20px;
  text-decoration: line-through;
  font-family: "Gilroy Light";
}
.pricingrow .pricingbox .pricinghead p {
  margin-bottom: 20px;
}
.pricingrow .pricingbox .pricinghead p span {
  font-family: "Gilroy SemiBold";
}
.pricingrow .pricingbox .pricinghead a {
  font-family: "Gilroy Medium";
}
.pricingrow .pricingbox .pricinghead .premier {
  background: url(../img/custom_pricing.png) no-repeat;
  width: 45px;
  height: 40px;
  background-size: contain;
  margin-bottom: 5px;
  text-align: center;
  margin: 10px auto;
}
.pricingrow .pricingbox .pricingbody {
  margin-bottom: 30px;
  margin-top: 30px;
}
.pricingrow .pricingbox .pricingbody p span {
  font-family: "Gilroy-Bold";
}
.pricingrow .pricingbox .pricingbody ul li {
  margin-bottom: 15px;
  padding-left: 30px;
  font-family: "Gilroy Light";
}
.pricingrow .pricingbox .pricingbody ul li:before {
  content: "";
  background: url(../img/square.png) no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  margin-top: 10px;
  margin-left: -30px;
}
.pricingrow .pricingbox.annualpricing {
  height: 1515px;
}
.pricingrow .pricingbox.pro_box {
  padding: 30px;
}

.annprice,
.annbillprice,
.annsaves {
  display: none;
}

.annsaves {
  padding: 4px 20px;
  background-color: #FFFFFF;
  border-radius: 25px;
  font-size: 14px;
  font-family: "Gilroy Medium";
  margin-bottom: 0;
  margin-left: 10px;
}
.annsaves.esannsaves {
  background-color: #4550c2;
  color: #FFFFFF;
}

.annbillprice {
  color: #DCE0F5;
  font-size: 16px;
  font-family: "Gilroy Medium";
  margin-bottom: 10px;
}
.annbillprice.esannbillprice {
  color: #000000;
}

.annprice {
  font-size: 28px;
}

.billing_container {
  padding-bottom: 95px;
}

.billingbox {
  text-align: center;
  display: block;
  margin: auto;
  width: 22%;
  padding: 0;
}
.billingbox ul {
  list-style: none;
  display: table;
  background-color: transparent;
  border-radius: 30px;
  border: 1px solid #4550c2;
}
.billingbox ul li {
  display: table-cell;
  width: 150px;
  color: #4550c2;
  font-family: "Gilroy Medium";
  height: 50px;
  line-height: 20px;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 30px;
}
.billingbox ul li span {
  font-size: 10px;
  color: #4550c2;
}
.billingbox ul li.active {
  background-color: #4550c2;
  color: #FFFFFF;
}
.billingbox ul li.active span {
  color: #FFFFFF;
}
@media only screen and (max-width: 500px) {
  .billingbox {
    text-align: center;
    display: block;
    margin: auto;
    width: 100%;
    padding: 0;
  }
  .billingbox ul {
    margin: 0 auto;
  }
  .billingbox ul li br {
    display: block;
  }
}

.popular_tag {
  text-align: center;
  padding: 10px;
  background-color: #DCE0F5;
  color: #4550c2;
  font-family: "Gilroy-Bold";
  margin-top: -42px;
  display: none;
}

/* .essentials_box{background-color: $white-color;}
.pro_box{background-color: $primary-color;color:$white-color;}
.pro_box .pricinghead{text-align: center;}
.pro_box .pricinghead h3,.pro_box .pricinghead h4,.pro_box .pricinghead p,.pro_box .pricingbody ul li,.pro_box .pricinghead p span{color:$white-color;}
.pro_box .pricingbody ul li:before{content:'';background: url(../img/square_white.png) no-repeat;width: 10px;height: 10px;display: inline-block;position: absolute;margin-top: 10px;margin-left: -30px;}
.pro_box .pricinghead a{background-color: $white-color;color:$primary-color;} */
.pro_box,
.free_box {
  background-color: #FFFFFF;
}

.essentials_box {
  background-color: #4550c2;
  color: #FFFFFF;
}
.essentials_box .pricinghead {
  text-align: center;
}
.essentials_box .pricinghead h3, .essentials_box .pricinghead h4, .essentials_box .pricinghead p {
  color: #FFFFFF;
}
.essentials_box .pricinghead h3 span, .essentials_box .pricinghead h4 span, .essentials_box .pricinghead p span {
  color: #FFFFFF;
}
.essentials_box .pricinghead ul li {
  color: #FFFFFF;
}
.essentials_box .pricinghead ul li:before {
  content: "";
  background: url(../img/square_white.png) no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  margin-top: 10px;
  margin-left: -30px;
}
.essentials_box .pricinghead a {
  background-color: #FFFFFF;
  color: #4550c2;
}

.premier_box {
  text-align: center;
}

.bidannualbtn {
  display: none;
}

.blog_banner {
  background: url(../img/blog_banner.webp) no-repeat;
  height: 380px;
  background-size: cover;
}

.blog_header {
  display: flex;
  align-items: center;
  height: 400px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .blog_header {
    height: auto;
    padding-bottom: 40px;
  }
}
.blog_header:after, .blog_header:before {
  background: radial-gradient(50% 50% at 50% 50%, rgba(69, 80, 194, 0.3) 0, rgba(69, 80, 194, 0.3) 50%, rgba(69, 80, 194, 0.3) 100%);
  bottom: 4rem;
  content: "";
  filter: blur(100px);
  height: 40%;
  position: absolute;
  transform: rotate(-146.42deg);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .blog_header:after, .blog_header:before {
    content: none;
  }
}
.blog_header:before {
  left: -8rem;
  width: 25%;
}
.blog_header:after {
  right: -8rem;
  width: 25%;
  top: 0;
}
.blog_header_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}
.blog_header_box h1 {
  font-size: 60px;
  color: #4550c2;
  font-family: "Gilroy-ExtraBold";
  margin-bottom: 15px;
}
.blog_header_box h1 span {
  color: #000000;
  font-family: "Gilroy-ExtraBold";
}
.blog_header_box p {
  text-align: center;
  font-size: 18px;
  line-height: 1.48;
  margin-bottom: 20px;
  font-family: "Gilroy Medium";
}
@media only screen and (max-width: 768px) {
  .blog_header_box {
    margin-top: 20px;
  }
  .blog_header_box h1 {
    font-size: 36px;
    text-align: center;
  }
  .blog_header_box p {
    font-size: 16px;
  }
}

.blogsbox {
  margin-bottom: 30px;
}
.blogsbox .blogsimagebox {
  padding: 10px;
  background-color: #FFFFFF;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.blogsbox .blogsimagebox img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.blogsbox .blogscontentbox {
  padding: 10px;
}
.blogsbox .blogscontentbox h4 {
  font-family: "Gilroy SemiBold";
  margin-bottom: 15px;
}
.blogsbox .blogscontentbox span {
  display: inline-block;
  font-size: 14px;
  font-family: "Gilroy Light";
  margin-bottom: 15px;
}
.blogsbox .blogscontentbox p {
  font-size: 16px;
  font-family: "Gilroy Light";
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.blogsbox:hover .blogsimagebox img {
  transform: scale(1.1);
}

.blog_details_container {
  padding-top: 150px;
}

.blog_container {
  width: 900px;
  margin: 0 auto 40px;
}
.blog_container .featuredimage {
  margin-bottom: 20px;
}
.blog_container .blogposteddetails {
  margin-bottom: 20px;
  padding-left: 20px;
}
.blog_container .blogposteddetails ul li {
  display: inline-block;
}
.blog_container .blogposteddetails ul li.blogdate {
  margin-right: 50px;
  margin-left: 20px;
}
.blog_container .blogposteddetails ul li.blogdate:before {
  content: "";
  position: absolute;
  margin-right: 0;
  margin-left: -30px;
  margin-top: 2px;
  width: 18px;
  height: 18px;
  background-image: url(../img/blog_date.png);
  display: inline-block;
  background-size: cover;
}
.blog_container .blogposteddetails ul li.blogreadtime {
  position: relative;
}
.blog_container .blogposteddetails ul li.blogreadtime span.clock {
  content: "";
  position: absolute;
  top: -1.5px;
  right: 100%;
  margin-right: 10px;
  margin-top: 5px;
  width: 16px;
  height: 16px;
  background-image: url(../img/readingtime_icons.png);
  background-position: -10px -10px;
  display: inline-block;
}
.blog_container .blog_content {
  padding: 0 10px;
  margin-bottom: 20px;
}
.blog_container .blog_content h3, .blog_container .blog_content h4 {
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}
.blog_container .blog_content p {
  font-family: "Gilroy Light";
  margin-bottom: 30px;
}
.blog_container .blog_content img {
  padding: 10px 0;
}
.blog_container .blog_content a {
  display: inline-block;
  color: #4550c2;
  text-decoration: none;
}
.blog_container .blog_content a.bookademobtn {
  display: inline-block;
  background-color: #4550c2;
  text-decoration: none;
  padding: 10px 30px;
  color: #FFFFFF;
  margin-bottom: 30px;
  border-radius: 2px;
}
.blog_container .blog_content a.bookademobtn:after {
  content: none;
}
.blog_container .blog_content a.bookademobtn:hover {
  background-color: #2e39aa;
  color: #FFFFFF;
}
.blog_container .blog_content a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #4550c2;
  transition: width 0.3s;
}
.blog_container .blog_content a:hover:after {
  width: 100%;
  transition: width 0.3s;
}
.blog_container .blog_content ul {
  padding-left: 30px;
}
.blog_container .blog_content ul li {
  margin-bottom: 15px;
}
.blog_container .blog_content ul li ul {
  margin-top: 15px;
}
.blog_container .blog_content ul li:before {
  content: "-";
  position: absolute;
  margin-left: -30px;
}
.blog_container .blog_content ul li span {
  display: block;
  font-family: "Gilroy-Bold";
}
.blog_container .blog_content ul.evenly li:nth-child(even):before {
  content: "";
  position: absolute;
  margin-left: -30px;
}
.blog_container .blog_content ul.evenly li:nth-child(even) span {
  display: block;
  font-family: "Gilroy-Bold";
}
.blog_container .blog_content ul.orderly {
  list-style-type: none;
}
.blog_container .blog_content ul.orderly li {
  counter-increment: step-counter;
}
.blog_container .blog_content ul.orderly li div.moreadds p {
  margin-top: 15px;
  margin-left: 20px;
  position: relative;
}
.blog_container .blog_content ul.orderly li div.moreadds p:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000000;
  display: inline-block;
  margin-left: -20px;
  position: absolute;
  margin-top: 10px;
}
.blog_container .blog_content ul.orderly li:before {
  content: counter(step-counter);
  font-family: "Gilroy-Bold";
}
.blog_container .blog_content ul.orderly p {
  margin-bottom: 15px;
}
.blog_container .blog_content ul.orderly div.unorderly {
  padding-left: 30px;
}
.blog_container .blog_content ol.optimized li {
  margin-bottom: 10px;
}
.blog_container .blog_content .sharesociallinks {
  display: none;
  position: fixed;
  left: 130px;
  top: 150px;
  padding: 10px 15px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 9;
}
.blog_container .blog_content .sharesociallinks ul {
  padding: 0;
  list-style: none;
}
.blog_container .blog_content .sharesociallinks ul li {
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
}
.blog_container .blog_content .sharesociallinks ul li:hover {
  background-color: #4550c2;
  border-radius: 5px;
}
.blog_container .blog_content .sharesociallinks ul li:hover a {
  filter: invert(1);
}
.blog_container .blog_content .sharesociallinks ul li:before {
  content: none;
}
.blog_container .blog_content .sharesociallinks ul li a div.fb {
  background: url(../img/share_social.png) no-repeat;
  width: 25px;
  height: 35px;
  margin: 0 auto;
  background-position: 0 2px;
  background-size: cover;
}
.blog_container .blog_content .sharesociallinks ul li a div.tw {
  background: url(../img/share_social.png) no-repeat;
  width: 30px;
  height: 35px;
  margin: 0 auto;
  background-position: -38px 2px;
  background-size: cover;
}
.blog_container .blog_content .sharesociallinks ul li a div.li {
  background: url(../img/share_social.png) no-repeat;
  width: 30px;
  height: 35px;
  margin: 0 auto;
  background-position: -83px 0px;
  background-size: cover;
}
.blog_container .blog_content .sharesociallinks ul li a:after {
  content: none;
}
.blog_container .blog_content .sharesociallinks ul li a:hover:after {
  content: none;
}
.blog_container .blog_content .sharesociallinks p {
  margin-bottom: 5px;
}
.blog_container .blog_content .sharesociallinks.sticky {
  display: block;
}
@media only screen and (max-width: 768px) {
  .blog_container .blog_content .sharesociallinks {
    width: 100%;
    padding: 10px;
    background-color: #4550c2;
    position: fixed;
    left: 0;
    bottom: 0;
    top: auto;
  }
  .blog_container .blog_content .sharesociallinks p {
    display: none;
  }
  .blog_container .blog_content .sharesociallinks ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .blog_container .blog_content .sharesociallinks ul li {
    width: calc(33.3333333333% - 10px);
    margin-right: 10px;
    margin-bottom: 0;
    background-color: #FFFFFF;
    border-radius: 5px;
  }
  .blog_container .blog_content .sharesociallinks ul li:hover {
    background-color: #FFFFFF;
  }
  .blog_container .blog_content .sharesociallinks ul li:hover a {
    filter: none;
  }
  .blog_container .blog_content .sharesociallinks ul li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .blog_container .blog_content .sharesociallinks {
    left: 200px;
    top: 140px;
  }
}
.blog_container a {
  font-family: "Gilroy-Bold";
  color: #000000;
}

.blogscontentrow {
  margin-bottom: 40px;
}
.blogscontentrow h2 {
  text-align: center;
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}

table.bidhom_table {
  width: 100%;
  margin-bottom: 30px;
}
table.bidhom_table thead tr th {
  padding: 5px;
  border: 1px solid #ccc;
}
table.bidhom_table tbody tr td {
  padding: 5px;
  border: 1px solid #ccc;
}

@media only screen and (max-width: 500px) {
  .blog_container .blogposteddetails {
    padding-left: 0;
  }
  .blog_container .blogposteddetails ul li.blogdate {
    margin-right: 20px;
    margin-left: 25px;
  }
  .blog_container .blogposteddetails ul li.blogdate:before {
    margin-left: -25px;
  }
  .blog_container .blogposteddetails ul li.blogreadtime {
    margin-left: 25px;
  }
  .blog_container .blogposteddetails ul li.blogreadtime span.clock {
    margin-right: 10px;
  }
}
.fof_banner {
  background: url(../img/404_banner.webp) no-repeat;
  height: 210px;
  background-size: cover;
}

.fourofourbox h1 {
  color: #000000;
}
.fourofourbox span {
  font-family: "Gilroy-ExtraBold";
  color: #000000;
}
.fourofourbox a {
  font-family: "Gilroy-Bold";
}

.modal {
  background-color: #4b4dc2;
  z-index: 99999999;
}
@media (min-width: 576px) {
  .modal .modal-dialog {
    width: 100%;
    margin: 1.75rem auto;
  }
}
.modal .modal-content {
  background: transparent;
  border: none;
}
@media (min-width: 576px) {
  .modal .modal-content {
    max-width: 500px;
    margin: 0 auto;
  }
}
.modal .bookademopopupbox {
  text-align: center;
}
.modal .bookademopopupbox h5 {
  font-family: "Gilroy-Bold";
  font-size: 28px;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.modal .bookademopopupbox p {
  font-family: "Gilroy Light";
  font-size: 20px;
  margin-bottom: 15px;
  color: #FFFFFF;
}
.modal .bookademopopupbox span.bidhom_logo {
  background: url(../img/bidhom_logos.webp) no-repeat;
  width: 180px;
  height: 70px;
  display: inline-block;
  background-position-y: -68px;
  margin: 0 auto 10px;
}
.modal.bookademopopup .modal-content img {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
}

.btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  background: url(../img/close_button_demo.png) no-repeat;
  opacity: 1;
  z-index: 99999;
}
.btn-close:focus {
  box-shadow: none;
}

.bookademo_formbox input {
  color: #FFFFFF;
  outline: none;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  position: relative;
  z-index: 99;
  box-shadow: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 10px 50px 10px 10px;
  background-color: #5453c4;
}
.bookademo_formbox input.nameit {
  background: url(../img/book_a_demo_icons.png) no-repeat;
  background-color: #5453c4;
  background-position: 450px 5px;
}
.bookademo_formbox input.mailit {
  background: url(../img/book_a_demo_icons.png) no-repeat;
  background-color: #5453c4;
  background-position: 450px -42px;
}
.bookademo_formbox input .phoneit {
  background: url(../img/book_a_demo_icons.png) no-repeat;
  background-color: #5453c4;
  background-position: 450px -91px;
}
.bookademo_formbox input:focus {
  box-shadow: none;
  border-color: #FFFFFF;
  background-color: #5453c4;
}
.bookademo_formbox input:-internal-autofill-selected {
  background-color: #5453c4;
}
.bookademo_formbox input.hidden {
  display: none;
}
.bookademo_formbox textarea {
  resize: none;
  padding: 10px 20px 10px 10px;
  margin-bottom: 20px;
  background-color: #5453c4;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  color: #FFFFFF;
}
.bookademo_formbox textarea:focus {
  box-shadow: none;
  border-color: #FFFFFF;
  background-color: #5453c4;
}
.bookademo_formbox .g-recaptcha {
  margin-bottom: 20px;
}
.bookademo_formbox label {
  color: #FF0000;
  position: relative;
  margin-top: -15px;
  display: block;
  margin-bottom: 5px;
  text-align: left;
}
.bookademo_formbox label .mycheckbox {
  color: #FFFFFF;
  position: relative;
  margin-top: 0;
  display: block;
  margin-bottom: 20px;
  text-align: left;
  font-size: 14px;
  margin-left: 25px;
  width: 100%;
  margin-bottom: 50px;
  white-space: break-spaces;
}
.bookademo_formbox label .mycheckbox a {
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: underline;
}
.bookademo_formbox label input {
  margin-bottom: 10px;
  margin-bottom: 10px;
  position: absolute;
  left: -25px;
  top: 2px;
}
.bookademo_formbox button {
  width: 100%;
  background-color: #FFFFFF;
  border: none;
  border-radius: 0;
  font-family: "Gilroy Medium";
  color: #4550c2;
  font-size: 18px;
  padding: 12px;
}

.bookademo_formbox input::placeholder,
.bookademo_formbox textarea::placeholder,
.bookademo_formbox input:focus,
.bookademo_formbox textarea:focus {
  color: #FFFFFF;
}

.bookademo_formbox input:focus,
.bookademo_formbox textarea:focus {
  box-shadow: none;
  border-color: #FFFFFF;
  background-color: #5453c4;
}

.bidhom_bookademoform label.mycheckbox {
  color: #FFFFFF;
  position: relative;
  margin-top: 0;
  display: block;
  text-align: left;
  font-size: 14px;
  margin-left: 25px;
  width: calc(100% - 20px);
  margin-bottom: 30px;
  cursor: pointer;
}
.bidhom_bookademoform label.mycheckbox svg {
  display: block;
  position: absolute;
}
.bidhom_bookademoform label.mycheckbox input {
  display: block;
  outline: none;
  padding: 0;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 36%/36%;
  background: var(--background, transparent);
  transition: background 0.25s linear, box-shadow 0.25s linear;
  border: 2px solid #FFFFFF;
}
.bidhom_bookademoform label.mycheckbox input + svg {
  width: 21px;
  height: 18px;
  left: -26px;
  top: 3px;
  /* color: var(--active); */
  z-index: 999;
  display: none;
}
.bidhom_bookademoform label.mycheckbox input + svg .tick {
  stroke-dasharray: 20;
  stroke-dashoffset: var(--stroke-dashoffset, 20);
  transition: stroke-dashoffset 0.2s;
  color: #5453c4;
}
.bidhom_bookademoform label.mycheckbox input + svg .tick.mask {
  stroke: var(--active-tick);
}
.bidhom_bookademoform label.mycheckbox input:checked {
  background-color: #FFFFFF;
  --border: var(--active);
}
.bidhom_bookademoform label.mycheckbox input:checked + svg {
  --stroke-dashoffset: 0;
  display: block;
}
.bidhom_bookademoform label.mycheckbox input:checked + svg + svg {
  --animation: check;
}
.bidhom_bookademoform label.mycheckbox input input:-internal-autofill-selected {
  background-color: #FFFFFF;
}
.bidhom_bookademoform label.mycheckbox:hover input:not(:checked) {
  --border: var(--border-hover);
}
.bidhom_bookademoform label.mycheckbox label.error {
  margin-left: -25px;
  margin-bottom: 0;
  display: block;
  margin-top: 0;
  font-size: 16px;
}

.casestudy_banner {
  background: url(../img/case_studies_banner.webp) no-repeat;
  height: 380px;
  background-size: cover;
}
.casestudy_banner p {
  color: #FFFFFF;
  font-family: "Gilroy Light";
  margin-bottom: 20px;
}

.caseStudyBox {
  text-align: center;
}
.caseStudyBox .csSwitch {
  padding: 20px 60px 0 0;
}
.caseStudyBox .csSwitch ul {
  float: right;
  border: solid #ddd 1px;
}
.caseStudyBox .csSwitch ul li {
  display: block;
  float: left;
  font-size: 16px;
  color: #000;
  width: 100px;
  padding: 0 20px;
  cursor: pointer;
  line-height: 34px;
  text-align: center;
  border-left: solid #ddd 1px;
}
.caseStudyBox .csSwitch ul li:first-child {
  border-left: none;
}
.caseStudyBox .csSwitch ul li:hover {
  background: #ddd;
}
.caseStudyBox .csSwitch ul li.active {
  color: #FFFFFF;
  background: #4550c2;
}
.caseStudyBox .csSwitch:after {
  display: block;
  content: "";
  clear: both;
}
.caseStudyBox .cs_wrap {
  margin-top: 40px;
  text-align: center;
}
.caseStudyBox .cs_wrap .csBox {
  position: relative;
  display: inline-block;
  width: 32%;
  margin: 5px;
  padding: 30px;
  overflow: hidden;
  text-align: center;
  background: #e8e8e8;
}
.caseStudyBox .cs_wrap .csBox i {
  position: relative;
  z-index: 10;
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 100px;
  background: url(../img/case_study/cs_logo.webp) no-repeat;
}
.caseStudyBox .cs_wrap .csBox i.auction {
  background-position: -200px -100px;
}
.caseStudyBox .cs_wrap .csBox i.casa {
  background-position: -400px -400px;
}
.caseStudyBox .cs_wrap .csBox i.SimpliOffer {
  background-position: -400px -1400px;
}
.caseStudyBox .cs_wrap .csBox i.preREO {
  background-position: -200px -1485px;
}
.caseStudyBox .cs_wrap .csBox .hoverDir {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #012a5e;
}
.caseStudyBox .cs_wrap .csBox .hoverBox {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.caseStudyBox .cs_wrap .csBox .hoverBox .btnSimple {
  margin-top: 15px;
  border: solid #ef323a 2px;
}
.caseStudyBox .cs_wrap .csBox .hoverBox .btnSimple:hover {
  background: 0 0;
  border-color: #FFFFFF;
}
.caseStudyBox .cs_wrap .csBox .hoverBox p {
  color: #FFFFFF;
  padding: 150px 30px 0;
}
@media only screen and (max-width: 1366px) {
  .caseStudyBox .cs_wrap .csBox .hoverBox p {
    padding-top: 120px;
  }
}
.caseStudyBox .cs_wrap .csBox figure {
  margin: 0;
}
@media only screen and (max-width: 1366px) {
  .caseStudyBox .cs_wrap .csBox figure {
    margin-top: 40px;
  }
  .caseStudyBox .cs_wrap .csBox figure img {
    max-width: 100%;
  }
}
.caseStudyBox .cs_wrap .csBox .first .hoverDir {
  top: 0;
}
.caseStudyBox .cs_wrap .csBox .first i {
  background-image: url(../img/case_study/cs_logo_white.png);
}
.caseStudyBox .cs_wrap .csBox .first .hoverBox {
  opacity: 1;
}
.caseStudyBox .cs_wrap .csBox:hover i {
  background-image: url(../img/case_study/cs_logo_white.png);
}
.caseStudyBox .cs_wrap .csBox:hover .hoverBox {
  opacity: 1;
}
@media (max-width: 1024px) {
  .caseStudyBox .cs_wrap .csBox {
    width: 47%;
  }
  .caseStudyBox .cs_wrap .csBox i {
    background-image: url(../img/case_study/cs_logo_white.webp);
  }
  .caseStudyBox .cs_wrap .csBox .hoverBox {
    opacity: 1;
    background: rgba(69, 80, 194, 0.9);
  }
  .caseStudyBox .cs_wrap .csBox .hoverDir {
    display: none;
  }
}
@media (max-width: 600px) {
  .caseStudyBox .cs_wrap .csBox {
    width: 70%;
    margin: 0 auto 20px;
  }
  .caseStudyBox .cs_wrap .csBox .hoverBox .btnSimple {
    margin: 30px 30px 0;
  }
}
@media (max-width: 480px) {
  .caseStudyBox .cs_wrap .csBox {
    width: 90%;
  }
}
@media (max-width: 360px) {
  .caseStudyBox .cs_wrap .csBox {
    width: 100%;
  }
}
.caseStudyBox .cs_wrap.full .csBox {
  display: block;
  width: auto;
}

.headingBox h3 {
  font-size: 36px;
  font-family: "Gilroy-Bold";
}

.modal .getcasestudypopupbox {
  text-align: center;
}
.modal .getcasestudypopupbox p {
  font-family: "Gilroy Light";
  font-size: 20px;
  margin-bottom: 15px;
  color: #FFFFFF;
}
.modal .getcasestudypopupbox.modal-content img {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
}

.showsuccesscasestudy {
  display: none;
}
.showsuccesscasestudy h4 {
  font-family: "Gilroy-Bold";
  color: #FFFFFF;
}
.showsuccesscasestudy p {
  font-family: "Gilroy-Regular";
}

.contact_checkbox {
  display: block;
  margin: 0 0 20px 0;
  position: relative;
}
.contact_checkbox .cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  display: flex !important;
  margin-top: 0;
  align-items: center;
}
.contact_checkbox .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.contact_checkbox .cbx span a {
  color: #4550c2;
  text-decoration: underline;
}
.contact_checkbox .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 0px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #FFFFFF;
  transition: all 0.2s ease;
}
.contact_checkbox .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #4550c2;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.contact_checkbox .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #e0e0e0;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .contact_checkbox .cbx span:first-child {
    width: 24px;
  }
}
.contact_checkbox .cbx span:last-child {
  padding-left: 10px;
  font-size: 14px;
  color: #FFF;
}
.contact_checkbox .cbx:hover span:first-child {
  border-color: #000000;
}
.contact_checkbox label.error {
  margin-top: -5px;
  margin-bottom: 0;
}

.inp-cbx:checked + .cbx span:first-child {
  background: #FFFFFF;
  border-color: #FFFFFF;
  animation: wave 0.4s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
.privacy_banner {
  height: 250px;
  background-color: #4550c2;
}

.pp_content {
  padding: 50px 0;
  width: 1000px;
  margin: 0 auto;
}
.pp_content h4 {
  font-family: "Gilroy SemiBold";
  margin-bottom: 10px;
}
.pp_content p {
  font-size: 16px;
}
.pp_content ul {
  padding-left: 40px;
  margin-bottom: 20px;
}
.pp_content ul li {
  margin-bottom: 10px;
  list-style-type: disc;
}
@media only screen and (max-width: 1200px) {
  .pp_content {
    padding: 50px 0;
    width: 100%;
    margin: 0 auto;
  }
}

p.last_update {
  font-size: 14px;
  color: #282828;
}

.offerpopupmainbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: default;
  z-index: 999999;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
}
.offerpopupmainbox.with_campaign {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 9999999;
}

.offerpopupbox {
  display: block;
  background: #FFFFFF;
  padding: 4% 2%;
  width: 550px;
  position: absolute;
  cursor: default;
  z-index: 10001;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
  text-align: center;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.offerpopupbox h2 {
  font-size: 150px;
  font-family: "Gilroy-Bold";
  color: #4550c2;
  line-height: 1;
}
.offerpopupbox h4 {
  font-family: "Gilroy Medium";
  color: #FFFFFF;
}
.offerpopupbox h3 {
  font-family: "Gilroy Light";
}
.offerpopupbox p {
  color: #000000;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Gilroy Light";
}
.offerpopupbox span.uptov {
  font-size: 44px;
  text-transform: uppercase;
  transform: rotate(-90deg);
  display: inline-block;
  top: 42px;
  position: absolute;
  font-family: "Gilroy-Bold";
  color: #4550c2;
  left: 40px;
}
.offerpopupbox span.ff {
  font-size: 75px;
  font-family: "Gilroy-Bold";
  color: #4550c2;
  position: absolute;
  bottom: -5px;
  right: 78px;
  letter-spacing: 1.2px;
}
.offerpopupbox form input {
  width: 100%;
  padding: 10px;
  border-radius: 0;
  border: 1px solid #ccc;
  padding-right: 110px;
}
.offerpopupbox form input:focus {
  outline-color: #4550c2;
}
.offerpopupbox form button {
  padding: 10px 20px;
  border: 1px solid #4550c2;
  background-color: #4550c2;
  color: #FFFFFF;
  margin-top: 0px;
  position: absolute;
  right: 0;
}
.offerpopupbox form button #lisubmitting {
  display: none;
}
.offerpopupbox form label {
  display: block;
  position: absolute;
  color: #4550c2;
  margin-left: 10px;
}
.offerpopupbox.with_banner {
  background: url(../img/campaigns/cyber_monday_bg.webp) no-repeat;
  background-size: cover;
  display: block;
  padding: 4% 2%;
  width: 500px;
  position: absolute;
  cursor: default;
  z-index: 10001;
  border-radius: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
  text-align: center;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  margin: 0;
}
.offerpopupbox.with_banner img {
  margin-bottom: 10px;
  max-width: 250px;
  margin-top: 100px;
}
.offerpopupbox.with_banner h2 {
  font-size: 100px;
  font-family: "Gilroy-ExtraBold";
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 0;
}
.offerpopupbox.with_banner h3 {
  color: #FFFFFF;
  font-size: 22px;
  font-family: "Gilroy-ExtraBold";
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 1.32;
}
.offerpopupbox.with_banner h3.main_title {
  margin-top: 30px;
  font-family: "Gilroy-ExtraBold";
  color: #001c4b;
  font-size: 32px;
  position: relative;
}
.offerpopupbox.with_banner h3.main_title span {
  font-family: "Gilroy-Bold";
  padding: 5px;
  background-color: #4550c2;
  color: #FFFFFF;
  border-radius: 4px;
  position: relative;
}
.offerpopupbox.with_banner h3.main_title span:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-right: 30px solid #4550c2;
  position: absolute;
  top: 0;
  margin-top: 0px;
  right: -28px;
  z-index: 2;
  transform: rotate(180deg);
}
.offerpopupbox.with_banner h3.main_title:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/new_homepage/bid_icon.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -5px;
}
.offerpopupbox.with_banner h4 {
  color: #FFFFFF;
}
.offerpopupbox.with_banner p {
  color: #FFFFFF;
  margin-bottom: 10px;
}
.offerpopupbox.with_banner p.oba {
  color: #FFFFFF;
  font-size: 24px;
  margin-bottom: 5px;
  text-transform: lowercase;
}
.offerpopupbox.with_banner ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 0;
  margin: 0 auto 20px;
}
.offerpopupbox.with_banner ul li {
  display: inline-block;
  color: #FFFFFF;
  width: 50%;
}
.offerpopupbox.with_banner ul li:first-child {
  text-align: left;
  position: relative;
}
.offerpopupbox.with_banner ul li:first-child:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #FFFFFF;
  display: inline-block;
  position: absolute;
  right: -10px;
}
.offerpopupbox.with_banner ul li:last-child {
  text-align: right;
}
.offerpopupbox.with_banner span.uptov {
  font-size: 30px;
  text-transform: uppercase;
  transform: rotate(-90deg);
  display: inline-block;
  top: 27px;
  position: absolute;
  font-family: "Gilroy-ExtraBold";
  color: #FFFFFF;
  left: 75px;
}
.offerpopupbox.with_banner span.its {
  font-size: 48px;
  font-family: "Gilroy-ExtraBold";
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 10px;
}
.offerpopupbox.with_banner span.ff {
  font-size: 65px;
  font-family: "Gilroy-ExtraBold";
  color: #FFFFFF;
  position: absolute;
  bottom: -12px;
  right: 85px;
  letter-spacing: 1px;
}
.offerpopupbox.with_banner form {
  width: 80%;
  margin: 0 auto;
}
.offerpopupbox.with_banner form input:focus {
  outline-color: #4550c2;
}
.offerpopupbox.with_banner form button {
  background-color: #4550c2;
  border-color: #FFFFFF;
  text-transform: uppercase;
}
.offerpopupbox.with_banner form button#lisubmitting {
  display: none;
}
.offerpopupbox.with_banner form label {
  display: block;
  position: absolute;
  color: #FFFFFF;
  margin-left: 10px;
}
.offerpopupbox.with_banner .offer_tag {
  display: inline-block;
  padding: 5px 20px;
  background-color: #FFFFFF;
  margin-bottom: 15px;
  font-family: "Gilroy-Regular";
  color: #4550c2;
  font-size: 18px;
}
.offerpopupbox.with_banner .offer_tag span {
  font-family: "Gilroy-Bold";
  color: #4550c2;
}
.offerpopupbox.with_banner a.super_btn {
  background-color: #FFFFFF;
  color: #000000;
  text-transform: capitalize;
  padding: 10px 30px;
  display: inline-block;
  font-family: "Gilroy SemiBold";
}
.offerpopupbox.with_banner .closeofferpopupbox {
  background-color: #FFFFFF;
  top: 15px;
  right: 15px;
}
.offerpopupbox.with_banner.with_bf_campaign {
  background-color: #4550c2;
  background-image: none;
  overflow: hidden;
}
.offerpopupbox.with_banner.with_bf_campaign:after {
  content: "";
  background: url(../img/campaigns/black_friday_2024.webp) no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  display: inline-flex;
  position: absolute;
  bottom: -10px;
  right: -100px;
  z-index: -1;
}
.offerpopupbox.with_banner.with_bf_campaign .offerdiscount span.its {
  position: relative;
}
.offerpopupbox.with_banner.with_bf_campaign .offerdiscount span.its:before {
  content: "";
  display: inline-flex;
  background: url(../img/campaigns/black_friday_sale_tag.webp) no-repeat;
  background-size: contain;
  position: absolute;
  height: 85px;
  width: 85px;
  left: -70px;
  bottom: -55px;
  z-index: 0;
}
.offerpopupbox.with_banner.with_holiday_campaign {
  background-color: #4550c2;
  background-image: none;
  overflow: hidden;
}
.offerpopupbox.with_banner.with_holiday_campaign:after {
  content: "";
  background: url(../img/campaigns/holidays/holidays_1.webp) no-repeat;
  background-size: contain;
  width: 190px;
  height: 180px;
  display: inline-flex;
  position: absolute;
  top: -30px;
  left: -60px;
  z-index: -1;
}
.offerpopupbox.with_banner.with_holiday_campaign:before {
  content: "";
  background: url(../img/campaigns/holidays/holidays_2.webp) no-repeat;
  background-size: contain;
  width: 550px;
  height: 110px;
  display: inline-flex;
  position: absolute;
  bottom: -60px;
  left: 0px;
  z-index: -1;
  opacity: 0.2;
}
.offerpopupbox.with_banner.with_holiday_campaign .offerdiscount span {
  font-size: 36px;
  font-family: "Gilroy-ExtraBold";
  color: #FFFFFF;
  margin-right: 15px;
}
.offerpopupbox.with_banner.with_holiday_campaign .offerdiscount h2.free {
  position: relative;
}
.offerpopupbox.with_banner.with_holiday_campaign .offerdiscount h2.free:before {
  content: "";
  display: inline-flex;
  background: url(../img/campaigns/holidays/santa_cap.webp) no-repeat;
  background-size: contain;
  position: absolute;
  height: 50px;
  width: 50px;
  left: -20px;
  top: -3px;
  z-index: 0;
  transform: rotate(-10deg);
}
.offerpopupbox.with_banner.with_holiday_campaign span.snowflake {
  background: url(../img/campaigns/holidays/holidays_3.webp) no-repeat;
  width: 50px;
  height: 50px;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 60px;
}
.offerpopupbox.with_banner.with_holiday_campaign form {
  display: flex;
  align-items: center;
  width: 85%;
  margin: 0 auto;
}
.offerpopupbox.with_banner.with_holiday_campaign form input {
  width: 100%;
  padding: 15px;
  border-radius: 50px;
  border: 1px solid #ccc;
  padding-right: 30%;
  outline: none;
}
.offerpopupbox.with_banner.with_holiday_campaign form button {
  background-color: #4550c2;
  text-transform: uppercase;
  border-radius: 30px;
  border: none;
  margin-right: 7.5px;
}
.offerpopupbox.with_banner.with_holiday_campaign form label {
  bottom: -25px;
  margin-left: 15px;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .offerpopupbox.with_banner_new {
    padding-top: 15% !important;
  }
}
@media only screen and (max-width: 500px) {
  .offerpopupbox.with_banner_new .closeofferpopupbox {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    font-size: 14px;
    line-height: 25px;
  }
}
.offerpopupbox.with_banner_new h3 {
  color: #FFFFFF;
  font-size: 44px;
  font-family: "Gilroy Medium";
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 1;
}
.offerpopupbox.with_banner_new h3 span {
  font-family: "Gilroy-Bold";
  color: #FFF;
  letter-spacing: 2px;
}
.offerpopupbox.with_banner_new h4 {
  color: #FFFFFF;
  font-family: "Gilroy Medium";
  margin-bottom: 15px;
}
.offerpopupbox.with_banner_new h5 {
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Gilroy Light";
  margin-bottom: 15px;
}
.offerpopupbox.with_banner_new form {
  display: flex;
  align-items: center;
  width: 85%;
  margin: 0 auto;
}
.offerpopupbox.with_banner_new form input {
  width: 100%;
  padding: 15px;
  border-radius: 50px;
  border: 1px solid #ccc;
  padding-right: 30%;
  outline: none;
}
.offerpopupbox.with_banner_new form button {
  background-color: #4550c2;
  text-transform: uppercase;
  border-radius: 30px;
  border: none;
  margin-right: 7.5px;
}
.offerpopupbox.with_banner_new form label {
  bottom: -25px;
  margin-left: 15px;
  color: #FFFFFF;
}
.offerpopupbox.bf_campaign {
  display: block;
  padding: 4% 2%;
  width: 500px;
  position: absolute;
  cursor: default;
  z-index: 10001;
  border-radius: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
  text-align: center;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  margin: 0;
  background: url(../img/campaigns/bf_campaign.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.offerpopupbox.bf_campaign .offerdiscount .closeofferpopupbox {
  background-color: #FFFFFF;
}
.offerpopupbox.bf_campaign .offerdiscount h2 {
  color: #4550c2;
  font-family: "Gilroy-ExtraBold";
  font-size: 100px;
  line-height: 1;
}
.offerpopupbox.bf_campaign .offerdiscount span.sale {
  font-family: "Great Vibes", cursive;
  position: absolute;
  color: #FFF;
  font-size: 40px;
  transform: rotate(-25deg);
  line-height: 1;
}
.offerpopupbox.bf_campaign p {
  color: #FFFFFF;
  font-family: "Gilroy Light";
  margin-bottom: 15px;
}

.closeofferpopupbox {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #000000;
  font-size: larger;
  font-weight: 100;
  width: 30px;
  height: 30px;
  background-color: #4550c2;
  text-align: center;
  line-height: 30px;
  border-radius: 15px;
  transition: all 0.25s ease-in-out;
}
.closeofferpopupbox:hover {
  color: #000000;
  background-color: #FFFFFF;
  transform: rotate(360deg);
}

.offerdiscount {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.offerdiscountimage {
  display: none;
}

.limitedofferform {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .offerpopupbox {
    width: 90%;
    position: absolute;
    top: 20%;
    left: 5%;
    margin: 0 0 0 0;
    padding: 5%;
  }
  .offerpopupbox h2 {
    font-size: 120px;
  }
  .offerpopupbox span.uptov {
    position: relative;
    transform: rotate(0deg);
  }
  .offerpopupbox.with_banner {
    width: 90%;
    position: absolute;
    padding: 5%;
    padding-bottom: 8%;
    background: url(../img/campaigns/christmas_banner_no_image.webp) no-repeat;
    background-size: cover;
  }
  .offerpopupbox.with_banner h2 {
    font-size: 72px;
  }
  .offerpopupbox.with_banner h3.main_title {
    margin-top: 50px;
    font-size: 28px;
  }
  .offerpopupbox.with_banner h3.main_title span:after {
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-right: 30px solid #4550c2;
  }
  .offerpopupbox.with_banner p {
    margin-bottom: 10px;
  }
  .offerpopupbox.with_banner img {
    margin-top: 30px;
  }
  .offerpopupbox.with_banner span.its {
    font-size: 28px;
  }
  .offerpopupbox.with_banner ul {
    width: 100%;
  }
  .offerpopupbox.with_banner ul li {
    font-size: 14px;
  }
  .offerpopupbox.with_banner form {
    width: 100%;
  }
  .offerpopupbox.with_banner.with_holiday_campaign .offerdiscount {
    display: flex;
  }
  .offerpopupbox.with_banner.with_holiday_campaign .offerdiscount span {
    font-size: 28px;
  }
  .offerpopupbox.with_banner.with_holiday_campaign .offerdiscount h2 {
    font-size: 72px;
  }
  .offerpopupbox.with_banner.with_holiday_campaign .offerdiscount h2.free:before {
    width: 40px;
    height: 35px;
    left: -13px;
  }
  .offerpopupbox.with_banner.with_holiday_campaign h4 {
    margin-top: 10px;
  }
  .offerpopupbox.with_banner.with_holiday_campaign p {
    margin-bottom: 20px;
  }
  .offerpopupbox.with_banner.with_holiday_campaign form {
    width: 95%;
  }
  .offerpopupbox.with_banner.with_holiday_campaign form button {
    font-size: 14px;
  }
  .offerpopupbox.with_banner.with_holiday_campaign span.snowflake {
    display: none;
  }
  .offerpopupbox.with_banner_new h3 {
    font-size: 32px;
  }
  /*.offerdiscount{display: none;}*/
  .offerdiscountimage {
    display: block;
    margin-bottom: 0;
  }
  .offerdiscountimage img {
    margin-top: 0;
  }
  .stepsmainbox {
    padding: 0 15px;
  }
  .stepsbox {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
  .stepsbox:nth-child(2), .stepsbox:nth-child(4) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1500px) {
  .offerpopupbox .with_banner span.uptov {
    left: 95px;
  }
  .offerpopupbox .with_banner span.ff {
    position: absolute;
    bottom: -10px;
    right: 105px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 380px) {
  .offerpopupbox.with_banner img {
    width: 250px;
  }
  .stepsmainbox {
    padding: 0 15px;
  }
  .stepsbox {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1650px) {
  .fullbox .launchbox {
    max-width: 1240px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .navbar .navbar-menu .navbar-menu-left {
    float: right;
  }
  .navbar .navbar-menu .navbar-menu-left ul li {
    padding: 0 10px;
    font-size: 16px;
  }
  .realtors_banner,
  .features_banner,
  .auction_banner,
  .pricing_banner {
    height: auto;
  }
  .banner_container {
    padding: 120px 40px 40px;
  }
  .banner_container h1 br {
    display: none;
  }
  .pricing_heading h2 br {
    display: none;
  }
  .getrealwork h4 br {
    display: none;
  }
  .auction_container h5 br {
    display: none;
  }
  .builtcontainer .fullbox .halfbox p br {
    display: none;
  }
  .ahfcontainer h3 br {
    display: none;
  }
  .ahfcontainer p br {
    display: none;
  }
  .values_container .valuebox {
    padding: 20px;
    margin-bottom: 20px;
    height: auto;
  }
  .values_container .valuebox h5 br {
    display: none;
  }
  .values_container p br {
    display: none;
  }
  .values_container .row-cols-5 > * {
    width: 33.3%;
  }
  .pricingrow .pricingbox {
    height: auto;
    margin-top: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .detailsbox h2 {
    font-size: 32px;
  }
  .features_clients_slider .slick-next {
    left: 10%;
  }
  .builtcontainer .fullbox .halfbox.auctioneersbox {
    padding-right: 20px;
  }
  .ahfbox {
    height: 300px;
    margin-bottom: 20px;
  }
  .contactformBox h4 {
    padding: 0 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 990px) {
  .navbar-menu-right {
    display: none;
  }
  .navbar .col-md-4 {
    display: none;
  }
  .bidhom_footerlogo img {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .addsomebgcolor {
    background-color: #4550c2;
  }
  .fullbox .halfbox, .fullbox .twofivebox, .fullbox .threefivebox, .fullbox .onethreebox, .fullbox .twothreebox {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .fullbox.ready_box {
    padding: 0 15px;
  }
  .fullbox .threefivebox.ready_cbox h3 {
    font-size: 32px;
  }
  .fullbox .twofivebox.ready_c2box p {
    font-size: 16px;
  }
  .fullbox .halfbox .g-recaptcha {
    margin-bottom: 20px;
  }
  .fullbox .halfbox.buttonboX {
    padding-left: 0;
  }
  .fullbox .wid600, .fullbox .wid1000 {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .fullbox .homebox .homehalfbox {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .fullbox .innerbox .innerhalfbox {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .fullbox .somespacing {
    padding: 0;
  }
  .navbar {
    display: none;
  }
  .herobanner,
  .about_banner,
  .blog_banner,
  .contact_banner,
  .realtors_banner,
  .auction_banner,
  .features_banner,
  .pricing_banner,
  .thankyou_banner,
  .fof_banner,
  .casestudy_banner,
  .privacy_banner,
  .homebanner_2 {
    height: auto;
    background-position: center;
    margin-top: -100px;
  }
  .herocontainer {
    padding: 150px 15px 60px 15px;
  }
  .banner_container {
    padding: 120px 0 40px 0;
  }
  .blogbox {
    margin-bottom: 15px;
  }
  .row-cols-5 > * {
    width: 50%;
  }
  .idxintegration {
    padding: 0;
  }
  .realestatesolutionbox {
    padding: 0;
    margin-top: 20px;
  }
  .testimonialbg {
    height: auto;
    background-size: cover;
    background-position: center;
  }
  .testimonial_box {
    width: 100%;
    display: block;
    padding: 30px 0;
  }
  .values_container .valuebox {
    margin-bottom: 15px;
  }
  .col-4, .col-3 {
    width: 100%;
    margin-bottom: 20px;
  }
  .getstartedbox {
    padding: 20px;
  }
  .featureslist ul {
    column-count: 1;
  }
  .builtcontainer .fullbox .halfbox.auctioneersbox {
    padding-right: 0;
  }
  .ahfbox {
    height: auto;
  }
  .shortboxrow {
    padding: 20px 0;
  }
  .searchboxrow {
    padding: 0;
  }
  br {
    display: none;
  }
  .blog_container {
    width: 100%;
  }
  .blog_container .blog_content {
    padding: 0;
  }
  .blog_container .blogposteddetails ul li {
    font-size: 14px;
  }
  .mobile_menu {
    display: block;
  }
  .featurestabbox .tabs .tabs-content .tab-content {
    padding: 10px;
  }
  .resolutionrow .col-4 {
    width: 50%;
    margin-bottom: 10px;
  }
  .resolutionbox {
    text-align: center;
  }
  .copyrightbox {
    padding: 20px 0;
  }
  .copyrightbox .rightbox {
    text-align: left;
  }
  .copyrightbox .leftbox span {
    margin-left: 0;
    display: block;
  }
  .copyrightbox .fullbox .halfbox.leftbox {
    margin-bottom: 5px;
  }
  .pricingrow .pricingbox {
    height: auto;
    margin-bottom: 20px !important;
  }
  .pricing_heading h2.common_h2 {
    font-size: 28px;
    line-height: 1.48;
  }
  .essentials_box {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  }
  .footerlinks {
    margin-bottom: 20px;
  }
  .tencomob {
    display: block;
  }
  .tenco {
    display: none;
  }
  .breakonmob {
    width: 50%;
    float: left;
  }
  .bidhom_footerlogo img {
    max-width: 100px;
    margin-bottom: 20px;
  }
  .footercontact {
    margin-bottom: 0;
  }
  .leadgenerationbox h2 {
    line-height: 1.4;
  }
  .topagents_header {
    padding-bottom: 0;
  }
  .shortboxrow {
    top: 0;
  }
  .fullbox .somespacingonmob, .fullbox .getrealwork {
    padding-left: 30px;
    padding-right: 30px;
  }
  .getstartedimagebox {
    padding: 0 15px;
  }
  .featurestabbox ul {
    display: inline-block;
    column-count: 2;
    -webkit-column-count: 2;
    column-gap: 0;
    -webkit-column-gap: 0;
  }
  .featurestabbox ul li {
    display: inline-block;
  }
  .billing_container {
    padding-bottom: 30px;
  }
  .pricingrow .pricingbox.annualpricing {
    height: auto;
  }
  .pricingrow .pricingbox.essentials_box {
    margin-bottom: 0;
  }
  .pricingrow .pricingbox.pro_box {
    margin-bottom: 30px;
  }
  .pricingrow .pricingbox.premier_box {
    background-color: #FFFFFF;
  }
  .pricingrow .pricingbox .pricingbody {
    margin-bottom: 0;
  }
  .pricingrow .pricingbox .pricingbody ul li {
    margin-bottom: 10px;
  }
  .pricingrow .pricingbox .pricingbody ul li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .popular_tag {
    margin-top: 30px;
  }
  .detailsbox {
    text-align: left;
    padding: 20px;
    background-color: aliceblue;
    border-radius: 15px;
  }
  .detailsbox h2 {
    font-size: 24px;
  }
  .section_1box {
    height: auto;
    margin-bottom: 15px;
  }
  .ebcbox {
    padding-right: 0;
  }
  .bidstatbox {
    margin-bottom: 15px;
  }
  .launchbox .twofivebox {
    padding: 0 15px;
  }
  .launchbox .twofivebox h3 {
    font-size: 36px;
  }
  .homehalfbox h1 {
    padding-right: 0;
  }
  .homehalfbox h4 {
    font-size: 16px;
  }
  .homehalfbox a {
    margin-bottom: 10px;
  }
  .eblist {
    height: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  .eblist ul {
    display: flex;
    border: none;
  }
  .eblist ul li {
    display: block;
    width: 100%;
  }
  .eblist ul li.active {
    font-family: "Gilroy SemiBold";
    background-color: #FFFFFF;
    color: #4550c2;
  }
  .eblist ul li.active:before {
    content: none;
  }
  .ebbox {
    padding: 25px 20px;
  }
  .home_container_2 {
    padding-bottom: 40px;
  }
  .bidstatrow .col-md-3 {
    width: 50%;
  }
  .bidstatbox span {
    font-size: 40px;
  }
  .bidstatbox p {
    margin-bottom: 0;
  }
  .bidstatbox.bidstatbolast {
    margin-bottom: 0;
  }
  .fourofourbox {
    margin: 0 15px;
  }
  .shortbox {
    height: auto;
  }
}
@media screen and (max-width: 400px) {
  .clients_slider .slick-slide img {
    width: 150px;
    margin: 0 auto;
  }
}
.animated_image_box {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  height: 450px;
  display: flex;
  align-items: center;
}

.animated_image_boxed {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.circular_box {
  background-color: #4550c2;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circular_box:after {
  content: "";
  width: 115px;
  height: 115px;
  border: 1px dashed #4550c2;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
}

.animbox {
  width: 150px;
  height: 80px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: absolute;
}

.animimagebox {
  width: 150px;
  height: 80px;
  border-radius: 10px;
  background-color: #FEFEFA;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  align-items: center;
  padding: 10px;
  z-index: 999;
  transition: all 0.25s ease-in-out;
}

.bid_section_row.letsanimate .bid_section_ibox .animated_image_box .animated_image_boxed .animbox .animimagebox {
  animation: float 6s infinite linear;
}

/* .bid_section_row.letsanimate .bid_section_ibox .animated_image_box .animated_image_boxed .animbox .animimagebox{animation: slowfade 0.5s infinite linear;} */
.animbox .animbox_1 {
  top: 0;
}
.animbox .animbox_1:before {
  content: "";
  width: 1px;
  height: 90px;
  background-color: #4550c2;
  display: inline-block;
  top: 95%;
  position: absolute;
  left: 50%;
}

.bid_section_row .letsanimate .bid_section_ibox .animated_image_box .animated_image_boxed .animbox.animbox_1 .animimagebox {
  animation-delay: 1000ms;
}
.bid_section_row .letsanimate .bid_section_ibox .animated_image_box .animated_image_boxed .animbox.animbox_1:before {
  animation: slowfade 1s linear;
}
.bid_section_row .letsanimate .bid_section_ibox .animated_image_box .animated_image_boxed .animbox.animbox_1:after {
  animation: slowfadebox 0.5s linear;
  animation-delay: 0.5s;
}
.bid_section_row .letsanimate .bid_section_ibox .animated_image_box .animated_image_boxed .animbox.animbox_2:before {
  animation: slowfade2 1s linear;
  animation-delay: 1s;
}
.bid_section_row .letsanimate .bid_section_ibox .animated_image_box .animated_image_boxed .animbox.animbox_2:after {
  animation: slowfade3 0.5s linear;
  animation-delay: 1.5s;
}
.bid_section_row .letsanimate .bid_section_ibox .animated_image_box .animated_image_boxed .animbox.animbox_2 span:after {
  animation: slowfadebox 0.5s linear;
  animation-delay: 0.5s;
}
.bid_section_row .letsanimate .bid_section_ibox .animated_image_box .animated_image_boxed .animbox.animbox_2 .animimagebox {
  animation-delay: 1500ms;
}
.bid_section_row .letsanimate .bid_section_ibox .animated_image_box .animated_image_boxed .animbox.animbox_3:before {
  animation: slowfade3_1 1s linear;
  animation-delay: 2s;
}
.bid_section_row .letsanimate .bid_section_ibox .animated_image_box .animated_image_boxed .animbox.animbox_3:after {
  animation: slowfade3 0.5s linear;
  animation-delay: 2.5s;
}
.bid_section_row .letsanimate .bid_section_ibox .animated_image_box .animated_image_boxed .animbox.animbox_3 span:after {
  animation: slowfadebox 0.5s linear;
  animation-delay: 0.5s;
}
.bid_section_row .letsanimate .bid_section_ibox .animated_image_box .animated_image_boxed .animbox.animbox_3 .animimagebox {
  animation-delay: 2500ms;
}
.bid_section_row .letsanimate .bid_section_ibox .animated_image_box .animated_image_boxed .animbox.animbox_4:before {
  animation: slowfade4 1s linear;
  animation-delay: 2500ms;
}
.bid_section_row .letsanimate .bid_section_ibox .animated_image_box .animated_image_boxed .animbox.animbox_4:after {
  animation: slowfadebox 0.5s linear;
  animation-delay: 3000ms;
}
.bid_section_row .letsanimate .bid_section_ibox .animated_image_box .animated_image_boxed .animbox.animbox_4 .animimagebox {
  animation-delay: 3500ms;
}
.bid_section_row .letsanimate .bid_section_ibox .animated_image_box .animated_image_boxed .animbox.animbox_5:before {
  animation: slowfade5_1 1s linear;
  animation-delay: 3500ms;
}
.bid_section_row .letsanimate .bid_section_ibox .animated_image_box .animated_image_boxed .animbox.animbox_5:after {
  animation: slowfade3 0.5s linear;
  animation-delay: 4000ms;
}
.bid_section_row .letsanimate .bid_section_ibox .animated_image_box .animated_image_boxed .animbox.animbox_5 span:after {
  animation: slowfadebox 0.5s linear;
  animation-delay: 0.5s;
}
.bid_section_row .letsanimate .bid_section_ibox .animated_image_box .animated_image_boxed .animbox.animbox_5 .animimagebox {
  animation-delay: 4500ms;
}
.bid_section_row .letsanimate .bid_section_ibox .animated_image_box .animated_image_boxed .animbox.animbox_6:before {
  animation: slowfade6_1 1s linear;
  animation-delay: 4500ms;
}
.bid_section_row .letsanimate .bid_section_ibox .animated_image_box .animated_image_boxed .animbox.animbox_6:after {
  animation: slowfade3 0.5s linear;
  animation-delay: 4750ms;
}
.bid_section_row .letsanimate .bid_section_ibox .animated_image_box .animated_image_boxed .animbox.animbox_6 span:after {
  animation: slowfadebox 0.5s linear;
  animation-delay: 0.5s;
}
.bid_section_row .letsanimate .bid_section_ibox .animated_image_box .animated_image_boxed .animbox.animbox_6 .animimagebox {
  animation-delay: 5500ms;
}

.animbox.animbox_1:after {
  content: "+";
  width: 20px;
  height: 20px;
  display: inline-flex;
  bottom: -65%;
  position: absolute;
  left: 44%;
  border: 1px solid #4550c2;
  border-radius: 100%;
  background-color: #FFFFFF;
  justify-content: center;
  align-items: center;
  color: #4550c2;
  font-size: 20px;
  font-family: "Gilroy SemiBold";
}
.animbox.animbox_2 {
  top: 25%;
  right: -10%;
}
.animbox.animbox_2:before {
  content: "";
  width: 1px;
  height: 55px;
  background-color: #4550c2;
  display: inline-block;
  top: 40%;
  position: absolute;
  left: -53%;
  transform: rotate(45deg);
}
.animbox.animbox_2:after {
  content: "";
  width: 90px;
  height: 1px;
  background-color: #4550c2;
  display: inline-block;
  top: 50%;
  position: absolute;
  left: -40%;
}
.animbox.animbox_2 span:after {
  content: "+";
  width: 20px;
  height: 20px;
  display: inline-flex;
  bottom: 35%;
  position: absolute;
  left: -47%;
  border: 1px solid #4550c2;
  border-radius: 100%;
  background-color: #FFFFFF;
  justify-content: center;
  align-items: center;
  color: #4550c2;
  font-size: 20px;
  font-family: "Gilroy SemiBold";
  z-index: 9;
}
.animbox.animbox_3 {
  top: 60%;
  right: -10%;
}
.animbox.animbox_3:before {
  content: "";
  width: 1px;
  height: 70px;
  background-color: #4550c2;
  display: inline-block;
  top: -17%;
  position: absolute;
  left: -55%;
  transform: rotate(135deg);
}
.animbox.animbox_3:after {
  content: "";
  width: 90px;
  height: 1px;
  background-color: #4550c2;
  display: inline-block;
  top: 50%;
  position: absolute;
  left: -40%;
}
.animbox.animbox_3 span:after {
  content: "+";
  width: 20px;
  height: 20px;
  display: inline-flex;
  bottom: 35%;
  position: absolute;
  left: -47%;
  border: 1px solid #4550c2;
  border-radius: 100%;
  background-color: #FFFFFF;
  justify-content: center;
  align-items: center;
  color: #4550c2;
  font-size: 20px;
  font-family: "Gilroy SemiBold";
  z-index: 9;
}
.animbox.animbox_4 {
  bottom: 0;
}
.animbox.animbox_4:before {
  content: "";
  width: 1px;
  height: 90px;
  background-color: #4550c2;
  display: inline-block;
  top: -107%;
  position: absolute;
  left: 50%;
}
.animbox.animbox_4:after {
  content: "+";
  width: 20px;
  height: 20px;
  display: inline-flex;
  top: -70%;
  position: absolute;
  left: 44%;
  border: 1px solid #4550c2;
  border-radius: 100%;
  background-color: #FFFFFF;
  justify-content: center;
  align-items: center;
  color: #4550c2;
  font-size: 20px;
  font-family: "Gilroy SemiBold";
}
.animbox.animbox_5 {
  top: 60%;
  left: -10%;
}
.animbox.animbox_5:before {
  content: "";
  width: 1px;
  height: 60px;
  background-color: #4550c2;
  display: inline-block;
  top: -13%;
  position: absolute;
  right: -58%;
  transform: rotate(45deg);
}
.animbox.animbox_5:after {
  content: "";
  width: 90px;
  height: 1px;
  background-color: #4550c2;
  display: inline-block;
  top: 50%;
  position: absolute;
  right: -44%;
}
.animbox.animbox_5 span:after {
  content: "+";
  width: 20px;
  height: 20px;
  display: inline-flex;
  bottom: 38%;
  position: absolute;
  right: -50%;
  border: 1px solid #4550c2;
  border-radius: 100%;
  background-color: #FFFFFF;
  justify-content: center;
  align-items: center;
  color: #4550c2;
  font-size: 20px;
  font-family: "Gilroy SemiBold";
  z-index: 9;
}
.animbox.animbox_6 {
  top: 25%;
  left: -10%;
}
.animbox.animbox_6:before {
  content: "";
  width: 1px;
  height: 55px;
  background-color: #4550c2;
  display: inline-block;
  top: 37%;
  position: absolute;
  right: -55%;
  transform: rotate(135deg);
}
.animbox.animbox_6:after {
  content: "";
  width: 90px;
  height: 1px;
  background-color: #4550c2;
  display: inline-block;
  top: 50%;
  position: absolute;
  right: -44%;
}
.animbox.animbox_6 span:after {
  content: "+";
  width: 20px;
  height: 20px;
  display: inline-flex;
  bottom: 38%;
  position: absolute;
  right: -50%;
  border: 1px solid #4550c2;
  border-radius: 100%;
  background-color: #FFFFFF;
  justify-content: center;
  align-items: center;
  color: #4550c2;
  font-size: 20px;
  font-family: "Gilroy SemiBold";
  z-index: 9;
}

@keyframes fadeInUp {
  0% {
    transform: translate(0px, 100px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0);
    opacity: 1;
  }
}
@keyframes wobble {
  0% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-10px);
  }
}
@keyframes float {
  from {
    transform: rotate(0deg) translate3d(5px, 0, 0) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate3d(5px, 0, 0) rotate(-360deg);
  }
}
@keyframes slowfade {
  from {
    opacity: 0.5;
    transform: translateY(90px);
    height: 0;
  }
  to {
    opacity: 1;
    height: 90px;
    transform: translateY(0);
  }
}
@keyframes slowfade2 {
  from {
    opacity: 0.1;
    transform: translateX(0) rotate(45deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(45deg);
  }
}
@keyframes slowfade3 {
  from {
    opacity: 0.1;
    /* transform: translateX(0) rotate(45deg); */
  }
  to {
    opacity: 1;
    /* transform: translateX(0) rotate(45deg); */
  }
}
@keyframes slowfade3_1 {
  from {
    opacity: 0.1;
    transform: translateX(0) rotate(135deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(135deg);
  }
}
@keyframes slowfade5_1 {
  from {
    opacity: 0.1;
    transform: translateX(0) rotate(45deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(45deg);
  }
}
@keyframes slowfade6_1 {
  from {
    opacity: 0.1;
    transform: translateX(0) rotate(135deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(135deg);
  }
}
@keyframes slowfade4 {
  from {
    opacity: 0.1;
    transform: translateY(0);
    height: 0;
  }
  to {
    opacity: 1;
    height: 90px;
    transform: translateY(0);
  }
}
@keyframes slowfadebox {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
.banner_homes {
  display: none;
}
.banner_homes.open {
  display: block;
}

.newbasebgcolor {
  background-color: #fefefe;
}

.new_home_bg_2 {
  background-color: #f6f7f9;
}

.new_home_bg_light {
  background-color: #eff0ff;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.new_home__ {
  padding-top: 180px;
  padding-top: 220px;
  padding-bottom: 120px;
  text-align: center;
}
.new_home__ h1 {
  font-family: "Gilroy-ExtraBold";
  color: #000000;
  font-size: 100px;
  text-transform: capitalize;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.new_home__ h1 span {
  font-family: "Gilroy-ExtraBold";
  color: #4550c2;
  text-transform: capitalize;
  transition: 1.75s ease-out;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.new_home__ h1 span.show {
  opacity: 1;
  visibility: visible;
  display: block;
}
.new_home__ h2 {
  font-family: "Gilroy-ExtraBold";
  color: #000000;
  font-size: 100px;
  text-transform: capitalize;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.new_home__ h2.use_bidhom {
  margin-bottom: 20px;
}
.new_home__ p {
  font-size: 20px;
  margin-bottom: 30px;
  font-family: "Gilroy Medium";
}
.new_home__ ul li {
  display: inline-flex;
}
.new_home__ ul li a {
  padding: 10px;
  width: 200px;
  border: 1px solid #4550c2;
  color: #4550c2;
  background-color: transparent;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.new_home__ ul li:first-child {
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  .new_home__ ul li:first-child {
    margin-right: 0;
  }
}
.new_home__ ul li:first-child:hover a:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-flex;
  position: absolute;
  border-top: 1px solid #4550c2;
  border-right: 1px solid #4550c2;
  right: 20px;
  transform: rotate(45deg);
  animation-name: movebtn;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.new_home__ ul li:last-child a {
  background-color: #4550c2;
  color: #FFFFFF;
}
.new_home__ ul li:last-child:hover a {
  background-color: #343eaa;
  border-color: #343eaa;
}

h1.use_bidhom {
  margin-bottom: 20px;
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
.trusted_by_title {
  text-align: center;
  margin-bottom: 40px;
  font-family: "Gilroy-Bold";
  color: #000000;
  font-size: 32px;
}
@media only screen and (max-width: 499px) {
  .trusted_by_title {
    margin-bottom: 30px;
    font-size: 28px;
  }
}

.stepsbox {
  padding: 20px 15px;
  background-color: #eff0ff;
}
.stepsbox p {
  margin-bottom: 0;
}
.stepsbox:hover {
  background-color: #4550c2;
}
.stepsbox:hover div {
  filter: brightness(0) invert(1);
}
.stepsbox:hover h4, .stepsbox:hover p {
  color: #FFFFFF;
}

.home_client_mainbox {
  max-width: 1050px;
}
.home_client_mainbox .home_client_box {
  width: calc(16.6666666667% - 15px);
}
.home_client_mainbox .home_client_box img {
  width: 130px;
  animation: action3 3s linear infinite;
  -webkit-animation: action3 3s linear infinite;
}

.bidstatbox {
  padding: 30px 20px;
  border: 1px solid rgba(149, 157, 165, 0.2);
  border-radius: 15px;
}
.bidstatbox:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.bidstatbox p {
  margin-bottom: 0;
}

@-webkit-keyframes action3 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes action3 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0px);
  }
}
.new_home_bg {
  background: linear-gradient(90deg, #FFFFFF 47.12%, #E6E9FF 88.21%);
}

.nhero_box {
  padding-top: 40px;
  padding-bottom: 150px;
}
.nhero_box h1 {
  text-align: center;
  font-family: "Gilroy-Bold";
  color: #000000;
}
.nhero_box h3 {
  text-align: center;
  font-family: "Gilroy-Bold";
  color: #000000;
  font-size: 36px;
}
.nhero_box p {
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}
.nhero_box ul.nhero_tabs {
  list-style: none;
  text-align: center;
  padding-bottom: 40px;
}
.nhero_box ul.nhero_tabs li {
  display: inline-block;
  text-align: center;
  padding: 10px 30px;
  font-family: "Gilroy SemiBold";
  cursor: pointer;
  color: #000000;
  margin-right: 15px;
  border: 1px solid #c6caf4;
  border-radius: 30px;
}
.nhero_box ul.nhero_tabs li:last-child {
  margin-right: 0;
}
.nhero_box ul.nhero_tabs li:hover {
  color: #4550c2;
  background-color: #c6caf4;
}
.nhero_box ul.nhero_tabs li.active {
  background-color: #4550c2;
  border-color: #4550c2;
  color: #FFFFFF;
}
.nhero_box ul.nhero_tabs li.active:hover {
  background-color: #4550c2;
  border-color: #4550c2;
  color: #FFFFFF;
}

.nhero_box_head {
  max-width: 800px;
  margin: 0 auto;
}

.bidgetstartedform {
  width: 500px;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bidgetstartedform input {
  width: 75%;
  padding: 10px;
  border-radius: 0;
  border: 1px solid #4550c2;
  background: #FFFFFF;
  color: #000000;
  outline: none;
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.bidgetstartedform button {
  padding: 10px 15px;
  position: relative;
  width: 25%;
  border: 1px solid #4550c2;
  border-left: none;
  background-color: #4550c2;
  color: #FFFFFF;
  border-radius: 0 4px 4px 0;
}
.bidgetstartedform button.btndown {
  pointer-events: none;
}
.bidgetstartedform label {
  position: absolute;
  margin-top: 80px;
  padding-left: 10px;
  color: red;
}

.nhero_tab_content {
  position: relative;
}

.maindash {
  width: 1000px;
  background-color: #FFFFFF;
  border-radius: 20px;
  height: 520px;
  margin: 0 auto;
  display: flex;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.mdlside {
  width: 20%;
  background-color: #FFFFFF;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 6px -6px 12px;
}

.mdlside_logobox {
  width: 100%;
  padding: 5px 15px;
}

.mdlside_logo {
  width: 160px;
  height: 60px;
  background: url(../img/bidhom_logos.webp) no-repeat;
  background-size: cover;
  background-position-y: 0;
}

/* .mdlside img{padding: 10px 20px;width: 180px;} */
.dashsideum {
  padding: 10px 20px 10px 50px;
  position: relative;
  border-bottom: 1px solid #DFDFDF;
  font-size: 13px;
}
.dashsideum span.sideicon {
  width: 18px;
  height: 18px;
  background: url(../img/new_homepage/tabonesideicons_.webp) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-top: 4px;
  position: absolute;
  left: 20px;
}
.dashsideum span.sideicon.sideicon_1 {
  background-position-y: 0;
}
.dashsideum span.sideicon.sideicon_2 {
  background-position-y: -20px;
}
.dashsideum span.sideicon.sideicon_3 {
  background-position-y: -38px;
  margin-top: 1px;
}
.dashsideum.active {
  background-color: #4550c2;
  color: #FFFFFF;
  border-color: #4550c2;
  position: relative;
}
.dashsideum.active:after {
  content: "";
  display: inline-block;
  margin: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  transform: rotate(225deg);
  position: absolute;
  right: 15px;
  top: 15px;
}

.mdlside ul li {
  padding: 8px 5px 8px 70px;
  border-bottom: 1px solid #DFDFDF;
  font-size: 13px;
}
.mdlside ul li.active {
  color: #4550c2;
  font-weight: 600;
}

.mdrside {
  width: 80%;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.mdrside_head {
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  border-top-right-radius: 20px;
  font-size: 12px;
}

.mdrside_body {
  background-color: #EEEEEE;
  padding: 20px;
}

.mdrside_head_left {
  display: flex;
  align-items: center;
}

.hamburger-icon-4 {
  pointer-events: none;
  margin-right: 26px;
}
.hamburger-icon-4 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 18px;
  background: #000000;
  content: "";
}
.hamburger-icon-4 span:before, .hamburger-icon-4 span:after {
  display: block;
  position: absolute;
  height: 1px;
  width: 18px;
  background: #000000;
  content: "";
}
.hamburger-icon-4 span:before {
  top: -6px;
}
.hamburger-icon-4 span:after {
  bottom: -6px;
}

.mdrside_head_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
}

.avatar {
  overflow: hidden;
}

.user-icon {
  font-size: 2em;
  float: left;
  margin: 0;
  margin-right: 0.5rem;
  border-radius: 1em;
  border: 1px solid #707070;
  height: 1em;
  width: 1em;
  background: none;
  padding: 0;
}
.user-icon:before {
  content: " ";
  display: block;
  height: 0.25em;
  width: 0.25em;
  background: #707070;
  position: relative;
  left: 0.32em;
  top: 0.15em;
  border-radius: 0.25em;
}
.user-icon:after {
  content: " ";
  display: block;
  height: 0.25em;
  width: 0.5em;
  background: #707070;
  position: relative;
  left: 0.2em;
  top: 0.18em;
  border-radius: 0.5em 0.5em 0 0;
}

.user_name {
  position: relative;
  font-size: 12px;
  pointer-events: none;
}
.user_name:after {
  content: "";
  display: inline-block;
  margin: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  transform: rotate(225deg);
  position: absolute;
  right: -20px;
  top: 2px;
}

.admin_dropbox {
  position: absolute;
  background-color: #FFFFFF;
  width: 100px;
  right: 0;
  top: 100px;
  z-index: 99;
  display: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.admin_dropbox ul li {
  padding: 2px 5px;
  cursor: pointer;
  font-size: 10px;
}
.admin_dropbox ul li:hover, .admin_dropbox ul li.active {
  background-color: #4550c2;
  color: #FFFFFF;
}
.admin_dropbox.showme {
  display: flex;
  top: 40px;
  flex-direction: column;
}

.agentsfilterbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.agentsfilterbox .filtertitle {
  font-family: "Gilroy-Bold";
  font-size: 14px;
}
.agentsfilterbox .filters {
  display: flex;
  justify-content: end;
  align-items: center;
}
.agentsfilterbox .filters_searchbox {
  margin-right: 10px;
  position: relative;
}
.agentsfilterbox .filters_searchbox:before {
  content: "";
  background: url(../img/new_homepage/search_icon.webp) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  top: 7px;
  left: 8px;
}
.agentsfilterbox .filters_searchbox input {
  padding: 5px 10px 5px 30px;
  border-radius: 0;
  border: 1px solid #ccc;
  outline: none;
  font-size: 12px;
}
.agentsfilterbox .filters_searchbox button {
  background-color: #D1D5FF;
  border: 1px solid #4550c2;
  padding: 5px 10px;
  color: #000000;
  text-transform: uppercase;
  font-family: "Gilroy Medium";
  margin-left: -10px;
  font-size: 12px;
}
.agentsfilterbox .filter_1 {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
}
.agentsfilterbox .filter_select {
  padding: 5px;
  width: 80px;
  border: 1px solid #000000;
  position: relative;
  font-size: 12px;
  background-color: #FFFFFF;
}
.agentsfilterbox .filter_select:after {
  content: "";
  display: inline-block;
  margin: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  transform: rotate(225deg);
  position: absolute;
  right: 8px;
  top: 8px;
}
.agentsfilterbox .filter_select.fsf {
  margin-right: 5px;
}
.agentsfilterbox .filter_select.fsf .filter_select_dropdown {
  position: absolute;
  display: block;
  width: 80px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  padding: 0;
  right: -1px;
  margin-top: 10px;
  display: none;
  cursor: pointer;
}
.agentsfilterbox .filter_select.fsf .filter_select_dropdown ul li {
  padding: 0 5px;
  cursor: pointer;
}
.agentsfilterbox .filter_select.fsf .filter_select_dropdown ul li:hover {
  background-color: #4550c2;
  color: #FFFFFF;
}
.agentsfilterbox .filter_select.rpp {
  width: 130px;
  cursor: pointer;
}
.agentsfilterbox .filter_select.rpp .filter_select_dropdown {
  position: absolute;
  display: block;
  width: 130px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  padding: 0;
  right: -1px;
  margin-top: 10px;
  z-index: 999;
  display: none;
  cursor: pointer;
}
.agentsfilterbox .filter_select.rpp .filter_select_dropdown ul li {
  padding: 0 5px;
  cursor: pointer;
}
.agentsfilterbox .filter_select.rpp .filter_select_dropdown ul li:hover {
  background-color: #4550c2;
  color: #FFFFFF;
}

.new_agent_btn {
  font-size: 12px;
  background-color: #4550c2;
  color: #FFFFFF;
  padding: 6px 10px;
}

.permission_box {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.permission_box h4 {
  font-size: 18px;
  font-family: "Gilroy Medium";
  margin-bottom: 20px;
}

.pss_main_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.pss_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 10px;
}
.pss_box div.hideit {
  filter: blur(3px);
}

.pss_box_left,
.pss_box_right {
  width: calc(50% - 20px);
}

div.toggler label {
  position: relative;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 15px;
  background: #cccccc;
  border-radius: 50px;
  transition: 300ms linear;
}
div.toggler label:before {
  position: absolute;
  top: 49%;
  left: 2px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border-radius: 50%;
  transition: left 300ms linear;
}
div.toggler input {
  display: none;
}
div.toggler input:checked + label {
  background: #4550c2;
}
div.toggler input:checked + label:before {
  left: 15.5px;
}
div.toggler input:disabled + label {
  background-color: #848ac7;
}
div.toggler input:disabled + label:before {
  left: 15.5px;
}

.mdrside_body_c {
  display: flex;
}

.mdrside_body_c1 {
  width: calc(65% - 15px);
  margin-right: 15px;
}

.agents__box {
  background-color: #FFFFFF;
  display: flex;
  border-radius: 10px;
  margin-bottom: 15px;
}

.agentsd__box {
  padding: 10px;
  display: flex;
  align-items: flex-start;
  border-right: 1px solid #e1e1e1;
  width: 45%;
}

.agentsd__info {
  padding: 0 8px;
}
.agentsd__info ul li {
  font-size: 12px;
  margin-bottom: 3px;
}
.agentsd__info ul li:nth-child(odd) {
  font-family: "Gilroy-Bold";
}

.agentss__box {
  padding: 10px;
  border-right: 1px solid #e1e1e1;
  width: 35%;
}
.agentss__box div.agentss__asas {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3px;
}
.agentss__box div:last-child p:last-child {
  margin-bottom: 0;
}
.agentss__box .astitle {
  font-size: 12px;
  font-family: "Gilroy SemiBold";
  display: block;
  margin-bottom: 0;
}
.agentss__box .asstatus {
  padding: 2px 5px;
  background-color: #40C278;
  color: #FFFFFF;
  font-size: 11px;
  margin-bottom: 0;
  display: inline-block;
}
.agentss__box p {
  font-size: 11px;
  text-align: left;
  margin-bottom: 5px;
}
.agentss__box p span {
  color: #4550c2;
}

.agentsi__box {
  padding: 10px;
  font-size: 11px;
  width: 20%;
}
.agentsi__box div {
  display: flex;
  justify-content: space-between;
}
.agentsi__box div ul li {
  font-size: 12px;
  margin-bottom: 3px;
}
.agentsi__box div ul li:first-child {
  font-family: "Gilroy SemiBold";
}
.agentsi__box div ul li:last-child {
  margin-bottom: 5px;
}

.mdrside_body_c2 {
  width: 35%;
}

.listing_monitor {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.listing_monitor h4 {
  font-family: "Gilroy SemiBold";
  font-size: 18px;
  margin-bottom: 10px;
}

.current_bid {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.cb_image {
  width: 40%;
}

.cb_details {
  width: calc(60% - 30px);
  margin-left: 30px;
  position: relative;
}
.cb_details p {
  font-size: 11px;
  text-align: left;
  margin-bottom: 0;
}

.map_pin {
  position: absolute;
  top: 0;
  margin-left: -20px;
  border-radius: 50% 50% 50% 0;
  border: 1px solid #000000;
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
}
.map_pin:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -2.5px;
  background-color: #000000;
}

.auction_listings {
  display: flex;
  text-align: center;
  margin-bottom: 15px;
}
.auction_listings .albox {
  border-right: 1px solid #ccc;
}
.auction_listings .albox:last-child {
  border-right: none;
}
.auction_listings .albox.albox_1 {
  width: 25%;
}
.auction_listings .albox.albox_2 {
  width: 35%;
}
.auction_listings .albox.albox_3 {
  width: 40%;
}
.auction_listings .albox div {
  font-size: 10px;
  color: #292727;
}
.auction_listings .albox div:first-child {
  opacity: 0.56;
}

.bidding_details table {
  width: 100%;
  text-align: center;
}
.bidding_details table thead {
  background-color: #4550c2;
  border: 1px solid #4550c2;
}
.bidding_details table thead th {
  font-size: 8px;
  padding: 8px;
  color: #FFFFFF;
  font-weight: 100;
}
.bidding_details table tbody {
  border: 1px solid #ccc;
}
.bidding_details table tbody tr td {
  border: none;
  font-size: 12px;
  font-family: "Gilroy-Bold";
  padding: 10px;
}

.tab1leftbox {
  position: absolute;
  width: 190px;
  background-color: #FFFFFF;
  padding: 20px 15px;
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  bottom: 80px;
  left: 20px;
}
.tab1leftbox ul li {
  position: relative;
  margin-left: 30px;
  font-size: 14px;
  margin-bottom: 20px;
  font-family: "Gilroy Medium";
}
.tab1leftbox ul li:last-child {
  margin-bottom: 0;
}

span.iconic {
  width: 20px;
  height: 20px;
  background: url(../img/new_homepage/tabonesideicons_.webp) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-top: 4px;
  position: absolute;
  left: -30px;
}

.iconic.iconic_1 {
  background-position-y: -74px;
  margin-top: 2px;
}
.iconic.iconic_2 {
  background-position-y: -102px;
}
.iconic.iconic_3 {
  background-position-y: -127px;
}

.tab1middlebox {
  position: absolute;
  width: 190px;
  background-color: #FFFFFF;
  padding: 15px 0;
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  left: 240px;
  bottom: -60px;
}
.tab1middlebox p {
  text-align: left;
  background-color: #4550c2;
  color: #FFFFFF;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-family: "Gilroy Medium";
  font-size: 14px;
}
.tab1middlebox p:after {
  content: "";
  display: inline-block;
  margin: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  transform: rotate(225deg);
  position: absolute;
  right: 15px;
  top: 25px;
}
.tab1middlebox p.settings_i:before {
  content: "";
  background: url(../img/new_homepage/settings.webp) no-repeat;
  width: 22px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  background-size: contain;
}
.tab1middlebox ul {
  margin-top: 5px;
}
.tab1middlebox ul li {
  list-style: none;
  padding: 5px 0;
  border-bottom: 1px solid #F4F4F4;
  font-family: "Gilroy Medium";
  padding-left: 30%;
  font-size: 14px;
}
.tab1middlebox ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000000;
  display: inline-block;
  position: absolute;
  margin-top: 9px;
  margin-left: -15px;
}
.tab1middlebox ul li:last-child {
  border-bottom: none;
}

.table1filterbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.table1filterbox .filtertitle {
  font-family: "Gilroy-Bold";
}
.table1filterbox .filters {
  display: flex;
  justify-content: end;
  align-items: center;
}

.icono-filter {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #000000;
  text-align: left;
  text-indent: -9999px;
  direction: ltr;
  width: 0;
  height: 0;
  border: 10px solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  padding: 3px;
  box-shadow: inset 0 7px;
  margin: 9px 4px;
}
.icono-filter:before, .icono-filter:after {
  content: "";
  pointer-events: none;
}

.filters_searchbox {
  position: relative;
}
.filters_searchbox input {
  padding: 5px 10px 5px 20px;
  border-radius: 0;
  border: 1px solid #ccc;
  outline: none;
  font-size: 10px;
}
.filters_searchbox button {
  background-color: #D1D5FF;
  border: 1px solid #4550c2;
  padding: 5px 10px;
  color: #000000;
  text-transform: uppercase;
  font-family: "Gilroy Medium";
  margin-left: -10px;
  font-size: 10px;
}
.filters_searchbox:before {
  content: "";
  background: url(../img/new_homepage/search_icon.webp) no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  top: 8px;
  left: 6px;
}

.filter_1 {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 10px;
  display: flex;
  align-items: center;
}
.filter_1:before {
  content: "";
  background: url(../img/new_homepage/funnel.webp) no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: contain;
  margin-right: 4px;
  position: relative;
}

.filter_select {
  padding: 5px;
  width: 60px;
  border: 1px solid #707070;
  position: relative;
  font-size: 10px;
}
.filter_select:after {
  content: "";
  display: inline-block;
  margin: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  transform: rotate(225deg);
  position: absolute;
  right: 8px;
  top: 8px;
}
.filter_select.fsf {
  margin-right: 5px;
}

.agentdash {
  width: 1000px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 20px;
  margin: 0 auto;
  display: flex;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.agentdashsider {
  width: 20%;
  background-color: #FFFFFF;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 6px -6px 12px;
}
.agentdashsider img {
  padding: 10px 20px;
  width: 180px;
}
.agentdashsider ul li {
  padding: 10px 20px 10px 50px;
  position: relative;
  border-bottom: 1px solid #DFDFDF;
  font-size: 12px;
  pointer-events: none;
}
.agentdashsider ul li.active {
  background-color: #4550c2;
  color: #FFFFFF;
  border-color: #4550c2;
}

.adcontentbox {
  width: 80%;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.adsideicon {
  width: 16px;
  height: 16px;
  background: url(../img/new_homepage/dashboard__icons.webp) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-top: 2px;
  position: absolute;
  left: 20px;
}
.adsideicon.adsideicon_1 {
  background-position-y: 0;
}
.adsideicon.adsideicon_2 {
  background-position-y: -28px;
}
.adsideicon.adsideicon_3 {
  background-position-y: -60px;
}
.adsideicon.adsideicon_4 {
  background-position-y: -87px;
}
.adsideicon.adsideicon_5 {
  background-position-y: -114px;
}
.adsideicon.adsideicon_6 {
  background-position-y: -142px;
}
.adsideicon.adsideicon_7 {
  background-position-y: -170px;
}
.adsideicon.adsideicon_8 {
  background-position-y: -199px;
}
.adsideicon.adsideicon_9 {
  background-position-y: -230px;
}

.li__mainbox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  margin: 15px 0;
}

.li__box {
  width: calc(25% - 15px);
  text-align: center;
  position: relative;
}
.li__box p {
  font-size: 12px;
  color: #000000;
  margin-bottom: 0;
}
.li__box span {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #E8E8E8;
  border-radius: 100%;
  line-height: 40px;
  font-family: "Gilroy-Regular";
  color: #000000;
  font-size: 16px;
  margin-bottom: 10px;
}
.li__box:after {
  content: "";
  width: 160px;
  height: 1px;
  background-color: #E8E8E8;
  display: inline-block;
  position: absolute;
  top: 20px;
  margin-left: 20px;
}
.li__box:last-child:after {
  content: none;
}
.li__box.active p {
  color: #4550c2;
}
.li__box.active span {
  background-color: #4550c2;
  color: #FFFFFF;
}
.li__box.active:after {
  background-color: #4550c2;
}

.at_mbox {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  margin: 0 20px;
}
.at_mbox h2 {
  border-bottom: 1px solid #ebebeb;
  margin: 0;
  padding: 10px 15px;
  font-size: 16px;
}

.at__box {
  display: flex;
  padding: 15px;
  justify-content: flex-start;
  align-items: center;
}
.at__box .at__boxed {
  width: calc(33.3333333333% - 15px);
  margin-right: 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}

.at__boxed span:first-child {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid #ccc;
  display: inline-block;
  margin-right: 8px;
}
.at__boxed span.active:first-child:after {
  width: 7px;
  height: 7px;
  display: inline-block;
  content: "";
  background-color: #4550c2;
  border-radius: 7px;
  margin-left: 3px;
  margin-top: 3px;
  position: absolute;
}
.at__boxed span:hover span:first-child {
  border-color: #4550c2;
}
.at__boxed span:hover span:first-child:after {
  width: 7px;
  height: 7px;
  display: inline-block;
  content: "";
  background-color: #4550c2;
  border-radius: 7px;
  margin-left: 3px;
  margin-top: 3px;
  position: absolute;
}

.aticon {
  width: 15px;
  height: 15px;
  background: url(../img/new_homepage/asset_type_icons.webp) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 8px;
}
.aticon.aticon_1 {
  background-position-y: -1px;
}
.aticon.aticon_2 {
  background-position-y: -18px;
  background-position-x: 0.5px;
}
.aticon.aticon_3 {
  background-position-y: -36px;
  background-position-x: 0.5px;
}

.prop_box {
  padding: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  margin: 0 20px;
  margin-top: 15px;
  font-size: 14px;
}

.prop__btns {
  margin: 20px;
}
.prop__btns a {
  display: inline-block;
  width: 90px;
  padding: 5px;
  font-size: 13px;
  text-align: center;
  background-color: #4550c2;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-right: 10px;
  border: 1px solid #4550c2;
}
.prop__btns a:last-child {
  color: #000000;
  background-color: transparent;
}

.attaskbox {
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 170px;
  position: absolute;
  padding: 15px;
  right: -20px;
  top: 120px;
}
.attaskbox h4 {
  font-size: 12px;
  font-family: "Gilroy SemiBold";
  margin-bottom: 15px;
  text-align: center;
}

.idxiconbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.idxicon {
  width: 110px;
  height: 45px;
  background: url(../img/new_homepage/idx_icons.webp) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 8px;
}
.idxicon.idxicon_1 {
  background-position-y: -2px;
}
.idxicon.idxicon_2 {
  background-position-y: -62px;
}
.idxicon.idxicon_3 {
  background-position-y: -116px;
}
.idxicon.idxicon_4 {
  background-position-y: -176px;
}
.idxicon.idxicon_5 {
  background-position-y: -234px;
}

.attarrowbox {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  top: 70px;
  right: 57px;
}
.attarrowbox .attarrow_1:before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 4px;
  background-color: #4550c2;
  position: absolute;
}
.attarrowbox .attarrow_1:after {
  content: "";
  width: 50px;
  height: 0;
  display: inline-block;
  border-radius: 4px;
  border: 1px dashed #4550c2;
  position: absolute;
  top: 2.5px;
}
.attarrowbox .attarrow_2:before {
  content: "";
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  width: 12px;
  height: 6px;
  border-top: solid 6px #4550c2;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  position: absolute;
  top: 42px;
  right: -10px;
}
.attarrowbox .attarrow_2:after {
  content: "";
  width: 40px;
  height: 0;
  display: inline-block;
  border-radius: 4px;
  border: 1px dashed #4550c2;
  position: absolute;
  top: 25px;
  transform: rotate(90deg);
  right: -19px;
}

.listings__mainbox {
  width: 550px;
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 15px;
  left: 500px;
  position: absolute;
  top: 270px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.listings__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lfs__mainbox {
  display: flex;
  align-items: center;
}
.lfs__mainbox .sbtns {
  display: inline-block;
  padding: 6.25px 8px;
  background-color: #4550c2;
  color: #FFFFFF;
  font-size: 9px;
  margin-right: 4px;
  text-transform: uppercase;
}
.lfs__mainbox .sbtns:last-child {
  margin-right: 0;
}

.lfs_box {
  margin-right: 5px;
  position: relative;
}
.lfs_box input {
  padding: 5px 8px 5px 20px;
  border-radius: 0;
  border: 1px solid #ccc;
  outline: none;
  font-size: 9.5px;
}
.lfs_box button {
  background-color: #D1D5FF;
  border: 1px solid #4550c2;
  padding: 5px 8px;
  color: #000000;
  text-transform: uppercase;
  font-family: "Gilroy Medium";
  margin-left: -10px;
  font-size: 9.5px;
}
.lfs_box:before {
  content: "";
  background: url(../img/new_homepage/search_icon.webp) no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  top: 8px;
  left: 6px;
}

.lists_filters {
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 10px 0 15px;
}

.fselbox {
  padding: 4px;
  width: 70px;
  border: 1px solid #707070;
  position: relative;
  font-size: 8px;
  background-color: #FFFFFF;
  margin-right: 4px;
}
.fselbox:last-child {
  margin-right: 0;
}
.fselbox:after {
  content: "";
  display: inline-block;
  margin: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  transform: rotate(225deg);
  position: absolute;
  right: 5px;
  top: 6px;
}
.fselbox .fselvalue {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 8px;
  display: block;
  white-space: nowrap;
}
.fselbox .fseldropdown {
  position: absolute;
  display: block;
  width: 120px;
  border: 1px solid #707070;
  background-color: #FFFFFF;
  padding: 3px 0;
  right: -1px;
  margin-top: 10px;
  display: none;
  cursor: pointer;
}
.fselbox .fseldropdown ul li {
  padding: 0 5px;
  cursor: pointer;
}
.fselbox .fseldropdown ul li:hover {
  background-color: #4550c2;
  color: #FFFFFF;
}

.prop_list_boxed {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #707070;
  border-bottom: none;
}
.prop_list_boxed .plbx {
  width: 30%;
  border-right: 1px solid #707070;
}
.prop_list_boxed .plbx:first-child {
  width: 40%;
}

.plbx_des {
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.plbx_desc {
  padding: 0 0 0 10px;
}
.plbx_desc p {
  font-size: 8px;
  text-align: left;
  margin-bottom: 0px;
  color: #4550c2;
  margin-bottom: 1.5px;
}
.plbx_desc p.city_tag {
  font-size: 8px;
  color: #000000;
  display: block;
  line-height: 1;
  margin-bottom: -2px;
}
.plbx_desc p.prop_Tag {
  display: inline-block;
  background-color: #4550c2;
  color: #FFFFFF;
  padding: 2px 4px;
  font-size: 6px;
}

.prop_list_boxed_desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #707070;
  border-top: none;
}
.prop_list_boxed_desc .plbx_info {
  width: 30%;
  font-size: 8px;
  text-align: center;
  padding: 3px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
}
.prop_list_boxed_desc .plbx_info:last-child {
  border-right: none;
}
.prop_list_boxed_desc .plbx_info:first-child {
  width: 40%;
}

p.bid_tag {
  display: inline-block;
  background-color: #4550c2;
  color: #FFFFFF;
  padding: 2px 4px;
  font-size: 7px;
  margin-bottom: 5px;
}
p.agent_ {
  text-align: left;
  font-size: 12px;
  font-family: "Gilroy Medium";
  margin-bottom: 5px;
  line-height: 1;
}

a.agent_link {
  font-size: 8px;
  color: #4550c2;
  text-align: left;
  display: block;
}

.plbx_stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plbx_stats_box {
  width: 33.3333333333%;
  text-align: center;
}
.plbx_stats_box span {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #4550c2;
  border-radius: 100%;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 5px;
  text-align: center;
  font-size: 8px;
}
.plbx_stats_box p {
  font-size: 7px;
  margin-bottom: 0;
}

.buyerdashboard {
  width: 1000px;
  border-radius: 20px;
  background-color: #FFFFFF;
  margin: 0 auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.buyerheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px;
}
.buyerheader div img {
  width: 150px;
}

.buyernav ul li {
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
}

.prod__details {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px;
  padding-top: 0;
}

.prod__details_imagebox {
  width: calc(60% - 20px);
}

.prod__details_contentbox {
  width: 40%;
}

.pimainbox {
  position: relative;
}

.piheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  position: absolute;
  margin-top: 15px;
  width: 100%;
}

.auct_status {
  padding: 5px 8px;
  background-color: #000000;
  color: #FFFFFF;
  font-family: "Gilroy SemiBold";
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
}

.star-icon {
  color: #000000;
  font-size: 24px;
  position: relative;
  line-height: 1;
  display: inline-block;
}

.pifooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  width: 100%;
  position: absolute;
  margin-top: -85px;
}

.pifooter_lb {
  display: flex;
}

.piflbbox {
  width: 50px;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 4px;
  padding: 4px;
  margin-right: 5px;
}
.piflbbox span {
  font-size: 8px;
  display: block;
  margin: 5px 0 0;
  line-height: 1;
}
.piflbbox.active span {
  color: #4550c2;
}

.detaicon {
  width: 100%;
  background-color: #7F7F7F;
  height: 40px;
  border-radius: 4px;
}

.pifooter_rb {
  text-align: right;
}
.pifooter_rb p {
  text-align: center;
  padding: 5px 8px;
  background-color: #4550c2;
  color: #FFFFFF;
  font-size: 12px;
  font-family: "Gilroy SemiBold";
  text-transform: uppercase;
  margin-bottom: 5px;
}
.pifooter_rb span {
  padding: 5px 8px;
  background-color: #FFFFFF;
  color: #4550c2;
  font-size: 12px;
  font-family: "Gilroy SemiBold";
  text-transform: uppercase;
  margin-bottom: 0;
  border: 1px solid #000000;
  display: inline-block;
}

.pifmd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.pifmd_a {
  margin-left: 30px;
}
.pifmd_a:before {
  content: "";
  background: url(../img/new_homepage/asset_type_icons.webp) no-repeat;
  width: 15px;
  height: 18px;
  display: inline-block;
  background-size: cover;
  background-position-y: 0px;
  position: absolute;
  margin-left: -25px;
  margin-top: 2px;
}
.pifmd_a p {
  font-family: "Gilroy-Bold";
  margin-bottom: 0;
  font-size: 12px;
}
.pifmd_a span {
  color: #4550c2;
  font-size: 12px;
  display: block;
}

.pifmd_d {
  display: flex;
}

.pifmd_dd {
  padding: 0 10px;
  border-right: 1px solid #4550c2;
  font-size: 12px;
}
.pifmd_dd:last-child {
  border-right: none;
}
.pifmd_dd p {
  margin-bottom: 0;
  font-family: "Gilroy-Bold";
}

.pifmd_b {
  display: block;
  text-align: right;
  font-size: 12px;
}
.pifmd_b p {
  color: #4550c2;
  margin-bottom: 0;
  font-family: "Gilroy-Bold";
}

.pdtimer {
  background-color: rgba(69, 80, 194, 0.12);
  border-radius: 5px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 5px;
  text-align: center;
  margin: 5px 15px;
}
.pdtimer span {
  font-family: "Gilroy-Bold";
  font-size: 18px;
  line-height: 1;
}
.pdtimer p {
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 0;
}

.pd_needs {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 15px 0;
  font-size: 14px;
}
.pd_needs div {
  width: 50%;
  padding: 0 20px;
  font-size: 12px;
}
.pd_needs div:first-child {
  border-right: 1px solid #4550c2;
}

.al_details {
  width: 70%;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
  font-size: 14px;
}

.pdc_listed {
  text-align: center;
  position: relative;
}
.pdc_listed span {
  display: inline-flex;
  padding: 4px 8px;
  margin-bottom: 5px;
  background-color: #FFFFFF;
  z-index: 9;
  position: relative;
  font-size: 14px;
}
.pdc_listed:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #707070;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 13px;
  z-index: 0;
}

.blistedbybox {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.blistedbybox_l {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blistedbybox_l img {
  border-radius: 100%;
  width: 70px;
  height: 70px;
}
.blistedbybox_l ul {
  font-size: 13px;
}
.blistedbybox_l ul li:first-child {
  font-family: "Gilroy-Bold";
}

.blistedbybox_r {
  width: 50%;
  text-align: center;
}
.blistedbybox_r p {
  margin: 0;
  font-family: "Gilroy-Bold";
  font-size: 14px;
}
.blistedbybox_r a {
  display: inline-block;
  color: #4550c2;
  font-size: 14px;
}

.buybidbox {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
}

.buybidtbox {
  padding: 8px 10px;
  text-align: center;
  background-color: #4550c2;
  color: #FFFFFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.buybidtbox h4 {
  color: #FFFFFF;
  font-family: "Gilroy-Bold";
  font-size: 16px;
  margin-bottom: 2px;
}
.buybidtbox p {
  margin-bottom: 0;
  font-size: 10px;
  color: #FFFFFF;
}

.buybiddbox {
  padding: 0;
  background-color: #FFFFFF;
  border-radius: 10px;
}

.buybiddetbox {
  text-align: center;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.buybiddetbox h3 {
  font-family: "Gilroy-ExtraBold";
  font-size: 24px;
  color: #4550c2;
  margin-bottom: 0;
}
.buybiddetbox p {
  margin-bottom: 5px;
  font-size: 12px;
}

.buybidrbox {
  padding: 5px 15px;
}
.buybidrbox p {
  text-align: center;
  font-size: 12px;
  margin-bottom: 5px;
}
.buybidrbox p span {
  font-family: "Gilroy-Bold";
}
.buybidrbox ul li {
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 8px;
  font-size: 14px;
  background-color: #d9ffea;
  color: #2ea645;
}

.placebidmainbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  margin-top: 5px;
  font-family: "Gilroy-Bold";
}

.placebidbox {
  width: calc(70% - 5px);
  background-color: #FFFFFF;
  padding: 5px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 10px;
  position: relative;
}
.placebidbox:before, .placebidbox:after {
  display: inline-block;
  font-size: 18px;
  position: absolute;
  left: 8px;
  top: -2px;
  color: #4550c2;
}
.placebidbox:before {
  content: "-";
  left: 8px;
}
.placebidbox:after {
  content: "+";
  left: auto;
  right: 8px;
}

.placebidbtn {
  width: calc(30% - 5px);
  padding: 5px;
  background-color: #4550c2;
  text-align: center;
  color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #4550c2;
  font-size: 10px;
}

.bidendbox {
  border-top: 1px solid #ddd;
  padding: 8px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bidendbox p {
  font-family: "Gilroy-Bold";
  margin-bottom: 0;
  font-size: 10px;
}

.buyer__boxed {
  display: flex;
  justify-content: space-between;
}

.buyer__boxed_l,
.buyer__boxed_r {
  width: calc(50% - 5px);
  padding: 10px;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-top: 10px;
}
.buyer__boxed_l h4,
.buyer__boxed_r h4 {
  font-size: 14px;
  font-family: "Gilroy SemiBold";
}

.listedbyboxed {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.listedbyboxed div:last-child {
  margin-left: 5%;
}
.listedbyboxed ul li {
  font-size: 12px;
}
.listedbyboxed ul li a {
  color: #4550c2;
}

.buyer__boxed_r ul li {
  background-color: #4550c2;
  padding: 5px;
  border-radius: 5px;
  font-size: 10px;
  margin-bottom: 5px;
  text-align: center;
}
.buyer__boxed_r ul li:last-child {
  margin-bottom: 0;
}
.buyer__boxed_r ul li a {
  color: #FFFFFF;
}
.buyer__boxed_r ul li a img {
  margin-right: 4px;
}

.hbo__box {
  width: 320px;
  position: absolute;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 15px;
  bottom: -40px;
  left: 365px;
  z-index: 99;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.hbo__box_head {
  font-size: 16px;
  font-family: "Gilroy SemiBold";
  margin-bottom: 8px;
}

.hbo__box_offerbox {
  display: flex;
  align-items: center;
}
.hbo__box_offerbox div:first-child {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #cccccc;
  margin-right: 8px;
}
.hbo__box_offerbox div:last-child p {
  margin-bottom: 3px;
  font-size: 10px;
  text-align: left;
}
.hbo__box_offerbox div:last-child span.hbo__val {
  font-family: "Gilroy-Bold";
  margin-right: 8px;
  font-size: 13px;
}

.HBO__value__box {
  display: flex;
  align-items: center;
}
.HBO__value__box span.hbo__val {
  font-family: "Gilroy-Bold";
  margin-right: 10px;
}
.HBO__value__box span.offer__tag {
  padding: 3px 6px;
  border-radius: 10px;
  background-color: #848EF5;
  color: #FFFFFF;
  font-size: 10px;
}

.hbo__buttons {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.hbo__buttons div {
  width: calc(20% - 5px);
  margin-right: 5px;
  border: 1px solid #ccc;
  text-align: center;
  padding: 3px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.hbo__buttons div p {
  font-size: 10px;
  margin-bottom: 0;
}
.hbo__buttons div:last-child {
  margin-right: 0;
  width: 20%;
}

.home_hboicon {
  width: 18px;
  height: 18px;
  background: url(../img/new_homepage/buyer_icons.webp) no-repeat;
  background-size: cover;
  display: block;
  margin: 0 auto;
}
.home_hboicon.home_hboicon_1 {
  background-position-y: 0px;
  background-position-x: 3px;
}
.home_hboicon.home_hboicon_2 {
  background-position-x: -69.5px;
}
.home_hboicon.home_hboicon_3 {
  background-position-x: -132.5px;
}
.home_hboicon.home_hboicon_4 {
  background-position-x: -198.5px;
}
.home_hboicon.home_hboicon_5 {
  background-position-x: -283px;
}

.buyerdash__box {
  width: 550px;
  display: flex;
  position: absolute;
  border-radius: 15px;
  padding: 0;
  align-items: center;
  top: 180px;
  left: 0px;
}

.buyer__as {
  width: 120px;
  background-color: #4550c2;
  border-radius: 10px;
  padding: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.buyer__as h5 {
  font-size: 12px;
  text-align: center;
  font-family: "Gilroy SemiBold";
  color: #FFFFFF;
}
.buyer__as p {
  font-size: 12px;
  text-align: center;
  font-family: "Gilroy SemiBold";
  color: #FFFFFF;
  margin-top: 5px;
  margin-bottom: 0;
}
.buyer__as .auction__status {
  text-align: center;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
}
.buyer__as .auction__status span {
  color: #000000;
  font-size: 9px;
  font-family: "Gilroy-Bold";
}

.buyer__aas {
  background: #F0F0FA;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  display: flex;
  justify-content: space-around;
  padding: 25px 10px;
  font-size: 10px;
  box-shadow: rgba(100, 100, 111, 0.15) 20px 2px 30px 0px;
}
.buyer__aas div {
  border-right: 1px solid #b9b9e0;
  margin-right: 5px;
}
.buyer__aas div:nth-child(1) {
  width: 25%;
}
.buyer__aas div:nth-child(2) {
  width: 20%;
}
.buyer__aas div:nth-child(3) {
  width: 20%;
}
.buyer__aas div:nth-child(4) {
  width: 20%;
}
.buyer__aas div:nth-child(5) {
  width: 15%;
  border-right: none;
  margin-right: 0;
}
.buyer__aas div p {
  margin-bottom: 0;
  font-size: 10px;
  text-align: left;
}
.buyer__aas div p:first-child {
  margin-bottom: 5px;
  font-family: "Gilroy SemiBold";
}

.home_client_mainbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
  width: 700px;
  margin: 0 auto 60px;
}

.home_client_box {
  width: calc(25% - 15px);
  margin-right: 15px;
  text-align: center;
}
.home_client_box:nth-child(4), .home_client_box:nth-child(8) {
  margin-right: 0;
}
.home_client_box img {
  width: 120px;
}

.mob_re_image {
  display: none;
}

.new_home__ {
  position: relative;
}
.new_home__:after, .new_home__:before {
  background: radial-gradient(50% 50% at 50% 50%, rgba(69, 80, 194, 0.3) 0, rgba(69, 80, 194, 0.3) 50%, rgba(69, 80, 194, 0.3) 100%);
  bottom: 4rem;
  content: "";
  filter: blur(100px);
  height: 40%;
  position: absolute;
  transform: rotate(-146.42deg);
  z-index: -1;
}
.new_home__:before {
  left: -8rem;
  width: 25%;
}
.new_home__:after {
  right: -8rem;
  width: 25%;
  top: 0;
}

.nhero_box {
  position: relative;
}
.nhero_box:before {
  background: radial-gradient(47.81% 42.13% at 47.03% 58.48%, rgba(69, 80, 194, 0.3) 0, rgba(69, 80, 194, 0.3) 51.56%, rgba(69, 80, 194, 0.3) 100%);
  bottom: 14rem;
  content: "";
  filter: blur(137.377px);
  height: 35%;
  left: -5rem;
  position: absolute;
  transform: rotate(-165deg);
  width: 30%;
  z-index: -1;
}
.nhero_box:after {
  background: radial-gradient(45.31% 36.9% at 54.69% 63.1%, rgba(69, 80, 194, 0.3) 0, rgba(69, 80, 194, 0.3) 50%, rgba(69, 80, 194, 0.3) 100%);
  content: "";
  filter: blur(137.377px);
  height: 40%;
  position: absolute;
  right: 0;
  top: 15rem;
  transform: rotate(-176.31deg);
  width: 30%;
  z-index: -1;
}

.bid_section_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.bid_section_cbox {
  width: 45%;
  padding-right: 8%;
}
.bid_section_cbox h4 {
  font-family: "Gilroy-Bold";
}

.bid_section_ibox {
  width: 55%;
}
.bid_section_ibox img {
  text-align: center;
  filter: drop-shadow(0px 48px 100px rgba(17, 12, 46, 0.15));
}

.common_header_home {
  margin-bottom: 40px;
  text-align: center;
}
.common_header_home h3 {
  font-family: "Gilroy-Bold";
  margin-bottom: 0;
}
.common_header_home p {
  margin-bottom: 0;
}

.home_manage_row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1.5rem;
}

.home_manage_boxL {
  width: 30%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home_manage_boxR {
  width: 70%;
  padding: 20px;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.home_manage_list {
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.home_manage_list:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.home_manage_list:last-child {
  margin-bottom: 0;
}
.home_manage_list:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #4550c2;
  border-right: 1px solid #4550c2;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
}

.micon {
  width: 40px;
  height: 35px;
  background: url(../img/new_homepage/manage_icons.webp) no-repeat;
  background-size: cover;
  display: inline-flex;
}
.micon.micon_1 {
  background-position-x: 4px;
}
.micon.micon_2 {
  background-position-x: -39px;
}
.micon.micon_3 {
  background-position-x: -83px;
}
.micon.micon_4 {
  background-position-x: -129px;
}
.micon.micon_5 {
  background-position-x: -175px;
}
.micon.micon_6 {
  background-position-x: -218px;
}
.micon.micon_7 {
  background-position-x: -263px;
}

.home_manage_list h4 {
  font-family: "Gilroy SemiBold";
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 20px;
}
.home_manage_list:hover h4 {
  color: #4550c2;
}
.home_manage_list.active {
  background-color: #4550c2;
}
.home_manage_list.active h4 {
  color: #FFFFFF;
}
.home_manage_list.active .micon {
  filter: brightness(0) invert(1);
}
.home_manage_list.active:after {
  border-color: #FFFFFF;
}

.home_manage_box_content {
  display: none;
}
.home_manage_box_content.active {
  display: flex;
  justify-content: space-between;
}

.home_manage_cbox {
  width: calc(50% - 15px);
}
.home_manage_cbox h5 {
  font-family: "Gilroy SemiBold";
  margin-bottom: 10px;
}
.home_manage_cbox p {
  line-height: 1.6;
}
.home_manage_cbox p a {
  color: #424cb9;
}
.home_manage_cbox ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.home_manage_cbox ul li {
  position: relative;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.home_manage_cbox ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #4550c2;
  border-radius: 8px;
  display: inline-flex;
  position: absolute;
  left: -20px;
}
.home_manage_cbox ul li:last-child {
  margin-bottom: 0;
}

.home_manage_ibox {
  width: calc(50% - 15px);
}

.smrehub {
  position: relative;
}

.home_smrecontainer {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.home_smrecontainer:after, .home_smrecontainer:before {
  background: radial-gradient(50% 50% at 50% 50%, rgba(69, 80, 194, 0.3) 0, rgba(69, 80, 194, 0.3) 50%, rgba(69, 80, 194, 0.3) 100%);
  bottom: 4rem;
  content: "";
  filter: blur(100px);
  height: 40%;
  position: absolute;
  transform: rotate(-146.42deg);
  z-index: -1;
}
.home_smrecontainer:before {
  left: -8rem;
  width: 15%;
  top: 10%;
}
.home_smrecontainer:after {
  right: -8rem;
  width: 15%;
  bottom: 10%;
}

.home_smrebox {
  display: flex;
  align-items: center;
  padding: 60px 0;
  border-bottom: 1px solid #e4e4e4;
  position: sticky;
  top: 90px;
  background-color: #FFFFFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.home_smrebox:last-child {
  border-bottom: none;
}
.home_smrebox.home_smrebox_1 {
  z-index: 0;
}
.home_smrebox.home_smrebox_2 {
  z-index: 1;
}
.home_smrebox.home_smrebox_3 {
  z-index: 2;
}

.home_smreibox {
  width: 45%;
  display: flex;
  justify-content: center;
}

.home_smrecbox {
  width: 55%;
  padding: 0 25px;
}
.home_smrecbox h4 {
  font-family: "Gilroy-Bold";
  margin-bottom: 10px;
  line-height: 1.24;
}

.home_ps_ul {
  display: flex;
  justify-content: space-between;
}

.home_ps_li {
  width: 25%;
  padding: 15px 2%;
  font-family: "Gilroy-Bold";
  text-align: center;
  position: relative;
  cursor: pointer;
}
.home_ps_li:after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: transparent;
  display: inline-flex;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home_ps_li.active {
  cursor: default;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.home_ps_li.active:after {
  background-color: #4550c2;
}

.home_ps_mainbox {
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 0;
}

.home_ps_box {
  display: none;
  align-items: center;
}
.home_ps_box.active {
  display: flex;
}

.home_ps_ibox {
  width: 45%;
  display: flex;
  justify-content: center;
}

.home_ps_cbox {
  width: 55%;
  padding-left: 5%;
}
.home_ps_cbox h4 {
  font-family: "Gilroy-Bold";
  margin-bottom: 15px;
}

.cs_newslideinner {
  border-radius: 20px;
}

.cs_newslideibox img {
  max-width: 100%;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.cs_newslidecbox {
  padding: 20px;
  background-color: #f2f3ff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cs_newslidecbox h5 {
  font-family: "Gilroy SemiBold";
  text-transform: capitalize;
}
.cs_newslidecbox h4 {
  font-family: "Gilroy SemiBold";
  text-transform: capitalize;
}
.cs_newslidecbox p {
  color: #222222;
  margin-bottom: 10px;
}
.cs_newslidecbox span {
  display: flex;
  width: 100%;
  height: 1px;
  background-color: #e9e9e9;
  margin-bottom: 10px;
}

.case_study_new_slider .slick-list {
  margin: 0 -10px;
  overflow: visible;
}
.case_study_new_slider .slick-slide {
  margin: 0 10px;
}

@media only screen and (max-width: 992px) {
  .maindash,
  .tab1leftbox,
  .tab1middlebox,
  .agentdash,
  .listings__mainbox,
  .attaskbox,
  .attarrowbox,
  .buyerdashboard {
    display: none;
  }
  .mob_re_image {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  .new_home__:after, .new_home__:before {
    content: none;
  }
  .smrehub:after, .smrehub:before {
    content: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .new_home__ {
    padding: 80px 0;
  }
  .new_home__ h1, .new_home__ h2 {
    font-size: 72px;
  }
  .new_home__:after, .new_home__:before {
    content: none;
  }
  .home_smrecontainer:after, .home_smrecontainer:before {
    content: none;
  }
  .nhero_box {
    padding-bottom: 40px;
  }
  .home_manage_boxL {
    width: calc(40% - 15px);
  }
  .home_manage_boxR {
    width: calc(60% - 15px);
  }
  .home_manage_cbox {
    width: 100%;
  }
  .home_manage_ibox {
    display: none;
  }
  .home_manage_list h4 {
    font-size: 18px;
  }
  .bidstatbox {
    padding: 15px;
  }
  .bidstatbox span {
    font-size: 32px;
  }
  .softhomehead h3, .softhomehead h4 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .stepsmainbox {
    flex-wrap: wrap;
  }
  .stepsbox {
    width: calc(50% - 15px);
    height: auto;
    margin-bottom: 30px;
    align-self: stretch;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 5px;
  }
  .stepsbox:last-child {
    margin-bottom: 0;
  }
  .ready_box {
    padding: 0 15px;
  }
  .fullbox .threefivebox.ready_cbox h3 {
    font-size: 32px;
    margin-bottom: 0;
  }
  .fullbox .twofivebox.ready_c2box p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.home_manage_row_mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .bidgetstartedform {
    width: 100%;
    flex-direction: column;
  }
  .bidgetstartedform input {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #4550c2;
  }
  .bidgetstartedform button {
    width: 100%;
  }
  .bidgetstartedform label {
    position: relative;
    margin-top: 0;
    padding-left: 10px;
    color: red;
    margin-bottom: 15px;
  }
  .new_home__:after, .new_home__:before {
    content: none;
  }
  .smrehub:after, .smrehub:before {
    content: none;
  }
  .nhero_box {
    padding-bottom: 40px;
  }
  .nhero_box ul.nhero_tabs {
    padding-bottom: 30px;
  }
  .nhero_box ul.nhero_tabs li {
    padding: 10px 20px;
    margin-right: 10px;
  }
  .nhero_box_head,
  .home_client_mainbox {
    width: 100%;
  }
  .maindash,
  .tab1leftbox,
  .tab1middlebox,
  .agentdash,
  .listings__mainbox,
  .attaskbox,
  .attarrowbox,
  .buyerdashboard {
    display: none;
  }
  .home_client_box {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
  .mob_re_image {
    display: block;
  }
  .new_home__ {
    padding: 40px 0;
  }
  .new_home__ h1, .new_home__ h2 {
    font-size: 48px;
  }
  .new_home__ p {
    font-size: 16px;
  }
  .new_home__ ul li {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .home_client_mainbox {
    margin-bottom: 0;
    width: 100%;
  }
  .home_client_mainbox .home_client_box {
    width: calc(50% - 15px);
    margin-bottom: 10px;
  }
  .home_client_mainbox .home_client_box img {
    animation: none;
  }
  .stepsbox {
    height: auto;
    margin-bottom: 15px;
  }
  .bid_section_row {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .bid_section_row.flexible_row {
    flex-direction: column-reverse;
  }
  .bid_section_cbox,
  .bid_section_ibox {
    width: 100%;
    padding: 0;
  }
  .home_smrebox,
  .home_manage_row {
    flex-direction: column;
  }
  .home_smreibox,
  .home_smrecbox,
  .home_manage_boxL,
  .home_manage_boxR,
  .home_ps_ibox,
  .home_ps_cbox {
    width: 100%;
  }
  .home_manage_boxL {
    margin-bottom: 20px;
  }
  .home_smreibox {
    margin-bottom: 15px;
  }
  .home_manage_box_content.active {
    flex-direction: column;
  }
  .home_manage_cbox,
  .home_manage_ibox {
    width: 100%;
  }
  .home_manage_cbox {
    margin-bottom: 15px;
  }
  .home_manage_ibox img {
    width: 100%;
  }
  .home_smrebox {
    padding: 30px 0;
  }
  .home_smrecbox {
    padding: 0;
  }
  .home_ps_box.active {
    flex-direction: column;
  }
  .home_ps_ibox img {
    width: 100%;
    height: auto;
  }
  .home_ps_mainbox {
    padding: 30px 0;
  }
  .home_ps_cbox {
    padding-left: 0;
  }
  .home_ps_cbox p {
    margin-bottom: 10px;
  }
  .csNmainrow {
    padding: 0 20px;
  }
  .home_ps_ul {
    flex-wrap: wrap;
  }
  .home_ps_li {
    width: calc(50% - 8px);
    margin-bottom: 10px;
  }
  .home_manage_row {
    display: none;
  }
  .home_manage_row_mobile {
    display: flex;
    flex-direction: column;
  }
  .home_manage_box_mob {
    margin-bottom: 10px;
  }
  .home_manage_box_mob:last-child {
    margin-bottom: 0;
  }
  .home_manage_box_mob_content {
    display: none;
  }
  .home_manage_box_mob_content.active {
    display: block;
    padding: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    margin-top: 10px;
  }
  .home_manage_box_mob_content h5 {
    font-family: "Gilroy SemiBold";
    margin-bottom: 10px;
  }
  .home_manage_box_mob_content p {
    line-height: 1.48;
  }
  .home_manage_box_mob_content ul {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .home_manage_box_mob_content ul li {
    position: relative;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
  }
  .home_manage_box_mob_content ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #4550c2;
    border-radius: 8px;
    display: inline-flex;
    position: absolute;
    left: -20px;
  }
  .home_manage_box_mob_content ul li:last-child {
    margin-bottom: 0;
  }
  .home_manage_box_mob_content img {
    width: 100%;
    height: auto;
    margin-top: 15px;
  }
  .home_manage_box_mob_header {
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  .home_manage_box_mob_header:after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-flex;
    position: absolute;
    right: 15px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    transform: rotate(135deg);
    margin-top: -5px;
  }
  .home_manage_box_mob_header h4 {
    margin-bottom: 0;
    margin-left: 10px;
    font-family: "Gilroy SemiBold";
    font-size: 18px;
  }
  .home_manage_box_mob_header .micon {
    width: 35px;
    height: 30px;
  }
  .home_manage_box_mob_header .micon.micon_1 {
    background-position-x: 3px;
  }
  .home_manage_box_mob_header .micon.micon_2 {
    background-position-x: -33px;
  }
  .home_manage_box_mob_header .micon.micon_3 {
    background-position-x: -70px;
  }
  .home_manage_box_mob_header .micon.micon_4 {
    background-position-x: -110px;
  }
  .home_manage_box_mob_header .micon.micon_5 {
    background-position-x: -150px;
  }
  .home_manage_box_mob_header .micon.micon_6 {
    background-position-x: -187px;
  }
  .home_manage_box_mob_header .micon.micon_7 {
    background-position-x: -225px;
  }
  .home_manage_box_mob_header.active {
    background-color: #4550c2;
  }
  .home_manage_box_mob_header.active h4 {
    color: #FFFFFF;
  }
  .home_manage_box_mob_header.active span {
    filter: brightness(0) invert(1);
  }
  .home_manage_box_mob_header.active:after {
    transform: rotate(315deg);
    border-color: #FFFFFF;
    margin-top: 0;
  }
  .home_smrecontainer:after, .home_smrecontainer:before {
    content: none;
  }
}
@media only screen and (min-width: 451px) {
  .nhero_box ul.nhero_tabs li {
    width: 120px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 450px) {
  .nhero_box ul.nhero_tabs li {
    width: 90px;
  }
  .new_home__ h1, .new_home__ h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 769px) {
  #hiddenDiv {
    display: none;
    position: fixed;
    top: 160px;
    right: 20px;
    width: 20%;
    background-color: #FFFFFF;
    border: 1px solid rgb(69, 80, 194);
    color: #4550c2;
    padding: 10px;
    border-radius: 5px;
    font-family: "Gilroy SemiBold";
    z-index: 999;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  #hiddenDiv a {
    text-decoration: underline;
    color: #4550c2;
    font-family: "Gilroy SemiBold";
  }
}
@media only screen and (min-width: 1400px) {
  .new_home__ {
    padding-top: 200px;
    padding-bottom: 150px;
    text-align: center;
  }
}
.blog_row {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

.home_blog_box {
  width: calc(33.3333333333% - 15px);
  align-self: stretch;
  padding: 0;
}
.home_blog_box:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.blog_more {
  margin-top: 40px;
}

.blogbox .homeblogcbox {
  padding: 20px;
}
.blogbox .homeblogcbox p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0;
  margin-bottom: 10px;
}
.blogbox .homeblogcbox span {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .blog_more {
    margin-top: 30px;
  }
  .blog_row {
    flex-direction: column;
  }
  .home_blog_box {
    width: 100%;
    margin-bottom: 15px;
  }
  .home_blog_box .blogbox {
    margin-bottom: 0;
  }
  .blogimagebox img {
    width: 100%;
    height: auto;
  }
}
.planpopupbox {
  width: 100%;
  display: block;
  background: #FFFFFF;
  position: fixed;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
}

.planinnerbox {
  max-width: 900px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #4550c2;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
}

.planinnerboxed {
  padding: 40px 80px;
  text-align: center;
}
.planinnerboxed img {
  margin-bottom: 10px;
}
.planinnerboxed h2 {
  color: #FFFFFF;
  font-family: "Gilroy-Bold";
  font-size: 28px;
  margin-bottom: 10px;
}
.planinnerboxed p {
  color: #FFFFFF;
  font-family: "Gilroy Light";
  font-size: 18px;
  margin-bottom: 20px;
}

.plan_row {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.plan_box {
  width: calc(33.3333333333% - 15px);
  background-color: #FFFFFF;
  border-radius: 10px;
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.plan_box h5 {
  color: #4550c2;
  font-family: "Gilroy-Bold";
}
.plan_box p {
  color: #202020;
  font-family: "Gilroy Light";
  margin-bottom: 0;
  font-size: 16px;
}

.plan_box_up {
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 100%;
  background-color: #4550c2;
  border: 4px solid #FFFFFF;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  top: -20%;
  left: 50%;
  transform: translate(-50%, 0%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.plan_box_up h4 {
  font-family: "Gilroy Light";
  color: #FFFFFF;
  font-size: 16px;
}
.plan_box_up h3 {
  color: #FFFFFF;
  margin-bottom: 0;
  font-family: "Gilroy-ExtraBold";
  letter-spacing: 0.5px;
}

.plan_cbox {
  margin-top: 60px;
}

.planpopupclose {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
  background: url(img/close_button_demo.png) no-repeat;
  background-size: contain;
  cursor: pointer;
  z-index: 9999999999;
}

@media only screen and (max-width: 768px) {
  .planinnerbox {
    width: 90%;
  }
  .planinnerboxed {
    padding: 20px;
  }
  .plan_row {
    flex-direction: column;
  }
  .plan_box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.gsplanbox {
  text-align: center;
}
.gsplanbox h2 {
  font-family: "Gilroy-Bold";
}

.gsplan_row {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .gsplan_row {
    flex-direction: column;
  }
}

.gsplan_box {
  width: calc(33.3333333333% - 15px);
  background-color: #FFFFFF;
  border-radius: 10px;
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #e8eaed;
}
@media only screen and (max-width: 768px) {
  .gsplan_box {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
  }
  .gsplan_box:last-child {
    margin-bottom: 0;
  }
}
.gsplan_box:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  cursor: pointer;
}
.gsplan_box h5 {
  color: #4550c2;
  font-family: "Gilroy-Bold";
}
.gsplan_box p {
  color: #202020;
  font-family: "Gilroy Light";
  margin-bottom: 0;
  font-size: 16px;
}
.gsplan_box.active {
  background-color: #4550c2;
  position: relative;
}
.gsplan_box.active h5,
.gsplan_box.active p {
  color: #FFFFFF;
}
.gsplan_box.active:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border-radius: 20px;
  display: inline-flex;
  position: absolute;
  right: 10px;
  top: 10px;
}
.gsplan_box.active:after {
  content: "";
  width: 6px;
  height: 12px;
  background-color: transparent;
  border-top: 1px solid #4550c2;
  border-left: 1px solid #4550c2;
  display: inline-flex;
  position: absolute;
  right: 17px;
  top: 13px;
  transform: rotate(-135deg);
}
.gsplan_box.active:hover {
  cursor: default;
  box-shadow: none;
}

.gsplan_box_up {
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 100%;
  background-color: #4550c2;
  border: 4px solid #FFFFFF;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  top: -35%;
  left: 50%;
  transform: translate(-50%, 0%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .gsplan_box_up {
    position: relative;
    margin-bottom: 15px;
  }
}
.gsplan_box_up h4 {
  font-family: "Gilroy Light";
  color: #FFFFFF;
  font-size: 16px;
}
.gsplan_box_up h3 {
  color: #FFFFFF;
  margin-bottom: 0;
  font-family: "Gilroy-ExtraBold";
  letter-spacing: 0.5px;
}

.gsplan_cbox {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .gsplan_cbox {
    margin-top: 0;
  }
}

.gsplanformrow {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .gsplanformrow {
    margin-top: 20px;
  }
}

.gsplanformbox {
  padding: 30px;
  border-radius: 10px;
  background-color: #eff0ff;
}
@media only screen and (max-width: 499px) {
  .gsplanformbox {
    padding: 15px;
  }
}

.gsplanform {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 499px) {
  .gsplanform {
    flex-direction: column;
  }
}
.gsplanform input {
  width: 100%;
  padding: 15px;
  border: 1px solid #4550c2;
  border-radius: 10px;
  outline: none;
}
.gsplanform button {
  width: 15%;
  padding: 15px;
  border: none;
  position: absolute;
  right: 1px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #4550c2;
  color: #FFFFFF;
  font-family: "Gilroy SemiBold";
  text-transform: uppercase;
}
@media only screen and (max-width: 499px) {
  .gsplanform button {
    width: 100%;
    position: relative;
    margin-top: 15px;
    border-radius: 10px;
  }
}

.csNmainrow {
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  #bf_campaign_section,
  #bf_campaign_section_pricing {
    top: 71px;
    position: fixed;
    width: 100%;
    z-index: 9999;
  }
}

.navbar.navbar_new {
  top: 50px;
}

.bidnow_box {
  background-color: #4550c2;
  height: 50px;
  line-height: 50px;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 999;
  top: 0;
}
.bidnow_box_inner {
  padding: 0;
}
.bidnow_box_inner p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: "Gilroy Light";
  gap: 15px;
}
.bidnow_box_inner p span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 120px;
}
.bidnow_box_inner p span img {
  width: 100%;
  height: auto;
}
.bidnow_box_inner p a {
  font-family: "Gilroy Medium";
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: underline;
}

.wid800 {
  max-width: 800px;
  margin: 0 auto;
}

.common_heading_box {
  margin-bottom: 50px;
  text-align: center;
}
.common_heading_box h2 {
  font-size: 40px;
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}
.common_heading_box h3 {
  font-size: 36px;
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}
.common_heading_box h3.wcolor {
  color: #FFFFFF;
}
.common_heading_box h4 {
  font-size: 32px;
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}
.common_heading_box h4.wcolor {
  color: #FFFFFF;
}
.common_heading_box p.wcolor {
  color: #FFFFFF;
}

.apbanner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 650px;
  margin-top: 50px;
}

.apcbox {
  width: 50%;
}
.apcbox h1 {
  font-family: "Gilroy-Bold";
  font-size: 40px;
}
.apcbox a {
  font-family: "Gilroy-Bold";
}

.apibox {
  width: 50%;
}
.apibox img {
  filter: drop-shadow(0px 7px 29px rgba(100, 100, 111, 0.2));
  padding-left: 5%;
}

.agent_bg {
  background-color: #f6f6fc;
}

.auction_clients_box {
  padding: 15px;
}
.auction_clients_box .slick-center .auction_slide_box {
  background-color: #4350c0;
}
.auction_clients_box .slick-center .auction_slide_box h5, .auction_clients_box .slick-center .auction_slide_box p {
  color: #FFFFFF !important;
}

.auction_slide_box {
  padding: 20px;
  background-color: #FFFFFF;
  text-align: center;
}
.auction_slide_box img {
  margin: 0 auto;
  margin-bottom: 20px;
}
.auction_slide_box h5 {
  font-family: "Gilroy-Bold";
}
.auction_slide_box p {
  margin-bottom: 15px;
}
.auction_slide_box span {
  font-family: "Gilroy-Bold";
  font-size: 40px;
  display: inline-block;
  margin: 0 auto;
}

.auction_client_slider .slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 2px solid #bbbbbb;
}
.auction_client_slider .slick-dots li button:before {
  content: none;
}
.auction_client_slider .slick-dots li.slick-active button {
  border-color: #4350c0;
}
.auction_client_slider .slick-dots li.slick-active button:after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  margin-top: -4px;
  margin-left: -4px;
  background-color: #4350c0;
  border-radius: 4px;
}

.auction_clients_box .auction_slide_box .quoteit {
  width: 60px;
  height: 50px;
  background: url(../img/quote_icon.webp) no-repeat;
  background-size: contain;
  margin: 0 auto;
  margin-bottom: 15px;
}

.auction_clients_box.slick-center .auction_slide_box .quoteit {
  background: url(../img/quote_icon_white.webp) no-repeat;
}

.reemainbox {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 60px;
}

.ree_box {
  padding: 30px 20px;
  background-color: #f7f9fe;
  border-radius: 5px;
  width: calc(33.3333333333% - 20px);
  margin-right: 20px;
  align-self: stretch;
  text-align: center;
  border-radius: 20px;
}
.ree_box h4, .ree_box h5 {
  font-family: "Gilroy SemiBold";
}
.ree_box p {
  margin-bottom: 0;
}
.ree_box:last-child {
  margin-right: 0;
}

.reeiconbox2 {
  width: 90px;
  height: 90px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  border-radius: 100%;
}
.reeiconbox2.reeiconbox2_1 {
  background-color: #4550c2;
}
.reeiconbox2.reeiconbox2_2 {
  background-color: #ffc639;
}
.reeiconbox2.reeiconbox2_3 {
  background-color: #4c83d3;
}
.reeiconbox2.reeiconbox2_4 {
  background-color: #41a3e0;
}
.reeiconbox2.reeiconbox2_5 {
  background-color: #00cfc7;
}
.reeiconbox2.reeiconbox2_6 {
  background-color: #fe668c;
}

.reeicon {
  width: 90px;
  height: 80px;
  background: url(../img/agent-platform/ap_icons.webp) no-repeat;
  background-size: cover;
  margin: 0 auto 15px;
  display: flex;
}
.reeicon.reeicon_1 {
  background-position-x: 0;
}
.reeicon.reeicon_2 {
  background-position-x: -102px;
}
.reeicon.reeicon_3 {
  background-position-x: -202px;
}

.reeicon2 {
  width: 60px;
  height: 60px;
  background-image: url(../img/agent-platform/ap_icons_2.webp);
  background-size: cover;
  margin: 0 auto;
  display: flex;
  background-repeat: no-repeat;
}
.reeicon2.reeicon_1 {
  background-position-x: -2px;
}
.reeicon2.reeicon_2 {
  background-position-x: -83px;
}
.reeicon2.reeicon_3 {
  background-position-x: -162px;
}
.reeicon2.reeicon_4 {
  background-position-x: -242px;
}
.reeicon2.reeicon_5 {
  background-position-x: -327px;
}
.reeicon2.reeicon_6 {
  background-position-x: -407px;
}

.creoasfeaturesrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.creoasfeaturescbox {
  width: 50%;
  padding-right: 8%;
  padding-left: 4%;
}
.creoasfeaturescbox h5 {
  font-family: "Gilroy SemiBold";
}
.creoasfeaturescbox p {
  font-family: "Gilroy Light";
}

.creoasfeaturesibox {
  width: 50%;
}
.creoasfeaturesibox img {
  filter: drop-shadow(0px 7px 29px rgba(100, 100, 111, 0.2));
}

.creoasfeaturesreverserow .creoasfeaturescbox {
  padding-left: 8%;
}

.creoashiwmainbox {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.creoashiwbox {
  width: 200px;
  height: 200px;
  transform: rotate(45deg);
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.creoashiwbox.creoashiwbox1 {
  background-color: #13a1c1;
}
.creoashiwbox.creoashiwbox2 {
  background-color: #4e7aad;
}
.creoashiwbox.creoashiwbox3 {
  background-color: #08909e;
}
.creoashiwbox.creoashiwbox4 {
  background-color: #03cd9d;
}
.creoashiwbox.creoashiwbox5 {
  background-color: #6c76de;
}
.creoashiwbox.creoashiwbox6 {
  background-color: #19abff;
}
.creoashiwbox:last-child {
  margin-right: 0;
}
.creoashiwbox p {
  margin-bottom: 0;
  color: #FFFFFF;
}
.creoashiwbox.creoashiwbox_1 {
  margin-top: 310px;
  margin-left: -50px;
}

.creoashiwinnerbox {
  transform: rotate(-45deg);
  margin-top: -15px;
  margin-left: -15px;
}

.creoashiwicon {
  width: 65px;
  height: 60px;
  display: inline-block;
  background: url(../img/creoas/creoaswebicons.webp) no-repeat;
  background-size: cover;
  margin: 0 auto 5px;
}
.creoashiwicon.creoashiwicon_1 {
  background-position-x: -12px;
}
.creoashiwicon.creoashiwicon_2 {
  background-position-x: -84px;
}
.creoashiwicon.creoashiwicon_3 {
  background-position-x: -157px;
}
.creoashiwicon.creoashiwicon_4 {
  background-position-x: -233px;
}
.creoashiwicon.creoashiwicon_5 {
  background-position-x: -305px;
}
.creoashiwicon.creoashiwicon_6 {
  background-position-x: -377px;
}

.readyhbobanner {
  background: url(../img/high-and-best-bidder/readyhbobanner.webp) no-repeat;
  background-size: cover;
  height: 550px;
  display: flex;
  align-items: center;
}

.readyhbobox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.readyhbobox h3 {
  color: #FFFFFF;
  font-family: "Gilroy-ExtraBold";
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1;
}
.readyhbobox p {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.readyhbobox ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.readyhbobox ul li {
  width: calc(25% - 10px);
  text-align: center;
  background: #FFFFFF;
  margin-right: 20px;
}
.readyhbobox ul li a {
  padding: 10px 20px;
  display: block;
  font-family: "Gilroy SemiBold";
  color: #000000;
}
.readyhbobox ul li:last-child {
  margin-right: 0;
}

.creoashiwmainimagebox {
  display: block;
}

.creoashiwmainbox {
  display: none;
}

.reemainbox_nomargin {
  margin-bottom: 20px;
}

.common_heading h4 {
  font-family: "Gilroy-Bold";
  margin-bottom: 30px;
  color: #030303;
  font-size: 36px;
}

@media only screen and (max-width: 768px) {
  .apbanner {
    flex-direction: column;
    height: auto;
    padding: 40px 0;
  }
  .apcbox,
  .apibox {
    width: 100%;
  }
  .apcbox {
    margin-bottom: 15px;
  }
  .creoashcbox {
    margin-bottom: 20px;
  }
  .wid800 {
    width: 100%;
  }
  .reemainbox,
  .creoasfeaturesrow {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .ree_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .ree_box:last-child {
    margin-bottom: 0;
  }
  .creoasfeaturescbox {
    width: 100%;
    padding: 0;
  }
  .creoasfeaturesibox {
    width: 100%;
  }
  .creoasfeaturesrow.creoasfeaturesreverserow {
    flex-direction: column-reverse;
  }
  .creoashiwmainimagebox {
    display: none;
  }
  .creoashiwmainbox {
    flex-wrap: wrap;
    display: flex;
  }
  .creoashiwbox {
    width: calc(50% - 5px);
    margin-right: 5px;
    height: auto;
    transform: rotate(0);
    margin-bottom: 10px;
    padding: 10px;
    align-self: stretch;
  }
  .creoashiwbox:nth-child(2n) {
    margin-right: 0;
  }
  .creoashiwinnerbox {
    transform: rotate(0);
    margin-top: 0;
    margin-left: 0;
  }
  .set > a {
    padding: 10px 40px 10px 15px;
  }
  .readyhbobox ul {
    flex-direction: column;
  }
  .readyhbobox ul li {
    width: 100%;
    margin: 0 0 15px;
  }
  .common_heading_box h2 {
    font-size: 32px;
  }
  .creoasfeaturesreverserow .creoasfeaturescbox {
    padding-left: 0;
  }
  .hiwcbox p {
    margin-bottom: 0;
  }
  .readyhbobanner {
    padding: 40px 0;
    height: auto;
  }
}
@media only screen and (max-width: 1000px) {
  .hiwmainbox {
    padding: 40px 20px;
  }
  .hiwbox {
    width: 100%;
    position: relative;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
  .hiwbox .hiwcbox {
    position: relative;
    width: 60%;
    text-align: left;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
  .hiwbox span:after {
    content: none;
  }
  .hiwbox:last-child {
    margin-bottom: 0;
  }
  .hiwiconmainbox {
    margin: 0 auto;
  }
  .hiwiconmainbox:before, .hiwiconmainbox:after {
    content: none;
  }
  .hiwbox_4 .hiwcbox {
    flex-direction: column;
  }
  .hiwcenterbox {
    display: none;
  }
}
.pdb60 {
  padding-bottom: 60px;
}

.wid1150 {
  max-width: 1150px;
  margin: 0 auto;
}

.auction_banner {
  background: url(img/auction-software-banner.webp) no-repeat;
  background-size: cover;
  height: 400px;
}

.oaslist {
  list-style: none;
  margin-bottom: 30px;
}
.oaslist li {
  display: inline-block;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "Gilroy SemiBold";
}
.oaslist li:after {
  content: "|";
  margin: 0 30px;
}
.oaslist li:nth-last-child(1):after {
  content: none;
}

.idxintegration {
  padding: 0 50px 0 0;
  color: #030303;
}
.idxintegration h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #030303;
}
.idxintegration p {
  color: #030303;
  line-height: 1.54;
  margin-bottom: 20px;
}

.keyfeatures {
  padding-bottom: 40px;
}
.keyfeatures h3 {
  margin-bottom: 40px;
  color: #030303;
  font-size: 32px;
}
.keyfeatures h3 span {
  font-family: "Gilroy-Bold";
  color: #030303;
}

.bfeaturesbox {
  padding: 30px 20px;
  background-color: #eff1ff;
  height: 370px;
  margin-bottom: 25px;
}
.bfeaturesbox h4 {
  font-family: "Gilroy-Bold";
}
.bfeaturesbox p {
  margin-bottom: 0;
}

.bfeatureicon {
  width: 90px;
  height: 80px;
  background: url(../img/auction_icons_new.webp) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-bottom: 10px;
}
.bfeatureicon.bfeatureicon_1 {
  background-position-x: -18px;
}
.bfeatureicon.bfeatureicon_2 {
  background-position-x: -132px;
}
.bfeatureicon.bfeatureicon_3 {
  background-position-x: -222px;
}
.bfeatureicon.bfeatureicon_4 {
  background-position-x: -322px;
}
.bfeatureicon.bfeatureicon_5 {
  background-position-x: -440px;
}
.bfeatureicon.bfeatureicon_6 {
  background-position-x: -568px;
}
.bfeatureicon.bfeatureicon_7 {
  background-position-x: -678px;
}
.bfeatureicon.bfeatureicon_8 {
  background-position-x: -775px;
}

.auction_clients_box {
  padding: 15px;
}
.auction_clients_box .slick-center .auction_slide_box {
  background-color: #4350c0;
}
.auction_clients_box .slick-center .auction_slide_box p,
.auction_clients_box .slick-center .auction_slide_box h5 {
  color: #FFFFFF !important;
}

.auction_slide_box {
  padding: 20px;
  background-color: #FFFFFF;
  text-align: center;
}
.auction_slide_box img {
  margin: 0 auto;
  margin-bottom: 20px;
}
.auction_slide_box h5 {
  font-family: "Gilroy-Bold";
}
.auction_slide_box span {
  font-family: "Gilroy-Bold";
  font-size: 40px;
  display: inline-block;
  margin: 0 auto;
}
.auction_slide_box p {
  margin-bottom: 15px;
}

.common_heading h4 {
  font-family: "Gilroy-Bold";
  margin-bottom: 30px;
  color: #030303;
  font-size: 36px;
}

.auction_client_slider .slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 2px solid #bbbbbb;
}

.slick-dots li button:before {
  content: none;
}

.auction_client_slider .slick-dots li.slick-active button {
  border-color: #4350c0;
}
.auction_client_slider .slick-dots li.slick-active button:after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  margin-top: -4px;
  margin-left: -4px;
  background-color: #4350c0;
  border-radius: 4px;
}

.auction_clients_box .auction_slide_box .quoteit {
  width: 60px;
  height: 50px;
  background: url(../img/quote_icon.webp) no-repeat;
  background-size: contain;
  margin: 0 auto;
  margin-bottom: 15px;
}
.auction_clients_box.slick-center .auction_slide_box .quoteit {
  background: url(../img/quote_icon_white.webp) no-repeat;
}

.blogscontentrow.latestblogs {
  margin-bottom: 0;
}

.faqbox {
  padding: 15px;
}
.faqbox h5 {
  color: #FFFFFF;
}

.content ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
.content ul li {
  color: #FFFFFF;
  list-style: square;
}
.content ul li span {
  font-family: "Gilroy-Bold";
  color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
  .auction_banner {
    height: auto;
  }
  .idxintegration {
    padding: 20px 0;
  }
  .oaslist li {
    display: block;
    margin-bottom: 2px;
  }
  .oaslist li:after {
    margin: 0;
    content: none;
  }
  .keyfeatures h3 {
    margin-bottom: 20px;
  }
  .bfeaturesbox {
    height: auto;
    padding: 20px;
    margin-bottom: 20px;
  }
  .auction_container h5 {
    margin-bottom: 0;
  }
}
/*** NEW Updates ***/
.auction_banner_new {
  background: url(../img/auction/bidhom_auction_banner.webp) no-repeat;
  background-size: cover;
  height: 470px;
}

.auction_banner_container {
  padding: 150px 0 60px;
}
.auction_banner_container h1 {
  font-family: "Gilroy-Bold";
  color: #FFFFFF;
  margin-bottom: 15px;
}
.auction_banner_container h4 {
  font-family: "Gilroy Light";
  color: #FFFFFF;
}
.auction_banner_container ul {
  display: block;
  margin: 20px 0;
}
.auction_banner_container ul li {
  display: inline-block;
  color: #FFFFFF;
  padding-right: 20px;
  border-right: 1px solid #FFFFFF;
  margin-right: 20px;
}
.auction_banner_container ul li:last-child {
  padding-right: 0;
  border-right: 0;
}

.wcb_head {
  text-align: center;
  margin-bottom: 30px;
}
.wcb_head span {
  font-family: "Gilroy-Bold";
}

.wcb_box {
  padding: 20px;
  background-color: #f0f1ff;
  margin-bottom: 20px;
  background: #f0f1ff;
  background: -webkit-linear-gradient(to right, #f7f8ff, #f0f1ff);
  background: linear-gradient(to right, #f7f8ff, #f0f1ff);
}

.wcbicon {
  width: 65px;
  height: 60px;
  background: url(../img/auction/wcb_icons.webp) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-bottom: 15px;
}
.wcbicon.wcbicon_1 {
  background-position-x: -201px;
}
.wcbicon.wcbicon_2 {
  background-position-x: -135px;
}
.wcbicon.wcbicon_3 {
  background-position-x: 0;
}
.wcbicon.wcbicon_4 {
  background-position-x: -67px;
}

.wcb_box h4 {
  font-family: "Gilroy-Bold";
  font-size: 20px;
}
.wcb_box p {
  margin-bottom: 0;
}

.fullbox.osremainbox {
  margin-top: 60px;
}

.osrebox_head h3 {
  text-align: center;
  margin-bottom: 20px;
}
.osrebox_head h3 span {
  font-family: "Gilroy-Bold";
}

.osre_cbox {
  padding-right: 60px;
}
.osre_cbox h4 {
  font-family: "Gilroy-Bold";
  margin-bottom: 15px;
}
.osre_cbox p {
  margin-bottom: 15px;
}
.osre_cbox ul {
  padding-left: 40px;
}
.osre_cbox ul li {
  margin-bottom: 8px;
}
.osre_cbox ul li:before {
  content: "";
  background: url(../img/arrow_right_color.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  display: inline-block;
  position: absolute;
  margin-left: -40px;
  margin-top: 5px;
}

.fullbox.flexible_row .osre_cbox {
  padding-left: 40px;
}

.unleash_head {
  text-align: center;
}
.unleash_head h2 {
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}

.unleash_imagebox img {
  display: none;
  text-align: center;
  margin: 0 auto;
}
.unleash_imagebox img.active {
  display: block;
}

.unleashcbox {
  padding: 20px 30px;
  margin-bottom: 20px;
  border-radius: 15px;
  border: 1px solid transparent;
  cursor: pointer;
}
.unleashcbox h5 {
  font-family: "Gilroy-Bold";
}
.unleashcbox p {
  margin-bottom: 10px;
  font-size: 14px;
}
.unleashcbox a {
  padding: 0;
  color: #4550c2;
  display: inline-block;
  border-bottom: none;
  opacity: 0;
  visibility: hidden;
  font-family: "Gilroy-Bold";
  display: none;
}
.unleashcbox a:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid transparent;
  border-right: 2px solid #4550c2;
  border-top: 2px solid #4550c2;
  display: inline-block;
  transform: rotate(45deg);
  border-radius: 0px;
  left: 0;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.unleashcbox a:hover {
  color: #4550c2;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.unleashcbox.active {
  background-color: #FFFFFF;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid rgba(149, 157, 165, 0.2);
}
.unleashcbox.active a {
  display: inline-block;
  opacity: 1;
  visibility: visible;
}
.unleashcbox:hover {
  background-color: #FFFFFF;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid rgba(149, 157, 165, 0.2);
}
.unleashcbox:hover a {
  opacity: 1;
  visibility: visible;
}
.unleashcbox:hover a:after {
  left: 4px;
}

.hpawbox {
  padding-right: 60px;
}
.hpawbox h3 {
  font-family: "Gilroy-Bold";
  color: #FFFFFF;
}
.hpawbox p {
  color: #FFFFFF;
}
.hpawbox a {
  background-color: #FFFFFF;
  color: #4550c2;
  display: inline-block;
  padding: 8px 15px;
  font-family: "Gilroy SemiBold";
}

.apl__row {
  margin-bottom: 50px;
}

.apl_heading {
  text-align: center;
}
.apl_heading h3 {
  font-family: "Gilroy-Bold";
  color: #FFFFFF;
  font-size: 32px;
  margin-bottom: 20px;
}
.apl_heading p {
  color: #FFFFFF;
  font-family: "Gilroy Light";
  margin-bottom: 40px;
}

.apl__box {
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 50px 30px;
  text-align: center;
}
.apl__box h5 {
  color: #333333;
  margin-bottom: 0;
  font-family: "Gilroy-Bold";
}

.apl_icon {
  width: 70px;
  height: 60px;
  background: url(../img/auction/bidhom_auction_process_icons.webp) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-bottom: 15px;
}
.apl_icon.apl_icon1 {
  background-position-x: -12px;
}
.apl_icon.apl_icon2 {
  background-position-x: -101px;
}
.apl_icon.apl_icon3 {
  background-position-x: -184px;
}
.apl_icon.apl_icon4 {
  background-position-x: -268px;
}

.buildfreebtn {
  background-color: #FFFFFF;
  color: #4550c2;
  display: inline-block;
  padding: 10px 20px;
  font-family: "Gilroy SemiBold";
}
.buildfreebtn:hover {
  color: #4550c2;
}

.uptbmainbox {
  background: url(../img/auction/bg.webp) no-repeat;
  background-size: cover;
  padding: 0;
  border-radius: 15px;
}
.uptbmainbox h3 {
  font-family: "Gilroy-Bold";
  padding: 40px;
}
.uptbmainbox ul {
  width: 100%;
  display: flex;
}
.uptbmainbox ul li {
  display: inline-block;
  width: 20%;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #bebebe;
  font-family: "Gilroy Medium";
  font-size: 14px;
}
.uptbmainbox ul li.active {
  border-color: #4550c2;
  color: #4550c2;
  font-family: "Gilroy SemiBold";
}

.uptbabox {
  display: none;
  padding: 40px;
}
.uptbabox .fullbox .halfbox {
  position: relative;
  vertical-align: top;
}
.uptbabox .halfbox img.tm_1 {
  animation: action3 3s linear infinite;
  -webkit-animation: action3 3s linear infinite;
}
.uptbabox .halfbox img.tm_2 {
  position: absolute;
  bottom: 15px;
  left: 30px;
  animation: action 3s linear infinite;
  -webkit-animation: action 3s linear infinite;
}
.uptbabox .halfbox img.pm_1 {
  max-height: 300px;
  animation: action3 3s linear infinite;
  -webkit-animation: action3 3s linear infinite;
}
.uptbabox .halfbox img.pm_2 {
  position: absolute;
  bottom: -15px;
  left: 25px;
  width: 150px;
  animation: action 3s linear infinite;
  -webkit-animation: action 3s linear infinite;
}
.uptbabox .halfbox img.et_1 {
  max-height: 300px;
  animation: action3 3s linear infinite;
  -webkit-animation: action3 3s linear infinite;
}
.uptbabox .halfbox img.et_2 {
  position: absolute;
  bottom: 5px;
  left: 50px;
  width: 150px;
  animation: action 3s linear infinite;
  -webkit-animation: action 3s linear infinite;
}
.uptbabox.uptbabox_4 .fullbox .halfbox img, .uptbabox.uptbabox_5 .fullbox .halfbox img {
  height: 300px;
}
.uptbabox.active {
  display: block;
}

@-webkit-keyframes action3 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes action3 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes action {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes action {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.uptbacbox {
  padding-right: 30px;
}
.uptbacbox h4 {
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}
.uptbacbox p {
  margin-bottom: 20px;
}
.uptbacbox a {
  background-color: #4550c2;
  color: #FFFFFF;
  padding: 10px 15px;
  display: inline-block;
}
.uptbacbox a:hover {
  color: #FFFFFF;
}

.hbidhead h3 {
  font-family: "Gilroy-Bold";
  margin-bottom: 50px;
  font-size: 32px;
}

.hbidbox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.hbidbox_l {
  margin-right: 4%;
}

.hbidicon {
  width: 50px;
  height: 50px;
  display: inline-block;
  background: url(../img/auction/how_bidhom_icons.webp) no-repeat;
  background-size: cover;
}
.hbidicon.hbidicon_1 {
  background-position-x: -20px;
}
.hbidicon.hbidicon_2 {
  background-position-x: -91px;
}
.hbidicon.hbidicon_3 {
  background-position-x: -163px;
}
.hbidicon.hbidicon_4 {
  background-position-x: -235px;
  width: 51px;
}
.hbidicon.hbidicon_5 {
  background-position-x: -308px;
}
.hbidicon.hbidicon_6 {
  background-position-x: -375px;
}

.hbidbox_r h5 {
  font-family: "Gilroy-Bold";
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .auction_banner_new {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 768px) {
  .wid1150 {
    width: 100%;
  }
  .auction_banner_new {
    height: auto;
    background-position: center;
    margin-top: -100px;
  }
  .auction_banner_container {
    padding: 130px 0 40px 0;
  }
  .auction_banner_container h4 {
    font-size: 20px;
  }
  .auction_banner_container ul li {
    border-right: none;
    margin-bottom: 5px;
    display: flex;
  }
  .wcb_box {
    padding: 15px;
    margin-bottom: 15px;
  }
  .wcbicon {
    margin-bottom: 10px;
  }
  .fullbox .flexible_row {
    display: flex;
    flex-direction: column-reverse;
  }
  .fullbox .osre_cbox {
    padding: 0;
  }
  .fullbox.flexible_row .osre_cbox {
    padding: 0;
  }
  .fullbox.osremainbox {
    margin-top: 30px;
  }
  .hpawmainbox {
    padding: 30px 0;
  }
  .hpawbox {
    padding-right: 0;
  }
  .uptblistbox {
    height: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  .uptblistbox ul {
    display: flex;
    border: none;
  }
  .uptblistbox ul li {
    display: block;
    width: 100%;
  }
  .uptblistbox ul li.active {
    font-family: "Gilroy SemiBold";
    background-color: #FFFFFF;
    color: #4550c2;
  }
  .uptbmainbox h3 {
    padding: 20px;
  }
  .uptbabox {
    padding: 20px;
  }
  .uptbabox .fullbox .halfbox img {
    height: auto;
  }
  .hbidbox {
    flex-direction: column;
  }
  .hbidbox_l {
    margin-right: 0;
  }
  .unleashcbox a {
    display: none;
  }
  .unleashcbox p {
    margin-bottom: 0;
  }
  .apl__row {
    margin-bottom: 40px;
  }
  .apl__box {
    margin-bottom: 10px;
    padding: 20px;
  }
}
.hbobg {
  background-color: #f6f6fc;
}

.hbobanner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 650px;
}

.hbocbox {
  width: 45%;
}

.hboibox {
  width: 55%;
}
.hboibox img {
  filter: drop-shadow(0px 48px 100px rgba(17, 12, 46, 0.15));
}

.auction_clients_box {
  padding: 15px;
}
.auction_clients_box.slick-center .auction_slide_box {
  background-color: #4350c0;
}
.auction_clients_box.slick-center .auction_slide_box p, .auction_clients_box.slick-center .auction_slide_box h5 {
  color: #FFFFFF !important;
}

.auction_slide_box {
  padding: 20px;
  background-color: #FFFFFF;
  text-align: center;
}
.auction_slide_box h5 {
  font-family: "Gilroy-Bold";
}
.auction_slide_box p {
  margin-bottom: 15px;
}
.auction_slide_box img {
  margin: 0 auto;
  margin-bottom: 20px;
}
.auction_slide_box span {
  font-family: "Gilroy-Bold";
  font-size: 40px;
  display: inline-block;
  margin: 0 auto;
}

.common_heading h4 {
  font-family: "Gilroy-Bold";
  margin-bottom: 30px;
  color: #030303;
  font-size: 36px;
}

.auction_client_slider .slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 2px solid #bbbbbb;
}
.auction_client_slider .slick-dots li.slick-active button {
  border-color: #4350c0;
}
.auction_client_slider .slick-dots li.slick-active button:after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  margin-top: -4px;
  margin-left: -4px;
  background-color: #4350c0;
  border-radius: 4px;
}

.slick-dots li button:before {
  content: none;
}

.auction_clients_box .auction_slide_box .quoteit {
  width: 60px;
  height: 50px;
  background: url(../img/quote_icon.webp) no-repeat;
  background-size: contain;
  margin: 0 auto;
  margin-bottom: 15px;
}

.auction_clients_box.slick-center .auction_slide_box .quoteit {
  background: url(../img/quote_icon_white.webp) no-repeat;
}

.readyhbobanner {
  background: url(../img/high-and-best-bidder/readyhbobanner.webp) no-repeat;
  background-size: cover;
  height: 550px;
  display: flex;
  align-items: center;
}

.hbomainbox {
  position: relative;
}
.hbomainbox:before {
  background: radial-gradient(50% 50% at 50% 50%, rgba(69, 80, 194, 0.3) 0, rgba(69, 80, 194, 0.3) 50%, rgba(69, 80, 194, 0.3) 100%);
  bottom: 4rem;
  content: "";
  filter: blur(100px);
  height: 20%;
  position: absolute;
  transform: rotate(-146.42deg);
  z-index: -1;
  left: 5%;
  width: 20%;
  border: 0;
}
.hbomainbox:after {
  background: radial-gradient(50% 50% at 50% 50%, rgba(69, 80, 194, 0.3) 0, rgba(69, 80, 194, 0.3) 50%, rgba(69, 80, 194, 0.3) 100%);
  bottom: 4rem;
  content: "";
  filter: blur(100px);
  height: 20%;
  position: absolute;
  transform: rotate(-146.42deg);
  z-index: -1;
  right: 0rem;
  width: 20%;
  top: 10%;
}

.hbocbox h1 {
  font-family: "Gilroy-Bold";
  font-size: 40px;
}

.wid800 {
  max-width: 800px;
  margin: 0 auto;
}

.common_heading_box {
  margin-bottom: 50px;
  text-align: center;
}
.common_heading_box h3 {
  font-size: 32px;
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}
.common_heading_box h4 {
  font-size: 28px;
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}

.hboibox img {
  position: relative;
}
.hboibox img:before {
  background: radial-gradient(50% 50% at 50% 50%, rgba(69, 80, 194, 0.3) 0, rgba(69, 80, 194, 0.3) 50%, rgba(69, 80, 194, 0.3) 100%);
  bottom: 4rem;
  content: "";
  filter: blur(100px);
  height: 20%;
  position: absolute;
  transform: rotate(-146.42deg);
  z-index: -1;
  left: 5%;
  width: 20%;
}

.whybidhborow {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin: 0 auto;
}

.hboiconbox {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4550c2;
  border-radius: 80px;
  margin-bottom: 15px;
}

.hboicon {
  width: 50px;
  height: 50px;
  display: inline-block;
  background: url(../img/brokers/broker_icons.webp) no-repeat;
  background-size: cover;
}
.hboicon.hboicon_1 {
  background-position-x: -8px;
}
.hboicon.hboicon_2 {
  background-position-x: -72px;
}
.hboicon.hboicon_3 {
  background-position-x: -138px;
}
.hboicon.hboicon_4 {
  background-position-x: -201px;
}

.experiencemainbox h4 {
  font-family: "Gilroy-Bold";
  font-size: 24px;
  margin-bottom: 40px;
}

.experiencemainboxed {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
}

.exmainleft {
  width: 50%;
  padding-right: 5%;
}

.exmainright {
  width: 50%;
}
.exmainright img {
  display: none;
}
.exmainright img.active {
  display: block;
}

.experiencebox {
  padding: 4% 0 4% 5%;
  border-left: 3px solid #ccc;
  cursor: pointer;
}
.experiencebox h5 {
  font-family: "Gilroy-Bold";
}
.experiencebox p {
  margin-bottom: 0;
}
.experiencebox.active {
  border-color: #4550c2;
}
.experiencebox.active h5 {
  color: #4550c2;
}

.bidstatbox {
  padding: 30px 20px;
  border: 1px solid rgba(149, 157, 165, 0.2);
  border-radius: 15px;
}
.bidstatbox p {
  margin-bottom: 0;
}
.bidstatbox:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.integrateautorow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.integrateautorow:last-child {
  margin-bottom: 0;
}

.integrateautocbox {
  width: 45%;
  padding-right: 5%;
}
.integrateautocbox h4 {
  font-family: "Gilroy-Bold";
  font-size: 24px;
  margin-bottom: 15px;
}

.integrateautoibox {
  width: 55%;
}

.integrateautorow_l .integrateautocbox {
  padding-left: 4%;
}

.hbofeaturerow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

.hbofeaturecbox {
  width: 45%;
  padding-right: 5%;
}
.hbofeaturecbox h4 {
  font-family: "Gilroy-Bold";
  margin-bottom: 15px;
}

.hbofeatureibox {
  width: 55%;
  position: relative;
}
.hbofeatureibox img {
  filter: drop-shadow(0px 48px 100px rgba(17, 12, 46, 0.15));
}

.benefitshborow {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1150px;
  margin: 0 auto 30px;
}

.benefitshbobox {
  width: calc(33.3333333333% - 20px);
  margin-right: 20px;
  text-align: center;
  margin-bottom: 20px;
  padding: 20px 30px;
  border-radius: 20px;
  align-self: stretch;
}
.benefitshbobox h5 {
  font-family: "Gilroy SemiBold";
}
.benefitshbobox p {
  margin-bottom: 0;
}
.benefitshbobox:nth-child(3n) {
  margin-right: 0;
}
.benefitshbobox:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.readyhbobox {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.readyhbobox h3 {
  color: #FFFFFF;
  font-family: "Gilroy-ExtraBold";
  margin-bottom: 20px;
  font-size: 36px;
}
.readyhbobox p {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.readyhbobox ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.readyhbobox ul li {
  width: calc(25% - 10px);
  text-align: center;
  background: #FFFFFF;
  margin-right: 20px;
}
.readyhbobox ul li a {
  padding: 10px 20px;
  display: block;
  font-family: "Gilroy SemiBold";
  color: #000000;
}
.readyhbobox ul li:last-child {
  margin-right: 0;
}

.propbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-radius: 5px;
  background-color: aliceblue;
  margin-bottom: 10px;
}

.proplbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.proplbox img {
  margin-right: 10px;
}
.proplbox ul li:nth-child(1) {
  color: #41a3e0;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 5px;
}
.proplbox ul li:nth-child(2) {
  color: #282828;
  font-weight: 500;
  font-size: 10px;
}

.proprbox ul li {
  font-size: 10px;
}

.buyerbox {
  margin-bottom: 5px;
}
.buyerbox .bbhead {
  padding: 5px 10px;
  background-color: lightgray;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}
.buyerbox .bbhead:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border: none;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
}
.buyerbox .bbbody {
  padding: 5px 10px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
}
.buyerbox .bbbody.bbbody_2 {
  border: 1px solid #dadada;
  border-top: none;
  padding: 10px;
}

.bbbodytablebox {
  width: 50%;
}
.bbbodytablebox table {
  width: 100%;
  font-size: 12px;
}
.bbbodytablebox table tr td {
  border: none;
  padding: 0;
}
.bbbodytablebox table tr td:first-child {
  font-weight: 700;
}

.buyerbuttons {
  margin-top: 10px;
  margin-bottom: 15px;
}
.buyerbuttons ul {
  display: flex;
  align-items: center;
}
.buyerbuttons ul li {
  padding: 4px 10px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 8px;
  border-radius: 4px;
  margin-right: 4px;
  cursor: pointer;
}
.buyerbuttons ul li:nth-child(odd) {
  background-color: #41a3e0;
}
.buyerbuttons ul li:nth-child(even) {
  background-color: #228B22;
}

.hbohomemainbox {
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.hbohomemainboxed {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

.hbohomemainboxed_l {
  width: 5%;
  text-align: center;
  background-color: #FFFFFF;
}

.hbohomeiconbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}

.hbohomeicon {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(../img/high-and-best-bidder/hbo_home_icons.webp) no-repeat;
  background-size: cover;
  margin-bottom: 5px;
}
.hbohomeicon.hbohomeicon_1 {
  background-position-y: -9px;
}
.hbohomeicon.hbohomeicon_2 {
  background-position-y: -37px;
}
.hbohomeicon.hbohomeicon_3 {
  background-position-y: -66px;
}
.hbohomeicon.hbohomeicon_4 {
  background-position-y: -94px;
}
.hbohomeicon.hbohomeicon_5 {
  background-position-y: -121px;
}
.hbohomeicon.hbohomeicon_6 {
  background-position-y: -149px;
}
.hbohomeicon.hbohomeicon_7 {
  background-position-y: -178px;
}
.hbohomeicon.hbohomeicon_8 {
  background-position-y: -206px;
}
.hbohomeicon.hbohomeicon_9 {
  background-position-y: -235px;
}
.hbohomeicon.hbohomeicon_10 {
  background-position-y: -263px;
}
.hbohomeicon.hbohomeicon_11 {
  background-position-y: -290px;
}
.hbohomeicon.hbohomeicon_12 {
  background-position-y: -319px;
}

.hbohomemainboxed_r {
  width: 95%;
}
.hbohomemainboxed_r .headerr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  margin-bottom: 5px;
}

.headingr {
  font-size: 14px;
  font-weight: 700;
}

.headerr .userr_icon {
  width: 20px;
  height: 20px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.headerr .userr_icon i {
  background: url(../img/high-and-best-bidder/hbo_home_icons.webp) no-repeat;
  width: 15px;
  height: 15px;
  background-size: cover;
  background-position-y: -67px;
  background-position-x: -1px;
  filter: invert(1) brightness(100);
}

.listingr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 5px;
}

.listingr_l {
  color: #4550c2;
  font-weight: 700;
}

.listingr_r ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.listingr_r ul li {
  width: 80px;
  font-size: 12px;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  border-radius: 4px;
  padding: 4px 0;
}
.listingr_r ul li:first-child {
  margin-right: 5px;
}

.filterbox {
  display: flex;
  justify-content: end;
  padding-right: 10px;
  margin-bottom: 5px;
}
.filterbox div {
  font-size: 12px;
  padding: 2px 5px;
  border: 1px solid #dadada;
  background-color: #FFFFFF;
  border-radius: 4px;
  margin-right: 4px;
  display: flex;
  align-items: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.filterbox div span {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #dadada;
  margin-left: 5px;
}
.filterbox div.nostyle {
  border: none;
  background-color: transparent;
}
.filterbox div:last-child {
  margin-right: 0;
}

.youtube {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer;
  margin: 0 auto;
}
.youtube .play {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAERklEQVR4nOWbTWhcVRTHb1IJVoxGtNCNdal2JYJReC6GWuO83PM/59yUS3FRFARdFlwYP1CfiojQWt36sRCUurRIdVFXIn41lAoVdRGrG1M01YpKrWjiYmaSl8ybZJL3cd+YA//NLObd3++eO8x79z5jSq5Gw+8kov0AP8vMR5l1BtBZQM4B8ks75wCdZdYZZj5qLZ4hov2Nht9Z9vhKKSIaB/gI4M4w62KeAO6Mte4lYOq20FxrlqqOibhHmeWbvNC9ZfDX1mLae391aN6limO/gwgvAPJbWeAZuSDingdwXTBw7/0IsyaA/Fkh+KqOkD+YNfHej1QKD+y7iVlOhgLvFqFfNJvNGyuBJ+KDAF8MDd0tgS8y64OlgSdJMsysL4cG7SOHkyQZLhTee7+d2R2rAVy/S+Jd7/32ouBHAP4gNNRGQyTHc/84NhqNywZp5rvjjnnvt21aABFeCQ+RLwAf2hQ8s7sv9OCLk6AHNgQvIrvbfzKCD76g/O6cu7lf/iER/aQGgy448pExZmhdegAPhR9sObFWH1gT3lp7DaA/5bkIgJhZPgsNmz02novj+KqeApj1ubwXWe4kdyeznAgNvTpE/HQmvKqOMeuFogTUVQSRno+iaLRLAJF7uIgL9O4ubgL8aWgB7S44mNX+35YpICUiAvS9sBLkq1WzT+NFffl6AuoiApi6NT37h6sWkBIRZGkQ8YtLgyji6e1mBYTqCEBPG2Naz+0BWQgtoGoRgCzEsd9hAN1X5BfnFZASUfrSAFQNsyZ1FJASUVpHiLinDJG8U2cBZYogkrcNs5waBAGdstbeU9zdqpw0gPwwSAI6VUxHyFlDpOcHUUBBIuYNs14aZAE5RVwyzPr3/0EAEY0TyfGNjBWQvwZ+CTSbehfAH29mrID8bET0+0EUkAd8WYDOmqJ3ecsG30yr9wqRfm6Y+a1BEFDEjHfHvWmY9ck6CygHvBVr8Xhtb4ZE5HZA3y8DvBNA1TjnrmXWf+sioMwZX5V/VHXMGGMMoKdDCxCRvRWBdzKzdHEO+EisilbPyopHYqp6S9UCAsz4iojI7hUDAtyXVQgIDd6KnOoaWNkbI6FaPSuZGyMArsi7MZoloB4zviI/Nhr3X95jltwTRQmoIfgisy5ai+me67OI7fE4nrqjrqfK1t0eby0FPRB6oGVlchL3rgnfrq19RKbVBdhV9IOSwJmfmJi4vi/4ThERitwyCxVAFqydshuCX5awhQ9KtmuIWd8IDZED/nXT77rvVVv6sHRKwjYi91poqP7Dr+Y6JJ1VSZIMA3wkPNy6bX+o8Bcm0sXMdwM8Fxo0A3xORPaWBp6uPXsmbxCRD0NDL0dOANhVCXy6iAjMcjbcrMt3RITKwdMVRdFo+y5yvkL4eWZ+zHt/ZVD4dEVRNGotpst+dZZZH8k86lqn2pIvT/eqrNfn2xuyqYPZ8mv7s8pfn/8Pybm4TIjanscAAAAASUVORK5CYII=") no-repeat center center;
  background-size: 64px 64px;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  filter: invert(1);
}
.youtube .play:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

iframe {
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .hbomainbox {
    padding: 0;
  }
  .hbobanner {
    flex-direction: column;
    height: auto;
    padding: 40px 0;
  }
  .hbocbox,
  .hboibox,
  .hbofeaturecbox,
  .hbofeatureibox {
    width: 100%;
  }
  .whybidhborow,
  .wid800,
  .benefitshborow,
  .readyhbobox {
    width: 100%;
  }
  .hbocbox {
    margin-bottom: 20px;
  }
  .whybidhborow,
  .hbofeaturerow,
  .benefitshborow {
    flex-wrap: wrap;
  }
  .whybidhbobox,
  .benefitshbobox {
    width: 100%;
    margin-right: 0;
  }
  .hbofeaturecbox {
    padding: 0;
    margin-bottom: 15px;
  }
  .hbofeaturerow {
    margin-bottom: 30px;
  }
  .hbofeaturerow.flexible_row {
    flex-direction: column-reverse;
  }
  .readyhbobox ul {
    flex-direction: column;
  }
  .readyhbobox ul li {
    width: 100%;
    margin: 0 0 15px;
  }
  .set > a {
    padding: 10px 40px 10px 15px;
  }
  .integrateautorow {
    flex-wrap: wrap;
  }
  .integrateautorow.flexible_row {
    flex-direction: column-reverse;
  }
  .integrateautocbox,
  .integrateautoibox {
    width: 100%;
  }
  .experiencemainboxed {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .exmainleft,
  .exmainright {
    width: 100%;
  }
  .exmainleft {
    padding: 0;
    margin-top: 30px;
  }
  .experiencemainbox h4 {
    margin-bottom: 30px;
  }
  .hbomainbox :after, .hbomainbox :before {
    content: none;
  }
}
@media only screen and (max-width: 1000px) {
  .hiwmainbox {
    padding: 40px 20px;
  }
  .hiwbox {
    width: 100%;
    position: relative;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .hiwbox .hiwcbox {
    position: relative;
    width: 50%;
    text-align: left;
  }
  .hiwiconmainbox {
    margin: 0 auto;
  }
  .hiwiconmainbox:before, .hiwiconmainbox:after {
    content: none;
  }
  .hiwbox {
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
  .hiwbox .hiwcbox {
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
  .hiwbox span:after {
    content: none;
  }
  .hiwbox:last-child {
    margin-bottom: 0;
  }
  .hiwbox_4 .hiwcbox {
    flex-direction: column;
  }
  .hiwcenterbox {
    display: none;
  }
}
.navbar .navbar_new .logobox a {
  background: url(../img/bidhom_logo_colored.webp) no-repeat;
}
.navbar .navbar_new .navbar-menu-left ul li a {
  color: #000000;
}
.navbar .navbar_new .navbar-menu-left ul li:hover a {
  color: #4550c2;
}
.navbar .navbar_new .navbar-menu-right a {
  color: #000000;
}
.navbar .navbar_new .navbar-menu-right a.phonebtn:before {
  background: url(../img/phone_colored.webp) no-repeat;
  background-size: cover;
}
.navbar .navbar_new .navbar-menu-right a.navibtn {
  background-color: #4550c2;
  color: #FFFFFF;
}
.navbar .navbar_new .navbar-menu-right a.softbtn {
  color: #4550c2;
  border-color: #4550c2;
}
.navbar .navbar_new .navbar-menu-right a.softbtn.consalesbtn {
  background-color: #4550c2;
  color: #FFFFFF;
}

.wid800 {
  max-width: 800px;
  margin: 0 auto;
}

.common_heading_box {
  margin-bottom: 50px;
  text-align: center;
}
.common_heading_box h2 {
  font-size: 40px;
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}
.common_heading_box h3 {
  font-size: 36px;
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}
.common_heading_box h3.wcolor {
  color: #FFFFFF;
}
.common_heading_box h4 {
  font-size: 32px;
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}
.common_heading_box h4.wcolor {
  color: #FFFFFF;
}
.common_heading_box p.wcolor {
  color: #FFFFFF;
}

.creoasbanner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 650px;
}

.creoashcbox {
  width: 45%;
}
.creoashcbox h1 {
  font-family: "Gilroy-Bold";
  font-size: 40px;
}

.creoashibox {
  width: 55%;
}
.creoashibox img {
  filter: drop-shadow(0px 7px 29px rgba(100, 100, 111, 0.2));
}

.auction_clients_box {
  padding: 15px;
}
.auction_clients_box .slick-center .auction_slide_box {
  background-color: #4350c0;
}
.auction_clients_box .slick-center .auction_slide_box p,
.auction_clients_box .slick-center .auction_slide_box h5 {
  color: #FFFFFF !important;
}
.auction_clients_box .auction_slide_box .quoteit {
  width: 60px;
  height: 50px;
  background: url(../img/quote_icon.webp) no-repeat;
  background-size: contain;
  margin: 0 auto;
  margin-bottom: 15px;
}

.auction_slide_box {
  padding: 20px;
  background-color: #FFFFFF;
  text-align: center;
}
.auction_slide_box h5 {
  font-family: "Gilroy-Bold";
}
.auction_slide_box p {
  margin-bottom: 15px;
}
.auction_slide_box span {
  font-family: "Gilroy-Bold";
  font-size: 40px;
  display: inline-block;
  margin: 0 auto;
}
.auction_slide_box img {
  margin: 0 auto;
  margin-bottom: 20px;
}

.auction_client_slider .slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 2px solid #bbbbbb;
}
.auction_client_slider .slick-dots li.slick-active button {
  border-color: #4350c0;
}
.auction_client_slider .slick-dots li.slick-active button:after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  margin-top: -4px;
  margin-left: -4px;
  background-color: #4350c0;
  border-radius: 4px;
}

.slick-dots li button:before {
  content: none;
}

.auction_clients_box .slick-center .auction_slide_box .quoteit {
  background: url(../img/quote_icon_white.webp) no-repeat;
}

.wccmainbox {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 60px;
}
.wccmainbox.wccmainbox_creoas .wcc_box {
  padding: 30px 20px;
  background-color: #f7f9fe;
  border-radius: 5px;
  width: calc(33.3333333333% - 20px);
  margin-right: 20px;
  align-self: stretch;
  text-align: center;
  border-radius: 20px;
}
.wccmainbox.wccmainbox_creoas .wcc_box h4 {
  font-family: "Gilroy SemiBold";
}
.wccmainbox.wccmainbox_creoas .wcc_box p {
  margin-bottom: 0;
}
.wccmainbox.wccmainbox_creoas .wcc_box:last-child {
  margin-right: 0;
}
.wccmainbox.wccmainbox_creoas .wcc_box .wccicon {
  width: 80px;
  height: 80px;
  background: url(../img/creoas/creoasicons.webp) no-repeat;
  background-size: cover;
  margin: 0 auto 15px;
  display: flex;
}
.wccmainbox.wccmainbox_creoas .wcc_box .wccicon.wccicon_1 {
  background-position-x: -22px;
}
.wccmainbox.wccmainbox_creoas .wcc_box .wccicon.wccicon_2 {
  background-position-x: -120px;
}
.wccmainbox.wccmainbox_creoas .wcc_box .wccicon.wccicon_3 {
  background-position-x: -220px;
}
.wccmainbox.wccmainbox_creoas .wcc_box .wccicon.wccicon_4 {
  background-position-x: -315px;
}
.wccmainbox.wccmainbox_creoas .wcc_box .wccicon.wccicon_5 {
  background-position-x: -412px;
}
.wccmainbox.wccmainbox_creoas .wcc_box .wccicon.wccicon_6 {
  background-position-x: -508px;
}
.wccmainbox.wccmainbox_creoas .wcc_box .wccicon.wccicon_7 {
  background-position-x: -605px;
}
.wccmainbox.wccmainbox_creoas .wcc_box .wccicon.wccicon_8 {
  background-position-x: -700px;
}
.wccmainbox.wccmainbox_creoas .wcc_box .wccicon.wccicon_9 {
  background-position-x: -795px;
}

.creoasfeaturesrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.creoasfeaturescbox {
  width: 50%;
  padding-right: 8%;
  padding-left: 4%;
}
.creoasfeaturescbox h5 {
  font-family: "Gilroy SemiBold";
}
.creoasfeaturescbox p {
  font-family: "Gilroy Light";
}

.creoasfeaturesibox {
  width: 50%;
}
.creoasfeaturesibox img {
  filter: drop-shadow(0px 7px 29px rgba(100, 100, 111, 0.2));
}

.creoasfeaturesreverserow .creoasfeaturescbox {
  padding-left: 8%;
}

.creoashiwmainbox {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.creoashiwbox {
  width: 200px;
  height: 200px;
  transform: rotate(45deg);
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.creoashiwbox p {
  margin-bottom: 0;
  color: #FFFFFF;
}
.creoashiwbox.creoashiwbox1 {
  background-color: #13a1c1;
}
.creoashiwbox.creoashiwbox2 {
  background-color: #4e7aad;
}
.creoashiwbox.creoashiwbox3 {
  background-color: #08909e;
}
.creoashiwbox.creoashiwbox4 {
  background-color: #03cd9d;
}
.creoashiwbox.creoashiwbox5 {
  background-color: #6c76de;
}
.creoashiwbox.creoashiwbox6 {
  background-color: #19abff;
}
.creoashiwbox.creoashiwbox_1 {
  margin-top: 310px;
  margin-left: -50px;
}
.creoashiwbox:last-child {
  margin-right: 0;
}

.creoashiwinnerbox {
  transform: rotate(-45deg);
  margin-top: -15px;
  margin-left: -15px;
}

.creoashiwicon {
  width: 65px;
  height: 60px;
  display: inline-block;
  background: url(../img/creoas/creoaswebicons.webp) no-repeat;
  background-size: cover;
  margin: 0 auto 5px;
}
.creoashiwicon.creoashiwicon_1 {
  background-position-x: -12px;
}
.creoashiwicon.creoashiwicon_2 {
  background-position-x: -84px;
}
.creoashiwicon.creoashiwicon_3 {
  background-position-x: -157px;
}
.creoashiwicon.creoashiwicon_4 {
  background-position-x: -233px;
}
.creoashiwicon.creoashiwicon_5 {
  background-position-x: -305px;
}
.creoashiwicon.creoashiwicon_6 {
  background-position-x: -377px;
}

.readyhbobanner {
  background: url(../img/high-and-best-bidder/readyhbobanner.webp) no-repeat;
  background-size: cover;
  height: 550px;
  display: flex;
  align-items: center;
}

.readyhbobox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.readyhbobox h3 {
  color: #FFFFFF;
  font-family: "Gilroy-ExtraBold";
  margin-bottom: 20px;
  font-size: 36px;
}
.readyhbobox p {
  color: #FFFFFF;
}
.readyhbobox ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.readyhbobox ul li {
  width: calc(25% - 10px);
  text-align: center;
  background: #FFFFFF;
  margin-right: 20px;
}
.readyhbobox ul li a {
  padding: 10px 20px;
  display: block;
  font-family: "Gilroy SemiBold";
  color: #000000;
}
.readyhbobox ul li:last-child {
  margin-right: 0;
}

.creoashiwmainimagebox {
  display: block;
}

.creoashiwmainbox {
  display: none;
}

.wccmainbox_nomargin {
  margin-bottom: 20px;
}

.hiwmainbox {
  position: relative;
}
.hiwmainbox.creoashiwmain_box {
  padding: 240px 0;
}
.hiwmainbox.creoashiwmain_box .hiwcenterbox {
  width: 350px;
  height: 350px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: hsl(0, 0%, 88%);
  background: linear-gradient(0deg, hsl(0, 0%, 88%) 0%, hsl(0, 0%, 100%) 50%, hsl(0, 0%, 88%) 100%);
  background: -moz-linear-gradient(0deg, hsl(0, 0%, 88%) 0%, hsl(0, 0%, 100%) 50%, hsl(0, 0%, 88%) 100%);
  background: -webkit-linear-gradient(0deg, hsl(0, 0%, 88%) 0%, hsl(0, 0%, 100%) 50%, hsl(0, 0%, 88%) 100%);
  border-radius: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 8px solid #FFFFFF;
}
.hiwmainbox.creoashiwmain_box .hiwcenterbox .hiwcentercbox {
  text-align: center;
  width: 60%;
}
.hiwmainbox.creoashiwmain_box .hiwcenterbox .hiwcentercbox h4 {
  color: #333333;
  font-size: 32px;
  font-family: "Gilroy-ExtraBold";
}
.hiwmainbox.creoashiwmain_box .hiwcenterbox .hiwcentercbox p {
  margin-bottom: 0;
  color: #333333;
}
.hiwmainbox.creoashiwmain_box .hiwbox {
  max-width: 120px;
  position: absolute;
}
.hiwmainbox.creoashiwmain_box .hiwbox .hiwiconmainbox {
  width: 120px;
  height: 120px;
  background-color: #4550c2;
  border-radius: 100%;
  border: 5px solid #FFFFFF;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}
.hiwmainbox.creoashiwmain_box .hiwbox .hiwiconmainbox .hiwiconbox {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF;
  border-radius: 100%;
}
.hiwmainbox.creoashiwmain_box .hiwbox .hiwiconmainbox .hiwiconbox img {
  width: 50px;
}
.hiwmainbox.creoashiwmain_box .hiwbox .hiwiconmainbox:before {
  content: "";
  width: 1px;
  height: 100px;
  background-color: #4550c2;
  position: absolute;
  top: -70%;
  z-index: -1;
}
.hiwmainbox.creoashiwmain_box .hiwbox .hiwiconmainbox:after {
  content: "";
  width: 120px;
  height: 1px;
  background-color: #4550c2;
  position: absolute;
  top: -70%;
  z-index: -1;
}
.hiwmainbox.creoashiwmain_box .hiwbox .hiwcbox {
  position: absolute;
  width: 150px;
}
.hiwmainbox.creoashiwmain_box .hiwbox .hiwcbox span {
  color: #4550c2;
  font-family: "Gilroy-ExtraBold";
  font-style: italic;
  font-size: 36px;
  position: relative;
}
.hiwmainbox.creoashiwmain_box .hiwbox span:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  background-color: #4550c2;
  position: absolute;
}
.hiwmainbox.creoashiwmain_box .hiwbox.hiwbox_1 {
  top: 10%;
  left: 44%;
}
.hiwmainbox.creoashiwmain_box .hiwbox.hiwbox_1 .hiwcbox {
  left: -120px;
  top: -100px;
}
.hiwmainbox.creoashiwmain_box .hiwbox.hiwbox_1 .hiwiconmainbox:after {
  left: -60%;
}
.hiwmainbox.creoashiwmain_box .hiwbox.hiwbox_1 span:after {
  top: 18px;
  right: -25px;
}
.hiwmainbox.creoashiwmain_box .hiwbox.hiwbox_2 {
  top: 25%;
  right: 20%;
}
.hiwmainbox.creoashiwmain_box .hiwbox.hiwbox_2 .hiwcbox {
  right: -120px;
  top: -100px;
  text-align: right;
}
.hiwmainbox.creoashiwmain_box .hiwbox.hiwbox_2 .hiwiconmainbox:after {
  right: -59%;
}
.hiwmainbox.creoashiwmain_box .hiwbox.hiwbox_2 span:after {
  top: 18px;
  left: -20px;
}
.hiwmainbox.creoashiwmain_box .hiwbox.hiwbox_3 {
  top: 60%;
  right: 20%;
}
.hiwmainbox.creoashiwmain_box .hiwbox.hiwbox_3 .hiwcbox {
  right: -120px;
  top: -100px;
  text-align: right;
}
.hiwmainbox.creoashiwmain_box .hiwbox.hiwbox_3 .hiwiconmainbox:after {
  right: -59%;
}
.hiwmainbox.creoashiwmain_box .hiwbox.hiwbox_3 span:after {
  top: 18px;
  left: -20px;
}
.hiwmainbox.creoashiwmain_box .hiwbox.hiwbox_4 {
  top: auto;
  right: 44%;
  bottom: 10%;
}
.hiwmainbox.creoashiwmain_box .hiwbox.hiwbox_4 .hiwcbox {
  right: -160px;
  top: auto;
  bottom: -80%;
  text-align: right;
  flex-direction: column-reverse;
  display: flex;
}
.hiwmainbox.creoashiwmain_box .hiwbox.hiwbox_4 .hiwiconmainbox:before {
  bottom: -70%;
  top: auto;
}
.hiwmainbox.creoashiwmain_box .hiwbox.hiwbox_4 .hiwiconmainbox:after {
  right: -78%;
  bottom: -70%;
  top: auto;
  width: 140px;
}
.hiwmainbox.creoashiwmain_box .hiwbox.hiwbox_4 span:after {
  right: auto;
  top: 25px;
  left: 45%;
}
.hiwmainbox.creoashiwmain_box .hiwbox.hiwbox_5 {
  top: 60%;
  right: auto;
  left: 20%;
}
.hiwmainbox.creoashiwmain_box .hiwbox.hiwbox_5 .hiwiconmainbox:after {
  left: -60%;
}
.hiwmainbox.creoashiwmain_box .hiwbox.hiwbox_5 .hiwcbox {
  left: -120px;
  top: -100px;
}
.hiwmainbox.creoashiwmain_box .hiwbox.hiwbox_5 span:after {
  top: 18px;
  right: -25px;
}
.hiwmainbox.creoashiwmain_box .hiwbox.hiwbox_6 {
  top: 25%;
  right: auto;
  left: 20%;
}
.hiwmainbox.creoashiwmain_box .hiwbox.hiwbox_6 .hiwiconmainbox:after {
  left: -60%;
}
.hiwmainbox.creoashiwmain_box .hiwbox.hiwbox_6 .hiwcbox {
  left: -120px;
  top: -100px;
}
.hiwmainbox.creoashiwmain_box .hiwbox.hiwbox_6 span:after {
  top: 18px;
  right: -25px;
}

@media only screen and (max-width: 768px) {
  .creoasbanner {
    flex-direction: column;
    height: auto;
    padding: 40px 0;
  }
  .creoashcbox,
  .creoashibox {
    width: 100%;
  }
  .creoashcbox {
    margin-bottom: 20px;
  }
  .wid800 {
    width: 100%;
  }
  .wccmainbox,
  .creoasfeaturesrow {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wccmainbox.wccmainbox_creoas .wcc_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .wccmainbox.wccmainbox_creoas .wcc_box:last-child {
    margin-bottom: 0;
  }
  .creoasfeaturescbox {
    width: 100%;
    padding: 0;
  }
  .creoasfeaturesibox {
    width: 100%;
  }
  .creoasfeaturesrow.creoasfeaturesreverserow {
    flex-direction: column-reverse;
  }
  .creoashiwmainimagebox {
    display: none;
  }
  .creoashiwmainbox {
    flex-wrap: wrap;
    display: flex;
  }
  .creoashiwbox {
    width: calc(50% - 5px);
    margin-right: 5px;
    height: auto;
    transform: rotate(0);
    margin-bottom: 10px;
    padding: 10px;
    align-self: stretch;
  }
  .creoashiwbox:nth-child(2n) {
    margin-right: 0;
  }
  .creoashiwinnerbox {
    transform: rotate(0);
    margin-top: 0;
    margin-left: 0;
  }
  .set > a {
    padding: 10px 40px 10px 15px;
  }
  .readyhbobox ul {
    flex-direction: column;
  }
  .readyhbobox ul li {
    width: 100%;
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 1000px) {
  .hiwmainbox.creoashiwmain_box {
    padding: 40px 20px;
  }
  .hiwmainbox.creoashiwmain_box .hiwbox {
    width: 100%;
    position: relative;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    max-width: 100%;
  }
  .hiwmainbox.creoashiwmain_box .hiwbox .hiwcbox {
    position: relative;
    width: 50%;
    text-align: left !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
  .hiwmainbox.creoashiwmain_box .hiwbox span:after {
    content: none;
  }
  .hiwmainbox.creoashiwmain_box .hiwbox .hiwiconmainbox {
    margin: 0 auto;
  }
  .hiwmainbox.creoashiwmain_box .hiwbox .hiwiconmainbox:before, .hiwmainbox.creoashiwmain_box .hiwbox .hiwiconmainbox:after {
    content: none;
  }
  .hiwmainbox.creoashiwmain_box .hiwbox.hiwbox_4 .hiwcbox {
    flex-direction: column;
  }
  .hiwmainbox.creoashiwmain_box .hiwbox:last-child {
    margin-bottom: 0;
  }
  .hiwmainbox.creoashiwmain_box .hiwcenterbox {
    display: none;
  }
}
.navbar .navbar_new .logobox a {
  background: url(../img/bidhom_logo_colored.webp) no-repeat;
}
.navbar .navbar_new .navbar-menu-left ul li a {
  color: #000000;
}
.navbar .navbar_new .navbar-menu-left ul li:hover a {
  color: #4550c2;
}
.navbar .navbar_new .navbar-menu-right a {
  color: #000000;
}
.navbar .navbar_new .navbar-menu-right a.phonebtn:before {
  background: url(../img/phone_colored.webp) no-repeat;
  background-size: cover;
}
.navbar .navbar_new .navbar-menu-right a.navibtn {
  background-color: #4550c2;
  color: #FFFFFF;
}
.navbar .navbar_new .navbar-menu-right a.softbtn {
  color: #4550c2;
  border-color: #4550c2;
}
.navbar .navbar_new .navbar-menu-right a.softbtn.consalesbtn {
  background-color: #4550c2;
  color: #FFFFFF;
}

.wid800 {
  max-width: 800px;
  margin: 0 auto;
}

.common_heading_box {
  margin-bottom: 50px;
  text-align: center;
}
.common_heading_box h2 {
  font-size: 40px;
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}
.common_heading_box h3 {
  font-size: 36px;
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}
.common_heading_box h3.wcolor {
  color: #FFFFFF;
}
.common_heading_box h4 {
  font-size: 32px;
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}
.common_heading_box h4.wcolor {
  color: #FFFFFF;
}
.common_heading_box p.wcolor {
  color: #FFFFFF;
}
.common_heading_box a {
  color: #4550c2;
}
.common_heading_box a:hover {
  color: #4550c2;
}

.doapbanner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 650px;
}

.doaphcbox {
  width: 45%;
}
.doaphcbox h1 {
  font-family: "Gilroy-Bold";
  font-size: 40px;
  margin-bottom: 20px;
}
.doaphcbox p {
  margin-bottom: 20px;
}
.doaphcbox a {
  font-family: "Gilroy-Bold";
}

.doaphibox {
  width: 55%;
}
.doaphibox img {
  filter: drop-shadow(0px 7px 29px rgba(100, 100, 111, 0.2));
  padding-left: 5%;
}

.agent_bg {
  background-color: #f6f6fc;
}

.auction_clients_box {
  padding: 15px;
}
.auction_clients_box .slick-center .auction_slide_box {
  background-color: #4350c0;
}
.auction_clients_box .slick-center .auction_slide_box p,
.auction_clients_box .slick-center .auction_slide_box h5 {
  color: #FFFFFF !important;
}
.auction_clients_box .auction_slide_box .quoteit {
  width: 60px;
  height: 50px;
  background: url(../img/quote_icon.webp) no-repeat;
  background-size: contain;
  margin: 0 auto;
  margin-bottom: 15px;
}

.auction_slide_box {
  padding: 20px;
  background-color: #FFFFFF;
  text-align: center;
}
.auction_slide_box h5 {
  font-family: "Gilroy-Bold";
}
.auction_slide_box p {
  margin-bottom: 15px;
}
.auction_slide_box span {
  font-family: "Gilroy-Bold";
  font-size: 40px;
  display: inline-block;
  margin: 0 auto;
}
.auction_slide_box img {
  margin: 0 auto;
  margin-bottom: 20px;
}

.auction_client_slider .slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 2px solid #bbbbbb;
}
.auction_client_slider .slick-dots li.slick-active button {
  border-color: #4350c0;
}
.auction_client_slider .slick-dots li.slick-active button:after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  margin-top: -4px;
  margin-left: -4px;
  background-color: #4350c0;
  border-radius: 4px;
}

.slick-dots li button:before {
  content: none;
}

.auction_clients_box .slick-center .auction_slide_box .quoteit {
  background: url(../img/quote_icon_white.webp) no-repeat;
}

.wccmainbox {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 60px;
}

.wcc_box {
  padding: 30px 20px;
  background-color: #f7f9fe;
  border-radius: 5px;
  width: calc(33.3333333333% - 20px);
  margin-right: 20px;
  align-self: stretch;
  text-align: center;
  border-radius: 20px;
}
.wcc_box h4,
.wcc_box h5 {
  font-family: "Gilroy SemiBold";
}
.wcc_box p {
  margin-bottom: 0;
}
.wcc_box:last-child {
  margin-right: 0;
}

.wcciconbox2 {
  width: 90px;
  height: 90px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  border-radius: 100%;
}
.wcciconbox2.wcciconbox2_1 {
  background-color: #4550c2;
}
.wcciconbox2.wcciconbox2_2 {
  background-color: #ffc639;
}
.wcciconbox2.wcciconbox2_3 {
  background-color: #4c83d3;
}
.wcciconbox2.wcciconbox2_4 {
  background-color: #41a3e0;
}
.wcciconbox2.wcciconbox2_5 {
  background-color: #00cfc7;
}
.wcciconbox2.wcciconbox2_6 {
  background-color: #fe668c;
}

.wccicon {
  width: 90px;
  height: 80px;
  background: url(../img/dutch-online-auction/dutch-auction-icons.webp) no-repeat;
  background-size: cover;
  margin: 0 auto 15px;
  display: flex;
}
.wccicon.wccicon_1 {
  background-position-x: 5px;
}
.wccicon.wccicon_2 {
  background-position-x: -98px;
}
.wccicon.wccicon_3 {
  background-position-x: -198px;
}
.wccicon.wccicon_4 {
  background-position-x: -300px;
}
.wccicon.wccicon_5 {
  background-position-x: -400px;
}
.wccicon.wccicon_6 {
  background-position-x: -502px;
}
.wccicon.wccicon_7 {
  background-position-x: -602px;
}
.wccicon.wccicon_8 {
  background-position-x: -708px;
}
.wccicon.wccicon_9 {
  background-position-x: -810px;
}

.wccicon2 {
  width: 60px;
  height: 60px;
  background-image: url(../img/dutch-online-auction/dutch-auction-icons.webp);
  background-size: cover;
  margin: 0 auto;
  display: flex;
  background-repeat: no-repeat;
}
.wccicon2.wccicon_1 {
  background-position-x: -2px;
}
.wccicon2.wccicon_2 {
  background-position-x: -83px;
}
.wccicon2.wccicon_3 {
  background-position-x: -162px;
}
.wccicon2.wccicon_4 {
  background-position-x: -242px;
}
.wccicon2.wccicon_5 {
  background-position-x: -327px;
}
.wccicon2.wccicon_6 {
  background-position-x: -407px;
}

.creoasfeaturesrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.creoasfeaturescbox {
  width: 50%;
  padding-right: 8%;
  padding-left: 4%;
}
.creoasfeaturescbox h5 {
  font-family: "Gilroy SemiBold";
}
.creoasfeaturescbox p {
  font-family: "Gilroy Light";
}

.creoasfeaturesibox {
  width: 50%;
}
.creoasfeaturesibox img {
  filter: drop-shadow(0px 7px 29px rgba(100, 100, 111, 0.2));
}

.creoasfeaturesreverserow .creoasfeaturescbox {
  padding-left: 8%;
}

.creoashiwmainbox {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.creoashiwbox {
  width: 200px;
  height: 200px;
  transform: rotate(45deg);
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.creoashiwbox.creoashiwbox1 {
  background-color: #13a1c1;
}
.creoashiwbox.creoashiwbox2 {
  background-color: #4e7aad;
}
.creoashiwbox.creoashiwbox3 {
  background-color: #08909e;
}
.creoashiwbox.creoashiwbox4 {
  background-color: #03cd9d;
}
.creoashiwbox.creoashiwbox5 {
  background-color: #6c76de;
}
.creoashiwbox.creoashiwbox6 {
  background-color: #19abff;
}
.creoashiwbox p {
  margin-bottom: 0;
  color: #FFFFFF;
}
.creoashiwbox:last-child {
  margin-right: 0;
}
.creoashiwbox.creoashiwbox_down {
  margin-top: 250px;
}
.creoashiwbox.creoashiwbox_1 {
  margin-top: 310px;
  margin-left: -50px;
}

.creoashiwinnerbox {
  transform: rotate(-45deg);
  margin-top: -15px;
  margin-left: -15px;
}

.creoashiwicon {
  width: 65px;
  height: 60px;
  display: inline-block;
  background: url(../img/creoas/creoaswebicons.webp) no-repeat;
  background-size: cover;
  margin: 0 auto 5px;
}
.creoashiwicon.creoashiwicon_1 {
  background-position-x: -12px;
}
.creoashiwicon.creoashiwicon_2 {
  background-position-x: -84px;
}
.creoashiwicon.creoashiwicon_3 {
  background-position-x: -157px;
}
.creoashiwicon.creoashiwicon_4 {
  background-position-x: -233px;
}
.creoashiwicon.creoashiwicon_5 {
  background-position-x: -305px;
}
.creoashiwicon.creoashiwicon_6 {
  background-position-x: -377px;
}

.readyhbobanner {
  background: url(../img/high-and-best-bidder/readyhbobanner.webp) no-repeat;
  background-size: cover;
  height: 550px;
  display: flex;
  align-items: center;
}

.readyhbobox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.readyhbobox h3 {
  color: #FFFFFF;
  font-family: "Gilroy-ExtraBold";
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1;
}
.readyhbobox p {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.readyhbobox ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.readyhbobox ul li {
  width: calc(25% - 10px);
  text-align: center;
  background: #FFFFFF;
  margin-right: 20px;
}
.readyhbobox ul li a {
  padding: 10px 20px;
  display: block;
  font-family: "Gilroy SemiBold";
  color: #000000;
}
.readyhbobox ul li:last-child {
  margin-right: 0;
}

.creoashiwmainimagebox {
  display: block;
}

.creoashiwmainbox {
  display: none;
}

.wccmainbox_nomargin {
  margin-bottom: 20px;
}

.common_heading h4 {
  font-family: "Gilroy-Bold";
  margin-bottom: 30px;
  color: #030303;
  font-size: 36px;
}

.hiwmainbox {
  position: relative;
}
.hiwmainbox.dutchhiwmain_box {
  padding: 240px 0;
  margin-top: -100px;
  margin-bottom: 50px;
}
.hiwmainbox.dutchhiwmain_box .hiwcenterbox {
  width: 400px;
  height: 400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/dutch-online-auction/how-it-works-bg.webp) no-repeat;
  background-size: contain;
}
.hiwmainbox.dutchhiwmain_box .hiwcenterbox .hiwcentercbox {
  text-align: center;
  width: 80%;
}
.hiwmainbox.dutchhiwmain_box .hiwcenterbox .hiwcentercbox h4 {
  color: #333333;
  font-size: 36px;
  font-family: "Gilroy-ExtraBold";
}
.hiwmainbox.dutchhiwmain_box .hiwcenterbox .hiwcentercbox p {
  margin-bottom: 0;
  color: #333333;
}
.hiwmainbox.dutchhiwmain_box .hiwbox {
  width: 120px;
  position: absolute;
}
.hiwmainbox.dutchhiwmain_box .hiwbox .hiwcbox {
  position: absolute;
  width: 200px;
}
.hiwmainbox.dutchhiwmain_box .hiwbox .hiwcbox h5 {
  font-family: "Gilroy SemiBold";
  margin-bottom: 2px;
}
.hiwmainbox.dutchhiwmain_box .hiwbox .hiwcbox p {
  font-family: "Gilroy SemiBold";
}
.hiwmainbox.dutchhiwmain_box .hiwbox .hiwcbox span {
  color: #4550c2;
  font-family: "Gilroy-ExtraBold";
  font-style: italic;
  font-size: 36px;
  position: relative;
}
.hiwmainbox.dutchhiwmain_box .hiwbox .hiwiconmainbox {
  width: 130px;
  height: 130px;
  background: url(../img/dutch-online-auction/how-it-works-box.webp) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}
.hiwmainbox.dutchhiwmain_box .hiwbox .hiwiconmainbox .hiwiconbox img {
  width: 50px;
  margin-top: -10px;
  margin-left: 5px;
}
.hiwmainbox.dutchhiwmain_box .hiwbox .hiwiconmainbox:before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #4550c2;
  position: absolute;
  top: -32%;
  z-index: -1;
}
.hiwmainbox.dutchhiwmain_box .hiwbox .hiwiconmainbox:after {
  content: "";
  width: 120px;
  height: 1px;
  background-color: #4550c2;
  position: absolute;
  top: -32%;
  z-index: -1;
}
.hiwmainbox.dutchhiwmain_box .hiwbox span:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  background-color: #4550c2;
  position: absolute;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_1 {
  top: 16%;
  left: 56%;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_1 .hiwcbox {
  left: 185px;
  top: -65px;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_1 .hiwiconmainbox:after {
  left: 50%;
  width: 100px;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_1 span:after {
  top: 14px;
  right: 50px;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_2 {
  top: 36%;
  right: 18%;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_2 .hiwiconmainbox:after {
  right: -19%;
  width: 90px;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_2 span:after {
  top: 18px;
  left: -20px;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_2 .hiwcbox {
  right: -250px;
  top: -68px;
  text-align: left;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_3 {
  top: 62%;
  right: 22%;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_3 .hiwiconmainbox:after {
  right: -19%;
  width: 90px;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_3 span:after {
  top: 18px;
  left: -20px;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_3 .hiwcbox {
  left: 140%;
  top: -70px;
  text-align: left;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_4 {
  bottom: 10%;
  left: 44%;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_4 .hiwiconmainbox:before {
  bottom: -30%;
  top: auto;
  height: 40px;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_4 .hiwiconmainbox:after {
  content: none;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_4 span:after {
  left: 60px;
  top: 20px;
  right: auto;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_4 .hiwcbox {
  left: 0%;
  top: 110%;
  text-align: left;
  flex-direction: column;
  display: flex;
  width: 230px;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_5 {
  left: 20%;
  top: 62%;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_5 .hiwiconmainbox:before {
  bottom: auto;
  top: -30%;
  height: 40px;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_5 .hiwiconmainbox:after {
  left: -20%;
  bottom: auto;
  top: -30%;
  width: 90px;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_5 span:after {
  top: 18px;
  right: -30px;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_5 .hiwcbox {
  left: -230px;
  top: auto;
  bottom: 30px;
  width: 180px;
  text-align: right;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_6 {
  top: 36%;
  right: auto;
  left: 16%;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_6 .hiwiconmainbox:before {
  bottom: auto;
  top: -32%;
  height: 40px;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_6 .hiwiconmainbox:after {
  left: -20%;
  bottom: auto;
  top: -32%;
  width: 90px;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_6 span:after {
  top: 18px;
  right: -25px;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_6 .hiwcbox {
  left: -210px;
  top: -68px;
  text-align: right;
  bottom: auto;
  width: 160px;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_7 {
  top: 16%;
  right: auto;
  left: 30%;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_7 .hiwiconmainbox:after {
  left: -27%;
  width: 100px;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_7 span:after {
  top: 18px;
  right: -25px;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_7 .hiwcbox {
  left: -270px;
  top: -68px;
  text-align: right;
}
.hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_8 span:after {
  top: 18px;
  right: -25px;
}

.blogscontentrow.latestblogs {
  margin-bottom: 0;
}

@media only screen and (max-width: 1000px) {
  .hiwmainbox.dutchhiwmain_box {
    padding: 0 20px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .hiwmainbox.dutchhiwmain_box .hiwbox {
    width: 100%;
    position: relative;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
  .hiwmainbox.dutchhiwmain_box .hiwbox .hiwcbox {
    position: relative;
    width: 60%;
    text-align: left;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
  .hiwmainbox.dutchhiwmain_box .hiwbox span:after {
    content: none;
  }
  .hiwmainbox.dutchhiwmain_box .hiwbox .hiwiconmainbox {
    margin: 0 auto;
  }
  .hiwmainbox.dutchhiwmain_box .hiwbox .hiwiconmainbox:before, .hiwmainbox.dutchhiwmain_box .hiwbox .hiwiconmainbox:after {
    content: none;
  }
  .hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_4 .hiwcbox {
    flex-direction: column;
  }
  .hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_5 .hiwcbox {
    width: 60%;
    text-align: left;
  }
  .hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_6 .hiwcbox {
    width: 60%;
    text-align: left;
  }
  .hiwmainbox.dutchhiwmain_box .hiwbox.hiwbox_7 .hiwcbox {
    width: 60%;
    text-align: left;
  }
  .hiwmainbox.dutchhiwmain_box .hiwbox:last-child {
    margin-bottom: 0;
  }
  .hiwmainbox.dutchhiwmain_box .hiwcenterbox {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .doapbanner {
    flex-direction: column;
    height: auto;
    padding: 40px 0;
  }
  .doaphcbox,
  .doaphibox {
    width: 100%;
  }
  .creoashcbox {
    margin-bottom: 20px;
  }
  .wid800 {
    width: 100%;
  }
  .wccmainbox,
  .creoasfeaturesrow {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wcc_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .wcc_box:last-child {
    margin-bottom: 0;
  }
  .creoasfeaturescbox {
    width: 100%;
    padding: 0;
  }
  .creoasfeaturesibox {
    width: 100%;
  }
  .creoasfeaturesrow.creoasfeaturesreverserow {
    flex-direction: column-reverse;
  }
  .creoashiwmainimagebox {
    display: none;
  }
  .creoashiwmainbox {
    flex-wrap: wrap;
    display: flex;
  }
  .creoashiwbox {
    width: calc(50% - 5px);
    margin-right: 5px;
    height: auto;
    transform: rotate(0);
    margin-bottom: 10px;
    padding: 10px;
    align-self: stretch;
  }
  .creoashiwbox:nth-child(2n) {
    margin-right: 0;
  }
  .creoashiwinnerbox {
    transform: rotate(0);
    margin-top: 0;
    margin-left: 0;
  }
  .set > a {
    padding: 10px 40px 10px 15px;
  }
  .readyhbobox ul {
    flex-direction: column;
  }
  .readyhbobox ul li {
    width: 100%;
    margin: 0 0 15px;
  }
  .common_heading_box h2 {
    font-size: 32px;
  }
  .creoasfeaturesreverserow .creoasfeaturescbox {
    padding-left: 0;
  }
  .hiwcbox p {
    margin-bottom: 0;
  }
  .readyhbobanner {
    padding: 40px 0;
    height: auto;
  }
}
.hbobg {
  background-color: #f6f6fc;
}

.hbobanner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 650px;
}

.hbocbox {
  width: 45%;
}

.hboibox {
  width: 55%;
}
.hboibox img {
  filter: drop-shadow(0px 48px 100px rgba(17, 12, 46, 0.15));
}

.auction_clients_box {
  padding: 15px;
}
.auction_clients_box.slick-center .auction_slide_box {
  background-color: #4350c0;
}
.auction_clients_box.slick-center .auction_slide_box p,
.auction_clients_box.slick-center .auction_slide_box h5 {
  color: #FFFFFF !important;
}
.auction_clients_box.slick-center .auction_slide_box .quoteit {
  background: url(../img/quote_icon_white.webp) no-repeat;
}
.auction_clients_box .auction_slide_box .quoteit {
  width: 60px;
  height: 50px;
  background: url(../img/quote_icon.webp) no-repeat;
  background-size: contain;
  margin: 0 auto;
  margin-bottom: 15px;
}

.auction_slide_box {
  padding: 20px;
  background-color: #FFFFFF;
  text-align: center;
}
.auction_slide_box img {
  margin: 0 auto;
  margin-bottom: 20px;
}
.auction_slide_box span {
  font-family: "Gilroy-Bold";
  font-size: 40px;
  display: inline-block;
  margin: 0 auto;
}
.auction_slide_box p {
  margin-bottom: 15px;
}
.auction_slide_box h5 {
  font-family: "Gilroy-Bold";
}

.common_heading h4 {
  font-family: "Gilroy-Bold";
  margin-bottom: 30px;
  color: #030303;
  font-size: 36px;
}

.slick-dots li button:before {
  content: none;
}

.auction_client_slider .slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 2px solid #bbbbbb;
}
.auction_client_slider .slick-dots li.slick-active button {
  border-color: #4350c0;
}
.auction_client_slider .slick-dots li.slick-active button:after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  margin-top: -4px;
  margin-left: -4px;
  background-color: #4350c0;
  border-radius: 4px;
}

.readyhbobanner {
  background: url(../img/high-and-best-bidder/readyhbobanner.webp) no-repeat;
  background-size: cover;
  height: 550px;
  display: flex;
  align-items: center;
}

.hbomainbox {
  position: relative;
}
.hbomainbox:after, .hbomainbox:before {
  background: radial-gradient(50% 50% at 50% 50%, rgba(69, 80, 194, 0.3) 0, rgba(69, 80, 194, 0.3) 50%, rgba(69, 80, 194, 0.3) 100%);
  bottom: 4rem;
  content: "";
  filter: blur(100px);
  height: 20%;
  position: absolute;
  transform: rotate(-146.42deg);
  z-index: -1;
}
.hbomainbox:before {
  left: 5%;
  width: 20%;
  border: 0;
}
.hbomainbox:after {
  right: 0rem;
  width: 20%;
  top: 10%;
}

.hbocbox h1 {
  font-family: "Gilroy-Bold";
  font-size: 40px;
}

.hboibox img {
  position: relative;
}
.hboibox img:before {
  background: radial-gradient(50% 50% at 50% 50%, rgba(69, 80, 194, 0.3) 0, rgba(69, 80, 194, 0.3) 50%, rgba(69, 80, 194, 0.3) 100%);
  bottom: 4rem;
  content: "";
  filter: blur(100px);
  height: 20%;
  position: absolute;
  transform: rotate(-146.42deg);
  z-index: -1;
  left: 5%;
  width: 20%;
}

.whybidhborow {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 1150px;
  margin: 0 auto;
}

.whybidhbobox {
  width: calc(33.3333333333% - 15px);
  margin-right: 15px;
  text-align: center;
  padding: 20px 30px;
  border-radius: 20px;
  align-self: stretch;
}
.whybidhbobox:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.whybidhbobox:last-child {
  margin-right: 0;
}
.whybidhbobox h5 {
  font-family: "Gilroy SemiBold";
}
.whybidhbobox p {
  margin-bottom: 0;
}

.hboicon {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: transparent url(../img/high-and-best-bidder/hboicons.webp) no-repeat;
  background-size: cover;
  border-radius: 80px;
  margin-bottom: 15px;
}
.hboicon.hboicon_1 {
  background-position-x: -3px;
  background-color: #4550c2;
}
.hboicon.hboicon_2 {
  background-position-x: -85px;
  background-color: #76b1ee;
}
.hboicon.hboicon_3 {
  background-position-x: -175px;
  background-color: #7145c2;
}
.hboicon.hboicon_4 {
  background-position-x: -260px;
  background-color: #4550c2;
}
.hboicon.hboicon_5 {
  background-position-x: -338px;
  background-color: #fdc53a;
}
.hboicon.hboicon_6 {
  background-position-x: -420px;
  background-color: #4c83d3;
}
.hboicon.hboicon_7 {
  background-position-x: -508px;
  background-color: #41a3e0;
}
.hboicon.hboicon_8 {
  background-position-x: -590px;
  background-color: #00cfc7;
}
.hboicon.hboicon_9 {
  background-position-x: -668px;
  background-color: #fe668c;
}

.hbofeaturerow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

.hbofeaturecbox {
  width: 45%;
  padding-right: 5%;
}
.hbofeaturecbox h4 {
  font-family: "Gilroy-Bold";
  margin-bottom: 15px;
}

.hbofeatureibox {
  width: 55%;
  position: relative;
}
.hbofeatureibox img {
  filter: drop-shadow(0px 48px 100px rgba(17, 12, 46, 0.15));
}

.benefitshborow {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1150px;
  margin: 0 auto 30px;
}

.benefitshbobox {
  width: calc(33.3333333333% - 20px);
  margin-right: 20px;
  text-align: center;
  margin-bottom: 20px;
  padding: 20px 30px;
  border-radius: 20px;
  align-self: stretch;
}
.benefitshbobox h5 {
  font-family: "Gilroy SemiBold";
}
.benefitshbobox p {
  margin-bottom: 0;
}
.benefitshbobox:nth-child(3n) {
  margin-right: 0;
}
.benefitshbobox:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.readyhbobox {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.readyhbobox h3 {
  color: #FFFFFF;
  font-family: "Gilroy-ExtraBold";
  margin-bottom: 20px;
  font-size: 36px;
}
.readyhbobox p {
  color: #FFFFFF;
}
.readyhbobox ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.readyhbobox ul li {
  width: calc(25% - 10px);
  text-align: center;
  background: #FFFFFF;
  margin-right: 20px;
}
.readyhbobox ul li a {
  padding: 10px 20px;
  display: block;
  font-family: "Gilroy SemiBold";
  color: #000000;
}
.readyhbobox ul li:last-child {
  margin-right: 0;
}

.hiwmainbox {
  position: relative;
}
.hiwmainbox.hbohiwmain_box {
  padding: 240px 0;
}
.hiwmainbox.hbohiwmain_box .hiwcenterbox {
  width: 350px;
  height: 350px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: hsl(0, 0%, 88%);
  background: linear-gradient(0deg, hsl(0, 0%, 88%) 0%, hsl(0, 0%, 100%) 50%, hsl(0, 0%, 88%) 100%);
  background: -moz-linear-gradient(0deg, hsl(0, 0%, 88%) 0%, hsl(0, 0%, 100%) 50%, hsl(0, 0%, 88%) 100%);
  background: -webkit-linear-gradient(0deg, hsl(0, 0%, 88%) 0%, hsl(0, 0%, 100%) 50%, hsl(0, 0%, 88%) 100%);
  border-radius: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 8px solid #FFFFFF;
}
.hiwmainbox.hbohiwmain_box .hiwcentercbox {
  text-align: center;
  width: 60%;
}
.hiwmainbox.hbohiwmain_box .hiwcentercbox h4 {
  color: #333333;
  font-size: 32px;
  font-family: "Gilroy-ExtraBold";
}
.hiwmainbox.hbohiwmain_box .hiwcentercbox p {
  margin-bottom: 0;
  color: #333333;
}
.hiwmainbox.hbohiwmain_box .hiwbox {
  width: 120px;
  position: absolute;
}
.hiwmainbox.hbohiwmain_box .hiwbox .hiwcbox {
  position: absolute;
  width: 150px;
}
.hiwmainbox.hbohiwmain_box .hiwiconmainbox {
  width: 120px;
  height: 120px;
  background-color: #4550c2;
  border-radius: 100%;
  border: 5px solid #FFFFFF;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}
.hiwmainbox.hbohiwmain_box .hiwiconbox {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF;
  border-radius: 100%;
}
.hiwmainbox.hbohiwmain_box .hiwiconbox img {
  width: 50px;
}
.hiwmainbox.hbohiwmain_box .hiwcbox span {
  color: #4550c2;
  font-family: "Gilroy-ExtraBold";
  font-style: italic;
  font-size: 36px;
  position: relative;
}
.hiwmainbox.hbohiwmain_box .hiwiconmainbox:before {
  content: "";
  width: 1px;
  height: 100px;
  background-color: #4550c2;
  position: absolute;
  top: -70%;
  z-index: -1;
}
.hiwmainbox.hbohiwmain_box .hiwiconmainbox:after {
  content: "";
  width: 120px;
  height: 1px;
  background-color: #4550c2;
  position: absolute;
  top: -70%;
  z-index: -1;
}
.hiwmainbox.hbohiwmain_box .hiwbox span:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  background-color: #4550c2;
  position: absolute;
}
.hiwmainbox.hbohiwmain_box .hiwbox.hiwbox_1 {
  top: 10%;
  left: 44%;
}
.hiwmainbox.hbohiwmain_box .hiwbox.hiwbox_1 .hiwiconmainbox:after {
  left: -60%;
}
.hiwmainbox.hbohiwmain_box .hiwbox.hiwbox_1 .hiwcbox {
  left: -120px;
  top: -100px;
}
.hiwmainbox.hbohiwmain_box .hiwbox.hiwbox_1 span:after {
  top: 18px;
  right: -25px;
}
.hiwmainbox.hbohiwmain_box .hiwbox.hiwbox_2 {
  top: 25%;
  right: 20%;
}
.hiwmainbox.hbohiwmain_box .hiwbox.hiwbox_2 .hiwcbox {
  right: -120px;
  top: -100px;
  text-align: right;
}
.hiwmainbox.hbohiwmain_box .hiwbox.hiwbox_2 .hiwiconmainbox:after {
  right: -59%;
}
.hiwmainbox.hbohiwmain_box .hiwbox.hiwbox_2 span:after {
  top: 18px;
  left: -20px;
}
.hiwmainbox.hbohiwmain_box .hiwbox.hiwbox_3 {
  top: 60%;
  right: 20%;
}
.hiwmainbox.hbohiwmain_box .hiwbox.hiwbox_3 .hiwcbox {
  right: -120px;
  top: -100px;
  text-align: right;
}
.hiwmainbox.hbohiwmain_box .hiwbox.hiwbox_3 .hiwiconmainbox:after {
  right: -59%;
}
.hiwmainbox.hbohiwmain_box .hiwbox.hiwbox_3 span:after {
  top: 18px;
  left: -20px;
}
.hiwmainbox.hbohiwmain_box .hiwbox.hiwbox_4 {
  top: auto;
  right: 44%;
  bottom: 10%;
}
.hiwmainbox.hbohiwmain_box .hiwbox.hiwbox_4 .hiwcbox {
  right: -160px;
  top: auto;
  bottom: -80%;
  text-align: right;
  flex-direction: column-reverse;
  display: flex;
}
.hiwmainbox.hbohiwmain_box .hiwbox.hiwbox_4 .hiwiconmainbox:before {
  bottom: -70%;
  top: auto;
}
.hiwmainbox.hbohiwmain_box .hiwbox.hiwbox_4 .hiwiconmainbox:after {
  right: -78%;
  bottom: -70%;
  top: auto;
  width: 140px;
}
.hiwmainbox.hbohiwmain_box .hiwbox.hiwbox_4 span:after {
  right: auto;
  top: 25px;
  left: 45%;
}
.hiwmainbox.hbohiwmain_box .hiwbox.hiwbox_5 {
  top: 60%;
  right: auto;
  left: 20%;
}
.hiwmainbox.hbohiwmain_box .hiwbox.hiwbox_5 .hiwcbox {
  left: -120px;
  top: -100px;
}
.hiwmainbox.hbohiwmain_box .hiwbox.hiwbox_5 .hiwiconmainbox:after {
  left: -60%;
}
.hiwmainbox.hbohiwmain_box .hiwbox.hiwbox_5 span:after {
  top: 18px;
  right: -25px;
}
.hiwmainbox.hbohiwmain_box .hiwbox.hiwbox_6 {
  top: 25%;
  right: auto;
  left: 20%;
}
.hiwmainbox.hbohiwmain_box .hiwbox.hiwbox_6 .hiwcbox {
  left: -120px;
  top: -100px;
}
.hiwmainbox.hbohiwmain_box .hiwbox.hiwbox_6 .hiwiconmainbox:after {
  left: -60%;
}
.hiwmainbox.hbohiwmain_box .hiwbox.hiwbox_6 span:after {
  top: 18px;
  right: -25px;
}

.otbmainbox {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 15px;
  position: absolute;
  width: 565px;
  right: 0;
}

.otbmainboxhead {
  width: 100%;
  background-color: #e0e9ff;
  display: flex;
  height: 40px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  align-items: center;
  padding: 0 20px;
}
.otbmainboxhead ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.otbmainboxhead ul li {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-right: 8px;
}
.otbmainboxhead ul li.red {
  background-color: #B31B1B;
}
.otbmainboxhead ul li.yellow {
  background-color: #E4D00A;
}
.otbmainboxhead ul li.green {
  background-color: #03C03C;
}

.otbmainboxbody {
  width: 100%;
  display: flex;
  background-color: #FFFFFF;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.otbmainboxbodyc {
  width: 80%;
  margin-left: 15%;
  width: calc(85% - 10px);
}
.otbmainboxbodyc .detailsbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.otbmainboxbodyc .detailsbox div:nth-child(1) {
  font-weight: 700;
  font-size: 14px;
}
.otbmainboxbodyc .detailsbox div:nth-child(2) ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
}
.otbmainboxbodyc .detailsbox div:nth-child(2) ul li {
  padding: 4px 15px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 12px;
  border-radius: 4px;
}
.otbmainboxbodyc .detailsbox div:nth-child(2) ul li:nth-child(1) {
  background-color: #228B22;
  margin-right: 10px;
}
.otbmainboxbodyc .detailsbox div:nth-child(2) ul li:nth-child(2) {
  background-color: #9966CC;
}

.propbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-radius: 5px;
  background-color: aliceblue;
  margin-bottom: 10px;
}

.proplbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.proplbox ul li:nth-child(1) {
  color: #41a3e0;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 5px;
}
.proplbox ul li:nth-child(2) {
  color: #282828;
  font-weight: 500;
  font-size: 10px;
}
.proplbox img {
  margin-right: 10px;
}

.proprbox ul li {
  font-size: 10px;
}

.buyerbox {
  margin-bottom: 5px;
}
.buyerbox .bbhead {
  padding: 5px 10px;
  background-color: lightgray;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}
.buyerbox .bbbody {
  padding: 5px 10px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
}

.bbbodytablebox {
  width: 50%;
}
.bbbodytablebox table {
  width: 100%;
  font-size: 12px;
}
.bbbodytablebox table tr td {
  border: none;
  padding: 0;
}
.bbbodytablebox table tr td:first-child {
  font-weight: 700;
}

.buyerbuttons {
  margin-top: 10px;
  margin-bottom: 15px;
}
.buyerbuttons ul {
  display: flex;
  align-items: center;
}
.buyerbuttons ul li {
  padding: 4px 10px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 8px;
  border-radius: 4px;
  margin-right: 4px;
  cursor: pointer;
}
.buyerbuttons ul li:nth-child(odd) {
  background-color: #41a3e0;
}
.buyerbuttons ul li:nth-child(even) {
  background-color: #228B22;
}

.otbmainboxed {
  position: absolute;
  width: 350px;
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px;
  top: 40%;
  left: -80px;
}
.otbmainboxed .heead {
  font-weight: 700;
  margin-bottom: 5px;
}

.bidoffermaintable {
  border: 1px solid #dadada;
  border-radius: 10px;
}

.bidoffertable {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #4550c2;
  padding: 4px 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.bidoffertable div {
  color: #FFFFFF;
  font-size: 10px;
  text-align: left;
  width: 33.3333333333%;
}

.bidoffertablerow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px;
}
.bidoffertablerow div {
  font-size: 10px;
  text-align: left;
  width: 33.3333333333%;
  padding: 4px 0;
}
.bidoffertablerow div:first-child {
  margin-left: 12px;
  display: flex;
  position: relative;
}
.bidoffertablerow div:first-child:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #000000;
  display: flex;
  position: absolute;
  left: -12px;
  top: 7px;
}

.hbofeatureibox_1,
.hbofeatureibox_3 {
  height: 450px;
}

.buyerbox .bbhead:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border: none;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
}

.offerdetailscontentbox {
  width: 100%;
  border: 1px solid #dadada;
}

.offerdetailstablehead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: lightgray;
}
.offerdetailstablehead div {
  width: 20%;
  font-size: 10px;
  font-weight: 700;
}
.offerdetailstablehead div:nth-child(1) {
  width: 12%;
}
.offerdetailstablehead div:nth-child(2) {
  width: 20%;
}
.offerdetailstablehead div:nth-child(3) {
  width: 28%;
}
.offerdetailstablehead div:nth-child(4) {
  width: 15%;
}
.offerdetailstablehead div:nth-child(5) {
  width: 25%;
}

.offerdetailstablebody {
  display: flex;
  flex-wrap: wrap;
}

.offerdetailstablebodybox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
}
.offerdetailstablebodybox div {
  font-size: 10px;
}
.offerdetailstablebodybox div:nth-child(1) {
  width: 12%;
}
.offerdetailstablebodybox div:nth-child(2) {
  width: 20%;
}
.offerdetailstablebodybox div:nth-child(3) {
  width: 28%;
}
.offerdetailstablebodybox div:nth-child(3) span {
  color: #FFFFFF;
  padding: 0.5px 4px;
  border-radius: 3px;
  display: inline-block;
}
.offerdetailstablebodybox div:nth-child(3) span.offer {
  background-color: #228B22;
}
.offerdetailstablebodybox div:nth-child(3) span.offerpending {
  background-color: #FF7538;
}
.offerdetailstablebodybox div:nth-child(4) {
  width: 15%;
  color: #41a3e0;
  cursor: pointer;
}
.offerdetailstablebodybox div:nth-child(5) {
  width: 25%;
}

.buyerbox .bbbody.bbbody_2 {
  border: 1px solid #dadada;
  border-top: none;
  padding: 10px;
}

.hbohomemainbox {
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.hbohomemainboxed {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

.hbohomemainboxed_l {
  width: 5%;
  text-align: center;
  background-color: #FFFFFF;
}

.hbohomeiconbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}

.hbohomeicon {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(../img/high-and-best-bidder/hbo_home_icons.webp) no-repeat;
  background-size: cover;
  margin-bottom: 5px;
}
.hbohomeicon.hbohomeicon_1 {
  background-position-y: -9px;
}
.hbohomeicon.hbohomeicon_2 {
  background-position-y: -37px;
}
.hbohomeicon.hbohomeicon_3 {
  background-position-y: -66px;
}
.hbohomeicon.hbohomeicon_4 {
  background-position-y: -94px;
}
.hbohomeicon.hbohomeicon_5 {
  background-position-y: -121px;
}
.hbohomeicon.hbohomeicon_6 {
  background-position-y: -149px;
}
.hbohomeicon.hbohomeicon_7 {
  background-position-y: -178px;
}
.hbohomeicon.hbohomeicon_8 {
  background-position-y: -206px;
}
.hbohomeicon.hbohomeicon_9 {
  background-position-y: -235px;
}
.hbohomeicon.hbohomeicon_10 {
  background-position-y: -263px;
}
.hbohomeicon.hbohomeicon_11 {
  background-position-y: -290px;
}
.hbohomeicon.hbohomeicon_12 {
  background-position-y: -319px;
}

.hbohomemainboxed_r {
  width: 95%;
}
.hbohomemainboxed_r .headerr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  margin-bottom: 5px;
}

.headingr {
  font-size: 14px;
  font-weight: 700;
}

.headerr .userr_icon {
  width: 20px;
  height: 20px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.headerr .userr_icon i {
  background: url(../img/high-and-best-bidder/hbo_home_icons.webp) no-repeat;
  width: 15px;
  height: 15px;
  background-size: cover;
  background-position-y: -67px;
  background-position-x: -1px;
  filter: invert(1) brightness(100);
}

.listingr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 5px;
}

.listingr_l {
  color: #4550c2;
  font-weight: 700;
}

.listingr_r ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.listingr_r ul li {
  width: 80px;
  font-size: 12px;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  border-radius: 4px;
  padding: 4px 0;
}
.listingr_r ul li:first-child {
  margin-right: 5px;
}

.filterbox {
  display: flex;
  justify-content: end;
  padding-right: 10px;
  margin-bottom: 5px;
}
.filterbox div {
  font-size: 12px;
  padding: 2px 5px;
  border: 1px solid #dadada;
  background-color: #FFFFFF;
  border-radius: 4px;
  margin-right: 4px;
  display: flex;
  align-items: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.filterbox div span {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #dadada;
  margin-left: 5px;
}
.filterbox div.nostyle {
  border: none;
  background-color: transparent;
}
.filterbox div:last-child {
  margin-right: 0;
}

.faqbox {
  margin-top: 10px;
}
.faqbox h5 {
  color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
  .hbomainbox {
    padding: 0;
  }
  .hbobanner {
    flex-direction: column;
    height: auto;
    padding: 40px 0;
  }
  .hbocbox,
  .hboibox,
  .hbofeaturecbox,
  .hbofeatureibox {
    width: 100%;
  }
  .whybidhborow,
  .wid800,
  .benefitshborow,
  .readyhbobox {
    width: 100%;
  }
  .hbocbox {
    margin-bottom: 20px;
  }
  .whybidhborow,
  .hbofeaturerow,
  .benefitshborow {
    flex-wrap: wrap;
  }
  .whybidhbobox,
  .benefitshbobox {
    width: 100%;
    margin-right: 0;
  }
  .hbofeaturecbox {
    padding: 0;
    margin-bottom: 15px;
  }
  .hbofeaturerow {
    margin-bottom: 30px;
  }
  .hbofeaturerow.flexible_row {
    flex-direction: column-reverse;
  }
  .readyhbobanner {
    height: auto;
  }
  .readyhbobox ul {
    flex-direction: column;
  }
  .readyhbobox ul li {
    width: 100%;
    margin: 0 0 15px;
  }
  .readyhbobox ul li:last-child {
    margin-bottom: 0;
  }
  .set > a {
    padding: 10px 40px 10px 15px;
  }
}
@media only screen and (max-width: 1000px) {
  .hiwmainbox.hbohiwmain_box {
    padding: 40px 20px;
  }
  .hiwmainbox.hbohiwmain_box .hiwbox {
    width: 100%;
    position: relative;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
  .hiwmainbox.hbohiwmain_box .hiwbox .hiwcbox {
    position: relative;
    width: 50%;
    text-align: left !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
  .hiwmainbox.hbohiwmain_box .hiwbox span:after {
    content: none;
  }
  .hiwmainbox.hbohiwmain_box .hiwbox .hiwiconmainbox {
    margin: 0 auto;
  }
  .hiwmainbox.hbohiwmain_box .hiwbox .hiwiconmainbox:before, .hiwmainbox.hbohiwmain_box .hiwbox .hiwiconmainbox:after {
    content: none;
  }
  .hiwmainbox.hbohiwmain_box .hiwbox.hiwbox_4 .hiwcbox {
    flex-direction: column;
  }
  .hiwmainbox.hbohiwmain_box .hiwbox:last-child {
    margin-bottom: 0;
  }
  .hiwmainbox.hbohiwmain_box .hiwcenterbox {
    display: none;
  }
}
.navbar .navbar_new .logobox a {
  background: url(../img/bidhom_logo_colored.webp) no-repeat;
}
.navbar .navbar_new .navbar-menu-left ul li a {
  color: #000000;
}
.navbar .navbar_new .navbar-menu-left ul li:hover a {
  color: #4550c2;
}
.navbar .navbar_new .navbar-menu-right a {
  color: #000000;
}
.navbar .navbar_new .navbar-menu-right a.phonebtn:before {
  background: url(../img/phone_colored.webp) no-repeat;
  background-size: cover;
}
.navbar .navbar_new .navbar-menu-right a.navibtn {
  background-color: #4550c2;
  color: #FFFFFF;
}
.navbar .navbar_new .navbar-menu-right a.softbtn {
  color: #4550c2;
  border-color: #4550c2;
}
.navbar .navbar_new .navbar-menu-right a.softbtn.consalesbtn {
  background-color: #4550c2;
  color: #FFFFFF;
}

.features_n_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 550px;
  margin-top: 80px;
}

.features_ncbox {
  width: 45%;
}
.features_ncbox h1 {
  font-family: "Gilroy-Bold";
  font-size: 36px;
  margin-bottom: 20px;
}
.features_ncbox p {
  margin-bottom: 20px;
}

.features_nibox {
  width: 55%;
}
.features_nibox img {
  filter: drop-shadow(0px 7px 29px rgba(100, 100, 111, 0.2));
}

.common_heading_box {
  margin-bottom: 50px;
  text-align: center;
}
.common_heading_box h2 {
  font-size: 36px;
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}
.common_heading_box h3 {
  font-size: 32px;
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}
.common_heading_box h4 {
  font-size: 28px;
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}

.features_manage_row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.features_manage_box {
  width: calc(33.3333333333% - 15px);
  padding: 40px 20px;
  background-color: #f7f9fe;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 20px;
  align-self: stretch;
}
.features_manage_box h4 {
  font-family: "Gilroy SemiBold";
  margin-bottom: 15px;
}
.features_manage_box p {
  margin-bottom: 0;
}
.features_manage_box:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.fm_icon {
  background: url(../img/features/features_new_icons.webp) no-repeat;
  background-size: cover;
  width: 100px;
  height: 100px;
  display: inline-block;
  margin-bottom: 15px;
}
.fm_icon.fm_icon1 {
  background-position-y: -30px;
}
.fm_icon.fm_icon2 {
  background-position-y: -140px;
}
.fm_icon.fm_icon3 {
  background-position-y: -245px;
}
.fm_icon.fm_icon4 {
  background-position-y: -350px;
}
.fm_icon.fm_icon5 {
  background-position-y: -455px;
}
.fm_icon.fm_icon6 {
  background-position-y: -560px;
}
.fm_icon.fm_icon7 {
  background-position-y: -670px;
}
.fm_icon.fm_icon8 {
  background-position-y: -787px;
}
.fm_icon.fm_icon9 {
  background-position-y: -903px;
}
.fm_icon.fm_icon10 {
  background-position-y: -1018px;
}
.fm_icon.fm_icon11 {
  background-position-y: -1134px;
}
.fm_icon.fm_icon12 {
  background-position-y: -1249px;
}

.listing_management_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.listing_management_cbox,
.listing_management_ibox {
  width: 50%;
  align-self: stretch;
}

.listing_management_cbox {
  background-color: #f6f6fc;
  padding-left: 5%;
  padding-top: 20px;
  padding-right: 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.listing_management_cbox h3 {
  font-family: "Gilroy-Bold";
  margin-bottom: 30px;
  font-size: 36px;
  padding-left: 20px;
}

.listing_management_ibox {
  background-color: #4550c2;
  padding: 60px 20px;
}

.lm_list_box {
  padding: 20px;
  background-color: #FFFFFF;
  margin-bottom: 20px;
  cursor: pointer;
}
.lm_list_box h4 {
  font-family: "Gilroy SemiBold";
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  font-size: 22px;
  padding-right: 5%;
}
.lm_list_box h4:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  transition: all 0.25s ease-in-out;
}
.lm_list_box p {
  display: none;
  margin-bottom: 0;
  margin-top: 10px;
}
.lm_list_box.active h4:after {
  transform: rotate(135deg);
}
.lm_list_box.active p {
  display: block;
}

.negotiations_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.negotiations_cbox {
  padding: 0 8% 0 4%;
  width: 85%;
}

.negotiations_ibox {
  position: relative;
}

.negotiations__box {
  display: flex;
  align-items: start;
  justify-content: start;
  margin-bottom: 30px;
}
.negotiations__box:last-child {
  margin-bottom: 0;
}

.negotiations__ibox {
  width: 15%;
  display: flex;
  justify-content: center;
}

.negotiations_icbox {
  width: 75%;
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
}
.negotiations_icbox h4 {
  color: #FFFFFF;
  font-family: "Gilroy-Bold";
  font-size: 32px;
  line-height: 1.32;
}
.negotiations_icbox p {
  color: #FFFFFF;
  font-family: "Gilroy Light";
}

.negoicon {
  background: url(../img/features/negoicons.webp) no-repeat;
  width: 60px;
  height: 60px;
  display: inline-block;
  background-size: cover;
}
.negoicon.negoicon1 {
  background-position-x: -16px;
}
.negoicon.negoicon2 {
  background-position-x: -92px;
}
.negoicon.negoicon3 {
  background-position-x: -167px;
}
.negoicon.negoicon4 {
  background-position-x: -244px;
}
.negoicon.negoicon5 {
  background-position-x: -319px;
}
.negoicon.negoicon6 {
  background-position-x: -396px;
}

.negotiations__cbox {
  width: 85%;
}
.negotiations__cbox h5 {
  font-family: "Gilroy-Bold";
  font-size: 24px;
}
.negotiations__cbox p {
  margin-bottom: 0;
  font-size: 18px;
}

.si___row {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}

.si___box {
  width: calc(50% - 15px);
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.si___box:nth-child(5), .si___box:last-child {
  margin-bottom: 0;
}

.si___ibox {
  width: 30%;
  display: flex;
  justify-content: center;
}
.si___ibox span {
  width: 100px;
  height: 100px;
  background-color: #FFFFFF;
  border-radius: 15px;
  display: flex;
  align-items: center;
  transform: rotate(45deg);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.si___ibox span img {
  width: 100%;
  height: auto;
  max-width: 100%;
  transform: rotate(-45deg);
}

.si___cbox {
  width: 70%;
}
.si___cbox h4 {
  font-family: "Gilroy SemiBold";
  margin-bottom: 15px;
  font-size: 24px;
}
.si___cbox p {
  font-family: "Gilroy Light";
  margin-bottom: 0;
}

.si__row {
  display: flex;
  justify-content: space-between;
  align-items: start;
  max-width: 1320px;
}

.si__leftbox {
  width: 30%;
}

.si__imagebox {
  width: 40%;
  display: flex;
  justify-content: center;
}

.si__rightbox {
  width: 30%;
}
.si__rightbox .si__cbox:first-child {
  margin-top: 50px;
}
.si__rightbox .si__cbox:nth-child(2) {
  margin-top: 260px;
}
.si__rightbox .si__cbox:nth-child(3) {
  margin-top: 300px;
}

.si__cbox h5 {
  font-family: "Gilroy SemiBold";
}
.si__cbox img {
  display: none;
}

.si__leftbox .si__cbox:first-child {
  margin-top: 240px;
}
.si__leftbox .si__cbox:nth-child(2) {
  margin-top: 290px;
}
.si__leftbox .si__cbox:nth-child(3) {
  margin-top: 290px;
}

.bidding_container {
  width: 1280px;
  margin: 0 0 0 auto;
}

.contentm__slide {
  margin-right: 20px;
}
.contentm__slide h5 {
  font-family: "Gilroy SemiBold";
}
.contentm__slide:last-child {
  margin-right: 0;
}

.contentm_cslide {
  padding: 15px;
}
.contentm_cslide h5, .contentm_cslide p {
  color: #FFFFFF;
}
.contentm_cslide p {
  font-family: "Gilroy Light";
}

.cm_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-right: 5%;
}

.cm_cbox h4 {
  font-family: "Gilroy-Bold";
  color: #FFFFFF;
  font-size: 32px;
}

.cm_ibox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cm_ibox div {
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border-radius: 40px;
  margin-right: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cm_ibox div:before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
  display: inline-block;
  transform: rotate(45deg);
}
.cm_ibox div:first-child:before {
  transform: rotate(225deg);
  margin-left: 5px;
}
.cm_ibox div:last-child {
  margin-right: 0;
}
.cm_ibox div:last-child:before {
  margin-right: 5px;
}
.cm_ibox .slick-disabled {
  opacity: 0.32;
}

.ds__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ds__box {
  width: calc(33.3333333333% - 15px);
  padding: 40px;
  background-color: #f7f9fe;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 20px;
  align-self: stretch;
}
.ds__box h5 {
  font-family: "Gilroy SemiBold";
  margin-bottom: 15px;
}
.ds__box p {
  margin-bottom: 0;
}
.ds__box:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.property_estimator {
  background: url(../img/features/property_estimator.webp) no-repeat;
  display: flex;
  align-items: center;
  background-size: cover;
  height: 490px;
}

.property_estimator_box {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.property_estimator_box h4, .property_estimator_box p {
  color: #FFFFFF;
  margin-bottom: 20px;
}
.property_estimator_box h4 {
  font-size: 32px;
  font-family: "Gilroy-Bold";
}
.property_estimator_box p {
  margin-bottom: 50px;
}
.property_estimator_box a {
  background-color: #FFFFFF;
  color: #4550c2;
  font-family: "Gilroy SemiBold";
}

.assistance_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.assistance_box {
  width: calc(33.3333333333% - 15px);
  padding: 40px;
  background-color: #f7f9fe;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 20px;
  align-self: stretch;
}
.assistance_box h5 {
  font-family: "Gilroy SemiBold";
  margin-bottom: 15px;
}
.assistance_box p {
  margin-bottom: 0;
}
.assistance_box:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

img.hideondesk {
  display: none;
}

@media only screen and (max-width: 768px) {
  .features_n_banner {
    height: auto;
    flex-wrap: wrap;
  }
  .features_ncbox,
  .features_nibox {
    width: 100%;
  }
  .features_nibox {
    margin-top: 20px;
  }
  .common_heading_box {
    margin-bottom: 25px;
  }
  .common_heading_box h2 {
    font-size: 28px;
    line-height: 1.36;
  }
  .common_heading_box h4 {
    font-size: 24px;
    line-height: 1.4;
  }
  .features_manage_box,
  .ds__box {
    width: 100%;
  }
  .listing_management_row,
  .negotiations_row,
  .ds__row,
  .assistance_row {
    flex-direction: column;
  }
  .listing_management_cbox,
  .listing_management_ibox,
  .negotiations_ibox,
  .negotiations_cbox,
  .assistance_box {
    width: 100%;
  }
  .negotiations_row {
    margin-top: 20px;
  }
  .negotiations_cbox {
    padding: 0;
    margin-top: 20px;
  }
  .negotiations__box {
    margin-bottom: 15px;
    flex-direction: column;
    background-color: #f7f9fe;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
  }
  .negotiations__box:last-child {
    margin-bottom: 15px;
  }
  .negotiations__ibox,
  .negotiations__cbox {
    width: 100%;
  }
  .negotiations__ibox {
    margin-bottom: 10px;
  }
  .bidding_container {
    width: 100%;
    padding: 0 15px;
  }
  .cm_row {
    padding: 0;
  }
  .cm_cbox h4 {
    font-size: 24px;
  }
  .cm_ibox div {
    width: 30px;
    height: 30px;
  }
  .cm_ibox div:before {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
  .contentm__slide {
    margin-right: 0;
  }
  .contentm__slide img {
    width: 100%;
  }
  .ds__box,
  .assistance_box {
    padding: 20px;
  }
  .property_estimator {
    height: auto;
    padding: 60px 0;
    background-position: center;
  }
  img.hideondesk {
    display: block;
  }
  img.hideonmobi {
    display: none;
  }
  .si__row {
    flex-wrap: wrap;
  }
  .si__leftbox,
  .si__rightbox {
    width: 100%;
  }
  .si__leftbox .si__cbox:first-child, .si__leftbox .si__cbox:nth-child(2), .si__leftbox .si__cbox:last-child {
    margin-top: 0;
  }
  .si__rightbox .si__cbox:first-child, .si__rightbox .si__cbox:nth-child(2), .si__rightbox .si__cbox:last-child {
    margin-top: 0;
  }
  .si__cbox {
    padding: 15px;
    background-color: #f9f9f9;
    margin-bottom: 15px;
    border-radius: 15px;
    text-align: center;
  }
  .si__cbox img {
    display: block;
    max-width: 125px;
    margin: 0 auto 10px;
  }
  .si__imagebox {
    display: none;
  }
  .si___box {
    width: 100%;
    padding: 20px;
    background-color: #FFFFFF;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    flex-direction: column;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .si___box:nth-child(5) {
    margin-bottom: 15px;
  }
  .si___ibox,
  .si___cbox {
    width: 100%;
  }
  .si___ibox {
    margin-bottom: 10px;
  }
  .si___ibox span {
    transform: rotate(0);
    background-color: transparent;
    width: 100%;
    height: auto;
    box-shadow: none;
    justify-content: center;
  }
  .si___ibox span img {
    transform: rotate(0);
    max-width: 150px;
  }
  .si___cbox {
    text-align: center;
  }
  .si___cbox h4 {
    margin-bottom: 5px;
  }
  .negotiations_icbox {
    width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 1400px) {
  .listing_management_row {
    max-width: 1220px;
    margin: 0 auto;
  }
}
.property-listing-banner {
  padding: 120px 0 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .property-listing-banner {
    height: auto;
    margin-top: -100px;
    padding: 80px 0 40px;
  }
}

.property-listing-banner .container {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .property-listing-banner .container {
    padding-top: 40px;
    display: block;
  }
}

.property-listing-banner_left {
  width: 50%;
  padding-left: 40px;
  padding-top: 20px;
}
.property-listing-banner_left h1 {
  font-family: "Gilroy-Bold";
  font-size: 36px;
  color: #4550c2;
  margin-bottom: 15px;
}
.property-listing-banner_left p {
  color: var(--soft-black-color);
}
@media (max-width: 767px) {
  .property-listing-banner_left {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 15px;
  }
}

.property-listing-banner_right {
  width: 50%;
}
.property-listing-banner_right img {
  filter: drop-shadow(0px 7px 29px rgba(100, 100, 111, 0.2));
}
@media (max-width: 767px) {
  .property-listing-banner_right {
    width: 100%;
  }
}

/* .choose_bd_card {
    background: $white-color;
    box-shadow: 0 10px 38px rgba(0,0,0,0.16);
    text-align: center;
}

.choose_bd_card_icon {
    width: 100px;
    height: 100px;
    background: #e7eaf9;
    display: inline-block;
    border-radius: 50%;
} */
.common_heading_box {
  margin-bottom: 50px;
  text-align: center;
}
.common_heading_box h2 {
  font-size: 36px;
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}

.property_manage_row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.property_manage_box {
  width: calc(33.3333333333% - 15px);
  padding: 40px 20px;
  background-color: #FFFFFF;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 20px;
  align-self: stretch;
  box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
}
.property_manage_box h4 {
  font-family: "Gilroy-Black";
  font-size: 20px;
}
.property_manage_box:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (max-width: 767px) {
  .property_manage_box {
    width: 100%;
  }
}

.pro_icon {
  background: url(../img/property_listing_management/spm_icons.webp) no-repeat;
  background-size: cover;
  width: 120px;
  height: 100px;
  display: inline-block;
  margin-bottom: 15px;
}
.pro_icon.fm_icon1 {
  background-position-x: 0;
}
.pro_icon.fm_icon2 {
  background-position-x: -118px;
}
.pro_icon.fm_icon3 {
  background-position-x: -238px;
}

.graybg {
  background-color: #fbfaff;
}

.bidHom_difference_main_row {
  height: 1400px;
}
@media (max-width: 767px) {
  .bidHom_difference_main_row {
    height: auto;
  }
}

.pin-spacerFixedAfter {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .pin-spacerFixedAfter {
    display: block;
  }
}

.bid_difference_main_box {
  position: relative;
}

.bid_difference__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  border-radius: 20px;
  position: sticky;
  top: 90px;
}
.bid_difference__box.bid_difference__box_1 {
  background-color: #eff2ff;
  z-index: 1;
}
.bid_difference__box.bid_difference__box_2 {
  background-color: #ACE1AF;
  z-index: 2;
}
.bid_difference__box.bid_difference__box_3 {
  background-color: #FFEFD5;
  z-index: 3;
}
.bid_difference__box.bid_difference__box_4 {
  background-color: #FDBCB4;
  z-index: 4;
}
.bid_difference__box.bid_difference__box_5 {
  background-color: #FFF0F5;
  z-index: 5;
}
.bid_difference__box.bid_difference__box_6 {
  background-color: #FFFFF0;
  z-index: 6;
}

.bid_difference__cbox,
.bid_difference__ibox {
  width: 50%;
}

.bid_difference__cbox h4 {
  font-size: 32px;
  font-family: "Gilroy-Bold";
  margin-bottom: 15px;
}
.bid_difference__cbox p {
  font-size: 18px;
  margin-bottom: 0;
}

.bid_difference__ibox {
  text-align: center;
}
.bid_difference__ibox img {
  width: 100%;
  max-width: 400px;
}

.bidHom_difference_main {
  position: relative;
  height: 400px;
  width: 100%;
}
.bidHom_difference_main.fixedCard {
  position: fixed;
  width: 100%;
  height: 600px;
  top: 150px;
  left: auto;
}
@media (max-width: 767px) {
  .bidHom_difference_main.fixedCard {
    position: static;
    height: auto;
  }
}
@media (max-width: 767px) {
  .bidHom_difference_main {
    height: auto;
  }
}

.bidHom_difference_card {
  max-width: 1218px;
  background: #eff2ff;
  border-radius: 10px;
  padding: 20px 0 0 100px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  transition: 1000ms;
}
.bidHom_difference_card.card_1 {
  background-color: #eff2ff;
  z-index: 1;
}
.bidHom_difference_card.card_2 {
  background-color: #b6c3fd;
  z-index: 2;
  top: 10rem;
  visibility: hidden;
  opacity: 0;
}
.bidHom_difference_card.card_3 {
  background-color: #b6fdd3;
  z-index: 3;
  top: 10rem;
  visibility: hidden;
  opacity: 0;
}
.bidHom_difference_card.card2Show {
  visibility: visible;
  opacity: 1;
  top: 1rem;
}
.bidHom_difference_card.card3Show {
  visibility: visible;
  opacity: 1;
  top: 2rem;
}
@media (max-width: 767px) {
  .bidHom_difference_card {
    display: block;
    position: relative;
    padding: 30px 0 0 30px;
  }
}

.bidHom_difference_card__left {
  width: 50%;
}
.bidHom_difference_card__left h1 {
  font-family: "Gilroy-Black";
}
.bidHom_difference_card__left h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .bidHom_difference_card__left {
    width: 100%;
  }
}

.bidHom_difference_card__right {
  width: 30%;
}
@media (max-width: 767px) {
  .bidHom_difference_card__right {
    width: 100%;
  }
}

.ready_to_upgrade {
  background: url("../img/property_listing_management/ready-to-upgrade-your-listing-management-game.webp") center center no-repeat;
  background-size: cover;
  height: 315px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  margin-bottom: 60px;
}

.ready_to_upgrade_box {
  display: flex;
  flex-direction: column;
  width: 60%;
  padding-left: 12%;
}
.ready_to_upgrade_box h2 {
  font-family: "Gilroy-Black";
  color: #4550c2;
}
.ready_to_upgrade_box h3 {
  margin-bottom: 20px;
}
.ready_to_upgrade_box a {
  display: inline-flex;
  width: fit-content;
}

.section_2_Slider .slick-slide h4 {
  font-size: 18px;
  font-family: "Gilroy-Bold";
}
.section_2_Slider .slick-slide p {
  font-size: 16px;
}

.section_2_Slider .slick-slide .section_3_Slider .slick-slide h4 {
  font-size: 18px;
  font-family: "Gilroy-Bold";
}
.section_2_Slider .slick-slide .section_3_Slider .slick-slide p {
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .common_heading_box {
    margin-bottom: 20px;
  }
  .common_heading_box h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
  .common_heading_box h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .common_heading_box h4 {
    font-size: 24px;
  }
  .bid_difference__box {
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
    top: 50px;
  }
  .bid_difference__cbox,
  .bid_difference__ibox {
    width: 100%;
  }
  .bid_difference__cbox {
    margin-bottom: 15px;
  }
  .ready_to_upgrade {
    padding: 20px;
    height: auto;
    background-position-x: left;
  }
  .ready_to_upgrade_box {
    width: 100%;
    padding-left: 0;
  }
  .property_manage_box {
    padding: 20px;
  }
  .property_manage_box p {
    margin-bottom: 0;
  }
}
header {
  background-color: #FFFFFF;
  height: 80px;
}

.mobile_menu .logo {
  background: url(../img/logo/bidhom_logo_white.svg) no-repeat;
  display: inline-block;
  width: 176px;
  height: 60px;
  margin: 15px 0 10px 10px;
  background-size: contain;
}
.mobile_menu.header_new .logo {
  background: url(../img/logo/bidhom_logo.svg) no-repeat;
  display: inline-block;
  width: 176px;
  height: 60px;
  margin: 15px 0 10px 10px;
  background-size: contain;
}
@media only screen and (min-width: 992px) {
  .mobile_menu.header_new {
    display: none;
  }
}
.mobile_menu.sticky {
  position: sticky;
  top: 0;
  z-index: 999999;
  background-color: #FFFFFF;
}
.mobile_menu.sticky a .menuBtn > span {
  background-color: #4550c2;
}
.menuBtn {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 101;
}
.menuBtn > span {
  background-color: #FFFFFF;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -15px;
  transition: height 100ms;
}
.menuBtn > span:after, .menuBtn > span:before {
  content: "";
  background-color: #FFFFFF;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  transition: all 200ms;
}
.menuBtn.header_new > span {
  background-color: #4550c2;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -15px;
  transition: height 100ms;
}
.menuBtn.header_new > span:after, .menuBtn.header_new > span:before {
  content: "";
  background-color: #4550c2;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  transition: all 200ms;
}
.menuBtn.header_new > span:after {
  top: -7px;
}
.menuBtn.header_new > span:before {
  bottom: -7px;
}
.menuBtn.act > span {
  height: 0;
}
.menuBtn.act > span:after, .menuBtn.act > span:before {
  background-color: #4550c2;
  top: 1px;
}
.menuBtn.act > span:after {
  transform: rotate(45deg);
}
.menuBtn.act > span:before {
  transform: rotate(-45deg);
}

/* main menu block */
.mainMenu {
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  height: 100vh;
  width: 100%;
  display: table;
  text-align: center;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: scale(0);
}
.mainMenu ul li {
  padding: 8px 0;
  transition: all 400ms 510ms;
  opacity: 0;
}
.mainMenu ul li:nth-child(odd) {
  transform: translateX(30%);
}
.mainMenu ul li:nth-child(even) {
  transform: translateX(-30%);
}
.mainMenu ul li:last-child {
  transform: none;
}
.mainMenu a {
  color: #4550c2;
  display: inline-block;
  font-size: 20px;
  font-family: "Gilroy-Bold";
}
.mainMenu a.suBtn {
  color: #FFFFFF;
}
.mainMenu.act {
  opacity: 1;
  transform: scale(1);
}
.mainMenu.act ul {
  display: table-cell;
  vertical-align: middle;
}
.mainMenu.act ul li {
  opacity: 1;
  transform: translateX(0);
}

.suBtn {
  background-color: blue;
  border-radius: 5px;
  padding: 10px 20px;
}

@media only screen and (min-width: 992px) {
  .mobile_menu.header_new {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .mobile_menu.header_new {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
  }
  .mobile_menu.header_new .mobile_menu_left_box {
    width: 40%;
    display: flex;
    align-items: center;
  }
  .mobile_menu.header_new .mobile_menu_left_box a.logo {
    background: url(../img/logo/bidhom_logo.svg) no-repeat;
    display: inline-block;
    width: 130px;
    height: 50px;
    background-size: contain;
    margin: 0;
  }
  .mobile_menu.header_new .mobile_menu_right_box {
    width: 60%;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .mobile_menu.header_new .mobile_menu_right_box a {
    padding: 5px 12px;
    background-color: #4550c2;
    color: #FFFFFF;
    border-radius: 2px;
  }
  .mobile_menu.header_new .mobile_menu_right_box a.menuBtn {
    position: relative;
    top: auto;
    right: auto;
    background-color: transparent;
    margin-left: 15px;
  }
  .mobile_menu.header_new .mobile_menu_right_box a.menuBtn span {
    background-color: #4550c2;
  }
  .mobile_menu.header_new .mobile_menu_right_box a.menuBtn span:before, .mobile_menu.header_new .mobile_menu_right_box a.menuBtn span:after {
    background-color: #4550c2;
  }
}
.property-listing-banner {
  padding: 160px 0;
  display: flex;
  align-items: center;
}
.property-listing-banner .container {
  display: flex;
  align-items: center;
  position: relative;
}
.property-listing-banner .container:after, .property-listing-banner .container:before {
  background: radial-gradient(50% 50% at 50% 50%, rgba(69, 80, 194, 0.3) 0, rgba(69, 80, 194, 0.3) 50%, rgba(69, 80, 194, 0.3) 100%);
  bottom: 4rem;
  content: "";
  filter: blur(100px);
  height: 40%;
  position: absolute;
  transform: rotate(-146.42deg);
  z-index: -1;
  width: 25%;
}
.property-listing-banner .container:before {
  left: -8rem;
  bottom: 0;
}
.property-listing-banner .container:after {
  right: -8rem;
  top: 0;
}
@media (max-width: 767px) {
  .property-listing-banner .container {
    padding-top: 40px;
    display: block;
  }
}
@media (max-width: 767px) {
  .property-listing-banner {
    height: auto;
    margin-top: -100px;
    padding: 80px 0 60px;
  }
}

.property-listing-banner_left {
  padding-left: 40px;
  padding-top: 20px;
  width: 50%;
}
.property-listing-banner_left h1 {
  font-family: "Gilroy-Bold";
  font-size: 36px;
  color: var(--soft-black-color);
  margin-bottom: 15px;
}
.property-listing-banner_left p {
  color: var(--soft-black-color);
}
@media (max-width: 767px) {
  .property-listing-banner_left {
    padding-left: 15px;
    width: 100%;
    margin-bottom: 20px;
  }
}

.property-listing-banner_right {
  width: 50%;
}
.property-listing-banner_right img {
  filter: drop-shadow(0px 7px 29px rgba(100, 100, 111, 0.2));
}
@media (max-width: 767px) {
  .property-listing-banner_right {
    width: 100%;
  }
}

/* .choose_bd_card {
    background: $white-color;
    box-shadow: 0 10px 38px rgba(0,0,0,0.16);
    text-align: center;
}

.choose_bd_card_icon {
    width: 100px;
    height: 100px;
    background: #e7eaf9;
    display: inline-block;
    border-radius: 50%;
} */
.common_heading_box {
  margin-bottom: 50px;
  text-align: center;
}
.common_heading_box h2 {
  font-size: 36px;
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}

.somebg {
  background-color: #f6f6fc;
}

.common_heading h3 {
  font-size: 44px;
  font-family: "Gilroy-ExtraBold";
  margin-bottom: 20px;
  color: #000000;
}

.rtmbanner {
  background: url(../img/offer_management/readt-to-manage-banner.webp) no-repeat;
  background-size: cover;
  height: 545px;
  display: flex;
  align-items: center;
}

.rtmbox {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.rtmbox h3 {
  font-size: 32px;
  font-family: "Gilroy-Bold";
  margin-bottom: 40px;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.32;
}
.rtmbox a {
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Gilroy SemiBold";
}
.rtmbox a:hover {
  background-color: #FFFFFF;
  color: #4550c2;
}

.property_manage_row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.property_manage_box {
  width: calc(33.3333333333% - 15px);
  padding: 40px 20px;
  background-color: #FFFFFF;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 20px;
  align-self: stretch;
  box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
}
.property_manage_box h4 {
  font-family: "Gilroy-Black";
  font-size: 20px;
}
.property_manage_box:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (max-width: 767px) {
  .property_manage_box {
    width: 100%;
  }
}

.pro_icon {
  background: url(../img/property_listing_management/spm_icons.webp) no-repeat;
  background-size: cover;
  width: 120px;
  height: 100px;
  display: inline-block;
  margin-bottom: 15px;
}
.pro_icon.fm_icon1 {
  background-position-x: 0;
}
.pro_icon.fm_icon2 {
  background-position-x: -118px;
}
.pro_icon.fm_icon3 {
  background-position-x: -238px;
}

.graybg {
  background-color: #fbfaff;
}

.bidHom_difference_main_row {
  height: 1400px;
}
@media (max-width: 767px) {
  .bidHom_difference_main_row {
    height: auto;
  }
}

.om__row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 80px;
}

.om__box {
  width: calc(33.3333333333% - 10px);
  background-color: #f7f9fe;
  border-radius: 10px;
  padding: 30px;
  align-self: stretch;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  text-align: center;
}
.om__box h4 {
  font-family: "Gilroy-Bold";
}
.om__box p {
  margin-bottom: 0;
}

.omicon {
  width: 90px;
  height: 80px;
  background: url(../img/offer_management/om_icons.webp) no-repeat;
  background-size: cover;
  display: inline-flex;
}
.omicon.omicon_1 {
  background-position-x: -2px;
}
.omicon.omicon_2 {
  background-position-x: -108px;
}
.omicon.omicon_3 {
  background-position-x: -204px;
}

.om_row,
.omirow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.om_cbox,
.om_ibox {
  width: 50%;
}

.om_cbox {
  padding-right: 8%;
  padding-left: 4%;
}
.om_cbox h3 {
  font-family: "Gilroy-Bold";
  font-size: 32px;
  margin-bottom: 30px;
}

.omi_cbox {
  width: 45%;
  padding: 0 3%;
}
.omi_cbox h4 {
  font-family: "Gilroy-Bold";
  font-size: 28px;
  margin-bottom: 20px;
}

.omi_ibox {
  width: 55%;
}

.omirow:last-child {
  margin-bottom: 0;
}

.clients_header {
  margin-bottom: 40px;
}
.clients_header h4 {
  margin-bottom: 15px;
}

.omclientsrow {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.omclientsbox {
  width: calc(12.5% - 8px);
}
.omclientsbox img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .common_heading_box {
    margin-bottom: 20px;
  }
  .common_heading_box h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
  .common_heading_box h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .common_heading_box h4 {
    font-size: 24px;
  }
  .property-listing-banner_left {
    padding: 0;
  }
  .property-listing-banner_left h1 {
    font-size: 32px;
  }
  .clients_header {
    margin-bottom: 20px;
  }
  .clients_header h4 {
    font-size: 24px;
  }
  .common_heading h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .common_heading h4 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .property-listing-banner .container:after, .property-listing-banner .container:before {
    content: none;
  }
  .om_row,
  .omirow {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .omirow .omi_reverse_row {
    flex-direction: column-reverse;
  }
  .om_reverse_row {
    flex-direction: column-reverse;
  }
  .om_cbox,
  .om_ibox,
  .omi_cbox,
  .omi_ibox {
    width: 100%;
  }
  .om_ibox img {
    width: 100%;
  }
  .omclientsrow {
    flex-wrap: wrap;
  }
  .omclientsbox {
    width: calc(25% - 8px);
  }
  .omi_cbox h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .om_cbox {
    padding: 0;
  }
  .om_cbox h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .rtmbanner {
    height: auto;
    padding: 40px 0;
  }
  .rtmbox h3 {
    font-size: 24px;
  }
  .rtmbox h3 br {
    display: block;
  }
  .bid_difference__box {
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
    top: 50px;
  }
  .bid_difference__cbox,
  .bid_difference__ibox {
    width: 100%;
  }
  .bid_difference__cbox {
    margin-bottom: 15px;
  }
  .ready_to_upgrade {
    padding: 20px;
    height: auto;
    background-position-x: left;
  }
  .ready_to_upgrade_box {
    width: 100%;
    padding-left: 0;
  }
  .property_manage_box {
    padding: 20px;
  }
  .property_manage_box p {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .omclientsrow {
    flex-wrap: wrap;
    justify-content: center;
  }
  .omclientsbox {
    width: calc(33.3333333333% - 8px);
    padding: 8px;
    margin-bottom: 5px;
  }
}
.partner_banner {
  background: url(../img/partners/partner_banner.webp) no-repeat;
  background-size: cover;
  background-position: right;
  height: 445px;
  display: flex;
  align-items: center;
}

.partner_banner_box {
  padding: 0 80px;
  margin-top: 40px;
}
.partner_banner_box h1 {
  color: #FFFFFF;
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}
.partner_banner_box p {
  color: #FFFFFF;
  font-family: "Gilroy Light";
  margin-bottom: 20px;
  font-size: 20px;
}

.jrerow {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.jrebox {
  width: calc(33.3333333333% - 15px);
  padding: 20px 15px;
  background-color: #FFFFFF;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  align-self: stretch;
  text-align: center;
}
.jrebox h4 {
  font-family: "Gilroy-Black";
  font-size: 22px;
}

.jreicon {
  width: 100px;
  height: 100px;
  background-color: #e7eaf9;
  border-radius: 100%;
  margin: 0 auto 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.jreicon:before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/partners/partner_icons.webp) no-repeat;
  background-size: cover;
}
.jreicon.jreicon1:before {
  background-position-x: -5px;
}
.jreicon.jreicon2:before {
  background-position-x: -81px;
}
.jreicon.jreicon3:before {
  background-position-x: -152px;
}

.partner__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.partner_cbox {
  width: 55%;
  padding-right: 10%;
}
.partner_cbox h3 {
  font-family: "Gilroy-Black";
  font-size: 44px;
  line-height: 1.18;
  margin-bottom: 20px;
}
.partner_cbox p {
  margin-bottom: 20px;
}

.partner_ibox {
  width: 45%;
}

.affiliate_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.affiliate_cbox,
.affiliate_ccbox {
  width: 50%;
}

.affiliate_cbox h4 {
  color: #FFFFFF;
  font-family: "Gilroy-Black";
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 10px;
}
.affiliate_cbox p {
  color: #FFFFFF;
  font-family: "Gilroy Medium";
  margin-bottom: 0;
}

.affbox {
  width: 70%;
  padding: 25px;
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 15px;
}
.affbox p {
  margin-bottom: 0;
}
.affbox:last-child {
  margin-bottom: 0;
}

.affinnerbox {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 10px;
}
.affinnerbox h5 {
  margin-bottom: 0;
  font-family: "Gilroy-ExtraBold";
}

.afficon {
  width: 50px;
  height: 40px;
  background: url(../img/partners/affiliate_icons.webp) no-repeat;
  display: inline-block;
  background-size: cover;
}
.afficon.afficon1 {
  background-position-x: -4px;
}
.afficon.afficon2 {
  background-position-x: -61px;
}

.partner_program_row {
  display: none;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.partner_program_box {
  width: 100%;
  padding: 15px;
  background-color: #FFFFFF;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #4550c2;
}
.partner_program_box h5 {
  font-size: 20px;
  font-family: "Gilroy-Bold";
  margin-bottom: 5px;
  color: #4550c2;
}
.partner_program_box p {
  font-family: "Gilroy Light";
  margin-bottom: 0;
}
.partner_program_box:last-child {
  margin-bottom: 0;
}

.becomepartnermainbox {
  background: url(../img/partners/become-a-partner.webp) no-repeat;
  background-size: cover;
  background-position: right;
  height: 300px;
  display: flex;
  align-items: center;
  border-radius: 20px;
}

.becomepartnerbox {
  padding: 0 40px;
}
.becomepartnerbox h4 {
  color: #4550c2;
  font-family: "Gilroy-Black";
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 0;
}
.becomepartnerbox p {
  font-family: "Gilroy Medium";
  margin-bottom: 10px;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .mobile_menu.header_new .logo {
    margin-top: 10px !important;
  }
  .partner_banner {
    height: auto;
    background-position: left;
  }
  .partner_banner_box {
    padding: 50px 0;
  }
  .common_heading_box {
    margin-bottom: 30px;
  }
  .common_heading_box h2 {
    font-size: 32px;
  }
  .common_heading_box h3 {
    font-size: 28px;
  }
  .jrerow {
    flex-wrap: wrap;
  }
  .jrebox {
    width: 100%;
    margin-bottom: 15px;
  }
  .jrebox:last-child {
    margin-bottom: 0;
  }
  .partner__row {
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .partner_cbox,
  .partner_ibox {
    width: 100%;
  }
  .partner_cbox {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .partner_cbox h3 {
    font-size: 36px;
  }
  .affiliate_row {
    flex-wrap: wrap;
  }
  .affiliate_cbox,
  .affiliate_ccbox {
    width: 100%;
  }
  .affiliate_cbox {
    margin-bottom: 20px;
  }
  .affbox {
    width: 100%;
    padding: 20px;
  }
  .becomepartnermainbox {
    height: auto;
    padding: 40px 20px;
    background-position: left;
  }
  .becomepartnerbox {
    padding: 0;
  }
  .becomepartnerbox h4 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .becomepartnerbox p {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .partner_program_row {
    display: flex;
  }
  .partner_program_mainbox img {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .partner_cbox h3 {
    font-size: 32px;
  }
}
.bold {
  font-family: "Gilroy-Bold";
}

.medium {
  font-family: "Gilroy Medium";
}

.pricing_new_banner {
  background: url(../img/pricing/banner.webp) no-repeat;
  background-size: cover;
  height: 470px;
  display: flex;
  align-items: center;
}

.pricing_new_box {
  width: 50%;
  padding-left: 40px;
  margin-top: 40px;
}
.pricing_new_box h1 {
  color: #FFFFFF;
  font-family: "Gilroy-Bold";
  margin-bottom: 15px;
  font-size: 40px;
}
.pricing_new_box p {
  color: #FFFFFF;
  line-height: 1.6;
}

.usps_box {
  background-color: #e3e5fd;
  padding: 25px 0;
  text-align: center;
}
.usps_box ul li {
  display: inline-flex;
  padding: 0 15px;
  border-right: 1px solid #000000;
  color: #000000;
  font-size: 18px;
}
.usps_box ul li:first-child {
  padding-left: 0;
}
.usps_box ul li:last-child {
  border-right: none;
  padding-right: 0;
}

.common_heading_box.common_heading_box_with_subheading h4 {
  font-family: "Gilroy-Bold";
  margin-bottom: 10px;
  color: #4550c2;
  font-size: 36px;
}

.pricing__mainbox {
  margin-bottom: 80px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.pricing_table_box {
  background-color: #fbfaff;
}

.pricing__box {
  width: calc(25% - 15px);
  position: relative;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  align-self: stretch;
}
.pricing__box p {
  text-align: center;
  padding: 0 10px;
  font-family: "Gilroy Medium";
}

.pricing__headbox {
  padding: 25px;
  text-align: center;
  padding-bottom: 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #daddf8;
}
.pricing__headbox img {
  height: 50px;
  margin-bottom: 8px;
}
.pricing__headbox h4 {
  font-family: "Gilroy-Black";
  text-transform: uppercase;
  position: relative;
}
.pricing__headbox h4 span {
  position: absolute;
  background-color: #4550c2;
  line-height: 1;
  width: 32px;
  height: 18px;
  color: #FFFFFF;
  font-family: "Gilroy Light";
  border-radius: 3px;
  font-size: 10px;
  right: 40px;
  top: -2px;
}
.pricing__headbox span {
  font-family: "Gilroy-Black";
  font-size: 36px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4550c2;
  margin-bottom: 8px;
}
.pricing__headbox p {
  margin-bottom: 0;
  font-family: "Gilroy Medium";
  font-size: 12px;
}
.pricing__headbox p.subhead {
  font-size: 16px;
  margin-bottom: 15px;
  font-family: "Gilroy Medium";
}

.listing_pricing_box {
  font-family: "Gilroy-Black";
  font-size: 36px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4550c2;
  margin-bottom: 8px;
}
.listing_pricing_box span {
  font-family: "Gilroy Light";
  text-decoration: line-through;
  font-size: 24px;
  margin-right: 10px;
  color: #000000;
  margin-bottom: 0;
}

.pricing__btnbox {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.pricing__btnbox a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #4550c2;
  color: #FFFFFF;
  border-radius: 2px;
  position: relative;
  margin-top: -20px;
  transition: all 0.25s ease-in-out;
  transform-style: preserve-3d;
}
.pricing__btnbox a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(69, 80, 194, 0.15);
  left: -6px;
  bottom: -6px;
  border-radius: 0;
  transform: translateZ(-1px);
  filter: blur(1px);
  display: inline-flex;
  transition: all 0.25s ease-in-out;
}
.pricing__btnbox a:hover:before {
  left: -4px;
  bottom: -4px;
}
.pricing__btnbox a:focus:before {
  left: 0;
  bottom: 0;
}

.pricing_plan_features_box ul li {
  padding: 10px 15px 10px 30px;
  border-bottom: 1px solid #efebfd;
  font-family: "Gilroy Medium";
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.4;
}
.pricing_plan_features_box ul li span {
  display: none;
  position: absolute;
  font-size: 8px;
  padding: 5px 8px;
  width: 100px;
  background-color: #4550c2;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 5px;
  color: #FFFFFF;
  top: -25px;
  right: 10px;
  transform-style: preserve-3d;
}
.pricing_plan_features_box ul li:last-child {
  border-bottom: none;
}
.pricing_plan_features_box ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #4550c2;
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  left: 15px;
}
.pricing_plan_features_box ul li:hover span {
  display: flex;
}

.pp_duration {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  width: 200px;
  margin: 0 auto 50px;
  transition: all 0.25s ease-in-out;
}
.pp_duration:before {
  content: "Save Upto 20%";
  font-family: "Zeyada", cursive;
  display: inline-flex;
  margin-right: 10px;
  position: absolute;
  left: -82px;
  bottom: -28px;
  color: #4550c2;
  font-weight: bold;
  font-size: 18px;
}
.pp_duration:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/pricing/soft_arrow.webp) no-repeat;
  background-size: contain;
  display: inline-flex;
  position: absolute;
  left: 10px;
  bottom: -20px;
}
.pp_duration input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.pp_duration label {
  cursor: pointer;
  text-indent: 0;
  width: 90px;
  height: 35px;
  background: grey;
  display: inline-flex;
  border-radius: 100px;
  position: relative;
  font-size: 12px;
  align-items: center;
}
.pp_duration label:before {
  content: "Monthly";
  position: absolute;
  right: 10px;
  color: #FFFFFF;
}
.pp_duration label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 25px;
  height: 25px;
  background: #FFFFFF;
  border-radius: 90px;
  transition: 0.3s;
}
.pp_duration label:active:after {
  width: 80px;
}
.pp_duration input:checked + label {
  background: #4550c2;
}
.pp_duration input:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}
.pp_duration input:checked + label:before {
  content: "Yearly";
  position: absolute;
  left: 10px;
  color: #FFFFFF;
}
.pp_duration.sticky {
  position: fixed;
  top: 100px;
  width: 100%;
  left: 0;
  background-color: #FFFFFF;
  padding: 10px 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 9999;
  margin-bottom: 0;
}
.pp_duration.sticky:before {
  position: relative;
  left: auto;
  bottom: auto;
  margin-top: 8px;
}
.pp_duration.sticky:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pp_duration.sticky {
    top: 0;
  }
}

.pricinggradbg {
  background: rgb(146, 239, 235);
  background: linear-gradient(90deg, rgb(146, 239, 235) 0%, rgb(30, 135, 247) 100%);
  border-radius: 15px;
  padding: 0;
}

.loyalty_revenue_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
}

.loyalty_revenue_cbox {
  padding-left: 50px;
  padding-right: 4%;
}
.loyalty_revenue_cbox h3 {
  font-family: "Gilroy-Black";
  font-size: 40px;
}
.loyalty_revenue_cbox p {
  font-size: 18px;
}

.booking_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.booking_cbox,
.booking_calbox {
  width: 50%;
}

.booking_cbox h3 {
  font-family: "Gilroy-Black";
  font-size: 48px;
  margin-bottom: 20px;
}
.booking_cbox h3 span {
  color: #4550c2;
  font-family: "Gilroy-Black";
  font-size: 48px;
}
.booking_cbox p {
  color: #000000;
  font-size: 18px;
  line-height: 1.54;
  margin-bottom: 20px;
}

.booking_calbox {
  position: relative;
}

.fullbreakdown_box {
  background-color: #e3e5fd;
}

.fullbreakdown_table_box {
  display: flex;
  align-items: start;
  justify-content: space-between;
  background-color: #FFFFFF;
}

.fullbreakdown_table_leftbox {
  width: 30%;
}
.fullbreakdown_table_leftbox div {
  padding: 10px 20px;
  font-family: "Gilroy Medium";
  font-size: 14px;
  height: 40px;
  display: flex;
  align-items: center;
}
.fullbreakdown_table_leftbox div.fbd_header {
  background-color: #4550c2;
  font-family: "Gilroy-Bold";
  color: #FFFFFF;
  padding: 30px 20px;
  font-size: 24px;
  display: block;
  height: auto;
}
.fullbreakdown_table_leftbox div:nth-child(2n) {
  background-color: #f6f6f9;
}

.fullbreakdown_table_rightbox {
  width: 70%;
  display: flex;
  align-items: start;
  justify-content: space-around;
}
.fullbreakdown_table_rightbox div.fbdtable_box {
  width: 25%;
}
.fullbreakdown_table_rightbox div.fbdtable_box:last-child, .fullbreakdown_table_rightbox div.fbdtable_box:first-child {
  border-top-right-radius: 15px;
}

.fbdtable_box div {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.fbdtable_box div.yes:before {
  content: "";
  width: 8px;
  height: 16px;
  border-right: 2px solid green;
  border-bottom: 2px solid green;
  display: inline-flex;
  transform: rotate(45deg);
}
.fbdtable_box div.no:before {
  content: "×";
  color: red;
  display: inline-flex;
  font-size: 40px;
  line-height: 0.75;
}
.fbdtable_box div:first-child {
  background-color: #4550c2;
  padding: 20px;
  text-align: center;
  display: block;
  height: auto;
}
.fbdtable_box div:first-child h5 {
  font-family: "Gilroy-Bold";
  color: #FFFFFF;
}
.fbdtable_box div:first-child p {
  font-family: "Gilroy Medium";
  color: #FFFFFF;
  margin-bottom: 0;
}
.fbdtable_box div:nth-child(2n) {
  background-color: #f6f6f9;
}

/* .fullbreakdown_table_rightbox div.fbdtable_box:last-child div:first-child{border-top-right-radius: 15px;} */
.mt_mainbox {
  padding: 80px 0 0;
}

.mt_row {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}

.mtbox {
  width: calc(20% - 15px);
  margin-bottom: 30px;
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 5px;
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  align-self: stretch;
  transition: all 0.25s ease-in-out;
}
.mtbox h5 {
  color: #000000;
  font-family: "Gilroy Medium";
  font-size: 18px;
}
.mtbox:hover {
  background-color: #dadcf3;
}

.mticon {
  width: 70px;
  height: 60px;
  display: inline-flex;
  margin-bottom: 10px;
  background: url(../img/pricing/mticons.webp) no-repeat;
  background-size: cover;
}
.mticon.mticon_1 {
  background-position-x: 0;
}
.mticon.mticon_2 {
  background-position-x: -65px;
}
.mticon.mticon_3 {
  background-position-x: -196px;
}
.mticon.mticon_4 {
  background-position-x: -330px;
}
.mticon.mticon_5 {
  background-position-x: -400px;
}
.mticon.mticon_6 {
  background-position-x: -263px;
}
.mticon.mticon_7 {
  background-position-x: -132px;
}
.mticon.mticon_8 {
  background-position-x: -464px;
}
.mticon.mticon_9 {
  background-position-x: -530px;
}
.mticon.mticon_10 {
  background-position-x: -597px;
}

.full_breakdown_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.5);
}

.full_breakdown_popupbox {
  display: block;
  padding: 0;
  max-width: 1200px;
  width: 1200px;
  position: absolute;
  cursor: default;
  z-index: 10001;
  text-align: center;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  margin: 0;
  max-height: 450px;
  overflow-y: scroll;
}
.full_breakdown_popupbox:-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.full_breakdown_popupbox:-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
.full_breakdown_popupbox:-webkit-scrollbar-thumb {
  background-color: #4550c2;
  border: 1px solid #4550c2;
}
@media only screen and (max-width: 1199px) {
  .full_breakdown_popupbox {
    width: 100%;
    padding: 0 1% 0 3%;
    height: 500px;
  }
}

.close_the_full {
  position: absolute;
  right: 0;
  color: #4550c2;
  font-size: 28px;
  top: 0px;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  text-align: center;
  border-bottom-left-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.close_the_full:hover {
  background-color: #4550c2;
  color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
  .pricing_new_banner {
    height: auto;
    margin-top: -100px;
    background-position: center;
  }
  .pricing_new_box {
    width: 100%;
    padding: 60px 0;
    margin-top: 100px;
  }
  .pricing__mainbox {
    flex-wrap: wrap;
  }
  .pricing__box {
    width: 100%;
    margin-bottom: 20px;
  }
  .pricing__box:last-child {
    margin-bottom: 0;
  }
  .usps_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .usps_box ul li {
    width: calc(50% - 5px);
    padding: 10px !important;
    background-color: #FFFFFF;
    border: none;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 4px;
  }
  .loyalty_revenue_box {
    flex-wrap: wrap;
    padding: 20px;
  }
  .loyalty_revenue_cbox {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .loyalty_revenue_ibox {
    display: none;
  }
  .fullbreakdown_table_leftbox,
  .fullbreakdown_table_rightbox {
    width: 100%;
  }
  .fullbreakdown_table_leftbox div.fbd_header {
    white-space: nowrap;
  }
  .fullbreakdown_table_rightbox div.fbdtable_box {
    width: 100%;
    display: block;
    height: auto;
    font-size: 16px;
    padding: 15px;
  }
  .fbdtable_box div:first-child {
    white-space: nowrap;
    padding: 10px;
  }
  .fbdtable_box div:first-child h5 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .fbdtable_box div:first-child p {
    font-size: 9px;
  }
  .fbdtable_box div.yes:before {
    width: 6px;
    height: 14px;
  }
  .fbdtable_box div.no:before {
    font-size: 32px;
  }
  .fullbreakdown_table_box {
    overflow-x: scroll;
  }
  .mtbox {
    width: calc(33.3333333333% - 5px);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .mtbox {
    width: calc(50% - 7.5px);
    margin-bottom: 15px;
  }
  .fbdtable_box div {
    font-size: 13px;
    line-height: 1.24;
  }
}
@media only screen and (max-width: 450px) {
  .pricing_new_box {
    padding: 40px 0;
  }
  .pricing_new_box h1 {
    font-size: 32px;
  }
  .common_heading_box h2 {
    font-size: 32px;
  }
  .pp_duration:before {
    left: -70px;
    bottom: -20px;
    font-size: 16px;
  }
  .pp_duration:after {
    width: 30px;
    height: 30px;
    left: 15px;
    bottom: -12px;
  }
  .pp_duration.sticky:before {
    font-size: 18px;
  }
}
.pricing_banner_latest {
  padding: 0;
  position: relative;
}
.pricing_banner_latest img {
  height: auto;
  width: 100%;
}

.pricing_neww_box {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-15%, -50%);
  width: 40%;
  max-width: 1200px;
  margin-top: 20px;
}
.pricing_neww_box h1 {
  color: #FFFFFF;
  font-family: "Gilroy-Bold";
  margin-bottom: 15px;
  font-size: 40px;
}
.pricing_neww_box p {
  color: #FFFFFF;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .pricing_banner_latest {
    margin-top: -100px;
    z-index: 1;
  }
  .pricing_banner_latest img {
    display: none;
  }
  .pricing_neww_box {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    padding: 120px 15px 40px 15px;
    background-color: #e3e5fd;
  }
  .pricing_neww_box h1 {
    color: #4550c2;
  }
  .pricing_neww_box p {
    color: #000;
  }
}
@media only screen and (min-width: 1400px) {
  .pricing_banner_latest {
    max-width: 1620px;
  }
  .pricing_neww_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    margin-top: 0;
    text-align: center;
  }
}
.premium_box {
  max-width: 1100px;
  margin: 0 auto;
}

.premium_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.premium_cbox {
  width: calc(25% - 10px);
  padding: 20px;
  background-color: #FFFFFF;
  transition: all 0.25s ease-in-out;
  align-self: stretch;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.premium_cbox:hover {
  transform: translateY(-4px);
}
.premium_cbox img {
  width: 80px;
  margin-bottom: 10px;
}
.premium_cbox h5 {
  font-family: "Gilroy Medium";
}
.premium_cbox p {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .premium_row {
    flex-wrap: wrap;
  }
  .premium_cbox {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .premium_cbox {
    width: 100%;
    padding: 15px;
  }
  .premium_cbox img {
    width: 50px;
    margin-bottom: 10px;
  }
}
.full_breakdown_popup_2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.full_breakdown_popup_2.active {
  display: block;
}

.full_breakdown_popupbox_2_table {
  display: block;
  padding: 0;
  max-width: 1200px;
  width: 100%;
  position: absolute;
  cursor: default;
  z-index: 10001;
  text-align: center;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  margin: 0;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.full_breakdown_popupbox_header,
.full_breakdown_popupbox_body {
  display: flex;
}

.full_breakdown_popupbox_body {
  overflow-y: scroll;
  max-height: 400px;
}

.full_breakdown_popupbox_header {
  background-color: #4550c2;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.full_breakdown_popupbox_header_L,
.full_breakdown_popupbox_body_L {
  width: 25%;
}

.full_breakdown_popupbox_header_L {
  color: #FFFFFF;
  font-size: 20px;
  font-family: "Gilroy SemiBold";
}

.full_breakdown_popupbox_header_R,
.full_breakdown_popupbox_body_R {
  width: 75%;
  display: flex;
}

.full_breakdown_popupbox_header_R_in,
.full_breakdown_popupbox_body_R_in {
  width: 25%;
}

.full_breakdown_popupbox_header_R_in {
  padding: 10px;
}
.full_breakdown_popupbox_header_R_in h4 {
  color: #FFFFFF;
  font-family: "Gilroy SemiBold";
}
.full_breakdown_popupbox_header_R_in p {
  margin-bottom: 0;
  color: #FFFFFF;
}
.full_breakdown_popupbox_header_R_in p span {
  color: #FFFFFF;
}

.full_breakdown_popupbox_body {
  background-color: #FFFFFF;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.full_breakdown_popupbox_body ul li {
  padding: 10px;
  font-family: "Gilroy Medium";
  font-size: 14px;
  height: 40px;
  display: flex;
  align-items: center;
}
.full_breakdown_popupbox_body:-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.full_breakdown_popupbox_body:-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}
.full_breakdown_popupbox_body:-webkit-scrollbar-thumb {
  background-color: #4550c2;
  border: 1px solid #4550c2;
}

.full_breakdown_popupbox_body_R ul li {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: relative;
}
.full_breakdown_popupbox_body_R ul li:nth-child(2n) {
  background-color: #f6f6f9;
}
.full_breakdown_popupbox_body_R ul li.yes:before {
  content: "";
  width: 8px;
  height: 16px;
  border-right: 2px solid green;
  border-bottom: 2px solid green;
  display: inline-flex;
  transform: rotate(45deg);
}
.full_breakdown_popupbox_body_R ul li.no:before {
  content: "×";
  color: red;
  display: inline-flex;
  font-size: 40px;
  line-height: 0.75;
}

.full_breakdown_popupbox_body_L ul li:nth-child(2n) {
  background-color: #f6f6f9;
}

.close_full_popup {
  position: absolute;
  right: 0;
  color: #4550c2;
  font-size: 28px;
  top: 0px;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  text-align: center;
  border-bottom-left-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media only screen and (max-width: 768px) {
  .full_breakdown_popupbox_2_table {
    padding: 0 15px;
    overflow-x: scroll;
  }
  .full_breakdown_popupbox_header_L {
    font-size: 16px;
    line-height: 1.24;
  }
  .full_breakdown_popupbox_header_R_in h4 {
    font-size: 16px;
    white-space: nowrap;
  }
  .full_breakdown_popupbox_header_R_in p {
    font-size: 12px;
    white-space: nowrap;
  }
  .full_breakdown_popupbox_body_L ul li {
    padding: 10px 15px;
    font-size: 12px;
  }
  .full_breakdown_popupbox_body_R ul li {
    font-size: 12px;
    line-height: 1.18;
  }
  .full_breakdown_popupbox_body_R ul li.yes:before {
    width: 6px;
    height: 12px;
    border-right: 1px solid green;
    border-bottom: 1px solid green;
  }
  .full_breakdown_popupbox_body_R ul li.no:before {
    font-size: 24px;
    line-height: 1;
    font-family: "Gilroy Light";
  }
  .full_breakdown_popupbox_header_R,
  .full_breakdown_popupbox_body_R {
    width: 100%;
  }
  .full_breakdown_popupbox_header_L,
  .full_breakdown_popupbox_body_L {
    width: 100%;
  }
  .full_breakdown_popupbox_body {
    overflow-x: hidden;
    width: fit-content;
  }
  .full_breakdown_popupbox_header_R_in,
  .full_breakdown_popupbox_body_R_in {
    width: 100%;
    min-width: 200px;
  }
  .full_breakdown_popupbox_header_L {
    background-color: #4550c2;
    white-space: nowrap;
    padding: 0 15px;
    min-width: 250px;
  }
  .full_breakdown_popupbox_body_L {
    min-width: 250px;
  }
  .full_breakdown_popupbox_body_L ul li {
    white-space: nowrap;
    justify-content: center;
  }
  .full_breakdown_popupbox_header_L_in {
    padding: 10px 15px;
  }
  .full_breakdown_popupbox_header_R_in {
    padding: 10px 15px;
    background-color: #4550c2;
  }
  .full_breakdown_popupbox_header_R_in:last-child {
    border-top-right-radius: 10px;
  }
  .full_breakdown_popupbox_body_R ul li {
    white-space: nowrap;
    justify-content: center;
  }
  .full_breakdown_popupbox_header,
  .full_breakdown_popupbox_body {
    border-radius: 0;
  }
}
.pvebg {
  background-color: #fbfaff;
}

.common_heading_box {
  margin-bottom: 50px;
  text-align: center;
}
.common_heading_box h2 {
  font-size: 40px;
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}

.pvemainbox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 460px;
  background: url(../img/property-value-estimator/banner.webp) no-repeat;
  background-size: cover;
}

.pvecbox {
  width: 100%;
  margin-top: 60px;
}
.pvecbox h1 {
  font-family: "Gilroy-Bold";
  font-size: 36px;
  margin-bottom: 20px;
  color: #FFFFFF;
}
.pvecbox p {
  margin-bottom: 30px;
  font-family: "Gilroy Light";
  font-size: 16px;
  color: #FFFFFF;
}

.pvewcbrow {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 80px;
}

.pvewcbbox {
  width: calc(33.3333333333% - 15px);
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px;
  border-radius: 15px;
  align-self: stretch;
}
.pvewcbbox h5 {
  font-family: "Gilroy-Bold";
}

.pvewcbicon {
  width: 90px;
  height: 80px;
  background: url(../img/property-value-estimator/icons.webp) no-repeat;
  background-size: cover;
  margin: 0 auto 15px;
  display: flex;
}
.pvewcbicon.pvewcbicon_1 {
  background-position-x: 0;
}
.pvewcbicon.pvewcbicon_2 {
  background-position-x: -102px;
}
.pvewcbicon.pvewcbicon_3 {
  background-position-x: -203px;
}

.pvebotmainbox {
  background-color: #e7eaf9;
  border-radius: 10px;
}

.pvebotrow {
  display: flex;
  justify-content: space-between;
}

.pvebotcbox,
.pvebotibox {
  width: 50%;
}

.pvebotcbox {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 60px;
}
.pvebotcbox a {
  display: inline-flex;
  width: fit-content;
}
.pvebotcbox h3 {
  font-size: 36px;
  color: #4550c2;
  position: relative;
}
.pvebotcbox h3 span {
  font-family: "Gilroy-Bold";
}
.pvebotcbox img {
  width: fit-content;
  max-width: 50px;
  margin-bottom: 10px;
}

.pvebotibox img {
  margin-top: 60px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .pvemainbox {
    height: auto;
    background-position: right;
    margin-top: -100px;
  }
  .pvecbox {
    padding: 60px 0;
  }
  .pvecbox h1 {
    font-size: 28px;
  }
  .pvewcbrow,
  .pvebotrow {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .pvebotrow {
    padding: 40px 0;
  }
  .pvewcbbox,
  .pvebotcbox,
  .pvebotibox {
    width: 100%;
    margin-bottom: 15px;
  }
  .pvewcbrow {
    margin-bottom: 30px;
  }
  .pvewcbbox:last-child {
    margin-bottom: 0;
  }
  .pvebotcbox {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .pvebotcbox p {
    margin-bottom: 0;
  }
  .pvebotibox img {
    margin: 0;
    padding: 0 15px;
  }
}
.saftbox {
  width: 100%;
  padding: 0;
  margin: 0;
  display: table;
}

.saft50 {
  width: 50%;
  padding: 40px 80px;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.saftgradbg {
  background: rgb(0, 107, 192);
  background: linear-gradient(37deg, rgb(0, 107, 192) 0%, rgba(69, 0, 119, 0.49) 100%);
}

.saftcontentbox,
.saftformbox {
  padding: 30px;
}

.saftcontentbox img {
  margin-bottom: 30px;
}
.saftcontentbox h1 {
  font-family: "Gilroy Heavy";
  font-size: 36px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.saftcontentbox h3 {
  font-family: "Gilroy Light";
  font-size: 20px;
  color: #FFFFFF;
  line-height: 1.4;
}

.saftformmainbox h2 {
  font-family: "Gilroy Heavy";
  font-size: 38px;
  color: #18171b;
  margin-bottom: 20px;
}
.saftformmainbox ul {
  margin-bottom: 30px;
}
.saftformmainbox ul li {
  display: inline-block;
  margin-right: 10px;
  font-family: "Gilroy Light";
  font-size: 14px;
}
.saftformmainbox ul li:before {
  content: "";
  background: url(../img/check_green.png) no-repeat;
  width: 15px;
  height: 10px;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
}
.saftformmainbox ul li:nth-child(3) {
  margin-right: 0;
}

a.goback {
  color: #4550c2;
  position: absolute;
  right: 3%;
  top: 5%;
  font-family: "Gilroy Light";
  font-size: 14px;
}
a.goback:after {
  content: "";
  position: absolute;
  top: 88%;
  height: 2px;
  width: 90%;
  left: 5%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.3s ease all 0.1s;
}

div.bookdemomobbox {
  display: none;
}

@media only screen and (max-width: 768px) {
  a.goback {
    color: #FFFFFF;
    right: 5%;
    top: 2%;
  }
  a.goback::after {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .saftformmainbox ul li {
    display: block;
    font-size: 18px;
  }
  div.bookdemomobbox {
    display: block;
  }
  div.bookdemomobbox ul li {
    display: inline-block;
  }
  div.bookdemomobbox ul li.menuBtn {
    display: inline-block;
  }
  div.bookdemomobbox .menuBtn {
    display: inline-block;
  }
  div.bookdemomobbox .menuBtn a {
    position: relative;
    top: 7px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  a.goback {
    color: #006bc0;
    right: 4%;
    top: 2%;
    font-size: 16px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  div.bookdemomobbox {
    display: none;
  }
}
.saftfooter {
  background-color: #085b9d;
}
.saftfooter ul li:nth-child(3) {
  margin-right: 5px;
}

.starttrialformcontainer {
  padding: 40px;
  margin-top: 100px;
}

.starttrialcontentcontainer {
  padding: 60px 30px 0;
  background-color: #006bc0;
  min-height: 100%;
}

.starttrialbanner {
  background-color: #006bc0;
  height: 210px;
  padding: 0;
}

.starttrialcontainer {
  padding: 120px 150px 35px 150px;
}
.starttrialcontainer h1 {
  font-size: 40px;
  font-family: "Gilroy-Black";
  color: #FFFFFF;
}

.starttrialformbox {
  padding: 40px 0;
}

.starttrialcontentbox h2 {
  font-family: "Gilroy-ExtraBold";
  font-size: 36px;
  margin-bottom: 20px;
}
.starttrialcontentbox h3 {
  font-family: "Gilroy-ExtraBold";
  font-size: 36px;
  margin-bottom: 20px;
}
.starttrialcontentbox h4 {
  font-family: "Gilroy Light";
  margin-bottom: 30px;
  line-height: 1.28;
}

.nv_starttrialform input {
  color: #18171b;
  outline: none;
  border-radius: 0px;
  position: relative;
  z-index: 99;
  box-shadow: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 10px 20px;
  border: 1px solid #e2e2e2;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.nv_starttrialform input::placeholder {
  color: #18171b;
}
.nv_starttrialform input:focus-visible {
  outline: none;
  box-shadow: none;
  border-color: #e2e2e2;
}
.nv_starttrialform input:focus {
  outline: none;
  box-shadow: none;
  border-color: #e2e2e2;
}
.nv_starttrialform select {
  color: #18171b;
  outline: none;
  border-radius: 0px;
  position: relative;
  z-index: 99;
  box-shadow: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 10px 20px;
  width: 100%;
  border: 1px solid #e2e2e2;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #FFFFFF url("../img/select_arrow.png") no-repeat;
  background-position: right;
  background-position-x: 98%;
}
.nv_starttrialform button {
  width: 100%;
  border: none;
  border-radius: 2px;
  color: #FFFFFF;
  font-size: 18px;
  padding: 12px;
  background-color: #4550c2;
}
.nv_starttrialform button:hover {
  background-color: #4550c2;
}
.nv_starttrialform textarea {
  resize: none;
  padding: 10px 20px;
  margin-bottom: 20px;
  border: 1px solid #e2e2e2;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.nv_starttrialform textarea::placeholder {
  color: #18171b;
}
.nv_starttrialform textarea:focus-visible {
  outline: none;
  box-shadow: none;
  border-color: #e2e2e2;
}
.nv_starttrialform textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #e2e2e2;
}
.nv_starttrialform .g-recaptcha {
  margin-bottom: 20px;
}
.nv_starttrialform label {
  color: #4550c2;
  position: relative;
  margin-top: -15px;
  display: block;
  margin-bottom: 5px;
  text-align: left;
}
.nv_starttrialform label.mystcheckbox {
  color: #121111;
  position: relative;
  margin-top: 0;
  display: block;
  margin-bottom: 20px;
  text-align: left;
  font-size: 14px;
  margin-left: 25px;
  width: 100%;
}
.nv_starttrialform label.mystcheckbox label {
  margin-top: 0px;
  margin-bottom: 10px;
  width: 100%;
  display: block;
  float: left;
}
.nv_starttrialform label.mystcheckbox svg {
  display: none;
}
.nv_starttrialform label input {
  margin-bottom: 10px;
  margin-bottom: 10px;
  position: absolute;
  left: -25px;
  top: 1px;
}

.nvcheckbox {
  margin-bottom: 15px;
  display: block;
  margin-top: 10px;
  width: 100%;
  float: left;
}
.nvcheckbox input[type=checkbox] {
  display: none;
  cursor: pointer;
}
.nvcheckbox input[type=checkbox] + label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #FFFFFF;
  border: 1px solid #dedede;
  border-radius: 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.nvcheckbox label.conts {
  color: #000000;
}
.nvcheckbox label.error {
  margin-top: 0;
  margin-left: 0;
}
.nvcheckbox input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 8px;
  width: 7px;
  height: 13px;
  border: 2px solid #4550c2;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
  .saft50 {
    width: 100%;
    display: block;
    padding: 10px;
  }
}
@-webkit-keyframes check {
  100% {
    stroke-dashoffset: 4.5px;
  }
}
@keyframes check {
  100% {
    stroke-dashoffset: 4.5px;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    width: 100%;
    margin: 1.75rem auto;
  }
  .modal-content {
    max-width: 500px;
    margin: 0 auto;
  }
}
.tmbg {
  background-color: #f6f6fc;
}

.common_heading_box a {
  color: #4550c2;
}
.common_heading_box a:hover {
  color: #4550c2;
}

.rewbbanner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 650px;
}

.common_heading_box h3.wcolor,
.common_heading_box h4.wcolor,
.common_heading_box p.wcolor {
  color: #FFFFFF;
}

.rewbcbox {
  width: 45%;
}
.rewbcbox h1 {
  font-family: "Gilroy-Bold";
  font-size: 40px;
  margin-bottom: 10px;
}
.rewbcbox h4 {
  margin-bottom: 20px;
  font-family: "Gilroy-Bold";
  font-size: 20px;
}
.rewbcbox ul {
  margin-bottom: 30px;
  padding-left: 30px;
}
.rewbcbox ul li {
  margin-bottom: 8px;
  position: relative;
  display: flex;
  align-items: center;
}
.rewbcbox ul li:before {
  content: "";
  background-color: #4550c2;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: inline-flex;
  display: inline-flex;
  position: relative;
  margin-left: -30px;
  margin-right: 15px;
}
.rewbcbox ul li:after {
  content: "";
  display: inline-flex;
  width: 5px;
  height: 10px;
  position: absolute;
  border: none;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  transform: rotate(45deg);
  left: -22px;
  top: 6px;
}
.rewbcbox a {
  font-family: "Gilroy-Bold";
}

.rewbibox {
  width: 55%;
}
.rewbibox img {
  filter: drop-shadow(0px 7px 29px rgba(100, 100, 111, 0.2));
  padding-left: 5%;
}

.rewbssrow {
  display: flex;
  align-items: start;
  justify-content: space-evenly;
  margin-bottom: 50px;
}

.rewbssbox {
  width: 25%;
  text-align: center;
}
.rewbssbox h5 {
  font-family: "Gilroy-Bold";
}

.rewbssicon {
  width: 90px;
  height: 80px;
  background: url(../img/transaction_management/wcc_icons.webp) no-repeat;
  background-size: cover;
  margin: 0 auto 15px;
  display: flex;
}
.rewbssicon.rewbssicon_1 {
  background-position-x: -1px;
}
.rewbssicon.rewbssicon_2 {
  background-position-x: -94px;
}
.rewbssicon.rewbssicon_3 {
  background-position-x: -187px;
}

.rewbfeaturesrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.rewbfeaturesrow:last-child {
  margin-bottom: 0;
}

.rewbfeaturescbox {
  width: 55%;
  padding-right: 10%;
  padding-left: 8%;
}
.rewbfeaturescbox h3 {
  font-family: "Gilroy-Bold";
  font-size: 32px;
  margin-bottom: 30px;
}

.rewbfeaturesibox {
  width: 45%;
}

.explorebanner {
  background: url(../img/real-estate-website-builder/explore_banner.webp) no-repeat;
  background-size: cover;
  height: 400px;
  display: flex;
  align-items: center;
}

.explorebox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.explorebox h3 {
  color: #FFFFFF;
  font-family: "Gilroy-ExtraBold";
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1.24;
}
.explorebox p {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.explorebox a {
  padding: 10px 20px;
  font-family: "Gilroy SemiBold";
  color: var(--black-color);
  display: inline-flex;
  background-color: #FFFFFF;
}

.rewbfeaturessrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.rewbfeaturessbox {
  width: calc(33.3333333333% - 15px);
  margin-right: 15px;
  align-self: stretch;
  background-color: #e5e6f6;
  padding: 40px;
  border-radius: 15px;
  margin-bottom: 20px;
  text-align: center;
  transition: all 0.25s ease;
}
.rewbfeaturessbox:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.rewbfeaturessbox:nth-child(3n) {
  margin-right: 0;
}
.rewbfeaturessbox:nth-child(n+4) {
  margin-bottom: 0;
}
.rewbfeaturessbox h5 {
  font-family: "Gilroy-Bold";
}
.rewbfeaturessbox p {
  margin-bottom: 0;
}

.rewbicon {
  width: 90px;
  height: 70px;
  background: url(../img/real-estate-website-builder/features_icons.webp) no-repeat;
  background-size: cover;
  margin: 0 auto 15px;
  display: flex;
}

.rewbicon_1 {
  background-position-x: 3px;
}

.rewbicon_2 {
  background-position-x: -80px;
}

.rewbicon_3 {
  background-position-x: -165px;
}

.rewbicon_4 {
  background-position-x: -247px;
}

.rewbicon_5 {
  background-position-x: -327px;
}

.rewbicon_6 {
  background-position-x: -405px;
}

.areyoureadybanner {
  background: url(../img/real-estate-website-builder/areyoureadybanner.webp) no-repeat;
  background-size: cover;
  height: 520px;
  display: flex;
  align-items: center;
}

.areyoureadybox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.areyoureadybox h3,
.areyoureadybox h4 {
  color: #FFFFFF;
  font-family: "Gilroy-ExtraBold";
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1.24;
}
.areyoureadybox a {
  padding: 10px 50px;
  font-family: "Gilroy SemiBold";
  color: var(--black-color);
  display: inline-flex;
  background-color: #FFFFFF;
}

.common_heading h4 {
  font-family: "Gilroy-Bold";
  margin-bottom: 30px;
  color: #030303;
  font-size: 36px;
}

@media only screen and (max-width: 768px) {
  .rewbbanner {
    flex-direction: column;
    height: auto;
    padding: 40px 0;
  }
  .rewbcbox,
  .rewbibox {
    width: 100%;
  }
  .rewbibox {
    margin-top: 20px;
  }
  .rewbibox img {
    padding: 0;
  }
  .creoashcbox {
    margin-bottom: 20px;
  }
  .wid800 {
    width: 100%;
  }
  .rewbssrow,
  .rewbfeaturesrow,
  .rewbfeaturessrow {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .rewbfeaturesrow {
    margin-bottom: 30px;
  }
  .rewbssbox,
  .rewbfeaturessbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .rewbssbox:last-child {
    margin-bottom: 0;
  }
  .rewbfeaturescbox {
    width: 100%;
    padding: 0;
  }
  .rewbfeaturescbox h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .rewbfeaturesibox {
    width: 100%;
  }
  .qselmainbox {
    padding: 40px 0;
  }
  .qselrow {
    margin: 0;
    flex-wrap: wrap;
  }
  .qselbox {
    width: 100%;
    padding: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .qselbox.qselbox_up {
    margin-top: 0;
  }
  .qselbox.qselbox_1:before, .qselbox.qselbox_1:after, .qselbox.qselbox_2:before, .qselbox.qselbox_2:after, .qselbox.qselbox_3:before, .qselbox.qselbox_3:after, .qselbox.qselbox_4:before, .qselbox.qselbox_4:after {
    content: none;
  }
  .qselbox:last-child {
    margin-bottom: 0;
  }
  .rewbfeaturessbox {
    margin-bottom: 15px;
    padding: 15px;
  }
  .rewbfeaturessbox:nth-child(n+4) {
    margin-bottom: 15px;
  }
  .rewbfeaturessbox:last-child {
    margin-bottom: 0;
  }
  .areyoureadybox h3, .areyoureadybox h4 {
    font-size: 24px;
  }
  .explorebox h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .rewbfeaturesrow.rewbfeaturesreverserow {
    flex-direction: column-reverse;
  }
  .explorebanner,
  .areyoureadybanner {
    padding: 40px 0;
    height: auto;
  }
}
.rewbbanner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 650px;
}

.rewbcbox {
  width: 45%;
}
.rewbcbox h1 {
  font-family: "Gilroy-Bold";
  font-size: 40px;
  margin-bottom: 10px;
}
.rewbcbox h4 {
  margin-bottom: 20px;
  font-family: "Gilroy-Bold";
  font-size: 20px;
}
.rewbcbox ul {
  margin-bottom: 30px;
  padding-left: 30px;
}
.rewbcbox ul li {
  margin-bottom: 8px;
  position: relative;
  display: flex;
  align-items: center;
}
.rewbcbox ul li:before {
  content: "";
  background-color: var(--primary-color);
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: inline-flex;
  position: relative;
  margin-left: -30px;
  margin-right: 15px;
}
.rewbcbox ul li:after {
  content: "";
  display: inline-flex;
  width: 5px;
  height: 10px;
  position: absolute;
  border: none;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  transform: rotate(45deg);
  left: -22px;
  top: 6px;
}
.rewbcbox a {
  font-family: "Gilroy-Bold";
}

.rewbibox {
  width: 55%;
}
.rewbibox img {
  filter: drop-shadow(0px 7px 29px rgba(100, 100, 111, 0.2));
  padding-left: 5%;
}

.rewbssrow {
  display: flex;
  align-items: start;
  justify-content: space-evenly;
  margin-bottom: 50px;
}

.rewbssbox {
  width: 25%;
  text-align: center;
}
.rewbssbox h5 {
  font-family: "Gilroy-Bold";
}

.rewbssicon {
  width: 90px;
  height: 80px;
  background: url(../img/real-estate-website-builder/ssicons.webp) no-repeat;
  background-size: cover;
  margin: 0 auto 15px;
  display: flex;
}
.rewbssicon.rewbssicon_1 {
  background-position-x: -18px;
}
.rewbssicon.rewbssicon_2 {
  background-position-x: -115px;
}
.rewbssicon.rewbssicon_3 {
  background-position-x: -213px;
}

.rewbfeaturesrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.rewbfeaturescbox {
  width: 45%;
  padding-right: 10%;
}
.rewbfeaturescbox h3 {
  font-family: "Gilroy-Bold";
  font-size: 32px;
  margin-bottom: 30px;
}

.rewbfeaturesibox {
  width: 55%;
}

.qselrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 60px;
  max-width: 1240px;
}

.qselbox {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  position: relative;
}
.qselbox.qselbox_up {
  margin-top: 300px;
}
.qselbox.qselbox_1 {
  position: relative;
}
.qselbox.qselbox_1:before {
  content: "";
  width: 1px;
  height: 300px;
  background-color: var(--primary-color);
  display: inline-flex;
  position: absolute;
  transform: rotate(320deg);
  top: 50px;
  left: 255px;
}
.qselbox.qselbox_1:after {
  content: "";
  width: 0;
  height: 0;
  background-color: transparent;
  display: inline-flex;
  position: absolute;
  top: 215px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid var(--primary-color);
  transform: rotate(139deg);
  left: 266px;
}
.qselbox.qselbox_2 {
  position: relative;
}
.qselbox.qselbox_2:before {
  content: "";
  width: 1px;
  height: 300px;
  background-color: var(--primary-color);
  display: inline-flex;
  position: absolute;
  transform: rotate(220deg);
  top: -250px;
  left: 230px;
}
.qselbox.qselbox_2:after {
  content: "";
  width: 0;
  height: 0;
  background-color: transparent;
  display: inline-flex;
  position: absolute;
  top: -90px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid var(--primary-color);
  transform: rotate(40deg);
  left: 204px;
}
.qselbox.qselbox_3 {
  position: relative;
}
.qselbox.qselbox_3:before {
  content: "";
  width: 1px;
  height: 260px;
  background-color: var(--primary-color);
  display: inline-flex;
  position: absolute;
  transform: rotate(318deg);
  top: 90px;
  left: 265px;
}
.qselbox.qselbox_3:after {
  content: "";
  width: 0;
  height: 0;
  background-color: transparent;
  display: inline-flex;
  position: absolute;
  top: 220px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid var(--primary-color);
  transform: rotate(137deg);
  left: 264px;
}
.qselbox.qselbox_4 {
  position: relative;
}
.qselbox.qselbox_4:before {
  content: "";
  width: 1px;
  height: 280px;
  background-color: var(--primary-color);
  display: inline-flex;
  position: absolute;
  transform: rotate(40deg);
  top: -230px;
  left: 225px;
}
.qselbox.qselbox_4:after {
  content: "";
  width: 0;
  height: 0;
  background-color: transparent;
  display: inline-flex;
  position: absolute;
  top: -90px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid var(--primary-color);
  transform: rotate(42deg);
  left: 207px;
}
.qselbox.qselbox_5 {
  position: relative;
}

.qselibox {
  width: 180px;
  height: 180px;
  background: url(../img/real-estate-website-builder/qsel_box.webp) no-repeat;
  background-size: contain;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center;
}
.qselibox h5 {
  color: #FFFFFF;
  font-family: "Gilroy-ExtraBold";
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 1;
}

.qselicons {
  width: 90px;
  height: 70px;
  background: url(../img/real-estate-website-builder/qselicons.webp) no-repeat;
  background-size: cover;
  margin: 0 auto 15px;
  display: flex;
}
.qselicons.qselicons_1 {
  background-position-x: 2px;
}
.qselicons.qselicons_2 {
  background-position-x: -94px;
}
.qselicons.qselicons_3 {
  background-position-x: -192px;
}
.qselicons.qselicons_4 {
  background-position-x: -277px;
}
.qselicons.qselicons_5 {
  background-position-x: -360px;
}

.qselcbox {
  text-align: center;
  margin-top: 20px;
}
.qselcbox h6 {
  font-family: "Gilroy SemiBold";
  font-size: 20px;
  margin-bottom: 10px;
}
.qselcbox p {
  margin-bottom: 0;
}

.explorebanner {
  background: url(../img/real-estate-website-builder/explore_banner.webp) no-repeat;
  background-size: cover;
  height: 400px;
  display: flex;
  align-items: center;
}

.explorebox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.explorebox h3 {
  color: #FFFFFF;
  font-family: "Gilroy-ExtraBold";
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1.24;
}
.explorebox a {
  padding: 10px 20px;
  font-family: "Gilroy SemiBold";
  color: var(--black-color);
  display: inline-flex;
  background-color: #FFFFFF;
}

.rewbfeaturessrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.rewbfeaturessbox {
  width: calc(33.3333333333% - 15px);
  margin-right: 15px;
  align-self: stretch;
  background-color: #e5e6f6;
  padding: 40px;
  border-radius: 15px;
  margin-bottom: 20px;
  text-align: center;
  transition: all 0.25s ease;
}
.rewbfeaturessbox:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.rewbfeaturessbox:nth-child(3n) {
  margin-right: 0;
}
.rewbfeaturessbox:nth-child(n+4) {
  margin-bottom: 0;
}
.rewbfeaturessbox h5 {
  font-family: "Gilroy-Bold";
}
.rewbfeaturessbox p {
  margin-bottom: 0;
}

.rewbicon {
  width: 90px;
  height: 70px;
  background: url(../img/real-estate-website-builder/features_icons.webp) no-repeat;
  background-size: cover;
  margin: 0 auto 15px;
  display: flex;
}

.rewbicon_1 {
  background-position-x: 3px;
}

.rewbicon_2 {
  background-position-x: -80px;
}

.rewbicon_3 {
  background-position-x: -165px;
}

.rewbicon_4 {
  background-position-x: -247px;
}

.rewbicon_5 {
  background-position-x: -327px;
}

.rewbicon_6 {
  background-position-x: -405px;
}

.areyoureadybanner {
  background: url(../img/real-estate-website-builder/areyoureadybanner.webp) no-repeat;
  background-size: cover;
  height: 520px;
  display: flex;
  align-items: center;
}

.areyoureadybox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.areyoureadybox h3 {
  color: #FFFFFF;
  font-family: "Gilroy-ExtraBold";
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1.24;
}
.areyoureadybox h4 {
  color: #FFFFFF;
  font-family: "Gilroy-ExtraBold";
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1.24;
}
.areyoureadybox a {
  padding: 10px 50px;
  font-family: "Gilroy SemiBold";
  color: var(--black-color);
  display: inline-flex;
  background-color: #FFFFFF;
}

.common_heading h4 {
  font-family: "Gilroy-Bold";
  margin-bottom: 30px;
  color: #030303;
  font-size: 36px;
}

@media only screen and (max-width: 768px) {
  .rewbbanner {
    flex-direction: column;
    height: auto;
    padding: 40px 0;
  }
  .rewbcbox,
  .rewbibox {
    width: 100%;
  }
  .rewbibox {
    margin-top: 20px;
  }
  .rewbibox img {
    padding: 0;
  }
  .creoashcbox {
    margin-bottom: 20px;
  }
  .wid800 {
    width: 100%;
  }
  .rewbssrow,
  .rewbfeaturesrow,
  .rewbfeaturessrow {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .rewbfeaturesrow {
    margin-bottom: 30px;
  }
  .rewbssbox,
  .rewbfeaturessbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .rewbssbox:last-child {
    margin-bottom: 0;
  }
  .rewbfeaturescbox {
    width: 100%;
    padding: 0;
  }
  .rewbfeaturescbox h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .rewbfeaturesibox {
    width: 100%;
  }
  .qselmainbox {
    padding: 40px 0;
  }
  .qselrow {
    margin: 0;
    flex-wrap: wrap;
  }
  .qselbox {
    width: 100%;
    padding: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .qselbox.qselbox_up {
    margin-top: 0;
  }
  .qselbox:last-child {
    margin-bottom: 0;
  }
  .qselbox.qselbox_1:before, .qselbox.qselbox_1:after, .qselbox.qselbox_2:before, .qselbox.qselbox_2:after, .qselbox.qselbox_3:before, .qselbox.qselbox_3:after, .qselbox.qselbox_4:before, .qselbox.qselbox_4:after {
    content: none;
  }
  .rewbfeaturessbox {
    margin-bottom: 15px;
    padding: 15px;
  }
  .rewbfeaturessbox:nth-child(n+4) {
    margin-bottom: 15px;
  }
  .rewbfeaturessbox:last-child {
    margin-bottom: 0;
  }
  .areyoureadybox h3,
  .areyoureadybox h4 {
    font-size: 24px;
  }
  .explorebox h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .rewbfeaturesrow.rewbfeaturesreverserow {
    flex-direction: column-reverse;
  }
  .explorebanner,
  .areyoureadybanner {
    padding: 40px 0;
    height: auto;
  }
}
.analyticsToolWrap {
  min-height: 100vh;
  padding: 80px 0;
  background: #f5f6f7;
}
.analyticsToolWrap .innerBox .common_h4 {
  margin-bottom: 10px;
  font-family: "Gilroy-Black";
}
.analyticsToolWrap .innerBox .common_h4 span {
  font-size: 100%;
}
.analyticsToolWrap .innerBox h4 {
  font-family: "Gilroy Medium";
}
.analyticsToolWrap .innerBox .progressBarWrap {
  margin-bottom: 50px;
}
.analyticsToolWrap .innerBox .progressBarWrap .stepCount {
  font-size: 15px;
  color: #787979;
  text-align: right;
  margin-bottom: 5px;
  padding-right: 20px;
}
.analyticsToolWrap .innerBox .progressBarWrap .progressCount {
  font-size: 15px;
  color: #787979;
}
.analyticsToolWrap .innerBox .progressBarWrap .progressBar {
  height: 40px;
  padding: 12px 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.19);
  background-color: #f5f7f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f7f7), to(#dbdee0));
  background-image: -webkit-linear-gradient(top, #f5f7f7, #dbdee0);
  background-image: -moz-linear-gradient(top, #f5f7f7, #dbdee0);
  background-image: -ms-linear-gradient(top, #f5f7f7, #dbdee0);
  background-image: -o-linear-gradient(top, #f5f7f7, #dbdee0);
  background-image: linear-gradient(top, #f5f7f7, #dbdee0);
}
.analyticsToolWrap .innerBox .progressBarWrap .progressBar .progressBarInner {
  height: 16px;
  background: #e4e4e4;
  border: solid #f7f7f7 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.analyticsToolWrap .innerBox .progressBarWrap .progressBar .progressBarInner span {
  display: block;
  width: 0;
  height: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.2);
  background-color: #4550c2;
  background-image: -webkit-gradient(linear, left top, right top, from(#4550c2), to(#959dfc));
  background-image: -webkit-linear-gradient(left, #4550c2, #959dfc);
  background-image: -moz-linear-gradient(left, #4550c2, #959dfc);
  background-image: -ms-linear-gradient(left, #4550c2, #959dfc);
  background-image: -o-linear-gradient(left, #4550c2, #959dfc);
  background-image: linear-gradient(left, #4550c2, #959dfc);
}
.analyticsToolWrap .innerBox .questionnaire .questionnaireBox {
  position: relative;
  display: none;
  min-height: 300px;
}
.analyticsToolWrap .innerBox .questionnaire .questionnaireBox.first {
  display: block;
}
.analyticsToolWrap .innerBox .questionnaire .questionnaireBox h3 {
  font-size: 22px;
  line-height: 1.28;
  font-family: "Gilroy-Bold";
}
.analyticsToolWrap .innerBox .questionnaire .questionnaireBox .answerBox li {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 36px;
  margin-bottom: 15px;
}
.analyticsToolWrap .innerBox .questionnaire .questionnaireBox .answerBox li:last-child {
  margin-bottom: 0;
}
.analyticsToolWrap .innerBox .questionnaire .questionnaireBox .answerBox li input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.analyticsToolWrap .innerBox .questionnaire .questionnaireBox .answerBox li .circleRadio {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  border: solid #b4b4b4 1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #FFFFFF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #e8e8e8);
  background-image: -moz-linear-gradient(top, #FFFFFF, #e8e8e8);
  background-image: -ms-linear-gradient(top, #FFFFFF, #e8e8e8);
  background-image: -o-linear-gradient(top, #FFFFFF, #e8e8e8);
  background-image: linear-gradient(top, #FFFFFF, #e8e8e8);
}
.analyticsToolWrap .innerBox .questionnaire .questionnaireBox .answerBox li .circleRadio:before {
  display: block;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  opacity: 0;
  width: 8px;
  height: 8px;
  background: #4550c2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.analyticsToolWrap .innerBox .questionnaire .questionnaireBox .answerBox li label {
  font-size: 18px;
  margin: 0;
  cursor: pointer;
}
.analyticsToolWrap .innerBox .questionnaire .questionnaireBox .answerBox li:hover .circleRadio:before {
  opacity: 1;
}
.analyticsToolWrap .innerBox .questionnaire .questionnaireBox .btn:hover {
  color: #FFFFFF;
  background: #4550c2;
}
.analyticsToolWrap .innerBox .questionnaire .questionnaireBox .btn.nextBtn {
  top: auto;
  bottom: 0;
  color: #FFFFFF;
  background: #ef323a;
  border-color: #ef323a;
}
.analyticsToolWrap .innerBox .questionnaire .questionnaireBox .btn.nextBtn:hover {
  background: #4550c2;
  border-color: #4550c2;
}
.analyticsToolWrap .innerBox .getResultForm .btnBox {
  position: static;
}
.analyticsToolWrap .innerBox .getResultForm .btnBox .btn.nvbtn2 {
  float: right;
}
.analyticsToolWrap .innerBox .getResultForm .btnBox .backBtn {
  position: absolute;
  top: 40px;
  right: 50px;
  display: inline-block;
  font-family: "Gilroy-Bold";
  font-size: 15px;
  color: #686868;
  padding: 0 25px;
  background: #FFFFFF;
  line-height: 32px;
  border: solid #ccc 1px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.analyticsToolWrap .innerBox .getResultForm .btnBox .backBtn:hover {
  color: #FFFFFF;
  background: #4550c2;
  border-color: #4550c2;
}
.analyticsToolWrap .innerBox .getResultForm .form-control {
  padding: 10px 15px;
  margin-bottom: 30px;
  border: solid #ccc 1px;
  border-radius: 0;
  color: #000;
}
.analyticsToolWrap .innerBox .getResultForm .form-control:hover {
  border-color: #999;
  outline: none;
}
.analyticsToolWrap .innerBox .getResultForm .form-control:focus {
  border-color: #777;
  outline: none;
}
.analyticsToolWrap .innerBox .getResultForm input::placeholder {
  color: #000;
}
.analyticsToolWrap .innerBox .getResultForm input.form-control:focus {
  outline: none;
}
.analyticsToolWrap .innerBox .getResultForm select {
  appearance: auto;
  cursor: pointer;
}
.analyticsToolWrap .innerBox .getResultForm label.error {
  position: relative;
  top: -20px;
  font-size: 13px;
  color: red;
}
.analyticsToolWrap .chartContainerWrap .chartContainer {
  position: relative;
  height: 300px;
}
.analyticsToolWrap .chartContainerWrap .chartContainer:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 60px;
  height: 20px;
  background: #FFFFFF;
}
.analyticsToolWrap .chartContainerWrap .chartContainer:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 80px;
  height: 20px;
  background: #FFFFFF;
}
.analyticsToolWrap .chartContainerWrap .mobileGraphWrap h3 {
  font-size: 17px;
  color: #343434;
  line-height: 21px;
}
.analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph:before {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  z-index: -1;
  height: 100%;
  left: calc(20% - 1px);
  background: #ccc;
}
.analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph:after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  z-index: -1;
  height: 100%;
  left: calc(40% - 1px);
  background: #ccc;
}
.analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .lines {
  position: relative;
  z-index: 1;
  padding: 20px 0 10px;
  border: solid #ccc 2px;
  border-top: none;
}
.analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .lines:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(60% - 1px);
  width: 2px;
  z-index: -1;
  height: 100%;
  background: #ccc;
}
.analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .lines:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(80% - 1px);
  width: 2px;
  z-index: -1;
  height: 100%;
  background: #ccc;
}
.analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .resultBar {
  width: 0;
  color: #FFFFFF;
  height: 30px;
  line-height: 30px;
  text-align: right;
  overflow: hidden;
  padding-right: 10px;
}
.analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .stagesBar {
  position: relative;
  z-index: 1;
  margin-top: 15px;
}
.analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .stagesBar span {
  display: block;
  float: left;
  width: 20%;
  height: 30px;
}
.analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .stagesBar span.beginner {
  background: #ed7d31;
}
.analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .stagesBar span.aware {
  background: #ffc000;
}
.analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .stagesBar span.proficient {
  background: #5b9bd5;
}
.analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .stagesBar span.savvy {
  background: #4472c4;
}
.analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .stagesBar span.driven {
  background: #70ad47;
}
.analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .stagesBar:after {
  display: block;
  content: "";
  clear: both;
}
.analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .counts {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
  margin-top: 15px;
}
.analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .counts span {
  display: block;
  float: left;
  width: 20%;
  height: 15px;
}
.analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .counts span:last-child {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .counts:after {
  display: block;
  content: "";
  clear: both;
}
.analyticsToolWrap .resultDataBox p {
  margin-bottom: 0;
}
.analyticsToolWrap .resultDataBox .recommendationBox {
  padding: 20px;
  background: #f9e689;
  border: solid #d0bc59 2px;
}
.analyticsToolWrap .resultDataBox .recommendationBox p {
  font-size: 14px;
  line-height: 22px;
}
.analyticsToolWrap .runAgain a {
  font-size: 18px;
  color: #012a5e;
}
.analyticsToolWrap .runAgain a:hover {
  color: #ef323a;
}
.analyticsToolWrap .footer + .backToTop {
  display: none;
}

@media (max-width: 480px) {
  .analyticsToolWrap .innerBox .progressBarWrap {
    margin-bottom: 30px;
  }
  .analyticsToolWrap .innerBox .questionnaire .questionnaireBox h3 {
    font-size: 17px;
    margin-bottom: 0;
    line-height: 22px;
  }
  .analyticsToolWrap .innerBox .questionnaire .questionnaireBox .answerBox li {
    padding-left: 30px;
  }
  .analyticsToolWrap .innerBox .questionnaire .questionnaireBox .answerBox li .circleRadio {
    top: 3px;
  }
  .analyticsToolWrap .innerBox .questionnaire .questionnaireBox .answerBox li label {
    font-size: 15px;
  }
  .analyticsToolWrap .innerBox .questionnaire .questionnaireBox .btn {
    position: static;
    margin-top: 40px;
  }
  .analyticsToolWrap .innerBox .getResultForm {
    padding: 30px;
  }
}
@media (max-width: 600px) {
  .analyticsToolWrap .chartContainerWrap .chartContainer {
    display: none;
  }
  .analyticsToolWrap .chartContainerWrap .mobileGraphWrap {
    display: block;
  }
}
@media (max-width: 991px) {
  .analyticsToolWrap .innerBox .getResultForm .btnBox .backBtn {
    position: static;
    margin: 0;
  }
  .analyticsToolWrap .resultDataBox .recommendationBox {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .analyticsToolWrap .runAgain {
    position: static;
    padding-left: 80px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .analyticsToolWrap .footer {
    position: static;
  }
  .analyticsToolWrap .wrapper {
    padding-bottom: 40px;
  }
}
.analyticsToolWrap .innerBox .questionnaire {
  padding: 0;
}
.analyticsToolWrap .innerBox .questionnaire .questionnaireBox .answerBox {
  display: inline-block;
  margin: 0;
  padding: 20px 0 0;
}
.analyticsToolWrap .innerBox .questionnaire .questionnaireBox .answerBox li input:checked + .circleRadio:before {
  opacity: 1;
}
.analyticsToolWrap .innerBox .questionnaire .questionnaireBox .answerBox li:hover .circleRadio {
  border-color: #999;
}
.analyticsToolWrap .innerBox .questionnaire .questionnaireBox .btn {
  position: absolute;
  top: 0;
  right: 20px;
  display: inline-block;
  font-family: proxima_nova_rgbold;
  font-size: 15px;
  color: #686868;
  padding: 0 25px;
  background: #FFFFFF;
  line-height: 32px;
  border: solid #eaebeb 1px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.analyticsToolWrap .innerBox .getResultForm {
  display: none;
  position: relative;
  background: #FFFFFF;
  padding: 40px 50px;
  border: solid #dfe0e0 1px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.analyticsToolWrap .innerBox .getResultForm .common_h5 {
  margin-bottom: 5px;
}
.analyticsToolWrap .chartContainerWrap {
  position: relative;
  padding: 30px;
  background: #FFFFFF;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07);
}
.analyticsToolWrap .chartContainerWrap .mobileGraphWrap {
  display: none;
  padding-top: 20px;
}
.analyticsToolWrap .resultDataBox {
  padding: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 50px;
}
.analyticsToolWrap .runAgain {
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 10;
}
.analyticsToolWrap .footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: 0 0;
}
.analyticsToolWrap .wrapper {
  padding-bottom: 80px;
}

@media (max-width: 480px) {
  .analyticsToolWrap {
    padding-top: 100px;
  }
  .analyticsToolWrap .innerBox .questionnaire .questionnaireBox .answerBox {
    display: block;
  }
  .analyticsToolWrap .innerBox .getResultForm .btnBox {
    text-align: center;
  }
  .analyticsToolWrap .innerBox .resultDataBox .recommendationBox {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 480px) {
  .analyticsToolWrap .innerBox .getResultForm {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .analyticsToolWrap .chartContainerWrap {
    padding: 20px;
  }
  .analyticsToolWrap .resultDataBox {
    padding: 20px;
  }
  .analyticsToolWrap .runAgain {
    padding: 0;
  }
}
.foroforbanner {
  background: url(../img/404_banner.jpg) no-repeat;
  background-size: cover;
  height: 210px;
  padding: 0;
}

.questionnaireBox input.hide {
  display: none;
}

.analyticsToolWrap .innerBox .getResultForm .btnBox .backBtn,
.analyticsToolWrap .innerBox .getResultForm .btnBox .btnSimple {
  display: block;
  float: none;
  width: 100%;
  margin-bottom: 15px;
}

.foroforbannercontainer {
  padding: 120px 30px 35px 30px;
}
.foroforbannercontainer h1 {
  font-size: 40px;
  font-family: "Gilroy-Black";
  color: #FFFFFF;
  margin-bottom: 15px;
}

.popitup {
  display: none;
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.popitcard {
  background-color: white;
  margin: 10% auto;
  padding: 20px;
  width: 40%;
  text-align: center;
  font-size: 1.2rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  animation: popup 0.5s;
  border-radius: 10px;
  position: relative;
}
.popitcard a {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 25px;
  width: 25px;
  box-sizing: border-box;
  line-height: 25px;
  display: inline-block;
  border: solid 1px rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  transition: all 0.25s ease-out;
}
.popitcard a:hover {
  border: solid 2px #255bca;
}
.popitcard p {
  margin-bottom: 0;
}

@keyframes popup {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.close_button:before, .close_button:after {
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.5px;
  margin-left: -8px;
  display: block;
  height: 2px;
  width: 15px;
  background-color: #FFFFFF;
  transition: all 0.25s ease-out;
  border-radius: 25px;
}

.close_button:after {
  transform: rotate(-135deg);
}
.close_button:hover {
  border: solid 25px #255bca;
}
.close_button:hover:before {
  transform: rotate(45deg);
}
.close_button:hover:after {
  transform: rotate(-45deg);
}

.v4 {
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
}
.v4:hover {
  background-color: #255bca;
  border: 0;
}

:root {
  --bubble:6em;
  --bubble-radius:999px;
  --shadow: calc( var(--bubble) / 10);
  --blue: 69, 80, 194;
  --pink: 255, 255, 255;
  --light: 240, 248, 255;
}

.common_heading_box {
  margin-bottom: 50px;
  text-align: center;
}
.common_heading_box h2 {
  font-size: 40px;
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}
.common_heading_box h3 {
  font-size: 36px;
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}
.common_heading_box h3.wcolor {
  color: #FFFFFF;
}
.common_heading_box h4 {
  font-size: 32px;
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}
.common_heading_box h4.wcolor {
  color: #FFFFFF;
}
.common_heading_box p.wcolor {
  color: #FFFFFF;
}

.guides_head {
  position: relative;
}
.guides_head:after, .guides_head:before {
  background: radial-gradient(50% 50% at 50% 50%, rgba(69, 80, 194, 0.3) 0, rgba(69, 80, 194, 0.3) 50%, rgba(69, 80, 194, 0.3) 100%);
  bottom: 4rem;
  content: "";
  filter: blur(100px);
  height: 50%;
  position: absolute;
  transform: rotate(-146.42deg);
  z-index: -1;
}
.guides_head:before {
  left: -8rem;
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .guides_head:before {
    content: none;
  }
}
.guides_head:after {
  right: -8rem;
  width: 35%;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .guides_head:after {
    content: none;
  }
}

.guides_headbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  position: relative;
  margin: 0 auto;
  margin-top: 80px;
  flex-direction: column;
}
.guides_headbox h1 {
  color: #4550c2;
  font-family: "Gilroy-Bold";
  text-transform: capitalize;
  font-size: 54px;
  z-index: 1;
}
.guides_headbox h1 span {
  font-family: "Gilroy-Bold";
  color: #000000;
}
.guides_headbox p {
  text-align: center;
  z-index: 1;
  font-size: 18px;
}

.guides_container {
  padding: 40px 0;
  background-color: #FFFFFF;
}

.guides_row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.guides_row .guides_box {
  width: 33.3333333333%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .guides_row .guides_box {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .guides_row .guides_box {
    width: 100%;
  }
}
.guides_row .guides_box .guides_boxed {
  margin: 0 15px;
  padding: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 0;
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .guides_row .guides_box .guides_boxed {
    margin: 0;
  }
}
.guides_row .guides_box .guides_boxed .guides_iboxed img {
  max-width: 100%;
}
.guides_row .guides_box .guides_boxed .guides_cboxed {
  padding-top: 15px;
}
.guides_row .guides_box .guides_boxed .guides_cboxed h3 {
  font-family: "Gilroy-Bold";
  font-size: 24px;
  line-height: 1.32;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.guides_row .guides_box .guides_boxed .guides_cboxed span {
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
}
.guides_row .guides_box .guides_boxed .guides_cboxed p {
  font-size: 16px;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.guides_row .guides_box .guides_boxed .guides_cboxed a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #FFFFFF;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  background-color: #4550c2;
}
.guides_row .guides_box .guides_boxed .guides_cboxed a:hover:after {
  right: -15px;
}
.guides_row .guides_box .guides_boxed:hover {
  transform: translateY(-10px);
}

.guides_delight_box {
  display: flex;
  background-color: #4550c2;
  padding: 40px;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.guides_delight_box h2,
.guides_delight_box p {
  color: #FFFFFF;
}
.guides_delight_box h2 {
  font-family: "Gilroy-ExtraBold";
  font-size: 36px;
  margin-bottom: 15px;
  text-align: center;
}
.guides_delight_box p {
  margin-bottom: 20px;
  text-align: center;
}
.guides_delight_box ul {
  display: flex;
}
.guides_delight_box ul li a {
  padding: 10px 30px;
  background-color: #FFFFFF;
  color: #000000;
}
.guides_delight_box ul li:last-child {
  margin-left: 15px;
}

.guides_breadcrumbs {
  margin-top: 150px;
  margin-bottom: 20px;
}

.guides_details_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.guides_details_row .guides_details_cbox {
  width: 65%;
  padding-right: 5%;
}
.guides_details_row .guides_details_cbox h2 {
  font-family: "Gilroy-Bold";
  color: #4550c2;
}
.guides_details_row .guides_details_cbox h4 {
  font-family: "Gilroy Medium";
  margin-bottom: 15px;
}
.guides_details_row .guides_details_cbox ul {
  padding-left: 20px;
}
.guides_details_row .guides_details_cbox ul li {
  list-style: disc;
  margin-bottom: 8px;
}
.guides_details_row .guides_details_cbox ul li:last-child {
  margin-bottom: 0;
}
.guides_details_row .guides_details_ibox {
  width: 35%;
}
.guides_details_row .guides_details_ibox img {
  max-width: 100%;
}

.main {
  max-width: 100%;
  margin: auto;
  position: relative;
}

#myBtnContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 50px;
  position: relative;
}
#myBtnContainer .btn {
  display: inline-flex;
  border: 1px solid transparent;
  border-radius: 4px;
  min-width: 80px;
  justify-content: center;
  margin-right: 15px;
  padding: 8px 20px;
  font-family: "Gilroy-Bold";
  font-size: 18px;
}
#myBtnContainer .btn:last-child {
  margin-right: 0;
}
#myBtnContainer .btn.active {
  background-color: #4550c2;
  color: #FFFFFF;
  border-color: #4550c2;
}
#myBtnContainer .btn.active:hover {
  background-color: #4550c2;
  color: #FFFFFF;
  border-color: #4550c2;
}
#myBtnContainer .btn:hover {
  background-color: #c6caf4;
  border-color: #c6caf4;
  color: #4550c2;
}

@media only screen and (max-width: 480px) {
  #myBtnContainer {
    margin: 25px 0;
  }
}
@media only screen and (max-width: 500px) {
  #myBtnContainer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  #myBtnContainer .btn {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
@keyframes ascend {
  0% {
    transform: translateX(-2em) scale(0.8);
  }
  25% {
    transform: translateX(2em) scale(1.2);
  }
  50% {
    transform: translateX(0em) scale(1.4);
  }
  75% {
    transform: translateX(-2em) scale(1.2);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
.bubble-1 {
  left: 8%;
  animation-delay: 1s;
}

.bubble-1 .bubble-animation-y {
  animation-duration: 7s;
  animation-delay: 0s;
}

.bubble-2 {
  left: 40%;
  animation-delay: 2s;
}

.bubble-2 .bubble-animation-y {
  animation-duration: 6s;
  animation-delay: 2s;
}

.bubble-3 {
  right: 15%;
  animation-delay: 1s;
}

.bubble-3 .bubble-animation-y {
  animation-duration: 5s;
  animation-delay: 1.5s;
}

.bubble-4 {
  left: 8%;
  animation-delay: 2s;
}

.bubble-4 .bubble-animation-y {
  animation-duration: 6s;
  animation-delay: 3s;
}

.bubble-5 {
  left: 40%;
  animation-delay: 1s;
}

.bubble-5 .bubble-animation-y {
  animation-duration: 5s;
  animation-delay: 0;
}

.bubble-6 {
  left: 45%;
  animation-delay: 2s;
}

.bubble-6 .bubble-animation-y {
  animation-duration: 7s;
  animation-delay: 3.5s;
}

.bubble-7 {
  right: 15%;
  animation-delay: 1s;
}

.bubble-7 .bubble-animation-y {
  animation-duration: 5.5s;
  animation-delay: 3s;
}

.bubble-8 {
  right: 5%;
  animation-delay: 2s;
}

.bubble-8 .bubble-animation-y {
  animation-duration: 7s;
  animation-delay: 3s;
}

.bubble-container {
  position: absolute;
  bottom: -600px;
  z-index: 0;
}

.bubble-large, .bubble-small {
  border-radius: 100%;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1), inset 0px 10px 30px 5px rgba(69, 80, 194, 0.25);
}

.bubble-large {
  width: 200px;
  height: 200px;
}

.bubble-small {
  width: 75px;
  height: 75px;
}

.bubble-animation-x {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: bubbleXAnimFrames;
  animation-timing-function: ease;
  animation-direction: alternate;
}

.bubble-animation-y {
  animation-iteration-count: infinite;
  animation-name: bubbleYAnimFrames;
  animation-timing-function: linear;
}

@keyframes bubbleXAnimFrames {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50px);
  }
}
@keyframes bubbleYAnimFrames {
  0% {
    transform: translateY(0);
  }
  50% {
    opacity: 85%;
  }
  100% {
    transform: translateY(-1250px);
    opacity: 0;
  }
}
#guidesubmitting {
  display: none;
}

.guides_form_box {
  max-width: 500px;
  margin: 0 auto;
  margin-top: -80px;
  margin-bottom: 80px;
  padding: 15px;
}
.guides_form_box .guides_form {
  position: relative;
}
.guides_form_box .guides_form input {
  width: calc(100% - 120px);
  padding: 10px 15px;
  border: 1px solid #cacaca;
  border-right: none;
  outline: none;
}
.guides_form_box .guides_form button {
  padding: 10px 15px;
  border: 1px solid #4550c2;
  background-color: #4550c2;
  color: #FFFFFF;
  position: absolute;
  right: 0;
  width: 120px;
  max-width: 120px;
}
.guides_form_box .guides_form label {
  position: absolute;
  left: 15px;
  bottom: -30px;
  color: #FF0000;
}
.guides_form_box .guides_form:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.guides_mainbox {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 150px;
}

.guides_content_header h1 {
  font-size: 48px;
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}
.guides_content_header img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  pointer-events: all;
  cursor: pointer;
}
.guides_content_box {
  margin-bottom: 40px;
}
.guides_content_box_inner {
  margin-bottom: 20px;
}
.guides_content_box_inner h3 {
  color: #4550c2;
  font-family: "Gilroy Medium";
}
.guides_content_box_inner p {
  margin-bottom: 15px;
}
.guides_content_box_inner ul {
  padding-left: 30px;
  margin-bottom: 20px;
}
.guides_content_box_inner ul li {
  margin-bottom: 8px;
  list-style: disc;
}
.guides_content_box_inner ul li span {
  font-family: "Gilroy Medium";
  color: #000000;
}
.guides_content_box_inner ul li:last-child {
  margin-bottom: 0;
}
.guides_content_box_inner ul li ul {
  margin-top: 15px;
}
.guides_content_box_inner ul li ul li {
  list-style-type: disc;
}
.guides_content_box_inner ul.orderedlist li {
  list-style: decimal;
}
.guides_content_box_inner ul.orderedlist li ul {
  margin-top: 15px;
}
.guides_content_box_inner ul.orderedlist li ul li {
  list-style-type: disc;
}
.guides_content_box_inner img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  pointer-events: all;
  cursor: pointer;
}
.guides_content_box_inner_small h4 {
  color: #4550c2;
  margin-bottom: 10px;
  font-family: "Gilroy Medium";
}
.guides_content_box_inner_small p {
  color: #000000;
}
.guides_content_box_inner:last-child {
  margin-bottom: 0;
}
.guides_content_buttons {
  margin-bottom: 20px;
}
.guides_content_buttons ul {
  display: flex;
}
.guides_content_buttons ul li {
  margin-right: 10px;
}
.guides_content_buttons ul li:last-child {
  margin-right: 0;
}
.guides_content_buttons ul li a,
.guides_content_buttons ul li button {
  padding: 10px;
  display: inline-block;
}
.guides_content_buttons ul li button {
  border: none;
  background: transparent;
}

.download_box {
  display: none;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 40px;
  border: 1px solid #dadce0;
  padding: 20px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.download_box.active {
  display: flex;
  flex-direction: column;
}
.download_box p {
  text-align: center;
}
.download_box_pdf {
  position: relative;
  width: 100%;
}
.download_box_pdf input {
  padding: 10px 15px;
  width: 100%;
  border: 1px solid #cacaca;
  outline: none;
  padding-right: 20%;
}
.download_box_pdf button {
  padding: 10px 15px;
  background-color: #4550c2;
  color: #FFFFFF;
  position: absolute;
  right: 0;
  border: 1px solid #4550c2;
}

.img-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 99999999999;
}
.img-popup img {
  max-width: 600px;
  width: 100%;
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}

.close-btn {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.close-btn .bar {
  height: 2px;
  background: #FFFFFF;
}
.close-btn .bar:nth-child(1) {
  transform: rotate(45deg);
}
.close-btn .bar:nth-child(2) {
  transform: translateY(-2px) rotate(-45deg);
}

.opened {
  display: flex;
}
.opened img {
  animation: animatepopup 1s ease-in-out 0.8s;
  -webkit-animation: animatepopup 0.3s ease-in-out forwards;
  padding: 10px;
}

@keyframes animatepopup {
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@media only screen and (max-width: 768px) {
  .guides_mainbox {
    margin-top: 40px;
  }
  .guides_content_header h1 {
    font-size: 32px;
  }
  .guides_content_box_inner h3 {
    font-size: 20px;
  }
  .guides_content_box_inner ul li {
    font-size: 14px;
  }
  .guides_content_box_inner p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .guides_delight_box {
    padding: 25px;
  }
  .guides_delight_box h2 {
    font-size: 28px;
    text-align: center;
  }
  .guides_delight_box p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .guides_headbox {
    height: auto;
    margin-top: 20px;
  }
  .guides_headbox h1 {
    text-align: center;
    font-size: 36px;
  }
  .guides_headbox h1 span {
    font-family: "Gilroy-ExtraBold";
    color: #000000;
  }
  .guides_headbox p {
    font-size: 16px;
  }
  .guides_form_box {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0;
  }
  .guides_container {
    padding-top: 20px;
  }
  .guides_container .main .common_heading_box {
    margin-bottom: 20px;
  }
  #myBtnContainer {
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: start;
  }
  #myBtnContainer .btn {
    width: 100%;
    min-width: auto;
    margin-right: 5px;
    padding: 5px 15px;
  }
}
@media only screen and (max-width: 500px) {
  .guides_delight_box ul {
    flex-direction: column;
    align-items: center;
  }
  .guides_delight_box ul li:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
  .guides_delight_box ul li a {
    padding: 8px 20px;
    font-size: 14px;
    display: inline-flex;
  }
}
@media only screen and (max-width: 480px) {
  .download_box_pdf {
    text-align: center;
  }
  .download_box_pdf input {
    padding-right: 15px;
    margin-bottom: 10px;
  }
  .download_box_pdf button {
    position: relative;
  }
  .close-btn {
    width: 20px;
    height: 20px;
    top: 12px;
    right: 12px;
  }
  .close-btn .bar {
    height: 1px;
  }
  .close-btn .bar:nth-child(2) {
    transform: translateY(-1px) rotate(-45deg);
  }
}
.navbar .navbar_new .logobox a {
  background: url(../img/bidhom_logo_colored.webp) no-repeat;
}
.navbar .navbar_new .navbar-menu-left ul li a {
  color: #000000;
}
.navbar .navbar_new .navbar-menu-left ul li:hover a {
  color: #4550c2;
}
.navbar .navbar_new .navbar-menu-right a {
  color: #000000;
}
.navbar .navbar_new .navbar-menu-right a.phonebtn:before {
  background: url(../img/phone_colored.webp) no-repeat;
  background-size: cover;
}
.navbar .navbar_new .navbar-menu-right a.navibtn {
  background-color: #4550c2;
  color: #FFFFFF;
}
.navbar .navbar_new .navbar-menu-right a.softbtn {
  color: #4550c2;
  border-color: #4550c2;
}
.navbar .navbar_new .navbar-menu-right a.softbtn.consalesbtn {
  background-color: #4550c2;
  color: #FFFFFF;
}

.wid1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.wid1100 {
  max-width: 1100px;
  margin: 0 auto;
}

.common_heading_box {
  margin-bottom: 50px;
  text-align: center;
}
.common_heading_box h2 {
  font-size: 40px;
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}
.common_heading_box h3 {
  font-size: 36px;
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}
.common_heading_box h3.wcolor {
  color: #FFFFFF;
}
.common_heading_box h4 {
  font-size: 32px;
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}
.common_heading_box h4.wcolor {
  color: #FFFFFF;
}
.common_heading_box p.wcolor {
  color: #FFFFFF;
}
.common_heading_box a {
  color: #4550c2;
}
.common_heading_box a:hover {
  color: #4550c2;
}
@media only screen and (max-width: 768px) {
  .common_heading_box h2 {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.24;
  }
  .common_heading_box h3 {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.24;
  }
  .common_heading_box h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.doapbanner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 650px;
}

.doaphcbox {
  width: 45%;
}
.doaphcbox h1 {
  font-family: "Gilroy-Bold";
  font-size: 40px;
  margin-bottom: 20px;
}
.doaphcbox p {
  margin-bottom: 20px;
}
.doaphcbox a {
  font-family: "Gilroy-Bold";
}

.creoashibox img {
  filter: none;
}

.hiwmainbox {
  position: relative;
}
.hiwmainbox.enterprisehiwmain_box {
  padding: 240px 0;
  margin-top: -100px;
  margin-bottom: 50px;
}
.hiwmainbox.enterprisehiwmain_box .hiwcenterbox {
  width: 350px;
  height: 350px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  background-image: none;
  border-radius: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.hiwmainbox.enterprisehiwmain_box .hiwcenterbox:before {
  content: "";
  width: 45%;
  height: 55%;
  border: 1px dotted #aeb7bb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
}
.hiwmainbox.enterprisehiwmain_box .hiwcenterbox .hiwcentercbox {
  text-align: center;
  width: 80%;
  position: relative;
}
.hiwmainbox.enterprisehiwmain_box .hiwcenterbox .hiwcentercbox h4 {
  color: #4550c2;
  font-size: 40px;
  font-family: "Gilroy-ExtraBold";
}
.hiwmainbox.enterprisehiwmain_box .hiwcenterbox .hiwcentercbox p {
  margin-bottom: 0;
  color: #333333;
  font-size: 20px;
  font-family: "Gilroy-Bold";
  line-height: 1.24;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox {
  width: 100px;
  position: absolute;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox .hiwcbox {
  position: absolute;
  width: 150px;
  text-align: center;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox .hiwcbox h5 {
  font-family: "Gilroy SemiBold";
  margin-bottom: 2px;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox .hiwcbox p {
  font-family: "Gilroy Medium";
  margin-bottom: 0;
  line-height: 1.24;
  font-size: 18px;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox .hiwcbox span {
  color: #4550c2;
  font-family: "Gilroy-ExtraBold";
  font-size: 36px;
  position: relative;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox .hiwiconmainbox {
  width: 100px;
  height: 100px;
  background: url(../img/enterprise/enterprise_hiw_icon.webp) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox .hiwiconmainbox .hiwiconbox {
  position: relative;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox .hiwiconmainbox .hiwiconbox img {
  width: 50px;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox .hiwiconmainbox .hiwiconbox span.arrow {
  width: 10px;
  height: 10px;
  background-color: #aeb7bb;
  display: inline-flex;
  border-radius: 10px;
  position: absolute;
  left: -27px;
  bottom: -50px;
}
@media only screen and (max-width: 1000px) {
  .hiwmainbox.enterprisehiwmain_box .hiwbox .hiwiconmainbox .hiwiconbox span.arrow {
    display: none;
  }
}
.hiwmainbox.enterprisehiwmain_box .hiwbox .hiwiconmainbox .hiwiconbox span.arrow:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #aeb7bb;
  display: inline-flex;
  position: absolute;
  left: 1px;
  bottom: 19px;
  transform: rotate(127deg);
  z-index: 0;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox .hiwiconmainbox .hiwiconbox span.arrow:after {
  content: none;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox .hiwiconmainbox:before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #4550c2;
  position: absolute;
  top: -32%;
  z-index: -1;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox .hiwiconmainbox:after {
  content: "";
  width: 120px;
  height: 1px;
  background-color: #4550c2;
  position: absolute;
  top: -32%;
  z-index: -1;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox span:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  background-color: #4550c2;
  position: absolute;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_1 {
  top: 16%;
  left: 65%;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_1 .hiwcbox {
  left: 150px;
  top: -55px;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_1 .hiwiconmainbox:after {
  left: 50%;
  width: 135px;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_1 span:after {
  top: 14px;
  right: 50px;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_2 {
  top: 36%;
  right: 15%;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_2 .hiwiconmainbox:after {
  right: -70%;
  width: 120px;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_2 .hiwiconmainbox .hiwiconbox span {
  left: -62px;
  bottom: 0;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_2 .hiwiconmainbox .hiwiconbox span:before {
  width: 35px;
  left: 7px;
  bottom: 5px;
  transform: rotate(0);
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_2 span:after {
  top: 13px;
  left: -20px;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_2 .hiwcbox {
  right: -185px;
  top: -55px;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_3 {
  top: 62%;
  right: 19%;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_3 .hiwiconmainbox:after {
  right: -60%;
  width: 110px;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_3 .hiwiconmainbox .hiwiconbox span {
  left: -44px;
  top: -20px;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_3 .hiwiconmainbox .hiwiconbox span:before {
  width: 28px;
  left: 4px;
  bottom: -4px;
  transform: rotate(30deg);
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_3 span:after {
  top: 18px;
  left: -20px;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_3 .hiwcbox {
  left: 120%;
  top: -60px;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_4 {
  bottom: 8%;
  left: 44%;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_4 .hiwiconmainbox:before {
  bottom: -30%;
  top: auto;
  height: 35px;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_4 .hiwiconmainbox:after {
  content: none;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_4 .hiwiconmainbox .hiwiconbox span {
  left: 20px;
  top: -50px;
  bottom: auto;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_4 .hiwiconmainbox .hiwiconbox span:before {
  width: 25px;
  left: -8px;
  bottom: -8px;
  transform: rotate(90deg);
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_4 span:after {
  left: 60px;
  top: 20px;
  right: auto;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_4 .hiwcbox {
  left: -15%;
  top: 110%;
  flex-direction: column;
  display: flex;
  width: 230px;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_5 {
  left: 18%;
  top: 62%;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_5 .hiwiconmainbox:before {
  bottom: auto;
  top: -30%;
  height: 35px;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_5 .hiwiconmainbox:after {
  left: -70%;
  bottom: auto;
  top: -30%;
  width: 120px;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_5 .hiwiconmainbox .hiwiconbox span {
  left: auto;
  top: -30px;
  right: -50px;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_5 .hiwiconmainbox .hiwiconbox span:before {
  width: 32px;
  left: -28px;
  bottom: -7px;
  transform: rotate(145deg);
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_5 span:after {
  top: 17px;
  right: -30px;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_5 .hiwcbox {
  left: -195px;
  top: -57px;
  bottom: auto;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_6 {
  top: 36%;
  right: auto;
  left: 15%;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_6 .hiwiconmainbox:before {
  bottom: auto;
  top: -32%;
  height: 40px;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_6 .hiwiconmainbox:after {
  left: -60%;
  bottom: auto;
  top: -32%;
  width: 110px;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_6 .hiwiconmainbox .hiwiconbox span {
  left: 104px;
  bottom: 15px;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_6 .hiwiconmainbox .hiwiconbox span:before {
  width: 35px;
  left: -33px;
  bottom: 5px;
  transform: rotate(0);
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_6 span:after {
  top: 18px;
  right: -25px;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_6 .hiwcbox {
  left: -175px;
  top: -60px;
  bottom: auto;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_7 {
  top: 16%;
  right: auto;
  left: 25%;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_7 .hiwiconmainbox:after {
  left: -85%;
  width: 135px;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_7 .hiwiconmainbox .hiwiconbox span {
  left: 71px;
  bottom: -42px;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_7 .hiwiconmainbox .hiwiconbox span:before {
  width: 33px;
  left: -23px;
  bottom: 18px;
  transform: rotate(230deg);
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_7 span:after {
  top: 18px;
  right: -25px;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_7 .hiwcbox {
  left: -200px;
  top: -60px;
}
.hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_8 span:after {
  top: 18px;
  right: -25px;
}

@media only screen and (max-width: 1000px) {
  .hiwmainbox.enterprisehiwmain_box {
    padding: 0 20px;
    margin-top: 0;
    margin-bottom: 0;
    flex-direction: column-reverse;
    display: flex;
  }
  .hiwmainbox.enterprisehiwmain_box .hiwbox {
    width: 100%;
    position: relative;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
  .hiwmainbox.enterprisehiwmain_box .hiwbox .hiwcbox {
    position: relative;
    width: 60%;
    text-align: left;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
  .hiwmainbox.enterprisehiwmain_box .hiwbox span:after {
    content: none;
  }
  .hiwmainbox.enterprisehiwmain_box .hiwbox .hiwiconmainbox {
    margin: 0 auto;
  }
  .hiwmainbox.enterprisehiwmain_box .hiwbox .hiwiconmainbox:before, .hiwmainbox.enterprisehiwmain_box .hiwbox .hiwiconmainbox:after {
    content: none;
  }
  .hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_4 .hiwcbox {
    flex-direction: column;
  }
  .hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_5 .hiwcbox {
    width: 60%;
    text-align: left;
  }
  .hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_6 .hiwcbox {
    width: 60%;
    text-align: left;
  }
  .hiwmainbox.enterprisehiwmain_box .hiwbox.hiwbox_7 .hiwcbox {
    width: 60%;
    text-align: left;
  }
  .hiwmainbox.enterprisehiwmain_box .hiwbox:last-child {
    margin-bottom: 0;
  }
  .hiwmainbox.enterprisehiwmain_box .hiwcenterbox {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .creoashcbox {
    margin-bottom: 20px;
  }
  .wid800 {
    width: 100%;
  }
  .wccmainbox,
  .creoasfeaturesrow {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wcc_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .wcc_box:last-child {
    margin-bottom: 0;
  }
  .creoasfeaturescbox {
    width: 100%;
    padding: 0;
  }
  .creoasfeaturesibox {
    width: 100%;
  }
  .creoasfeaturesrow.creoasfeaturesreverserow {
    flex-direction: column-reverse;
  }
  .creoashiwmainimagebox {
    display: none;
  }
  .creoashiwmainbox {
    flex-wrap: wrap;
    display: flex;
  }
  .creoashiwbox {
    width: calc(50% - 5px);
    margin-right: 5px;
    height: auto;
    transform: rotate(0);
    margin-bottom: 10px;
    padding: 10px;
    align-self: stretch;
  }
  .creoashiwbox:nth-child(2n) {
    margin-right: 0;
  }
  .creoashiwinnerbox {
    transform: rotate(0);
    margin-top: 0;
    margin-left: 0;
  }
  .set > a {
    padding: 10px 40px 10px 15px;
  }
  .readyhbobox ul {
    flex-direction: column;
  }
  .readyhbobox ul li {
    width: 100%;
    margin: 0 0 15px;
  }
  .common_heading_box h2 {
    font-size: 32px;
  }
  .creoasfeaturesreverserow .creoasfeaturescbox {
    padding-left: 0;
  }
  .hiwcbox p {
    margin-bottom: 0;
  }
  .readyhbobanner {
    padding: 40px 0;
    height: auto;
  }
}
#simplified {
  position: relative;
}
#simplified:before {
  content: "";
  width: 180px;
  height: 180px;
  background: url(../img/bidhom_footer_bg.png) no-repeat;
  background-size: contain;
  display: inline-flex;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.5;
}

.enterprise_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 650px;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .enterprise_banner {
    height: auto;
    flex-direction: column;
    margin: 40px 0;
    gap: 2rem;
  }
}
.enterprise_homecbox {
  width: 50%;
}
.enterprise_homecbox h1 {
  font-family: "Gilroy-ExtraBold";
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  .enterprise_homecbox {
    width: 100%;
  }
  .enterprise_homecbox h1 {
    font-size: 32px;
  }
}
.enterprise_homeibox {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .enterprise_homeibox {
    width: 100%;
  }
}
.enterprise_homeibox img {
  filter: drop-shadow(0px 7px 29px rgba(100, 100, 111, 0.2));
}
.enterprise_wcc {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .enterprise_wcc {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
    margin-bottom: 40px;
  }
}
.enterprise_wcc_box {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .enterprise_wcc_box {
    padding: 1rem;
    border: 1px solid color-mix(in srgb, #4550c2 100%, #FFFFFF 20%);
    border-radius: 15px;
  }
}
.enterprise_wcc_box span {
  width: 90px;
  height: 90px;
  border-radius: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.enterprise_wcc_box span img {
  width: 60%;
}
.enterprise_wcc_box span.span_1 {
  background-color: #4550c2;
}
.enterprise_wcc_box span.span_2 {
  background-color: #76b1ee;
}
.enterprise_wcc_box span.span_3 {
  background-color: #7145c2;
}
.enterprise_wcc_box span.span_4 {
  background-color: #53c0bc;
}
.enterprise_wcc_box span.span_5 {
  background-color: #87ce8a;
}
.enterprise_wcc_box span.span_6 {
  background-color: #6671dd;
}
.enterprise_wcc_box h4,
.enterprise_wcc_box h5 {
  font-family: "Gilroy-Bold";
}
.enterprise_wcc_box p {
  margin-bottom: 0;
}
.enterprise_maximize {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .enterprise_maximize {
    gap: 1rem;
    flex-direction: column;
  }
}
.enterprise_maximize_left {
  width: 50%;
}
.enterprise_maximize_left h4 {
  color: #FFFFFF;
  font-family: "Gilroy-ExtraBold";
  font-size: 36px;
  margin-bottom: 1rem;
}
.enterprise_maximize_left p {
  color: #FFFFFF;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .enterprise_maximize_left {
    width: 100%;
  }
  .enterprise_maximize_left h4 {
    font-size: 28px;
    margin-bottom: 0.8rem;
  }
  .enterprise_maximize_left p {
    margin-bottom: 0.8rem;
  }
}
.enterprise_maximize_right {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .enterprise_maximize_right {
    width: 100%;
  }
}
.enterprise_maximize_right_box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media only screen and (max-width: 499px) {
  .enterprise_maximize_right_box {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.8rem;
  }
}
.enterprise_maximize_right_box_inner {
  padding: 1rem;
  background-color: #FFFFFF;
  border-radius: 1rem;
  text-align: center;
  border: 1px solid #4550c2;
  transition: all 0.25s ease-in-out;
}
.enterprise_maximize_right_box_inner span {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background-color: #dadcf5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.enterprise_maximize_right_box_inner span img {
  max-width: 60%;
}
.enterprise_maximize_right_box_inner h4 {
  font-family: "Gilroy-Bold";
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.enterprise_maximize_right_box_inner p {
  font-size: 0.9rem;
  line-height: 1.36;
  margin: 0;
}
.enterprise_maximize_right_box_inner:hover {
  border-color: #FFFFFF;
  background-color: #5f6ad7;
  border-color: #5f6ad7;
}
.enterprise_maximize_right_box_inner:hover h4,
.enterprise_maximize_right_box_inner:hover p {
  color: #FFFFFF;
}
.enterprise_workflow {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.enterprise_workflow img {
  border-radius: 15px;
}
.enterprise_workflow_box {
  position: absolute;
  width: 50%;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.enterprise_workflow_box:before {
  content: "";
  width: 50rem;
  height: 50rem;
  position: absolute;
  left: -20%;
  top: -100%;
  background-color: #4550c2;
  border-radius: 50rem;
  z-index: 0;
}
.enterprise_workflow_box_inner {
  position: relative;
  z-index: 1;
}
.enterprise_workflow_box_inner h3 {
  font-family: "Gilroy-Bold";
  color: #FFFFFF;
  font-size: 28px;
  line-height: 1.24;
  margin-bottom: 15px;
}
.enterprise_workflow_box_inner p {
  font-size: 16px;
  margin-bottom: 15px;
  color: #FFFFFF;
  line-height: 1.54;
}
@media only screen and (max-width: 768px) {
  .enterprise_workflow img {
    display: none;
  }
  .enterprise_workflow_box {
    position: relative;
    width: 100%;
    padding: 15px;
    background-color: #4550c2;
  }
  .enterprise_workflow_box_inner h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .enterprise_workflow_box_inner p {
    line-height: 1.48;
  }
  .enterprise_workflow_box:before {
    content: none;
  }
}
.enterprise_row {
  margin-bottom: 90px;
}
.enterprise_heading {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
.enterprise_heading h4 {
  font-family: "Gilroy-ExtraBold";
  font-size: 32px;
  margin-bottom: 15px;
}
.enterprise_heading p {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .enterprise_heading {
    margin-bottom: 40px;
  }
  .enterprise_heading h4 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.enterprise_slider {
  max-width: 1000px;
  margin: 0 auto;
}
.enterprise_slider_box_inner {
  padding: 1.25rem;
  background-color: #FFFFFF;
  border: 1px solid #4550c2;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .enterprise_slider_box_inner {
    padding: 1rem;
  }
}
.enterprise_slider_box_inner span {
  width: 80px;
  height: 80px;
  display: inline-flex;
  background-color: #e7eaf9;
  border-radius: 80px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.enterprise_slider_box_inner span img {
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .enterprise_slider_box_inner span {
    width: 70px;
    height: 70px;
  }
  .enterprise_slider_box_inner span img {
    width: 65%;
  }
}
.enterprise_slider_box_inner h5 {
  font-family: "Gilroy-Bold";
  margin-bottom: 10px;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .enterprise_slider_box_inner h5 {
    font-size: 20px;
  }
}
.enterprise_slider_box_inner p {
  font-family: "Gilroy Light";
  margin-bottom: 0;
}
@media only screen and (max-width: 420px) {
  .enterprise_slider_box_inner p {
    font-size: 14px;
  }
}
.enterprise_slider .slick-prev,
.enterprise_slider .slick-next {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border: 1px solid #c4c4c4;
  position: absolute;
  top: auto;
  bottom: -85px;
  left: 0;
}
@media only screen and (max-width: 480px) {
  .enterprise_slider .slick-prev,
  .enterprise_slider .slick-next {
    width: 35px;
    height: 35px;
    border-radius: 35px;
  }
}
.enterprise_slider .slick-prev.slick-disabled,
.enterprise_slider .slick-next.slick-disabled {
  pointer-events: none;
}
.enterprise_slider .slick-prev:before,
.enterprise_slider .slick-next:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #010101;
  border-right: 1px solid #010101;
  display: inline-flex;
  transform: rotate(-135deg);
  margin-left: 5px;
}
@media only screen and (max-width: 480px) {
  .enterprise_slider .slick-prev:before,
  .enterprise_slider .slick-next:before {
    width: 10px;
    height: 10px;
  }
}
.enterprise_slider .slick-prev:hover,
.enterprise_slider .slick-next:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #4550c2;
  border-color: #4550c2;
}
.enterprise_slider .slick-prev:hover:before,
.enterprise_slider .slick-next:hover:before {
  border-color: #FFFFFF;
}
.enterprise_slider .slick-next {
  left: 50px;
}
.enterprise_slider .slick-next:before {
  border-top: 1px solid #010101;
  border-right: 1px solid #010101;
  transform: rotate(45deg);
  margin-left: -5px;
}
.enterprise_slider .slick-track {
  display: flex !important;
}
.enterprise_slider .slick-slide {
  margin: 0 10px;
  height: inherit !important;
}
.enterprise_slider .slick-list {
  margin: 0 -10px;
}
.enterprise_slider .slick-dots {
  width: 91%;
  height: 1px;
  background-color: #cfd7e2;
  position: absolute;
  bottom: -45px;
  left: 9%;
}
.enterprise_slider .slick-dots li {
  width: 14.2857142857%;
  height: 1px;
  position: relative;
  top: -7px;
}
.enterprise_slider .slick-dots li.slick-active {
  background-color: #4550c2;
}

.navbar .navbar_new .logobox a {
  background: url(../img/bidhom_logo_colored.webp) no-repeat;
}
.navbar .navbar_new .navbar-menu-left ul li a {
  color: #000000;
}
.navbar .navbar_new .navbar-menu-left ul li:hover a {
  color: #4550c2;
}
.navbar .navbar_new .navbar-menu-right a {
  color: #000000;
}
.navbar .navbar_new .navbar-menu-right a.phonebtn:before {
  background: url(../img/phone_colored.webp) no-repeat;
  background-size: cover;
}
.navbar .navbar_new .navbar-menu-right a.navibtn {
  background-color: #4550c2;
  color: #FFFFFF;
}
.navbar .navbar_new .navbar-menu-right a.softbtn {
  color: #4550c2;
  border-color: #4550c2;
}
.navbar .navbar_new .navbar-menu-right a.softbtn.consalesbtn {
  background-color: #4550c2;
  color: #FFFFFF;
}

.wid800 {
  max-width: 800px;
  margin: 0 auto;
}

.common_heading_box {
  margin-bottom: 50px;
  text-align: center;
}
.common_heading_box h2 {
  font-size: 40px;
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}
.common_heading_box h3 {
  font-size: 36px;
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}
.common_heading_box h3.wcolor {
  color: #FFFFFF;
}
.common_heading_box h4 {
  font-size: 32px;
  font-family: "Gilroy-Bold";
  margin-bottom: 20px;
}
.common_heading_box h4.wcolor {
  color: #FFFFFF;
}
.common_heading_box p.wcolor {
  color: #FFFFFF;
}
@media only screen and (max-width: 499px) {
  .common_heading_box h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .common_heading_box h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .common_heading_box h4 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

.gatekeep {
  background: url(../img/cms/gate_keep_banner.webp) no-repeat;
  background-size: cover;
  height: 350px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .gatekeep {
    height: auto;
    padding: 50px 0;
    background-position: left;
  }
}

.cms_bg {
  background-color: #f1f1fb;
}
.cms_mainbox {
  position: relative;
}
.cms_mainbox:after, .cms_mainbox:before {
  background: radial-gradient(50% 50% at 50% 50%, rgba(69, 80, 194, 0.3) 0, rgba(69, 80, 194, 0.3) 50%, rgba(69, 80, 194, 0.3) 100%);
  content: "";
  filter: blur(100px);
  height: 20%;
  position: absolute;
  transform: rotate(-146.42deg);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .cms_mainbox:after, .cms_mainbox:before {
    content: none;
  }
}
.cms_mainbox:before {
  left: 0;
  width: 20%;
  bottom: -5%;
}
.cms_mainbox:after {
  right: 0;
  width: 20%;
  top: -5%;
}
.cms_box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 650px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cms_box {
    height: auto;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 40px;
  }
}
.cms_box_left {
  width: 45%;
  padding-right: 5%;
}
.cms_box_left h1 {
  font-family: "Gilroy-ExtraBold";
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  .cms_box_left {
    width: 100%;
  }
  .cms_box_left h1 {
    font-size: 32px;
  }
}
.cms_box_right {
  width: 55%;
}
.cms_box_right img {
  filter: drop-shadow(0px 7px 29px rgba(100, 100, 111, 0.2));
  border-radius: 1rem;
}
@media only screen and (max-width: 768px) {
  .cms_box_right {
    width: 100%;
  }
}
.cms_features {
  margin-bottom: 60px;
  margin-top: 40px;
}
.cms_features_row {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .cms_features_row {
    flex-direction: column;
    gap: 1rem;
  }
  .cms_features_row.mob_reversed {
    flex-direction: column-reverse;
  }
}
.cms_features_content {
  width: 50%;
}
.cms_features_content.pdr4 {
  padding-right: 4rem;
}
.cms_features_content.pdl4 {
  padding-left: 4rem;
}
.cms_features_content h3 {
  font-family: "Gilroy-ExtraBold";
  margin-bottom: 15px;
  font-size: 32px;
  color: #333333;
}
.cms_features_content p {
  margin-bottom: 30px;
  font-size: 18px;
}
.cms_features_content h4 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #4550c2;
  font-family: "Gilroy-ExtraBold";
  margin-bottom: 15px;
}
.cms_features_content ul {
  margin-bottom: 30px;
}
.cms_features_content ul li {
  padding-left: 30px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.cms_features_content ul li:last-child {
  margin-bottom: 0;
}
.cms_features_content ul li:before {
  content: "";
  background: url(../img/cms/arrow.webp) no-repeat;
  background-size: contain;
  width: 17px;
  height: 14px;
  display: inline-flex;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .cms_features_content {
    width: 100%;
  }
  .cms_features_content.pdr4 {
    padding-right: 0;
  }
  .cms_features_content.pdl4 {
    padding-left: 0;
  }
  .cms_features_content h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .cms_features_content p {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.cms_features_image {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .cms_features_image {
    width: 100%;
  }
}
.cms_crm_box {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}
.cms_crm_box_left {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .cms_crm_box_left {
    width: 100%;
  }
}
.cms_crm_box_left h4 {
  color: #FFFFFF;
  font-size: 32px;
  margin-bottom: 15px;
  font-family: "Gilroy-ExtraBold";
  line-height: 1.36;
}
.cms_crm_box_left p {
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.48;
  font-family: "Gilroy Light";
}
.cms_crm_box_right {
  width: 40%;
  background-color: #FFFFFF;
  border-radius: 15px;
}
.cms_crm_box_right h5 {
  font-family: "Gilroy-Bold";
  margin-bottom: 10px;
  padding: 1rem 1.5rem;
}
.cms_crm_box_right ul {
  padding-bottom: 1rem;
}
.cms_crm_box_right ul li {
  padding: 0.5rem 1.5rem;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  border-bottom: 1px solid #f4f4f4;
}
.cms_crm_box_right ul li:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .cms_crm_box_right {
    width: 100%;
  }
  .cms_crm_box_right h5 {
    padding: 1rem;
    text-align: center;
  }
  .cms_crm_box_right ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    padding: 0 1rem 1rem;
  }
  .cms_crm_box_right ul li {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    border: none;
    flex-direction: column;
    text-align: center;
    font-size: 0.8rem;
    background-color: rgba(69, 80, 194, 0.1);
    border-radius: 0.5rem;
    padding: 0.5rem;
    line-height: 1.36;
  }
}
@media only screen and (max-width: 768px) {
  .cms_crm_box {
    flex-direction: column;
    gap: 20px;
  }
}
.cms_abe_header {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.cms_abe_header ul {
  padding: 0.5rem;
  background-color: #FFFFFF;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cms_abe_header ul li {
  padding: 0.75rem 1rem;
  border-radius: 2rem;
  cursor: pointer;
  font-family: "Gilroy-Bold";
  line-height: 1;
}
.cms_abe_header ul li.active {
  background-color: #4550c2;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .cms_abe_header {
    margin-bottom: 30px;
  }
  .cms_abe_header ul {
    gap: 0.5rem;
    width: 100%;
  }
  .cms_abe_header ul li {
    padding: 0.75rem 0.5rem;
    width: 33.3333333333%;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 420px) {
  .cms_abe_header ul li {
    font-size: 0.8rem;
  }
}
.cms_abe_content {
  display: none;
}
.cms_abe_content.open {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .cms_abe_content.open {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.8rem;
  }
}
.cms_abe_content_box {
  padding: 1rem;
  border: 1px solid #4550c2;
  border-radius: 0.8rem;
  background-color: #FFFFFF;
}
.cms_abe_content_box span {
  display: inline-flex;
  margin-bottom: 10px;
}
.cms_abe_content_box span img {
  max-width: 80%;
}
@media only screen and (max-width: 499px) {
  .cms_abe_content_box span img {
    max-width: 60%;
  }
}
.cms_abe_content_box h4 {
  font-family: "Gilroy-Bold";
  margin-bottom: 10px;
  color: #000000;
}
.cms_abe_content_box p {
  margin-bottom: 0;
}
@media only screen and (max-width: 499px) {
  .cms_abe_content_box {
    padding: 0.8rem;
  }
}
.cms_slider {
  margin-bottom: 40px;
}
.cms_slider_box {
  border-radius: 10px;
  overflow: hidden;
}
.cms_slider_box_image {
  background-color: #f1f1fb;
  padding: 1rem;
  padding-bottom: 2rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cms_slider_box_image img {
  width: 100%;
}
.cms_slider_box_content {
  padding: 1.5rem;
  background-color: #4550c2;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}
.cms_slider_box_content:before {
  content: "";
  display: inline-flex;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: -32px;
  width: 0;
  height: 0;
  border-left: 25rem solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 2rem solid #4550c2;
}
@media only screen and (max-width: 768px) {
  .cms_slider_box_content:before {
    top: -31px;
    border-left: 35rem solid transparent;
  }
}
.cms_slider_box_content h4 {
  color: #FFFFFF;
  font-family: "Gilroy-Bold";
}
.cms_slider_box_content p {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cms_slider .slick-slide {
  margin: 0 15px;
}
.cms_slider .slick-list {
  margin: 0 -15px;
}
.cms_slider .slick-prev,
.cms_slider .slick-next {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #c4c4c4;
  border-radius: 100%;
  position: absolute;
  bottom: -20%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  z-index: 99;
  top: auto;
  left: 4%;
}
.cms_slider .slick-prev:before,
.cms_slider .slick-next:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border: none;
  border-top: 1.5px solid #000000;
  border-right: 1.5px solid #000000;
  transform: rotate(45deg);
  opacity: 1;
}
.cms_slider .slick-prev:hover,
.cms_slider .slick-next:hover {
  background-color: #4550c2;
  border-color: #4550c2;
}
.cms_slider .slick-prev:hover:before,
.cms_slider .slick-next:hover:before {
  border-color: #FFFFFF;
}
.cms_slider .slick-prev {
  left: 0%;
}
.cms_slider .slick-prev:before {
  transform: rotate(225deg);
  margin-left: 8px;
}
@media only screen and (max-width: 768px) {
  .cms_slider .slick-prev {
    left: 41%;
    bottom: -15%;
  }
}
.cms_slider .slick-next:before {
  margin-left: -8px;
}
@media only screen and (max-width: 768px) {
  .cms_slider .slick-next {
    right: 41%;
    bottom: -15%;
    left: auto;
  }
}
.cms_slider .slick-disabled {
  opacity: 0.25;
  pointer-events: none;
}
.cms_slider .slick-disabled:hover {
  background-color: #FFFFFF;
  border-color: #000000;
}
.cms_slider .slick-disabled:hover:before {
  border-color: #000000;
}
.cms_gatekeep {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .cms_gatekeep {
    width: 100%;
  }
}
.cms_gatekeep_box h4 {
  color: #FFFFFF;
  font-family: "Gilroy-Bold";
  margin-bottom: 30px;
  font-size: 28px;
}
.cms_gatekeep_box_inner_row {
  margin-bottom: 20px;
  display: flex;
  gap: 1rem;
}
.cms_gatekeep_box_inner_row_image img {
  width: 50px;
}
@media only screen and (max-width: 768px) {
  .cms_gatekeep_box_inner_row_image img {
    width: 45px;
  }
}
.cms_gatekeep_box_inner_row_content h5 {
  color: #FFFFFF;
  margin-bottom: 10px;
  font-family: "Gilroy-Bold";
  line-height: 1;
}
.cms_gatekeep_box_inner_row_content p {
  color: #FFFFFF;
  margin-bottom: 0;
  font-family: "Gilroy Light";
  line-height: 1;
}
.cms_gatekeep_box_inner_row:last-child {
  margin-bottom: 0;
}
.cms_website h3 {
  font-size: 36px;
  color: #FFFFFF;
  margin-bottom: 15px;
  font-family: "Gilroy-ExtraBold";
  text-align: center;
}
.cms_website p {
  color: #FFFFFF;
  font-family: "Gilroy Light";
  margin-bottom: 20px;
  text-align: center;
}
.cms_website_inner {
  display: flex;
  justify-content: center;
}
.cms_website_inner ul {
  display: flex;
  gap: 1rem;
}
.cms_website_inner ul li a {
  padding: 0.5rem 2rem;
  background-color: #FFFFFF;
  display: inline-flex;
  border: 1px solid #FFFFFF;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .cms_website_inner ul li a {
    padding: 0.5rem 1.25rem;
  }
}
.cms_website_inner ul li:last-child a {
  background-color: transparent;
  color: #FFFFFF;
}
.cms_website_inner ul li:last-child a:hover {
  background-color: #FFFFFF;
  color: #4550c2;
}
@media only screen and (max-width: 768px) {
  .cms_website {
    padding: 0 15px;
  }
  .cms_website h3 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 768px) {
  .set > a {
    padding: 10px 40px 10px 15px;
  }
}
#bidhom_sticker {
  position: relative;
}
#bidhom_sticker:before {
  content: "";
  width: 150px;
  height: 600px;
  background: url(../img/plugin/bidhom_logo_vertical.webp) no-repeat;
  background-size: contain;
  display: inline-flex;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  #bidhom_sticker:before {
    content: "";
    width: 80px;
    height: 320px;
    opacity: 0.5;
    z-index: 0;
  }
}
@media only screen and (max-width: 768px) {
  #bidhom_sticker:before {
    content: "";
    width: 80px;
    height: 320px;
    opacity: 0.5;
    z-index: 0;
  }
}

#bidnow_sticker {
  padding-bottom: 200px;
}

.bidbtnbg {
  background-color: #fbfaff;
}

.stickerbg {
  background-color: #e7e5f4;
}

.pluginstickerbg {
  background-color: #e7e5f4;
  position: relative;
}
.pluginhiwbg {
  background-color: #f5f4fe;
}
.plugin_header {
  background-color: #4550c2;
  padding: 50px 0;
}
.plugin_header_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-top: 100px;
}
.plugin_header_box.with_campaign {
  padding-top: 140px;
}
.plugin_header_box_left {
  width: 50%;
}
.plugin_header_box_left h1 {
  font-family: "Gilroy-ExtraBold";
  font-size: 54px;
  line-height: 1.18;
  margin-bottom: 15px;
}
.plugin_header_box_left p {
  font-size: 20px;
  line-height: 1.48;
  margin-bottom: 15px;
}
.plugin_header_box_left h5 {
  font-family: "Gilroy-Bold";
  font-size: 24px;
  margin-bottom: 15px;
}
.plugin_header_box_left h5 span {
  font-size: 32px;
  color: #ffcc00;
  font-family: "Gilroy-Bold";
}
.plugin_header_box_left a {
  margin-bottom: 15px;
  font-family: "Gilroy SemiBold";
  color: #000000 !important;
}
.plugin_header_box_left a:hover {
  color: #FFFFFF !important;
}
.plugin_header_box_left span.pluginspan {
  display: flex;
  font-size: 18px;
  font-family: "Gilroy-Bold";
  margin-bottom: 15px;
}
.plugin_header_box_right {
  width: 50%;
}
.plugin_header_box_right img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .plugin_header_box {
    flex-direction: column;
    padding-top: 100px;
  }
  .plugin_header_box_left {
    width: 100%;
  }
  .plugin_header_box_left h1 {
    font-size: 48px;
    margin-bottom: 10px;
  }
  .plugin_header_box_left p {
    font-size: 16px;
    line-height: 1.48;
    margin-bottom: 10px;
  }
  .plugin_header_box_left h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .plugin_header_box_left h5 span {
    font-size: 28px;
  }
  .plugin_header_box_left a {
    margin-bottom: 10px;
  }
  .plugin_header_box_left span.pluginspan {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .plugin_header_box_right {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .plugin_header_box {
    flex-direction: column;
    padding-top: 0;
  }
  .plugin_header_box_left {
    width: 100%;
  }
  .plugin_header_box_left h1 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .plugin_header_box_left p {
    font-size: 16px;
    line-height: 1.48;
    margin-bottom: 10px;
  }
  .plugin_header_box_left h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .plugin_header_box_left h5 span {
    font-size: 28px;
  }
  .plugin_header_box_left a {
    margin-bottom: 10px;
  }
  .plugin_header_box_left span.pluginspan {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .plugin_header_box_right {
    width: 100%;
  }
}
.plugin_bidnow_sticker {
  padding-top: 60px;
}
.plugin_bidnow_sticker_header {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
.plugin_bidnow_sticker_header h2 {
  font-family: "Gilroy-ExtraBold";
  font-size: 36px;
  line-height: 1.18;
  margin-bottom: 20px;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .plugin_bidnow_sticker_header h2 {
    position: relative;
    z-index: 9;
  }
}
.plugin_bidnow_sticker_header p {
  font-size: 20px;
  line-height: 1.48;
  margin-bottom: 0;
  font-family: "Gilroy Medium";
  color: #1d1d1d;
}
@media only screen and (max-width: 768px) {
  .plugin_bidnow_sticker_header p {
    position: relative;
    z-index: 9;
  }
}
.plugin_bidnow_sticker_header p span {
  font-family: "Gilroy-Bold";
}
.plugin_bidnow_sticker_image {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.plugin_bidnow_sticker_image img {
  width: 100%;
  height: auto;
}
.plugin_wycd_header {
  margin-bottom: 40px;
}
.plugin_wycd_header h3 {
  font-family: "Gilroy-ExtraBold";
  font-size: 40px;
  margin-bottom: 10px;
  color: #FFFFFF;
  text-align: center;
}
.plugin_wycd_header p {
  font-size: 20px;
  line-height: 1.48;
  color: #FFFFFF;
  text-align: center;
  font-family: "Gilroy Medium";
}
.plugin_wycd_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.plugin_wycd_body_left {
  width: 50%;
  background-color: #f4f3f9;
  border-radius: 15px;
}
.plugin_wycd_body_left_box {
  padding: 20px 0;
}
.plugin_wycd_body_left_box_inner {
  padding: 15px 20px;
  border-bottom: 1px solid #bcb8d3;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  background-color: transparent;
}
.plugin_wycd_body_left_box_inner h5 {
  margin: 0;
  font-family: "Gilroy-Bold";
  color: #000000;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.plugin_wycd_body_left_box_inner p {
  margin: 0;
  font-family: "Gilroy Medium";
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.plugin_wycd_body_left_box_inner:hover {
  background-color: #FFFFFF;
}
.plugin_wycd_body_left_box_inner.active {
  background-color: #FFFFFF;
  padding-left: 40px;
  cursor: default;
}
@media only screen and (max-width: 768px) {
  .plugin_wycd_body_left_box_inner.active {
    padding-left: 20px;
  }
}
.plugin_wycd_body_left_box_inner.active h5 {
  margin-bottom: 8px;
}
.plugin_wycd_body_left_box_inner.active p {
  opacity: 1;
  max-height: 200px;
}
.plugin_wycd_body_left_button {
  padding: 15px 20px;
  display: flex;
  justify-content: center;
  padding-bottom: 35px;
}
.plugin_wycd_body_right {
  width: 50%;
  display: flex;
  justify-content: center;
}
.plugin_wycd_body_right_inner_box {
  display: none;
  justify-content: center;
}
.plugin_wycd_body_right_inner_box.active {
  display: flex;
}
.plugin_wycd_body_right img {
  width: 80%;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .plugin_wycd_body {
    flex-direction: column;
  }
  .plugin_wycd_body_left {
    width: 100%;
  }
  .plugin_wycd_body_right {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .plugin_wycd_body {
    flex-direction: column;
  }
  .plugin_wycd_body_left {
    width: 100%;
  }
  .plugin_wycd_body_right {
    width: 100%;
  }
}
.plugin_hiw_header {
  margin-bottom: 40px;
}
.plugin_hiw_header h3 {
  font-family: "Gilroy-ExtraBold";
  font-size: 40px;
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (max-width: 425px) {
  .plugin_hiw_header h3 {
    font-size: 32px;
  }
}
.plugin_hiw_header p {
  font-size: 20px;
  line-height: 1.48;
  text-align: center;
  font-family: "Gilroy Medium";
}
@media only screen and (max-width: 425px) {
  .plugin_hiw_header p {
    font-size: 16px;
  }
}
.plugin_hiw_image {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.plugin_hiw_image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .plugin_hiw_image {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .plugin_hiw_image {
    display: none;
  }
}
.plugin_hiw_body {
  display: none;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .plugin_hiw_body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 768px) {
  .plugin_hiw_body {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .plugin_hiw_body_box {
    padding: 10px;
    border-radius: 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) and (max-width: 768px) {
  .plugin_hiw_body_box {
    padding: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .plugin_hiw_body_box span {
    font-family: "Gilroy-ExtraBold";
    font-size: 36px;
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 8px;
    line-height: 1;
  }
}
@media only screen and (max-width: 991px) and (max-width: 768px) {
  .plugin_hiw_body_box span {
    font-size: 40px;
    padding: 8px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .plugin_hiw_body_box h4 {
    font-size: 28px;
    color: #FFFFFF;
    font-family: "Gilroy-ExtraBold";
  }
}
@media only screen and (max-width: 991px) and (max-width: 768px) {
  .plugin_hiw_body_box h4 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .plugin_hiw_body_box p {
    font-size: 16px;
    color: #FFFFFF;
    font-family: "Gilroy SemiBold";
  }
}
@media only screen and (max-width: 991px) and (max-width: 768px) {
  .plugin_hiw_body_box p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .plugin_hiw_body_box.hiwbox1 {
    background-color: #0082d2;
  }
  .plugin_hiw_body_box.hiwbox2 {
    background-color: #00aae0;
  }
  .plugin_hiw_body_box.hiwbox3 {
    background-color: #2fd1d1;
  }
}
.plugin_bidhom_offer {
  margin-bottom: 30px;
}
.plugin_bidhom_offer_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  max-width: 1000px;
  margin: 0 auto;
}
.plugin_bidhom_offer_box_left {
  width: 50%;
  border: 2px solid #FFFFFF;
  border-radius: 15px;
  background: #FFFFFF;
  background: -webkit-linear-gradient(181deg, rgb(255, 255, 255) 0%, rgb(225, 236, 249) 100%);
  background: -moz-linear-gradient(181deg, rgb(255, 255, 255) 0%, rgb(225, 236, 249) 100%);
  background: linear-gradient(181deg, rgb(255, 255, 255) 0%, rgb(225, 236, 249) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#E1ECF9", GradientType=0);
  position: relative;
  display: flex;
  align-items: center;
}
.plugin_bidhom_offer_box_left span {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #4550c2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 8px solid #f5f4fe;
  position: absolute;
  right: -50px;
  color: #FFFFFF;
  font-family: "Gilroy-Bold";
}
.plugin_bidhom_offer_box_left span:before {
  content: "";
  width: 105px;
  height: 105px;
  border-radius: 105px;
  border: 2px solid #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  mask: linear-gradient(to right, #000 50%, transparent 50%);
  -webkit-mask: linear-gradient(to right, #000 50%, transparent 50%);
}
.plugin_bidhom_offer_box_left ul {
  padding: 0 20px;
  width: 100%;
  margin-right: 50px;
}
.plugin_bidhom_offer_box_left ul li {
  font-family: "Gilroy SemiBold";
  color: #313131;
  padding: 10px 15px;
  font-size: 22px;
  border-bottom: 1px solid #d8dbf8;
}
.plugin_bidhom_offer_box_left ul li:last-child {
  border-bottom: none;
}
.plugin_bidhom_offer_box_right {
  width: 50%;
  border: 2px solid #FFFFFF;
  border-radius: 15px;
  background: #FFFFFF;
  background: -webkit-linear-gradient(181deg, rgb(255, 255, 255) 0%, rgb(225, 236, 249) 100%);
  background: -moz-linear-gradient(181deg, rgb(255, 255, 255) 0%, rgb(225, 236, 249) 100%);
  background: linear-gradient(181deg, rgb(255, 255, 255) 0%, rgb(225, 236, 249) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#E1ECF9", GradientType=0);
  position: relative;
  display: flex;
  align-items: center;
}
.plugin_bidhom_offer_box_right span {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #4550c2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 8px solid #f5f4fe;
  position: absolute;
  left: -50px;
  color: #FFFFFF;
  font-family: "Gilroy-Bold";
}
.plugin_bidhom_offer_box_right span:before {
  content: "";
  width: 105px;
  height: 105px;
  border-radius: 105px;
  border: 2px solid #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  mask: linear-gradient(to left, #000 50%, transparent 50%);
  -webkit-mask: linear-gradient(to left, #000 50%, transparent 50%);
}
.plugin_bidhom_offer_box_right ul {
  padding: 0 20px;
  width: 100%;
  margin-left: 50px;
}
.plugin_bidhom_offer_box_right ul li {
  font-family: "Gilroy SemiBold";
  color: #313131;
  padding: 10px 15px;
  font-size: 22px;
  border-bottom: 1px solid #d8dbf8;
}
.plugin_bidhom_offer_box_right ul li:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .plugin_bidhom_offer_box {
    flex-direction: column;
    gap: 65px;
    margin-top: 80px;
  }
  .plugin_bidhom_offer_box_left {
    width: 100%;
  }
  .plugin_bidhom_offer_box_left ul {
    margin: 0;
    padding: 0 15px;
    margin-top: 50px;
  }
  .plugin_bidhom_offer_box_left ul li {
    font-size: 18px;
    padding: 8px 10px;
  }
  .plugin_bidhom_offer_box_left span {
    border: 5px solid #f5f4fe;
    position: absolute;
    right: unset;
    top: -50px;
    left: 20%;
    transform: translateX(-50%);
  }
  .plugin_bidhom_offer_box_left span:before {
    mask: linear-gradient(to bottom, #000 50%, transparent 50%);
    -webkit-mask: linear-gradient(to bottom, #000 50%, transparent 50%);
  }
  .plugin_bidhom_offer_box_right {
    width: 100%;
  }
  .plugin_bidhom_offer_box_right ul {
    margin: 0;
    padding: 0 15px;
    margin-top: 50px;
  }
  .plugin_bidhom_offer_box_right ul li {
    font-size: 18px;
    padding: 8px 10px;
  }
  .plugin_bidhom_offer_box_right span {
    border: 5px solid #f5f4fe;
    position: absolute;
    left: unset;
    right: 20%;
    transform: translateX(50%);
    top: -50px;
  }
  .plugin_bidhom_offer_box_right span:before {
    mask: linear-gradient(to bottom, #000 50%, transparent 50%);
    -webkit-mask: linear-gradient(to bottom, #000 50%, transparent 50%);
  }
}
.plugin_bidbtn_header {
  margin-bottom: 40px;
}
.plugin_bidbtn_header h3 {
  font-family: "Gilroy-ExtraBold";
  font-size: 40px;
  text-align: center;
  color: #000000;
}
@media only screen and (max-width: 425px) {
  .plugin_bidbtn_header h3 {
    font-size: 32px;
  }
}
.plugin_bidbtn_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  background: -webkit-linear-gradient(181deg, rgb(255, 255, 255) 0%, rgb(225, 236, 249) 100%);
  background: -moz-linear-gradient(181deg, rgb(255, 255, 255) 0%, rgb(225, 236, 249) 100%);
  background: linear-gradient(181deg, rgb(255, 255, 255) 0%, rgb(225, 236, 249) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#E1ECF9", GradientType=0);
  border: 2px solid #FFFFFF;
  filter: drop-shadow(9px 9px 16px rgba(0, 0, 0, 0.04));
  border-radius: 15px;
  margin: 120px 0;
}
.plugin_bidbtn_body:before {
  content: "";
  width: 350px;
  height: 460px;
  background: url(../img/plugin/bidhom_services.webp) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plugin_bidbtn_body:before {
    width: 250px;
    height: 340px;
  }
}
@media only screen and (max-width: 768px) {
  .plugin_bidbtn_body:before {
    content: none;
  }
}
.plugin_bidbtn_body_left {
  width: 50%;
}
.plugin_bidbtn_body_left ul li {
  padding: 15px;
  border-bottom: 1px solid #e2e2e2;
  padding-left: 60px;
}
.plugin_bidbtn_body_left ul li span {
  font-family: "Gilroy Medium";
  font-size: 20px;
  color: #000000;
  position: relative;
  display: flex;
  align-items: center;
}
.plugin_bidbtn_body_left ul li span:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/plugin/bidhom_check.webp) no-repeat;
  background-size: contain;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  position: absolute;
  left: -25px;
}
.plugin_bidbtn_body_left ul li:last-child {
  border-bottom: none;
}
.plugin_bidbtn_body_right {
  width: 50%;
}
.plugin_bidbtn_body_right ul li {
  padding: 15px;
  border-bottom: 1px solid #e2e2e2;
  padding-right: 30px;
  display: flex;
  justify-content: end;
}
.plugin_bidbtn_body_right ul li span {
  font-family: "Gilroy Medium";
  font-size: 20px;
  color: #000000;
  position: relative;
  display: flex;
  align-items: center;
}
.plugin_bidbtn_body_right ul li span:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/plugin/bidhom_check.webp) no-repeat;
  background-size: contain;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  position: absolute;
  left: -25px;
}
.plugin_bidbtn_body_right ul li:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plugin_bidbtn_body_left {
    width: 100%;
  }
  .plugin_bidbtn_body_left ul li {
    padding: 10px;
    padding-left: 30px;
  }
  .plugin_bidbtn_body_left ul li span {
    font-size: 16px;
  }
  .plugin_bidbtn_body_left ul li span:before {
    content: "";
    width: 15px;
    height: 15px;
    margin-right: 5px;
    left: -20px;
  }
  .plugin_bidbtn_body_right {
    width: 100%;
  }
  .plugin_bidbtn_body_right ul li {
    padding: 10px;
    padding-right: 10px;
  }
  .plugin_bidbtn_body_right ul li span {
    font-size: 16px;
  }
  .plugin_bidbtn_body_right ul li span:before {
    content: "";
    width: 15px;
    height: 15px;
    margin-right: 5px;
    left: -20px;
  }
}
@media only screen and (max-width: 768px) {
  .plugin_bidbtn_body {
    flex-direction: column;
    margin: 40px 0;
  }
  .plugin_bidbtn_body_left {
    width: 100%;
  }
  .plugin_bidbtn_body_left ul li {
    padding: 10px;
    padding-left: 40px;
  }
  .plugin_bidbtn_body_right {
    width: 100%;
  }
  .plugin_bidbtn_body_right ul li {
    padding: 10px;
    padding-left: 40px;
    justify-content: start;
  }
}
@media only screen and (max-width: 425px) {
  .plugin_bidbtn_body {
    flex-direction: column;
    margin: 30px 0;
  }
  .plugin_bidbtn_body_left {
    width: 100%;
  }
  .plugin_bidbtn_body_left ul li {
    padding: 8px;
    padding-left: 40px;
  }
  .plugin_bidbtn_body_left ul li span {
    font-size: 16px;
  }
  .plugin_bidbtn_body_left ul li span:before {
    width: 18px;
    height: 18px;
  }
  .plugin_bidbtn_body_right {
    width: 100%;
  }
  .plugin_bidbtn_body_right ul li {
    padding: 8px;
    padding-left: 40px;
    justify-content: start;
  }
  .plugin_bidbtn_body_right ul li span {
    font-size: 16px;
  }
  .plugin_bidbtn_body_right ul li span:before {
    width: 18px;
    height: 18px;
  }
}
.plugin_wdyn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plugin_wdyn_left {
  width: 50%;
  padding-right: 10%;
}
.plugin_wdyn_left h4 {
  color: #FFFFFF;
  font-family: "Gilroy-Bold";
  font-size: 44px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.plugin_wdyn_left h4 span {
  font-family: "Gilroy-ExtraBold";
  font-size: 54px;
  color: #FFFFFF;
  display: flex;
  text-transform: capitalize;
}
.plugin_wdyn_left ul li {
  margin-bottom: 15px;
  padding-left: 40px;
}
.plugin_wdyn_left ul li:last-child {
  margin-bottom: 0;
}
.plugin_wdyn_left ul li h5 {
  color: #FFFFFF;
  font-family: "Gilroy-Bold";
  font-size: 28px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
}
.plugin_wdyn_left ul li h5 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -30px;
  z-index: 1;
}
.plugin_wdyn_left ul li h5 span:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #FFFFFF;
  position: absolute;
  display: inline-flex;
  border: 5px solid #b9b2f0;
}
.plugin_wdyn_left ul li p {
  color: #FFFFFF;
  font-family: "Gilroy Medium";
  font-size: 18px;
  margin-bottom: 0;
}
.plugin_wdyn_right {
  width: 50%;
}
.plugin_wdyn_right img {
  width: 100%;
  height: auto;
  filter: drop-shadow(-10px -12px 0px #525fe3);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plugin_wdyn {
    flex-direction: column;
    gap: 15px;
  }
  .plugin_wdyn_left {
    width: 100%;
    padding: 0;
  }
  .plugin_wdyn_left h4 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .plugin_wdyn_left h4 span {
    font-size: 36px;
  }
  .plugin_wdyn_right {
    width: 100%;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .plugin_wdyn {
    flex-direction: column;
    gap: 20px;
  }
  .plugin_wdyn_left {
    width: 100%;
    padding: 0;
  }
  .plugin_wdyn_left h4 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .plugin_wdyn_left h4 span {
    font-size: 40px;
  }
  .plugin_wdyn_right {
    width: 100%;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 449px) {
  .plugin_wdyn_left ul li {
    padding-left: 30px;
    margin-bottom: 10px;
  }
  .plugin_wdyn_left ul li h5 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .plugin_wdyn_left ul li h5 span {
    left: -20px;
  }
  .plugin_wdyn_left ul li p {
    font-size: 16px;
  }
}
.plugin_features_table {
  border-radius: 15px;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.24));
  position: relative;
  margin-top: -200px;
}
.plugin_features_table_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.plugin_features_table_head .thead {
  width: 50%;
  padding: 15px;
  text-align: center;
  background-color: #ddd9f7;
  font-family: "Gilroy-Bold";
  font-size: 20px;
}
.plugin_features_table_head .thead:first-child {
  border-top-left-radius: 15px;
}
.plugin_features_table_head .thead:last-child {
  border-top-right-radius: 15px;
}
@media only screen and (max-width: 449px) {
  .plugin_features_table_head .thead {
    padding: 10px;
    font-size: 18px;
  }
}
.plugin_features_table_body_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
}
.plugin_features_table_body_inner:nth-child(odd) {
  background-color: #eef3f8;
}
.plugin_features_table_body_inner:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.plugin_features_table_body_inner .tbody {
  width: 50%;
  padding: 15px;
  text-align: center;
}
.plugin_features_table_body_inner .tbody span.yes {
  width: 20px;
  height: 20px;
  background-color: green;
  color: #FFFFFF;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
@media only screen and (max-width: 449px) {
  .plugin_features_table_body_inner .tbody {
    padding: 10px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plugin_features_table_head .thead {
    padding: 10px;
    font-size: 18px;
  }
  .plugin_features_table_body_inner .tbody {
    padding: 10px;
    font-size: 14px;
  }
}
.plugin_compatibility {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 600px;
  overflow-y: hidden;
}
.plugin_compatibility_content {
  width: 65%;
}
.plugin_compatibility_content h4 {
  font-family: "Gilroy-ExtraBold";
  font-size: 48px;
  color: #000000;
  margin-bottom: 15px;
}
.plugin_compatibility_content h4 span {
  font-family: "Gilroy-Bold";
  font-size: 32px;
  color: rgb(29, 29, 29);
  display: flex;
}
.plugin_compatibility_content h5 {
  font-family: "Gilroy-ExtraBold";
  font-size: 28px;
  color: #4550c2;
  margin-bottom: 15px;
}
.plugin_compatibility_content p {
  font-family: "Gilroy Medium";
  font-size: 18px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 769px) {
  .plugin_compatibility_content p {
    width: 70%;
  }
}
.plugin_compatibility_image {
  display: flex;
  width: 35%;
}
.plugin_compatibility_image .container-scroller {
  display: flex;
  align-items: stretch;
  padding: 0 20px;
  gap: 20px;
}
.plugin_compatibility_image .scroller {
  flex: 1;
  height: 100%;
  gap: 20px;
  overflow: hidden;
  -webkit-mask: linear-gradient(0deg, transparent, white 20%, white 80%, transparent);
  mask: linear-gradient(0deg, transparent, white 20%, white 80%, transparent);
}
.plugin_compatibility_image .scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  flex-direction: column;
  height: max-content;
  animation: scroll var(--_animation-duration, 15s) var(--_animation-direction, forwards) linear infinite;
}
.plugin_compatibility_image .scroller__inner.reverse {
  --_animation-direction: reverse;
}
.plugin_compatibility_image img {
  width: 100%;
  max-width: 100%;
}
@keyframes scroll {
  to {
    transform: translateY(calc(-50% - 0.5rem));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plugin_compatibility {
    flex-direction: column;
    padding: 30px 0;
  }
  .plugin_compatibility_content {
    width: 100%;
  }
  .plugin_compatibility_image {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .plugin_compatibility {
    flex-direction: column;
    padding: 30px 0;
  }
  .plugin_compatibility_content {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 449px) {
  .plugin_compatibility_content h4 {
    font-size: 36px;
  }
  .plugin_compatibility_content h4 span {
    font-size: 28px;
  }
  .plugin_compatibility_content h5 {
    font-size: 24px;
  }
  .plugin_compatibility_content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .plugin_compatibility_image {
    width: 100%;
    display: none;
  }
}
.plugin_ourpeople_header {
  margin-bottom: 50px;
}
.plugin_ourpeople_header h4 {
  font-family: "Gilroy-ExtraBold";
  font-size: 40px;
  text-align: center;
  color: #000000;
}
.plugin_ourpeople_header p {
  font-size: 20px;
  line-height: 1.48;
  text-align: center;
  font-family: "Gilroy Medium";
}
.plugin_ourpeople_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1150px;
  margin: 0 auto;
  gap: 50px;
}
.plugin_ourpeople_body_image {
  width: 50%;
}
.plugin_ourpeople_body_image img {
  width: 100%;
  height: auto;
}
.plugin_ourpeople_body_content {
  width: 50%;
}
.plugin_ourpeople_body_content_inner {
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 15px;
  filter: drop-shadow(8px 9px 40px rgba(0, 0, 0, 0.09));
  position: relative;
}
.plugin_ourpeople_body_content_inner:after {
  content: "";
  width: 80px;
  height: 80px;
  background: url(../img/plugin/shape.webp) no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  bottom: 15px;
  display: inline-flex;
}
.plugin_ourpeople_body_content_inner p {
  font-family: "Gilroy Medium";
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.44;
}
.plugin_ourpeople_body_content_inner h3 {
  color: #4550c2;
  font-size: 125px;
  font-family: "Gilroy-ExtraBold";
  line-height: 1;
  display: flex;
  align-items: flex-start;
}
.plugin_ourpeople_body_content_inner h3 span {
  font-family: "Gilroy-ExtraBold";
  color: #4550c2;
  font-size: 64px;
  line-height: 1;
  display: flex;
  margin-top: 10px;
}
.plugin_ourpeople_body_content_inner h6 {
  font-family: "Gilroy-ExtraBold";
  color: #383838;
  font-size: 32px;
}
.plugin_ourpeople_body_content_inner p.based_on {
  font-family: "Gilroy Medium";
  font-size: 20px;
  color: #000000;
  margin-bottom: 0;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plugin_ourpeople_body {
    gap: 20px;
  }
  .plugin_ourpeople_body_content_inner {
    padding: 10px;
    border-radius: 10px;
  }
  .plugin_ourpeople_body_content_inner:after {
    width: 60px;
    height: 60px;
    bottom: 10px;
  }
  .plugin_ourpeople_body_content_inner p {
    font-size: 16px;
    line-height: 1.36;
  }
  .plugin_ourpeople_body_content_inner p br {
    display: block;
  }
  .plugin_ourpeople_body_content_inner p.based_on {
    font-size: 14px;
  }
  .plugin_ourpeople_body_content_inner h3 {
    font-size: 80px;
  }
  .plugin_ourpeople_body_content_inner h3 span {
    font-size: 32px;
  }
  .plugin_ourpeople_body_content_inner h6 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .plugin_ourpeople_body {
    flex-direction: column;
    gap: 15px;
  }
  .plugin_ourpeople_body_image {
    width: 100%;
  }
  .plugin_ourpeople_body_content {
    width: 100%;
  }
  .plugin_ourpeople_body_content_inner {
    padding: 15px;
    border-radius: 10px;
  }
  .plugin_ourpeople_body_content_inner p {
    font-size: 16px;
    line-height: 1.36;
  }
  .plugin_ourpeople_body_content_inner p.based_on {
    font-size: 16px;
  }
  .plugin_ourpeople_body_content_inner h3 {
    font-size: 90px;
  }
  .plugin_ourpeople_body_content_inner h3 span {
    font-size: 44px;
  }
  .plugin_ourpeople_body_content_inner h6 {
    font-size: 24px;
  }
}
.plugin_turnlistings {
  margin-bottom: 60px;
}
.plugin_turnlistings_box {
  padding: 50px;
  border-radius: 20px;
  background-color: #4550c2;
  position: relative;
  overflow: hidden;
}
.plugin_turnlistings_box:before {
  content: "";
  width: 95px;
  height: 84px;
  background: url(../img/plugin/bid_home.webp) no-repeat;
  background-size: contain;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 100px;
  top: 20px;
  z-index: 99;
}
.plugin_turnlistings_box:after {
  content: "";
  width: 88px;
  height: 129px;
  background: url(../img/plugin/bid_hand.webp) no-repeat;
  background-size: contain;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 100px;
  bottom: 20px;
  z-index: 99;
}
.plugin_turnlistings_box h4 {
  color: #FFFFFF;
  font-size: 48px;
  font-family: "Gilroy-ExtraBold";
  margin-bottom: 20px;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 99;
}
.plugin_turnlistings_box p {
  font-family: "Gilroy Medium";
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 99;
}
.plugin_turnlistings_box_buttons {
  display: flex;
  justify-content: center;
}
.plugin_turnlistings_box_buttons a {
  background-color: #ffb400;
  font-family: "Gilroy-Bold";
  color: #232323;
  padding: 10px 20px;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 99;
}
.plugin_turnlistings_box span {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  border-radius: 800px;
}
.plugin_turnlistings_box span:before {
  content: "";
  width: 900px;
  height: 900px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 900px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 0;
}
.plugin_turnlistings_box span:after {
  content: "";
  width: 1000px;
  height: 1000px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 1000px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plugin_turnlistings {
    margin-bottom: 40px;
  }
  .plugin_turnlistings_box {
    padding: 40px;
    border-radius: 15px;
  }
  .plugin_turnlistings_box:before {
    width: 55px;
    height: 44px;
    left: 30px;
    top: 15px;
  }
  .plugin_turnlistings_box:after {
    width: 48px;
    height: 69px;
    right: 30px;
    bottom: 15px;
  }
  .plugin_turnlistings_box h4 {
    font-size: 36px;
  }
  .plugin_turnlistings_box p {
    font-size: 18px;
  }
  .plugin_turnlistings_box_buttons a {
    padding: 5px 15px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .plugin_turnlistings_box {
    padding: 30px 25px;
  }
  .plugin_turnlistings_box:before {
    width: 55px;
    height: 54px;
    left: 10px;
    top: unset;
    bottom: 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 425px) {
  .plugin_turnlistings_box:before {
    width: 45px;
    height: 44px;
  }
}
@media only screen and (max-width: 768px) {
  .plugin_turnlistings_box:after {
    width: 48px;
    height: 79px;
    right: 10px;
    bottom: 0px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 425px) {
  .plugin_turnlistings_box:after {
    width: 38px;
    height: 69px;
  }
}
@media only screen and (max-width: 768px) {
  .plugin_turnlistings_box h4 {
    font-size: 36px;
    line-height: 1.24;
  }
  .plugin_turnlistings_box p {
    font-size: 16px;
    line-height: 1.36;
  }
  .plugin_turnlistings_box span {
    width: 500px;
    height: 500px;
    border-radius: 500px;
  }
  .plugin_turnlistings_box span:before {
    width: 550px;
    height: 550px;
    border-radius: 550px;
  }
  .plugin_turnlistings_box span:after {
    width: 600px;
    height: 600px;
    border-radius: 600px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 425px) {
  .plugin_turnlistings_box span {
    width: 350px;
    height: 350px;
    border-radius: 350px;
  }
  .plugin_turnlistings_box span:before {
    width: 400px;
    height: 400px;
    border-radius: 400px;
  }
  .plugin_turnlistings_box span:after {
    width: 450px;
    height: 450px;
    border-radius: 450px;
  }
}
@media only screen and (max-width: 768px) {
  .plugin_turnlistings_box_buttons a {
    padding: 5px 15px;
    font-size: 16px;
  }
}
.plugin_compare_header {
  margin-bottom: 50px;
}
.plugin_compare_header h4 {
  font-family: "Gilroy-ExtraBold";
  font-size: 40px;
  text-align: center;
  color: #000000;
}
.plugin_compare_header h4 span {
  color: #4550c2;
  font-family: "Gilroy-ExtraBold";
}
.plugin_compare_header p {
  font-size: 20px;
  line-height: 1.48;
  text-align: center;
  font-family: "Gilroy Medium";
}
.plugin_compare_table {
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #dfe1f4;
  filter: drop-shadow(4px 8px 10px rgba(0, 0, 0, 0.07));
  border-radius: 15px;
}
.plugin_compare_table_head {
  background-color: #4550c2;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.plugin_compare_table_head .thead {
  padding: 15px;
  color: #FFFFFF;
  font-family: "Gilroy-Bold";
}
.plugin_compare_table_body_inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background-color: #f7f8fe;
}
.plugin_compare_table_body_inner:nth-child(odd) {
  background-color: #ebedfa;
}
.plugin_compare_table_body_inner .tbody {
  padding: 15px;
  font-family: "Gilroy Medium";
  display: flex;
  align-items: center;
  gap: 8px;
}
.plugin_compare_table_body_inner .tbody span.yes {
  width: 20px;
  height: 20px;
  background-color: #4bae4f;
  color: #FFFFFF;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.plugin_compare_table_body_inner .tbody span.no {
  width: 20px;
  height: 20px;
  background-color: #f23022;
  color: #FFFFFF;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.plugin_compare_table_body_inner .tbody span.require {
  width: 20px;
  height: 20px;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  position: relative;
}
.plugin_compare_table_body_inner .tbody span.require:before {
  content: "!";
  display: inline-flex;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #ffcc32;
  justify-content: center;
  font-size: 12px;
}
.plugin_compare_table_body_inner .tbody span.progress {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 8px;
  background: #dedede;
  border-radius: 8px;
  overflow: hidden;
}
.plugin_compare_table_body_inner .tbody span.progress::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: var(--progress, 0%);
  background-color: var(--progress-color, #4bae4f);
  transition: width 0.3s ease, background-color 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .plugin_compare_table {
    overflow-x: auto;
  }
  .plugin_compare_table_head {
    display: flex;
  }
  .plugin_compare_table_head .thead {
    width: 33.3333333333%;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  .plugin_compare_table_body_inner {
    display: flex;
  }
  .plugin_compare_table_body_inner .tbody {
    width: 33.3333333333%;
    padding: 10px;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 14px;
  }
  .plugin_compare_table_body_inner .tbody:first-child {
    font-family: "Gilroy SemiBold";
  }
}

.new_popup_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  display: none;
}
.new_popup_box.show {
  display: block;
}
.new_popup_box_close {
  position: absolute;
  background: url(../img/close_button_demo.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  top: -25px;
  right: -25px;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 1400px) {
  .new_popup_box_close {
    top: -5px;
  }
}
@media only screen and (max-width: 449px) {
  .new_popup_box_close {
    width: 20px;
    height: 20px;
    top: -30px;
    right: 0px;
  }
}
.new_popup_box_close:hover {
  transform: scale(0.9);
}
.new_popup_box_inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 550px;
  background-color: white;
  border-radius: 15px;
  padding: 15px;
  width: 100%;
  background: url(../img/campaigns/black_friday_bg_2025.avif) no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 680px) {
  .new_popup_box_inner {
    width: 90%;
  }
}
.new_popup_box_inner_box h3 {
  font-size: 54px;
  color: #FF2E2E;
  font-family: "Gilroy-ExtraBold";
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.new_popup_box_inner_box h3 span {
  font-size: 32px;
  color: #E6E6E6;
  font-family: "Gilroy Medium";
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1400px) {
  .new_popup_box_inner_box h3 {
    font-size: 48px;
  }
  .new_popup_box_inner_box h3 span {
    font-size: 28px;
  }
}
@media only screen and (max-width: 449px) {
  .new_popup_box_inner_box h3 {
    font-size: 44px;
  }
  .new_popup_box_inner_box h3 span {
    font-size: 24px;
  }
}
.new_popup_box_inner_box .popup_timer {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 449px) {
  .new_popup_box_inner_box .popup_timer {
    margin-bottom: 15px;
  }
}
.new_popup_box_inner_box .popup_timer div {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 1400px) {
  .new_popup_box_inner_box .popup_timer div {
    gap: 10px;
  }
}
@media only screen and (max-width: 449px) {
  .new_popup_box_inner_box .popup_timer div {
    gap: 8px;
  }
}
.new_popup_box_inner_box .popup_timer div span {
  color: #FFFFFF;
  font-size: 28px;
  font-family: "Gilroy Medium";
}
@media (max-width: 449px) {
  .new_popup_box_inner_box .popup_timer div span {
    font-size: 22px;
  }
}
.new_popup_box_inner_box .popup_timer .time-block {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  width: 68px;
  height: 68px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 14px;
  transition: transform 0.25s ease, background 0.25s ease;
}
@media only screen and (max-width: 1400px) {
  .new_popup_box_inner_box .popup_timer .time-block {
    min-width: 60px;
    width: 60px;
    height: 60px;
    padding: 10px 12px;
    border-radius: 12px;
  }
}
@media (max-width: 449px) {
  .new_popup_box_inner_box .popup_timer .time-block {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }
}
.new_popup_box_inner_box .popup_timer .time-number {
  font-size: 44px;
  font-family: "Gilroy-ExtraBold";
  color: #FFC928;
  line-height: 1;
  display: block;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.new_popup_box_inner_box .popup_timer .time-number.animate {
  opacity: 0;
  transform: translateY(-10px);
}
@media only screen and (max-width: 1400px) {
  .new_popup_box_inner_box .popup_timer .time-number {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .new_popup_box_inner_box .popup_timer .time-number {
    font-size: 38px;
  }
}
@media (max-width: 449px) {
  .new_popup_box_inner_box .popup_timer .time-number {
    font-size: 24px;
  }
}
.new_popup_box_inner_box h4 {
  font-size: 20px;
  font-family: "Gilroy Medium";
  color: #E6E6E6;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1400px) {
  .new_popup_box_inner_box h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 449px) {
  .new_popup_box_inner_box h4 {
    font-size: 16px;
  }
}
.new_popup_box_inner_box p {
  font-family: "Gilroy Light";
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1.54;
}
@media only screen and (max-width: 1400px) {
  .new_popup_box_inner_box p {
    font-size: 11px;
  }
}
.new_popup_box_inner_box p a {
  font-family: "Gilroy SemiBold";
  color: #FFFFFF;
}
.new_popup_box_inner_box form {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 550px) {
  .new_popup_box_inner_box form {
    width: 100%;
  }
}
.new_popup_box_inner_box form div {
  margin-bottom: 10px;
}
.new_popup_box_inner_box form div .lc-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #FFFFFF;
  font-family: "Gilroy Light";
}
.new_popup_box_inner_box form div .lc-container a {
  font-family: "Gilroy Medium";
  color: #FFFFFF;
  text-decoration: underline;
}
.new_popup_box_inner_box form div .lc-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.new_popup_box_inner_box form div .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #FFFFFF;
}
.new_popup_box_inner_box form div .lc-container:hover input ~ .checkmark {
  background-color: rgba(255, 255, 255, 0.5);
}
.new_popup_box_inner_box form div .lc-container input:checked ~ .checkmark {
  background-color: #4550c2;
}
.new_popup_box_inner_box form div .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.new_popup_box_inner_box form div .lc-container input:checked ~ .checkmark:after {
  display: block;
}
.new_popup_box_inner_box form div .lc-container .checkmark:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 12px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.new_popup_box_inner_box form input {
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  outline: none;
  background: transparent;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1400px) {
  .new_popup_box_inner_box form input {
    padding: 8px;
  }
}
.new_popup_box_inner_box form input::placeholder {
  color: #FFFFFF;
  opacity: 0.8;
  border-color: #FFFFFF;
}
.new_popup_box_inner_box form input:focus {
  border-color: #FFFFFF;
}
.new_popup_box_inner_box form button {
  width: 100%;
  padding: 10px;
  outline: none;
  font-family: "Gilroy SemiBold";
  background-color: #4550c2;
  color: #FFFFFF;
  border: none;
}
@media only screen and (max-width: 1400px) {
  .new_popup_box_inner_box form button {
    padding: 8px;
  }
}
.new_popup_box_inner_box form div label.error {
  color: #FFC938;
}

.gx_banner-body .title {
  font: 800 60px/1.2 var(--font-family-second);
  letter-spacing: 0.03em;
  color: #000;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3), 0 0 20px rgba(255, 0, 0, 0.5), 2px 2px 4px rgba(0, 0, 0, 0.8);
  margin: 0;
}

.countdown-text {
  display: block;
  font-size: 48px;
  margin-bottom: 20px;
  color: #ff4757;
  text-transform: uppercase;
}

.separator {
  font-size: 40px;
  color: #ff4757;
  margin: 0 5px;
  vertical-align: super;
}

@media (max-width: 768px) {
  .gx_banner-body .title {
    font-size: 40px;
  }
  .time-number {
    font-size: 40px;
  }
  .time-label {
    font-size: 14px;
  }
  .separator {
    font-size: 30px;
  }
}
.bfbg {
  background-color: #000000;
  overflow: hidden;
}

.bidhom_bf_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 60px 0;
  padding-top: 180px;
  position: relative;
}
.bidhom_bf_header:before {
  content: "";
  background: url(../img/pricing/black_halo.webp) no-repeat;
  background-size: cover;
  position: absolute;
  left: 65%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  width: 1535px;
  height: 750px;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .bidhom_bf_header {
    flex-direction: column;
    padding: 40px 0;
    padding-top: 180px;
  }
  .bidhom_bf_header:before {
    content: none;
  }
}
.bidhom_bf_header_left {
  width: 50%;
  z-index: 99;
}
.bidhom_bf_header_left img {
  margin-bottom: 20px;
}
.bidhom_bf_header_left h4 {
  color: #4550c2;
  font-family: "Gilroy-Bold";
  font-size: 24px;
  margin-bottom: 30px;
}
.bidhom_bf_header_left ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
.bidhom_bf_header_left ul li {
  color: #FFFFFF;
  position: relative;
  padding-left: 30px;
}
.bidhom_bf_header_left ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
}
.bidhom_bf_header_left ul li:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 18px;
  border-width: 0 2px 2px 0;
  border-color: #FFFFFF;
  border-style: solid;
  left: 10px;
  display: inline-flex;
  transform: rotate(45deg);
  top: -2px;
}
.bidhom_bf_header_left h5 {
  color: #ffc000;
  font-family: "Gilroy-Bold";
  margin-bottom: 15px;
  font-size: 24px;
}
.bidhom_bf_header_left p {
  color: #FFFFFF;
  font-family: "Gilroy Medium";
  margin-bottom: 15px;
}
.bidhom_bf_header_left a {
  margin-bottom: 15px;
}
.bidhom_bf_header_left span {
  display: flex;
  color: #FFFFFF;
  font-family: "Gilroy Light";
}
@media only screen and (max-width: 768px) {
  .bidhom_bf_header_left {
    width: 100%;
  }
  .bidhom_bf_header_left img {
    width: 100%;
  }
  .bidhom_bf_header_left ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .bidhom_bf_header_left h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.bidhom_bf_header_right {
  width: 50%;
}
.bidhom_bf_header_right img {
  width: 100%;
  animation: float 4s ease-in-out infinite;
}
@media only screen and (max-width: 768px) {
  .bidhom_bf_header_right {
    width: 100%;
  }
}

@keyframes float {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-6px) rotate(-0.3deg);
  }
  50% {
    transform: translateY(-12px) rotate(0.3deg);
  }
  75% {
    transform: translateY(-6px) rotate(-0.2deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
.pcolor {
  color: #4550c2;
}

.pp_duration {
  margin-bottom: 90px;
}

#most_popular {
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  #most_popular {
    margin-top: 40px;
  }
}
#most_popular:before {
  content: "Most Popular";
  position: absolute;
  top: -40px;
  left: 0;
  padding: 10px;
  background-color: #4550c2;
  color: #FFFFFF;
  font-family: "Gilroy Medium";
  display: flex;
  justify-content: center;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 0;
  padding-bottom: 30px;
}

.compare_plans {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .compare_plans {
    margin-bottom: 25px;
  }
}

.pricing__mainbox {
  margin-bottom: 0;
}

.pricing__headbox--offer {
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
}
.pricing__headbox--offer span.offer_tag {
  padding: 2px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  background-color: #e10d0d;
  border-radius: 40px;
  height: auto;
  color: #FFFFFF;
  font-family: "Gilroy-Bold";
  margin-bottom: 0;
}
.pricing__headbox--offer span.offer_tag.transparent {
  background-color: transparent;
  color: transparent;
}
.pricing__headbox.enterprise {
  position: relative;
  background-color: #fcf2de;
}
.pricing__headbox.broker {
  position: relative;
  background-color: #dceef9;
}
.pricing__headbox.agent {
  position: relative;
  background-color: #e1f8f0;
}
.pricing__headbox.free {
  position: relative;
  background-color: #e8def7;
}

@media only screen and (max-width: 768px) {
  .fullbreakdown_table_leftbox div.fbd_header {
    background-color: #4550c2;
    font-family: "Gilroy-Bold";
    color: #FFFFFF;
    padding: 0;
    font-size: 16px;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
  }
  .fullbreakdown_table_leftbox div {
    padding: 0 10px;
    font-size: 12px;
  }
  .fullbreakdown_table_rightbox div.fbdtable_box {
    padding: 0;
  }
  .fbdtable_box div {
    font-size: 12px;
  }
  .fbdtable_box div:first-child {
    background-color: #4550c2;
    padding: 10px;
    text-align: center;
    display: block;
    height: 50px;
  }
}
.demo_header {
  padding-top: 140px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .demo_header .container {
    padding: 0;
  }
}
.demo_header_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
}
.demo_header_box:after, .demo_header_box:before {
  background: radial-gradient(50% 50% at 50% 50%, rgba(69, 80, 194, 0.3) 0, rgba(69, 80, 194, 0.3) 50%, rgba(69, 80, 194, 0.3) 100%);
  bottom: 4rem;
  content: "";
  filter: blur(100px);
  height: 40%;
  position: absolute;
  transform: rotate(-146.42deg);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .demo_header_box:after, .demo_header_box:before {
    content: none;
  }
}
.demo_header_box:before {
  left: -8rem;
  width: 25%;
}
.demo_header_box:after {
  right: -8rem;
  width: 25%;
  top: 0;
}
.demo_header_box_left {
  width: 55%;
}
.demo_header_box_left h1 {
  color: #4550c2;
  font-size: 48px;
  font-family: "Gilroy-ExtraBold";
  margin-bottom: 15px;
}
.demo_header_box_left h4 {
  font-family: "Gilroy-Regular";
  margin-bottom: 15px;
}
.demo_header_box_left ul li {
  margin-bottom: 8px;
  padding: 10px 0;
  font-family: "Gilroy Medium";
  position: relative;
  padding-left: 40px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dadae2;
}
.demo_header_box_left ul li:before {
  content: "✔";
  width: 25px;
  height: 25px;
  background-color: #FFFFFF;
  border-radius: 25px;
  position: absolute;
  color: #11a906;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  background: -webkit-linear-gradient(97deg, rgb(255, 255, 255) 0%, rgb(230, 230, 230) 100%);
  background: -moz-linear-gradient(97deg, rgb(255, 255, 255) 0%, rgb(230, 230, 230) 100%);
  background: linear-gradient(97deg, rgb(255, 255, 255) 0%, rgb(230, 230, 230) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#E6E6E6", GradientType=0);
  border: 1px solid #ebebeb;
}
.demo_header_box_left ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.demo_header_box_right {
  width: 45%;
}
.demo_header_box_right .demo_form_box {
  padding: 15px;
  border-radius: 15px;
  filter: drop-shadow(17px 0 24px rgba(160, 160, 160, 0.5));
  background-color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .demo_header_box_right .demo_form_box {
    padding: 10px;
  }
}
.demo_header_box_right .demo_form_box h3 {
  font-family: "Gilroy-ExtraBold";
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
  color: #1d1d1d;
}
.demo_header_box_right .demo_form_box .icon_space {
  margin-bottom: 10px;
}
.demo_header_box_right .demo_form_box form.demo_form .demo_form_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
.demo_header_box_right .demo_form_box form.demo_form .demo_form_row.full_width {
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (max-width: 768px) {
  .demo_header_box_right .demo_form_box form.demo_form .demo_form_row {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-bottom: 10px;
  }
  .demo_header_box_right .demo_form_box form.demo_form .demo_form_row:last-child {
    gap: 0;
    margin-bottom: 0;
  }
}
.demo_header_box_right .demo_form_box form.demo_form .demo_form_row_box input {
  padding: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  width: 100%;
  outline: none;
  transition: all 0.25s ease-in-out;
}
.demo_header_box_right .demo_form_box form.demo_form .demo_form_row_box input:hover {
  border-color: rgba(69, 80, 194, 0.25);
}
.demo_header_box_right .demo_form_box form.demo_form .demo_form_row_box input:focus {
  border-color: rgb(69, 80, 194);
}
.demo_header_box_right .demo_form_box form.demo_form .demo_form_row .demo_form_row_box_2 {
  position: relative;
}
.demo_header_box_right .demo_form_box form.demo_form .demo_form_row .demo_form_row_box_2 p {
  padding: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}
.demo_header_box_right .demo_form_box form.demo_form .demo_form_row .demo_form_row_box_2 p:after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1px solid #121212;
  border-bottom: 1px solid #121212;
  display: inline-flex;
  position: absolute;
  right: 15px;
  transform: rotate(45deg);
}
.demo_header_box_right .demo_form_box form.demo_form .demo_form_row .demo_form_row_box_2 ul {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  border-radius: 5px;
  background-color: #FFFFFF;
  border: 1px solid #e1e1e1;
  position: absolute;
  left: 0;
  width: 100%;
  transition: all 0.25se ease-in-out;
  z-index: 99;
}
.demo_header_box_right .demo_form_box form.demo_form .demo_form_row .demo_form_row_box_2 ul li {
  padding: 4px 8px;
  cursor: pointer;
}
.demo_header_box_right .demo_form_box form.demo_form .demo_form_row .demo_form_row_box_2 ul li:hover {
  background-color: #F5F5F5;
}
.demo_header_box_right .demo_form_box form.demo_form .demo_form_row .demo_form_row_box_2 ul.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
}
.demo_header_box_right .demo_form_box form.demo_form .demo_form_row label.error {
  color: #ff0000;
  font-size: 12px;
}
.demo_header_box_right .demo_form_box form.demo_form .demo_form_row button {
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  background-color: #4550c2;
  color: #FFFFFF;
  font-family: "Gilroy Medium";
  outline: none;
  border: none;
}
.demo_header_box_right .demo_form_box form.demo_form .demo_form_row .form-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 0;
  position: relative;
}
.demo_header_box_right .demo_form_box form.demo_form .demo_form_row .form-group input {
  display: none;
}
.demo_header_box_right .demo_form_box form.demo_form .demo_form_row .form-group label {
  position: relative;
  cursor: pointer;
  color: #5c5c5c;
  font-size: 14px;
  line-height: 20px;
  padding-left: 28px;
}
@media only screen and (max-width: 449px) {
  .demo_header_box_right .demo_form_box form.demo_form .demo_form_row .form-group label {
    padding-left: 24px;
  }
}
.demo_header_box_right .demo_form_box form.demo_form .demo_form_row .form-group label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -10px 10px -12px rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 449px) {
  .demo_header_box_right .demo_form_box form.demo_form .demo_form_row .form-group label:before {
    width: 15px;
    height: 15px;
  }
}
.demo_header_box_right .demo_form_box form.demo_form .demo_form_row .form-group input:checked + label:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 6px;
  width: 5px;
  height: 12px;
  border: solid #4550c2;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
@media only screen and (max-width: 449px) {
  .demo_header_box_right .demo_form_box form.demo_form .demo_form_row .form-group input:checked + label:after {
    left: 6px;
    top: 5px;
    width: 4px;
    height: 10px;
  }
}
.demo_header_box_right .demo_form_box form.demo_form .demo_form_row .form-group-checkbox label.error {
  position: absolute;
  left: 0;
  bottom: -20px;
  font-size: 12px;
  color: #ff0000;
  cursor: default;
}
.demo_header_box_right .demo_form_box form.demo_form .demo_form_row .form-group-checkbox label.error:before {
  content: none;
}
@media only screen and (max-width: 768px) {
  .demo_header {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .demo_header_box {
    flex-direction: column;
    gap: 25px;
  }
  .demo_header_box_left {
    width: 100%;
  }
  .demo_header_box_left h1 {
    font-size: 32px;
  }
  .demo_header_box_left h4 {
    font-size: 18px;
  }
  .demo_header_box_left ul li {
    font-size: 14px;
    margin-bottom: 5px;
    padding: 8px 0;
    padding-left: 30px;
  }
  .demo_header_box_left ul li:before {
    width: 20px;
    height: 20px;
    font-size: 11px;
  }
  .demo_header_box_right {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 449px) {
  .demo_header_box_right .demo_form_box .icon_space {
    width: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .demo_header_box_right .demo_form_box h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.demo_trusted_header {
  margin-bottom: 40px;
}
@media only screen and (max-width: 449px) {
  .demo_trusted_header {
    margin-bottom: 25px;
  }
}
.demo_trusted_header h2 {
  font-size: 32px;
  font-family: "Gilroy-Black";
  color: #000000;
  text-align: center;
}
@media only screen and (max-width: 449px) {
  .demo_trusted_header h2 {
    font-size: 28px;
  }
}
.demo_trusted_body {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .demo_trusted_body {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
@media only screen and (max-width: 449px) {
  .demo_trusted_body {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.demo_trusted_body_box {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  overflow: hidden;
}
.demo_trusted_body_box img {
  transition: all 0.25s ease-in-out;
  width: 100%;
  transform: scale(0.95);
}
.demo_trusted_body_box:hover img {
  transform: scale(1);
}
.demo_next_header {
  margin-bottom: 40px;
}
@media only screen and (max-width: 449px) {
  .demo_next_header {
    margin-bottom: 25px;
  }
}
.demo_next_header h3 {
  font-size: 32px;
  font-family: "Gilroy-Black";
  color: #000000;
  text-align: center;
}
@media only screen and (max-width: 449px) {
  .demo_next_header h3 {
    font-size: 28px;
  }
}
.demo_next_header p {
  font-size: 18px;
  font-family: "Gilroy-Regular";
  color: #000000;
  text-align: center;
}
@media only screen and (max-width: 449px) {
  .demo_next_header p {
    font-size: 16px;
  }
}
.demo_next_body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
  margin: 250px 0;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .demo_next_body {
    grid-template-columns: repeat(1, 1fr);
    margin: 40px 0 120px 0;
    gap: 125px;
  }
}
.demo_next_body:before {
  content: "";
  width: 100%;
  height: 20px;
  border-radius: 20px;
  background: linear-gradient(90deg, #00b5c9 0%, #0090d0 10%, #0067d5 25%, #5b2dd8 40%, #a92ada 55%, #e53e77 70%, #f26a26 85%, #f7c400 100%);
  display: inline-flex;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .demo_next_body:before {
    content: none;
  }
}
.demo_next_body_box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.demo_next_body_box::before {
  content: attr(data-box);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Gilroy-Black";
  font-size: 72px;
  width: 120px;
  height: 120px;
  border-radius: 120px;
  border: 5px solid #FFFFFF;
  background: rgba(0, 181, 201, 0.1);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: -160px;
  color: #a9c7cd;
}
@media only screen and (max-width: 768px) {
  .demo_next_body_box::before {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    top: unset;
    left: 0;
    font-size: 54px;
  }
}
.demo_next_body_box:after {
  content: "";
  width: 2px;
  height: 60px;
  background-color: #cfcfcf;
  position: absolute;
  top: -40px;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .demo_next_body_box:after {
    width: 60px;
    height: 2px;
    top: unset;
    left: 105px;
  }
}
.demo_next_body_box_inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.demo_next_body_box_inner:before {
  content: attr(data-box);
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Gilroy SemiBold";
  font-size: 20px;
  min-width: 100px;
  bottom: -80px;
  max-width: 240px;
  text-align: center;
}
.demo_next_body_box_inner:after {
  content: "";
  width: 2px;
  height: 60px;
  background-color: #cfcfcf;
  position: absolute;
  bottom: -40px;
  z-index: 0;
}
.demo_next_body_box_inner .demo_icon {
  width: 80px;
  height: 80px;
  border: 5px solid #FFFFFF;
  border-radius: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9999;
}
.demo_next_body_box_inner .demo_icon:before {
  content: "";
  width: 50px;
  height: 45px;
  display: inline-flex;
  background-size: cover;
  background-repeat: no-repeat;
}
.demo_next_body_box_inner .demo_icon_1 {
  background: radial-gradient(circle at 30% 30%, #00B5C9 0%, #0067D5 100%);
}
.demo_next_body_box_inner .demo_icon_1:before {
  background-image: url(../img/demo/demo_icons.webp);
  background-position-x: 0;
}
.demo_next_body_box_inner .demo_icon_2 {
  background: radial-gradient(circle at 30% 30%, #6B1AD9 0%, #A92ADA 100%);
}
.demo_next_body_box_inner .demo_icon_2:before {
  background-image: url(../img/demo/demo_icons.webp);
  background-position-x: -65px;
}
.demo_next_body_box_inner .demo_icon_3 {
  background: radial-gradient(circle at 30% 30%, #C629D9 0%, #F25627 100%);
}
.demo_next_body_box_inner .demo_icon_3:before {
  background-image: url(../img/demo/demo_icons.webp);
  background-position-x: -124px;
}
.demo_next_body_box_inner .demo_icon_4 {
  background: radial-gradient(circle at 30% 30%, #F25627 0%, #F7C400 100%);
}
.demo_next_body_box_inner .demo_icon_4:before {
  background-image: url(../img/demo/demo_icons.webp);
  background-position-x: -184px;
}
.demo_next_body_box_reverse:before {
  content: attr(data-box);
  bottom: -160px;
  top: unset;
}
@media only screen and (max-width: 768px) {
  .demo_next_body_box_reverse:before {
    bottom: unset;
    top: unset;
  }
}
.demo_next_body_box_reverse .demo_next_body_box_inner:before {
  content: attr(data-box);
  top: -80px;
  bottom: unset;
}
@media only screen and (max-width: 768px) {
  .demo_next_body_box_reverse .demo_next_body_box_inner:before {
    top: unset;
    bottom: -80px;
  }
}
.demo_next_body_box_reverse .demo_next_body_box_inner.demo_next_body_box_inner_bigger:before {
  content: attr(data-box);
  top: -110px;
}
@media only screen and (max-width: 768px) {
  .demo_next_body_box_reverse .demo_next_body_box_inner.demo_next_body_box_inner_bigger:before {
    top: unset;
    bottom: -110px;
  }
}
.demo_testimonial_header {
  margin-bottom: 40px;
}
@media only screen and (max-width: 449px) {
  .demo_testimonial_header {
    margin-bottom: 25px;
  }
}
.demo_testimonial_header h3 {
  font-size: 32px;
  font-family: "Gilroy-Black";
  color: #000000;
  text-align: center;
}
@media only screen and (max-width: 449px) {
  .demo_testimonial_header h3 {
    font-size: 28px;
  }
}
.demo_testimonial_body {
  max-width: 900px;
  margin: 0 auto;
}
.demo_testimonial_body .demo_testimonial_slider_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background: #FFFFFF;
  background: -webkit-linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(231, 235, 248) 100%);
  background: -moz-linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(231, 235, 248) 100%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(231, 235, 248) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#E7EBF8", GradientType=0);
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.41) 0px 0 5px;
  padding: 40px;
  position: relative;
  z-index: 1;
  border: 2px solid #FFFFFF;
}
.demo_testimonial_body .demo_testimonial_slider_box:before {
  content: "";
  background: url(../img/demo/testimonials_arrow.webp) no-repeat;
  background-size: contain;
  width: 148px;
  height: 115px;
  position: absolute;
  top: -80px;
  left: -90px;
  z-index: -1;
}
.demo_testimonial_body .demo_testimonial_slider_box_left {
  width: 20%;
}
.demo_testimonial_body .demo_testimonial_slider_box_left img {
  margin-bottom: 8px;
}
.demo_testimonial_body .demo_testimonial_slider_box_left h4 {
  text-align: center;
  margin-bottom: 5px;
  font-family: "Gilroy Medium";
}
.demo_testimonial_body .demo_testimonial_slider_box_left p {
  text-align: center;
  margin: 0;
  font-family: "Gilroy Medium";
  color: #6f6f6f;
}
.demo_testimonial_body .demo_testimonial_slider_box_right {
  width: 80%;
}
.demo_testimonial_body .demo_testimonial_slider_box_right p {
  font-family: "Gilroy Medium";
  font-size: 20px;
  line-height: 1.48;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .demo_testimonial_body .demo_testimonial_slider_box {
    flex-direction: column;
    padding: 20px;
  }
  .demo_testimonial_body .demo_testimonial_slider_box:before {
    width: 80px;
    height: 62px;
    top: -30px;
    left: 0px;
  }
  .demo_testimonial_body .demo_testimonial_slider_box_left {
    width: 100%;
    text-align: center;
  }
  .demo_testimonial_body .demo_testimonial_slider_box_left img {
    width: 100px;
  }
  .demo_testimonial_body .demo_testimonial_slider_box_right {
    width: 100%;
  }
  .demo_testimonial_body .demo_testimonial_slider_box_right p {
    font-size: 16px;
    line-height: 1.36;
    text-align: center;
  }
}

/*# sourceMappingURL=styles.css.map */
