.cfsContainer {
  position: relative;
}

.ClaimForSureRoot {
  display: flex;
  justify-content: center;
  position: absolute;
  right: -2px;
  top: -2px;
}

.ClaimForSureWrapper {
  background: #ef8023;
  width: 108px;
  padding: 10px;
  border-radius: 0px 12px 0px 12px;
  cursor: pointer;
}

.ClaimForSureModal {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  min-width: 100vw;
  min-height: 100vh;
  z-index: 5;
}

.CFSBackDrop {
  position: fixed;
  min-height: 100%;
  min-width: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(70px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.CFSModalContent {
  position: relative;
  z-index: 4;
  width: 100%;
  border-radius: 10px;
  max-width: 1060px;
  height: 100%;
  max-height: 580px;
  overflow-y: scroll;
  overflow-x: visible;
  background: #fff;
  /* scrollbar-width: 2px;
  scrollbar-width: flex; */
  -ms-overflow-style: flex;
}
.CloseIconCFS {
  height: 580px;
  min-height: 580px;
  max-height: 580px;
}
.CloseIconCFS > img {
  position: relative;
  top: -20px;
  left: 10px;
  cursor: pointer;
}
.CFSQuote {
  display: flex;
  font: normal normal bold 15px/19px "Mulish";
  color: #053c6d;
  align-items: center;
  border: 1px solid #e27817;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 18px;
  padding: 0px 11px;
  cursor: pointer;
  gap: 4px;
  max-width: max-content;
}
.CFS_For {
  color: #e77820;
}
.CFS_Root_Container {
  justify-content: space-between;
  flex-wrap: nowrap !important;
  margin: 4px 0px;
  min-width: 479px ;
}
@media screen and (max-width: 1020px) {
  .CFSModalContent {
    max-width: 320px;
  }
  .ClaimForSureWrapper {
    background: #ef8023;
    padding: 2px;
    border-radius: 10px 10px 0px 0px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80px;
  }
  .ClaimForSureRoot {
    padding: 4px;
    right: 20%;
    left: 20%;
    bottom: -3px;
    top: unset;
    position: absolute;
  }
  .ClaimForSureWrapper img {
    width: 81%;
    height: 16px;
  }
  .CFSQuote {
    display: flex;
    font: normal normal bold 10px/13px "Mulish";
  }
  .ClaimForSure_Stamp {
    height: 28px;
  }
  .ClaimForSure_Arrow {
    height: 9px;
  }
}
/* why us modal */

.ModalBox {
  max-width: 1060px;
  display: flex;
  align-items: center;
  gap: 35px;
  padding-inline: 80px;
  padding-top: 20px;
  text-align: left;
  margin: auto;
}
.ClaimButtonBox {
  align-self: baseline;
  padding-top: 52px;
}
.ClaimButton {
  display: flex;
}
.ClaimForSureButton {
  color: #053c6d;
  border: 2px solid #053c6d;
  border-radius: 10px;
  height: 44px;
  width: 166px;
  font: normal normal bold 22px/28px Mulish;
  background: transparent;
  margin-bottom: 16px;
}
.ClaimImageContainer {
  position: relative;
}
.ClaimButtonContent {
  color: #d8691c;
}
.ClaimContent {
  letter-spacing: -0.16px;
  color: #4a4a4a;
  font: normal normal normal 16px/24px Mulish;
}
.ModalCardContainer {
  background: #fff8f0 0% 0% no-repeat padding-box;
  max-width: 1060px;
  margin: auto;
  padding-block: 37px 40px;
  margin-top: 33px;
}
.ModalCardHeading {
  font: normal normal bold 20px/25px Mulish;
  text-align: center;
  color: #053c6d;
  margin-bottom: 93px;
}
.ModalCardGroup {
  position: relative;
  display: flex;
  gap: 21px;
  align-items: center;
  justify-content: center;
}
.ModalCircleBox {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, 0%);
  top: -45px;
  left: 50%;
  background: #fff 0% 0% no-repeat padding-box;
}
.ModalCircleIconBox {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  /* background: #053c6d 0% 0% no-repeat padding-box; */
}
.ModalCardBox {
  width: 218px;
  height: 189px;
  background: #d8691c 0% 0% no-repeat padding-box;
  position: relative;
}
.ModalCardDescription {
  color: #fff;
  text-align: center;
  margin-top: 67px;
  padding-inline: 5px;
  font: normal normal normal 16px/24px Mulish;
}

@media screen and (max-width: 1020px) {
  .ModalBox {
    width: 100%;
    max-width: 320px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    padding-inline: 20px;
    padding-top: 10px;
    gap: 27px;
  }
  .ClaimButton {
    color: #053c6d;
    border: 2px solid #053c6d;
    border-radius: 10px;
    height: 40px;
    width: 150px;
    font: normal normal bold 20px/25px Mulish;
    background: transparent;
    margin: auto;
    display: block;
    margin-top: 38px;
  }
  .ClaimForSureButton {
    display: flex;
  }
  .ClaimButtonBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0;
  }
  .ClaimImage {
    width: 270px;
    height: 225px;
  }
  .ClaimContent {
    font: normal normal normal 14px/18px Mulish;
    color: #4a4a4a;
    letter-spacing: 0;
  }
  .ModalCardContainer {
    padding-block: 33px 5px;
    display: grid;
  }
  .ModalCardDescription{
    font: normal normal normal 14px/18px Mulish;
  }
  .ModalCardGroup {
    display: flex;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
    align-self: unset;
    overflow-x: scroll;
    -ms-overflow-style: flex;
    /* scrollbar-width: flex; */
    justify-content: left;
    height: 280px;
    padding-left: 40px;
    padding-right: 20px;
    margin-left: -20px;
  }
  .ModalCardGroup:hover {
    user-select: flex;
    cursor: grab;
  }
  .ModalCardGroup:global(.Grabbing) {
    user-select: flex;
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
  }
  .ModalCardBox {
    width: 210px;
    height: 180px;
    flex-shrink: 0;
  }
  .ModalCardHeading {
    font: normal normal bold 18px/23px Mulish;
    padding-inline: 27px;
    margin-bottom: 30px;
  }
  /* .ModalCardGroup::-webkit-scrollbar {
    display: flex;
  } */
  .ModalCircleBox {
    width: 80px;
    height: 80px;
  }
  .ModalCircleIconBox {
    width: 30px;
    height: 30px;
  }
}
