@font-face {
  font-family: 'ProximaNovaRegular';
  src: url('../fonts/ProximaNovaRegular.eot');
  src: url('../fonts/ProximaNovaRegular.eot') format('embedded-opentype'),
       url('../fonts/ProximaNovaRegular.woff2') format('woff2'),
       url('../fonts/ProximaNovaRegular.woff') format('woff'),
       url('../fonts/ProximaNovaRegular.ttf') format('truetype'),
       url('../fonts/ProximaNovaRegular.svg#ProximaNovaRegular') format('svg');
}
@font-face {
  font-family: 'ProximaNovaSemibold';
  src: url('../fonts/ProximaNovaSemibold.eot');
  src: url('../fonts/ProximaNovaSemibold.eot') format('embedded-opentype'),
       url('../fonts/ProximaNovaSemibold.woff2') format('woff2'),
       url('../fonts/ProximaNovaSemibold.woff') format('woff'),
       url('../fonts/ProximaNovaSemibold.ttf') format('truetype'),
       url('../fonts/ProximaNovaSemibold.svg#ProximaNovaSemibold') format('svg');
}
@font-face {
  font-family: 'ProximaNovaBold';
  src: url('../fonts/ProximaNovaBold.eot');
  src: url('../fonts/ProximaNovaBold.eot') format('embedded-opentype'),
       url('../fonts/ProximaNovaBold.woff2') format('woff2'),
       url('../fonts/ProximaNovaBold.woff') format('woff'),
       url('../fonts/ProximaNovaBold.ttf') format('truetype'),
       url('../fonts/ProximaNovaBold.svg#ProximaNovaBold') format('svg');
}
@font-face {
  font-family: 'ProximaNovaExtrabold';
  src: url('../fonts/ProximaNovaExtrabold.eot');
  src: url('../fonts/ProximaNovaExtrabold.eot') format('embedded-opentype'),
       url('../fonts/ProximaNovaExtrabold.woff2') format('woff2'),
       url('../fonts/ProximaNovaExtrabold.woff') format('woff'),
       url('../fonts/ProximaNovaExtrabold.ttf') format('truetype'),
       url('../fonts/ProximaNovaExtrabold.svg#ProximaNovaExtrabold') format('svg');
}

