* {
  margin: 0px;
  padding: 0px;
}

body {
  box-sizing: border-box;
}

@font-face {
  font-family: "Gilroy-Regular";
  src: url("../fonts/Gilroy/gilroy-regular-webfont.woff2") format("woff2"),
    url("../fonts/Gilroy/gilroy-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Soliden Trial";
  src: url("../fonts/Soliden Trial/SolidenTrial-Black.woff2") format("woff2"),
    url("../fonts/Soliden Trial/SolidenTrial-Black.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Start common style */
/* fonts */
h1,
h2,
h3,
h4 {
  font-family: "Soliden Trial";
}

p,
label,
span,
input,
textarea {
  font-family: "Gilroy-Regular";
}

/* fonts */
.btn,
.form-control:focus,
.btn-close:focus,
.form-check-input:focus {
  box-shadow: none !important;
  transition: all 0.4s ease;
  outline: 0 !important;
}

.form-check-input:active {
  filter: brightness(100%);
}

.form-control:focus,
.form-check-input:focus,
.form-check-input:active {
  border-color: #f77a00 !important;
}

label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #000000;
}

.form-control {
  font-size: 15px;
  padding: 10px 14px;
  border-radius: 6px;
}

button:focus {
  outline: 0 !important;
}

.btn-info {
  background-color: #f77a00 !important;
  border-color: #f77a00 !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background-color: #f77a00 !important;
  border-color: #f77a00 !important;
  color: #fff !important;
}

button.btn.btn-secondary {
  background-color: #50575d;
  border-color: #50575d;
}

.btn-info:hover,
.btn-secondary:hover {
  opacity: 0.9;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: #50575d;
  border-color: #50575d;
}

h1 {
  font-size: 74px;
  line-height: 83px;
  color: #fff;
  letter-spacing: 0.4px;
  position: relative;
  margin-bottom: 15px;
  letter-spacing: 0.4px;
}

h2,
.h2 {
  font-size: 52px;
  color: #000;
  line-height: 65px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

h3,
.h3 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
}

h4,
.h4 {
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
}

p {
  font-weight: 400;
  line-height: 25px;
  font-size: 18px;
}

span.lat-arive,
p.lat-arive {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

section {
  position: relative;
}

.top-head-block {
  text-align: center;
  margin-bottom: 40px;
}

.top-head-block p {
  font-size: 20px;
  line-height: 30px;
  color: #000;
}

a.read-more {
  color: #000;
  text-decoration: none;
  font-size: 17px;
  display: inline-block;
  margin: 6px 0px;
  font-weight: 500;
  font-family: "Poppins";
}

a.read-more img {
  margin-left: 4px;
}

a.button-style1 {
  background-color: #f77a00;
  border-radius: 4px;
  min-width: 200px;
  padding: 14px 32px;
  color: #fff;
  margin: 15px 0px;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  font-weight: 600;
  cursor: pointer;
  font-family: "Poppins";
  transition: all 0.7s ease-in;
}

a.button-style1:hover {
  color: #fff;
  transform: translateY(-4px);
  opacity: 0.9;
}

.breadcrumbs {
  padding: 10px 0px;
}

.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.breadcrumbs ul li a {
  color: #000;
  line-height: 24px;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  display: inline-block;
  font-family: "Gilroy-Regular";
}

.breadcrumbs ul li:not(:first-child) a {
  margin-top: 5px;
}

.breadcrumbs ul li i {
  font-weight: 300;
  font-size: 13px;
  margin: 0 6px;
  top: 2px;
  position: relative;
}

.sub-head-span {
  font-size: 25px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  font-family: "Soliden Trial";
  display: inline-block;
  margin: 2px 0px 16px;
}

textarea {
  resize: none;
}

.form-check-input:checked[type="checkbox"] {
  background-color: #f77a00 !important;
  border-color: #f77a00 !important;
}

.form-check-input[type="checkbox"],
.form-check-input:checked[type="checkbox"] {
  border-radius: 0px !important;
}

#payButton.disabled {
  background-color: #f77a0085; /* Gray color for the disabled state */
  color: #f77a0085;           /* Text color for the disabled state */
  cursor: not-allowed;      /* Show "not allowed" cursor */
}

/* End common style */

/* header style start */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

header .navbar {
  padding: 24px 16px;
}

header .navbar-brand {
  padding: 0px;
}

header .navbar-brand img {
  max-width: 260px;
}

header .navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  padding: 4px 30px;
  font-family: "Gilroy-Regular";
}

header .navbar-dark .navbar-nav .nav-link:hover {
  color: #f77a00;
  opacity: 1;
}

header .navbar-dark .navbar-nav li.active a {
  color: #f77a00 !important;
}

header a.nav-link.btn.btn-info {
  padding: 10px 16px;
  border-radius: 0px;
  font-size: 20px;
  margin-top: -8px;
  border-radius: 4px;
  font-weight: 600;
  font-family: "Gilroy-Regular";
}

header a.nav-link.btn.btn-info i {
  margin-right: 4px;
}

/* header end */

/* .bannerstart */
.banner {
  background-image: url("../images/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 100;
}

.banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

/* who-we-are start */
.who-we-are {
  padding: 0px 0px 60px;
  background-color: #fff;
}

.who-we1 {
  background-color: #f9f9f9;
  height: 210px;
}

.who-we-are .content-block {
  padding-right: 70px;
}

.who-we-are .content-row2 {
  align-items: center;
}

.who-we-are .u-form-row {
  top: -175px;
  z-index: 1000;
  position: relative;
}

.who-we-are .u-form-block {
  box-shadow: 0 0 10px #00000029;
  border-radius: 10px;
  padding: 40px 20px;
  position: relative;
  background-color: #fff;
}

.who-we-are .input-block {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* howit-work */
.howit-work .content-row2 {
  flex-direction: row;
}

.howit-work .content-row2 ol {
  padding-left: 16px;
}

.howit-work .content-row2 ol li {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
}

.who-we-are .input-block .inputfield {
  width: 32.4%;
  position: relative;
}

.who-we-are .form-step1 {
  margin-bottom: 15px;
}

.who-we-are .form-step2 .inputfield {
  width: 45%;
}

.who-we-are .btnblock {
  margin-top: 28px;
  margin-left: -14px;
}

.who-we-are .btnblock .btn {
  color: #fff;
  font-weight: 500;
  padding: 10px 16px;
  font-family: "Poppins";
}

.who-we-are .btnblock .btn img {
  margin-left: 3px;
}

/* form step2 */
.who-we-are .form-step2 .dropdown {
  cursor: default;
}

.who-we-are .form-step2 .dropdown .form-control:focus,
.who-we-are .form-step2 .dropdown .form-control:active,
.who-we-are .form-step2 .dropdown .form-control:target {
  border-color: #f77a00 !important;
}

.who-we-are .form-step2 .dropdown-menu {
  min-width: 100%;
  border-radius: 6px;
  /* display: flex !important; */
  flex-wrap: wrap;
  padding: 15px;
  top: 50px;
}

.who-we-are .form-step2 ul.dropdown-menu.active {
  display: flex !important;
}

.who-we-are .form-step2 .dropdown-menu li {
  width: 50%;
  display: inline-block;
}

.who-we-are .form-step2 a.add-city {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #f77a00;
  cursor: pointer;
}

.who-we-are .form-step2 .add-city-block {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 15px 0px 0px;
}

.who-we-are .form-step2 .add-city-block a.img-block {
  cursor: pointer;
  margin-top: 27px;
}

.who-we-are .form-step2 .entry-save {
  margin-top: 15px;
}

.who-we-are .form-step2 .entry-save .btn {
  color: #fff;
  padding: 10px 26px;
  margin-right: 10px;
}

.who-we-are .form-step2 .entry-save .btn img {
  margin-left: 5px;
}

.who-we-are .form-step2 .add-city-block .c-block {
  width: 100%;
}

.who-we-are .form-step2 a.add-city img {
  margin-right: 4px;
}

.who-we-are .form-step2 .add-city2 {
  text-align: right;
  margin-right: 28px;
  margin-top: 8px;
}

/* why-choose */
.why-choose {
  padding: 50px 0px;
  background-color: #f9f9f9;
}

.why-choose .content-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  border: 1px solid #dee4e7;
  min-height: 520px;
}

.why-choose .icon-box {
  width: 75px;
  height: 75px;
  background-color: #50575d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.why-choose .content-box p {
  font-size: 17px;
  color: #000;
  line-height: 30px;
}

.why-choose .content-box h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.why-choose a.button-style1 {
  margin: 30px 0 0;
}

/*organizatio-mission*/
.organizatio-mission {
  padding: 50px 0px;
  background-color: #fff;
}

.organizatio-mission .image-block {
  padding-right: 60px;
}

.organizatio-mission .content-block p {
  max-width: 80%;
  color: #212721;
  font-size: 18px;
}

/*.stop-money */
.stop-money {
  background-color: #4f575d;
  padding: 60px 0px;
}

.stop-money .content-block {
  padding-right: 0px;
}

.stop-money .content-block h2,
.stop-money .content-block p {
  color: #fff;
}

.stop-money .content-block p {
  max-width: 80%;
}

/* .stop-money .content-block a.button-style1 {
  margin: 0px;
} */
/*what-we-do*/
.what-we-do {
  background-color: #fff;
  padding: 70px 0px;
}

.what-we-do .content-block h2,
.what-we-do .content-block p {
  color: #050505;
}

.what-we-do .detail-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  flex-direction: row;
}

.what-we-do .detail-row .d-box {
  background-color: #fff;
  box-shadow: 0px 0px 29px #00000014;
  min-height: 230px;
  width: 44%;
  max-width: 100%;
  margin-bottom: 0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
}

.what-we-do .detail-row .d-box img.shape-image {
  position: absolute;
  left: 42%;
  top: 27%;
  z-index: -1;
}

.what-we-do .detail-row .d-box h2 {
  font-family: "Poppins";
  line-height: 62px;
}

.what-we-do .detail-row .d-box h2,
.what-we-do .detail-row .d-box p {
  margin-bottom: 0;
}

.what-we-do .detail-row .d-box p {
  text-align: center;
}

img[alt="side-image"] {
  position: absolute;
  right: 60px;
  top: 60%;
  transform: translate(0, -60%);
  max-width: 400px;
}

/* faq */
.faq-sec {
  background-color: #f9f9f9;
  padding: 40px 0px;
}

.faq-sec .top-head h2 {
  text-align: center;
  margin-bottom: 30px;
}

.faq-sec .card {
  margin: 0 50px 15px 50px;
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: 0px 0px 26px #00000017;
}

.faq-sec .card .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0;
}

