@charset "UTF-8";

@font-face {
  font-family: "Gotham Pro";
  src: url("../css/fonts/GothamPro-Black.eot");
  src: url("../css/fonts/GothamPro-Black.eot?#iefix")
      format("embedded-opentype"),
    url("../css/fonts/GothamPro-Black.woff2") format("woff2"),
    url("../css/fonts/GothamPro-Black.woff") format("woff"),
    url("../css/fonts/GothamPro-Black.ttf") format("truetype"),
    url("../css/fonts/GothamPro-Black.svg#GothamPro-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("../css/fonts/GothamPro-Bold.eot");
  src: url("../css/fonts/GothamPro-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../css/fonts/GothamPro-Bold.woff2") format("woff2"),
    url("../css/fonts/GothamPro-Bold.woff") format("woff"),
    url("../css/fonts/GothamPro-Bold.ttf") format("truetype"),
    url("../css/fonts/GothamPro-Bold.svg#GothamPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("../css/fonts/GothamPro-Medium.eot");
  src: url("../css/fonts/GothamPro-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../css/fonts/GothamPro-Medium.woff2") format("woff2"),
    url("Gotham-fonts/GothamPro-Medium.woff") format("woff"),
    url("../css/fonts//GothamPro-Medium.ttf") format("truetype"),
    url("../css/fonts/GothamPro-Medium.svg#GothamPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("../css/fonts/GothamPro-Light.eot");
  src: url("../css/fonts/GothamPro-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../css/fonts/GothamPro-Light.woff2") format("woff2"),
    url("../css/fonts/GothamPro-Light.woff") format("woff"),
    url("../css/fonts/GothamPro-Light.ttf") format("truetype"),
    url("../css/fonts/GothamPro-Light.svg#GothamPro-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("../css/fonts/GothamPro.eot");
  src: url("../css/fonts/GothamPro.eot?#iefix") format("embedded-opentype"),
    url("../css/fonts/GothamPro.woff2") format("woff2"),
    url("../css/fonts/GothamPro.woff") format("woff"),
    url("../css/fonts/GothamPro.ttf") format("truetype"),
    url("../css/fonts/GothamPro.svg#GothamPro") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #093b92;
  z-index: 99;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

html,
body {
  margin: 0;
  padding: 0;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
a {
  font-family: "Gotham Pro", sans-serif;
}

button {
  border: none;
  background: none;
  outline: none;
}

/* LAYOUT
------------------------------------------------------- */

html {
  scroll-behavior: smooth;
  height: 100%;
}

figure {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  cursor: pointer;
}

video {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  opacity: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/******** css start here *********/
.play-button {
    color: #f47d32;
    z-index: 10;
    font-size: 28rem;
    line-height: 1.14em;
    cursor: pointer;
    position: absolute;
    top: 93.005%;
    left: 85%;
    height: 55rem;
    width: 55rem;
    pointer-events: none;
}
.open-popup .play-button {
  right: 90rem;
}

button.play-button:hover {
  background-image: url(../images/play-pause-button.svg) !important;
  border-radius: 40rem;
  background-size: 82% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  cursor: pointer;
  z-index: 9;
  font-size: 0px;
}

.play-button:focus {
  outline: none;
}

.frames {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
}

#main {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
}

.root {
  font-size: 0.052086vw;
}

.f-main {
  position: absolute;
}

@keyframes zoom-in {
  0% {
    transform: scale(0.8, 0.8);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.play-button.play-on-click {
  pointer-events: visible;
}

.play-button:before {
    content: " ";
    background-image: url(../images/play-img.svg);
    position: absolute;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    width: 55rem;
    height: 55rem;
}

button.play-button.play-on-click:hover img {
  display: none;
}

.play-button.play-on-click:before {
  content: "";
  position: absolute;
  background-color: transparent;
  background-image: unset;
}

p {
  font-family: "Gotham Pro", sans-serif;
  color: #000;
  font-weight: normal;
  font-size: 8rem;
  line-height: 10rem;
  margin-bottom: 0rem;
}

a:hover,
a:focus {
  text-decoration: none;
}

.middle-align {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

body {
  overflow: hidden;
}

img {
  width: 100%;
}
/* play audio */
#player-container #play-pause {
  cursor: pointer;
  text-indent: -999999px;
  height: 40px;
  width: 40px;
  background-image: url(../images/audio-off.svg);
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  line-height: 45px;
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
}

#player-container {
  position: absolute;
  right: 2%;
  z-index: 9999;
  bottom: 30px;
}

audio#my_audio,
audio#click-sound {
  display: none;
}

.click-area {
  z-index: 9;
  cursor: pointer;
}

#canvas-popup {
  /* position: absolute;
  top: 0; */
  background-color: #ffffffcf;
}

#canvas-zoom_in {
  position: absolute !important;
  top: 0 !important;
  width: 100% !important;
  height: auto !important;
}
/* canvas {
  display: flex;
} */
/* #canvas-hotspot {
  position: absolute !important;
  top: 0 !important;
  width: 100% !important;
  height: auto !important;
} */
/* CSS for the modal dialog */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow: hidden;
}

.modal-content {
  position: relative;
  height: 100%;
}

/* CSS for the close button */
.close, .img-close {
    position: absolute;
    cursor: pointer;
    z-index: 999;
    opacity: 1;
    transition: 0.3s ease;
    width: 54.15rem;
    height: 54.15rem!important;
}
.img-close {
    transform: scale(0.61);
    bottom: 1%;
    right: 3%;
    z-index: 99999 !important;
}
.close img, .img-close img{
    position: relative;
}
.play-img,.play-img img {
    width: 50rem;
    height: 50rem;
}

button#popup-button {
  border: none;
  background: white;
  outline: none;
  position: absolute;
  top: 10%;
  font-size: 20rem;
  z-index: 999;
}
.vertical #replay-button {
  left: 40.5%;
}
#replay-button {
  left: 16%;
  width: 55rem;
  height: 55rem;
  top: 92.5%;
}
#click_2:before,
#click_9:before,
#click_13:before,
#click_18:before,
#click_21:before,
#click_25:before,
#click_29:before,
#click_35:before,
#click_39:before,
#click_42:before,
#click_45:before,
#click_49:before,
#click_52:before,
#click_56:before,
#click_60:before,
#click_65:before,
#click_68:before,
#click_71:before,
#click_75:before,
#click_79:before,
#click_82:before,
#click_86:before,
#click_90:before,
#click_94:before,
#click_97:before,
#click_101:before,
#click_104:before,
#click_107:before,
#click_111:before,
#click_114:before,
#click_119:before,
#click_123:before,
#click_127:before,
.home:before{
  content: "";
  background: url(../../assets/images/home.svg) no-repeat center center/cover;
  position: absolute;
  opacity: 1;
  top: 5%;
  left: 5%;
  width: 50rem;
  height: 50rem;
}

