/************************************** Register Claim Start **************************************/
.claim-registration {
    padding-top: 25px;
}

.rgstr-claim-content {
    padding: 0px 14px;
}

.claim-cmmn-hp .rgstr-claim-CmmnTitle {
    padding-bottom: 18px;
}

.claim-cmmn-hp .rgstr-claim-CmmnPara {
    padding: 0px 10px;
}

.claim-type-container .claim-type-wrapper {
    padding: 32px 0 46px;
}

.claim-type-title {
    padding-bottom: 39px;
}

.claim-all-types,
.claim-types {
    gap: 10px;
}

.claim-all-types .claim-icon-txt,
.claim-types .claim-icon-txt {
    width: 155px;
    min-height: 160px;
    border-radius: 18px;
    padding: 25px;
    gap: 10px;
    transition: all 0.3s;
}

.claim-types .claim-icon-txt {
    padding: 10px 20px;
}

.claim-all-types .claim-icon-txt:hover,
.claim-types .claim-icon-txt:hover{
    box-shadow: 0px 0px 7px 4px #0062ab36;
}

.theft .claim-icon-txt {
    gap: 15px;
}

.claim-icon-txt span {
    line-height: 23px;
}

/********* OTS CSS START*******/
.btn-proc-claim{
   border: 1px solid #0062AB;
    border-radius: 25px;
    padding: 10px 10px;
    color: white;
    background-color: #0062AB;
    width: 100%;
    max-width: 273px;
    cursor: pointer;
    margin: 15px 0;
}

.popupSec {
   position: fixed;
   left: 50%;
   top: 50%;
   max-width: 800px;
   width: 100%;
   transform: translate(-50%, -50%);
   padding: 40px;
   background: white;
   z-index: 99;
}

.otsvideolinkclick:before {
   position: absolute;
   content: '';
   width: 53px;
   height: 53px;
   background: url(https://www.bajajgeneralinsurance.com/content/dam/bagic/index/sprite.png) no-repeat;
   background-position: -365px -231px;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
   left: 16%;
   /* top: 103%; */
   margin-top: 17px;
}

.videopopupMessageots{
    max-width: 800px;
    width: 100%;
    box-shadow: 0px 0px 24px 0px #00000017;
    border-radius: 29px;
    background-color: #FFFFFF;
    height: 500px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.closePop{
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    z-index: 9999;
}

.iframe-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
}
.iframe-wrapper iframe{
    height: 400px;
}
/********** OTS CSS END ***********

@media screen and (max-width: 390px) {

    .claim-all-types .claim-icon-txt,
    .claim-types .claim-icon-txt {
        width: 140px;
        padding: 10px;
    }
}

/***** Register Claim Desktop Start *****/

@media screen and (min-width:767px) {
    .claim-registration {
        padding-top: 20px;
    }

    .rgstr-claim-content {
        padding: 0px;
    }

    .claim-cmmn-hp .rgstr-claim-CmmnTitle {
        font-size: 32px;
        text-align: left;
    }

    .claim-cmmn-hp .rgstr-claim-CmmnPara {
        padding: 0px;
        font-size: 22px;
        text-align: left;
    }

    .claim-type-container .claim-type-wrapper {
        padding: 40px 0 81px;
    }

    .claim-type-title {
        font-size: 36px;
        text-align: left;
        padding-bottom: 64px;
    }

    .claim-all-types,
    .claim-types {
        gap: 23px;
        max-width: 980px;
        width: 100%;
        justify-content: start;
    }

    .claim-types {
        max-width: 1166px;
        width: 100%;
    }

    .claim-all-types .claim-icon-txt {
        width: 176px;
        min-height: 186px;
        padding: 25px 16px;
        gap: 23px;
    }

    .claim-types .claim-icon-txt {
        padding: 10px 9px;
        width: 168px;
        min-height: 182px;
        gap: 23px;
    }

}
 
@media screen and (max-width:767px) {
    /* OTS video */
    .videopopupMessageots{
        width: 100%;
        max-width: 300px;
        height: 256px;
        /* transform: translate(-18%, 3%); */
    }
    
    .iframe-wrapper iframe {
        height: unset;
    }
}


@media screen and (min-width:768px) and (max-width: 1024px) {

    .claim-all-types .claim-icon-txt,
    .claim-types .claim-icon-txt {
        width: 161px;
        min-height: 171px;
    }

    /* OTS Video */
    .videopopupMessageots{
        width: 100%;
        max-width: 370px;
        height: 259px;
        /* transform: translate(18%, 18%); */
    }
    
    .iframe-wrapper iframe {
        height: unset;
    }
        
}


  
  /* added by aniket */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }

  .overlay.overlayabove{
     z-index: 99 !important; 
  }
  
  .popup {
    background-color: #fff;
    padding: 5% 4%;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 100%;
    height: auto;
    max-height: 550px;
    overflow: auto;
  }
  
  .popup-header {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    float: left;
  }
  
  .popup-header h2 {
    margin: 0 0 10px;
    color: #000000;
    font-family: "Rubik-Regular"
  font-size: 2rem;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;    
  }
  
  .close-btn {
    /* background-color: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 12px; */
    border: none;
    font-size: 3rem;
    cursor: pointer;
    position: absolute;
    top: 3%;
    right: 12px;
    background: #757575;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 0;
  }
  
  .form-group {
    margin-bottom: 10px;
    width: 100%;
    float: left;
  }
  
  .popup-header label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000000;
    font-family: "Rubik-Regular";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  }
  
  input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
  }
  
  .btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .btn-primary {
    background-color: #007bff;
    color: #fff;
    border: none;
  }
  
  .btn-primary:hover {
    background-color: #0069d9;
  }
  
  .verify{
    width: 100%;
    display: flex;
    float: left;
    justify-content: center !important;
  }
 
  .errorMsg, .errorMsg1 {
    color: red;
    font-family: "Rubik-Regular";
    font-size: 1.2rem;
    padding: 5px 0 15px;
    display: none;
  }
  
  .accountverify{
    width: 100%;
    float: left;
    padding: 3%;
    height: auto;
    background: rgba(20, 174, 92, 0.04);
    margin-bottom: 2%;
  }
  .accountverify h1{
    font-size: 2rem;
    color: rgba(16, 139, 74, 1);
  }
  .accountverify p{
    font-size: 1.4rem;
    color: rgba(94, 94, 94, 1);
  }
  .thankyou{
    height: auto;
    background: rgba(20, 174, 92, 0.04);
    margin-bottom: 2%;
    width: 100%;
    float: left;
    padding: 3%;
  }
  .thankyou h1{
    font-size: 2rem;
    color: rgba(16, 139, 74, 1);
  }
  .thankyou img {
    max-width: 5%;
    margin: 0 2% 0 0;
}
.sorrydetail{
    /* height: auto;
    background: rgba(255, 59, 48, 0.1);
    margin-bottom: 2%; */
    height: auto;
    background: rgba(255, 59, 48, 0.1);
    margin-bottom: 2%;
    width: 100%;
    float: left;
    padding: 3%;
  }
  .sorrydetail h1{
    font-size: 2rem;
    color: rgba(239, 43, 32, 1);

  }
  .sorrydetail p{
    font-size: 1.4rem;
    color: rgba(94, 94, 94, 1);
  }
  .whpenyimg{
    width: 5%;
      height: 5%;
      margin-right: 5px;
  }
  .accountdetail p{
    color: rgba(94, 94, 94, 1);
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .account-detail {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .account-detail {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  
  .account-detail .radio-buttons {
    display: flex;
    align-items: center;
  }
  
  .account-detail .radio-btn {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 10px;
    display: inline-block;
  }
  
  .account-detail input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    margin-right: 5px;
  }
  
  .account-detail input[type="radio"]:checked {
    background-color: #4CAF50;
    border: 4px solid white;
  }
  
  .account-detail input[type="radio"]:not(:checked) {
    background-color: #f44336;
    border: 4px solid white;
  }
  
  .account-detail .radio-btn:hover {
    opacity: 0.8;
  }
  .btnpeny{
    padding: 4px 15px;
    border-radius: 30px;
    border: 1px solid black;
    background: rgb(255, 255, 255);
    color: black;
    display: flex;
  }
  .btnpeny input{
    margin: 6px;
  }
  .button-container{
    display: flex;
    gap: 5px;
  }
  .correct{
     
    color: var(--Colors-Green, rgba(52, 199, 89, 1));
    font-family: "Rubik-Regular";
    font-size: 1.2rem;
    padding: 5px 0 15px;
    display: none;
    width: 100%;
    float: left;
  }

  .btnpeny.selected {
    background-color: #007bfffc;
    color: white;
    border: 1px solid #0c4a8cfc;
}

.file-upload {
    background-color: white;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 100%;
  }
  
  .file-list {
    margin-top: 20px;
  }
  
  .file-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .file-name {
    font-weight: bold;
  }
  
  .progress-bar {
    width: 50%;
    height: 10px;
    background-color: #f0f0f0;
    border-radius: 5px;
    margin-top: 5px;
  }
  
  .progress-fill {
    height: 100%;
    background-color: #4CAF50;
    border-radius: 5px;
  }
  
  .submit-btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  
  .btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
  }
  
  /* Account Details Section */
  .account-details {
    border-radius: 8px;
    width: 100%;
    font-weight: 700;
    float: left;
    margin: 3% 0;
}
  
  .input-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }
  
  .input-group label {
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .input-group input,
  .input-group select {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .uploadetitle {
    display: flex;
    justify-content: space-between;
    /* margin: 0 0 4% 0; */
    padding: 4%;
    /* background: navajowhite; */
    width: 100%;
    background: rgba(225, 242, 255, 1);
}

.input-groups {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
    float: left;
  }
  
  .input-group {
    width: 48%;
  }


.file-upload-area {
    border: 2px dashed #ccc;
    padding: 40px;
    text-align: center;
    margin-bottom: 40px;
  }
  
  .file-upload-prompt {
    margin-bottom: 20px;
  }
  
  .file-upload-prompt i {
    font-size: 48px;
    color: #007bff;
    margin-bottom: 10px;
  }
  
  .file-upload-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
  }
  
  .file-input {
    display: none;
  }
  
  .file-table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .file-table th, .file-table td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }
  
  .file-table th {
    text-align: left;
  }
  
  .delete-file {
    color: #dc3545;
    text-decoration: none;
  }
  
  .delete-file:hover {
    text-decoration: underline;
  }
  .cancelcheck h1{
    font-size: 1.5rem;
  }
