/* .red {
  background-color: #b00404;
}
.red:hover {
  background-color: #f06f6f;
}
.redIcon {
  color: #b00404;
}
.formCard:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#formsubmit_loader_btn {
  display: none;
}

.invalid-input {
  border-color: #b00404;
}

.margin-top {
  margin-top: -20px;
}

[data-pc-direction="ltr"] .m-0 {
  margin: 0 !important;
  width: 55px;
}

body > footer > div > div > div.col.my-1 > p{
    width: 100%
}



.did-floating-input-date:not(:placeholder-shown) ~ .did-floating-label-date {
  margin-top: -61px;
  margin-left: 15px;
  background: #fff;
  font-size: 12px;
  font-weight: 500;
}

  #step_1 > div.card > div.card-body > div > div:nth-child(5) > div > div > div.fl-wrap.fl-wrap-input.fl-is-active{
    width: 91.6%;
  }

  #spouse_contact_div > div > div{
    width: 100%;
  }

  #step_7 > div.card > div.card-body > div > div:nth-child(3) > div > div{
    width: 100%;
  }

  .fl-wrap .fl-wrap-input{
    width: 91.6% !important;
  }

  #step_3 > div:nth-child(2) > div.card-body > div > div:nth-child(4) > div > div > div.fl-wrap.fl-wrap-input{
    width: 91.6% !important;

  }

  #family_info_card > div:nth-child(4) > div > div > div.fl-wrap.fl-wrap-input{
    width: 91.6% !important;
  }

  #step_3 > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(4) > div > div > div.fl-wrap.fl-wrap-input{
    width: 91.6% !important;

  }

  #step_5 > div.card > div.card-body > div > div:nth-child(4) > div > div > div.fl-wrap.fl-wrap-input{
    width: 91.6% !important;
  }

  #step_1 > div.card > div.card-body > div > div:nth-child(3) > div > div{
    width: 100%;
  }
.did-floating-select:not([value=""]):valid ~ .did-floating-label {
  top: -8px;
  font-size: 13px;
}
.did-floating-select[value=""]:focus ~ .did-floating-label {
  top: 11px;
  font-size: 13px;
}
.did-floating-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
  background-position: right 15px top 50%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 991px) {
  .width-200 {
    width: 200px;
  }
} */

.red {
  background-color: #b00404;
}
.red:hover {
  background-color: #f06f6f;
}
.redIcon {
  color: #b00404;
}
.formCard:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#formsubmit_loader_btn {
  display: none;
}

.invalid-input {
  border-color: #b00404;
}

.margin-top {
  margin-top: -20px;
}

[data-pc-direction="ltr"] .m-0 {
  margin: 0 !important;
  width: 55px;
}

body > footer > div > div > div.col.my-1 > p {
  width: 100%;
}


.br-left{
  border-radius: 10px 0 0 10px !important;
  width: auto !important;
  background: #fff !important;
  border-color:  #bec8d0;
  max-height: 49px;
}

.br-right{
  border-radius: 0 10px 10px 0 !important;
}

.date{
  width: 99.7% !important;
}

.margin-b {
  margin-bottom: 30px;
}

.radius-right{
  border-radius: 0 10px 10px 0 !important;
}



/* ======================================floating labels====================== */
#_date_group .error-message{
  display: none;
}

.did-floating-label-content {
  position: relative;
  width: 100%;
}
.did-floating-label {
  font-weight: normal;
  color: #212529bf ;
  position: absolute;
  pointer-events: none;
  font-size: 0.82rem;
  left: 16px;
  top: 15px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  padding-left: 2px;
  padding-right: 2px;
}
.did-floating-input,
.did-floating-select {
  width: 100%;
  background: #fff;
  &:focus {
    outline: none;
    ~ .did-floating-label {
      top: -9px;
      font-size: 13px;
      background: #fff;
    
    }
  }
}

.did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
  top: -9px;
  background: #fff;
  font-size: 11px;
  padding-left: 2px;
  padding-right: 2px;
  /* color: #000 !important; */

}

.did-floating-input-date:not(:placeholder-shown) ~ .did-floating-label-date {
  margin-top: -61px;
  margin-left: 15px;
  background: #fff;
  font-size: 12px;
  font-weight: 500;
}

.did-floating-select:not([value=""]):valid ~ .did-floating-label {

    top: -9px;
    background: #fff;
    font-size: 13px;
    padding-left: 2px;
    padding-right: 2px;

}
.did-floating-select[value=""]:focus ~ .did-floating-label {
  top: 11px;
  font-size: 13px;
}
.did-floating-select:not([multiple]):not([size]) {
  background-position: right 15px top 50%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 991px) {
  .width-200 {
    width: 200px;
  }
}

@media (max-width: 480px){
  body > div.pc-container > div > div > div > div:nth-child(2) > div.col-lg-4.col-xxl-3 > div > div > div.text-center.mt-3 > div.row.g-3{
    display: none !important;
  }

  body > div.pc-container > div > div > div > div:nth-child(2) > div.col-lg-4.col-xxl-3 > div > div > div.text-center.mt-3 > div:nth-child(7){
    display: none !important;
  }

  body > div.pc-container > div > div > div > div:nth-child(2) > div.col-lg-4.col-xxl-3 > div > div > div.text-center.mt-3 > div:nth-child(8){
    display:  none !important;
  }

  body > div.pc-container > div > div > div > div:nth-child(2) > div.col-lg-4.col-xxl-3 > div > div > div.text-center.mt-3 > div:nth-child(9){
    display: none !important;
  }
}



