.radio_box .gfield_radio {
  display: flex !important;
  width: 100% !important;
  justify-content: space-between;
  flex-wrap: wrap;
}
.radio_box .gfield_radio .gchoice {
  width: 150px;
  margin: 5px 0px !important;
  height: 45px;
}
.radio_box .gfield_radio .gchoice input {
  display: none !important;
}

.radio_box .gfield_radio .gchoice label {
  border-radius: 50px !important;
  background-color: var(--lightblue) !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  margin: 0px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
}
.radio_box .gfield_radio .gchoice label:hover {
  background: var(--darkblue) !important;
  color: white;
}
.radio_box .gfield_radio .gchoice input[type='radio']:checked + label {
  background: var(--darkblue) !important;
  color: white;
}

:root {
  --darkblue: #02037a;
  --blue: #0955fd;
  --lightblue: #d7e6ff;
}

/*  Progress Bar CSS */

p.gf_progressbar_title {
  display: none;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
  background-color: var(--darkblue) !important;
  color: #fff;
}
.gf_progressbar.gf_progressbar_blue {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative !important;
  margin-top: 50px;
}
.gf_progressbar.gf_progressbar_blue:before {
  content: 'Progress';
  text-align: center;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%) !important;
  color: black;
}

/*  Progress Bar CSS */

/*  Title */
.gf_title {
  margin-bottom: 15px;
}
.gf_title h2 {
  font-size: 35px;
  color: black;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
}
.gf_title p {
  font-size: 18px;
  color: black;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0px;
}
.result h2 {
  text-align: center;
  margin: 5px;
  font-weight: 800;
  color: var(--darkblue) !important;
}
.form_header h2 {
  text-align: left;
  margin: 0px;
  font-weight: 800;
  color: #0661e0 !important;
  font-size: 45px;
}
.result h3 {
  font-weight: 600;
  color: var(--darkblue) !important;
}
.result p {
  text-align: center;
  margin: 5px;
  font-weight: 400;
  color: var(--darkblue) !important;
}
.form_header p {
  text-align: left;
  margin: 0px;
  font-weight: 400;
  color: var(--darkblue) !important;
  font-size: 14px;
}
/*  Title */

/*  Label  */
/*  select option box  */
/*  Image size  */
/* .gform_wrapper.gravity-theme .ginput_complex label, .gform_wrapper.gravity-theme .ginput_complex legend , .gform_wrapper.gravity-theme .gfield_label  {
    display: block;
    color: var( --darkblue) !important;
    font-size: 22px;
	  border:none;
    font-weight: 600;
    padding: 2px 6px;
} */
/* .gform_wrapper.gravity-theme .ginput_complex input, .gform_wrapper.gravity-theme .ginput_complex select  , .gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
    width: 100%;
    height: 55px;
    border-radius: 10px;
    border: 2px solid #d5d5d5;
    padding-left: 20px !important;
    font-size: 18px !important;
    color: black;
	  background: transparent;
} */
.address_city {
  margin-bottom: 0px !important;
}
.max-500 {
  max-width: 500px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: -25px !important;
}
.gf_choice .gfield_radio .gchoice label {
  text-align: center;
  font-size: 18px !important;
  color: black;
  border-radius: 10px;
  border-color: #0d76d6 !important;
}
.gf_choice .gfield_radio .gchoice label img {
  width: 90px !important;
  height: auto !important;
}
.gf_choice .gfield_radio {
  display: flex !important;
  justify-content: center;
  flex-wrap: nowrap;
}

.gf_choice .gfield_radio .gchoice {
  width: 230px !important;
  margin-right: 10px !important;
  margin-bottom: 16px;
}
.gform_page_footer.top_label {
  text-align: center;
}

/*  Label  */
/*  select option box  */
.capital input[type='text'],
.capital input[type='email'],
.capital input[type='tel'] {
  width: 100%;
  height: 40px;
  border-radius: 0px;
  border: none;
  border-bottom: 2px solid #d5d5d5;
  padding-left: 10px !important;
  font-size: 18px !important;
  color: black;
  background: transparent;
}
.capital select {
  width: 100%;
  height: 40px;
  border-radius: 0px;
  border: none;
  border-bottom: 2px solid #d5d5d5;
  padding-left: 10px !important;
  font-size: 18px !important;
  color: black;
  background: #fff0 url(https://capitalgurus.wpengine.com/wp-content/themes/genesis-block-theme/images/angle-down.jpg) right no-repeat;
  background-size: 14px;
  background-position: right 15px top 20px;
}

