@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap");

body {
  font-family: "Lato", sans-serif !important;
  font-weight: 400 !important;
  overflow-x: hidden;
}

.tooltip-inner {
  background: #09b2f0;
  color: #fff;
  padding: 10px;
}

.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #09b2f0 !important;
}

.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #09b2f0 !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #09b2f0 !important;
}

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #09b2f0 !important;
}

header.image-header-home {
  /*background-image: url(../images/home/home-banner-image.png) !important;*/
  min-height: 0px !important;
}

.btn.btn-outline-primary {
  color: #32cdc3 !important;
  border-color: #32cdc3 !important;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary.active {
  color: #ffffff !important;
  border-color: #32cdc3 !important;
  background-color: #32cdc3 !important;
  box-shadow: none !important;
}

.pricing-tables .btn.btn-outline-primary {
  color: #019599 !important;
  border-color: #019599 !important;
}

.pricing-tables .btn.btn-outline-primary:hover,
.pricing-tables .btn.btn-outline-primary:focus,
.pricing-tables .btn.btn-outline-primary:active,
.pricing-tables .btn.btn-outline-primary.active {
  color: #ffffff !important;
  border-color: #019599 !important;
  background-color: #019599 !important;
  box-shadow: none !important;
}

.image-header-home h1 {
  text-align: left !important;
  padding: 20px 0px;
  line-height: 57px !important;
  color: #000000 !important;
  font-weight: 700 !important;
}

.image-header-home p {
  font-size: 1.9rem !important;
  text-align: left !important;
  color: #262626 !important;
}

.image-header-home img {
  max-width: 100%;
  margin: 0 auto;
}

.image-header-home .hero-cta {
  /* min-width: 0px !important; */
  /* font-size: 0.8rem !important; */
  margin: 10px 10px 10px 0px !important;
  padding-left: 30px;
  padding-right: 30px;
  min-width: 180px !important;
}

#main-navigation .cta-group .login {
  border-color: #32cdc3 !important;
  color: #32cdc3 !important;
  background: #ffffff !important;
}

#main-navigation .cta-group .login:hover,
#main-navigation .cta-group .login:focus,
#main-navigation .cta-group .login:active {
  border-color: #32cdc3 !important;
  color: #ffffff !important;
  background: #32cdc3 !important;
}

.page-get-started form button[type="submit"]:disabled,
.page-sign-in form button[type="submit"]:disabled,
button:disabled {
  background: #ccc !important;
  color: #ddd !important;
  border-color: #ccc !important;
}

.tb-radius {
  border-radius: 9px;
}

.dzu-dropzoneDisabled {
  opacity: 1 !important;
}

progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
  border: none;
  background-color: #6ce6e4;
}

progress[value]::-webkit-progress-bar {
  background-color: #6ce6e4;
}

progress[value]::-webkit-progress-value {
  background-color: #38a7a6;
}

progress[value]::-moz-progress-bar {
  background-color: #38a7a6;
}

/*toogle button*/
.toggle-switch {
  position: relative;
  width: 95px;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: left;
}

.toggle-switch-checkbox {
  display: none;
}

.toggle-switch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 0 solid #ccc;
  border-radius: 20px;
  margin: 0;
}

.toggle-switch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.toggle-switch-inner::before,
.toggle-switch-inner::after {
  display: block;
  float: left;
  width: 50%;
  height: 32px;
  padding: 0;
  line-height: 32px;
  font-size: 12px;
  color: white;
  box-sizing: border-box;
}

.toggle-switch-inner:before {
  content: attr(data-yes);
  text-transform: uppercase;
  padding-left: 10px;
  background-color: #21aadd;
  color: #fff;
}

.toggle-switch-disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.toggle-switch-disabled::before {
  background-color: #ccc;
  cursor: not-allowed;
}

.toggle-switch-inner::after {
  content: attr(data-no);
  text-transform: uppercase;
  padding-right: 10px;
  background-color: #ccc;
  color: #fff;
  text-align: right;
}

.toggle-switch-switch {
  display: block;
  width: 24px;
  margin: 5px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 62px;
  border: 0 solid #ccc;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-inner {
  margin-left: 0;
}

.toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-switch {
  right: 0px;
}

.toggle-switch.small-switch {
  width: 35px;
}

.toggle-switch.small-switch .toggle-switch-inner:after,
.toggle-switch.small-switch .toggle-switch-inner:before {
  content: "";
  height: 20px;
  line-height: 20px;
}

.toggle-switch.small-switch .toggle-switch-switch {
  width: 16px;
  right: 15px;
  margin: 2px;
}

.lead-update-model .form-wrapper {
  box-shadow: none;
}

.form-wrapper textarea {
  border: 1px solid #cbd3d3;
  border-radius: 6px;
  padding: 0 10px;
  margin: 0 0 11px 0;
  display: block;
  width: 100%;
}

.react-datepicker-wrapper {
  display: block !important;
}

.form-wrapper .react-datepicker__navigation {
  padding-left: 0;
  padding-right: 0;
}

.form-wrapper-search input,
.form-wrapper-search select {
  height: 46px;
  border: 1px solid #cbd3d3;
  border-radius: 6px;
  padding: 0 10px;
}

.home-header,
.about-header {
  overflow: hidden;
  background: none !important;
}

.home-header video,
.about-header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.header-text {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 25%;
}

.header-text h1 {
  color: #ffffff !important;
  font-weight: 600;
}

.header-text p {
  color: #ffffff !important;
}

.header-text .hero-cta {
  color: #ffffff;
  border-color: #ffffff;
}

.header-text .hero-cta:hover {
  border-color: #21aadd;
}

.about-header h2 {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  top: 40%;
  color: #ffffff !important;
  padding: 0 15px;
  font-weight: 600 !important;
}

.page-about-us .benefits h3 {
  padding: 0 15px !important;
}

.page-the-platform .product-videos #product-videos-desktop video {
  cursor: pointer;
}

.colored-icon {
  background-position: 0 -86.5px !important;
}

.page-the-platform .product-videos #product-videos-desktop .video-nav ul li {
  color: #4e5555 !important;
}

.flag-box {
  display: block;
}

.newflag {
  color: #fff;
  background: #21aadd;
  padding: 4px 6px;
  font-size: 10px;
  margin-right: 3px;
  width: 30px;
}

.emailclickflag {
  color: #fff;
  background: #32cdc3;
  padding: 4px 6px;
  font-size: 10px;
  margin-right: 3px;
  width: 56px;
}

h2.platform-heading {
  color: #21aadd;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 400;
}

#why .card-text {
  font-weight: 300 !important;
}

#why a.btn {
  min-width: 125px;
}

.max-width-100 {
  max-width: 100% !important;
}

p {
  font-weight: 300 !important;
}

header p {
  font-weight: normal !important;
}

p.lead {
  font-weight: 300 !important;
}

.hero p.lead {
  font-weight: normal !important;
}

#main-navigation .tagline {
  color: #00babe !important;
}

.email-bounce {
  min-width: 125px;
  padding: 0px;
}

.email-btn-leads {
  min-width: 105px;
  padding: 0px;
}

span.active-status {
  background: url(../../assets/images/agents/go.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 23px;
}

.data-display.leads .good {
  color: #a4d35a;
}

.data-display.leads .bad {
  color: #dd5b21;
}

.data-display.leads .okay {
  color: #dda321;
}

a.btn.btn-outline-primary.text-uppercase {
  min-width: 205px;
}

.modal#field-modal {
  padding: 0 !important;
  margin-top: -2px;
  background: #fff;
}

.btn.modal-back {
  position: absolute;
  z-index: 9;
  top: 25px;
  right: 45px;
}

#field-modal .modal-dialog {
  padding: 0px;
  max-width: 100% !important;
  max-height: 100% !important;
  display: contents;
  height: 100%;
}

#field-modal .modal-content {
  border: 0;
  padding: 82px 0 100px 0 !important;
}

/************Pricing pages*************/
.price-nav-container {
  position: relative;
  width: 100%;
}

.pricing-btn {
  min-width: 140px;
  color: #019599;
  border-color: #019599;
}

.pricing-btn:hover,
.pricing-btn.active,
.pricing-btn:focus {
  color: #ffffff;
  background: #019599 !important;
  box-shadow: none !important;
  border-color: #019599 !important;
}