#click_22:before,
#click_26:before,
#click_30:before,
#click_36:before,
#click_40:before,
#click_43:before,
#click_46:before,
#click_50:before,
#click_53:before,
#click_57:before,
#click_61:before,
#click_66:before,
#click_69:before,
#click_72:before,
#click_76:before,
#click_80:before,
#click_83:before,
#click_87:before,
#click_91:before,
#click_95:before,
#click_98:before,
#click_102:before,
#click_105:before,
#click_108:before,
#click_112:before,
#click_115:before,
#click_120:before,
#click_124:before,
#click_128:before,
.back:before{
  content: "";
  background: url(../../assets/images/back.svg) no-repeat center center/cover;
  position: absolute;
  opacity: 1;
  top: 5%;
  left: 5%;
  width: 50rem;
  height: 50rem;
}
#click_23:before,
#click_27:before,
#click_31:before,
#click_37:before,
#click_41:before,
#click_44:before,
#click_47:before,
#click_54:before,
#click_58:before,
#click_62:before,
#click_67:before,
#click_70:before,
#click_73:before,
#click_81:before,
#click_84:before,
#click_88:before,
#click_92:before,
#click_96:before,
#click_99:before,
#click_103:before,
#click_106:before,
#click_109:before,
#click_116:before,
#click_121:before,
#click_125:before,
.next:before{

  content: "";
  background: url(../../assets/images/forward.svg) no-repeat center center/cover;
  position: absolute;
  opacity: 1;
  top: 5%;
  left: 5%;
  width: 50rem;
  height: 50rem;
}

