@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");

/*General-css*/
*,
*:after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #303030;
  font-size: 18px;
  line-height: 1.2;
  font-family: "Roboto",
    sans-serif;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  padding: 0;
  color: #303030;
}
h1 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 47px;
}
h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #303030;
}
p {
  font-size: 20px;
  line-height: 1.2;
  margin: 0
    0
    20px;
  padding: 0;
}
img {
  max-width: 100%;
}
a,
i {
  display: inline-block;
}
a,
button,
li,
i {
  -webkit-transition: all,
    0.3s;
  -o-transition: all,
    0.3s;
  transition: all,
    0.3s;
}
a,
a:hover {
  text-decoration: none;
}
html,
body {
  min-height: 100%;
}
/* em { font-style: normal; } */
::selection {
  color: #fff;
  background-color: #955275;
}
::-moz-selection {
  color: #fff;
  background-color: #955275;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
:focus {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
button:focus {
  outline: 0;
  overflow: hidden;
}
section {
  padding: 60px
    0;
}
.wrapper {
  min-height: 100%;
  padding-bottom: 97px;
}
.wrapper.pb-0 {
  padding-bottom: 0;
}
.container {
  padding: 0
    15px;
  width: 100%;
  max-width: 1136px;
  margin: 0
    auto;
}
footer {
  margin-top: -98px;
  text-align: center;
  padding: 25px
    0;
}

/* form element */
.form-group {
  margin-bottom: 18px;
}
.form-group
  .form-control {
  color: #9a9a9a;
  border: 1px
    solid
    #e3e3e3;
  border-radius: 8px;
  height: 48px;
  line-height: 46px;
  width: 100%;
  font-size: 18px;
  padding: 0
    13px;
  transition: all
    0.3s;
  font-family: "Roboto",
    sans-serif;
  color: #303030;
  box-shadow: none;
}
.form-group
  textarea.form-control {
  height: 227px;
  resize: none;
  font-size: 18px;
  font-family: "Roboto",
    sans-serif;
  padding: 0
    13px;
}
.form-group
  textarea.form-control.sm {
  height: 206px;
}
.form-group
  .form-control:focus {
  border-color: #955275;
}
.form-group
  .form-control::placeholder {
  color: #9a9a9a;
  opacity: 1 !important;
  font-size: 18px !important;
}
.form-group
  .form-control::-webkit-input-placeholder {
  color: #9a9a9a;
  opacity: 1 !important;
  font-size: 18px !important;
}
.form-group
  .form-control::-moz-placeholder {
  color: #9a9a9a;
  opacity: 1 !important;
  font-size: 18px !important;
}
.form-group
  .form-control:-ms-input-placeholder {
  color: #9a9a9a;
  opacity: 1 !important;
  font-size: 18px !important;
}
.form-group
  .form-control:-moz-placeholder {
  color: #9a9a9a;
  opacity: 1 !important;
  font-size: 18px !important;
}
.form-group-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
.form-group-row
  .form-group {
  max-width: 100%;
  flex: 0
    0
    100%;
  padding: 0
    10px;
  margin-bottom: 20px;
}
.form-group-row
  .form-group.half-width {
  max-width: 50%;
  flex: 0
    0
    50%;
}

/* custom radio */
.custom-radio-outer {
  box-shadow: 0
    5px
    9px
    rgba(
      0,
      0,
      0,
      0.09
    );
  border-radius: 16px;
  position: relative;
  padding: 38px
    20px
    34px;
  cursor: pointer;
}
.custom-radio-outer
  input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.custom-radio-outer
  label::after {
  width: 19px;
  height: 19px;
  position: absolute;
  content: "";
  top: 13px;
  right: 19px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: all
    0.3s;
}
.custom-radio-outer
  input:checked
  + label::after {
  opacity: 1;
}
.custom-radio-outer
  label {
  font-size: 20px;
  line-height: 1;
  color: #955275;
  font-weight: 500;
  display: block;
  margin-top: 14px;
}
.custom-checkbox.custom-radio-outer
  label::after {
  background-image: none;
  border: 1px
    solid
    #955275;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}
.custom-checkbox.custom-radio-outer {
  padding: 10px;
  border-radius: 8px;
  border: 1px
    solid
    #e3e3e3;
  box-shadow: none;
}
.custom-checkbox.custom-radio-outer
  label {
  color: #303030;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
}
.custom-checkbox.custom-radio-outer
  input:checked
  + label {
  color: #955275;
}
.custom-radio-outer.secondary-radio {
  box-shadow: none;
  background: transparent;
  padding: 0
    0
    0
    36px;
}
.custom-radio-outer.secondary-radio
  label {
  margin-top: 0;
  min-height: 22px;
  color: #303030;
}
.custom-radio-outer.secondary-radio
  label::after {
  left: 0;
  top: -2px;
  right: auto;
  border: 1px
    solid
    #955275;
  background-image: none;
  background: transparent;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  opacity: 1;
}
.custom-radio-outer.secondary-radio
  label::before {
  position: absolute;
  content: "";
  left: 1px;
  top: -1px;
  height: 20px;
  width: 20px;
  border: 3px
    solid
    #fff;
  transition: all
    0.3s;
  opacity: 1;
  border-radius: 50%;
  z-index: 1;
}
.custom-radio-outer.secondary-radio
  input:checked
  + label::before {
  opacity: 1;
}
.custom-radio-outer.secondary-radio
  input:checked
  + label::after {
  background-color: #955275;
}

/* btn */
.btn {
  background-color: #955275;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 8px;
  border: 0;
  outline: 0;
  box-shadow: none;
  color: #fff;
  height: 58px;
  line-height: 58px;
  min-width: 100px;
  font-weight: 700;
  padding: 0
    15px;
  cursor: pointer;
  border: 1px
    solid
    #955275;
  font-size: 18px;
  font-family: "Roboto",
    sans-serif;
  box-shadow: none !important;
}
.btn:hover,
.btn:focus {
  background-color: #864969;
  border-color: #864969;
  color: #fff;
}
.btn.sm {
  height: 44px;
  line-height: 42px;
  text-transform: none;
  font-size: 20px;
  font-weight: 400;
}
.btn.border-btn {
  background-color: #fff;
  color: #955275;
}
.btn.border-btn:hover,
.btn.border-btn:focus {
  background-color: #955275;
  color: #fff;
}
.btn.border-btn:hover
  svg
  path,
.btn.border-btn:focus
  svg
  path {
  fill: #fff;
}
.btn.icon-btn
  em {
  display: inline-block;
  margin-right: 14px;
}
.btn.icon-btn.icon-right
  em {
  margin-left: 14px;
  margin-right: 0;
}
.btn.icon-btn
  svg {
  transition: all
    0.3s;
}

/* slider */
.slick-prev {
  right: 52px;
  top: 0;
  left: auto;
  background-image: url(../images/slider-prev.svg) !important;
}
.slick-next {
  right: 19px;
  top: 0;
  background-image: url(../images/slider-next.svg) !important;
}
.slick-arrow {
  height: 26px;
  width: 27px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  top: -18px;
}

/* common */
.white-box {
  box-shadow: 0px
    5px
    9px
    rgba(
      0,
      0,
      0,
      0.09
    );
  background: #fff;
  padding: 25px
    21px;
  max-width: 754px;
  width: 100%;
  margin: 0
    auto;
  border-radius: 16px;
  margin-bottom: 36px;
}
.two-col-block {
  display: flex;
  justify-content: space-between;
}
.two-col-block
  .left-block {
  max-width: 136px;
  flex: 0
    0
    136px;
  text-align: center;
}
.two-col-block
  .left-block
  em {
  height: 88px;
  width: 88px;
  margin: 0
    auto
    10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
}
.two-col-block
  .left-block
  p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.two-col-block
  .right-block {
  max-width: calc(
    100% -
      136px
  );
  flex: 0
    0
    calc(
      100% -
        136px
    );
  padding-left: 26px;
}

/* login */
.login-wrapper {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.login-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(
    0,
    0,
    0,
    0.22
  );
  z-index: -1;
}
.login-wrapper
  .login-inner {
  background: #fff;
  border-radius: 16px;
  padding: 62px
    98px;
  width: 558px;
  max-width: 100%;
  margin: 0
    auto;
  box-shadow: 0px
    20px
    9px
    rgba(
      0,
      0,
      0,
      0.09
    );
  text-align: center;
}
.login-wrapper
  .login-inner
  .btn {
  width: 100%;
}
.login-wrapper
  .login-inner
  .form-control {
  padding: 0
    20px;
}

/* feedback1 */
.feedback-experience-wrapper {
  text-align: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.feedback-experience-wrapper
  .container {
  max-width: 1106px;
}
.feedback-experience-wrapper
  ul {
  display: flex;
  margin: 0 -15px;
}
.feedback-experience-wrapper
  ul
  li {
  padding: 0
    15px;
  max-width: 20%;
  flex: 0
    0
    20%;
}
.feedback-experience-wrapper
  ul
  li
  em {
  display: block;
}

/* feedback-2 */
.feedback-stepper-wrapper
  h1 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 16px;
}
.feedback-stepper-wrapper {
  padding: 24px
    0
    60px;
}
.feedback-stepper-wrapper
  .top-header-wrapper {
  margin-bottom: 15px;
}
.feedback-stepper-wrapper
  .top-header-wrapper
  .experience-ans-tip {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  color: #955275;
}
.feedback-stepper-wrapper
  .top-header-wrapper
  .experience-ans-tip
  em {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.feedback-stepper-wrapper
  .top-header-wrapper
  .pagination-wrapper {
  display: none;
}
.feedback-stepper-wrapper
  .person-slider-wrapper {
  margin: 0 -15px;
}
.feedback-stepper-wrapper
  .person-slider-wrapper
  .slide-item {
  padding: 10px
    20px;
  text-align: center;
}
.feedback-stepper-wrapper
  .person-slider-wrapper
  .slide-item
  em {
  display: inline-block;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 14px;
}
.feedback-stepper-wrapper
  .person-slider-wrapper
  .slide-item
  em
  img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  max-width: inherit;
  object-fit: cover;
}
.feedback-stepper-wrapper
  .person-slider-wrapper
  .custom-radio-outer
  label {
  color: #303030;
  margin-top: 0;
}
.feedback-stepper-wrapper
  .person-slider-wrapper
  .custom-radio-outer {
  padding: 23px
    10px
    28px;
}
.feedback-stepper-wrapper
  .bottom-fix-btnbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 560px;
  margin: 23px
    auto
    0;
  width: 100%;
}
.feedback-stepper-wrapper
  .pagination-wrapper {
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

/* feedback 3 */
.feedback-stepper-wrapper
  .instructor-description {
  padding-bottom: 100px;
}
.feedback-stepper-wrapper
  .instructor-description.two-col-block
  ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px -9px;
}
.feedback-stepper-wrapper
  .instructor-description.two-col-block
  ul
  li {
  padding: 0
    7px
    9px;
}
.feedback-stepper-wrapper.has-left-content
  h2 {
  display: none;
}

/* feedback4 */
.feedback-stepper-wrapper
  .about-instructor.two-col-block
  ul {
  display: flex;
  margin-bottom: 22px;
  margin-top: 19px;
}
.feedback-stepper-wrapper
  .about-instructor.two-col-block
  ul
  li
  + li {
  margin-left: 46px;
}
.feedback-stepper-wrapper
  .about-instructor.two-col-block
  .right-block
  p {
  font-size: 18px;
  margin-bottom: 0;
}
.feedback-stepper-wrapper
  .about-instructor.two-col-block
  .right-block {
  padding-top: 11px;
}
.feedback-stepper-wrapper
  .about-instructor.two-col-block
  .form-group {
  margin-bottom: 0;
  margin-top: 11px;
}
.contact-form-wrapper {
  padding-top: 35px;
}

/* thankyou */
.thankyou-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
}
.thankyou-wrapper
  h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 27px;
}
.thankyou-wrapper
  .image-block {
  height: 198px;
  width: 198px;
  margin: 0
    auto
    40px;
  background-color: #f9f9f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thankyou-wrapper
  .image-block
  img {
  position: relative;
  left: 8px;
}
.thankyou-wrapper
  p {
  font-size: 26px;
  margin-bottom: 39px;
}
.thankyou-wrapper
  .container {
  max-width: 523px;
}
.thankyou-wrapper
  .btn {
  font-weight: 400;
  text-transform: none;
  min-width: 238px;
  font-size: 20px;
}

.modal-dialog {
  max-width: 564px;
}
.modal-dialog
  .modal-body {
  padding: 38px
    68px;
}
.modal-dialog
  h2 {
  text-align: center;
  font-size: 32px;
  position: relative;
  padding: 0
    30px;
}
.modal-dialog
  h2
  .back-arrow {
  position: absolute;
  left: 0;
  top: 0;
}
.modal-dialog
  .btn-block {
  display: flex;
  justify-content: space-between;
}
.modal-dialog
  .btn-block
  .btn {
  width: calc(
    50% -
      15px
  );
}
.lg-modal
  .modal-dialog {
  max-width: 1010px;
}

.location-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
}
.location-wrapper
  .location-outer {
  width: 50%;
  padding: 0
    9px;
  margin-bottom: 18px;
}
.location-wrapper
  .location-outer
  .custom-radio-outer.secondary {
  margin: 0;
}

