.c-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .c-flex > div {
    width: 50%; }

.sec--question {
  position: relative;
  min-height: -webkit-calc(100vh - 260px);
  min-height: calc(100vh - 260px); }
  @media (max-width: 767px) {
    .sec--question {
      min-height: 100%; } }

.questionrow {
  background-color: #fff; }
  .questionrow .question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 767px) {
      .questionrow .question {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .questionrow .question label {
      padding: 13px 23px;
      text-align: center;
      background: #B3404A;
      width: 180px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      font-size: 20px;
      font-weight: normal;
      color: #fff;
      line-height: normal;
      min-height: 52px;
      margin: 0; }
      @media (max-width: 767px) {
        .questionrow .question label {
          width: 100%;
          font-size: 16px; } }
    .questionrow .question h3 {
      padding: 13px 23px;
      font-size: 18px;
      font-weight: 500;
      color: #000;
      line-height: 22px;
      min-height: 52px;
      margin: 0; }
      @media (max-width: 767px) {
        .questionrow .question h3 {
          padding: 13px 23px 13px 0;
          font-size: 16px; } }

.banner {
  position: relative; }
  .banner img {
    max-width: 100%; }
  .banner .bg-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .banner .bg-content {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
    .banner .bg-content .bg-content-detail .bg-tabs-btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 767px) {
        .banner .bg-content .bg-content-detail .bg-tabs-btn {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .banner .bg-content .bg-content-detail .bg-tabs-btn a {
        min-width: 285px;
        color: #51565F;
        font-size: 15px;
        font-weight: 500;
        text-align: center;
        padding: 14px 22px;
        text-decoration: none;
        background-color: #ffffff;
        border: 1px solid #D5D5D5;
        -webkit-transition: all 0.35s ease 0s;
        -o-transition: all 0.35s ease 0s;
        transition: all 0.35s ease 0s; }
        .banner .bg-content .bg-content-detail .bg-tabs-btn a:hover, .banner .bg-content .bg-content-detail .bg-tabs-btn a.active {
          color: #fff;
          background-color: #19769F; }
        @media (max-width: 768px) {
          .banner .bg-content .bg-content-detail .bg-tabs-btn a {
            font-size: 14px;
            margin-top: 15px; } }
        @media (max-width: 767px) {
          .banner .bg-content .bg-content-detail .bg-tabs-btn a {
            min-width: 100%;
            font-size: 13px; } }
      .banner .bg-content .bg-content-detail .bg-tabs-btn .btn-add-ques {
        border-left: 0; }
        @media (max-width: 767px) {
          .banner .bg-content .bg-content-detail .bg-tabs-btn .btn-add-ques {
            border-left: 1px solid #D5D5D5; } }
    .banner .bg-content .bg-content-detail .bg-detail-fields {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 18px; }
      @media (max-width: 767px) {
        .banner .bg-content .bg-content-detail .bg-detail-fields {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .banner .bg-content .bg-content-detail .bg-detail-fields label {
        display: block;
        font-size: 15px;
        font-weight: normal;
        margin-bottom: 6px;
        color: #242424; }
      .banner .bg-content .bg-content-detail .bg-detail-fields .bg-select,
      .banner .bg-content .bg-content-detail .bg-detail-fields .bg-search {
        min-width: 275px; }
      @media (max-width: 767px) {
        .banner .bg-content .bg-content-detail .bg-detail-fields .bg-select {
          min-width: 100%;
          margin-bottom: 15px; } }
      .banner .bg-content .bg-content-detail .bg-detail-fields .bg-select select {
        display: block;
        width: 100%;
        height: 44px;
        outline: none;
        color: #19769F;
        font-size: 16px;
        padding: 10px 15px;
        border: 1px solid #D5D5D5; }
      .banner .bg-content .bg-content-detail .bg-detail-fields .bg-search .form-group {
        position: relative; }
        .banner .bg-content .bg-content-detail .bg-detail-fields .bg-search .form-group .form-control {
          width: 100%;
          height: 44px;
          outline: none;
          -webkit-box-shadow: none;
                  box-shadow: none;
          -webkit-border-radius: 0;
                  border-radius: 0;
          padding: 10px 20px;
          border: 1px solid #D5D5D5; }
          .banner .bg-content .bg-content-detail .bg-detail-fields .bg-search .form-group .form-control::-webkit-input-placeholder {
            color: #B9B8B8;
            font-weight: normal; }
          .banner .bg-content .bg-content-detail .bg-detail-fields .bg-search .form-group .form-control::-moz-placeholder {
            color: #B9B8B8;
            font-weight: normal; }
          .banner .bg-content .bg-content-detail .bg-detail-fields .bg-search .form-group .form-control:-ms-input-placeholder {
            color: #B9B8B8;
            font-weight: normal; }
          .banner .bg-content .bg-content-detail .bg-detail-fields .bg-search .form-group .form-control:-moz-placeholder {
            color: #B9B8B8;
            font-weight: normal; }
      .banner .bg-content .bg-content-detail .bg-detail-fields .bg-search .search-icon {
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        height: auto;
        cursor: pointer; }

.checbox .custom--radio,
.checbox .custom--checkbox {
  position: absolute;
  opacity: 0; }
  .checbox .custom--radio + label,
  .checbox .custom--checkbox + label {
    position: relative;
    padding: 0;
    font-size: 15px;
    cursor: pointer;
    color: #242424;
    -webkit-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    margin-bottom: 0; }
    .checbox .custom--radio + label:before,
    .checbox .custom--checkbox + label:before {
      content: '';
      width: 18px;
      height: 18px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      margin-right: 30px;
      background-color: #fefefe;
      border: 1px solid #242424;
      -webkit-transition: all 0.35s ease 0s;
      -o-transition: all 0.35s ease 0s;
      transition: all 0.35s ease 0s; }
      @media (max-width: 767px) {
        .checbox .custom--radio + label:before,
        .checbox .custom--checkbox + label:before {
          margin-right: 15px; } }
  .checbox .custom--radio:checked + label,
  .checbox .custom--checkbox:checked + label {
    color: #242424; }
    .checbox .custom--radio:checked + label:before,
    .checbox .custom--checkbox:checked + label:before {
      background-color: #1c84b4;
      border-color: #1c84b4; }
    .checbox .custom--radio:checked + label:after,
    .checbox .custom--checkbox:checked + label:after {
      content: '';
      position: absolute;
      top: 2px;
      left: 6px;
      width: 6px;
      height: 11px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .checbox .custom--radio:disabled + label,
  .checbox .custom--checkbox:disabled + label {
    color: red;
    cursor: auto; }
    .checbox .custom--radio:disabled + label :before,
    .checbox .custom--checkbox:disabled + label :before {
      -webkit-box-shadow: none;
              box-shadow: none;
      background: #ddd; }

.multybgRow ul.checkList li {
  background-color: #fefefe;
  padding: 24px 57px; }
  @media (max-width: 767px) {
    .multybgRow ul.checkList li {
      padding: 24px 10px; } }
  .multybgRow ul.checkList li:nth-child(odd) {
    background-color: #f7f7f7; }
  .multybgRow ul.checkList li label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .multybgRow ul.checkList li label span {
      font-size: 18px;
      font-weight: 300;
      line-height: 22px; }
      @media (max-width: 767px) {
        .multybgRow ul.checkList li label span {
          font-size: 16px; } }

.multybgRow ul.checkList.checkList--custom li:before {
  content: none; }

.sec--custom-question .banner img {
  height: 100%; }

.sec--custom-question .multybgRow .checkList li {
  position: relative;
  padding: 24px 70px; }
  @media (max-width: 767px) {
    .sec--custom-question .multybgRow .checkList li {
      padding: 24px 32px; } }
  .sec--custom-question .multybgRow .checkList li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 40px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 2px solid #17A8A1;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (max-width: 767px) {
      .sec--custom-question .multybgRow .checkList li:before {
        top: 35px;
        left: 10px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
  @media (max-width: 767px) {
    .sec--custom-question .multybgRow .checkList li .question-info {
      margin-bottom: 15px; } }
  .sec--custom-question .multybgRow .checkList li .question-info p {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0; }

.sec--custom-question .checbox .custom--radio + label:before {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 15px;
  border: 1px solid #17A8A1;
  background-color: transparent; }

.sec--custom-question .checbox .custom--radio + label:after {
  position: absolute;
  top: 4px;
  left: 4px;
  border: 0;
  width: 10px;
  height: 10px;
  border-width: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #17A8A1; }

.view-btn {
  position: absolute;
  top: 20px;
  right: 0; }