#price-arrow {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #019599;
  position: absolute;
  top: 5px;
  transform: translateX(-50%);
  transition: all;
  transition-duration: 0.5s;
}

#price-arrow.standard {
  left: 83.5%;
}

#price-arrow.pro {
  left: 50%;
}

#price-arrow.enterprise {
  left: 16.7%;
}

.pricing-card {
  padding: 40px 30px;
  background: #019599;
  color: #ffffff;
  margin-top: 25px;
}

.pricing-tables .collapse ul,
.pricing-tables .collapsing ul {
  list-style: none;
  margin-top: 22px;
  text-align: left;
  margin-left: -30px;
}

.pricing-tables .collapse ul li,
.pricing-tables .collapsing ul li {
  background: url(../../assets/images/agents/go.png);
  background-repeat: no-repeat;
  background-position: 0px;
  background-size: 18px;
  padding-left: 27px;
}

.pricing-card .pricing-intro {
  min-height: 120px;
}

.pricing-intro p {
  margin: 0;
}

.standard-pack {
  color: #ffffff;
  padding: 30px 10px;
}

.pro-pack {
  color: #ffffff;
  padding: 35px 10px;
}

.enterprise-pack {
  color: #ffffff;
  padding: 80px 20px 36px 20px;
}

.pricing-tables .price {
  font-size: 1.2rem;
}

.pricing-intro ul {
  list-style: none;
  text-align: left;
  padding-right: 50px;
  margin-left: -10px;
}

.enterprise-pack .pricing-intro ul {
  padding-right: 80px;
  margin-left: 0px;
}

.pricing-tables .billing-length button {
  font-style: normal !important;
  border: none;
  color: #ffffff;
  font-size: 1rem;
}

.pricing-tables .btn.btn-outline-primary.text-uppercase {
  min-width: 205px;
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.pricing-tables .btn.btn-outline-primary.text-uppercase:hover {
  color: #019599 !important;
  background: #ffffff !important;
}

.enterprise-pack a.btn {
  margin-top: 45px;
}

a.load-features {
  color: #ffffff;
}

a.load-features:before {
  content: " ";
  width: 15px;
  position: absolute;
  height: 15px;
  top: 16px;
  left: 48%;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all;
  transition-duration: 0.5s;
}

a.load-features[aria-expanded="true"]:before {
  top: 25px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

a.load-features:hover:after {
  width: 0px !important;
}

.pricing-tables .dropdown-toggle:after {
  border-top: 0em solid !important;
  border-right: 0em solid transparent !important;
  border-bottom: none !important;
  border-left: 0em solid transparent !important;
}

.pricing-tables .dropdown-menu ul {
  list-style: none;
  margin-left: 0px;
  padding: 10px 20px;
}

.pricing-tables .dropdown-menu ul li {
  background: url(../../assets/images/agents/go.png);
  background-repeat: no-repeat;
  background-position: 0px;
  background-size: 18px;
  padding-left: 27px;
}

.pricing-tables .dropdown-menu {
  left: 52% !important;
  transform: translateX(-52%) !important;
  width: fit-content;
  top: 42px !important;
}

.pricing-tables h2 {
  font-size: 1.8rem;
}

.pricing-card.disabled {
  background-color: #fcf7e7;
  color: #000000;
}

.pricing-card.disabled .billing-length button {
  color: #000000 !important;
}

.pricing-card.disabled .btn.btn-outline-primary.text-uppercase {
  color: #000000 !important;
  border-color: #000000 !important;
}

.pricing-card.disabled a.load-features {
  color: #000000;
}

.pricing-card.disabled a.load-features:before {
  border-color: #000000;
}

.pricing-card .price a {
  color: #ffffff;
}

.pricing-card.disabled .price a {
  color: #000000;
}

.pricing-card.disabled a.btn:hover {
  background: transparent !important;
}

.page-the-platform .product-videos #product-videos-desktop .video-nav {
  overflow: initial !important;
  min-height: 250px;
}

.video-nav .collapse p,
.video-nav .collapsing p {
  font-size: 15px;
}

/*****************Pricing ends******************/

/*****************User account*******************/
button.update-user,
button.update-user:hover {
  background: url(../../dash/assets/images/icons/edit.svg) no-repeat left;
  display: block;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  text-transform: uppercase;
  color: #21aadd;
  padding: 0 0 0 25px;
  border: none;
}

.user-info.my-account .deets .name {
  background: url(../../dash/assets/images/icons/user.png) no-repeat left center;
}

.update-info-modal input[type="text"],
.update-info-modal input[type="tel"] {
  height: 46px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #cbd3d3;
  padding: 0 20px;
  margin-bottom: 25px;
}

/***********Sale page *********/
section.cost {
  background: #32cdc3;
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  color: #ffffff;
  padding: 200px !important;
  margin-bottom: 0px !important;
}

section.cost h2 {
  font-size: 30px;
  padding: 0px 35px 35px 35px;
  color: #ffffff !important;
}

.cost-cards {
  padding: 0px 21px;
}

.cost-cards:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #ffffff;
  position: absolute;
  left: 0px;
}

.cost-cards h3 {
  font-size: 1.5rem;
}

section.sales {
  padding: 100px !important;
}

section.sales:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 136px;
  height: 2px;
  border-bottom: 2px solid #eaf0f0;
}

section.sales h2 {
  color: #000000 !important;
  font-size: 30px;
  padding: 20px 0px;
  text-align: left !important;
}

.sales-cards {
  padding: 0px 27px;
}

.sales-cards h3 {
  font-size: 1.2rem;
  font-weight: 700;
  min-height: 42px;
  margin: 10px 0px;
}

.sales-cards:before {
  content: "";
  height: 90%;
  width: 1px;
  background: #4573c4;
  position: absolute;
  left: 0px;
}

.sales-cards:after {
  content: "";
  width: 1px;
  background: #4573c4;
  position: absolute;
  right: -1px;
  top: 10px;
  height: 90%;
}

/**********Why Us Section********/
section.why-agents-diagonal {
  background: #21aadd;
  color: #ffffff;
  padding: 200px 100px 120px 200px !important;
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

section.why-agents-diagonal h2 {
  font-size: 30px;
  padding: 0px 35px 35px 35px;
  color: #ffffff !important;
  text-align: center;
}

.specs {
  padding: 0px 25px;
}

.specs:before {
  content: "";
  height: 90%;
  width: 1px;
  background: #ffffff;
  position: absolute;
  left: 0px;
}

.specs h3 {
  font-size: 1.1rem;
  font-weight: 700;
}

.why-btns a.btn {
  padding: 8px 0px !important;
  min-width: 240px !important;
}

.news-slides {
  padding: 0px 25px;
}

.news-slides h3 {
  color: #21aadd;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}

.news-slider h2 {
  color: #000000 !important;
}

.news-slides h3:after {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #21aadd;
  position: absolute;
  top: 25px;
  transform: translateX(-50%);
  transition: all;
  transition-duration: 0.5s;
  content: "";
  left: 50%;
}

.news-slides.disabled h3:after {
  content: none;
}

.news-slides p {
  min-height: 95px;
}

.slick-dots li button:before {
  font-size: 14px !important;
  top: 15px !important;
  color: #ffffff !important;
  border: 2px solid #000000 !important;
  border-radius: 15px !important;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #0079c2 !important;
  border: 2px solid #0079c2 !important;
  height: 22px;
  width: 22px;
}

.news-slides.disabled h3,
.news-slides.disabled a {
  color: #000000 !important;
}

.news-slides.disabled {
  opacity: 0.5;
}

.page-home #why h2 {
  text-align: left !important;
  padding: 0 25px !important;
  font-size: 30px !important;
}

.page-home section h2 {
  color: #000000 !important;
}

section.cost h2 {
  color: #ffffff !important;
}

.hero p.lead {
  color: #000000 !important;
}

.quickbook-fields {
  padding: 20px;
  align-items: center;
}

.quickbook-fields td {
  background: #ffffff;
  padding: 10px;
  font-weight: 300;
}

.quickbook-fields th {
  padding: 10px;
  font-size: 14px;
  text-align: left;
  font-weight: 700;
}

.quickbook-fields h1 {
  margin: 0px;
  padding: 5px 10px;
  font-size: 25px;
  margin-bottom: 10px;
  color: #00babe;
}

.quickbook-fields table {
  margin-bottom: 10px;
  width: 100%;
  min-width: 530px;
}

.quickbook-fields img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.quickbook-fields #loader {
  display: none;
}