.faq-sec .card-header h3 {
  font-size: 22px;
  line-height: 40px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid transparent;
  cursor: pointer !important;
  font-family: "Poppins";
}

.faq-sec h3::after {
  position: absolute;
  /* font-family: 'FontAwesome'; */
  background-repeat: no-repeat;
  background-size: cover;
  width: 36px;
  height: 36px;
  top: 0;
  right: 0;
}

.faq-sec .active .card-header h3::after {
  /* content: "\f078"; */
  content: "";
  background-image: url("../images/right-img1.png");
}

.faq-sec .card.active .card-header h3 {
  border-color: #ccc;
}

.faq-sec .card-header h3::after {
  content: "";
  background-image: url("../images/right-img2.png");
}

.faq-sec .card-body {
  padding: 15px 0px 0px;
}

.faq-sec .card-body p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 400;
}

.faq-sec .card .card-body {
  display: none;
  transition: all 0.7s ease-in;
}

.faq-sec .active .card-body {
  display: block;
}

.faq-sec .card-header h3::after {
  position: absolute;
  right: 0;
  top: -6px;
  color: #000;
  font-size: 30px;
}

/*get-ready*/
.get-ready {
  background-color: #50575d;
  background-image: url(../images/get-ready.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 300px;
  background-position: center;
}

.get-ready .top-head-block h2,
.get-ready .top-head-block p {
  color: #fff;
}

.get-ready .button-style1 {
  margin: 10px 0 10px;
}

.get-ready .top-head-block {
  padding: 40px 0px;
  margin: 0;
}

.get-ready img[alt="get-image2"] {
  left: 0;
}

.get-ready img[alt="get-image1"] {
  right: 0;
}

.get-ready img.side-image {
  position: absolute;
  top: -43px;
  display: none;
}

/*about-us page*/
.about-us {
  background-image: url(../images/about-banner.png);
  min-height: 497px;
}

.about-who {
  padding-top: 20px;
}

.about-who .content-block {
  padding: 0px 40px;
}

.about-who .detail-row {
  margin-top: 40px;
}

.about-who .detail-row .d-box {
  width: 23.2%;
}

.real-estate {
  background-color: #f9f9f9;
  padding: 70px 0px;
}

.real-estate2 .sub-head-span {
  font-family: "Gilroy-Regular";
  margin-bottom: 25px;
}

.real-estate2 .content-row2 {
  align-items: center;
}

.realestate-agent {
  background-color: #fff;
  padding: 60px 0px;
}

.realestate-agent .content-block {
  padding-left: 60px;
}

.mission-vision {
  background-color: #f9f9f9;
  min-height: 470px;
  display: flex;
  align-items: center;
}

.mission-vision .content-block {
  padding-right: 50px;
}

.mission-vision .image-block img {
  position: absolute;
  right: 0;
  top: 0;
  width: 48%;
  height: auto;
}

/*contact -us*/
.contactus-sec {
  padding: 40px 0px 80px;
  background-color: #fff;
}

.contactus-sec h2 {
  font-size: 40px;
  line-height: 60px;
}

.contactus-sec p {
  line-height: 30px;
  font-size: 20px;
}

.contactus-sec .content-row {
  box-shadow: 0px 0px 29px #00000014;
  border-radius: 10px;
  padding: 30px;
}

.contactus-sec .btnblock button {
  color: #fff;
  padding: 10px 30px 15px;
  font-size: 20px;
  line-height: 32px;
  margin-top: 20px;
}

.contactus-sec .form-control {
  margin-bottom: 15px;
}

.contactus-sec .image-block {
  padding-left: 40px;
}

.contactus-sec .image-block ul.social-links {
  margin: 0;
  padding: 0;
}

.contactus-sec .image-block ul.social-links li {
  list-style: none;
}

.contactus-sec .image-block ul.social-links li a {
  color: #000;
  line-height: 26px;
  text-decoration: none;
  font-weight: 400;
  font-size: 17px;
  display: inline-block;
  margin-bottom: 15px;
}

.contactus-sec .image-block ul.social-links li a i {
  margin-right: 14px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #aca9a9;
  border-radius: 50%;
  text-align: center;
  color: #f77a00;
  padding-top: 8px;
}

/*privacy-policy*/
.privacy-policy {
  padding: 60px 0px 50px;
  margin-top: 100px;
}

.privacy-policy h3 {
  font-family: "Gilroy-Regular";
  font-weight: bold;
}

.privacy-policy h4 {
  font-weight: 600;
  font-family: "Gilroy-Regular";
}

.privacy-policy p {
  line-height: 28px;
}

.privacy-policy ul {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

.privacy-policy ul li {
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 28px;
  position: relative;
}

.privacy-policy ul li::after {
  content: "";
  position: absolute;
  background-image: url(../images/circle-yellow.svg);
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}

/*privacy hide sections*/
.privacy .banner,
.privacy .breadcrumbs {
  display: none;
}

.privacy header .navbar {
  background-color: #50575d;
}

/*privacy*/

/* view leads page*/
.view-leads {
  padding: 30px 0px 70px;
  background-color: #fff;
}

.view-leads .content-row2 {
  align-items: center;
}

.view-leads .content-block {
  padding: 0 40px;
}

.view-leads .content-block ul {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

.view-leads .content-block ul li {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 26px;
}

.view-leads .content-block ul li strong {
  margin-right: 6px;
}

.view-leads .content-block a.button-style1 {
  min-width: auto;
}

.view-leads .refund-row {
  box-shadow: 0px 0px 29px #00000014;
  padding: 30px 20px;
  border-radius: 10px;
  align-items: center;
  margin-top: 40px;
}

.view-leads .refund-row .content-block {
  padding: 0 20px;
}

.view-leads .refund-row ul.user-info {
  display: flex;
  flex-wrap: wrap;
}

.view-leads .refund-row ul.user-info li {
  width: 50%;
}

.view-leads .refund-row .content-block p {
  font-size: 16px;
}

/* footer*/
footer {
  background-color: #1c2118;
  padding: 70px 0px 0px;
}

footer .content-box a.logo {
  display: inline-block;
}

footer .content-box a.logo img {
  max-width: 300px;
}

footer .nav-links {
  padding-left: 100px;
}

footer .content-box p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  max-width: 90%;
}

footer .content-box a.logo,
footer .content-box h4 {
  color: #fff;
  margin-bottom: 16px;
  font-family: "Poppins";
  font-weight: 600;
}

footer .content-box ul {
  margin: 0;
  padding: 0;
}

footer .content-box ul.social-links {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
}

footer .content-box ul li a {
  color: #fff;
  line-height: 26px;
  text-decoration: none;
  font-weight: 400;
}

footer .content-box ul.useful-link li a {
  opacity: 0.7;
  padding: 4px 0px;
  display: inline-block;
}

footer .content-box ul.useful-link li a:hover {
  opacity: 1;
}

footer .content-box ul.social-links li a {
  font-size: 24px;
  padding: 4px;
  color: #fff;
  opacity: 1;
}

footer .content-box ul.social-links li a:hover {
  opacity: 0.7;
}

footer .copyright {
  border-top: 1px solid #5c5c5c;
  padding: 15px;
  margin-top: 70px;
}

footer .copyright p {
  color: #8b8b8b;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

footer .contact-us h4 {
  margin-bottom: 10px;
}

footer .contact-link li a {
  display: inline-block;
  margin-bottom: 10px;
}

footer li a {
  font-size: 17px;
  font-family: "Gilroy-Regular";
}

footer .contact-link li a i {
  margin-right: 14px;
  font-size: 18px;
}

footer form .newsletter-box {
  display: flex;
  background-color: #fff;
  max-width: 300px;
  border-radius: 6px;
  margin-bottom: 20px;
}

footer form .newsletter-box input {
  border-radius: 6px 0 0 6px;
  border-color: transparent !important;
  font-size: 14px;
}

footer form .newsletter-box input:focus,
footer form .newsletter-box input:active {
  border-color: transparent !important;
}

footer form .newsletter-box input {
  border-radius: 6px 0 0 6px;
}

/*modal style*/
.signup-modal {
  background: rgba(0, 0, 0, 0.7);
}

.signup-modal .btn-close {
  color: #000;
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 15px;
  font-weight: 700;
}

.signup-modal .modal-title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 10px;
}

.signup-modal .modal-header p {
  margin-bottom: 0px;
}

.signup-modal .modal-dialog {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0 auto;
}

.signup-modal .modal-body,
.signup-modal .modal-header {
  padding: 0px;
  border-bottom: 0px;
}

.forgot-modal .btnblock {
  margin-top: 30px;
}

.signup-modal .modal-header {
  margin-bottom: 25px;
  flex-direction: column;
  align-items: start;
}

.signup-modal .modal-content {
  padding: 30px;
  border-radius: 10px;
}

.signup-modal .inputfield {
  position: relative;
}

.signup-modal input[type="password"] {
  padding-right: 30px;
}

.signup-modal a.toggle-pass {
  color: #000;
  position: absolute;
  right: 10px;
  top: 40px;
}

.signup-modal .inputfield a.forgot {
  float: right;
  display: inline-block;
  color: #000;
  font-size: 14px;
  margin-top: -5px;
  font-weight: 600;
  font-family: "Gilroy-Regular";
}

#signupModal .btnblock {
  margin-top: 30px;
}

.login-modal .btnblock {
  margin-top: 40px;
}

.signup-modal .btnblock button {
  color: #fff;
  padding: 10px 30px 15px;
  font-size: 20px;
  line-height: 32px;
}

.signup-modal .btnblock p {
  color: #000;
  font-size: 14px;
  margin: 20px 0 0;
  font-weight: 600;
}

.signup-modal .btnblock p a {
  color: #000;
}

.signup-modal .form-control {
  margin-bottom: 15px;
}

/***/

/* signup page css */

.signup_common_section {
  padding: 80px 0;
}

.signup_common_section .content_image .content .h2:first-child {
  font-family: "Gilroy-Regular";
}

.signup_common_section .content_image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px;
}