.capital input[type='text']:focus,
.capital input[type='email']:focus,
.capital input[type='tel']:focus {
  width: 100%;
  height: 40px;
  border-radius: 0px;
  border: none;
  border-bottom: 2px solid #d5d5d5;
  padding-left: 10px !important;
  font-size: 18px !important;
  color: black;
  background: transparent;
  box-shadow: none !important;
}
.capital .gfield_label {
  display: block;
  color: var(--darkblue) !important;
  font-size: 18px !important;
  border: none;
  margin: 0px !important;
}
.gform_wrapper.gravity-theme .gfield {
  grid-column: 1/-1;
  min-width: 0;
  margin-top: 0px;
}
.capital .gform_page_footer.top_label {
  text-align: end;
  margin-top: 50px !important;
}

.gform_next_button {
  background-color: var(--blue) !important;
}
legend.gfield_label.gform-field-label {
  border: none;
}
/*  Image size  */

.gf_footer {
  color: black;
  text-align: center;
}

/*  Slider  */
.range-slider h3 {
  font-size: 22px;
  margin-bottom: 30px;
  color: var(--blue) !important;
}
span#value,
span#d_value {
  font-size: 30px;
  font-weight: 500;
  color: #02037a;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto;
  float: right;
}
span#d_value {
  background: var(--blue) !important;
  color: white;

  border-radius: 6px;
  font-size: 22px;
  margin-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#p_price {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 100% !important;
  height: 25px;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  background: grey;
  border-radius: 15px;
  background-image: linear-gradient(var(--darkblue), var(--darkblue));
  background-size: 8% 100%;
  background-repeat: no-repeat;
}
#d_price {
  --webkit-appearance: none;
  margin-right: 15px;
  width: 100% !important;
  height: 10px;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  background: grey;
  border-radius: 15px;
  background-image: linear-gradient(var(--blue), var(--blue));
  background-size: 40% 100%;
  background-repeat: no-repeat;
}
/* Input Thumb */
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: var(--blue) !important;
  cursor: ew-resize;
  border: 2px solid var(--orange);
  box-shadow: 0 0 2px 0 #555;
  transition: background 0.3s ease-in-out;
  top: 0px;
  position: relative;
}

input[type='range']::-moz-range-thumb {
  -webkit-appearance: none;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: var(--blue) !important;
  cursor: ew-resize;
  border: 2px solid var(--orange);
  box-shadow: 0 0 2px 0 #555;
  transition: background 0.3s ease-in-out;
  top: 5px;
  position: relative;
}

input[type='range']::-ms-thumb {
  -webkit-appearance: none;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: var(--blue) !important;
  cursor: ew-resize;
  border: 2px solid var(--orange);
  box-shadow: 0 0 2px 0 #555;
  transition: background 0.3s ease-in-out;
  top: 5px;
  position: relative;
}

/* Input Track */
input[type='range']::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type='range']::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type='range']::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.range-slider {
  width: 100%;
}
.range-slider__value {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.range-slider__value span {
  color: #000084;
  font-size: 23px;
  font-weight: 600;
  margin: 10px;
}
.capital .range-slider__value span {
  color: #000084;
  font-size: 15px;
  font-weight: 600;
  margin: 10px;
}

/*  Slider  */

/*  Button  */
.n_button {
  padding: 10px 30px !important;
  font-size: 22px !important;
  height: 48px !important;
  line-height: 1;
  background: var(--orange) !important;
  border: none;
  color: white;
  font-weight: 600;
  border-radius: 8px;
  margin-bottom: 30px;
  margin-top: 35px;
  text-transform: capitalize;
}

.property .gform_previous_button,
.property .gform_next_button {
  visibility: hidden;
  position: absolute;
  left: -100vw;
}
.gf_footer img {
  margin-right: 6px;
}

/*  Button  */

.gform_footer.top_label {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 900px) {
  .gf_choice .gfield_radio {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
  }
  .gf_choice .gfield_radio .gchoice {
    width: 165px !important;
    margin-right: 10px !important;
    margin-bottom: 16px;
    justify-content: center;
  }
  .gf_choice .gfield_radio .gchoice label img {
    width: 60px !important;
  }
  #d_price,
  #p_price {
    height: 10px !important;
    min-height: 10px;
  }
}

.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
  margin-top: -30px;
  border-radius: 7px;
  padding-left: 35px;
  padding-right: 35px;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-size: 30px;
  color: #000084;
}

