.full-width-bg.bg-image{
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover!important;
  position: relative;
}
.full-width-bg.bg-image:after{
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  /*z-index: 1;*/
  top:0;
  bottom: 0;
}
.full-width-bg.bg-image .sngl_frm .frm_wrp{
  margin: 0;
}
.full-width-bg.bg-image .frmpg{
  padding: 40px 40px 0;
}
.full-width-bg.bg-image .sngl_frm h1{
  color: #0874e7;
}
.full-width-bg.bg-image .heading-comp{
  padding-top: 10px;
}
.full-width-bg.bg-image .single-col-row{
  padding: 40px;
}

.layoutTopBannerForm .heading-comp h1:after,
.layoutTopBannerForm .heading-comp h2:after{
  background: transparent linear-gradient(90deg, #E11937 0%, #FF8300 100%) 0% 0% no-repeat padding-box;
}

/* form color change as in the full width bg*/

.full-width-bg .frm_fld .prm_btn{
  background: transparent linear-gradient(90deg, #008260 0%, #73B757 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
.full-width-bg .frm_wrp .frm_hdr,.full-width-bg .frm_cntr{
  color:#1d202c;
}
.full-width-bg .frm_wrp .frm_hdr {
  color: #0874e7 !important;
}
.full-width-bg .frm_fld mat-label,:host ::ng-deep .full-width-bg .frm_fld .mat-select-placeholder{
  color:#8D8F91;
}
.full-width-bg .button-radio .button-radio__item label {
  color: #2630A8;
  border: 1px solid #2630A8;
}
.full-width-bg .button-radio .button-radio__item:hover label {
  background-color: #2630A8;
  color: #fff;
}

.full-width-bg .button-radio .button-radio__item input:checked+label {
  background-color: #2630A8;
  color: #fff;
}
:host ::ng-deep .full-width-bg .frm_fld input.mat-mdc-input-element{
  color: #1d202c;
}
:host ::ng-deep .full-width-bg .frm_fld.mat-form-field-appearance-legacy .mat-form-field-label{
  color: #1d202c;
}
:host ::ng-deep .full-width-bg .frm_fld.mat-form-field-appearance-legacy .mat-form-field-underline{
  background: #1d202c;
}
:host ::ng-deep .full-width-bg .frm_fld.mat-form-field-appearance-legacy .mat-form-field-underline .mat-form-field-ripple{
  background: #1d202c;
}
:host ::ng-deep .full-width-bg .frm_fld mat-checkbox{
  color: #1d202c;
}
/* :host ::ng-deep .full-width-bg .frm_fld mat-checkbox a{
  color: #1d202c;
  text-decoration: underline;
} */
:host ::ng-deep .full-width-bg .frm_fld .mat-checkbox.mat-checkbox-checked.mat-accent .mat-checkbox-background
{
  background: #fff;
  border:solid 1px #707070;
}
:host ::ng-deep .full-width-bg .frm_fld .mat-select-placeholder,
:host ::ng-deep .full-width-bg .frm_fld .mat-select-value{
  color: #1d202c;
}
.btn_fld{
  padding: 0;
}
/* .mbl_slct{
  margin-bottom: 15px;
} */
/* .sngl_frm.cmbnfrm .frm_fld{
  margin-top: 10px;
} */
.sngl_frm.cmbnfrm .mbl_slct .slct_lbl label{
  height: 21px;
}
.frm_ldr{
  padding: 20px;
}
@media  screen and (min-width:768px) and (max-width:1024px) {

  .full-width-bg.bg-image .heading-comp{
      padding-top: 20px;
  }
  .full-width-bg.bg-image .two-col-comp{
      display: block;
  }
  .single-col-row{
      padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .two-col-comp>div{
      width: 100%;
  }
  .two-col-comp{
      display: block;
  }
}
@media screen and (max-width: 667px){
  .single-col-row{
      padding: 0 10px;
  }
  .full-width-bg.bg-image .single-col-row{
      padding: 20px;
   }
   .full-width-bg.bg-image .heading-comp{
      padding-top: 20px;
  }
  .full-width-bg.bg-image .frmpg{
      padding: 0 10px 20px;
  }
  .two-col-comp lib-dynamicform .frm_wrp{
      min-height: 30vh;
      margin-top: 20px;
  }
  .single-col-row {
      padding: 0 10px;
  }
  .mbl_slct .frm_fld .mat-mdc-form-field-error{
      width: calc(100% + 75px);
      margin-left: 10px !important;
  }
  .mbl_slct .inpt_fld.frm_fld{
      width: calc(100% - 110px);
  }
  .frm_fld.btn_fld{
      flex-direction: column-reverse;
  }
  /* .frm_fld.btn_fld button{
      width: auto;
  } */
  .sngl_frm .prm_btn{
      margin: 0 auto 10px;
  }
  .frm_fld {
      margin-bottom: 15px;
  }
  .full-width-bg.bg-image .sngl_frm h1{
      margin: 20px 0 10px;
  }
  .cmbnfrm .frm_cntr .frm_wrp{
      min-height: 55vh;
  }
  .mbl_slct .slct_lbl label{
      height: 16px;
  }
  .sngl_frm.cmbnfrm .mbl_slct .slct_lbl label{
      height: 19px;
  }
  .full-width-bg.bg-image .single-col-row{
      padding: 20px 10px;
  }
}
.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 .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple:after {
  width: 97.54% !important;
}
.mbl_slct:has(.mat-form-field-invalid) {
  margin-bottom: 10px;
}
.mbl_slct.dial_code:has(.ng-dirty) {
  margin-bottom: 10px!important;
}

@media screen and (max-width: 768px) {
  .mbl_slct mat-form-field:last-child .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple:after{
      width: 96.5% !important;
  }
  .mbl_slct mat-form-field:last-child .mdc-line-ripple:before {
      width: 97.5% !important;
  }
  .mbl_slct mat-form-field:last-child .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple:after {
      width: 97% !important;
  }
  .mbl_slct.dial_code .mat-mdc-form-field-error {
      left: -117px;
      position: absolute;
  }
  .mat-mdc-form-field-error {
      margin-left: 0 !important;
  }


}
/* Angular 17  */
.single-col-row{
  position: static;
}
.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.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:has(.ng-touched) {
  margin-bottom: 0 !important;
}
.mbl_slct.dial_code:has(.ng-touched.err_ln) {
  margin-bottom: 10px !important;
}