/* popup screen end ************************************************/

#frames.move-top {
  z-index: 9;
}

/* zoom in css*/
#zoom-item {
  width: 66%;
  height: 66%;
  float: left;
  overflow: hidden;
  display: none;
}

.zoomItem {
  position: absolute;
  animation: fadeIn linear 1.4s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
/* hotspot points css start*/

.BornHS__Wrapper .BornHS__Input {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  width: 0;
  z-index: -1;
}

.BornHS__Wrapper .BornHS__Input,
.BornHS__Wrapper .BornHS__Label {
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  transition: all 300ms ease !important;
  width: fit-content !important;
}

.BornHS__Modal__Input.button-purple .BornHS__Label {
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#click-play {
  display: none;
}

.BornHS__Wrapper .BornHS__Label {
  width: fit-content !important;
}

.BornHS__Wrapper.BornHS__Blur .BornHS__Input {
  display: none;
}

.BornHS__Wrapper.BornHS__Blur .BornHS__Input,
.BornHS__Label {
  opacity: 0.5;
  pointer-events: none;
}

.BornHS__Wrapper.BornHS__Blur .BornHS__Input:checked {
  display: inline-block;
}

.BornHS__Wrapper.BornHS__Blur .BornHS__Input:checked,
.BornHS__Label {
  opacity: 1;
  pointer-events: auto;
}

.BornHS__Modal,
.BornHS__Wrapper {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

body.noScroll,
html.noScroll body {
  margin-right: 0px;
}

.noScroll {
  overflow: hidden !important;
}

.box-text {
  display: none;
  position: absolute;
  bottom: 0%;
  padding: 10rem;
  background-color: #ffffff45;
  width: 100%;
}

.box-text p,
.box-text h3 {
  color: #ffffff;
}

h3.head-boxes {
  font-family: "Gotham Pro", sans-serif;
  font-size: 12rem;
  margin-bottom: 5rem;
}

/* .hotspot-area {
  width: 50rem;
  height: 50rem;
  background-color: red;
  color: #ffffff;
} */

.BornHS__Modal__Input {
  position: absolute;
  left: 21%;
  top: 33%;
}

.open-hotspot .play-button {
  transform: scale(0.5003);
  top: -7rem;
  right: 35rem;
}

.BornHS__Wrapper.wrapper-index {
  z-index: 99;
}

#bg-background {
  position: absolute;
  top: 0;
}
/* .click-area {
  background-color: #00000080;
} */
div#frames {
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9;
}
.vertical .img-close {
  right: 37%;
}
.horizontal .play-button {
    left: 94%;
}
.full-screen-btn {
  background: #ea7a26;
  right: 0%;
  top: 3%;
  position: absolute;
  z-index: 10;
  font-size: 22rem;
  line-height: 1.4em;
  font-weight: 600;
  color: #fff;
  padding: 10rem 15rem 10rem 20rem;
  border-radius: 30rem 0rem 0rem 30rem;
  cursor: pointer;
  outline: 0;
  border: 0px solid;
  transition: all 0.3s ease-in-out;
}
.full-screen-btn:hover {
  background: #dc6d19;
}
.full-screen-btn:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color !important;
}
/* web page for navigation */
.container {
  max-width: 1600rem;
  width: 100%;
  padding-right: 40rem;
  padding-left: 40rem;
  padding-top: 40rem;
  padding-bottom: 40rem;
}
.heading-inner h1 {
  font-size: 54rem;
  font-weight: 700;
  line-height: 1.1em;
}

h1 {
  font-family: "Gotham Pro", sans-serif;
  font-weight: 900;
  font-size: 75rem;
  line-height: 78rem;
  color: #151515;
  margin-bottom: 30rem;
}
/* .content-use.active-anime {
  width: 100%;
  display: flex;
} */

