/* your page less goes here */
@import url("https://www.manageengine.com/css/fonts.css");
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Poppins Light'), local('Poppins-Light'), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLDz8Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLGT9Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLEj6Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLCz7Z1xlEA.ttf) format('truetype');
}

@font-face
{
	font-family: 'Zoho_Puvi_Regular';
	src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_regular.eot');
	src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_regular.eot') format('embedded-opentype'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_regular.woff2') format('woff2'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_regular.otf') format('opentype');
	font-weight: normal; font-style: normal
}

@font-face
{
	font-family: 'Zoho_Puvi_SemiBold';
	src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_semibold.eot');
	src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_semibold.eot') format('embedded-opentype'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_semibold.woff2') format('woff2'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_semibold.otf') format('opentype');
	font-weight: normal; font-style: normal
}

@font-face
{
	font-family: 'Zoho_Puvi_Bold';
	src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_bold.eot');
	src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_bold.eot') format('embedded-opentype'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_bold.woff2') format('woff2'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_bold.otf') format('opentype');
	font-weight: normal; font-style: normal
}


body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
ul,
ol,
li,
dl,
dt,
dd,
form {
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}
html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
}
input {
  border: none;
  outline: none;
}
textarea {
  border: none;
  outline: none;
  overflow: auto;
}
input.button {
  border: none;
  outline: none;
}
input[type=checkbox] {
  border: none;
  outline: none;
}
img {
  outline: none;
  border: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:focus {
  outline: none;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clsFloatLeft {
  float: left;
}
.clsFloatRight {
  float: right;
}
.zoho-puvi-semibold {
  font-family: "Zoho_Puvi_SemiBold" !important;
}
.zoho-puvi-bold {
  font-family: 'Zoho_Puvi_Bold' !important;
}
.zoho-puvi-regular {
  font-family: "Zoho_Puvi_Regular" !important;
}

.zoho-puvi-semibold {
  font-family: "Zoho_Puvi_SemiBold" !important;
}
.zoho-puvi-bold {
  font-family: 'Zoho_Puvi_Bold' !important;
}
.zoho-puvi-regular {
  font-family: "Zoho_Puvi_Regular" !important;
}

#header-topsec,
#btmscroll,
#backToTop,
.hide {
  display: none !important;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-image: url('../images/survey-bg.jpg');
  min-height: 875px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #021724;
  position: relative;
}
@media (max-width: 1365px) {
  body {
    background-attachment: fixed;
  }
}
@media (max-width: 1024px) {
  body {
    min-height: auto;
  }
}
.err {
  font-size: 12px;
  color: red;
  text-align: left;
  margin-bottom: 4px;
  display: none;
}
.ad-sur-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("../images/sur-sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 327px 184px;
}
.icn-log {
  width: 146px;
  height: 107px;
}
.icn-glow {
  background-position: -260px -110px;
  width: 55px;
  height: 55px;
}
.ad-sur-header {
  max-width: 1260px;
  margin: 0 auto;
  padding: 20px 30px;
  height: 90px;
}
.ad-sur-header .ad-sur-logo a {
  display: inline-block;
  width: 120px;
}
.ad-sur-header .ad-sur-logo a img {
  width: 100%;
}
.ad-sur-body {
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .ad-sur-body {
    min-height: calc(100vh - 90px - 62px);
  }
}
@media (max-width: 767px) {
  .ad-sur-body {
    padding: 0 15px;
  }
}
.btn {
  border-radius: 2.5px;
  font-weight: 500;
  font-size: 24px;
  padding: 7px 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .btn {
    font-size: 20px;
  }
}
.btn.sur-btn {
  background: transparent;
  padding: 18px 20px;
  color: #010c13;
  min-width: 250px;
  margin-top: 30px;
  border: 1px solid #00f0ff;
  position: relative;
  box-shadow: 0px 0px 13px 0px rgba(0, 240, 255, 0.4), inset 0px 0px 10px 0px rgba(0, 240, 255, 0.4);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.btn.sur-btn:before {
  position: absolute;
  width: 93%;
  height: 80%;
  content: "";
  background: #00f0ff;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  border-radius: 2.5px;
}
.btn.sur-btn span {
  position: relative;
  z-index: 1;
}
.btn.dwnload-btn {
  background: #c91616;
  color: #fff;
  border-radius: 0;
  font-size: 18px;
  margin-top: 28px;
  padding: 15px 25px;
  min-width: 290px;
}
@media (max-width: 767px) {
  .btn.dwnload-btn {
    min-width: auto;
    font-size: 16px;
  }
}
@keyframes SurBtnAnimate {
  from {
    width: 93%;
    height: 80%;
  }
  to {
    width: 100%;
    height: 100%;
  }
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0px 0px 13px 0px rgba(0, 240, 255, 0), inset 0px 0px 10px 0px rgba(0, 240, 255, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0px 0px 13px 0px rgba(0, 240, 255, 0), inset 0px 0px 10px 0px rgba(0, 240, 255, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0px 0px 13px 0px rgba(0, 240, 255, 0), inset 0px 0px 10px 0px rgba(0, 240, 255, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0px 0px 13px 0px rgba(0, 240, 255, 0), inset 0px 0px 10px 0px rgba(0, 240, 255, 0);
  }
}
.ad-sur-bsa {
  padding-top: 145px;
  padding-bottom: 145px;
}
@media (max-width: 1365px) {
  .ad-sur-bsa {
    padding-left: 60px;
  }
}
@media (max-width: 1024px) {
  .ad-sur-bsa {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .ad-sur-bsa {
    padding-left: 0;
    padding-top: 45px;
    padding-bottom: 65px;
  }
}
.ad-sur-bsa h1 {
  color: white;
  font-size: 46px;
  font-weight: 600;
  line-height: 60px;
}
.ad-sur-bsa h1 span {
  color: #fb5616;
}
@media (max-width: 767px) {
  .ad-sur-bsa h1 {
    font-size: 33px;
    line-height: 49px;
  }
  .ad-sur-bsa h1 br {
    display: none;
  }
}
.ad-sur-bsa h3 {
  font-size: 36px;
  line-height: 56px;
  color: #01ebff;
  font-weight: normal;
  margin-top: 65px;
  position: relative;
}
.ad-sur-bsa h3:before {
  position: absolute;
  top: -61px;
  left: -17px;
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("../images/sur-sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 327px 184px;
  background-position: -260px -110px;
  width: 55px;
  height: 55px;
}
@media (max-width: 1365px) {
  .ad-sur-bsa h3:before {
    display: none;
  }
}
.ad-sur-bsa h3:after {
  position: absolute;
  content: "";
  width: 424px;
  left: 17px;
  top: -36px;
  height: 1px;
  background-color: #024160;
}
@media (max-width: 1365px) {
  .ad-sur-bsa h3:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .ad-sur-bsa h3 {
    font-size: 27px;
    line-height: 43px;
    margin-top: 45px;
  }
  .ad-sur-bsa h3 br {
    display: none;
  }
}
.ad-sur-bsa .ad-sur-bsa-contents {
  width: 50%;
}
@media (max-width: 1023px) {
  .ad-sur-bsa .ad-sur-bsa-contents {
    width: 100%;
  }
}
.ad-sur-card {
  margin-top: 12px;
  margin-bottom: 61px;
  box-shadow: 0px 22px 59.64px 24.36px rgba(0, 0, 0, 0.44);
}
@media (max-width: 1365px) {
  .ad-sur-card {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 1200px;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .ad-sur-card {
    position: static;
    transform: none;
    width: 100%;
  }
}
.ad-sur-card .ad-sur-card-header {
  height: 136px;
  width: 100%;
  background-color: #021c2d;
  color: white;
  padding: 40px 100px;
  background-image: url('../images/sur-header-bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .ad-sur-card .ad-sur-card-header {
    height: 120px;
    padding: 32px 50px;
  }
}
@media (max-width: 767px) {
  .ad-sur-card .ad-sur-card-header {
    min-height: 80px;
    height: auto;
    padding: 20px;
  }
}
.ad-sur-card .ad-sur-card-header h4 {
  font-size: 36px;
  line-height: 52px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .ad-sur-card .ad-sur-card-header h4 {
    font-size: 26px;
    line-height: 40px;
  }
}
.ad-sur-card .ad-sur-card-content {
  background: white;
  padding: 38px;
  padding-bottom: 42px;
}
@media (max-width: 767px) {
  .ad-sur-card .ad-sur-card-content {
    padding: 40px 20px;
  }
}
.ad-sur-card .ad-sur-card-content p {
  font-size: 18px;
  line-height: 32px;
}
.ad-sur-card .ad-sur-card-content .ad-sur-card-left,
.ad-sur-card .ad-sur-card-content .ad-sur-card-right {
  width: 50%;
}
@media (max-width: 1023px) {
  .ad-sur-card .ad-sur-card-content .ad-sur-card-left,
  .ad-sur-card .ad-sur-card-content .ad-sur-card-right {
    display: block;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.ad-sur-card .ad-sur-card-content .ad-sur-card-left {
  padding-left: 60px;
  position: relative;
}
@media (max-width: 1290px) {
  .ad-sur-card .ad-sur-card-content .ad-sur-card-left {
    padding-left: 30px;
  }
}
@media (max-width: 1230px) {
  .ad-sur-card .ad-sur-card-content .ad-sur-card-left {
    width: 55%;
  }
}
@media (max-width: 1023px) {
  .ad-sur-card .ad-sur-card-content .ad-sur-card-left {
    width: 80%;
    padding-left: 0;
    margin: 0 auto;
    padding: 20px;
    background: #f6fafa;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .ad-sur-card .ad-sur-card-content .ad-sur-card-left {
    width: 100%;
  }
}
.ad-sur-card .ad-sur-card-content .ad-sur-card-left img {
  width: 100%;
}
@media (max-width: 1023px) {
  .ad-sur-card .ad-sur-card-content .ad-sur-card-left img {
    max-width: 100px;
    position: absolute;
    right: -50px;
    top: -20px;
  }
}
@media (max-width: 767px) {
  .ad-sur-card .ad-sur-card-content .ad-sur-card-left img {
    display: none;
  }
}
.ad-sur-card .ad-sur-card-content .ad-sur-card-left .ad-sur-card-left-content {
  text-align: center;
  position: absolute;
  bottom: 60px;
  width: 60%;
  left: 50%;
  margin-left: 30px;
  transform: translate(-50%, 0);
}
@media (max-width: 1290px) {
  .ad-sur-card .ad-sur-card-content .ad-sur-card-left .ad-sur-card-left-content {
    margin-left: 15px;
  }
}
@media (max-width: 1230px) {
  .ad-sur-card .ad-sur-card-content .ad-sur-card-left .ad-sur-card-left-content {
    width: 70%;
    bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .ad-sur-card .ad-sur-card-content .ad-sur-card-left .ad-sur-card-left-content {
    margin: 0 auto;
    width: 80%;
    position: static;
    transform: none;
  }
}
@media (max-width: 767px) {
  .ad-sur-card .ad-sur-card-content .ad-sur-card-left .ad-sur-card-left-content {
    width: 100%;
  }
}
.ad-sur-card .ad-sur-card-content .ad-sur-card-left .ad-sur-card-left-content h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ad-sur-card .ad-sur-card-content .ad-sur-card-left .ad-sur-card-left-content p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (max-width: 1230px) {
  .ad-sur-card .ad-sur-card-content .ad-sur-card-left .ad-sur-card-left-content p {
    font-size: 16px;
  }
}
.ad-sur-card .ad-sur-card-content .ad-sur-card-left .ad-sur-card-left-content a {
  color: #1176d4;
  text-decoration: underline;
  text-underline-position: under;
}
.ad-sur-card .ad-sur-card-content .ad-sur-card-right {
  padding-left: 55px;
}
@media (max-width: 1023px) {
  .ad-sur-card .ad-sur-card-content .ad-sur-card-right {
    padding-left: 0;
  }
}
.ad-sur-card .ad-sur-card-content .ad-sur-card-right .ad-sur-card-right-content {
  width: 72%;
}
@media (max-width: 1365px) {
  .ad-sur-card .ad-sur-card-content .ad-sur-card-right .ad-sur-card-right-content {
    width: 80%;
  }
}
@media (max-width: 1100px) {
  .ad-sur-card .ad-sur-card-content .ad-sur-card-right .ad-sur-card-right-content {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .ad-sur-card .ad-sur-card-content .ad-sur-card-right .ad-sur-card-right-content {
    margin: 0 auto;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .ad-sur-card .ad-sur-card-content .ad-sur-card-right .ad-sur-card-right-content {
    width: 100%;
  }
}
.ad-sur-card .ad-sur-card-content .ad-sur-card-right .ad-sur-card-right-content p {
  font-size: 18px;
  line-height: 25px;
}
.ad-sur-card .ad-sur-card-content .ad-sur-form {
  max-width: 365px;
  width: 100%;
  display: inline-block;
  padding: 40px;
  padding-bottom: 33px;
  background: #f9fafb;
  box-shadow: 0px 12px 29px 0px rgba(0, 0, 0, 0.13);
  margin-top: 40px;
}
.ad-sur-card .ad-sur-card-content .ad-sur-form input[type="text"],
.ad-sur-card .ad-sur-card-content .ad-sur-form input[type="number"] {
  border: 1px solid #acacac;
  border-radius: 2.5px;
  outline: none;
  background: white;
  box-shadow: none;
  padding: 5px 20px;
  height: 37px;
  width: 100%;
  font-size: 14px;
  font-family: "Zoho_Puvi_Regular" !important;
  margin-bottom: 10px;
}
.ad-sur-card .ad-sur-card-content .ad-sur-form input[type="submit"] {
  padding: 9px 30px;
  color: white;
  font-weight: 500;
  background: #e9132c;
  border-radius: 2.5px;
  font-size: 16px;
  margin-top: 10px;
}
.ad-sur-card .ad-sur-card-content .ad-sur-form p {
  font-size: 11px;
  line-height: 19px;
  padding: 0 30px;
  margin-top: 5px;
  font-family: "Zoho_Puvi_Regular" !important;
}
.ad-sur-card .ad-sur-card-content .ad-sur-form p span {
  font-family: 'Zoho_Puvi_Bold' !important;
}
.ad-sur-card .ad-sur-card-content .ad-sur-form p a {
  color: #1070db;
  text-decoration: underline;
  text-underline-position: under;
}
.ad-sur-card.sur-reg .ad-sur-card-content {
  text-align: center;
  padding-bottom: 75px;
}
.ad-sur-card.sur-reg .ad-sur-card-content h5 {
  font-size: 26px;
  line-height: 41px;
}
.ad-sur-card.sur-analy .ad-sur-card-content {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 48px;
}
@media (max-width: 1023px) {
  .ad-sur-card.sur-analy .ad-sur-card-content {
    padding-top: 30px;
  }
}
.ad-sur-card.sur-analy .ad-sur-card-content h5 {
  font-size: 15px;
  line-height: 24px;
  margin-top: 25px;
}
.ad-sur-card.sur-analy .ad-sur-card-content ul + h5 {
  margin-top: 15px;
}
.ad-sur-card.sur-analy .ad-sur-card-content .ad-sur-card-left {
  vertical-align: top;
}
@media (max-width: 1023px) {
  .ad-sur-card.sur-analy .ad-sur-card-content .ad-sur-card-left {
    width: 100%;
    background: white;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .ad-sur-card.sur-analy .ad-sur-card-content .ad-sur-card-left {
    padding: 0px;
  }
}
.ad-sur-card.sur-analy .ad-sur-card-content .ad-sur-card-left .ad-sur-card-left-content {
  position: static;
  text-align: left;
  width: 100%;
  transform: none;
  margin-left: 0;
}
.ad-sur-card.sur-analy .ad-sur-card-content .ad-sur-card-right {
  padding-left: 22px;
  vertical-align: top;
  padding-top: 12px;
}
@media (max-width: 1023px) {
  .ad-sur-card.sur-analy .ad-sur-card-content .ad-sur-card-right {
    padding-left: 0;
  }
}
.ad-sur-card.sur-analy .ad-sur-card-content .ad-sur-card-right i {
  margin-bottom: 36px;
}
.ad-sur-card.sur-analy .ad-sur-card-content .ad-sur-card-right .ad-sur-card-right-content {
  background: #f6fafa;
  width: 85%;
  padding: 38px 40px;
  padding-bottom: 46px;
}
@media (max-width: 1365px) {
  .ad-sur-card.sur-analy .ad-sur-card-content .ad-sur-card-right .ad-sur-card-right-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ad-sur-card.sur-analy .ad-sur-card-content .ad-sur-card-right .ad-sur-card-right-content {
    padding: 20px;
  }
}
.ad-sur-card.sur-analy .ad-sur-card-content .ad-sur-card-right .btn.dwnload-btn {
  margin-top: 38px;
}
.ad-sur-card.sur-choice .ad-sur-card-content {
  padding-top: 40px;
  padding-left: 99px;
  padding-right: 99px;
  padding-bottom: 90px;
}
@media (max-width: 1365px) {
  .ad-sur-card.sur-choice .ad-sur-card-content {
    padding: 50px;
  }
}
@media (max-width: 1023px) {
  .ad-sur-card.sur-choice .ad-sur-card-content {
    padding: 30px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .ad-sur-card.sur-choice .ad-sur-card-content {
    padding: 15px;
    padding-bottom: 50px;
  }
}
.ad-sur-card.sur-choice .ad-sur-card-content .bx-controls-direction {
  text-align: right;
  margin-top: 22px;
}
@media (max-width: 1024px) {
  .ad-sur-card.sur-choice .ad-sur-card-content .bx-controls-direction {
    margin-top: 42px;
  }
}
@media (max-width: 767px) {
  .ad-sur-card.sur-choice .ad-sur-card-content .bx-controls-direction {
    text-align: center;
  }
}
.ad-sur-card.sur-choice .ad-sur-card-content .bx-controls-direction .bx-prev,
.ad-sur-card.sur-choice .ad-sur-card-content .bx-controls-direction .bx-next {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("../images/sur-sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 327px 184px;
  background-position: -167px 0;
  width: 67px;
  height: 67px;
  text-indent: 999px;
  overflow: hidden;
}
.ad-sur-card.sur-choice .ad-sur-card-content .bx-controls-direction .bx-prev.disabled,
.ad-sur-card.sur-choice .ad-sur-card-content .bx-controls-direction .bx-next.disabled {
  opacity: 0.2;
}
.ad-sur-card.sur-choice .ad-sur-card-content .bx-controls-direction .bx-next {
  background-position: -240px 0;
  margin-left: 20px;
}
.ad-sur-card.sur-choice .ad-sur-card-content .bx-controls-direction .bx-next.disabled {
  opacity: 1;
  border-radius: 50%;
  background-color: #00c4cb;
}
.ad-sur-card.sur-choice .ad-sur-card-content .bx-pager {
  display: none !important;
}
.ad-sur-tools {
  margin-top: -102px;
}
@media (max-width: 767px) {
  .ad-sur-tools {
    margin-top: 20px;
  }
}
.ad-sur-pager {
  color: #bcbaba;
  font-size: 24px;
  font-weight: 100;
}
.ad-sur-pager span.ad-page {
  font-size: 56px;
}
.ad-sur-progress .prog-slot {
  background: #e1e4e4;
  height: 5px;
  width: 600px;
  border-radius: 4px;
  position: relative;
}
@media (max-width: 1024px) {
  .ad-sur-progress .prog-slot {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .ad-sur-progress .prog-slot {
    width: 100%;
  }
}
.ad-sur-progress .prog-slot .prog-bar {
  width: 0%;
  background: #00c4cb;
  height: 100%;
  border-radius: 4px;
  transition: width 0.3s linear;
}
.ad-sur-progress .prog-slot .prog-percent {
  position: absolute;
  right: -52px;
  font-size: 18px;
  top: -12px;
}
@media (max-width: 767px) {
  .ad-sur-progress .prog-slot .prog-percent {
    top: -40px;
    right: 0;
  }
}
.ad-sur-tick-list {
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 29px;
  font-family: "Zoho_Puvi_Regular" !important;
  padding-left: 39px;
  margin-top: 12px;
}
.ad-sur-tick-list li {
  display: inline-block;
  width: 100%;
  font-family: "Zoho_Puvi_Regular" !important;
  position: relative;
}
.ad-sur-tick-list li:after {
  content: "";
  position: absolute;
  left: -30px;
  top: 10px;
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("../images/sur-sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 327px 184px;
  background-position: -4px -130px;
}
.ad-sur-war-list {
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 21px;
  font-family: "Zoho_Puvi_Regular" !important;
  padding-left: 39px;
  margin-top: 12px;
}
.ad-sur-war-list li {
  display: inline-block;
  width: 100%;
  font-family: "Zoho_Puvi_Regular" !important;
  margin-bottom: 9px;
  position: relative;
}
.ad-sur-war-list li:after {
  content: "";
  position: absolute;
  left: -32px;
  top: 2px;
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("../images/sur-sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 327px 184px;
  background-position: -31px -130px;
  width: 19px;
  height: 15px;
}
.ad-sur-ques {
  padding-top: 10px;
}
.ad-sur-ques .ad-sur-slide {
  min-height: 360px;
}
@media (max-width: 1365px) {
  .ad-sur-ques .ad-sur-slide {
    min-height: 300px;
  }
}
@media (max-width: 1024px) {
  .ad-sur-ques .ad-sur-slide {
    min-height: auto;
  }
}
.ad-sur-ques .sur-ques span {
  color: white;
  background: #021d2e;
  display: inline-block;
  font-size: 20px;
  font-family: "Zoho_Puvi_Regular" !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  padding: 13.5px;
  margin-top: -5px;
}
.ad-sur-ques .sur-ques p {
  display: inline-block;
  font-size: 18px;
  width: calc(100% - 70px);
  vertical-align: middle;
  font-family: 'Zoho_Puvi_Bold' !important;
}
@media (max-width: 767px) {
  .ad-sur-ques .sur-ques p {
    width: 100%;
    margin-top: 15px;
  }
}
.ad-sur-ques .sur-options {
  margin-top: 30px;
  padding-left: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1023px) {
  .ad-sur-ques .sur-options {
    padding-left: 0;
  }
}
.ad-sur-ques .sur-options .opt-name {
  vertical-align: top;
  padding-right: 2px;
}
.ad-sur-ques .sur-options li {
  width: 45%;
  margin-right: 4%;
  display: inline-block;
  margin-bottom: 17px;
  vertical-align: top;
}
@media (max-width: 1023px) {
  .ad-sur-ques .sur-options li {
    width: 48%;
    margin-right: 1%;
  }
}
@media (max-width: 767px) {
  .ad-sur-ques .sur-options li {
    width: 100%;
  }
}
.ad-sur-ques .sur-options li label {
  font-size: 17px;
  line-height: 22.5px;
  font-family: "Zoho_Puvi_Regular" !important;
  display: block;
  position: relative;
  padding-left: 33px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1024px) {
  .ad-sur-ques .sur-options li label {
    font-size: 15px;
  }
}
.ad-sur-ques .sur-options li label input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ad-sur-ques .sur-options li label .checkmark {
  position: absolute;
  top: 5px;
  left: 2px;
  height: 18px;
  width: 18px;
  border: 1px solid #bababa;
  border-radius: 50%;
}
.ad-sur-ques .sur-options li label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00c4cb;
}
.ad-sur-ques .sur-options li label:hover input ~ .checkmark {
  background-color: #e4e4e4;
}
.ad-sur-ques .sur-options li label input:checked ~ .checkmark {
  background-color: #fff;
}
.ad-sur-ques .sur-options li label input:checked ~ .checkmark:after {
  display: block;
}
.ad-sur-ques .sur-err .sur-options li label .checkmark {
  border-color: red;
  box-shadow: 0 0 5px 0 red;
}
.foot-copy {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #145e7d;
  font-size: 14px;
  color: #26ace0;
  max-width: 1200px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .foot-copy {
    position: static;
    transform: none;
  }
}
.foot-copy a {
  color: #26ace0;
}
