.elementor-35712 .elementor-element.elementor-element-f874df2{--display:flex;--gap:0px 0px;--background-transition:0.3s;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:99999;}.elementor-35712 .elementor-element.elementor-element-f874df2:not(.elementor-motion-effects-element-type-background), .elementor-35712 .elementor-element.elementor-element-f874df2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-35712 .elementor-element.elementor-element-f874df2, .elementor-35712 .elementor-element.elementor-element-f874df2::before{--border-transition:0.3s;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-35712 .elementor-element.elementor-element-f874df2{--content-width:1380px;}}/* Start custom CSS */.qodef-page-title {
    display: none;
}

#qodef-page-inner {
    padding: 32px 0 100px;
}

.form-container {
    width: 100%;
    margin-top: 30px;
    padding: 0 20px;
    margin: 32px auto 0;
}

.step-container {
  position: relative;
  text-align: center;
  transform: translateY(-43%);
  display: flex;
  justify-content: space-between;
}

.step-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #245EA3;
  line-height: 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  /*cursor: pointer;*/
  position: relative;
  font-weight: 500;
  color: #245EA3;
}

.step-circle.active {
    background-color: #F3C946;
    border-color: #F3C946;
}

.step-circle.completed {
    background-color: #245EA3;
}

.step-circle.completed .step-circle-number {
    color: #fff;
}

.step-content {
    padding-top: 32px;
    padding-bottom: 32px;
}

.step-line {
  position: absolute;
  top: 16px;
  left: 50px;
  width: calc(100% - 100px);
  height: 2px;
  background-color: #245EA3;
  z-index: -1;
}

#multi-step-form{
  padding: 0 10px;
  color: #000;
  border-top: 2px solid #245EA333;
  margin-top: 36px;
}

.progress {
    height: 3px;
    font-size: 0.75rem;
    color: #fff;
    background-color: #245EA3;
    transition: width 0.6s ease;
    display: flex;
    overflow: hidden;
    padding: 0 .25rem;
}

.progress {
    background-color: #fff;
    background-image: linear-gradient(to right, #245EA3 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 17px 2px;
    background-repeat: repeat-x;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #245EA3;
}

.step-circle-label {
    position: absolute;
    bottom: -30px;
    min-width: 200px;
}

.step-heading {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    margin-top: 32px;
    margin-bottom: 15px;
    font-size: 3.125rem;
    line-height: 1;
    font-weight: 600;
    color: #000;
}
.step-heading img {
    min-width: 23%;
    position: relative;
    top: 3px;
}
.step-subheading {
    text-align: center;
    font-size: 1.25rem;
}

.btn {
    border: 2px solid #245EA3 !important;
    border-radius: 32px;
    color: #245EA3;
    background-color: transparent;
    padding: 16px 28px;
}

.btn-active {
    border: 2px solid #245EA3 !important;
    border-radius: 32px;
    color: #fff;
    background-color: #2751DD;
    border-color: transparent !important;
    padding: 16px 28px;
}

.btn:hover {
    background-color: #0534cf;
    color: #fff;
}

.next-step {
    float: right;
}

/*step 1 css*/
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-gap: 20px;
  align-items: stretch;
}

.grid > .grid-item {
  border: 5px solid #245EA3;
  border-radius: 14px;
  transition: stroke 0.1s ease-in-out;
  padding: 40px 28px;
  cursor: pointer;
}

.grid > .grid-item .grid-item-icon {
  width: 100%;
  max-width: 100%;
}

.grid .text {
  text-align: center;
}

.grid .text-desc {
  max-width: 246px;
  margin: 24px auto 0;
}

.grid .text h3 {
    font-size: 1.6rem;
    color: #000;
    font-weight: 600;
}

.grid-item:hover, .grid-item.grid-selected:hover {
    background-color: #245EA3;
}

.grid-item:hover .grid-item-stroke, .grid-item.grid-selected .grid-item-stroke {
    stroke: white;
}

.grid-item:hover .grid-item-fill, .grid-item.grid-selected .grid-item-fill {
    fill: white;
}

.grid-item:hover .text, .grid-item:hover h3,
.grid-item.grid-selected:hover .text, .grid-item.grid-selected:hover h3{
    color: white;
}

.grid-item-stroke {
    transition: stroke 0.1s ease-in-out;
}

.agreement {
    display: flex;
    justify-content: space-between;
    font-size: 14.5px;
}

.agreement a {
    color: #2751DD;
    text-decoration: underline;
}

.agreement label {
    font-size: 0.75rem;
    display: flex;
    align-items: baseline;
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.agreement label input {
    margin-right: 5px;
    position: relative;
    top: 2px;
    accent-color: #245EA3;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    padding: 10px 18px;
    border-radius: 13px;
    font-size: 0.75rem;
    border-color: rgba(0, 0, 0, .25);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .25);
}

input::placeholder, select::placeholder, textarea::placeholder {
   color: rgba(0,0,0,.5) !important;
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: rgba(0,0,0,.5) !important;
}

::placeholder {
  color: rgba(0,0,0,.5) !important;
}

.input-wrapper {
    display: flex;
    gap: 20px;
}

.form-control {
    margin-bottom: 18px;
}

.input-wrapper-column {
    width: 50%;
}

input {
    height: auto !important;
}

.grid-selected {
    background-color: #245EA3;
    color: #fff;
}
.grid .grid-selected .text h3 {
    color: #fff;
}

body div.floatton-container {
    display: none !important;
}

.step-subheading {
    text-align: left;
}/* End custom CSS */