.cancelcheck p{
    color: rgba(0, 0, 0, 1);
    font-size: 1.8rem;

}

.btnaddress{
    padding: 2% 33%;
    border-radius: 30px;
    background: #007bff;
    color: white;
    cursor: pointer;
}
.btncancel{
    padding: 2% 33%;
    border-radius: 30px;
    background: #007bff;
    color: white;
    cursor: pointer;
}

.wselected {
    background-color: #007bff;
    color: white;
}
.unselected {
    background-color: white;
    color: black;
}
.bank-button {
    padding: 10px 20px;
    margin: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.verifysubmit{
    text-align: center;
    width: 80%;
    border-radius: 30px;
    padding: 10px 20px;
    margin: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
  }
.banktype{
    font-size: 1.8rem;
    color: black;
    margin: 2%;
}
#bank-type-container{
    display: flex !important;
    justify-content: center;
}

.bankacountdetail{
width: 100%;
float: left;
}

.step1{
    width: 100%;
float: left;
    margin-top: 15px;
}

.step1 h3{
    font-size: 1.8rem;
    margin-bottom: 15px;    
}


.cancelcheck{
    width: 100%;
    float: left;
    margin: 5% 0;
}

.detaibank{
    width: 100%;
    float: left;
}

.mandatory-field{
  color: red;
}

.document-error{
  font-weight: bold;
  text-align: center;
}

/***** Register Claim Desktop End *****/

/************************************** Register Claim End **************************************/
/******** Stepper CSS Start ********/
.stepper-parent-div {
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
}

#neftclick{
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

#popupbank{
    max-width: 1000px;
    padding: 2% 4%;
    z-index: 99;
}

.accountdetailupdate{
margin: 24px 0;
}

.stepper-wrapper {
    margin: 50px 33px 0;
    display: flex;
    justify-content: space-between;
    max-width: 260px;
    overflow: auto;
}

#stepper-left-arrow,
#stepper-right-arrow {
    width: 15px;
    height: 15px;
}

#stepper-left-arrow {
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

#stepper-right-arrow {
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}

.stepper-wrapper::-webkit-scrollbar {
    display: none;
}

.stepper-circle-default {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #C8C8C8;
    position: relative;
    background-color: #ffffff;
}

.stepper-circle:last-child .stepper-circle-default::after {
    display: none;
}

.stepper-circle {
    min-width: 29.5%;
}

.stepper-circle:last-child {
    min-width: auto;
}

.stepper-circle-default::after {
    content: "";
    background-color: #C8C8C8;
    height: 2px;
    width: 12vw;
    display: block;
    position: absolute;
    left: 28px;
    top: 13px;
}

.stepper-circle.blue-outline .stepper-circle-default {
    border: 2px solid #0062AB;
}

.stepper-circle.blue-outline .stepper-circle-default::after {
    background-color: #0062AB;
}

.stepper-circle.blue-filled .stepper-circle-default::before {
    content: "";
    display: block;
    background-image: url('../../../../../../../../content/dam/bagic/aca-images/done-check-icon.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.stepper-circle.blue-filled .stepper-circle-default::after {
    background-color: #0062AB;
    top: 14.5px;
}

.stepper-circle-last .stepper-circle-default::after {
    width: 8vw;
}

.stepper-circle.blue-filled .stepper-circle-default {
    border: none;
}

@media screen and (min-width:767px) {
    .stepper-parent-div {
        max-width: 552px;
        width: 100%;
        margin: 0;
    }

    .stepper-wrapper {
        max-width: 434px;
        margin: 50px auto 0;
    }

    #stepper-left-arrow,
    #stepper-right-arrow {
        top: 51%;
        width: 24px;
        height: 13px;
    }

    .stepper-circle {
        min-width: 29.9%;
    }

    .stepper-circle-default {
        width: 46px;
        height: 46px;
    }

    .stepper-circle.blue-filled .stepper-circle-default::before {
        content: '';
        display: block;
        width: 46px;
        height: 46px;
    }

    .stepper-circle-default::after,
    .stepper-circle.blue-filled .stepper-circle-default::after {
        content: '';
        left: 43px;
        top: 18px;
    }

    .stepper-circle.blue-filled .stepper-circle-default::after {
        top: 19.5px;
    }
}

