   .searchradio-block {
     display: flex;
     justify-content: space-between;
   }
 
   .search-block {
     display: flex;
     justify-content: space-between;
     align-content: center;
     cursor: pointer;
   }
 
     .search-block img {
       margin-right: 1rem;
       width: 20px;
       height: 20px;
     }
 
     .search-block span {
       color: #EC6625;
       font-size: 1.4rem;
       font-weight: 700;
       line-height: 27px;
       position: relative;
       top: -4px;
       text-decoration: underline;
     }
 
 
   .share-popup {
     position: fixed;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     max-width: 427px;
     width: 100%;
     z-index: 99999;
     margin: 0 auto;
     background: #FFFFFF;
     box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
     border-radius: 20px;
     padding: 40px;
     display: block;
   }
 
   .close-ico {
     width: 32px;
     height: 32px;
     background: #fff;
     border-radius: 5px;
     border: 1px solid #F0EFEE;
     display: flex;
     align-items: center;
     justify-content: center;
     position: absolute;
     top: 20px;
     right: 20px;
     cursor: pointer;
   }
 
   .popup-title {
     font-size: 1.8rem;
     line-height: 23px;
     font-weight: 700;
     color: #282828;
     margin: 0;
   }
 
   .share-popup .checkbox-group {
     display: flex;
     flex-wrap: wrap;
     margin: 3rem 0 3rem 0;
   }
 
   .share-popup .formValid .il-input-block {
     display: block;
   }
 
   .share-popup .il-input-block {
     position: relative;
     display: inline-block;
     width: 100%;
     margin-bottom: 4rem;
   }
 
   .share-popup .formValid .whatsapp-block {
     display: block;
   }
 
   .share-popup .check-group {
     display: block;
     margin-bottom: 10px;
     text-align: left;
     width: 50%;
   }
 
     .share-popup .check-group input {
       padding: 0;
       height: 0;
       width: 0;
       margin-bottom: 0;
       cursor: pointer;
       min-height: auto;
       margin-top: 0;
       display: inherit;
       opacity: 0;
     }
 
     .share-popup .check-group label {
       position: relative;
       cursor: pointer;
       display: flex;
       font-size: 1.6rem;
       line-height: 2rem;
       font-weight: 500;
       color: #282828;
     }
 
       .share-popup .check-group label:before {
         content: '';
         -webkit-appearance: none;
         background-color: transparent;
         border: 2px solid #838383;
         padding: 8px;
         display: inline-block;
         position: relative;
         vertical-align: middle;
         cursor: pointer;
         margin-right: 1rem;
         border-radius: 3px;
         height: fit-content;
         transition: .3s all ease;
       }
 
     .share-popup .check-group input:checked + label:before {
       background-color: #EC6625;
       border: 2px solid #EC6625;
     }
 
     .share-popup .check-group input:checked + label:after {
       content: '';
       display: block;
       position: absolute;
       top: 4px;
       left: 7px;
       width: 6px;
       height: 10px;
       border: solid #fff;
       border-width: 0 2px 2px 0;
       background: '';
       transform: rotate(45deg);
     }
 
   .share-popup .il-input-block label {
     font-size: 1.6rem;
     line-height: 2rem;
     font-weight: 600;
     color: #838383;
     position: absolute;
     left: 17px;
     top: 17px;
     background-color: #fff;
     transition: .3s all ease;
     pointer-events: none;
   }
 
   .share-popup .il-input-block input {
     border: 1px solid #C9C9C9;
     border-radius: 5px;
     background: #ffff;
     padding: 1.7rem;
     width: 100%;
     font-family: mulish;
     font-size: 1.6rem;
     line-height: 2rem;
     font-weight: 600;
     color: #282828;
   }
 
   .share-popup .error_message {
     position: absolute;
     font-size: 1.1rem;
     color: red;
     display: block;
     width: 100%;
   }
 
   .captcha-block {
     display: none;
   }
 
   .captcha-img-block {
     margin-bottom: 6rem;
     position: relative;
   }
 
   .share-popup .il-input-block {
     position: relative;
     width: 100%;
     margin-bottom: 4rem;
   }
 
   .share-popup .formValid .il-input-block.captch-block {
     display: block;
   }
 
   .share-popup .primary-btn {
     position: relative;
     cursor: pointer;
     overflow: hidden;
     color: #fff;
     padding: 1.1rem 2.4rem;
     font-size: 1.6rem;
     background: #EC6625;
     border-radius: 5px;
     text-decoration: none;
     outline: none;
     border: 3px solid transparent;
     font-weight: 700;
     text-align: center;
     width: 100%;
   }
 
   .share-popup .fullWidth-btn {
     width: 100%;
     display: block;
   }
 
   .success-block {
     position: fixed;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     max-width: 365px;
     height: 136px;
     width: 100%;
     z-index: 99999;
     margin: 0 auto;
     background: #FFFFFF;
     box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
     border-radius: 15px;
     padding: 20px;
     display: flex;
     justify-content: center;
     align-items: center;
   }
 
   .success-wrap {
     display: flex;
     justify-content: center;
     align-items: center;
     /*margin-top: 20px;*/
   }
 
     .success-wrap img {
       margin-right: 10px;
       position: relative;
       top: 1px;
     }
 
   .success-block h2 {
     font-size: 2rem;
     font-weight: bold;
     text-align: center;
     /* margin-top: 1rem; */
   }
 
   .ilOverlay {
     position: fixed;
     top: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.7);
     z-index: 9999 !important;
     display: block;
   }
   .share-popup .il-input-block.onFocused label {
     color: #ec6625;
   }
 
   .share-popup .il-input-block.onFocused input {
     border: 2px solid #EC6625;
   }
 
   .share-popup .il-input-block input:hover {
     border: 1px solid #282828;
   }
 
   .share-popup .il-input-block.focus label {
     font-size: 1.2rem;
     line-height: 1.5rem;
     font-weight: 600;
     top: -7px;
     left: 11px;
     padding: 0 7px;
     z-index: 2;
     transition: .3s all ease;
   }
 
   .share-popup .primary-btn-disabled {
     background: #C9C9C9;
     pointer-events: none;
     position: relative;
     cursor: not-allowed;
     overflow: hidden;
     padding: 1.4rem 2.4rem;
     font-size: 1.6rem;
     border-radius: 5px;
     text-decoration: none;
     outline: none;
     border: 0;
     font-weight: 700;
     text-align: center;
     color: #FFFFFF;
     width: 100%;
   }
 
   .share-popup .fullWidth-btn {
     width: 100%;
     display: block;
   }
 
   .share-popup .error_message {
     position: relative;
     font-size: 1.2rem;
     color: red;
     display: block;
     width: 100%;
   }
 
   .error, .error1 {
     top: 0 !important;
     background: none !important;
     padding: 0 !important;
     border: none !important;
     text-align: left !important;
     float: none !important;
     color: red;
   }

   .share-loader .il-loader-inner {
      width: 100px;
      display: flex;
      justify-content: center;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
  }

  @media screen and (max-width: 1280px) {
        .cashless-details-wrap {
          margin-top: 0rem !important;
      }

   }
 
   @media (max-width: 767px) {
     .share-popup {
       height: 100%;
       border-radius: 0;
       padding: 20px;
     }
 
     .find_nw .share-block {
       margin-bottom: 20px;
     }
 
       .find_nw .share-block img {
         width: 100%;
         display: block;
       }
 
     .health_insurance .find_nw .fnd_nw {
       margin-top: 0 !important;
     }
 
     .share-popup .check-group label {
       font-size: 1.4rem;
     }
 
     .network-garages-wrap .share-block {
       padding-top: 4rem;
     }
 
     .network-garages-wrap.formPosition a.il-back {
       top: 15px;
     }
 
     .network-garages-wrap.formPosition h1 {
       padding-top: 40px;
     }
 
     .il-garages-bg .network-garages-wrap {
       margin-top: 0px
     }
 
     .share-block .share-click {
       width: 40px;
       height: 32px;
     }
 
     .success-block {
       width: 90%;
     }
   }