.select-use-case {
    width: 100%;
    display: flex; 
    flex-wrap: wrap;
}
.in-box:hover {
  -webkit-box-shadow: 0px 5px 27px -15px rgb(0 0 0 / 35%);
  -moz-box-shadow:0px 5px 27px -15px rgba(0, 0, 0, 0.35);
  box-shadow:0px 5px 27px -15px rgb(0 0 0 / 35%);
  transform: scale(1.025);
  -webkit-transform: scale(1.025);
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
}
.in-box {
  width: 33% !important;
  margin-right: 5rem;
  padding: 20rem 15rem 25rem 15rem;
  margin-bottom: 15rem;
  cursor: pointer;
}
.in-box .img-left {
  border: 1rem solid #cdcdcd;
}
.in-box h6 {
  color: #00000080;
  letter-spacing: 1rem;
  font-size: 13rem;
  line-height: 21rem;
  font-family: 'Gotham Pro', sans-serif;
  font-weight: 500;
  margin-top: 20rem;
  margin-bottom: 5rem;
  text-transform: uppercase;
}
a.explore-btn.explore-home {
  z-index: 2;
  display: inline-flex;
}
.in-box .explore-btn {
  font-size: 18rem;
}
.explore-btn:hover {
  color: #3ccf4e;
  transition: .2s ease-in;
}
.explore-btn {
  color: #ffffff !important;
  border-radius: 1rem;
  font-family: 'Gotham Pro', sans-serif;
  font-weight: 500;
  display: inline-block;
  font-size: 20rem;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.bottom-ar {
  display: flex;
  vertical-align: middle;
  justify-content: space-between;
  position: relative;
}
.explore-btn::before {
  content: '';
  background-image: url(../images/arrow-white.svg)!important;
  position: absolute;
  width: 60rem;
  height: 30rem;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 25rem;
  background-position: 0 0;
  transition: all .2s ease-in;
  transform: translate3d(0%,0%,0) scale3d(1,1,1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg,0deg);
  transform-style: preserve-3d;
  right: 10rem;
}
.in-box:hover .explore-btn::before {
  background-position: 32rem -32rem;
  transition: all 0.2s ease-in;
}
a.explore-btn.explore-home img {
  width: auto !important;
}
.card-title {
  text-decoration: none;
  background-size: 0 1.4rem;
  background-position: 0 95%;
  -webkit-transition: background-size .25s cubic-bezier(.785,.135,.15,.86) 0s!important;
  -moz-transition: background-size .25s cubic-bezier(.785,.135,.15,.86) 0s!important;
  -o-transition: background-size .25s cubic-bezier(.785,.135,.15,.86) 0s!important;
  transition: background-size .25s cubic-bezier(.785,.135,.15,.86) 0s!important;
  background-image: linear-gradient(to right,#3CCF4E 0,#3CCF4E 100%)!important;
  padding: 0 0 1rem;
  background-repeat: no-repeat;
  display: inline !important;
  cursor: pointer;
}
.card-title:hover {
  background-size: 100% 1.4rem!important;
}
img.arrow-white {
  width: auto;
  padding-left: 25rem;
  position: relative;
}
h5.card-title {
  font-size: 24rem;
  line-height: 40rem;
  font-family: 'Gotham Pro', sans-serif;
  color: #151515;
  margin-bottom: 0rem;
  font-weight: 700;
}
.top-logos {
  position: relative;
  top: 0;
  z-index: 9;
  /* height: 50rem; */
}
/* .owl-item {
  margin-bottom: 30rem;
  margin-top: 5rem;
  padding: 10rem;
} */
.row {
  margin-right: 0px;
  margin-left: 0px;
}
/* .owl-nav{
  justify-content: space-between;
  position: relative;
  display: flex;
  width: 100%;
}
.owl-nav button {
  background-color: #ea7a26;
  width: 55rem;
  height: 55rem;
  vertical-align: middle;
  display: flex;
  color: #fff;
  font-size: 60rem;
  justify-content: center;
  border: 1px solid #ea7a26;
  border-radius: 35rem;
  transition: all 0.3s ease-in-out;
}
.owl-nav button:hover {
  background-color: #fff;
  color: #ea7a26;
}
.owl-nav button:focus {
outline: 0px;
}
.owl-nav span {
  font-family: 'Gotham Pro', sans-serif;
  line-height: 0.68em;
  font-weight: 300;
}
.owl-nav button.owl-prev {
  padding-right: 10rem;
}
.owl-nav button.owl-next {
  padding-left: 10rem;
} */
.heading-inner {
  padding-left: 0rem;
  border-bottom: 1px solid #727272;
  margin-bottom: 30rem;
}
.in-anime {
  animation: animeIn;
  animation-duration: 0.8s;
  visibility: visible;
}
@keyframes animeIn {
  0% {
    opacity: 0;
    transform: scale3d(.8, .8, .8);
}

50% {
    opacity: 1;
}
}
.home-video {
  overflow-y: scroll;
}
.heading-inner span{
    color: #3ccf4e!important;
}
/* web page for navigation ends*/

/***************** hotspots start **********************/
.hotspot-area {
  z-index: 9;
  cursor: pointer;
  display: flex;
}
.hotspot-area p {
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  border-radius: 50rem;
  padding: 0px;
  cursor: pointer;
  margin-left: 0rem;
  color: #ffffff;
  padding: 8rem 16rem;
  font-size: 14rem;
  line-height: 1.3em;
  display: flex;
  padding-left: 40rem;
  font-family: "Gotham Pro";
  position: absolute;
  left: -2%;
}
.hotspot-area img {
  z-index: 2;
   cursor: pointer;
}
#bg-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 27.5%;
  margin: auto;
  z-index:99;
}
#text-container {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
#text-container p {
  background-color: #ffffff;
  width: 15%;
  height: fit-content;
  border-color: transparent;
  box-shadow: rgb(214 214 214 / 83%) 2px 2px 5px 2px;
  -webkit-box-shadow: rgb(214 214 214 / 83%) 2px 2px 5px 2px;
  -moz-box-shadow: rgba(214, 214, 214, 0.83) 2px 2px 5px 2px;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20rem 15rem;
  text-align: left;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-name: trans-in;
  font-size: 14rem;
  line-height: 1.3em;
  z-index: 99;
  transform-origin: center;
}
@keyframes trans-in {
  0% {
    opacity: 0;
    transform: scale3d(0.7, 0.7, 0.7);
}

100% {
    opacity: 1;
}
}
img.crs-btn {
position: absolute;
right: 1%;
width: 35rem;
cursor: pointer;
z-index: 99999;
background: #fff;
margin-top: 8rem;
top: -5%;
}
.crs-btn{
display: none;
}
/***************** hotspots end **********************/
/***************** textarea start **********************/
.text-area {
position: absolute;
}
.link-area {
cursor: pointer;
position: absolute;
z-index: 9;
}
/***************** textarea end **********************/

