/*single column*/
.layoutSingleColumn{
  width: 100%;
}
.layoutSingleColumn .frmpg {
 /* width: 50%;*/
  padding: 20px;
}
.layoutSingleColumn .sngl_frm .frm_wrp{
  margin-top: 0;
}
.layoutSingleColumn .two-col-comp{
  /*margin-top: 50px;*/
  }
.layoutSingleColumn .component-wrap{
  margin-bottom: 0;
}
.layoutSingleColumn .full-width-bg  .frmpg{
  padding-right: 0;
  padding-left: 0;
}
/*template 2*/
.full-width-bg .two-col-hero-image img{
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.full-width-bg.grey{
  background: #F2F3F7;
  padding: 60px 0
}

.single-col-row.content-row{
  box-shadow: 0px 3px 6px #00000029;
  padding: 30px 30px 20px;
  margin-top: 60px;
  border-radius: 15px;
  background: #fff;
  margin-bottom: 60px;
}
.frm_fld .prm_btn{
  background: transparent linear-gradient(90deg, #008260 0%, #73B757 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
.full-width-bg .sngl_frm .prm_btn{
  margin: inherit;
}
.two-col-comp.form-included{
  border: solid 1px #dad7d7;
  border-right: 0;
  border-left: 0;
  /* border-radius: 15px; */
  background: #fff;
}
.frmpg{
  border:0;
  box-shadow: inherit;
}
/* .two-col-comp.form-included .two-col-hero-image img{
  border-radius: 15px 0 0 15px;
} */
/* .two-col-comp.form-included .frmpg{
  border-radius:0 15px 15px 0;
} */
.two-col-hero-image{
  width: 100%;
}
.two-col-hero-image img{
  width: 100%;
}
.two-col-comp.form-included app-form-component{
  width: 50%;
  position: relative;
}
.two-col-comp.form-included lib-dynamicform{
  width: 50%;
  padding-right: 40px;
  position: relative;
}
.two-col-comp.form-included .frmpg .mat-progress-bar{
  width: calc(100% + 40px);
  left: auto;
  right: 0;
}
.frm_wrp .frm_hdr{
  color: #0874e7;
}
.sngl_frm .frm_fld {
  justify-content: center;
  padding: 0;
}
.two-col-comp.form-included lib-dynamicform .frm_wrp{
  min-height: 340px;
}
.sngl_frm .frm_fld.btn_fld{
  margin-top: 10px;
}
.sngl_frm.cmbnfrm .frm_fld.btn_fld{
  justify-content: space-between;
  margin-bottom: 0;
}
/* .mbl_slct{
  margin-bottom: 15px;
} */
.frm_fld input.mat-mdc-input-element, .frm_fld .mat-select-placeholder{
  line-height: 1;
}
.frm_ldr{
  padding: 20px 40px 0 0;
}
@media screen and (max-width: 667px){
  .single-col-row.content-row{
      margin:0;
      padding-top: 0;
      border-radius: inherit;
      box-shadow: none;
      padding: 20px 20px 0;
  }
  .single-col-row{
      padding: 0 20px;
  }
  .two-col-comp.form-included .two-col-hero-image img{
      position: inherit;
      height: auto;
      border-radius: 0;
  }
  .two-col-comp.form-included {
      border-radius: 0;
      border:0;
  }
  .two-col-comp.form-included>div:first-child{
      padding-bottom: 0;
      display: none;
  }
  .sngl_frm .stp_wrp{
      margin-top: 0;
  }
  .layoutSingleColumn .full-width-bg .frmpg{
      padding: 20px;
      min-height: auto;
  }
  .two-col-comp.form-included lib-dynamicform{
      display: block;
      width: 100%;
      padding-right: 0;
  }
  .two-col-comp.form-included lib-dynamicform .frm_wrp{
      min-height: 30vh;
      margin-top: 0;
  }
  .two-col-comp .mbl_slct .frm_fld.slct_lbl.mat-form-field-appearance-legacy .mat-form-field-infix{
      padding-bottom: 6px;
  }
  .frm_fld.btn_fld{
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 20px;
      padding: 0;
  }
  /* .mbl_slct .frm_fld .mat-mdc-form-field-error{
      width: calc(100% + 110px);
  } */
  .frm_fld.btn_fld button{
      width: auto;
  }
  .full-width-bg .sngl_frm .prm_btn{
      margin: 0 auto;
  }
  .mbl_slct .inpt_fld.frm_fld{
      width: calc(100% - 110px);
  }
  .sngl_frm .frm_wrp .frm_hdr{
      margin-bottom: 10px;
  }
  .sngl_frm .mbl_slct .slct_lbl label{
      height: 18px !important;
  }
  .frm_ldr{
      padding: 20px 20px 0 20px
  }
}
@media screen and (max-width: 1024px) {
  .frm_fld.btn_fld button{
      width: 100%;
      padding: 0;
  }
  .frm_fld.btn_fld, .sngl_frm.cmbnfrm .btn_fld{
      justify-content: center;
      flex-wrap: wrap;
      flex-direction: column-reverse;
   }
}
.frm_fld.btn_fld span.mdc-button__label span {
  color: #fff;
}
#mat-mdc-form-field-label-6{
  top: 28px !important;
}
.mbl_slct .inpt_fld .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mdc-floating-label--float-above {
  top: 28px !important;
}
.ng-untouched #mat-mdc-form-field-label-6{
  top: 34px !important;
}

.mat-mdc-floating-label.mdc-floating-label--float-above#mat-mdc-form-field-label-6 {
  top: 38px !important;
}
.mbl_slct .inpt_fld .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px !important;
}
.mbl_slct .inpt_fld .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mdc-floating-label--float-above {
  top: 28px !important;
}
.mbl_slct .inpt_fld.ng-untouched  .mat-mdc-text-field-wrapper.mdc-text-field--filled .mat-mdc-form-field-flex .mat-mdc-floating-label#mat-mdc-form-field-label-12 {
  top: 34px!important;
}
mat-progress-bar.mat-mdc-progress-bar.mdc-linear-progress.mat-primary.mdc-linear-progress--animation-ready.ng-star-inserted {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 0;
  display: block !important;
  height: 4px;
  overflow: hidden;
  position: relative;
  transition: opacity 250ms linear;
  width: 100%;
}

