@charset "UTF-8";

body,html{background-color:#f1f1f1;margin:0px;padding:0px;-webkit-font-smoothing:antialiased;font-family: Arial, sans-serif;font-weight:400;font-size:17px;line-height:22px;color:#777;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;font-smoothing: antialiased;}
h1,h2,h3,h4{padding:0;margin:0;font-weight:normal;-webkit-margin-before:0px;-webkit-margin-after:0px;-webkit-margin-start:0px;-webkit-margin-end:0px;font-size:inherit;font-weight: inherit;}
ul{margin-left:0;padding-left:0;margin:0;padding:0;padding-bottom:12px;margin-top:-10px;}.clearfloat{clear:both;}p {padding:0;margin:0;}a:link,a:active,a:visited{color:#777;text-decoration:none;border-style:none;-webkit-transition: color 200ms linear;
    -ms-transition: color 200ms linear;
    transition: color 200ms linear;}figure{padding:0;margin:0;}a:hover{color:#333;text-decoration:none;border-style:none;-webkit-transition: color 200ms linear;
    -ms-transition: color 200ms linear;
    transition: color 200ms linear;}img{border-style:none}img a:visited{border-style:none}img a:active{border-style:none}img a:link{border-style:none}img a:hover{border-style:none}button:focus, input:focus {outline:0;}ul li ul {margin-top:0px;}.showonmobile {display:none;}.hideonmobile{display:block;}.hideonipad{}.showonipad{display:none;}.adva-noscroll {overflow: hidden;}.ac {margin-left:auto;margin-right:auto;}
img{display:block}.showonmobile{display:none;}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
ul li {
    margin-left:32px;
    padding-left:10px;
    content: '•';
    list-style-type:disc;
}


.tx-portaloverlay {
    position: fixed;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,.72);
    z-index: 99;
    overflow-y: auto;
}
.tx-portaloverlay .tx-bluebtn {
    margin-left:8px;
    margin-right:8px;
}
.tx-portaloverlayinner {
    position: relative;
    padding-top:4%;
}
.tx-portaloverlaybox {
    position: relative;
    width:466px;
    padding-top:54px;
    padding-left:62px;
    padding-bottom:42px;
    padding-right:62px;
    background-color:#fff;
    border:1px solid #777;
    margin-left:auto;
    margin-right:auto;
}
.tx-portaloverlayclose {
    position: absolute;
    right: 0;
    margin-right: 14px;
    margin-top: -34px;
    cursor: pointer;
    width:22px;
    height:22px;
}

.tx-portaloverlayclose span {
    display: block;
      position: absolute;
      height: 1px;
      width: 22px;
      background: #777;
      opacity: 1;
      left: 0;
    -webkit-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}
.tx-portaloverlayclose:hover span {
    background:#41b6e6;
    -webkit-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}