@media screen and (min-width:767px) and (max-width: 905px) {
    .stepper-circle-last .stepper-circle-default::after {
        width: 11vw;
    }
}

@media screen and (min-width:905px) and (max-width: 1090px) {
    .stepper-circle-last .stepper-circle-default::after {
        width: 10vw;
    }
}


/******** Stepper CSS End ********/

/************************************** About Loss Information Start **************************************/
.rgstr-claim-form-info :is(.loss-info-detail-wrapper, .theft-info-content, .accident-location-content, .driver-details-content, .third-party-info-content, .additional-claim-details-content, .retaining-of-salvage-content, .insured-neft-content, .about-insured-content, .claim-rgstr-successful) {
    padding: 32px 10px 0px;
}

.loss-info-detail-content,
.theft-info-content,
.third-party-info-content
.retaining-of-salvage {
    margin-bottom: 55px;
}

.loss-info-title {
    padding-bottom: 25px;
}

.loss-info-form-detail .claim-notify .claim-notify-label,
.theft-info-form-detail .theft-notify .theft-notify-label {
    margin-bottom: 10px;
    padding: 0;
}

.notify-btn {
    gap: 12px;
}

/* .notify-btn .rdo-btn input[type="radio"]:checked~label {
    color: #fff;
    background-color: unset;
    border: none;
} */