@media (max-width: 767px) {
  html,
  html.video,
  body {
    overflow-x: hidden !important;
  }
  .header-section-1 .elementor-column:nth-child(2) {
    order: 1;
    width: 55px;
  }
  #page {
    padding-top: 0;
  }
  .header-section-1 p {
    margin-bottom: 0;
  }
  .header-section-1 .elementor-column:nth-child(4) {
    width: 130px;
  }
  .header-section-1 .elementor-column:nth-child(3) {
    flex: 1;
  }
  .footer-section-1 {
    background: #2b61e0;
  }
  .footer-section-2 .elementor-container {
    background: #130284;
  }
  .footer-section-3 br {
    display: none;
  }
  .about-divi-1 {
    width: 230px !important;
    left: 50%;
    transform: translateX(-50%) translateY(-30px) rotate(90deg);
    top: 160px;
  }
  .about-text-1 br,
  .about-text-2 br,
  .about-text-3 br,
  .no-br br {
    display: none;
  }
  .about-section-1,
  .about-section-2 {
    background: #d7e7ff;
  }
  .about-section-4 {
    background: #d7e7ff;
  }
  .loans-section-1 {
    background: #d7e7ff;
  }
  .loans-section-2,
  .loans-section-3 {
    background: #d7e7ff;
  }
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
   
    font-weight: 500 !important;
   
}







/* Changes by TTL */

#masthead .elementor-shortcode p{
	text-align:right;
  margin-bottom:0 !important;
}
#masthead .elementor-shortcode p a{
	color:#0661e0;
	font-weight:500;
		font-size: 17px;
}

.register-affiliate-form{
	display:none;
}

/* .signin-affiliate-account,
.create-affiliate-account{
	cursor:pointer;
  color:#000084;
  font-weight:bold;
} */

#affwp-login-form legend {
	display: none;
}
#affwp-login-form label {
	font-size: 14px !important;
	font-weight: 500 !important;
	color:#344054;
}
#affwp-register-form fieldset {
	border: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#affwp-register-form p {
	width: 49%;
}
#affwp-register-form label {
	font-size: 16px;
}
.affiliate-auth-btn-center {
	display: flex;
	justify-content: center;
	width: 100% !important;
}
.button {
	width: 271px;
	border-radius: 5px !important;
/* 	background-color: #0661E0 !important; */
}
.affwp-lost-password {
	display: none;
}
.elementor-element.elementor-element-2349e77.elementor-widget.elementor-widget-text-editor {
	margin-top: -45px;
}
.affwp-errors, .affwp-notice {
	margin: 12px 0 21px;
}
.elementor-element.elementor-element-3d59e74.elementor-widget.elementor-widget-shortcode .elementor-widget-container {
	border-radius: 2px;
	border: 1px solid #e6db55;
	margin: 12px 0 21px;
	background: #ffffe0;
	color: #333;
	padding: 10px;
	text-align: center;
}
.tabs__li .nav {
	justify-content: space-between;
}
.tabs__li .nav-item {
	width: 30%;
}

/* edit deals styles */
.form-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}
.form-group {
	/* display: inline-grid; */
	width: 25%;
	padding: 10px;
}
.form-wrapper .form-group label {
	display: inline-block;
	margin: 0 0 10px;
	font-weight: 600;
}