.signup_common_section.approve_section .content_image,
.signup_common_section.market_section .content_image {
  flex-direction: row-reverse;
}

.signup_common_section.approve_section .content_image .h2, .signup_common_section.approve_section .content_image .h2 + p,
.signup_common_section.market_section .content_image .h2, .signup_common_section.market_section .content_image .h2 + p {
  padding-left: 100px;
}

.signup_common_section .content_image .content {
  width: 50%;
}

.signup_common_section .content_image .content .h2 {
  max-width: 631px;
  width: 100%;
}

.signup_common_section.submit_section .content_image .content .h2 {
  max-width: 600px;
}

.signup_common_section .content_image .content p {
  font-size: 20px;
  margin-top: 30px;
  padding-right: 20px;
}

.signup_common_section .content_image .image {
  width: 45%;
}

.signup_common_section .content_image .image figure img {
  max-width: 571px;
  width: 100%;
}

/* signup form css */

.settings_dashboard .content_wrapper .feed {
  padding: 0 100px;
}

.settings_dashboard .content_wrapper .feed .inner_div {
  padding: 40px 35px;
  box-shadow: 0px 0px 29px #00000014;
  border-radius: 10px;
  margin-bottom: 80px;
  border-radius: 10px;
}

.settings_dashboard .content_wrapper .feed .inner_div h3{
  font-size: 40px;
  font-family: "Soliden Trial";
}