/**  =====================
      Authentication css start
==========================  **/
.auth-main {
  position: relative;
  overflow-x: hidden;
}
.auth-main .auth-wrapper {
  height: 100%;
  width: 100%;
  min-height: 100vh;
}
.auth-main .auth-wrapper .saprator {
  position: relative;
  display: flex;
  align-self: center;
  justify-content: center;
}
.auth-main .auth-wrapper .saprator:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--bs-border-color);
  z-index: 1;
}
.auth-main .auth-wrapper .saprator span {
  font-size: 0.875rem;
  padding: 8px 24px;
  background: var(--bs-card-bg);
  z-index: 5;
  text-transform: capitalize;
  color: var(--pc-heading-color);
  font-weight: 500;
}
.auth-main .auth-wrapper .auth-form {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-grow: 1;
}
.auth-main .auth-wrapper .auth-form .card {
  width: 100%;
  /* max-width: 1000px; */
  box-shadow: none;
}

.auth-main .auth-wrapper .auth-form img + span {
  padding-left: 10px;
}
.auth-main .auth-wrapper .auth-form h5 span,
.auth-main .auth-wrapper .auth-form .h5 span {
  /* text-decoration: underline; */
}
.auth-main .auth-wrapper.v1 {
  display: flex;
  align-items: center;
}
.auth-main .auth-wrapper.v1 .auth-form {
  flex-direction: column;
  background: url("../images/authentication/img-auth-bg.jpg");
  min-height: 100vh;
  padding: 24px;
  background-size: cover;
  position: relative;
  justify-content: center;
}
.t-name-2 {
  display: none;
}
.auth-main .auth-wrapper.v1 .auth-form .card-body {
  padding: 40px;
}
@media (max-width: 575.98px) {
  .auth-main .auth-wrapper.v1 .auth-form .card-body {
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  }
}
.auth-main .auth-wrapper.v2 {
  display: flex;
  align-items: normal;
}

.auth-main .label{
  color: #fff;
  margin-top: 12rem;
}

.auth-main .auth-wrapper.v2 .img-auth-side {
  width: 95%;
  height: auto;
  /* margin-top: 12rem; */
}
@media (max-width: 1199.98px) {
  .auth-main .auth-wrapper.v2 .img-auth-side,
  .auth-main .auth-wrapper.v2 .auth-sidecontent {
    display: none;
  }
}

.auth-main .auth-wrapper.v2 .auth-sidecontent {
  background: linear-gradient(270deg, #b00404, #b44d4d);
  height: 100%;
  max-width: 350px;
  margin-right: 20px;
}

.auth-sidecontent p {
  color: #fff;
  font-weight: bold;
  font-size: 0.8rem;
}

.heading{
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.img-fluid-sm {
  width: 5%;
}
.auth-sidecontent p {
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
}

.float-right{
  float: right;
}

.font-sm{
  font-size: 0.8rem !important;
}

.auth-main .auth-wrapper.v2 .auth-form .card {
  border: none;
  box-shadow: none;
}
.auth-main .auth-wrapper.v3 {
  display: flex;
  align-items: center;
  background: #ffffff;
}
.auth-main .auth-wrapper.v3 .auth-sidecontent {
  width: 300px;
  align-self: stretch;
  background: var(--bs-primary);
  position: relative;
  display: flex;
  align-items: center;
}
.auth-main .auth-wrapper.v3 .auth-sidecontent > * {
  position: relative;
  z-index: 5;
}
.auth-main .auth-wrapper.v3 .auth-sidecontent::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: linear-gradient(338deg, rgba(0, 0, 0, 0.3), transparent);
}
.auth-main
  .auth-wrapper.v3
  .auth-sidecontent
  .carousel-indicators
  [data-bs-target] {
  height: 6px;
  border-radius: 4px;
  border-top: none;
  border-bottom: none;
}
.auth-main
  .auth-wrapper.v3
  .auth-sidecontent
  .carousel-indicators
  [data-bs-target]:not(.active) {
  width: 6px;
}
@media (max-width: 1199.98px) {
  .auth-main .auth-wrapper.v3 .auth-sidecontent {
    display: none;
  }
}
.auth-main .auth-wrapper.v3 .auth-form {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding: 24px;
}
.auth-main .auth-wrapper.v3 .auth-form .auth-footer,
.auth-main .auth-wrapper.v3 .auth-form .auth-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.auth-main .auth-wrapper.v3 .auth-form .card {
  border: none;
  box-shadow: none;
}

.auth-option .auth-megaoption {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 180px;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.auth-option .auth-megaoption svg {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
}
.auth-option .btn-check:checked + .auth-megaoption {
  border-color: var(--bs-primary);
  background: var(--bs-primary-light);
  box-shadow: 0 0 0 1px var(--bs-primary), 0px 8px 24px rgba(27, 46, 94, 0.12);
}
.auth-option .btn-check:checked + .auth-megaoption svg,
.auth-option .btn-check:checked + .auth-megaoption span {
  color: var(--bs-primary);
}

/**  =====================
      Authentication css ends
==========================  **/
.logo-sm{
  display: none;
}


@media (max-width:480px) {
  .display-n{
    display: none;
  }

.logo-sm{
  display: block;
  margin-left: 5px;
  margin-right: 5px;
}

.margin-r{
  margin-left: 4px;
}

}