.default-cursor {
  cursor: default !important;
}

.custom-radio-outer.secondary {
  border: 1px
    solid
    #e3e3e3;
  margin-bottom: 30px;
  box-shadow: none;
}
.custom-radio-outer.secondary
  label {
  display: flex;
  margin: 0;
}
.custom-radio-outer.secondary
  .thumb {
  display: block;
  height: 52px;
  width: 52px;
  min-width: 52px;
  border-radius: 50%;
}
.custom-radio-outer.secondary
  .thumb
  img {
  border-radius: 50%;
  height: 52px;
  width: 52px;
  object-fit: cover;
}
.custom-radio-outer.secondary
  .info {
  padding-left: 15px;
  width: calc(
    100% -
      52px
  );
}
.custom-radio-outer.secondary
  .info
  h3 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0
    0
    7px;
}
.custom-radio-outer.secondary
  .info
  p {
  font-size: 18px;
  color: #9a9a9a;
  margin: 0;
  line-height: 26px;
}

@media screen and (-ms-high-contrast: active),
  (-ms-high-contrast: none) {
  .login-wrapper {
    height: 1px;
    justify-content: flex-start;
  }
  .feedback-experience-wrapper {
    height: 1px;
  }
  .two-col-block
    .right-block {
    flex: 1;
  }
  .form-group
    textarea.form-control {
    overflow: hidden;
  }
  .thankyou-wrapper {
    height: 1px;
  }
}