.quickbook-fields select {
  display: inline-block;
  width: fit-content;
}

.update-image-modal .modal-dialog.update {
  max-width: 550px !important;
}

/*input ranger slider */
.input-range__slider {
  background: #21aadd !important;
  border: 1px solid #21aadd !important;
}

.input-range__track--active {
  background: #21aadd !important;
}

#query-result .purchase-options .lead-num {
  font-size: 34px !important;
  overflow: hidden;
  height: 90px;
  line-height: 42px;
}

/*****Junaid*****/

.data-step-btn.btn-outline-info {
  color: #09b2f0 !important;
  border-color: #09b2f0 !important;
}

.data-step-btn.btn-outline-info:hover,
.data-step-btn.btn-outline-info:focus,
.data-step-btn.btn-outline-info:active,
.data-step-btn.btn-outline-info.active {
  color: #ffffff !important;
  border-color: #09b2f0 !important;
  background-color: #09b2f0 !important;
  box-shadow: none !important;
}

.welcome-message {
  width: 100%;
  padding-top: 14%;
}

.welcome-message h3 {
  color: #ff0083;
  font-size: 35px;
  margin-bottom: 30px;
}

.welcome-message p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #767171;
}

.welcome-message .data-step-btn.btn-outline-info {
  width: 320px;
}

.popup-content-main,
.popup-header {
  position: relative;
}

.popup-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  right: 0;
}

.popup-header ul li {
  display: block;
  font-size: 18px;
  color: #00000b;
  text-align: center;
}

.popup-header ul li a {
  display: block;
  color: #00b0f0;
}

.popup-header h3 {
  color: #767171;
}

.popup-page-title {
  background-color: #ff0083;
  border: 1px solid #2f528f;
  border-radius: 30rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 450px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: flex-end;
  left: -238px;
  position: absolute;
  padding-right: 20px;
}

.popup-page-title.popup-page-title-right {
  background-color: #7030a0;
  right: -195px;
  left: initial;
  justify-content: flex-start;
  padding-left: 40px;
  padding-right: 0;
}

.popup-page-title h2 {
  font-size: 2.2rem;
}

.step-bullets {
  display: block;
  margin: 50px 0;
  text-align: center;
}

