.bg-deep-blue {
  background-color: #130b65 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-grey {
  background-color: #edf0ff !important;
}

.bg-light-grey {
  background-color: #E6E7E8 !important;
}

.bg-light-purple {
  background-color: #e4dfff !important;
}

.color-white {
  color: #fff !important;
}

.color-deep-blue {
  color: #071d49 !important;
}

.color-black {
  color: #000 !important;
}

.color-deep-grey {
  color: #716F87 !important;
}

.color-red {
  color: red;
}

.color-sky-blue {
  color: #66e6ff;
}

.color-shallow-blue {
  color: #ccf7ff;
}

.color-light-purple {
  color: #b8b6d1;
}

.color-purple {
  color: #cd81ff;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-22 {
  font-size: 22px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-26 {
  font-size: 26px !important;
}

.font-size-28 {
  font-size: 28px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.font-size-36 {
  font-size: 36px !important;
}

.font-size-40 {
  font-size: 40px !important;
}

.font-minion-pro-regular {
  font-family: 'MinionPro-Regular' !important;
}

.font-PPNeueMachina-InktrapRegular {
  font-family: 'PPNeueMachina-InktrapRegular' !important;
}

.text-decoration-none {
  text-decoration: none;
}

.text-line-height-22 {
  line-height: 22px !important;
}

.text-line-height-24 {
  line-height: 24px !important;
}

.text-line-height-26 {
  line-height: 26px !important;
}

.text-line-height-28 {
  line-height: 28px !important;
}

.text-line-height-30 {
  line-height: 30px !important;
}

.text-line-height-32 {
  line-height: 32px !important;
}

.text-line-height-34 {
  line-height: 34px !important;
}

.text-line-height-48 {
  line-height: 48px !important;
}

.text-letter-spacing-2 {
  letter-spacing: 2px;
}

.font-style-italic {
  font-style: italic !important;
}

.font-uppercase {
  text-transform: uppercase !important;
}

.min-width-105 {
  min-width: 105px !important;
}

.min-width-120 {
  min-width: 120px !important;
}

.max-width-35 {
  max-width: 35px;
}

.max-width-60 {
  max-width: 60px;
}

.max-width-80 {
  max-width: 80px !important;
}

.max-width-125 {
  max-width: 125px !important;
}

.max-width-140 {
  max-width: 140px !important;
}

.max-width-150 {
  max-width: 150px !important;
}

.max-width-160 {
  max-width: 160px !important;
}

.max-width-170 {
  max-width: 170px !important;
}

.max-width-200 {
  max-width: 200px !important;
}

.max-width-215 {
  max-width: 215px !important;
}

.max-width-300 {
  max-width: 300px !important;
}

.max-width-450 {
  max-width: 450px !important;
}

.max-width-750 {
  max-width: 750px !important;
}

.width-100-PCT {
  width: 100%;
}

.min-height-120 {
  min-height: 120px !important;
}

.max-height-115 {
  max-height: 115px !important;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.border-radius-8 {
  border-radius: 8px !important;
}

.border-none {
  border: none;
}

.border-y {
  border-right: 1px solid #071d49 !important;
}

.border-deep-blue {
  border: 1px solid #071d49 !important;
}

.border-red {
  border: 1px solid #dc3545 !important;
}

.border-green {
  border: 1px solid #0f5132 !important;
}

.box-shadow-grey {
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.3) !important;
}

.line-deep-blue {
  border-bottom: 1px solid #071d49;
}

.text-italic {
  font-style: italic !important;
}

.height-one-hundred-percent {
  height: 100% !important;
}

.invalid-feedback {
  font-family: 'Roboto-Regular' !important;
  font-size: 12px !important;
}

.TASA_message, .message {
  display: none;
}

.alert {
  display: block !important;
}

.alert-danger {
  color: #dc3545 !important;
}

#pdf_file {
  display: none !important;
}

.success-msg {
  font-family: 'Poppins-Regular';
  font-size: 16px;
  line-height: 20px;
  color: green;
}

.error-msg {
  font-family: 'Poppins-Regular';
  font-size: 16px;
  line-height: 20px;
  color: #E43D2F;
}

hr {
  border-color: #b8b6d1;
  opacity: 1;
}

hr.hr-white {
  border-color: #ffffff;
}

.btn {
  font-size: 18px;
  font-family: 'PPNeueMachina-InktrapRegular',sans-serif;
  color: #130b65;
  background: -webkit-linear-gradient(top right, #6dcc96, #60ccc2, #60d0de, #5dc1f9, #729bf8);
  padding: 16px 30px 14px 12px;
  width: 350px;
  text-align: left;
  line-height: 18px;
  position: relative;
  border: none;
  letter-spacing: 2px;
}

.btn .icon {
  content: '';
  width: 25.94px;
  height: 18.1px;
  background-image: url(../images/arrow-right.svg);
  background-size: 25.94px 18.1px;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 12px;
}

.send-btn {
  background: linear-gradient(to right, #66e6ff, #cd81ff);
  width: 125px;
}

.page-title {
  font-family: 'PPNeueMachina-InktrapRegular';
  font-size: 60px;
  line-height: 72px;
  color: #130b65;
}

.page-title span {
  font-family: "rocgroteskwide-bold", sans-serif;
  color: #24cb9b;
}

.page-sub-title {
  font-family: "rocgroteskwide-bold", sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #24cb9b;
}

.form-group {
  border-bottom: 1px dashed transparent;
  background: linear-gradient(#130b65, #130b65) padding-box, repeating-linear-gradient(-45deg, #66e6ff 0, #66e6ff 0.3em, #130b65 0, #130b65 0.6em);
  padding-bottom: 10px;
}

.form-group input::placeholder {
  color: #ccf7ff;
  font-family: 'roc-grotesk-wide',sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 24px;
}

.form-group .form-control {
  color: #ccf7ff;
  font-family: 'roc-grotesk-wide',sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  background-color: transparent;
  border: 0;
  height: 50px;
  padding-left: 0;
}

.form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}

.lg-img {
  display: block;
  margin: auto;
}

@media (max-width: 998px) {
  .lg-img {
    display: none;
  }
}

.mobile-img {
  display: none;
}

@media (max-width: 998px) {
  .mobile-img {
    display: block;
  }
}

.rating-panel {
  border: 1px solid #000000;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 20px 40px;
  position: relative;
}

.rating-panel .p-title {
  font-family: "rocgroteskwide-bold", sans-serif;
  color: #24cb9b;
  font-size: 22px;
  line-height: 26px;
}

.rating-panel .p-txt {
  font-family: "Graphik-Regular", sans-serif;
  color: #130b65;
  font-size: 16px;
  line-height: 24px;
}

.rating-panel .p-list {
  list-style: none;
  padding-left: 0;
}

.rating-panel .p-list li {
  font-family: "Graphik-Regular", sans-serif;
  color: #130b65;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  padding-left: 10px;
  text-indent: -10px;
}

.rating-panel .p-list li span {
  font-family: "Graphik-SemiBold", sans-serif;
}

.rating-panel .rating-img {
  width: 480px;
  height: 320px;
  background-image: url(../images/panel-img.svg);
  background-repeat: no-repeat;
  background-size: 480px 320px;
  position: absolute;
  right: -57px;
  bottom: -283px;
}

.hidden-radio {
  display: inline-block;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0 -9999px 0 0;
  float: right;
  position: absolute;
}

.section-table {
  width: 100%;
  border: none;
}

.section-table tr {
  border-bottom: 1px solid #b8b6cf;
}

.section-table tr th {
  background-color: #e7e7ef;
  font-family: "Graphik-SemiBold", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #130b65;
  padding: 5px 15px;
}

.section-table tr td {
  padding: 8px 15px;
}

.section-table tr td .txt {
  font-family: "Graphik-Regular", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #130b65;
}

.section-table tr td label {
  padding: 0 5px;
  color: #130b65;
}

input[type="radio"]:hover + label {
  cursor: pointer;
}

input[type="radio"]:checked + label {
  text-decoration: underline;
  background-color: #dcdae8;
}

input[type="text"] {
  width: 100%;
  height: 30px;
  background-color: #f3f3f7;
  border: 1px solid #dcdbe8;
}

input[type="submit"], input[type="button"] {
  background-color: #130b65;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  width: 142px;
  -webkit-text-size-adjust: none;
}

progress {
  width: 100%;
  height: 30px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

progress::-webkit-progress-value {
  background-color: #24cb9b;
}

progress::-webkit-progress-bar {
  background-color: transparent;
}

.progress-container {
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  overflow: hidden;
}

.progress-bar {
  height: 30px;
  width: 0%;
  background-color: #24cb9b;
  border-radius: 0;
  transition: width 1.5s ease-in-out;
}

.progress-bar .average-txt {
  font-family: "Graphik-Regular", sans-serif;
  color: #000000;
  font-size: 16px;
  text-align: right;
  padding-right: 10px;
}

.comments-table .inputbox {
  display: flex;
  align-items: center;
}

.comments-table .submit-comments {
  margin-left: 10px;
  line-height: 26px;
  width: 104px;
  font-size: 14px;
}