/* media */
@media (max-width: 1199px) {
  .login-wrapper
    .login-inner {
    padding: 62px
      50px;
  }
}
@media (max-width: 1024px) {
  .feedback-experience-wrapper
    ul {
    flex-wrap: wrap;
    margin: 0 -15px -30px;
    justify-content: center;
  }
  .feedback-experience-wrapper
    ul
    li {
    max-width: 33.33%;
    flex: 0
      0
      33.33%;
    margin-bottom: 30px;
  }
  .feedback-experience-wrapper
    ul
    li
    em {
    height: 100px;
    width: 100px;
    margin: 0
      auto;
  }
  .custom-radio-outer {
    padding: 30px
      15px;
  }
}
@media (max-width: 767px) {
  .hide-sm {
    display: none;
  }
  section {
    padding: 40px
      0;
  }
  h1 {
    font-size: 28px;
    margin-bottom: 50px;
    font-weight: 500;
  }

  footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    padding: 10px
      0;
    margin: 0;
  }
  footer.secondary-footer {
    position: static;
  }

  /* login */
  .login-wrapper
    .login-inner {
    padding: 62px
      29px
      57px;
  }
  .login-wrapper
    .login-inner
    .form-control {
    padding: 0
      18px;
  }
  .form-group
    .form-control {
    height: 52px;
    line-height: 50px;
  }
  .custom-radio-outer {
    padding: 20px
      29px;
  }
  .feedback-experience-wrapper
    ul
    li
    label {
    font-size: 22px;
  }
  .custom-radio-outer
    label {
    font-size: 18px;
  }
  .white-box {
    border-radius: 0;
    box-shadow: none;
    padding: 0 !important;
    margin-bottom: 0;
  }
  .two-col-block {
    flex-wrap: wrap;
  }
  .two-col-block
    .left-block {
    max-width: 100%;
    flex: 0
      0
      100%;
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: left;
    margin-bottom: 16px;
  }
  .two-col-block
    .left-block
    em {
    height: 70px;
    width: 70px;
    margin: 0
      15px
      0
      0;
  }
  .two-col-block
    .left-block
    p {
    font-size: 24px;
    font-weight: 700;
  }
  .two-col-block
    .right-block {
    max-width: 100%;
    flex: 0
      0
      100%;
    padding: 29px
      0
      0;
  }

  .custom-radio-outer.secondary-radio
    label::after {
    top: -2px;
  }

  /* feedback */
  .feedback-experience-wrapper
    h1 {
    margin-bottom: 43px;
  }
  .feedback-experience-wrapper
    ul
    li
    em {
    height: 80px;
    width: 80px;
  }
  .feedback-stepper-wrapper
    .top-header-wrapper
    .pagination-wrapper {
    display: block;
  }
  .feedback-stepper-wrapper
    .bottom-fix-btnbar
    .pagination-wrapper {
    display: none;
  }
  .feedback-stepper-wrapper
    .top-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: #fff;
    padding: 33px
      25px
      20px;
    z-index: 5;
    box-shadow: 0
      5px
      9px
      rgba(
        0,
        0,
        0,
        0.09
      );
    margin: 0;
  }
  .feedback-stepper-wrapper
    .bottom-fix-btnbar {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background: #fff;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 20px
      23px;
    box-shadow: 5px
      0px
      9px
      rgba(
        0,
        0,
        0,
        0.09
      );
  }
  .feedback-stepper-wrapper
    .person-slider-wrapper
    .slide-item {
    padding: 0;
    max-width: 50%;
    flex: 0
      0
      50%;
    margin-bottom: 0;
    border-bottom: 1px
      solid
      #eee;
    border-right: 1px
      solid
      #eee;
  }
  .feedback-stepper-wrapper
    .person-slider-wrapper
    .slide-item:nth-child(
      even
    ) {
    border-right: 0;
  }
  .feedback-stepper-wrapper
    .person-slider-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -15px;
    border-top: 1px
      solid
      #eee;
  }
  .feedback-stepper-wrapper
    .person-slider-wrapper
    .custom-radio-outer {
    box-shadow: none;
    border-radius: 0;
  }
  .feedback-stepper-wrapper
    .top-header-wrapper
    .experience-ans-tip
    em {
    width: 44px;
    height: 44px;
  }
  .feedback-stepper-wrapper
    .top-header-wrapper
    .experience-ans-tip {
    font-size: 22px;
  }
  .feedback-stepper-wrapper
    h1 {
    font-size: 24px;
    font-weight: 500;
    padding: 0
      10px;
    line-height: 1.3;
    margin-bottom: 17px;
  }
  .feedback-stepper-wrapper
    .person-slider-wrapper
    .custom-radio-outer {
    padding: 29px
      10px
      30px;
  }
  .feedback-stepper-wrapper
    .person-slider-wrapper
    .slide-item
    em {
    height: 97px;
    width: 97px;
  }
  .feedback-stepper-wrapper {
    padding: 24px
      0;
  }
  .feedback-stepper-wrapper.has-left-content
    h1 {
    display: none;
  }
  .feedback-stepper-wrapper.has-left-content
    h2 {
    display: block;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 0;
  }
  .custom-radio-outer
    label::after {
    top: 18px;
    right: 16px;
  }
  .feedback-stepper-wrapper
    .container {
    padding: 0
      18px;
  }
  .feedback-stepper-wrapper
    .instructor-description.two-col-block
    ul {
    margin: 0 -6px -13px;
  }
  .feedback-stepper-wrapper
    .instructor-description.two-col-block
    ul
    li {
    padding: 0
      6px
      13px;
  }
  .feedback-stepper-wrapper
    .about-instructor.two-col-block
    .right-block {
    padding-top: 30px;
  }
  .feedback-stepper-wrapper
    .about-instructor.two-col-block
    .right-block
    p {
    font-size: 20px;
  }
  .feedback-stepper-wrapper
    .about-instructor.two-col-block
    ul {
    margin-bottom: 27px;
  }
  .feedback-stepper-wrapper.feedback-form
    h1 {
    padding: 0;
    font-weight: 400;
    text-align: left;
    margin-bottom: 30px;
  }
  .form-group-row
    .form-group.half-width {
    max-width: 100%;
    flex: 0
      0
      100%;
  }
  .form-group-row
    .form-group:last-child {
    margin-bottom: 0;
  }
  .form-group
    textarea.form-control.sm {
    height: 283px;
  }
  .form-group-row {
    margin-bottom: 0;
  }
  .thankyou-wrapper
    p {
    font-size: 20px;
    line-height: 1.3;
  }
  .thankyou-wrapper
    .btn {
    min-width: 172px;
  }
  .thankyou-wrapper
    .container {
    padding: 0
      50px;
  }
  .thankyou-wrapper
    .image-block {
    height: 145px;
    width: 145px;
  }
  .thankyou-wrapper
    h1 {
    margin-bottom: 40px;
  }
  .thankyou-wrapper
    .image-block
    img {
    width: 89px;
  }
  .thankyou-wrapper
    .btn
    span {
    display: none;
  }

  .btn {
    height: 48px;
    line-height: 48px;
  }

  .modal-dialog
    .modal-body {
    padding: 34px
      20px;
  }
  .modal-dialog
    h2 {
    font-size: 26px;
  }
  .modal-dialog
    .btn-block
    .btn {
    width: calc(
      50% -
        9px
    );
  }
  .custom-radio-outer.secondary {
    padding: 15px;
    margin-bottom: 20px;
  }
  .custom-radio-outer.secondary
    .thumb {
    height: 45px;
    width: 45px;
    min-width: 45px;
  }
  .custom-radio-outer.secondary
    .info
    h3 {
    font-size: 20px;
  }

  .location-wrapper
    .location-outer {
    width: 100%;
  }
}
@media (max-width: 667px) {
  .hide-sm {
    display: none;
  }
  .feedback-experience-wrapper
    ul
    li {
    max-width: 50%;
    flex: 0
      0
      50%;
  }
  .emoji-left {
    margin-left: 10px;
  }
}
@media (max-width: 479px) {
  .hide-sm {
    display: none;
  }
  .feedback-experience-wrapper
    ul
    li {
    max-width: 100%;
    flex: 0
      0
      100%;
    padding: 0
      20px;
    margin-bottom: 28px;
  }
  .feedback-experience-wrapper
    ul
    li
    em {
    height: 62px;
    width: 62px;
    min-width: 62px;
  }
  .feedback-experience-wrapper
    ul
    li
    .custom-radio-outer {
    display: flex;
    align-items: center;
    padding: 20px
      59px
      20px
      29px;
  }
  .feedback-experience-wrapper
    ul
    li
    label {
    margin-top: 0;
  }
  .feedback-experience-wrapper
    ul
    li
    .custom-radio-outer
    label::after {
    top: 50%;
    transform: translateY(
      -50%
    );
    right: 29px;
  }
  .feedback-experience-wrapper
    ul {
    margin: 0;
  }
  .feedback-experience-wrapper
    ul
    li:last-child {
    margin-bottom: 0;
  }
  .reverse-rating-emoji {
    flex-direction: column-reverse !important;
  }
  .emoji-left {
    margin-left: 10px;
  }
}
@media (max-width: 375px) {
  .feedback-experience-wrapper
    ul
    li {
    padding: 0;
  }
  .feedback-experience-wrapper
    ul
    li
    label {
    font-size: 18px;
  }
  .reverse-rating-emoji {
    flex-direction: column-reverse !important;
  }
  .emoji-left {
    margin-left: 10px;
  }
}

.modalExampleMultiple {
  /*overflow: auto;*/
  max-height: 90%;
}