.mbl_slct mat-form-field:last-child .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple:after {
  width: 98.5% !important;
}
.mbl_slct mat-form-field:last-child input {
  padding: 12px 16px;
}

.mbl_slct.dial_code.err_ln {
  margin-bottom: 10px !important;
}
.mbl_slct mat-form-field:last-child.err_In .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple:after {
  width: 98.5% !important;
}
.mbl_slct.err_In mat-form-field:last-child .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple.mdc-line-ripple--deactivating:after {
  width: 97.54% !important;
}
.mbl_slct mat-form-field:last-child .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple:after {
  width: 97.54% !important;
}
.mbl_slct mat-form-field:last-child .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple:after {
  width: 97.54% !important;
}
.mbl_slct mat-mdc-form-field.err_In .mdc-text-field--filled.mdc-text-field--invalid .mat-mdc-form-field-subscript-wrapper{
  height: 50px;
}
.mat-mdc-form-field input {
  padding: 12px 16px !important;
}

mat-progress-bar {
 opacity: 0;
}

/* rebranding  */
body{
  color:#333;
}
.heading-comp h1 {
  font-size: 32px;
  line-height: 1.3;
  color: #333;
}
.heading-comp h1:after, .heading-comp h2:after {
  width: 24px;
  height: 6px;
  border-radius: 8px;
  background: #e07400 !important;
}

.para-comp p {
  color:#333;
  font-size: 16px !important;

}
h3 {
  font-size: 24px;
  color:#333333;
}
a{
  color: #0874e7 !important;
}

.mbl_slct mat-form-field:last-child .mdc-line-ripple:before{
  width: 97.5% !important;
}
.mbl_slct mat-form-field:last-child .mdc-line-ripple:after{
  width: 98% !important;
}
.mbl_slct.dial_code:has(.ng-dirty) {
  margin-bottom: 10px!important;
}
.mbl_slct.dial_code.err_ln .mdc-line-ripple:after{
  width: 97.5% !important;
}
.mbl_slct.dial_code:has(.ng-invalid.ng-touched) .mdc-line-ripple:after{
  width: 98.5% !important;
}
  .mbl_slct.dial_code .mat-mdc-form-field-error{
    width: 100% !important;

  }
  @media screen and (max-width: 768px) {
    .mbl_slct.dial_code .mat-mdc-form-field-error{
      width: unset !important;
      margin-left: -111px !important;
    }
  }