.tx-portaloverlayclose span:nth-child(1) {

  top: 15px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tx-portaloverlayclose span:nth-child(2) {

  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tx-portaloverlaytitle {
    color:#333132;
    font-size:18px;
    text-align: center;
    font-family:DINBold, Arial, sans-serif;
    padding-bottom:44px;
}
.tx-portaloverlaycontent {
    padding-bottom:44px;
}
.tx-portaloverlayinputholder {
    padding-top:16px;

}
.tx-portaloverlayinput {
    border:none;
    height:50px;
    padding-top:8px;
    width:88%;
    font-size: 18px;
    padding-left:6%;
    padding-right:6%;
    background-color:#f5f5f5;
    color:#000;
    font-family:DINLight, Arial, sans-serif;
}
.tx-portaloverlayinput::placeholder {
  color: #d5d5d5;
  opacity: 1;
}

.tx-portaloverlayinput:-ms-input-placeholder {
  color: #d5d5d5;
}

.tx-portaloverlayinput::-ms-input-placeholder {
  color: #d5d5d5;
}
.tx-portaloverlaybtns {
    text-align: center;
}

.tx-processingani {
    width:60px;
    height:64px;
    margin-top:30px;
    margin-bottom:30px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(../../core/728-ffffff.gif);
}

.tx-portaloverlayinputholder {
    padding-top:16px;

}
.tx-portaloverlayinput, .tx-portaloverlaytextarea {
    border:none;
    height:50px;
    padding-top:8px;
    width:88%;
    font-size: 18px;
    padding-left:6%;
    padding-right:6%;
    background-color:#f5f5f5;
    color:#000;
    font-family:DINLight, Arial, sans-serif;
}
.tx-portaloverlaytextarea {
    height:120px;
    padding-top:16px;
    padding-bottom:16px;
}
.tx-portaloverlayinput::placeholder, .tx-portaloverlaytextarea::placeholder {
  color: #d5d5d5;
  opacity: 1;
}

.tx-portaloverlayinput:-ms-input-placeholder, .tx-portaloverlaytextarea:-ms-input-placeholder {
  color: #d5d5d5;
}
.tx-portaloverlayinput::-ms-input-placeholder, .tx-portaloverlaytextarea::-ms-input-placeholder {
  color: #d5d5d5;
}

.sur-logo {
    width:100%;
    height:120px;
    background-color:#fff;
    border-bottom:1px solid #ccc;
    text-align: center;
}
.sur-logo-img img {
    margin-top:12px;
    max-height: 92px;
    display:inline-block;
}

.sur-gen-holder {
    height: 86vh;
    width:84%;
    max-width: 600px;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    line-height: 86vh;
}
.sur-gen-holder-in {
    line-height: 28px;
    display:inline-block;
    width:100%;
}
.sur-gen-text {
    font-family: 'Source Sans Pro', sans-serif;
    font-size:21px;
    line-height: 28px;
    color:#676767;
    display:inline-block;
    padding-bottom:30px;
}
.sur-gen-title {
    color:#0e69cc;
    font-size:36px;
    line-height: 42px;
    font-family: 'Source Sans Pro', sans-serif;
    padding-bottom:20px;
}
.sur-gen-panel {
    max-width:400px;
    width:84%;
    padding:30px;
    background-color:#fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    margin-left:auto;
    margin-right:auto;
    text-align: left;
}
.sur-gen-panel-input-h {
    height:50px;
    background-color:#f1f1f1;
    width:100%;
    max-width: 400px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:16px;
}
.sur-gen-panel-input {
    border:none;
    background-color:transparent;
    color:#352b25;
    font-size:21px;
    line-height: 21px;
    font-family: 'Source Sans Pro', sans-serif;
    width:94%;
    padding-left:3%;
    padding-right:3%;
    padding-top:12px;
}

.sur-bluebtn, .sur-bluebtnfilled, .sur-whitebtn, .tx-bluebtnfilled {
    height:28px;
    border:2px solid #0e69cc;
    border-radius:20px;
    padding-left:30px;
    padding-right:30px;

    padding-top:8px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 18px;
    color:#0e69cc;
    display:inline-block;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    cursor: pointer;
}
.sur-bluebtn:hover {
    color:#fff;
    background-color:#0e69cc;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.sur-bluebtnfilled, .tx-bluebtnfilled {
    background-color:#0e69cc;
    color:#fff;
}
.sur-bluebtnfilled:hover, .tx-bluebtnfilled:hover {
    background-color:#069fd6;
    color:#fff;
    border:2px solid #069fd6;
}
.sur-bluebtnfilled.large {
    height: 42px;
    font-size: 24px;
    line-height: 24px;
    border-radius: 30px;
    padding-top: 14px;
}
.sur-whitebtn {
    color:#a6dcf7;
    border:2px solid #a6dcf7;
}
.sur-whitebtn:hover {
    color:#fff;
    border:2px solid #fff;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.sur-i-bar {
    height:34px;
    width:100%;
    position: relative;
    background-color:#cccccc;
}
.sur-i-bar-prog {
    height:34px;
    min-width:5%;
    position: absolute;
    background-color:#0eaf0e;
    z-index: 1;
}
.sur-i-bar-prog-label {
    font-size:21px;
    line-height: 28px;
    color:#000000;
    width:100%;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    position: absolute;
    z-index: 2;
    margin-top:2px;
}
.sur-i-inner {
    max-width: 1000px;
    width:90%;
    margin-left:auto;
    margin-right:auto;
    opacity:0;
    -webkit-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.sur-i-inner.show {
    opacity:1;
    -webkit-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.sur-i-top-title {
    color:#0e69cc;
    font-size:36px;
    line-height: 42px;
    font-family: 'Source Sans Pro', sans-serif;
    padding-bottom:16px;
    padding-top:60px;
}
.sur-i-survey {
    background-color:#fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.sur-i-survey-inner {
    padding-top:40px;
    padding-bottom:40px;
    width:88%;
    margin-left:auto;
    margin-right:auto;
}
.sur-i-title {
    color:#0e69cc;
    font-size:28px;
    line-height: 36px;
    font-family: 'Source Sans Pro', sans-serif;
    padding-bottom:12px;
}
.sur-i-text, .sur-i-intro-text {
    color:#676767;
    font-size:21px;
    line-height: 28px;
    font-family: 'Source Sans Pro', sans-serif;
    padding-bottom:40px;
}
.sur-i-question {
    max-width:830px;
    width:100%;
    padding-left:50px;
    padding-bottom:30px;
    border-bottom:1px solid #ccc;
    margin-bottom:30px;
}
.sur-i-intro {

}
.sur-i-intro-num {
    position: absolute;
    margin-left:-54px;
    font-size:36px;
    line-height: 36px;
    color:#08476e;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 200;
}
.sur-i-intro-text {
    padding-bottom:20px;
}
.sur-i-answers {

}
.sur-i-radio-h {

}
.sur-i-radio {

}
.sur-i-checkbox-h, .sur-i-radio-h {
    padding-bottom:8px;
}
.sur-i-checkbox-h label, .sur-i-radio-h label {
    display: inline;
}
.sur-i-checkbox, .sur-i-radio {
    display: none;
}
.sur-i-checkbox + label, .sur-i-radio + label {
    font-size:21px;
    line-height: 28px;
    font-family: 'Source Sans Pro', sans-serif;
    cursor: pointer;
    color:#676767;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.sur-i-checkbox-h:hover .sur-i-checkbox + label, .sur-i-radio-h:hover .sur-i-radio + label {
    color: #0e69cc;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.sur-i-checkbox + label:before {
    content: '';
    background-color: #fafafa;
    border: 3px solid #ccc;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.sur-i-checkbox-h:hover .sur-i-checkbox + label:before {

    border: 3px solid #0e69cc;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.sur-i-checkbox:checked + label:before {
    content: '';
    background-color: #0e69cc;
    border: 3px solid #ccc;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.sur-i-radio + label:before {
    content: '';
    background-color: #fafafa;
    border: 3px solid #ccc;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    float: left;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.sur-i-radio-h:hover .sur-i-radio + label:before {

    border: 3px solid #0e69cc;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.sur-i-radio:checked + label:before {
    content: '';
    background-color: #0e69cc;
    border: 3px solid #ccc;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.sur-i-right-btn {
    position: absolute;
    right:0;
    margin-top:-6px;
    margin-right:10px;
}
.sur-i-reset-btn {
    display:none;
    text-align: center;
    color:#fff;
    text-decoration: underline;
    cursor: pointer;
}
.sur-i-left-btn {
    position: absolute;
    left:0;
    margin-top:-6px;
    margin-left:10px;
}
.sur-i-footer {
    position: relative;
    text-align: center;
    padding:16px;
    height:28px;
    margin-bottom:160px;
    width:auto;
    background-color:#08476e;

}
.sur-i-image {
    padding-bottom:40px;
}
.sur-i-image img {
    max-width:100%;
}
.sur-i-textarea-h {
    background-color:#f1f1f1;
    border:1px solid #ccc;
}
.sur-i-textarea {
    border:none;
    min-height:200px;
    width:96%;
    background-color:transparent;
    padding:2%;
}
.sur-i-textarea.small {
    min-height:30px;
}
.sur-i-textarea.large {
    min-height:400px;
}
.sur-i-dropdown-h {
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 10px;
    -webkit-box-shadow: 8px 8px 0px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 8px 8px 0px 0px rgba(0,0,0,0.15);
    box-shadow: 8px 8px 0px 0px rgb(0 0 0 / 15%);
    background-color: #f1f1f1;
    display: inline-block;
    padding-right: 0px;
    cursor: pointer;
    position: relative;
    min-width: 320px;
    border:1px solid #ccc;
}
.sur-i-dropdown-h:before {
    content: '';
    width: 18px;
    height: 12px;
    background-image: url(/core/images/select-arrow.svg);
    background-size: 18px 12px;
    background-position: center;
    position: absolute;
    right: 0;
    margin-right: 10px;
    margin-top: 6px;
    pointer-events: none;
}
.sur-i-dropdown {
    float: left;
    border: none;
    font-size: 18px;
    color: #333333;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    padding-right: 20px;
    background-color: #f1f1f1;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding-top: 4px;
    min-width: 100%;
    width:100%;
}
.sur-i-input-h {

}
.sur-i-input {
    width:80%;
    background-color:#f1f1f1;
    border:1px solid #ccc;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:16px;
    padding-right:16px;
    font-size: 18px;
    color: #333333;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom:6px;
}

.sur-i-scale-legend-num {
    display:inline-block;
    text-align: center;
    padding-top:6px;
}
.sur-i-scale-legend-num:first-child {
    text-align: left;
}
.sur-i-scale-legend-num:last-child {
    text-align: right;
}
.sur-i-scale-legend-label-h {
    width:100%;
    padding-top:10px;
}
.sur-i-scale-legend-label {
    display:inline-block;
    width:50%;
    text-align: left;
}
.sur-i-scale-legend-label:last-child {
    text-align: right;
}
.sur-i-radio-h-inline {
    display:inline-block;
    margin-right:30px;
}

.sur-i-range-i {
    display:block;
    clear:both;
}
.sur-i-range-i-label {
    width:35%;
    float:left;
    font-size:18px;
    color:#000000;
    padding-top:10px;
}
.sur-i-input-h-range {
    width:60%;
    float:right;
}
.sur-i-range-i-perc {
    display:inline-block;
}
.sur-i-input-h-range .sur-i-input-h {
    display:inline-block;
}
.sur-i-range-total {
    padding-top:20px;
    clear:both;
}
.sur-i-range-total-title {
    width:35%;
    float:left;
    font-size:18px;
    line-height: 18px;
    text-transform: uppercase;
    color:#000;
    font-weight: bold;
}
.sur-i-range-total-value {
    width:60%;
    float:right;
    color:#0e69cc;
    font-size:25px;
    line-height: 25px;
    font-weight: bold;
}
.sur-i-range-total-value.error {
    color:#ff3300;
}
.sur-i-range-error {
    clear:both;
}

.sur-i-gs-table {
    width:110%;
    margin-left:-5%;
}
.sur-i-gs-table td {
    padding:6px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    font-size:16px;
    color:#000;
    min-height:30px;
}
.sur-i-gs-table td label {
    display:inline-block;


}
.sur-i-gs-table td .sur-i-radio + label:before {
    margin-top:10px;
    margin-right:0;
}
.sur-i-gs-table tr {
}
.sur-i-gs-col:nth-child(even) {
    background-color:#f1f1f1;
}
td.sur-i-gs-col1 {
    max-width:242px;
    font-size:16px;
    line-height: 20px;
    color:#000000;
    text-align: left;
}
.sur-i-gs-line {

}
.sur-i-gs-col-lbl {
}
.sur-i-gs-col.small {
  max-width:30px;
}
.sur-i-gs-col.medium {
  max-width:100px;
}

.sur-i-question-error, .sur-i-num-error, td.sur-i-gs-col1.sur-i-num-error {
    color:#ff3300;
}
.sur-i-question-error {
    padding-top:10px;
}

.sur-i-image iframe {
    display:inherit;
}
.sur-video-test {
    width:100%;
    height:60px;
    background: linear-gradient(to right, #ff3300, #fcba03 50%, #19ba00 100%);
    position: relative;
}
.sur-video-test-handle {
    width:30px;
    height:20px;
    background-image:url(/core/images/survey-video-handle.svg);
    background-size:30px 60px;
    background-position: top;
    position: absolute;
    cursor: pointer;
    left:48%;
    padding-top:40px;
    color:#000;
    font-weight: 600;
    text-align: center;
    vertical-align: text-bottom;
    font-size:10px;
}
.sur-video-test-handle-pulse {
    box-shadow: 0 0 0 0 rgba(252, 25, 25, 1);
	transform: scale(1);
	animation: pulse 5s infinite;
}
.sur-video-test-labels {
    color:#fff;
    width:100%;
    height:26px;
    padding-top:4px;
    background-color:#666;
    position: relative;
}
.sur-video-test-t-l {
    position: absolute;
    margin-left:10px;
}
.sur-video-test-t-c {
    margin-left:auto;
    margin-right:auto;
    display:inline-block;
    text-align: center;
    width:100%;
}
.sur-video-test-t-r {
    position: absolute;
    right:0;
    margin-right:10px;
}

.sur-video-test-popup {
    display:none;
    position: absolute;
        margin-top: -116px;
    font-size:14px;
    line-height: 18px;
    color:#666;
    text-align: center;
    background-color:#eee;
    border-radius: 4px;
    padding:8px;
    margin-left:-66px;
    font-weight: normal;
    width:150px;
    border:1px solid #ccc;
}
.sur-video-test-handle-pulse .sur-video-test-popup {
    display:block;
}
.sur-vid-bar-item {
    position: absolute;
    height:60px;
    border-left:1px solid #ccc;
    font-size:10px;
    color:#fff;
    padding-left:3px;
    vertical-align: bottom;
}
.sur-vid-bar-item-right {
    border-left:none;
    border-right:1px solid #ccc;
}

.sur-i-radio-input {
    border: 1px solid #ddd;
    background-color: #f1f1f1;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    border-radius: 0px;
    margin-left: 12px;
    width: 240px;
    position: absolute;
    margin-top:-4px;
}

.withinimg img {
    max-width:300px;
    max-height:36px;
    vertical-align: middle;
    display:inline-block;
    margin-right:8px;
    margin-left:8px;
}
.withinimg label {
    margin-top: 20px;
    margin-bottom: 20px;
}
.sur-i-radio-h.withinimg {
    min-height: 40px;
    line-height: 40px;
}
.withinimg .sur-i-radio + label:before {
    margin-top:7px;
}
.sur-i-gs-col.withinimg img {
    max-width:200px;
}
.sur-i-gs-line.withinimg img {
    max-width:200px;
    display:block;
    margin-top:3px;
    margin-bottom:3px;
}

.sur-i-chatbox-user, .sur-i-chatbox-ai {
     padding:30px;
     background-color:#069fd6;
     border-radius: 10px;
     color:#fff;
     font-size:18px;
     max-width: 500px;
     padding-left:5%;
     padding-right:5%;
     width:50%;
     margin-bottom:30px;
   margin-left:40%;

}
.sur-i-chatbox-ai {
    margin-left:0;
   background-color:#e7e7e7;
   color:#333;
}
.sur-i-chatbox-ai img {
    max-width:100px;
    width:100%;
}

@keyframes pulse {
	0% {
		/*transform: scale(0.95);*/
		box-shadow: 0 0 0 0 rgba(252, 25, 142, 0.7);
	}

	20% {
		/*transform: scale(1);*/
		box-shadow: 0 0 0 24px rgba(255, 25, 25, 0);
	}

	25% {
		/*transform: scale(0.95);*/
		box-shadow: 0 0 0 0 rgba(252, 25, 25, 0);
	}
    0%, 5%, 12%, 20%, 25% {transform: translateY(0);}
            10% {transform: translateY(-20px);}
            15% {transform: translateY(-10px);}
    /*
    5%, 45% {
        transform: translate3d(-.5px, 0, 0);
      }

      10%, 40% {
        transform: translate3d(1px, 0, 0);
      }

     15%, 25%, 35% {
        transform: translate3d(-2px, 0, 0);
      }

      20%, 30% {
        transform: translate3d(2px, 0, 0);
      }*/
}


@media screen and (max-width: 1024px) {
    .sur-i-question {
        padding-left:0px;
    }
    .sur-i-intro-num {
        font-size: 28px;
    margin-top: -6px;
    margin-left: -4%;
    }
}
@media screen and (max-width: 767px) {
    .sur-i-intro {
        width:92%;
        padding-left:8%;
    }
    .sur-i-intro-text, .sur-i-text, .sur-i-checkbox + label, .sur-i-radio + label {
        font-size:18px;
        line-height: 24px;
    }
    .sur-i-intro-num {
        font-size:24px;
        margin-top:-6px;
        margin-left:-7%;
    }
    .sur-i-title {
        font-size: 20px;
        line-height: 26px;
    }
    .sur-i-top-title {
        font-size: 24px;
        line-height: 32px;
        padding-top:30px;
    }
    .sur-i-range-i-label {
        padding-top:0;
        font-size:16px;
    }
    .sur-i-scale-legend-num {
        font-size:15px;
    }
    .sur-i-dropdown-h {
        width:88%;
        min-width: auto;
    }
    .sur-i-input-h-range {
    }
    .sur-video-test-handle {
        left:46%;
    }
    .sur-i-radio-input {
        position: relative;
    margin-top:0px;
    }
    .tx-portaloverlaybox {
        width: auto;
    }
    .sur-i-chatbox-user, .sur-i-chatbox-ai {
        
         width:90%;
       margin-left:0%;

    }
    .sur-i-textarea.small {
        min-height: 50px;
    }
}

@media screen and (max-width: 520px) {

    .sur-i-range-i-perc {
        display:none;
    }
    .sur-i-footer {
        height:80px;
    }
    .sur-i-left-btn {
        margin-top:40px;
    }
    .sur-i-right-btn {
        margin-top:40px;
    }
}