.step-bullets ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.step-bullets ul li {
  background-color: #fff;
  border: 1px solid #2f528f;
  border-radius: 30rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;
  width: 65px;
  height: 65px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.step-bullets ul li span {
  background-color: #afabab;
  border: 1px solid #2f528f;
  border-radius: 30rem;
  display: block;
  width: 38px;
  height: 38px;
}

.step-bullets ul li.active span {
  background-color: #4472c4;
}

.step-bullets p {
  color: #767070;
  font-size: 22px;
  font-weight: 500 !important;
}

.data-green-head {
  background-color: #36d5ce;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #2f528f;
  display: block;
  margin-bottom: 50px;
  text-align: center;
  padding: 40px 0;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
}

.data-green-head h2 {
  color: #fff;
  margin-bottom: 0;
}

.responsive-data-table {
  display: block;
  margin-top: 280px;
}

.responsive-data-table.no-margin {
  margin-top: 0;
}

.responsive-data-table .form-group-selectbox {
  display: inline-block;
  width: calc(100% - 42px);
  margin-right: 5px;
}

.responsive-data-table .table thead tr {
  border: none;
  border-collapse: collapse;
}

.responsive-data-table .table thead th {
  vertical-align: bottom;
  border: none;
  color: #767171;
  font-weight: 400;
  font-size: 18px;
}

.responsive-data-table tbody {
  border: 1px solid #cbd3d3;
  border-collapse: collapse;
}

.responsive-data-table td {
  border-right: 1px solid #cbd3d3;
  vertical-align: middle;
}

.responsive-data-table tbody td:nth-of-type(1) {
  width: 60%;
}

.responsive-data-table tbody td:nth-of-type(2) {
  width: 40%;
}

.responsive-data-table td > span {
  display: inline-block;
  min-width: 125px;
  color: #767171;
  font-weight: 500;
}

.hover-info-img {
  width: 28px;
  margin-left: 10px;
}

.responsive-data-table .data-step-btn {
  width: 125px;
}

.responsive-data-table .contactus-btn {
  width: 140px;
}

.fld-highlight.clr-green {
  color: #38a7a6;
}

.fld-highlight.clr-red {
  color: #ff0000;
}

.datafieldclose {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  font-size: 3rem;
}

.form-wrapper-search input[type="checkbox"] {
  height: 15px;
  margin-right: 5px;
}

.leads-table {
  border-radius: 0;
  box-shadow: none;
  padding-bottom: 9px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.leads-table tr td,
.leads-table tr th {
  padding: 10px 15px;
  border-right: 1px solid #cbd3d3;
  background: #fff;
  border-top: 1px solid #cbd3d3;
  border-bottom: 1px solid #cbd3d3;
  border-right: 0;
  position: relative;
}

.leads-table tr th {
  text-align: center;
}

.leads-table tr th .inner {
  border-right: 1px solid #cbd3d3;
}

.leads-table tr td .inner,
.leads-table tr th .inner {
  padding: 5px 0;
  display: block;
}

.leads-table tr td .col-border {
  border-right: 1px solid #cbd3d3;
  height: 48px;
  position: absolute;
  top: 16px;
  right: 15px;
}

.leads-table tr th .inner.no-border {
  border-right: 0;
}

.leads-table tr td:first-child,
.leads-table tr th:first-child {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  border-left: 1px solid #cbd3d3;
}

.leads-table tr td:last-child,
.leads-table tr th:last-child {
  border-right: 1px solid #cbd3d3;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  padding-left: 0;
  padding-right: 5px;
}

.leads-table tr.grouptitle {
  border-spacing: 0;
}

.leads-table tr.grouptitle td {
  border: 0;
  padding: 0;
}

.leads-table tr.grouptitle td span {
  font-size: 16px;
}

.leads-table tr td:last-child .inner,
.leads-table tr th:last-child .inner {
  border-right: 0;
}

.leads-table .detaildots {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}

.lead-dash .form-wrapper-search {
  border-radius: 9px;
  border: 1px solid #cbd3d3;
  padding: 15px;
  background: #fff;
}

.lead-dash .form-wrapper-search input,
.lead-dash .form-wrapper-search select {
  height: 40px;
}

.form-wrapper-search select[multiple] {
  height: 80px;
}

.leads-table .lead-phone,
.leads-table .lead-email {
  padding: 5px 8px 5px 8px;
  font-size: 12px;
  background: #eee;
  display: inline-block;
  border-radius: 9px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.lead-dash .form-wrapper-search .newsort-btn {
  background: #c9b36a;
  border: none;
}

.lead-dash .form-wrapper-search .emailsort-btn {
  background: #79f7ed;
  border: none;
  color: #5b6060;
}

.lead-dash .form-wrapper-search .agentsort-btn {
  background: #5b6060;
  border: none;
}

.lead-dash .form-wrapper-search button {
  width: 85px;
}

.lead-dash .form-wrapper-search .newsort-btn:hover {
  background: #b7a361;
}

.lead-dash .form-wrapper-search .emailsort-btn:hover {
  background: #6ee5db;
}

.lead-dash .form-wrapper-search .agentsort-btn:hover {
  background: #6b7272;
}

.leads-table .score-bar {
  text-align: center;
}

.leads-table .score-bar img {
  width: 90px;
}

.leads-table tr th .head {
  cursor: pointer;
  padding-right: 10px;
}

.lead-dash .form-wrapper-search .searchint input {
  height: auto;
}

.lead-dash .form-wrapper-search .sorthead {
  border-top: 1px dashed #cbd3d3;
  padding-top: 8px;
}

.leaddetailitem .spliter {
  border-bottom: 1px dashed #cbd3d3;
  padding-bottom: 15px;
}

.startover-btn {
  width: 165px;
}

/*******Dashboard Sidenav*********/
.dashboard-sidecontent {
  display: block;
  padding-left: 230px;
}

.sidecontent-searchbox {
  display: block;
}

.sidecontent-searchbox .searchbox {
  position: relative;
}

.sidecontent-searchbox .searchbox input[type="text"] {
  border: none;
  height: 42px;
  width: 350px;
  padding-left: 40px;
}

.sidecontent-searchbox .searchbox button {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  font-size: 18px;
  border: none;
  height: 42px;
}

.close-navbar {
  display: none;
}

.menu-open {
  display: none;
}

.dashboard-sidenav .sidenav-logo {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  margin: 0 30px 45px 30px;
}

.dashboard-sidenav .sidenav-logo img {
  max-width: 100%;
}

.dashboard-sidenav .sidenav-thumb {
  display: inline-block;
  width: 25px;
  margin-right: 10px;
  vertical-align: top;
  margin-top: 3px;
}

.dashboard-sidenav .sidenav-thumb img {
  display: block;
  max-width: 100%;
}

.dashboard-sidenav .sidenav-link {
  display: inline-block;
  width: calc(100% - 36px);
  color: #5b6060;
}

.dashboard-sidenav {
  height: 100%;
  width: 280px;
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  background-color: #f9fcfc;
  overflow-x: hidden;
  padding-top: 20px;
}

.dashboard-sidenav a,
.dashboard-sidenav .dropdown-btn {
  padding: 6px 8px 10px 16px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  margin-bottom: 10px;
}

.dashboard-sidenav .dropdown-btn {
  margin-bottom: 0;
}

.dashboard-sidenav a:hover,
.dropdown-btn:hover {
  color: #f1f1f1;
}

.dashboard-sidenav a.active .sidenav-link {
  color: #38a7a6;
}

.dashboard-sidenav .dropdown-btn.active {
  background-color: #21aadd;
  color: white;
}

.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}

.fa-caret-down {
  float: right;
  padding-right: 8px;
  margin-top: 7px;
}

/*******Dashboard Sidenav End*********/

/*****Media Queries*****/

@media (max-width: 1560px) {
  /*    .popup-page-title {
            width: 280px;
            height: 280px;
            left: -144px;
            padding-right: 10px;
            position: relative;
        }
        .popup-page-title h2 {
            font-size: 1.4rem;
        }*/
}

@media all and (max-width: 1560px) and (min-width: 1025px) {
  .popup-page-title {
    top: 135px;
  }
}

@media all and (max-width: 1650px) and (min-width: 768px) {
  .dash-extra-head.container-xl {
    margin-left: 246px;
  }

  .dash-extra-mg {
    margin-left: 300px;
  }
}

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

@media (min-width: 576px) {
  .jumbotron.pricing-box {
    padding: 1rem 2rem;
  }
}

@media (min-width: 1200px) {
  .padding-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (min-width: 1921px) {
  .page-home .hero {
    background-size: contain !important;
  }
}

@media (max-width: 1199px) {
  .dashboard-sidecontent {
    padding-left: 245px;
  }
}

@media (max-width: 1024px) {
  .image-header-home h1 {
    font-size: 2rem !important;
    padding: 10px 0px;
    line-height: 40px !important;
  }

  .image-header-home p {
    font-size: 1.2rem !important;
  }

  .image-header-home .hero-cta {
    font-size: 0.8rem !important;
    padding-left: 17px;
    padding-right: 17px;
  }

  .image-header-home .hero-cta {
    min-width: 160px !important;
  }

  .standard-pack {
    padding: 32px 0px;
  }

  .pro-pack {
    padding: 35px 0px;
  }

  .enterprise-pack {
    padding: 80px 10px 39px 10px;
  }

  section.cost {
    padding: 200px 100px !important;
  }

  .popup-page-title {
    width: 245px;
    height: 245px;
    left: -115px;
    top: 130px;
    padding-right: 10px;
  }

  .popup-page-title.popup-page-title-right {
    background-color: #7030a0;
    right: -100px;
    left: inherit;
    padding-left: 10px;
    padding-right: 10px;
  }

  .popup-page-title h2 {
    font-size: 1.4rem;
  }

  .popup-header h3 {
    font-size: 22px;
  }

  .responsive-data-table {
    margin-top: 125px;
  }
}

@media screen and (max-width: 991px) {
  .toggle-switch {
    transform: scale(0.9);
  }

  .image-header-home {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }

  .sm-padding-right {
    padding-right: 60%;
  }

  .image-header-home .hero-cta {
    padding-left: 11px;
    padding-right: 11px;
  }

  .standard-pack {
    padding: 35px 0px;
  }

  .pro-pack {
    padding: 35px 0px;
  }

  .enterprise-pack {
    padding: 35px 0px;
  }

  .enterprise-pack .pricing-intro ul {
    padding-right: 50px;
  }

  .standard-pack a.btn {
    margin-top: 64px;
  }

  .pricing-card.disabled {
    pointer-events: all;
  }

  section.cost {
    padding: 140px 20px !important;
  }

  section.why-agents-diagonal {
    padding: 139px 50px 60px 50px !important;
  }

  .welcome-message .data-step-btn.btn-outline-info {
    width: 285px;
  }

  .step-bullets {
    margin: 30px 0;
  }

  .step-bullets ul li {
    width: 45px;
    height: 45px;
  }

  .step-bullets ul li span {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 767px) {
  #main-navigation .cta-group .btn {
    margin-top: 10px;
  }

  .toggle-switch {
    transform: scale(0.825);
  }

  .header-text {
    top: 15%;
  }

  header.image-header-home {
    background-image: url(../images/home/Home_Banner_small.png) !important;
    background-size: 50% 50% !important;
    background-position: top !important;
  }

  .m-top-100 {
    margin-top: 190px;
  }

  .sm-padding-right {
    padding-right: 0;
  }

  a.btn.btn-outline-primary.text-uppercase {
    margin-top: auto;
  }

  section.cost h2 {
    padding: 0 0 20px 0;
  }

  .cost-cards:before {
    height: 95%;
  }

  section.sales {
    padding: 20px !important;
  }

  .popup-page-title {
    width: 163px;
    height: 150px;
    left: -70px;
    margin-bottom: 25px;
    top: -15px;
  }

  .popup-page-title.popup-page-title-right {
    background-color: #7030a0;
    right: inherit;
    left: -70px;
    justify-content: flex-end;
    padding-left: 10px;
    padding-right: 10px;
  }

  .popup-header {
    padding-top: 65px;
    text-align: center;
  }

  .popup-page-title h2 {
    font-size: 14px;
  }

  .popup-header h3 {
    font-size: 22px;
  }

  .popup-header ul {
    top: -45px;
  }

  .step-bullets {
    margin: 30px 0;
  }

  .step-bullets ul li {
    width: 45px;
    height: 45px;
  }

  .step-bullets ul li span {
    width: 25px;
    height: 25px;
  }

  .responsive-data-table {
    display: block;
    margin-top: 0;
  }

  .responsive-data-table .form-control {
    height: 38px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 16px;
    font-size: 13px;
    padding-left: 2px;
  }

  .menu-open {
    display: block;
    color: #09b2f0;
    font-size: 24px;
    cursor: pointer;
  }

  .close-navbar {
    cursor: pointer;
    color: #5b6060;
    font-size: 22px;
    text-align: right;
    display: block;
    padding-right: 15px;
    position: relative;
    top: -10px;
  }

  .dashboard-sidenav {
    transform: translateX(-100%);
    transition: all 0.45s ease;
  }

  .hidemenu.dashboard-sidenav {
    transform: translateX(0);
  }

  .dashboard-sidecontent {
    padding-left: 0;
  }

  .sidecontent-searchbox {
    position: relative;
    margin-left: 35px;
  }

  .menu-open {
    position: absolute;
    left: -35px;
    top: 3px;
  }

  .sidecontent-searchbox .searchbox input[type="text"] {
    width: 100%;
    padding-left: 34px;
  }
}

@media screen and (max-width: 575px) {
  .toggle-switch {
    transform: scale(0.75);
  }

  header.image-header-home {
    background-size: 80% 50% !important;
  }

  /*****Responsive Table******/
  /* Force table to not be like tables anymore */
  .responsive-data-table table,
  .responsive-data-table thead,
  .responsive-data-table tbody,
  .responsive-data-table th,
  .responsive-data-table td,
  .responsive-data-table tr {
    display: block;
    color: #767171;
  }

  .responsive-data-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .responsive-data-table td > span {
    min-width: 98px;
    font-weight: 400;
    font-size: 13px;
  }

  .hover-info-img {
    width: 18px;
    margin-left: 5px;
  }

  .responsive-data-table tbody tr:nth-child(even) {
    background-color: #fff;
  }

  .responsive-data-table tbody td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 12px 10px 11px 50%;
    width: auto !important;
  }

  .responsive-data-table tbody td:before {
    position: absolute;
    top: 50%;
    left: 6px;
    width: 47%;
    padding-right: 10px;
    font-size: 13px;
    transform: translateY(-50%);
  }

  .responsive-data-table tbody td:first-child {
  }

  .responsive-data-table tbody td:nth-of-type(1):before {
    content: "Citytwig Required Columns";
    font-weight: 500;
  }

  .responsive-data-table tbody td:nth-of-type(2):before {
    content: "Your Data";
    font-weight: 500;
  }

  .responsive-data-table .form-control {
    height: 38px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 16px;
    font-size: 10px;
    padding-left: 2px;
  }

  .responsive-data-table .form-group-selectbox {
    width: calc(100% - 28px);
  }

  .responsive-data-table .check-icon {
    width: 18px;
  }

  /*****Responsive Table End******/
}

@media screen and (max-width: 425px) {
  .header-text {
    top: 5%;
  }

  .header-text p {
    font-size: 1.5rem !important;
  }

  header.image-header-home {
    background-size: 90% 42% !important;
  }

  .m-top-100 {
    margin-top: 188px;
  }

  section.why-agents-diagonal {
    padding: 139px 30px 60px 30px !important;
  }

  section.why-agents-diagonal h2 {
    padding: 15px 0px 35px 0px;
  }

  .responsive-data-table .form-control {
    font-size: 10px;
  }

  .sidecontent-searchbox .searchbox input[type="text"] {
    font-size: 12px;
  }
}

@media (max-width: 375px) {
  .m-top-100 {
    margin-top: 171px;
  }

  header.image-header-home {
    background-size: 88% 34% !important;
  }

  .image-header-home .hero-cta {
    min-width: 135px !important;
  }
}

@media (max-width: 320px) {
  .m-top-100 {
    margin-top: 150px;
  }

  header.image-header-home {
    background-size: 92% 31% !important;
  }
}

.dash-custm {
  padding-top: 62px;
}

.dash-custm h1.page-title {
  display: none;
}

.lead-assignagent {
  display: block;
  padding: 9px 0 0 0;
}

.leads-table tr th .head span {
  position: relative;
  padding-right: 2px;
}

table.leads-table tr th.active .head span::after {
  content: "";
  display: block;
  width: 9px;
  height: 5px;
  background: url("../../dash/assets/images/icons/table-sort-black.svg");
  position: absolute;
  left: 100%;
  top: 8px;
  transform: scaleY(1);
}

table.leads-table tr th.active.asc .head span::after {
  transform: scaleY(-1);
}

.calendar-detail table {
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #dee6ea;
  border-top: 1px solid #dee6ea;
}

.calendar-detail table tr {
  background: none !important;
}

.calendar-detail table td {
  padding: 5px 10px 5px 10px;
}

.calendar-detail table td.time {
  width: 12%;
  padding-right: 0;
}

.calendar-detail table td.time span {
  font-size: 11px;
  color: #757575;
}

.dash-calendar .react-calendar {
  width: 100%;
  padding: 5px;
}

.dash-calendar .react-calendar__tile--active,
.dash-calendar .react-calendar__tile--active:enabled:focus,
.dash-calendar .react-calendar__tile--active:enabled:hover,
.dash-calendar .react-calendar__tile--hasActive {
  background: #12939a;
}

.dash-calendar .react-calendar__tile--now,
.dash-calendar .react-calendar__tile--now:enabled:focus,
.dash-calendar .react-calendar__tile--now:enabled:hover {
  background: #21aadd;
  color: #fff;
}

.nextprepaging .prelink,
.nextprepaging .nextlink {
  font-size: 13px;
}

.nextprepaging .prelink {
  float: left;
}

.nextprepaging .nextlink {
  float: right;
}

.dash-calendar .highlight abbr {
  border: 1px solid #dee6ea;
  border-radius: 50%;
  padding: 6px 8px;
}

.template-content .templateblk {
  width: 214px;
  margin: 5px;
  float: left;
}

.template-content .templateblk .temp-sel {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
  border: 2px solid #fff;
}

.template-content .templateblk .temp-sel:hover {
  box-shadow: none !important;
}

.template-content .templateblk.selected .temp-sel {
  border: 2px solid #32cdc3;
}

.template-content .templateblk .temp-sel span {
  width: 200px;
  height: 100px;
  display: block;
  overflow: hidden;
}

.template-content .templateblk .temp-sel img {
  max-width: 200px;
  max-height: 100px;
  margin-bottom: 5px;
}

.template-content .templateblk .temp-sel h3 {
  height: 40px;
  overflow: hidden;
}

.leadmulselbtn {
  position: absolute;
  left: 14px;
  top: 38%;
  cursor: pointer;
}

.banner-section {
  margin: 30px 0 10px 0 !important;
  padding: 0 !important;
  font-family: "Lato", sans-serif;
}

.banner-section h1 {
  font-weight: 600;
  font-size: 2.5rem;
}

@media (max-width: 575px) {
  .banner-section h1 {
    font-size: 2rem;
  }
}

.banner-section .banner-section-inner {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  overflow: hidden;
  display: flex;
}

@media (max-width: 1280px) {
  .banner-section .banner-section-inner {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .banner-section .banner-section-inner {
    border-radius: 30px;
  }
}

.banner-section .banner-section-inner .insurance-pane {
  background: #e3e3e3;
  max-width: 480px;
  width: 100%;
  padding: 1.875rem 5rem 2.5rem 3.125rem;
}

@media (max-width: 1280px) {
  .banner-section .banner-section-inner .insurance-pane {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .banner-section .banner-section-inner .insurance-pane {
    padding: 1.875rem 2.5rem 2.5rem 2rem;
  }
}

.banner-section .banner-section-inner .insurance-pane .sub-text {
  font-size: 1.3rem;
  font-weight: 600 !important;
  color: #242222;
  margin-bottom: 45px;
  line-height: 1.3;
}

@media (max-width: 575px) {
  .banner-section .banner-section-inner .insurance-pane .sub-text {
    font-size: 1rem;
  }
}

.banner-section .banner-section-inner .insurance-pane .form-pane {
  display: flex;
  font-size: 1.325rem;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .banner-section .banner-section-inner .insurance-pane .form-pane {
    font-size: 1rem;
  }
}

.banner-section .banner-section-inner .insurance-pane .form-pane .select-size {
  position: relative;
}

.banner-section
  .banner-section-inner
  .insurance-pane
  .form-pane
  .select-size
  input {
  display: none;
}

.banner-section
  .banner-section-inner
  .insurance-pane
  .form-pane
  .select-size
  label {
  display: inline-block;
  width: 65px;
  text-align: center;
  border: 1px solid #ddd;
  line-height: 50px;
  cursor: pointer;
  background-color: #ffffff;
  position: absolute;
  padding: 2px 0;
}

@media (max-width: 575px) {
  .banner-section
    .banner-section-inner
    .insurance-pane
    .form-pane
    .select-size
    label {
    width: 50px;
    padding: 0;
    line-height: 40px;
  }
}

.banner-section
  .banner-section-inner
  .insurance-pane
  .form-pane
  .select-size
  .male {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.banner-section
  .banner-section-inner
  .insurance-pane
  .form-pane
  .select-size
  .female {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  left: 64px;
}

@media (max-width: 575px) {
  .banner-section
    .banner-section-inner
    .insurance-pane
    .form-pane
    .select-size
    .female {
    left: 49px;
  }
}

.banner-section
  .banner-section-inner
  .insurance-pane
  .form-pane
  #female:checked
  ~ label[for="female"],
.banner-section
  .banner-section-inner
  .insurance-pane
  .form-pane
  #male:checked
  ~ label[for="male"] {
  background: #020712;
  color: #fff;
}

.banner-section .banner-section-inner .insurance-pane .form-pane .state-form {
  min-width: 130px;
  width: 130px;
  border-radius: 20px;
  font-size: inherit;
  font-weight: inherit;
  text-align: center;
}

@media (max-width: 575px) {
  .banner-section .banner-section-inner .insurance-pane .form-pane .state-form {
    min-width: 120px;
  }
}

.banner-section
  .banner-section-inner
  .insurance-pane
  .form-pane
  .slidecontainer {
  min-width: 145px;
  margin-top: 10px;
}

@media (max-width: 575px) {
  .banner-section
    .banner-section-inner
    .insurance-pane
    .form-pane
    .slidecontainer {
    min-width: 120px;
  }
}

.banner-section .banner-section-inner .insurance-pane .form-pane .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 23px;
  border-radius: 5px;
  background: #ffffff;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.banner-section
  .banner-section-inner
  .insurance-pane
  .form-pane
  .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000000;
  cursor: pointer;
}

.banner-section
  .banner-section-inner
  .insurance-pane
  .form-pane
  .slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #04aa6d;
  cursor: pointer;
}

.banner-section .banner-section-inner .insurance-pane .form-count {
  width: 52px;
  min-width: 52px;
  height: 52px;
  border-radius: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600 !important;
  margin-right: 1.25rem;
}

@media (max-width: 767px) {
  .banner-section .banner-section-inner .insurance-pane .form-count {
    margin-right: 1rem;
  }
}

@media (max-width: 575px) {
  .banner-section .banner-section-inner .insurance-pane .form-count {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}

.banner-section .banner-section-inner .insurance-pane .form-label {
  background-color: #ffffff;
  padding: 8px;
  border-radius: 30px;
  min-width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600 !important;
  margin-right: 2.5rem;
}

@media (max-width: 767px) {
  .banner-section .banner-section-inner .insurance-pane .form-label {
    margin-right: 1rem;
  }
}

@media (max-width: 575px) {
  .banner-section .banner-section-inner .insurance-pane .form-label {
    min-width: 90px;
  }
}

.banner-section .banner-section-inner .portfolio-pane {
  padding: 1.875rem 2.5rem;
  max-width: 875px;
  width: 100%;
}

@media (max-width: 1280px) {
  .banner-section .banner-section-inner .portfolio-pane {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .banner-section .banner-section-inner .portfolio-pane {
    padding: 1.875rem 1.5rem;
  }
}

.banner-section .banner-section-inner .portfolio-pane .i-duration,
.banner-section .banner-section-inner .portfolio-pane .price {
  background-color: #ffffff;
  border-radius: 30px;
  text-align: center;
}

.banner-section .banner-section-inner .portfolio-pane .i-duration h2,
.banner-section .banner-section-inner .portfolio-pane .price h2 {
  color: #38a7a6 !important;
  font-size: 1.5rem;
  font-weight: 600 !important;
  position: relative;
  text-align: left;
}

@media (max-width: 575px) {
  .banner-section .banner-section-inner .portfolio-pane .i-duration h2,
  .banner-section .banner-section-inner .portfolio-pane .price h2 {
    font-size: 2rem;
  }
}

.banner-section .banner-section-inner .portfolio-pane .i-duration sub,
.banner-section .banner-section-inner .portfolio-pane .price sub {
  color: #000000;
  position: absolute;
  font-size: 15px;
  bottom: -0.3em;
  left: 2.5em;
}

.banner-section .banner-section-inner .portfolio-pane .i-duration {
  font-size: 16px;
  font-weight: 600 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}

.banner-section .banner-section-inner .portfolio-pane .price {
  padding: 20px 15px 20px 15px;
}

.banner-section .banner-section-inner .portfolio-pane .price .contact-text {
  font-size: 14px;
}

.banner-section .banner-section-inner .portfolio-pane .installment-pane {
  background: #e3e3e3;
  padding: 0.7rem 1.275rem 1.6rem 1.275rem;
  border-radius: 30px;
  max-width: 160px;
  width: 100%;
  margin-right: 15px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .banner-section .banner-section-inner .portfolio-pane .installment-pane {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .banner-section .banner-section-inner .portfolio-pane .i-duration h2,
  .banner-section .banner-section-inner .portfolio-pane .price h2 {
    text-align: center;
  }

  .banner-section .banner-section-inner .portfolio-pane .i-duration sub,
  .banner-section .banner-section-inner .portfolio-pane .price sub {
    right: -2em;
  }
}

.banner-section .btn-portfolio,
.banner-section .btn-find {
  font-size: 1.2rem;
  font-weight: 600 !important;
  padding-left: 55px;
  padding-right: 55px;
}

@media (max-width: 575px) {
  .banner-section .btn-portfolio,
  .banner-section .btn-find {
    font-size: 1rem;
  }
}

.banner-section .banner-section-inner .insurance-pane p {
  margin-left: 0 !important;
}

table.data-display {
  display: block;
  overflow-x: auto;
}

.bob-data .accordion-item {
  margin-bottom: 15px;
}

.bob-data .accordion-header {
  background: #fafafa;
  padding: 20px;
  color: #000;
  border-radius: 12px;
}

.bob-data .accordion-header table {
  width: 100%;
}

.bob-data .accordion-header table thead th {
  font-weight: unset;
}

.bob-data .green-btn {
  background: #f88c00;
  border: none;
  color: #171100;
  padding: 5px 30px;
}

.bob-data .orange-btn {
  background: #00a5e6;
  border: none;
  color: #171100;
  padding: 5px 30px;
}

.bob-data .accordion-body {
  padding: 10px 20px;
}

.bob-data .accordion-body .data-display {
  border-radius: unset;
}

.bob-data .detail-button {
  border: unset;
  background: unset;
  outline: unset;
}

.border-radius-unset {
  border-radius: unset;
}

.delete-all-btn {
  padding: 5px 30px;
}

.login-by-admin button {
  margin: 20px 5px auto 5px;
}

/* multistep form  */

.App {
  padding: 50px;
}
.details__wrapper {
  max-width: 400px;
  margin: 10em auto;
}
.form__item {
  margin-bottom: 1.6em;
}
label,
input {
  display: block;
  width: 100%;
}
.d-flex {
  display: flex !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-between {
  justify-content: space-between !important;
}
.input__error input {
  border-color: red;
}
.error__feedback {
  color: red;
}

/* testing  */
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-steps {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 0;
  text-align: initial;
}
.ant-steps-item {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  vertical-align: top;
}
.ant-steps-item-container {
  outline: none;
}
.ant-steps-item:last-child {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-tail,
.ant-steps-item:last-child
  > .ant-steps-item-container
  > .ant-steps-item-content
  > .ant-steps-item-title::after {
  display: none;
}
.ant-steps-item-icon,
.ant-steps-item-content {
  display: inline-block;
  vertical-align: top;
}
.ant-steps-item-icon {
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 32px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.ant-steps-item-icon .ant-steps-icon {
  position: relative;
  top: -1px;
  color: #32cdc3;
  line-height: 1;
}
.ant-steps-item-tail {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
.ant-steps-item-tail::after {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #f0f0f0;
  border-radius: 1px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  content: "";
}
.ant-steps-item-title {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 32px;
}
.ant-steps-item-title::after {
  position: absolute;
  top: 16px;
  left: 100%;
  display: block;
  width: 9999px;
  height: 1px;
  background: #f0f0f0;
  content: "";
}
.ant-steps-item-subtitle {
  display: inline;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
  font-size: 14px;
}
.ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-steps-item-wait .ant-steps-item-icon {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
  color: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait
  .ant-steps-item-icon
  > .ant-steps-icon
  .ant-steps-icon-dot {
  background: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait
  > .ant-steps-item-container
  > .ant-steps-item-content
  > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait
  > .ant-steps-item-container
  > .ant-steps-item-content
  > .ant-steps-item-title::after {
  background-color: #f0f0f0;
}
.ant-steps-item-wait
  > .ant-steps-item-container
  > .ant-steps-item-content
  > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #f0f0f0;
}
.ant-steps-item-process .ant-steps-item-icon {
  background-color: #fff;
  border-color: #32cdc3;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #32cdc3;
}
.ant-steps-item-process
  .ant-steps-item-icon
  > .ant-steps-icon
  .ant-steps-icon-dot {
  background: #32cdc3;
}
.ant-steps-item-process
  > .ant-steps-item-container
  > .ant-steps-item-content
  > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.85);
}
.ant-steps-item-process
  > .ant-steps-item-container
  > .ant-steps-item-content
  > .ant-steps-item-title::after {
  background-color: #f0f0f0;
}
.ant-steps-item-process
  > .ant-steps-item-container
  > .ant-steps-item-content
  > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.85);
}
.ant-steps-item-process
  > .ant-steps-item-container
  > .ant-steps-item-tail::after {
  background-color: #f0f0f0;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon {
  background: #32cdc3;
}
.ant-steps-item-process
  > .ant-steps-item-container
  > .ant-steps-item-icon
  .ant-steps-icon {
  color: #fff;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-title {
  font-weight: 500;
}
.ant-steps-item-finish .ant-steps-item-icon {
  background-color: #fff;
  border-color: #32cdc3;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #32cdc3;
}
.ant-steps-item-finish
  .ant-steps-item-icon
  > .ant-steps-icon
  .ant-steps-icon-dot {
  background: #32cdc3;
}
.ant-steps-item-finish
  > .ant-steps-item-container
  > .ant-steps-item-content
  > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.85);
}
.ant-steps-item-finish
  > .ant-steps-item-container
  > .ant-steps-item-content
  > .ant-steps-item-title::after {
  background-color: #32cdc3;
}
.ant-steps-item-finish
  > .ant-steps-item-container
  > .ant-steps-item-content
  > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-finish
  > .ant-steps-item-container
  > .ant-steps-item-tail::after {
  background-color: #32cdc3;
}
.ant-steps-item-error .ant-steps-item-icon {
  background-color: #fff;
  border-color: #ff4d4f;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
  color: #ff4d4f;
}
.ant-steps-item-error
  .ant-steps-item-icon
  > .ant-steps-icon
  .ant-steps-icon-dot {
  background: #ff4d4f;
}
.ant-steps-item-error
  > .ant-steps-item-container
  > .ant-steps-item-content
  > .ant-steps-item-title {
  color: #ff4d4f;
}
.ant-steps-item-error
  > .ant-steps-item-container
  > .ant-steps-item-content
  > .ant-steps-item-title::after {
  background-color: #f0f0f0;
}
.ant-steps-item-error
  > .ant-steps-item-container
  > .ant-steps-item-content
  > .ant-steps-item-description {
  color: #ff4d4f;
}
.ant-steps-item-error
  > .ant-steps-item-container
  > .ant-steps-item-tail::after {
  background-color: #f0f0f0;
}
.ant-steps-item.ant-steps-next-error .ant-steps-item-title::after {
  background: #ff4d4f;
}
.ant-steps-item-disabled {
  cursor: not-allowed;
}
.ant-steps
  .ant-steps-item:not(.ant-steps-item-active)
  > .ant-steps-item-container[role="button"] {
  cursor: pointer;
}
.ant-steps
  .ant-steps-item:not(.ant-steps-item-active)
  > .ant-steps-item-container[role="button"]
  .ant-steps-item-title,
.ant-steps
  .ant-steps-item:not(.ant-steps-item-active)
  > .ant-steps-item-container[role="button"]
  .ant-steps-item-subtitle,
.ant-steps
  .ant-steps-item:not(.ant-steps-item-active)
  > .ant-steps-item-container[role="button"]
  .ant-steps-item-description,
.ant-steps
  .ant-steps-item:not(.ant-steps-item-active)
  > .ant-steps-item-container[role="button"]
  .ant-steps-item-icon
  .ant-steps-icon {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.ant-steps
  .ant-steps-item:not(.ant-steps-item-active)
  > .ant-steps-item-container[role="button"]:hover
  .ant-steps-item-title,
.ant-steps
  .ant-steps-item:not(.ant-steps-item-active)
  > .ant-steps-item-container[role="button"]:hover
  .ant-steps-item-subtitle,
.ant-steps
  .ant-steps-item:not(.ant-steps-item-active)
  > .ant-steps-item-container[role="button"]:hover
  .ant-steps-item-description {
  color: #32cdc3;
}
.ant-steps
  .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)
  > .ant-steps-item-container[role="button"]:hover
  .ant-steps-item-icon {
  border-color: #32cdc3;
}
.ant-steps
  .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)
  > .ant-steps-item-container[role="button"]:hover
  .ant-steps-item-icon
  .ant-steps-icon {
  color: #32cdc3;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-left: 16px;
  white-space: nowrap;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical)
  .ant-steps-item:first-child {
  padding-left: 0;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical)
  .ant-steps-item:last-child
  .ant-steps-item-title {
  padding-right: 0;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
  display: none;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical)
  .ant-steps-item-description {
  max-width: 140px;
  white-space: normal;
}
.ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon {
  height: auto;
  background: none;
  border: 0;
}
.ant-steps-item-custom
  > .ant-steps-item-container
  > .ant-steps-item-icon
  > .ant-steps-icon {
  top: 0px;
  left: 0.5px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 32px;
}
.ant-steps-item-custom.ant-steps-item-process
  .ant-steps-item-icon
  > .ant-steps-icon {
  color: #32cdc3;
}
.ant-steps:not(.ant-steps-vertical)
  .ant-steps-item-custom
  .ant-steps-item-icon {
  width: auto;
  background: none;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical)
  .ant-steps-item {
  padding-left: 12px;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical)
  .ant-steps-item:first-child {
  padding-left: 0;
}
.ant-steps-small .ant-steps-item-icon {
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border-radius: 24px;
}
.ant-steps-small .ant-steps-item-title {
  padding-right: 12px;
  font-size: 14px;
  line-height: 24px;
}
.ant-steps-small .ant-steps-item-title::after {
  top: 12px;
}
.ant-steps-small .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-steps-small .ant-steps-item-tail {
  top: 8px;
}
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: none;
  border: 0;
  border-radius: 0;
}
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  font-size: 24px;
  line-height: 24px;
  -webkit-transform: none;
  transform: none;
}
.ant-steps-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ant-steps-vertical > .ant-steps-item {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-left: 0;
  overflow: visible;
}
.ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
  float: left;
  margin-right: 16px;
}
.ant-steps-vertical > .ant-steps-item .ant-steps-item-content {
  display: block;
  min-height: 48px;
  overflow: hidden;
}
.ant-steps-vertical > .ant-steps-item .ant-steps-item-title {
  line-height: 32px;
}
.ant-steps-vertical > .ant-steps-item .ant-steps-item-description {
  padding-bottom: 12px;
}
.ant-steps-vertical
  > .ant-steps-item
  > .ant-steps-item-container
  > .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 16px;
  width: 1px;
  height: 100%;
  padding: 38px 0 6px;
}
.ant-steps-vertical
  > .ant-steps-item
  > .ant-steps-item-container
  > .ant-steps-item-tail::after {
  width: 1px;
  height: 100%;
}
.ant-steps-vertical
  > .ant-steps-item:not(:last-child)
  > .ant-steps-item-container
  > .ant-steps-item-tail {
  display: block;
}
.ant-steps-vertical
  > .ant-steps-item
  > .ant-steps-item-container
  > .ant-steps-item-content
  > .ant-steps-item-title::after {
  display: none;
}
.ant-steps-vertical.ant-steps-small
  .ant-steps-item-container
  .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 12px;
  padding: 30px 0 6px;
}
.ant-steps-vertical.ant-steps-small
  .ant-steps-item-container
  .ant-steps-item-title {
  line-height: 24px;
}
.ant-steps-label-vertical .ant-steps-item {
  overflow: visible;
}
.ant-steps-label-vertical .ant-steps-item-tail {
  margin-left: 58px;
  padding: 3.5px 24px;
}
.ant-steps-label-vertical .ant-steps-item-content {
  display: block;
  width: 116px;
  margin-top: 8px;
  text-align: center;
}
.ant-steps-label-vertical .ant-steps-item-icon {
  display: inline-block;
  margin-left: 42px;
}
.ant-steps-label-vertical .ant-steps-item-title {
  padding-right: 0;
  padding-left: 0;
}
.ant-steps-label-vertical .ant-steps-item-title::after {
  display: none;
}
.ant-steps-label-vertical .ant-steps-item-subtitle {
  display: block;
  margin-bottom: 4px;
  margin-left: 0;
  line-height: 1.5715;
}
.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot)
  .ant-steps-item-icon {
  margin-left: 46px;
}
.ant-steps-dot .ant-steps-item-title,
.ant-steps-dot.ant-steps-small .ant-steps-item-title {
  line-height: 1.5715;
}
.ant-steps-dot .ant-steps-item-tail,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
  top: 2px;
  width: 100%;
  margin: 0 0 0 70px;
  padding: 0;
}
.ant-steps-dot .ant-steps-item-tail::after,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
  width: calc(100% - 20px);
  height: 3px;
  margin-left: 12px;
}
.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 2px;
}
.ant-steps-dot .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
  width: 8px;
  height: 8px;
  margin-left: 67px;
  padding-right: 0;
  line-height: 8px;
  background: transparent;
  border: 0;
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* expand hover area */
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
  position: absolute;
  top: -12px;
  left: -26px;
  width: 60px;
  height: 32px;
  background: rgba(0, 0, 0, 0.001);
  content: "";
}
.ant-steps-dot .ant-steps-item-content,
.ant-steps-dot.ant-steps-small .ant-steps-item-content {
  width: 140px;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon {
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  background: none;
}
.ant-steps-dot
  .ant-steps-item-process
  .ant-steps-icon:first-child
  .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small
  .ant-steps-item-process
  .ant-steps-icon:first-child
  .ant-steps-icon-dot {
  left: 0;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-top: 8px;
  margin-left: 0;
  background: none;
}
.ant-steps-vertical.ant-steps-dot
  .ant-steps-item
  > .ant-steps-item-container
  > .ant-steps-item-tail {
  top: 2px;
  left: -9px;
  margin: 0;
  padding: 22px 0 4px;
}
.ant-steps-vertical.ant-steps-dot
  .ant-steps-item:first-child
  .ant-steps-icon-dot {
  left: 0;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-content {
  width: inherit;
}
.ant-steps-vertical.ant-steps-dot
  .ant-steps-item-process
  .ant-steps-item-container
  .ant-steps-item-icon
  .ant-steps-icon-dot {
  left: -2px;
}
.ant-steps-navigation {
  padding-top: 12px;
}
.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
  margin-left: -12px;
}
.ant-steps-navigation .ant-steps-item {
  overflow: visible;
  text-align: center;
}
.ant-steps-navigation .ant-steps-item-container {
  display: inline-block;
  height: 100%;
  margin-left: -16px;
  padding-bottom: 12px;
  text-align: left;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-content {
  max-width: auto;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
  max-width: 100%;
  padding-right: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title::after {
  display: none;
}
.ant-steps-navigation
  .ant-steps-item:not(.ant-steps-item-active)
  .ant-steps-item-container[role="button"] {
  cursor: pointer;
}
.ant-steps-navigation
  .ant-steps-item:not(.ant-steps-item-active)
  .ant-steps-item-container[role="button"]:hover {
  opacity: 0.85;
}
.ant-steps-navigation .ant-steps-item:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ant-steps-navigation .ant-steps-item:last-child::after {
  display: none;
}
.ant-steps-navigation .ant-steps-item::after {
  position: absolute;
  top: 50%;
  left: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -14px;
  margin-left: -2px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.ant-steps-navigation .ant-steps-item::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: #32cdc3;
  -webkit-transition: width 0.3s, left 0.3s;
  transition: width 0.3s, left 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  content: "";
}
.ant-steps-navigation .ant-steps-item.ant-steps-item-active::before {
  left: 0;
  width: 100%;
}
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item {
  margin-right: 0 !important;
}
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item::before {
  display: none;
}
.ant-steps-navigation.ant-steps-vertical
  > .ant-steps-item.ant-steps-item-active::before {
  top: 0;
  right: 0;
  left: unset;
  display: block;
  width: 3px;
  height: calc(100% - 24px);
}
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item::after {
  position: relative;
  top: -2px;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin-bottom: 8px;
  text-align: center;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.ant-steps-navigation.ant-steps-vertical
  > .ant-steps-item
  > .ant-steps-item-container
  > .ant-steps-item-tail {
  visibility: hidden;
}
.ant-steps-rtl {
  direction: rtl;
}
.ant-steps.ant-steps-rtl .ant-steps-item-icon {
  margin-right: 0;
  margin-left: 8px;
}
.ant-steps-rtl .ant-steps-item-tail {
  right: 0;
  left: auto;
}
.ant-steps-rtl .ant-steps-item-title {
  padding-right: 0;
  padding-left: 16px;
}
.ant-steps-rtl .ant-steps-item-title::after {
  right: 100%;
  left: auto;
}
.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical)
  .ant-steps-item {
  padding-right: 16px;
  padding-left: 0;
}
.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical)
  .ant-steps-item:first-child {
  padding-right: 0;
}
.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical)
  .ant-steps-item:last-child
  .ant-steps-item-title {
  padding-left: 0;
}
.ant-steps-rtl .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  right: 0.5px;
  left: auto;
}
.ant-steps-rtl.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
  margin-right: -12px;
  margin-left: 0;
}
.ant-steps-rtl.ant-steps-navigation .ant-steps-item-container {
  margin-right: -16px;
  margin-left: 0;
  text-align: right;
}
.ant-steps-rtl.ant-steps-navigation
  .ant-steps-item-container
  .ant-steps-item-title {
  padding-left: 0;
}
.ant-steps-rtl.ant-steps-navigation .ant-steps-item::after {
  right: 100%;
  left: auto;
  margin-right: -2px;
  margin-left: 0;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical)
  .ant-steps-item {
  padding-right: 12px;
  padding-left: 0;
}
.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical)
  .ant-steps-item:first-child {
  padding-right: 0;
}
.ant-steps-rtl.ant-steps-small .ant-steps-item-title {
  padding-right: 0;
  padding-left: 12px;
}
.ant-steps-rtl.ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.ant-steps-rtl.ant-steps-vertical
  > .ant-steps-item
  > .ant-steps-item-container
  > .ant-steps-item-tail {
  right: 16px;
  left: auto;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-small
  .ant-steps-item-container
  .ant-steps-item-tail {
  right: 12px;
  left: auto;
}
.ant-steps-rtl.ant-steps-label-vertical .ant-steps-item-title {
  padding-left: 0;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-tail,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
  margin: 0 70px 0 0;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-tail::after,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
  margin-right: 12px;
  margin-left: 0;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
.ant-steps-rtl.ant-steps-dot.ant-steps-small
  .ant-steps-item:first-child
  .ant-steps-icon-dot {
  right: 2px;
  left: auto;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
  margin-right: 67px;
  margin-left: 0;
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  /* expand hover area */
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-rtl.ant-steps-dot.ant-steps-small
  .ant-steps-item-icon
  .ant-steps-icon-dot {
  float: right;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
.ant-steps-rtl.ant-steps-dot.ant-steps-small
  .ant-steps-item-icon
  .ant-steps-icon-dot::after {
  right: -26px;
  left: auto;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-right: 0;
  margin-left: 16px;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-dot
  .ant-steps-item
  > .ant-steps-item-container
  > .ant-steps-item-tail {
  right: -9px;
  left: auto;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-dot
  .ant-steps-item:first-child
  .ant-steps-icon-dot {
  right: 0;
  left: auto;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-dot
  .ant-steps-item-process
  .ant-steps-icon-dot {
  right: -2px;
  left: auto;
}
.ant-steps-with-progress .ant-steps-item {
  padding-top: 4px;
}
.ant-steps-with-progress .ant-steps-item .ant-steps-item-tail {
  top: 4px !important;
}
.ant-steps-with-progress .ant-steps-item-icon {
  position: relative;
}
.ant-steps-with-progress .ant-steps-item-icon .ant-progress {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}

/* steps form styling end here  */

.bus-recommend-form .geo-background-filter input[type="radio"] {
  width: 20px;
  float: left;
  margin-top: 6px;
  cursor: pointer;
}

.bus-recommend-form .geo-background-filter .geo-bg-filter-item {
  display: inline-block;
  cursor: pointer;
}
.bus-recommend-form
  .geo-background-filter
  .geo-bg-filter-item
  .form-check-label {
  display: inline-block;
  cursor: pointer;
  width: auto;
}
