.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background: rgba(0,0,0,.6);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  padding: 40px;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

@media (min-width: 576px){
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog.dialog559 {
    max-width: 559px;
    margin: 1.75rem auto;
  }

  .gray-modal .modal-dialog {
    border-radius: 4px;
    border: 0;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}


.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ff6900 !important;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
}


.cw-links button {
  background-color: initial;
  border: 3px solid #000;
  box-sizing: border-box;
  border-radius: 6px;
  height: 63px;
  width: 100%;
  margin-bottom: 24px;
}
.c-close-btn {
  position: absolute;
  top: 16px;
  right: 25px;
}

.c-m-title h5 {
  font-size: 24px;
  color: #000;
  font-family: Raleway-Bold;
  margin-bottom: 1rem;
}
button.close {
  padding: 0;
  background-color: initial;
  border: 0;
}

.sum-btn {
  /* display: inline-block; */
  padding: 10px 30px;
  background-color: var(--brown-color);
  border-radius: 10px;
  text-transform: capitalize;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 17px;
  cursor: pointer;
  font-family: inherit;
  color: var(--black-color);
  line-height: 1.5;
  user-select: none;
  border: none;
  transition: 0.5s all ease;
}

.text-center .sum-btn{
  background: var(--dark-green);
  color: var(--light-green);
}

.text-center{
  text-align: center;
}
.choosegrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.sgrid {
  text-align: center;
  padding: 10px 20px;
  font-size: 13px;
  border-bottom: 1px solid rgba(192, 192, 192, 0.3);
  cursor: pointer;
  color: #fff;

}

.sactive {
  border-bottom: 3px solid #00896b;

}

.activebox {
  display: block !important;
}

.ccbox {
  display: none;
  margin: 10px 0px;
  padding: 10px;
}

.textarea {
  height: 130px;
  border: 1px solid rgba(192, 192, 192, 0.3);
  border-radius: 3px;
  width: 100%;
  font-family: inherit;
  padding: 10px;
  font-size: 14px;
}

.input {
  border: 1px solid rgba(192, 192, 192, 0.3);
  border-radius: 3px;
  width: 100%;
  font-family: inherit;
  padding: 7px 20px;
  margin: 10px 0px;
}