.accident-date input[type="date"]::-webkit-calendar-picker-indicator,
.accident-time input[type="time"]::-webkit-calendar-picker-indicator,
.neft-dob input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.accident-date .date-input::after,
.accident-time .time-input::after,
.neft-dob .date-input::after {
    z-index: -1;
    content: '';
    background-image: url('../../../../../../../../content/dam/bagic/aca-images/calendar-icon.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
}

.accident-time .time-input::after {
    background-image: url('../../../../../../../../content/dam/bagic/aca-images/clock-icon.svg');
}

.date-input,
.time-input {
    margin-top: 10px;
}

.date-input input,
.time-input input {
    margin-top: unset;
    padding: 14px 20px;
}

.text-speaker {
    padding: 10px 41px 10px 20px;
    margin-top: 10px;
}

.text-speaker textarea {
    resize: none;
    border: none;
    padding: 0px;
    margin: 0px;
}

.text-speaker textarea::-webkit-scrollbar,
.location textarea::-webkit-scrollbar,
.paid-loss-info textarea::-webkit-scrollbar {
    display: none;
}

.text-speaker img {
    top: 10px;
    right: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #00000026;
    border-radius: 50%;
    padding: 6px 9px;
}

.accident-police-info-yes {
    padding-top: 20px;
}

.vehicle-stay .vehicle-stay-btn {
    gap: 10px;
}

.vehicle-stay-btn {
    gap: 14px;
    margin-top: 10px;
}

.vehicle-stay-btn .rdo-btn label {
    padding: 6px 14px;
    line-height: 19px;
}

.vhcl-workshop-address {
    resize: none;
    margin-top: 0;
}

/***** Loss Information Desktop Start *****/

@media screen and (min-width:767px) {
    .rgstr-claim-form-info :is(.loss-info-detail-wrapper, .theft-info-content, .accident-location-content, .driver-details-content, .third-party-info-content, .retaining-of-salvage-content, .additional-claim-details-content, .insured-neft-content, .about-insured-content, .claim-rgstr-successful) {
        padding: 45px 0px 0px;
    }

    :is(.loss-info-detail-wrapper, .theft-info-content, .accident-location-content, .driver-details-content, .third-party-info-content, .retaining-of-salvage-content, .additional-claim-details-content, .insured-neft-content, .about-insured-content, .claim-rgstr-successful) :is(.loss-info-title, .theft-info-title, .accident-info-title, .driver-detail-title, .third-party-info-title, .retaining-of-salvage-title, .additional-claim-title, .insured-neft-title, .about-insured-title) {
        text-align: left;
        font-size: 32px;
        padding-bottom: 45px;
    }

    .loss-info-form-detail,
    .theft-info-form-detail,
    .accident-location-form,
    .driver-detail-form,
    .driver-detail-form .vehicle-parked-noForm,
    .insured-neft-detail-form,
    .insured-neft-detail-form .cheque-passbook-upload-wrapper,
    .about-insured-form,
    .yesNo-form-content,
    .no-form-content {
        flex-direction: unset;
        flex-wrap: wrap;
        gap: 55px 2.4%;
    }

    .claim-notify,
    .theft-notify {
        /* max-width: 75.5%; */
        max-width: 100%;
    }

    .notify-btn {
        flex-wrap: wrap;
        gap: 25px;
    }

    :is(.loss-info-form-detail, .theft-info-form-detail) :is(.vehicle-rgstr-no, .accident-date, .accident-time, .inspect-vehicle, .accident-report, .vehicle-stay),
    .accident-police-info-yes :is(.FIR-No, .police-stn-name),
    .accident-location-form :is(.loc-pinCode, .loc-state, .loc-city, .loc-street, .loc-area, .loc-landmark, .loc-service),
    .driver-detail-form .vehicle-parked-noForm :is(.driver-name, .license-No, .driver-relation, .license-issued),
    .insured-neft-detail-form :is(.upld-file, .bank-Yrname, .ifsc-code, .bank-name, .bank-branch, .account-no, .account-type, .micr-code, .neft-dob, .ckycPan-yesNo-btn, .ckycPan-inp-field, .select-add-proof, .proof-inp-field, .passport-file-num),
    .cheque-passbook-upload-wrapper .upld-file,
    .yesNo-form-content :is(.second-contact-no, .alternate-mail, .alternate-uid, .alternate-delay, .ckycPan-yesNo-btn, .ckycPan-inp-field),
    .no-form-content :is(.policy-holder, .house-area, .pinCode, .street, .landmark, .select-state, .select-city) {
        width: 48.8%;
    }

    .text-speaker {
        padding: 10px 50px 10px 20px;
    }

    .text-speaker textarea {
        line-height: 30px;
    }

    .accident-police-info-yes {
        padding-top: 0px;
        flex-direction: unset;
        gap: 0 2.4%;
        width: 100%;
    }

    .vehicle-stay .vehicle-stay-btn {
        gap: 14px 5%;
        flex-wrap: nowrap;
    }

    .vehicle-stay-btn .rdo-btn label {
        padding: 16px;
        line-height: 22px;
        font-size: 19px;
    }

    .vehicle-stay-btn .rdo-btn {
        min-width: 47.5%;
    }

    .vhcl-workshop-address {
        line-height: 30px;
    }
}

@media screen and (max-width: 390px) {
    .notify-btn .rdo-btn {
        width: 82px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .vehicle-stay .vehicle-stay-btn {
        gap: 0 2.4%;
        width: 100%;
    }

    .vehicle-stay-btn .rdo-btn {
        min-width: 48.8%;
    }
}

/***** Loss Information Desktop End *****/
/************************************** More Workshop Start **************************************/

.more-workshop {
    margin-top: 5px;
}

.more-workshop .workshop-input,
.search-result-wrapper .search-result-form .workshop-input {
    gap: 10px;
    padding: 14px 22px 14px 29px;
    border-radius: 50px;
}

.workshop-input input {
    width: 95%;
}

.workshop-input img {
    max-width: 13px;
    max-height: 14px;
}

.more-workshop .workshop-cards,
.search-result-wrapper .workshop-cards {
    margin: 26px 0px;
    gap: 10px;
}

.workshop-card-detail-label {
    border: 1px solid #ECECEC;
    box-shadow: 0px 0px 14px 0px #00000017;
    padding: 20px 55px 20px 20px;
    border-radius: 13px;
    height: 100%;
    transition: all 0.3s;
}

.workshop-card-detail-label::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
}

.workshop-card-detail input:checked~label {
    border: 1px solid #0062AB;
    background-color: #F1F9FF;
}

.workshop-card-detail input:checked~label::after {
    outline: 1px solid #0062AB;
    background: #0062AB;
    border: 6px solid #fff;
    width: 14px;
    height: 14px;
}

.workshop-card-detail-label .workshop-detail-content {
    gap: 16px;
    flex: 1;
}

.workshop-btn {
    padding-top: 23px;
    gap: 15px 0;
}

.workshop-btn .workshop-btn-txt {
    outline: none;
    padding: 15px;
}

.search-workshop-btn .search-workshop-btn-txt,
.search-result-btn .search-result-btn-txt,
.add-workshop-btn button {
    outline: none;
    padding: 15px;
    width: 100%;
    margin-bottom: 15px;
}


/***** More Workshop Desktop Start *****/

@media screen and (min-width:767px) {
    .more-workshop {
        width: 100%;
    }

    .workshop-input input {
        width: 97%;
        font-size: 20px;
    }

    .workshop-input img {
        max-width: 22px;
        max-height: 22px;
    }

    .more-workshop .workshop-cards {
        margin: 46px 0px 21px;
        flex-direction: unset;
        flex-wrap: wrap;
        gap: 0px 2.4%;
    }

    .workshop-cards .workshop-card-detail,
    .workshop-btn .workshop-btn-txt {
        width: 31.7%;
    }

    .workshop-title-txt .workshop-label {
        font-size: 16px;
    }

    .workshop-title-txt .workshop-info-txt {
        font-size: 20px;
    }

    .more-workshop .workshop-btn {
        flex-direction: unset;
        gap: 0px 25px;
    }

    .workshop-btn .workshop-btn-txt {
        font-size: 22px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .more-workshop .workshop-cards {
        gap: 25px 2.4%;
    }

    .workshop-cards .workshop-card-detail,
    .workshop-btn .workshop-btn-txt {
        width: 48.8%;
    }
}

/***** More Workshop Desktop End *****/
/************************************** More Workshop End **************************************/
/************************************** Search Workshop Start **************************************/

.search-workshop-content {
    padding: 15px 10px 0px 10px;
}

.search-wrokshop-title,
.search-result-title {
    padding-bottom: 20px;
}

.search-workshop-form {
    gap: 15px;
    margin: 22px 0px 16px;
}

.search-workshop-btn {
    padding-top: 16px;
}

/***** Search Workshop Desktop Start *****/

@media screen and (min-width:767px) {
    .search-workshop-content {
        padding: 40px 0px 0px;
    }

    .search-wrokshop-title {
        font-size: 36px;
        text-align: left;
    }

    .search-workshop-form {
        /* max-width: 1240px; */
        margin: 50px 0px 0px;
        flex-direction: unset;
        flex-wrap: wrap;
        gap: 50px 2.4%;
    }

    .search-workshop-form :is(.workshop-category, .workshop-name, .workshop-state, .workshop-city, .workshop-location) {
        width: 48.8%;
    }

    .search-workshop-btn {
        padding-top: 30px;
        width: 100%;
        display: flex;
        gap: 0px 2.4%;
    }

    .search-workshop-btn .search-workshop-btn-txt {
        width: 23.2%;
        margin-bottom: 0px;
        font-size: 22px;
    }
}

/***** Search Workshop Desktop Start *****/
/************************************** Search Workshop End **************************************/
/************************************** Search Result Strat **************************************/
.search-result-content .common-back-home {
    padding: 0px 0px 17px;
}

.search-result-wrapper {
    padding: 0px 5px;
}

.search-result-wrapper .result-found-txt {
    margin: 0 -5px;
}

.search-result-wrapper .search-result-form {
    margin: 23px 0 0;
    gap: 22px 0;
}

.search-result-form .workshop-input,
.search-result-form .workshop-cards,
.search-result-btn {
    margin: 0 5px;
}

.search-result-btn {
    padding: 0;
}

/***** Search Result Desktop Start *****/

@media screen and (min-width:767px) {
    .search-result-wrapper {
        padding: 23px 0px 0px;
    }

    .search-result-wrapper .search-result-title {
        font-size: 36px;
        text-align: left;
    }

    .search-result-wrapper .result-found-txt {
        font-size: 32px;
        text-align: left;
        padding: 7px 0 0;
        margin: 0;
    }

    .search-result-wrapper .search-result-form {
        margin: 43px 0 0;
        gap: 43px 0;
    }

    .search-result-form .workshop-input {
        margin: 0;
    }

    .search-result-form .workshop-cards {
        margin: 0;
        flex-direction: unset;
        flex-wrap: wrap;
        gap: 27px 2.4%;
    }

    .search-result-btn {
        padding-top: 4px;
        display: flex;
        gap: 0px 2.4%;
        margin: 0px;
    }

    .search-result-btn .search-result-btn-txt {
        width: 31.7%;
        margin: 0px;
        font-size: 22px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .search-result-btn .search-result-btn-txt {
        width: 48.8%;
    }
}

/***** Search Result Desktop Start *****/
/************************************** Search Result End **************************************/
/************************************** Add New Workshop Popup Start **************************************/

.add-new-workshop-popup.modal-bg-overlay {
    background: rgba(255, 255, 255, 86%);
}

.new-workshop .new-workshop-wrapper {
    padding: 30px;
    margin: 60px 22px;
    border-radius: 20px;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 4px 30px 0px #00000017;
    overflow: auto;
}

.new-workshop-wrapper::after {
    top: 10px;
    right: 10px;
}

.new-workshop-form {
    margin: 24px 0px;
}

.add-workshop-btn {
    margin-top: 5px;
}

.add-workshop-btn button {
    margin-bottom: unset;
}

/***** Add New Workshop popup Desktop Start *****/

@media screen and (min-width:767px) {
    .new-workshop .new-workshop-wrapper {
        max-width: 1167px;
        padding: 50px 50px 70px;
        margin: 60px 0px;
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
    }

    .new-workshop-wrapper::after {
        width: 54px;
        height: 54px;
    }

    .new-workshop-wrapper .new-workshop-cncl-icon {
        max-width: 53px;
        height: 53px;
        top: 16px;
        right: 16px;
    }

    .add-workshop-title {
        font-size: 32px;
        padding-right: 20px;
    }

    .new-workshop-form {
        margin: 35px 0px 0px 0px;
        flex-direction: unset;
        flex-wrap: wrap;
        gap: 40px 7%;
    }

    .new-workshop-form :is(.addName, .addMob, .addTel, .addCategory, .addState, .addCity, .add-workshop-btn) {
        width: 46.4%;
    }

    .new-workshop-form div input {
        padding: 22.5px 20px;
    }

    .add-workshop-btn {
        margin-top: 40px;
    }

    .add-workshop-btn button {
        padding: 28px;
        font-size: 24px;
    }
}

/***** Add New Workshop popup Desktop End *****/
/************************************** Add New Workshop Popup End **************************************/

/************************************** About Loss Information End **************************************/
/************************************** Theft Information In Loss Information Start **************************************/

.theft-info-content .theft-info-title {
    padding-bottom: 20px;
}

.theft-info-content>span {
    padding-bottom: 20px;
}

.theft-info-form-detail .accident-report .accident-police-info-yes {
    margin-top: 20px;
    padding-top: 0px;
}

/***** Theft Information Desktop Start *****/

@media screen and (min-width:767px) {
    .theft-info-content .theft-info-title {
        padding-bottom: 28px;
    }

    .theft-info-content>span {
        font-size: 22px;
        text-align: left;
        padding-bottom: 45px;
    }
}

/***** Theft Information Desktop End *****/
/************************************** Theft Information In Loss Information End **************************************/
/************************************** Accident Location Start **************************************/

.accident-location-content,
.driver-details-content,
.additional-claim-details-content,
.insured-neft-content {
    margin-bottom: 40px;
}

.accident-info-title,
.driver-detail-title,
.third-party-info-title,
.retaining-of-salvage-title {
    padding-bottom: 30px;
}

/************************************** Accident Location End **************************************/
/************************************** Driver Detail Start **************************************/

.driver-detail-form .vehicle-condition-label {
    padding-bottom: 10px;
}

.driver-detail-btn {
    gap: 12px;
}

/***** Driver Detail Desktop Start *****/

@media screen and (min-width:767px) {
    .vehicle-condition .driver-detail-btn {
        gap: 0px 25px;
    }

    .vehicle-parked-noForm {
        max-width: unset;
    }
}

/***** Driver Detail Desktop End *****/
/************************************** Driver Detail End **************************************/
/************************************** Third Party Loss Info Start **************************************/

.third-party-info-title {
    font-size: 23px;
    margin: 0px -10px;
}

.third-party-involve-form .involve-yesNo {
    margin-bottom: 35px;
}

.involve-yesNo p {
    padding-bottom: 10px;
}

.involve-yesNo .third-party-btn {
    gap: 18px;
    flex-wrap: wrap;
}

.involve-yesForm {
    border: 1px solid #F0F0F0;
    border-radius: 20px;
    box-shadow: 0px 4px 30px 0px #00000017;
    margin: 0px -24px 52px;
    padding: 25px 30px 40px;
}

.form-title-button {
    gap: 5%;
    padding-bottom: 20px;
}

.form-title-button>p {
    width: max-content;
    padding: 0;
}

.btn-top-bdr::before {
    content: '';
    border-top: 1px solid #0062AB;
    display: block;
    width: 100%;
    height: 2px;
    padding-bottom: 25px;
    margin-top: 30px;
}

.addDel-btn {
    justify-content: end;
    gap: 7px;
    flex-wrap: wrap;
}

.addBtn button,
.delBtn button {
    min-width: 98px;
    width: max-content;
    padding: 7px 10px 7px 30px;
    border: none;
    outline: none;
}

.delBtn button {
    border: 1px solid #FF2020;
    min-width: 79px;
}

.addBtn button::before,
.delBtn button::before {
    content: '';
    background-image: url('../../../../../../../../content/dam/bagic/aca-images/add-white-icon.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 15px;
    height: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.delBtn button::before {
    background-image: url('../../../../../../../../content/dam/bagic/aca-images/del-red-icon.svg');
    width: 16px;
    height: 16px;
}

@media screen and (max-width:340px) {
    .form-title-button {
        flex-wrap: wrap;
        gap: 5px 5%;
    }
}

/***** Third Party Loss Info Desktop Start *****/

@media screen and (min-width:767px) {
    .third-party-info-title {
        margin: 0px;
    }

    .third-party-involve-form .involve-yesNo {
        margin-bottom: 50px;
    }

    .involve-yesForm {
        padding: 47px 40px 59px;
        margin: 0 0 45px;
    }

    .involve-yesForm .form-title-button {
        padding-bottom: 38px;
    }

    .form-title-button>p {
        font-size: 32px;
    }

    .btn-top-bdr::before {
        margin-top: 50px;
    }

    .addBtn button,
    .delBtn button {
        font-size: 16px;
        min-width: 127px;
    }

    .addBtn button::before,
    .delBtn button::before {
        width: 18px;
        height: 17px;
    }

    .addBtn button {
        padding: 10px 18px 10px 45px;
    }

    .addBtn button::before {
        left: 19px;
    }

    .delBtn button {
        padding: 10px 18px 10px 54px;
    }

    .delBtn button::before {
        left: 31px;
    }

    .involve-form-content {
        flex-direction: unset;
        flex-wrap: wrap;
        gap: 50px 8%;
    }

    .involve-form-content :is(.person-detail, .inspection-Add, .damage-detail, .primary-contact, .vehicleNumber) {
        width: 46%;
    }

    .involve-form-content .btn-top-bdr {
        width: 100%;
    }

    .btn-top-bdr .addDel-btn {
        gap: 0px 17px;
    }
}

/***** Third Party Loss Info Desktop End *****/
/************************************** Third Party Loss Info End **************************************/
/************************************** Additional Claim Details Start **************************************/

.additional-claim-title {
    padding-bottom: 30px;
}

.additonal-claim-form .add-claim-yesNo,
.additional-claim-btn,
.vehicle-replacement,
.replacement-check {
    gap: 15px;
}

.additional-claim-btn,
.insured-yesNo-btn,
.submit-prev-btn {
    flex-wrap: wrap;
}

.replacement-check {
    min-height: 30px;
}

.replacement-check label {
    padding-left: 44px;
}

.replacement-check label::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #cecaca;
    border-radius: 5px;
    transition: all 0.5s;
}

.replacement-check input:checked~label::before {
    background-color: #0062AB;
    transition: all 0.5s;
    border: none;
}

.replacement-check input:checked~label::after {
    content: '';
    position: absolute;
    left: 11.5px;
    top: 37%;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 16px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    border-radius: 2px;
}

@media screen and (min-width: 320px) and (max-width:371px) {
    .replacement-check input:checked~label::after {
        top: 45%;
    }
}

/***** Additional Claim Details Desktop Start *****/

@media screen and (min-width:767px) {
    .additonal-claim-form {
        gap: 44px 0px;
    }

    .vehicle-replacement {
        gap: 28px 0px;
    }

    .vehicle-replacement p {
        padding: 0;
    }

    .replacement-check {
        min-height: 35px;
    }

    .replacement-check label::before {
        width: 35px;
        height: 35px;
    }

    .replacement-check input:checked~label::after {
        top: 30%;
        left: 12px;
        width: 10px;
        height: 22px;
    }
}

/***** Additional Claim Details Desktop End *****/
/************************************** Additional Claim Details End **************************************/
/*************************************** Retaining of Salvage Start **************************************/
.retaining-of-salvage-title {
    padding-bottom: 30px;
}

.retaining-of-salvage-form .retain-salvage-yesNo,
.retaining-of-salvage-btn {
    gap: 15px;
}

.retaining-of-salvage-btn {
    flex-wrap: wrap;
}

/***** Retaining of Salvage Desktop Start *****/

@media screen and (min-width:767px) {
    .retaining-of-salvage-form {
        gap: 44px 0px;
    }

}

/**************************************** Retaining of Salvage End  **************************************/
/************************************** Insured NEFT Details Start **************************************/

.insured-neft-title {
    padding-bottom: 35px;
}

.insured-neft-form-title {
    padding-bottom: 10px;
    line-height: 23px;
}

.insured-neft-detail-form {
    padding-top: 15px;
}

.insured-neft-detail-form .upld-file .file-inp .file-inp-content label {
    padding: 50px;
}

.select-add-proof .add-custom-dropdown {
    margin-top: 10px;
}

.add-custom-dropdown .cmmn-select {
    padding: 11px 20px;
    background-color: #fff;
    z-index: 10;
}

.add-custom-dropdown .select-dropdown-content {
    top: 65%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #DEDEDE;
    padding: 14px 15px 8px;
    border-radius: 10px;
    z-index: 5;
}

.select-dropdown-content .dropdown-content {
    padding: 7px;
    cursor: pointer;
    border-radius: 4px;
    margin: 8px 0;
    transition: all 0.3s;
}

.select-dropdown-content .dropdown-content:last-of-type {
    margin-bottom: 0;
}

.select-dropdown-content .dropdown-content::after {
    content: '';
    width: 100%;
    display: block;
    background-color: #000;
    height: 1px;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.select-dropdown-content .dropdown-content:last-of-type::after {
    content: '';
    width: unset;
}

.select-dropdown-content .dropdown-content:hover {
    background-color: #0062AB33;
}

.view-image,
.view-pdf {
    padding-top: 10px;
}

@media screen and (max-width:390px) {
    /* .insured-neft-detail-form .account-type .type-btn {
        flex-wrap: wrap;
        justify-content: start;
        gap: 10px 4%;
    } */

    .insured-neft-detail-form .account-type .type-btn .rdo-btn label {
        font-size: 14px;
    }
}

/***** Insured NEFT Details Desktop Start *****/

@media screen and (min-width:767px) {
    .insured-neft-form-title {
        padding: 20px 0 24px;
        font-size: 22px;
    }

    .insured-neft-content .imp-text {
        font-size: 22px;
        display: inline;
    }

    .insured-neft-detail-form {
        padding-top: 19px;
    }

    .insured-neft-detail-form .upld-file .file-inp {
        border-radius: 20px;
    }

    .insured-neft-detail-form .upld-file .file-inp .file-inp-content label {
        padding: 53px 30px;
    }

    .insured-neft-detail-form .upld-file .file-inp .file-inp-content img {
        max-width: 73px;
        max-height: 52px;
    }

    .insured-neft-detail-form .upld-file .file-inp .file-inp-content label p,
    .insured-neft-detail-form .upld-file .file-inp .file-uploaded span {
        font-size: 18px;
    }

    .insured-neft-detail-form .upld-file .file-inp .file-inp-content label p {
        max-width: 238px;
        padding: 0;
    }

    .insured-neft-detail-form .upld-file .file-inp .file-uploaded {
        padding: 69px 30px;
    }

    .insured-neft-detail-form .upld-file .file-inp .file-uploaded img {
        max-width: 52px;
        max-height: 52px;
    }

    .insured-neft-detail-form .upld-file .view-uploaded-img-wrap {
        max-height: 219px;
        top: 32px;
    }

    .insured-neft-detail-form .upld-file .view-uploaded-img img {
        border-radius: 20px;
    }

    .insured-neft-detail-form .upld-file .view-upld-file button {
        font-size: 18px;
    }

    .insured-neft-detail-form .account-type .type-btn {
        gap: 0px 23px;
        justify-content: space-between;
    }

    .insured-neft-detail-form .ckyc-pan-field {
        flex-direction: unset;
    }

    .ckycPan-yesNo-btn .type-btn {
        margin-top: 10px;
        gap: 2%;
    }

    .insured-neft-detail-form .account-type .type-btn .rdo-btn {
        max-width: 29.5%;
        width: 100%;
        min-width: unset;
    }

    .ckycPan-yesNo-btn .type-btn .rdo-btn {
        max-width: 49%;
        /* min-width: unset; */
        width: 100%;
    }

    .insured-neft-detail-form .address-proof-dropdown {
        gap: 55px 2.4%;
    }

    .add-custom-dropdown .select-dropdown-content {
        top: 70%;
    }

    .select-dropdown-content .dropdown-content {
        font-size: 18px;
    }

    .selected-proof-inp-field {
        flex-direction: unset;
        gap: 2.4%;
    }

    :is(.neft-dob, .ckyc-inp, .pan-inp, .proof-inp-field, .passport-file-num) input,
    .account-type .rdo-btn,
    .add-custom-dropdown .cmmn-select {
        border-radius: 4px;
    }

    .account-type .type-btn .rdo-btn label {
        border-radius: 3px;
    }
}

@media screen and (min-width:768px) and (max-width: 1024px) {
    .insured-neft-detail-form .account-type .type-btn {
        gap: 0 17px;
        height: 100%;
    }

    .insured-neft-detail-form .account-type .type-btn .rdo-btn {
        max-width: 37%;
        width: unset;
        min-width: 26%;
    }
}

@media screen and (min-width:895px) and (max-width: 1024px) {
    .insured-neft-detail-form .account-type .type-btn .rdo-btn label {
        padding: 5px 9px;
    }
}

@media screen and (min-width:1095px) {
    .insured-neft-detail-form .account-type .type-btn .rdo-btn label {
        padding: 15px 9px;
    }
}

/***** Insured NEFT Details Desktop End *****/
/************************************** Insured NEFT Details End **************************************/
/************************************** About Insured Start **************************************/

.about-insured-content {
    margin-bottom: 50px;
}

.about-insured-title {
    padding-bottom: 35px;
}

.about-insured-content .imp-text {
    padding-bottom: 13px;
}

.about-insured-form .insured-yesNo,
.insured-yesNo-btn {
    gap: 15px;
}

.yes-form-content .commun-add textarea {
    resize: none;
    margin-top: 10px;
    padding: 11px;
    line-height: 30px;
}

.commun-add textarea::-webkit-scrollbar {
    display: none;
}

.contact-belongs-label {
    margin-bottom: 10px;
}

.contact-belongs .alternate-btn {
    gap: 9px;
}

.yesNo-form-content .alternate-mail {
    padding-top: 5px;
}

.yesNo-form-content .ckyc-pan-field {
    width: 100%;
}


.about-insured-content .submit-prev-btn {
    margin-top: 30px;
}

.submit-prev-btn .yesNo-submit-btn {
    min-width: 140px;
    width: max-content;
    padding: 9px 25px;
    line-height: 29px;
    /* margin-top: 20px; */
}

.ckyc-pan-field{
    gap: 32px;
}
/***** About Insured Desktop Start *****/

@media screen and (min-width:767px) {
    .about-insured-content {
        margin-bottom: 66px;
    }

    .about-insured-content .imp-text {
        font-size: 22px;
        padding-bottom: 50px;
    }

    /* .yes-form-content .commun-add {
        height: 100%;
    } */

    /* .yes-form-content .commun-add textarea {
        max-height: 53.2px;
        height: 100%;
    } */

    .contact-belongs .alternate-btn {
        gap: 28px;
    }

    .yesNo-form-content .alternate-mail {
        padding: 0;
    }

    .about-insured-content .submit-prev-btn {
        width: 100%;
        justify-content: unset;
        margin: 0;
    }

    .submit-prev-btn .yesNo-submit-btn {
        max-width: 202px;
        width: 100%;
        line-height: 16px;
        padding: 15px 25px;
    }
}

@media screen and (max-width: 768px) {
     .ckyc-pan-field{
        gap: 20px;
        flex-direction: column;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .ckyc-pan-field {
        gap: 55px;
    }
}
/***** About Insured Desktop End *****/
/************************************** About Insured End **************************************/
/************************************** Claim Registration Successful Start **************************************/
.claim-rgstr-successful {
    padding: 32px 0 50px;
}

.claim-rgstr-successful-txt-content .congo-title {
    padding-bottom: 22px;
    font-size: 36px;
}

.claim-refer-no {
    padding-top: 17px;
}

.successful-img {
    max-width: 244px;
    width: 100%;
    height: 228px;
    margin: 20px auto 32px;
}

.successful-img-two {
    display: none;
}

.congo-all-btns {
    gap: 12px;
    margin: 0px -20px;
}

.congo-all-btns .congo-btn {
    width: 105px;
    height: 107px;
    border-radius: 15px;
    gap: 5px 0px;
    padding: 10px;
    transition: all 0.3s;
}

.congo-all-btns .congo-btn:hover {
    background-color: #0062AB;
}

.congo-btn img {
    max-width: 32px;
    max-height: 32px;
}

.congo-btn img,
.congo-btn span {
    transition: all 0.3s;
}

.congo-btn:hover img {
    mix-blend-mode: plus-lighter;
}

.congo-btn:hover span {
    color: #fff;
}

.disclaimer-txt {
    padding: 25px 9px 50px;
    margin: 0px -24px;
    color: #7E7E7E;
}

@media screen and (max-width: 390px) {
    .congo-btn {
        width: 98px;
        height: 111px;
    }
}

/***** Claim Registration Successful Desktop Start *****/

@media screen and (min-width:767px) {

    .claim-rgstr-successful {
        margin: 0px 0px 50px;
    }

    /* .claim-rgstr-successful-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0px 10px;
    } */

    .claim-rgstr-successful-txt-content {
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }

    .claim-rgstr-successful-txt-content .congo-title {
        font-size: 40px;
        text-align: left;
    }

    .claim-rgstr-successful-txt-content .rgstr-para-text {
        font-size: 24px;
        text-align: left;
    }

    .rgstr-para-text .claim-refer-no {
        font-size: 30px;
        padding-top: 30px;
        text-align: left;
    }

    .successful-img {
        max-width: 501px;
        width: 100%;
        max-height: 470px;
        height: 100%;
        margin: 0px;
    }

    .successful-img-one {
        display: none;
    }

    .successful-img-two {
        display: block;
    }

    .congo-all-btns {
        padding-top: 40px;
        gap: 25px;
        margin: 0px;
    }

    .congo-all-btns .congo-btn {
        width: 173px;
        height: 125px;
        padding: 10px 30px;
        justify-content: space-evenly;
    }

    .congo-btn img {
        max-width: 50px;
        max-height: 40px;
    }

    .congo-btn span {
        text-wrap: balance;
        font-size: 18px;
    }

    .disclaimer-txt {
        padding: 33px 0px 0px;
        font-size: 22px;
        margin: 0px 10px;
    }
}

@media screen and (min-width:768px) and (max-width: 1024px) {
    .claim-rgstr-successful-txt-content {
        display: flex;
        flex-direction: column;
        gap: 30px 0;
    }

    .claim-rgstr-successful-txt-content .congo-title,
    .claim-rgstr-successful-txt-content .rgstr-para-text,
    .rgstr-para-text .claim-refer-no {
        text-align: center;
    }

    .successful-img {
        margin: 0 auto;
    }
}

@media screen and (min-width:1024px) {
    .congo-all-btns {
        justify-content: start;
    }
}

/***** Claim Registration Successful Desktop Start *****/
/************************************** Claim Registration Successful End **************************************/
/************************************** Oops Popup Start **************************************/

/* .oops-popup-content {
    margin: 0px 50px;
} */

.oops-popup-wrapper {
    padding: 45px;
    border-radius: 22px;
    max-width: 73%;
    width: 100%;
}

.oops-popup-wrapper .oops-cncl-icon {
    max-width: 21px;
    height: 21px;
}

.oops-popup-wrapper h2 {
    font-size: 36px;
    padding-bottom: 18px;
}

.oops-popup-wrapper p {
    padding-bottom: 25px;
}

.oops-popup-wrapper button {
    outline: none;
    padding: 10px 20px;
}

/***** Oops Popup Desktop Start *****/

@media screen and (min-width:767px) {
    .oops-popup-wrapper {
        max-width: 486px;
        width: 100%;
        padding: 60px 50px;
    }

    .oops-popup-wrapper .oops-cncl-icon {
        max-width: 34px;
        height: 34px;
    }

    .oops-popup-wrapper h2 {
        font-size: 44px;
        padding-bottom: 28px;
    }

    .oops-popup-wrapper p {
        font-size: 24px;
        padding-bottom: 42px;
    }

    .oops-popup-wrapper button {
        padding: 15px 30px;
        font-size: 22px;
    }
}



  /* added by aniket */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }
  
  .popup {
    background-color: #fff;
    padding: 5% 4%;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 100%;
    height: auto;
    max-height: 550px;
    overflow: auto;
  }
  
  .popup-header {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    float: left;
  }
  
  .popup-header h2 {
    margin: 0 0 10px;
    color: #000000;
    font-family: "Rubik-Regular"
  font-size: 2rem;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;    
  }
  
  .close-btn {
    /* background-color: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 12px; */
    border: none;
    font-size: 3rem;
    cursor: pointer;
    position: absolute;
    top: 3%;
    right: 12px;
    background: #757575;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 0;
  }
  
  .form-group {
    margin-bottom: 10px;
    width: 100%;
    float: left;
  }
  
  .popup-header label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000000;
    font-family: "Rubik-Regular";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  }
  
  input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
  }
  
  .btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .btn-primary {
    background-color: #007bff;
    color: #fff;
    border: none;
  }
  
  .btn-primary:hover {
    background-color: #0069d9;
  }
  
  .verify{
    width: 100%;
    display: flex;
    float: left;
    text-align: center;
    /* justify-content: left !important; */
  }
 
  .errorMsg, .errorMsg1 {
    color: red;
    font-family: "Rubik-Regular";
    font-size: 1.2rem;
    padding: 5px 0 15px;
    display: none;
  }
  
  .accountverify{
    width: 100%;
    float: left;
    padding: 3%;
    height: auto;
    background: rgba(20, 174, 92, 0.04);
    margin-bottom: 2%;
  }
  .accountverify h1{
    font-size: 2rem;
    color: rgba(16, 139, 74, 1);
  }
  .accountverify p{
    font-size: 1.4rem;
    color: rgba(94, 94, 94, 1);
  }

  .accountverify1{
    width: 100%;
    float: left;
    padding: 3%;
    height: auto;
    background: rgba(20, 174, 92, 0.04);
    margin-bottom: 2%;
  }
  .accountverify1 h1{
    font-size: 2rem;
    color: rgba(16, 139, 74, 1);
  }
  .accountverify1 p{
    font-size: 1.4rem;
    color: rgba(94, 94, 94, 1);
  }

  .thankyou{
    height: auto;
    background: rgba(20, 174, 92, 0.04);
    margin-bottom: 2%;
    width: 100%;
    float: left;
    padding: 3%;
  }
  .thankyou h1{
    font-size: 2rem;
    color: rgba(16, 139, 74, 1);
  }
  .thankyou img {
    max-width: 5%;
    margin: 0 2% 0 0;
}
.sorrydetail{
    /* height: auto;
    background: rgba(255, 59, 48, 0.1);
    margin-bottom: 2%; */
    height: auto;
    background: rgba(255, 59, 48, 0.1);
    margin-bottom: 2%;
    width: 100%;
    float: left;
    padding: 3%;
  }
  .sorrydetail h1{
    font-size: 2rem;
    color: rgba(239, 43, 32, 1);

  }
  .sorrydetail p{
    font-size: 1.4rem;
    color: rgba(94, 94, 94, 1);
  }

  .sorrydetail1{
    /* height: auto;
    background: rgba(255, 59, 48, 0.1);
    margin-bottom: 2%; */
    height: auto;
    background: rgba(255, 59, 48, 0.1);
    margin-bottom: 2%;
    width: 100%;
    float: left;
    padding: 3%;
  }
  .sorrydetail1 h1{
    font-size: 2rem;
    color: rgba(239, 43, 32, 1);

  }
  .sorrydetail1 p{
    font-size: 1.4rem;
    color: rgba(94, 94, 94, 1);
  }

  .whpenyimg{
    width: 2% !important;
      height:2%;
      margin-right: 5px;
  }
  @media screen and (min-width:767px) {
    .whpenyimg{
        width: 5% !important;
          height:5%;
          margin-right: 5px;
      }

  }
  .accountdetail p{
    color: rgba(94, 94, 94, 1);
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .account-detail {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .account-detail {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  
  .account-detail .radio-buttons {
    display: flex;
    align-items: center;
  }
  
  .account-detail .radio-btn {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 10px;
    display: inline-block;
  }
  
  .account-detail input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    margin-right: 5px;
  }
  
  .account-detail input[type="radio"]:checked {
    background-color: #4CAF50;
    border: 4px solid white;
  }
  
  .account-detail input[type="radio"]:not(:checked) {
    background-color: #f44336;
    border: 4px solid white;
  }
  
  .account-detail .radio-btn:hover {
    opacity: 0.8;
  }
  .btnpeny{
    padding: 4px 15px;
    border-radius: 30px;
    border: 1px solid black;
    background: rgb(255, 255, 255);
    color: black;
    display: flex;
  }
  .btnpeny input{
    margin: 6px;
  }
  .button-container{
    display: flex;
    gap: 5px;
  }
  .correct{
     
    color: var(--Colors-Green, rgba(52, 199, 89, 1));
    font-family: "Rubik-Regular";
    font-size: 1.2rem;
    padding: 5px 0 15px;
    display: none;
    width: 100%;
    float: left;
  }

  .btnpeny.selected {
    background-color: #007bfffc;
    color: white;
    border: 1px solid #0c4a8cfc;
}

.file-upload {
    background-color: white;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 100%;
  }
  
  .file-list {
    margin-top: 20px;
  }
  
  .file-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .file-name {
    font-weight: bold;
  }
  
  .progress-bar {
    width: 50%;
    height: 10px;
    background-color: #f0f0f0;
    border-radius: 5px;
    margin-top: 5px;
  }
  
  .progress-fill {
    height: 100%;
    background-color: #4CAF50;
    border-radius: 5px;
  }
  
  .submit-btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  
  .btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
  }
  
  /* Account Details Section */
  .account-details {
    border-radius: 8px;
    width: 100%;
    font-weight: 700;
    float: left;
    margin: 3% 0;
}
  
  .input-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }
  
  .input-group label {
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .input-group input,
  .input-group select {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .uploadetitle {
    display: flex;
    justify-content: space-between;
    /* margin: 0 0 4% 0; */
    padding: 4%;
    /* background: navajowhite; */
    width: 100%;
    background: rgba(225, 242, 255, 1);
}

.input-groups {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
    float: left;
  }
  
  .input-group {
    width: 48%;
  }


.file-upload-area {
    border: 2px dashed #ccc;
    padding: 40px;
    text-align: center;
    margin-bottom: 40px;
  }
  
  .file-upload-prompt {
    margin-bottom: 20px;
  }
  
  .file-upload-prompt i {
    font-size: 48px;
    color: #007bff;
    margin-bottom: 10px;
  }
  
  .file-upload-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
  }
  
  .file-input {
    display: none;
  }
  
  .file-table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .file-table th, .file-table td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }
  
  .file-table th {
    text-align: left;
  }
  
  .delete-file {
    color: #dc3545;
    text-decoration: none;
  }
  
  .delete-file:hover {
    text-decoration: underline;
  }
  .cancelcheck h1{
    font-size: 1.5rem;
  }
.cancelcheck p{
    color: rgba(0, 0, 0, 1);
    font-size: 1.8rem;

}

.btnaddress , .btnclose{
    /* padding: 2% 33%;
    border-radius: 30px;
    background: #007bff;
    color: white;
    cursor: pointer; */
    text-align: center;
    width: auto;
    border-radius: 30px;
    padding: 10px 20px;
    margin: 10px 0;
    border: 1px solid #ccc;
    cursor: pointer;
}
.btncancel{
    /* padding: 2%;
    border-radius: 30px;
    background: #007bff;
    color: white;
    cursor: pointer; */
    text-align: center;
    width: auto;
    border-radius: 30px;
    padding: 10px 20px;
    margin: 10px 0;
    border: 1px solid #ccc;
    cursor: pointer;
}

.wselected {
    background-color: #007bff;
    color: white;
}
.unselected {
    background-color: white;
    color: black;
}
.bank-button {
    padding: 10px 20px;
    margin: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.verifysubmit, .verify-btnclose{
    text-align: center;
    width: auto;
    border-radius: 30px;
    padding: 10px 20px;
    margin: 10px 0;
    border: 1px solid #ccc;
    cursor: pointer;
  }
.banktype{
    font-size: 1.8rem;
    color: black;
    margin: 2%;
}
#bank-type-container{
    display: flex !important;
    justify-content: left;
}

.bankacountdetail{
width: 100%;
float: left;
}

.step1{
    width: 100%;
float: left;
    margin-top: 15px;
}

.step1 h3{
    font-size: 1.8rem;
    margin-bottom: 15px;    
}


.cancelcheck{
    width: 100%;
    float: left;
    margin: 0 0;
}

.detaibank{
    width: 100%;
    float: left;
}

#NEFThide{
margin-bottom: 25px;
}
.btnpeny1{
    padding: 4px 15px;
    border-radius: 30px;
    border: 1px solid black;
    background: rgb(255, 255, 255);
    color: black;
    display: flex;
  }
  .btnpeny1 input{
    margin: 6px;
  }
  .btnpeny1.selected {
    background-color: #007bfffc;
    color: white;
    border: 1px solid #0c4a8cfc;
}

.incorrect{
color: red;
}

#imagePreview, #pdfPreview {
            border: 1px solid #ccc;
            padding: 10px;
            margin-top: 10px;
            width: 300px; /* Set the width of the preview */
            height: 200px; /* Set the height of the preview */
            overflow: hidden; /* Hide overflow */
            display: none; /* Initially hidden */
        }
        #imgPreview {
            max-width: 100%; /* Make sure the image fits within the frame */
            max-height: 100%; /* Make sure the image fits within the frame */
        }
        #pdfIframe {
            width: 100%; /* Full width of the preview frame */
            height: 100%; /* Full height of the preview frame */
        }

        #ifsc-codenew , #ifsc-code{
            text-transform: uppercase;
            }
/***** Oops Popup Desktop End *****/
/************************************** Oops Popup End **************************************/