/***************** Link iframe popup **********************/
#iframe-popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgb(0 0 0 / 80%);
display: none;
z-index: 99;
}

#popup-iframe {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 80%;
height: 80%;
border: 0px;
}

#close-iframe {
position: absolute;
top: 20rem;
right: 15rem;
width: 50rem;
cursor: pointer;
border-radius: 50rem;
background-color: #f47d32;
padding: 15rem;
transition: 0.3s ease-in;
}
#close-iframe:hover {
background-color: #c45a18;
}
/***************** Link iframe popup end**********************/
/***************** Subtitle**********************/
.subtitle-area {
position: absolute;
z-index: 9;
line-height: 1.2em;
font-family: 'Gotham Pro';
}
/***************** Subtitle end**********************/
/***************** Image**********************/
.image-area {
position: absolute;
}
#bg-background {
opacity: 0;
}
/***************** Image end**********************/
/*****************Video in video**********************/
.picture-area video {
opacity: 1;
width: 100%;
height: 100%;
}

.picture-area {
position: absolute;
}
/*****************Video in video end**********************/

/*****************Video questions**********************/
.question-area {
transition: all 0.3s ease-in-out ;
animation: fade 0.7s;
}
.question-area p {
  font-size: 24rem;
  line-height: 1.2em;
  font-family: 'Gotham Pro', sans-serif;
  font-weight: 600;
}
.question-area ul {
  padding-left: 5rem;
  padding-top: 15rem;
}
.question-area ul li {
  font-size: 18rem;
  line-height: 1.4em;
  margin-bottom: 8rem;
  vertical-align: middle;
  display: flex;
}
.question-area ul li {
  list-style: none;
}
.question-area ul li label {
  padding-left: 15rem;
  cursor: pointer;
}
input[type="radio"] {
  width: 22px !important;
  height: 22px !important;
  cursor: pointer;
}
/*****************Video questions end**********************/