.how-use-vr-wrapper{
  font-family: 'ProximaNovaRegular';
  position: relative;
  overflow: hidden;
  color: #7f8184;
  font-size: 18px;
  line-height: 1.6;
  margin-top: -9em;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'ProximaNovaExtrabold';
  line-height: 1.2;
  color: #070f17;
}
h2{
  font-size: 44px;
}
h3{
  font-size: 38px;
}
h4{
  font-size: 24px;
}
.rounded{
  border-radius: 15px !important;
}
.rounded-20{
  border-radius: 20px !important;
}
.mt2{margin-top: 2.4rem;}
.inline-img{
  background-repeat:no-repeat;
  background-size:cover;
  background-position: 50% 50%;
}
.btn-primary{
  min-width: 205px;
  background-color: #48ba58;
  border: 2px solid #48ba58;
  border-radius: 8px;
  font-size: 18px;
  text-align: center;
  outline: none;
  box-shadow: none;
  padding: 10px 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'ProximaNovaBold';
}
.btn-primary:hover,
.btn-primary:focus,
.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle{
  background-color: transparent;
  border-color:#48ba58;
  color: #48ba58;
  box-shadow: none !important;
  outline: none;
}
.vr-top-banner{
  padding-top: 19rem;
  background-position: 50% 140%;
  color: #fff;
}
.vr-top-banner .bnr-left .imgbox{
  margin-block:150px -150px;
}
.vr-bnr-logo{
  margin-bottom: 10px;
}
.vr-bnr-logo img{
  max-height: 33px;
}
.vr-top-banner h1{
    font-size: 50px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0;
    color: #fff;
}
.vr-top-banner .btn-primary{
  min-width: 160px;
  background-color: #041116;
  border-color: #041116;
  font-size: 14px;
  border-radius: 0;
}
.vr-top-banner .btn-primary:hover,
.vr-top-banner .btn-check:active+.btn-primary,
.vr-top-banner .btn-check:checked+.btn-primary,
.vr-top-banner .btn-primary.active,
.vr-top-banner .btn-primary:active,
.vr-top-banner .show>.btn-primary.dropdown-toggle{
  background-color: #48ba58;
  border-color: #48ba58;
  color: #fff;
}
.vr-use-steps{
  background-size: auto;
  background-position: left 100%;
  padding-block:15rem 30%;
  overflow: hidden;
  position: relative;
}
.vr-use-steps::before{
  background:url(../how-use-vr/steps-bg.png) no-repeat;
  background-size: contain;
  width: 67%;
  height: 93%;
  content: '';
  position: absolute;
  left: 0;
  bottom:-18%;
  z-index: -1;
}
.vr-use-steps-frame{
  position: relative;
  padding:7rem 5rem;
  background-color: rgba(246,245,248, 0.6);
  counter-reset: my-sec-counter;
}
.vr-use-steps-frame .vr-info-header h4{
  color: #c2c2c2;
}
.vr-use-steps-frame .vr-info-header h2{
  font-size: 28px;
}
.vr-use-steps-frame .vr-info-column{
  padding-inline:2.5rem;
}
.vr-info-column .imgbox{
  margin-bottom: 3rem;
}
.vr-info-header{
  border-bottom:2px solid #dedce4;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}
.vr-info-header h4{
  margin-bottom: 0.5rem;
  color: #dedede;
  text-transform: uppercase;
}
.vr-info-header h4:after{
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
  margin-left:5px;
}
.vr-info-header h2{
  margin-bottom: 0;
  text-transform: uppercase;
}
.vr-info-column p{
  margin-bottom: 2rem;
}
.use-vr-after-img{
  margin-top: -20%;
  position: relative;
  z-index: 2;
}
.vr-schedual-meetings{
  padding:10rem 3rem 20rem;
  counter-reset: my-sec-counter;
  position: relative;
}
.vr-schedual-meetings.vr-navigate-frame{
  padding-bottom: 2rem;
}
.vr-schedual-meetings .vr-info-column{
  padding-inline: 1.2rem;
}
.vr-generic-header{
  position: relative;
  margin-bottom: 5rem;
}
.vr-generic-header h4{
  text-transform: uppercase;
}
.vr-generic-header h2{
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.vr-generic-header .easy-steps-txt{
  display: block;
  margin-block: 2rem;
  padding-top: 3rem;
  color: #cdcdd0;
  font-family: 'ProximaNovaExtrabold';
  font-size: 54px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
}
.vr-generic-header .easy-steps-txt::before{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 600px;
  border-top:1px solid #e5e5e5;
  content: '';
}
.vr-schedual-row{
  margin-bottom: 5rem;
}
.vr-navigate-frame .vr-generic-header {
  margin-bottom: 15rem;
}
.vr-navigate-section{
  border-radius: 20px;
  background-image: -moz-linear-gradient( 0deg, rgb(107,32,237) 0%, rgb(101,38,168) 50%, rgb(219,128,255) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(107,32,237) 0%, rgb(101,38,168) 50%, rgb(219,128,255) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(107,32,237) 0%, rgb(101,38,168) 50%, rgb(219,128,255) 100%);
  box-shadow: 0px 1px 1px 0px rgb( 0, 0, 0 );
  padding: 3rem 3rem 5rem;
}
.vr-navigate-section .imgbox.top{margin-block:-50% 15%;}
.vr-navigate-section .imgbox.login{margin-left: -15%;}
.vr-navigate-section .imgcolum{
  position: relative;
  z-index: 3;
}
.vr-navigate-content.real-min-h{min-height: 1060px;}
.vr-navigate-section .imgbox.real1{margin-block:0 20%;}
.vr-navigate-section .imgbox.real2{margin-right:-70%;}
.vr-navigate-content{
  position: relative;
  z-index: 1;
  padding: 6rem 5rem 4rem;
}
.vr-navigate-content::before{
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0,0,0, 0.2);
}
.vr-navigate-content .vr-info-header{border-color:rgba(255,255,255,0.2);}
.vr-navigate-content h2{
  color: #fff;
  font-size: 36px;
}
.vr-navigate-content p{color: #9a9b9d;}
.vr-presentation-section{
  margin-block: 10rem;
}
.vr-use-features{
  margin-block: 15rem -5rem;
  position: relative;
  z-index: 1;
  min-height: 797px;
}
.vr-features-info{
  background-color: rgba(0,0,0, 0.9);
  color: #979797;
  box-sizing: border-box;
  padding: 5rem 6rem;
  position: absolute;
  right: 0;
  top: 140px;
  bottom: 0;
  left: 47%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.vr-use-features .vr-info-header {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 1rem;
}
.vr-use-features .vr-info-header h4{color:#686b6e;}
.vr-use-features .vr-info-header h4::after{display: none;}
.vr-use-features .vr-info-header h2 {
  color:#fff;
  font-size: 50px;
  line-height: 1;
}
.vr-use-features .features-list{
  font-size: 22px;
  line-height: 1.3;
}
.features-list{
  padding: 20px;
  margin-bottom: 1rem;
}
.vr-use-features .btn-primary{
  background-color: transparent;
  border-color: #ededed;
  color: #ededed;
  border-width: 1px;
  padding-block: 12px;
}
.vr-use-features .btn-primary:hover,
.vr-use-features .btn-check:active+.btn-primary,
.vr-use-features .btn-check:checked+.btn-primary,
.vr-use-features .btn-primary.active,
.vr-use-features .btn-primary:active,
.vr-use-features .show>.btn-primary.dropdown-toggle{
  background-color: #48ba58;
  border-color: #48ba58;
  color: #fff;
}
.vr-realtime-experience-block{
  position: relative;
  z-index: 2;
  padding-top: 10%;
}
.circles-holder{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 30px;
}
.experience-circle{
  position: absolute;
  width: 465px;
  height: 465px;
  background-color: rgba(255,255,255, 0.05);
  right: 0;
  top: 0;
  border-radius: 100%;
}
.experience-circle.one{
  width: 870px;
  height: 870px;
  right: auto;
  left: -500px;
  top: -500px;
}
.experience-circle.two{
  right: -200px;
  top: -250px;
}
.experience-circle.three{
  right: -210px;
  top: auto;
  bottom: -70px;
}
.experience-circle.four{
  right: -120px;
  top: auto;
  bottom: -160px;
}
.vr-realtime-experience{
  background-color: #332aa1;
  border-radius: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10rem 3rem 7rem;

}
.vr-realtime-experience .left-content{
  width: 32%;
  margin-right: 3%;
  position: relative;
  z-index: 2;
}
.vr-realtime-experience .vr-info-header{
  border-bottom:0;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
.vr-realtime-experience .vr-info-header hr{
  height: 2px;
  border-color:rgba(255,255,255,0.2);
  max-width: 50%;
  margin-top: 2rem;
}
.experience-nav{
  font-size: 18px;
  padding-left: 0;
  margin-bottom: 2rem;
  color: #9a9b9d;
  list-style: none;
}
.experience-nav li{
  position: relative;
  padding-left: 25px;
}
.experience-nav li::before {
  position: absolute;
  left: 0;
  top: 13px;
  content: '';
  width: 4px;
  height: 4px;
  background-color: #9a9b9d;
  border-radius: 100%;
}
.vr-realtime-experience .left-content .imgbox + .imgbox {margin-top: 3.5rem;}
.vr-realtime-experience .tab-image{
  position: absolute;
  width: 55%;
  bottom: 100%;
  left: 60%;
  transform: translateX(-50%);
  margin-bottom: -10%;
  z-index: 2;
}
.vr-realtime-experience .vr-info-column{
  width: 55%;
  position: relative;
  z-index: 2;
}
.vr-realtime-experience h4{
  color: #a4a4a6;
}
.vr-realtime-experience h2{
  color: #fff;
  text-transform: none;
  font-size: 54px;
}
.vr-realtime-experience p{
  color: #9a9b9d;
  margin-bottom: 5px;
}
.vr-commitment-section{
  position: relative;
}
.vr-commitment-section .container{
  position: relative;
  
}
.vr-commitment-left{
  width: 40%;
  padding-block: 10rem 3rem;
}
.vr-commitment-left .vr-left-img{
  position: relative;
}
.vr-commitment-left .vr-left-img::before{
  position: absolute;
  left: -999px;
  right: -70px;
  top:20%;
  bottom: -20%;
  content: '';
  background-image: -moz-linear-gradient( 0deg, rgb(107,32,237) 0%, rgb(101,38,168) 50%, rgb(219,128,255) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(107,32,237) 0%, rgb(101,38,168) 50%, rgb(219,128,255) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(107,32,237) 0%, rgb(101,38,168) 50%, rgb(219,128,255) 100%);
  opacity: 0.502;
  border-radius:0 30px 30px 0;
}
.vr-commitment-left .vr-left-img img{
  position: relative;
  z-index: 1;
}
.vr-commitment-right{
  width: 40%;
  background-color:rgba(0,0,0, 0.7);
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding-block:5rem;
}
.vr-commitment-right .top-imgbox{
  margin-top: -68%;
  margin-bottom: 2rem;
}
.vr-commitment-left .vr-info-header{
  border-bottom:0;
}
.vr-commitment-left h4{
  font-family: 'ProximaNovaSemibold';
}
.vr-commitment-left h4::after{
  display: none;
}
.vr-commitment-left h2{
  color: #fff;
  font-family: 'ProximaNovaSemibold';
  font-size: 38px;
}
.vr-schedual-meetings-section{
  position: relative;
}
.vr-schedual-meetings-section::after,
.vr-schedual-meetings-section::before {
  background: url(../how-use-vr/schedual-bg.png) no-repeat;
  background-size: contain;
  width: 63%;
  height: 42%;
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  z-index: -1;
}
.vr-schedual-meetings-section::after{
  background-image: url(../how-use-vr/schedual-bg2.png);
  background-size: contain;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
}

@media  only screen and (max-width: 1399px){
  .vr-top-banner h1 {
      font-size: 42px;
  }
  .vr-use-steps-frame .vr-info-column {
      padding-inline: 0.5rem;
  }
  .vr-use-steps::before {
      height: 70%;
  }
  .vr-schedual-meetings .vr-info-column{
    padding-inline: 1rem 1.8rem;
  }
  .vr-use-features .vr-info-header h2,
  .vr-realtime-experience h2 {
      font-size: 40px;
  }
  .vr-features-info{
    padding-inline: 7rem;
  }
  .vr-top-banner {
      padding-top: 17rem;
  }
  .vr-navigate-section .imgbox.real1 {
      margin-block: -10% 20%;
  }
  .vr-navigate-content.real-min-h {
      min-height: 950px;
  }
}
@media  only screen and (max-width: 1199px){
  h2 {
      font-size: 38px;
  }
  h3 {
      font-size: 34px;
  }
  h4 {
      font-size: 20px;
  }
  
  .vr-navigate-section .imgbox.top {
      margin-block: -70% 30%;
  }
  .imgbox.p-inline{
    padding-inline: 12%;
  }
  .vr-use-steps-frame .vr-info-header h2 {
    font-size: 24px;
  }
  .vr-use-steps-frame .vr-info-column {
      padding-inline: 0.5rem;
  }
  .vr-navigate-frame .vr-generic-header {
      margin-bottom: 12rem;
  }
  .vr-schedual-meetings{
    padding-top: 6rem;
    padding-bottom: 13rem;
  }
  .vr-schedual-meetings-section .vr-schedual-meetings{
    padding-top: 5rem;
  }
  .real-images{
    position: relative;
    z-index: 1;
  }
  .vr-navigate-section .imgbox.real1 {
      margin-block: -10% 30%;
  }
  .vr-navigate-content.real-min-h {
      min-height: 800px;
  }
  .vr-top-banner {
      padding-top: 15rem;
      background-position: 90% 140%;
  }
  .vr-top-banner .bnr-left .imgbox {
      margin-block: 100px -100px;
  }
  .vr-top-banner h1 {
      font-size: 40px;
  }
  .vr-use-steps {
      padding-top: 11rem;
  }
  .vr-use-steps-frame {
      padding: 5rem 3rem;
  }
  .vr-navigate-content {
      padding: 4rem 3rem 2rem 2rem;
  }
  .vr-navigate-content h2 {
    font-size: 32px;
  }
  .vr-generic-header .easy-steps-txt {
      padding-top: 2.5rem;
      font-size: 45px;
  }
  .vr-generic-header {
      margin-bottom: 4rem;
  }
  .vr-schedual-meetings .vr-info-column {
      padding-inline: 1rem;
  }
  .vr-info-header {
      padding-bottom: 1.5rem;
      margin-bottom: 1.5rem;
  }
  .vr-info-column p {
      margin-bottom: 1.5rem;
  }
  .btn-primary {
      min-width: 185px;
      font-size: 15px;
  }
  .how-use-vr-wrapper {
      font-size: 16px;
  }
  .vr-schedual-meetings-section::after,
  .vr-schedual-meetings-section::before{
    height: 26%;
  }
  .vr-commitment-left .vr-left-img::before {
    right: -50px;
    bottom: -15%;
  }
  .vr-realtime-experience .left-content {
      width: 36%;
      margin-right: 8%;
  }
  .vr-realtime-experience .vr-info-column {
      width: 47%;
  }
  .vr-use-features .vr-info-header h2, .vr-realtime-experience h2 {
      font-size: 40px;
  }
  .vr-use-features {
      margin-top: 8rem;
      background-position: 30% 50%;
      min-height: 690px;
  }
  .vr-features-info{
    padding:4rem;
    top: 120px;
  }
  .vr-presentation-section {margin-block: 6rem;}
  .vr-commitment-left h2 {font-size: 34px;}
  .vr-commitment-left {width: 48%;}
  .experience-nav {font-size: 16px;}
  .vr-realtime-experience{padding-bottom: 5rem;}
  .vr-use-features .features-list {font-size: 18px;}
}
@media  only screen and (max-width: 991px){
  .mt2 {
      margin-top: 1.2rem;
  }
  h2 {
      font-size: 34px;
  }
  h3 {
      font-size: 30px;
  }
  h4 {
      font-size: 18px;
  }
  .vr-use-features {
      margin-top: 7rem;
      background-position: 30% 50%;
      min-height: 600px;
  }
  .vr-features-info {
      padding-block: 4rem;
      top: 105px;
  }
  .vr-realtime-experience .left-content {
      width: 42%;
  }
  .vr-realtime-experience {
      padding: 6rem 3rem 4rem;
  }
  .vr-realtime-experience .vr-info-column {
      width: 50%;
  }
  .vr-use-features .vr-info-header h2, .vr-realtime-experience h2 {
      font-size: 36px;
  }
  .vr-use-steps-frame {
      padding: 3.5rem 1.5rem;
  }
  .btn-primary {
      min-width: 175px;
      font-size: 14px;
  }
  .vr-top-banner .bnr-left .imgbox {
      margin-block: 60px -60px;
  }
  .vr-use-steps {
      padding-top: 10rem;
  }
  .vr-use-steps-frame .vr-info-header h2 {
      font-size: 22px;
  }
  .vr-navigate-frame .vr-generic-header {
      margin-bottom: 5rem;
  }
  .vr-navigate-content {
      padding-inline: 1.5rem;
  }
  .vr-navigate-section .imgbox.top {
      margin-block: -30% 20%;
  }
  .vr-navigate-content h2 {
      font-size: 32px;
  }
  .vr-schedual-row {
      margin-bottom: 3rem;
  }
  .vr-schedual-meetings-section .vr-schedual-row{
    align-items: center !important;
  }
  .vr-use-features .vr-info-header h2,
  .vr-realtime-experience h2 {
      font-size: 32px;
  }
  .btn-primary {
    min-width: 155px;
    font-size: 13px;
    border-width: 1px;
  }
  .vr-use-features.inline-img{
    background-image:none !important;
  }
  .vr-features-info {
      padding: 2rem;
      top: auto;
      left: 12px;
      right: 12px;
  }
  .vr-features-info .vr-info-column{
    width: 100%;
  }
  .vr-use-features .vr-info-header {
      margin-bottom: 0;
  }
  .features-list {
      padding: 10px 0 0 20px;
  }
  .vr-use-features .vr-info-header h2,
  .vr-realtime-experience h2 {
      font-size: 28px;
  }
  .vr-presentation-section {
      margin-block: 4rem;
  }
  .vr-realtime-experience {
      padding: 5rem 2rem 3.5rem;
  }
  .vr-commitment-right {
      width: 45%;
      padding-block: 3rem;
  }
  .vr-commitment-left {
      width: 43%;
  }
  .vr-commitment-left .vr-left-img::before {
      right: -30px;
      bottom: -15%;
  }
  .imgbox.p-inline {
      padding-inline: 15%;
  }
  .vr-use-steps {
      padding-top: 8rem;
  }
  .vr-schedual-meetings {
    padding-top: 5rem;
  }
  .vr-navigate-frame .vr-generic-header {
      margin-bottom: 3rem;
  }
  .vr-navigate-section .imgbox.real1 {
      margin-block: 80% 30%;
  }
  .vr-navigate-content.real-min-h {
      min-height: 750px;
  }
  .vr-navigate-section{padding: 2rem;}
  .vr-generic-header .easy-steps-txt {
      font-size: 40px;
  }
  .vr-top-banner h1 {
      font-size: 36px;
  }
  .vr-top-banner {
      padding-top: 14rem;
      background-position: 93% 140%;
  }
  .vr-top-banner .bnr-left .imgbox {
      margin-block: 40px -40px;
  }
  .vr-use-steps {
      padding-top: 7rem;
  }
  .vr-generic-header .easy-steps-txt::before {
      width: 400px;
  }
  .how-use-vr-wrapper {margin-top: -11em;}
}
@media  only screen and (max-width: 767px){
  .vr-commitment-left h2 {
      font-size: 26px;
  }
  .vr-use-steps-frame {
    padding: 3rem 1.5rem;
  }
  .vr-use-steps::before {
      height: 42%;
  }
  .vr-navigate-content {
      padding: 2rem 1.5rem 0.5rem;
      margin-bottom: 2rem;
  }
  .vr-navigate-section .imgbox.login {
      margin-left: 0;
      margin-bottom: 1rem;
  }
  .vr-navigate-content.real-min-h {
      min-height: inherit;
  }
  .vr-navigate-section .imgbox.real2 {
      margin-right: 0;
  }
  .vr-generic-header .easy-steps-txt::before {
      width: 300px;
  }
  .vr-schedual-meetings-section::after,
  .vr-schedual-meetings-section::before {
      height: 14%;
  }
  .vr-schedual-meetings-section .vr-schedual-meetings {
      padding-top: 3rem;
  }
  .vr-use-features {
      margin-top: 6rem;
      min-height: inherit;
  }
  .vr-info-header {
      padding-bottom: 1.2rem;
      margin-bottom: 1.5rem;
      border-bottom-width:1px;
  }
  .vr-schedual-meetings{padding-bottom: 8rem;}
  .vr-realtime-experience .left-content {
    width: 100%;
    margin-right:0;
  }
  .vr-realtime-experience .vr-info-column {
      width: 100%;
      margin-bottom: 3rem;
  }
  .vr-realtime-experience{flex-direction: column-reverse;}
  .vr-realtime-experience .left-content .imgbox + .imgbox {margin-top: 2.5rem;}
  .vr-use-features .vr-info-header h2,
  .vr-realtime-experience h2 {font-size: 32px;}
}

@media  only screen and (max-width: 575px){
  .vr-commitment-left {
      width: 100%;
  }
  .vr-commitment-right {
      width: 100%;
      padding-block: 3rem;
  }
  .vr-navigate-content h2,
  h2 {
      font-size: 30px;
  }
  .vr-top-banner .bnr-left{
    margin-bottom: 2rem;
  }
  .vr-use-steps {
      padding-top: 3.5rem;
      padding-inline: 1rem;
  }
  .vr-schedual-meetings {
      padding-top: 4rem;
      padding-inline: 1rem;
  }
  .vr-schedual-row {
      margin-bottom: 2.5rem;
  }
  .vr-schedual-meetings .vr-info-column {
      padding-inline: 0.5rem;
  }
  .vr-navigate-frame .vr-generic-header {
      margin-bottom: 2rem;
  }
  .vr-schedual-meetings.vr-navigate-frame {
      padding-bottom: 1rem;
  }
  .vr-generic-header .easy-steps-txt::before {
      width: 250px;
  }
  .vr-generic-header .easy-steps-txt {
      font-size: 35px;
  }
  .vr-generic-header {
      margin-bottom: 2.5rem;
  }
  .vr-commitment-section .container{
      display: block !important;
  }
  .vr-commitment-left {
      width: 100%;
      padding: 0;
  }
  .vr-commitment-right {
      width: 100%;
      padding-block: 3rem;
      margin-top: 3rem;
  }
  .vr-commitment-right .top-imgbox {
      margin-top: 0;
      margin-bottom: 1.5rem;
  }
  .vr-commitment-left .vr-left-img::before{display: none;}
  .vr-commitment-section {
      padding-block: 3rem;
  }
  .vr-commitment-left .vr-info-header,
  .vr-schedual-meetings{padding-bottom: 0;}
  .vr-realtime-experience .left-content {
      width: 100%;
      margin-bottom: 2rem;
  }
  .experience-circle.one {
      width: 400px;
      height: 400px;
      right: auto;
      left: -200px;
      top: -200px;
  }
  .experience-circle {
    width: 250px;
    height: 250px;
  }
  .experience-circle.three {
      right: -100px;
      bottom: -50px;
  }
  .experience-circle.four {
      right: -80px;
      bottom: -110px;
  }
  .vr-realtime-experience {
      padding: 3.5rem 2rem 1.5rem;
  }
  .vr-realtime-experience .vr-info-column {
      width: 100%;
      padding-top: 1rem;
  }
  .vr-features-info {
      position: static;
  }
  .vr-use-features {
      margin-top: 4rem;
  }
  .vr-presentation-section {
      margin-block: 3rem;
  }
  .vr-navigate-content h2, h2 {
      font-size: 26px;
  }
}
@media  only screen and (max-width: 500px){
  .how-use-vr-wrapper {margin-top: -4em;}
  .vr-top-banner {padding-top: 6rem;}
}


