.edit-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form-group {
	padding-bottom: 20px;
}
/*  edit account setting styles*/
.account-form {
	width: 70%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.input{
	width :49%;
}
.input label {
	display: block;
	font-weight: bold;
}
.input input {
	border: 1px solid #D3D3D3;
	border-radius: 3px;
	width: 95%;
	padding: 7px;
}
.input-check {
	width: 100%;
	display: flex;
	justify-content: center;
}
.check {
	margin: 16px 13px;
}
.account-form .title {
	width: 100%;
	text-align: center;
}
.input-last {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.input-last button {
	min-width: 100%;
}
/* Technology enablement */

.info {
  background-color: #0661e0;
  width: 100%;
  display: flex;
  align-items: center;
  color: white;
  padding: 10px;
}
.info a {
  color: white;
}
.info p {
  padding-left: 10px;
  padding-top: 13px;
}
.info-ico {
  font-size: 10px;
}
.file-input-container {
  border: 3px dashed #0661e08d;
  padding: 20px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 19px;
}
#upload {
  /*   padding-bottom: 25px; */
  margin: 0 auto;
}
.file-container {
  padding: 80px 100px;
}
/* .file-input-container img {
    max-width: 50px;
    margin-bottom: 10px;
  } */

.file-input-container input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.file-input-container p {
  margin: 5px 0;
  color: #555;
  font-size: 14px;
}

.file-input-container .description {
  font-size: 12px;
  color: #999;
}
.end-link {
  margin-top: 32px;
  padding-top: 30px;
  border-top: 1px solid #f1e6e6;
}
.file-container p,
.file-container a {
  color: grey;
}
.contact-detail {
  display: flex;
  width: 40%;
  justify-content: space-between;
  background: #f2f2f2;
  /* margin: -20px; */
  border-radius: 9px;
}
.created {
	width: 50%;
	padding: 20px;
	margin: 0 auto;
	text-align: center;
}
.btn-sec {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e7e7e7;
}
.top-sec {
  padding-bottom: 20px;
}
.second-p {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 10px;
}
.card-sec {
	margin: 0 auto;
	width: 55%;
	display: flex;
	flex-direction: column;
	justify-items: center;
}
.text {
  padding: 0 10px;
}
.image {
	position: relative;
	display: flex;
	justify-content: center;
	height: 300px;
}
.image:before {
  content: "";
  width: 100%;
  height: 100%;

  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgb(152, 251, 152) 13%,
    rgb(154, 241, 206) 38%,
    rgba(0, 171, 102, 0) 99%
  );
  position: absolute;
  z-index: 99;
}
.check {
  height: 91px;
  width: 39px;
  border-bottom: 17px solid white;
  border-right: 17px solid white;
  transform: rotate(45deg);
  margin: 20px;
  position: absolute;
  top: 27%;
  z-index: 999;
  left: 42%;
}
.contact-btn {
	background: #2121b4;
	color: white;
	border-radius: 5px;
	padding: 10px;
}
.btn button {
	width: 45%;
	border-radius: 25px;
	font-weight: 600;
}
.go-back {
	padding: 10px;
	margin-right: 10px;
	border: 1px solid #d3cccc;
}
.leads {
	padding: 10px;
	background: #34a334;
	color: white;
}
.iframe textarea {
	background: #d3f6fd;
}
#mapping-form td select{
	width: 80%;
	padding: 7px 12px;
	border-radius: 5px;
}
#mapping-form .label,#entry-preview .label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 10px;
}
#mapping-form .label .inside {
	display: flex;
	border: 1px solid #dbdbdb;
	align-items: center;
	width: 90%;
	border-radius: 5px;
	padding: 0 10px;
}
#entry-preview .label .inside {
	display: flex;
	border: 1px solid #dbdbdb;
	align-items: center;
	width: 90%;
	border-radius: 5px;
	padding: 0 10px;
	background: #e9e9ed;
}
.map-value {
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	min-height: 35px;

}
.map-value p {
	margin: 8px 0 10px 5px;
}
.label .inside p {
	margin: 8px 9px 10px 10px;
	color:black;
}
.label .inside i {
	color: #2f9f2f;
}
#step-3 .back-btn,#step-2.back-btn
,#step-4 .back-btn{
	width: 70px;
}
#step-2 .contact-btn {
	width: 100px;
}
.navItem.active {
	padding: 0 18px 0;
}
.navItem:hover {
	padding: 0 18px 0;
}
input[type="checkbox"]:focus + label {
	color: #000;
}
#affwp-register-form .affwp-user-remember a {
	color: #000084;
}
.all-required-fields {
	padding-top: 28px;
	padding-left: 20px;
}


.verify-btn, .verify-btn:hover{
	background-color: #0661E0;
  color: #fff;
  padding: 10px;
}
.g-recaptcha {
	width: 100%;
	margin-bottom: 45px;
}


.start-docusign a{
	color:#0661e0;
}

/* new styling */

.custom-signup-page h2{
	font-size: 32px;
	font-weight: 600;
	line-height: 120%;
	color: #344054;
	margin: 0 0 12px;
	text-align: center;
	padding: 0;
}
.custom-signup-page p.text{
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #667085;
	text-align: center;
	padding: 0;
}

.custom-form .save-pass {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#affwp-login-form input.required {
	padding: 10px 14px;
	border-radius: 8px;
	border-color: #D0D5DD;
}
.required::placeholder {
  color: #667085;
}

/*#affwp-login-user-pass {
  padding-right: 40px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px 15px;
  background-image: url('https://newstagittl2.wpenginepowered.com/wp-content/themes/genesis-block-theme/images/eye.png');
}*/

.view-password {
  position: absolute;
  right: 14px;
  top: 38px;
  cursor: pointer;
}
p.login-password {
  position: relative;
}

.custom-form .affiliate-auth-btn-center .button{
	width:100%;
	background:#344054;
}

.custom-form a.forgot-pass {
	font-size: 14px;
	font-weight: 600;
	color: #475467;
  box-shadow: none;
}

.custom-form a.forgot-pass:hover {
	box-shadow: none;
	color: inherit;
}

.end-txt .create-affiliate-account {
	font-weight: 600;
	box-shadow: none;
	color: inherit;
}
.end-txt .create-affiliate-account:hover{
  box-shadow: none;
  color: inherit;
}

.end-txt {
	font-size: 14px;
}

.affwp-form.custom-form {
	margin-bottom: 0;
}