.settings_dashboard .content_wrapper .user_company {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

.settings_dashboard .content_wrapper .user_company .user_name {
  width: 50%;
}

.settings_dashboard .content_wrapper .user_company.contact_information .user_name {
  width: 100%;
}

.settings_dashboard .content_wrapper .user_company .user_name>div {
  display: flex;
  align-items: center;
  gap: 40px;
}

.settings_dashboard .content_wrapper .user_company .user_name>div .form-group {
  width: 100%;
}

.settings_dashboard .content_wrapper .user_company .company_name {
  width: 40%;
}


.settings_dashboard .content_wrapper h6 {
  font-family: "Gilroy-Regular";
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  margin-bottom: 20px;
}

.settings_dashboard .content_wrapper label {
  font-size: 18px;
  color: #50575D;
  font-family: "Gilroy-Regular";
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}

.settings_dashboard .content_wrapper input {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #DEDEDE;
  padding-left: 15px;
}

.settings_dashboard .content_wrapper .contact_information .add_email {
  color: #7A7A7A;
  font-size: 18px;
  font-family: "Gilroy-Regular";
  font-weight: 600;
  background-color: var(--white);
  border-radius: 5px;
  border: 1px solid #DEDEDE;
  padding: 3px 10px 3px 30px;
  position: relative;
  min-width: 220px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  box-shadow: 0px 0px 6px #00000029;
}

.settings_dashboard .content_wrapper .contact_information .add_email::before {
  content: "";
  position: absolute;
  background: url(../images/add.svg);
  background-size: cover;
  width: 15px;
  height: 15px;
  left: 20px;
  top: 12px;
  background-repeat: no-repeat;
}

.settings_dashboard .content_wrapper .contact_information .add_email:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}

.settings_dashboard .content_wrapper .user_company.contact_information {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 30px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

.settings_dashboard .content_wrapper .user_company.contact_information select {
  -webkit-appearance: listbox !important;
}

.settings_dashboard .content_wrapper .user_company.contact_information .company_name {
  display: flex;
  justify-content: end;
}

.settings_dashboard .content_wrapper .contact_information.password .add_email::before {
  content: "";
  position: absolute;
  background: url(../images/checked.svg);
  background-size: cover;
  width: 14px;
  height: 14px;
  left: 41px;
  top: 12px;
  background-repeat: no-repeat;
}

.settings_dashboard .content_wrapper .user_company.contact_information.password .user_name {
  width: 100%;
}

.settings_dashboard .content_wrapper .user_company.contact_information.password .form-group {
  position: relative;
}



.settings_dashboard .content_wrapper .user_company.account_security {
  border-bottom: unset;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}

.settings_dashboard .content_wrapper .user_company.account_security button.signup {
  font-family: "Soliden Trial";
  font-weight: 700;
  background: #F77A00;
  border: unset;
  padding: 10px 44px 10px 24px;
  color: #fff;
  border-radius: 3px;
  position: relative;
  transition: 0.6s ease;
}

.settings_dashboard .content_wrapper .user_company.account_security button.signup:hover::before {
  transform: translateX(5px) scale(1.1);
  transition: 0.6s ease;
}

.settings_dashboard .content_wrapper .user_company.account_security button.signup::before {
  content: "";
  position: absolute;
  background: url(../images/sign-up-back-button.svg);
  background-size: cover;
  width: 15px;
  height: 15px;
  right: 20px;
  top: 14px;
  background-repeat: no-repeat;
  transition: 0.6s ease;
}

.settings_dashboard .content_wrapper .user_company.account_security p {
  font-family: "Gilroy-Regular";
  font-size: 16px;
  font-weight: 500;
  color: #131416;
}

.settings_dashboard .content_wrapper .user_company.account_security p a {
  color: #131416;
}

.settings_dashboard .content_wrapper .user_company.account_security {
  padding-bottom: unset;
}
.settings_dashboard .content_wrapper .user_company.contact_information.password .form-group {
    position: relative;
}
.form-group.signupGroup .signupShowHide {
    position: absolute;
    right: 9px;
    top: 49px;
}
.stateMessage{
color: #f77a00;
font-weight: 600;
}
.content-row2.pay-row{
    box-shadow: 0px 0px 29px #00000014;
    padding: 30px 20px;
    border-radius: 10px;
    align-items: center;
    margin-top: 40px;
}


/* abhishek 7-11-2024 */

.refund_modal .modal-dialog {
  max-width: 800px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.refund_modal .modal-content {
  width: 100%;
  margin: auto;
  padding: 20px;
  border-radius: 15px;
}

.refund_modal .modal-header h3{
  margin-bottom: unset;
}

.refund_modal .modal-body p{
  font-family: "Gilroy-Regular";
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.refund_modal .modal-body form textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
}

.refund_modal .modal-body form label {
  font-size: 14px;
}

.refund_modal .modal-content .modal-body .delete_lead_button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.refund_modal .modal-content .modal-body .delete_lead_button button {
  width: 160px;
  height: 45px;
  font-size: 18px;
  font-family: "Gilroy-Regular";
  font-weight: 700;
  transition: 0.6s ease;
}

.refund_modal .modal-content .modal-body .delete_lead_button button:first-child {
  color: #F77A00;
  border: 1px solid #F77A00;
}

.refund_modal .modal-content .modal-body .delete_lead_button button:first-child:hover {
  background-color: #F77A00;
  border: 1px solid #F77A00;
  color: #fff;
}

.refund_modal .modal-content .modal-body .delete_lead_button button:last-child {
  background-color: #F77A00;
  color: white;
}

.delete_modal .modal-content .modal-body .delete_lead_button button:last-child:hover {
  background-color: #fff;
  color: #F77A00;
  border: 1px solid #F77A00;
}

.refund_modal .modal-body form .upload {
  max-width: 210px;
  width: 100%;
  margin-top: 10px;
}

.refund_modal .modal-body form .upload .upload-btn {
  display: flex;
  align-items: center;
  padding: 3px 10px 3px 30px;
  font-size: 18px;
  font-family: "Gilroy-Regular";
  font-weight: 600;
  color: #7A7A7A;
  background-color: #f7f7f7;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
  position: relative;
  height: 40px;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  margin-bottom: unset;
}

.refund_modal .modal-body form .upload .upload-btn::before {
  content: "";
  position: absolute;
  background-image: url("../images/upload_icon.svg");
  /* background: url(../images/upload_icon.svg); */
  width: 14px;
  height: 14px;
  left: 11px;
  top: 12px;
  background-repeat: no-repeat;
}

.refund_modal .modal-body form .upload .upload-btn:hover {
  background-color: #e6e6e6;
}

.refund_modal .modal-body form .upload input[type="file"] {
  display: none;
}

.pay_modal form button {
  border: unset;
  background-color: #f77a00;
  border-radius: 4px;
  min-width: 200px;
  padding: 14px 32px;
  color: #fff;
  margin: 15px auto;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  font-weight: 600;
  cursor: pointer;
  font-family: "Poppins";
  transition: all 0.7s ease-in;
  display: block;
  margin-top: 30px;
}
a.disabled {
    pointer-events: none;  
    opacity: 0.5;          
    cursor: not-allowed;   
}

.pay_modal .modal-content {
    width: 100%;
    margin: auto;
    padding: 20px;
    border-radius: 15px;
}
.pay_modal .modal-dialog {
    max-width: 800px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.stp input {
    display: block !important;
    width: 1rem !important;
    height: 1rem !important;
    border-radius: 0 !important;
    border: 1px solid #DEDEDE !important;
    padding-left: 0 !important;
}
.stp label{
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
    color: #000000 !important;
}


/* testimonial section css */

.partner-sec {
  padding: 40px 0px;
  position: relative;
  background-color: #f9f9f9;
}

.partner-sec .partner_slider .partner_item {
  /* margin: 20px !important; */
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.partner-sec .partner_slider .partner_item figure {
  padding: 10px;
}

.partner-sec .partner_slider .partner_item figure iframe{
  width: 100% !important;
}

.partner-sec .partner_slider .partner_item figure img{
  width: 100% !important;
}


.partner-sec .partner_slider .slick-arrow {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.partner-sec .partner_slider .slick-prev {
  border: unset;
  background-color: transparent !important;
  width: 38px;
  height: 38px;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
  transition: all 0.4s ease-in-out;
  font-size: 20px;
  border-radius: 13px;
  position: absolute;
  z-index: 9;
  border-radius: 100%;
}


.partner-sec .partner_slider .slick-prev i {
  color: #f77a00 !important;
}

.partner-sec .partner_slider .slick-next {
  border: unset;
  background-color: transparent !important;
  width: 38px;
  height: 38px;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
  transition: all 0.4s ease-in-out;
  font-size: 20px;
  border-radius: 13px;
  position: absolute;
  border-radius: 100%;
}


.partner-sec .partner_slider .slick-next i {
  color: #f77a00;
}

.partner_slider {
  overflow: hidden;
}

.partner_slider .slick-slide {
  margin: 0;
  padding: 0;
}