
html {
    line-height: 0;
  }

  h2 {
    font-size: 3vw;
    margin-bottom: 0.5em;
    margin-top: 0;
  }
  @supports (position: sticky) {
    .is-sticky {
      position: sticky;
      top: 50px;
    }
    .sticky-header.is-sticky{
      top: 230px;
    }
  }
  .lanBtnSet{
    position: relative;
  width: 100%;
  max-width: 460px;
  margin: auto;
  min-height: 50px;
  margin-top: 6rem;
  }
  .lanBtnSet li{
    display: inline-block;
    border: #f6581e solid 2px;
    background: #f6581e;
    padding: 10px 20px;
    border-radius: 24px;
    width: 190px;
    color: #fff;
    position: absolute;
    z-index: 1;
    margin: 0 5px;
    cursor: pointer;
    transition: all ease .3s;
    font-family: 'poppinsregular';
    }
    .lanBtnSet li.triger{
      position: absolute;
  width: 10px;
  padding: 8px;
  top: 14px;
  border: #f6581e solid 2px;
  background: #fff;
  left: 0px;
  right: 0px;
  margin: auto;
    }
    .lanBtnSet.active::before{
      display: none;
    }
    .lanBtnSet li:first-child{
      left: 0px;
    }
    .lanBtnSet li:nth-child(3){
      right: 0px;
    }
    .lanBtnSet.active li:first-child, .lanBtnSet.active li:last-child{
      transition: all ease .3s;
    }
    .lanBtnSet.active li:first-child{
      position: absolute;
      left: calc(50% - 95px);
      transition: all ease .3s;
    }
    .lanBtnSet.active li:nth-child(3){
      position: absolute;
      right: calc(50% - 95px);
      transition: all ease .3s;
    }
    .lanBtnSet.active .tryBtn{
      display: block !important;
      position: absolute;
      left: 0px;
      right: 0px;
      margin: auto;
      top: 0px;
    }
  .lanBtnSet::before{
    left: 30%;
    position: absolute;
    content: "";
    border-bottom: #F6581E solid 1px;
    width: 40%;
    margin: auto;
    top: 24px;
  }
  
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: #1E88E5 !important;
  border: none;
  padding: 5px 20px !important;
  font: inherit;
  font-size: 50px !important;
}

#thrive .owl-dots {
  display: none; 
}

#thrive button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0;
}

#thrive .item {
  display: none;
}

#thrive .next {
  display: block !important;
  position: relative;
  transform: scale(0.9);
  transition-duration: 0.5s;
  opacity: 0.5;
}
#thrive .next .round-btn, #thrive .prev .round-btn{
opacity: 0;
}
.owl-carousel .owl-item .round-btn{
min-width: 200px;
}
#thrive .prev {
  display: block !important;
  position: relative;
  transform: scale(0.9);
  transition-duration: 0.5s; 
  opacity: 0.5;
}

#thrive .item.show {
  display: block;
  transition-duration: 0.6s;
}
.owl-theme .owl-nav{
position: absolute;
  left: 0px;
  top: calc(50% - 90px);
  width: 40%;
  margin: auto;
  left: 0;
  right: 0;
}
#thrive.owl-carousel .owl-nav button.owl-next{
float: right;
color:#f6581e !important
}

#thrive.owl-carousel .owl-nav button.owl-prev{
float: left;
color:#f6581e !important;
}
#thrive.owl-carousel .owl-nav button.owl-prev span, #thrive.owl-carousel .owl-nav button.owl-next span{
position: relative;
font-size: 0px;
}
#thrive.owl-carousel .owl-nav button.owl-prev span::before{
content: "";
position: absolute;
border-right: solid 22px rgb(246 88 30);
border-bottom: solid 22px transparent;
border-top: solid 22px transparent;
bottom: 0;
right: 0px;
}
#thrive.owl-carousel .owl-nav button.owl-next span::before{
content: "";
position: absolute;
border-left: solid 22px rgb(246 88 30);
border-bottom: solid 22px transparent;
border-top: solid 22px transparent;
bottom: 0;
left: 0px;
}
#thrive .item.prev img, #thrive .item.next img {
  margin: 0px 0px 30px 0;
}

/* Feel free to change duration  */ 
.animated  {
-webkit-animation-duration : 500 ms  ;
animation-duration : 500 ms  ;
-webkit-animation-fill-mode : both  ;
animation-fill-mode : both  ;
}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
z-index : 1 
 }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
z-index : 0 
 }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {
-webkit-animation-name : fadeOut  ;
animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
0% {
  opacity : 1   ;
}  
100% {
  opacity : 0   ;
}  
}
@keyframes  fadeOut  {
0% {
  opacity : 1   ;
}  
100% {
  opacity : 0   ;
}  
}

.fadeIn {
-webkit-animation-name : fadeIn  ;
animation-name : fadeIn  ;
}  
@-webkit-keyframes  fadeIn  {
0% {
  opacity : 0   ;
}  
100% {
  opacity : 1   ;
}  
}
@keyframes  fadeIn  {
0% {
  opacity : 0  ;
}  
100% {
  opacity : 1   ;
}  
}


@media screen and (max-width: 999px) {
#thrive .next, #thrive .prev {
      transform: scale(1);
      opacity: 1;
  }

  #thrive .item {
      display: block !important;
  }
  #thrive.owl-theme .owl-nav{
  width: 100%;
}
}
#candidate.owl-carousel{
z-index: 10;
}
#candidate.owl-theme .owl-nav{
position: absolute;
  left: 0;
  top: 210px;
  width: 60%;
  max-width: 720px;
  margin: auto;
  left: 0;
  right: 0;
  height: 55px;
}
#candidate.owl-theme .owl-nav button.owl-next{
float: right;
padding: 0px !important;
  width: 60px;
  height: 60px;
  margin: auto;
  left: 0px;
  right: 0px;
  border-radius: 50%;
  background: #F6581E;
  line-height: 40px;
  border: #ff865a solid 8px;
  box-shadow: 0 1px 8px 1px rgb(64 60 67 / 53%);
}
#candidate.owl-theme .owl-nav button.owl-prev{
float: left;
  padding: 0px !important;
  width: 60px;
  height: 60px;
  margin: auto;
  left: 0px;
  right: 0px;
  border-radius: 50%;
  background: #F6581E;
  line-height: 40px;
  border: #ff865a solid 8px;
  box-shadow: 0 1px 8px 1px rgb(64 60 67 / 53%);
}
#candidate.owl-theme .owl-nav button.owl-next:hover, #candidate.owl-theme .owl-nav button.owl-prev:hover{
  background: #e3511c;

}
#candidate.owl-carousel .owl-nav button.owl-prev span, #candidate.owl-carousel .owl-nav button.owl-next span{
position: relative;
font-size: 0px;
}
#candidate.owl-carousel .owl-nav button.owl-prev span::before{
content: "";
  position: absolute;
  background: url(../../assets/images/playBtn.svg) no-repeat center center;
  left: -11px;
  width: 16px;
  height: 16px;
  background-size: contain;
  margin: auto;
  top: -26px;
  transform: rotate(180deg);
}
#candidate.owl-carousel .owl-nav button.owl-next span::before{
content: "";
  position: absolute;
  background: url(../../assets/images/playBtn.svg) no-repeat center center;
  left: -7px;
  width: 16px;
  height: 16px;
  background-size: contain;
  margin: auto;
  top: -26px;
}
.integrateMain{
    margin-top: 3rem;
}
.integrateMain p{
    max-width: 90%;
    margin: auto;
}
.orgCharector{
    width: 100%; height: 550px;
}
.supportIconr img{
    max-width: 550px; transform: rotate(10deg);
}

.supportIconr{
    text-align: center;
}

.carousel-control-prev.slideBtn.disable, .carousel-control-next.slideBtn.disable{
  opacity: .5;
}


.two, .three,.four, .five,.six, .seven, .support{
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
}
.five, .six, .support, .zero_cost{
    background: #F6F6F4;
}
.three,.support{
    position: relative;
}
.three, .proven_results, .zero_cost{
    min-height: 100vh;
    padding-top: 2rem;
}
.three::after,.two::after{
    background: #F6F6F4;
    content: "";
    height: 200px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 0;
    background-size: cover;
}
.three::after{
    height: 160px;
}
.two::after{
    background: #fff;
    height: 250px;
}
#landing svg{
  position: relative;
  top: -60px;
}
#landing .schools{
  position: absolute;
    bottom: 17px;
    z-index: 1;
    text-align: center;
    width: 100%;
    opacity: .5;
    transition: ease all .5s;
}
#landing .schools.fadeOut{
  opacity: 0;
}
#landing .schools img{
  max-height: 32px;
  margin: 0 8px;
  filter: grayscale(100%);
}
.one{
    position: relative;
    background: #F6F6F4;
    overflow: hidden;
    min-height: 100vh;
    max-height: 100vh;
}

.one .ledend-text{
    max-width: 720px;
    text-align: center;
    position: absolute;
    z-index: 6;
    left: 0px;
    right: 0px;
    margin: auto;
    top:calc(50% - 160px);
    height: 300px;
}
.one h1{
    /*font-family: 'gelasioregular', 'merriweatherregular', Georgia, serif;*/
    font-family: 'poppinssemibold';
    font-size: 40px;
}
.one p,.six p, .seven p{
    font-family: 'poppinsregular';
    font-size: 16px;
    margin: 2rem 0;
    color: #5c5c5c;
}
.one p{
    max-width: 600px;
    margin: 2rem auto  1.25rem!important;
    font-size: 20px;
}
.one h4{
    margin-bottom: 2rem;
}
.one .brandLogos{
    position: absolute;
    bottom:52px;
    width: 100%;
    z-index: 1;
    text-align: center;
}
.one .brandLogos img{
    filter: grayscale(100%);
    max-height: 32px;
    margin: 0 10px;
}
.one .brandLogos img:hover{
    filter: grayscale(0%);
}
#mobBoy, .mobileiew, .mob_demo_btn{
    display: none;
    /*height: 90vh;*/
}
.mob_demo_btn{
  padding: 2px 10px 4px 10px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  top: -2px;
}
.title{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0px;
    z-index: 1;
}
 .mainPlay{
    position: absolute;
    width: 90%; 
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 1;
    text-align: center;
    max-width: 760px;
    top: calc(50% - 100px);
}
.quote{
    position: relative;
}
.quote::before,.quote::after{
    position: absolute;
    content: '';
    width: 40px;
    height: 50px;
    font-size: 150px;
    left:0px;
    bottom: 75%;
    background-size: contain !important;
    opacity: 0.7;
}
.quote::before{
    background: url(../../assets/images/quote1.svg) no-repeat center center;
}
.quote::after{
    left: inherit;
    right: 0px;
    bottom: 30px;
}
.quote::after{
    background: url(../../assets/images/quote1.svg) no-repeat center top;
    height: 70px;
    transform: rotate(180deg);
}
.quote h3{
    color: #F6581E;
    font-family: 'poppinsregular';
    margin-top: 7rem;
    font-style: italic;
}
.quote p{
    color: #282620;
    font-family: 'poppinsregular';
}
.one .playIcon, .playMain .playIcon, .playClient{
    width: 80px;
    height: 80px;
    margin: auto;
    left: 0px;
    right: 0px;
    border-radius: 50%;
    background: #F6581E;
    line-height: 40px;
    padding-left: 5px;
    /*border: #ff865a solid 8px;
    box-shadow: 0 1px 8px 1px rgb(64 60 67 / 53%);*/
    box-shadow: 0px 5px #be3909;
    border: #be3909 solid 1px;
    cursor: pointer;
    transition: ease all .2s;
    position: relative;
    top: -5px;
}
.one .playIcon{
  margin-top: 4rem;
}
.one .playIcon:hover, .playMain .playIcon:hover, .playClient:hover{
  transition: ease all .2s;
  box-shadow: 0px 0px #be3909;
  position: relative;
  top: 0px;
}

.playClient{
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: inherit;
  z-index: 1;
  line-height: 56px;
  width: 60px;
  height: 60px;
  top: inherit;
}
.design{
  text-align: left;
    padding: 24px 0 15px 15px;
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
    color: #fff !important;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
    width: 100%;
    z-index: 1;
}
.one .playIcon img, .playMain .playIcon img, .playClient img{
    max-width: 16px !important;
    opacity: 1 !important;
}
.playMain{
    min-height: 100vh;
     position: relative;
     background: #F6F6F4;
     overflow: hidden;
     max-height: 100vh;
 }
 .playMain .playIcon{
    top: 0px;
    bottom: 0;
 }
/*
.playMain::after{
    position: absolute;
    z-index: 2;
    width: 0;
    height: 0;
    border-left: 100vw solid transparent;
    border-bottom: 13.9173vw solid rgb(246 88 30);
    content: "";
    bottom: 0px;
}*/
.two{
    background:#f5f5f5;
    position: relative;
    display: inherit;
}
/*.two::after{
    background: url(../../assets/images/table.png) no-repeat center;
    content: "";
    height: 505px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 0;
    background-size: cover;
}*/
.playMain h1, .two h1, .three h1,.four h1, .five h1,.six h1, .seven h1,.support h1, .two_pmp h1,.proven_results h1 ,.zero_cost h1{
    /* font-family: 'gelasioregular', 'merriweatherregular', Georgia, serif; 
    color: #282620;
    */
    font-family: 'poppinssemibold';
    font-size: 45px;
    line-height: 55px;
    color: #43413c;
}
.two h1{
    z-index: 1;
}
.headingText h1{
  padding: 1.5rem 0 0 0 !important;
  margin: 0px 0px 1.5rem 0px;
} 
.headingText p{
  margin-bottom:4rem !important;
    color: #83827e;
    max-width: 580px;
    margin: auto;
    text-align: center;
    font-family: 'poppinsregular';
} 
.three h1,.playMain h1,.support h1{
    padding: 4.5rem 0 2rem 0;
}
.playMain h1{
    text-align: center;
}
.three, .support{
    display: inherit;
}
.three p, .five p, .support p{
    font-family: 'poppinslight';
    font-size: 16px;
    line-height: 1.5rem;
}
.three p,.support p{
    min-height: 48px;
}
.two p b{
    font-family: 'poppinssemibold';
}
.two .subHead{
    font-family: 'poppinssemibold';
    font-size: 18px;
    color: #fff; 
}
.help-candidate {
    margin-left: 1.5rem;
}
.three img{
    margin: 2.5rem 0;
    width: inherit !important;
}
.three h3,.five h3, .support h3{
    font-family: 'poppinsregular';
    font-size: 20px;
    line-height: 30px;
    color: #F6581E;
    text-transform: uppercase;
}
.three h3{
    margin-bottom: 0px;
}
.five img{
    margin: 2rem 0;
    max-height: 110px;
}

.four img{
    line-height: 200px;
    max-width: 100%;
    max-height: 70px;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: ease all 0.3s;
}
.four img:hover{
  filter: grayscale(10%);
  opacity: 1;
}
.four h1{
    padding: 4.5rem 0 0 0;
}
.four p{
    font-size: 14px;
    font-family: 'poppinsregular';
    margin-top: 0;
    line-height: 18px;
    color: #73726E;
}
.feedback .videoComing{
  position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 13px;
    color: #f6581e;
}
.main.card{
    height: 250px;
    background: #fff no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    transition: ease all .5s;
    box-shadow: 0px 2px 4px #e4dddc;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}
.main.card .feedback{
    opacity: 0;
    transition: ease all .5s;
    padding: 2rem;
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.main.card .overlay {
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    position: absolute;
}
.two .overlay{
  transition: ease all .4s;
}
.slideOpen.two .overlay {
  background: rgba(0,0,0,0.90);
  width: 100%;
  height:100%;
  position: absolute;
  z-index: 10;
  transition: ease all .4s;
}
.slideOpen.two video{
  z-index: 10;
}
.slideOpen.two .candidateSlider h3, .slideOpen.two .candidateSlider p{
  color: #fff;
}
#candidate.owl-carousel{
  position: absolute;
    top: 80px;
}
#candidate.owl-carousel, .videoPoster video{
  opacity: 0;
  transition: ease all .4s;
}
  .two .playIcon{
    width: 60px;
    height: 60px;
    margin: auto;
    left: 0px;
    right: 0px;
    border-radius: 50%;
    background: #F6581E;
    line-height: 40px;
    padding-left: 5px;
    border: #ff865a solid 8px;
    box-shadow: 0 1px 8px 1px rgb(64 60 67 / 53%);
    cursor: pointer;
    text-align: center;
}
.two .playIcon img{
  max-width: 16px !important;
    opacity: 1 !important;
}
.two.slideOpen .playIcon{
  display: none;
  transition: ease all .4s;
}
.two .playIcon{
  position: absolute;
  top:45%;
  z-index: 11;
  transition: ease all .4s;
}
.two #candidate.owl-carousel, .two .videoPoster video{
  transition: ease all .4s;
}
.slideOpen.two #candidate.owl-carousel, .slideOpen.two .videoPoster video{
  opacity: 1;
  transition: ease all .4s;
}







.main.card:hover .feedback{
    opacity: 1;
    transition: ease all .5s;
}
.main.card .feedback h4{
    font-family: 'gelasioregular';
    color: #32776E;
    ;
}
.demoPop{
    color: #9f9f9f; 
    padding: 3rem 2.5rem;
    font-family: 'poppinslight';
}
.demoPop h3{
    font-family: 'gelasioregular', 'merriweatherregular', Georgia, serif;
    color: #282620;
}
.demoPop p{
    line-height: 20px;
    font-size: .9rem;
}
.demoPop input, .demoPop textarea{
    margin-bottom: .9rem;
    padding: 0.7rem;
    background: #f6f6f6;
    color: #bbbaba;
    font-size: .8rem;
}
.calRevenue{
    margin-bottom: 4.5rem;
}
.calProgress{
    max-width: 60%;
    margin: auto;
}
.calProgress .path{
    height: 2px;
    background: #AFCEC6;
    position: relative;
}
.calProgress .path .val{
    background: #282620;
    color: #fff;
    padding: 2px 3px;
    border-radius: 5px;
    top: 15px;
    position: absolute;
    display: inline-block;
    font-size: .8rem;
}
.calProgress .path .val::after{
    content: "";
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #282620;
    width: 8px;
    height: 8px;
    display: inline-block;
    top: -8px;
    left: 0;
    right: 0; 
    margin: auto;
}
.calProgress .path .val::before{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    content: "";
    position: absolute;
    background: #f6581e;
    top: -21px; 
    cursor:move;
    left: 0px;
    right: 0px;
    margin: auto;
}
  .accordion > li {
    position: relative;
    color: #fff;
    font-family: 'poppinsregular';
    border-bottom: dashed 1px #ff9b77;
    margin-bottom: 1rem;
  }
  
  .accordion .link a {
    position: relative;
    display: block;
    color: #fff;
    font-family: 'poppinsregular';
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
  }
  .accordion .link{
    margin-bottom: .5rem;
  }
 
  /* submenu */ 
  .submenu {
    display: none; 
    margin-bottom: 1.5rem;
    font-family: 'poppinslight';
  }
  .accordion li.active .link a::before{
    position: absolute; 
    content: "";
    top: 10px;
    left: -42px;
    transform: translateY(-50%);
    background: url(../../assets/images/playBtn.svg) no-repeat center;
    width: 16px;
    height: 18px;
    background-size: cover;
  }
  .slider-image{
    position: absolute;
    width: 920px; 
    height: 480px;
    top:50px;
    background: url(../../assets/images/Laptop.png) no-repeat center;
    background-size: cover;  }
.candidateSlider h3 {
    font-family: 'poppinsregular';
    color: #F6581E;
    font-size: 45px;
    line-height: 30px;
    margin-top: 0.5rem;
    margin-bottom: .75rem;
    }
.candidateSlider p{
    /*max-width: 550px;*/
    margin: auto;
    font-family: 'poppinslight';
}
.lapmain{
    position: relative; 
    width: 859px;
    margin: auto;
    display: inline-block;
    z-index: 1;
    height: 200px;
}
.lapmain .imageLap{
    position: absolute; top: -294px; left: 86px; right: 0px; margin: auto;    width: 859px; height: 450px;
}
.lapmain .glassImg{
    position: absolute;
    top: -126px;
    right: -214px;
    width: 156px;
    height: 224px;
}
.lapmain .bookImg{
    position: absolute;
    top: -33px;
    left: -347px;
    width: 464px;
    height: 197px;
}
.videoPoster{
    background: url(../../assets/images/laptop_Mobile.png) no-repeat;
    background-size: contain;
    background-position:2px 0px;
    position: relative;
    z-index: 10;
}
.revenueCal{
    padding: 40px 0px 0 0;
    max-width: 460px;
}
.revenueCal h3{
    color: #F6581E;
    font-size: 1.25rem;
}
.pricedMain{
    padding: 100px 0px 0 100px;
}
.fullyInte h1{
    padding:4.5rem 0 3rem 0
}
.rtool{
    display: none;
}
.posZin{
  position: relative;
  z-index: 1;
}
.moreClients{
  text-align: right;
}
.moreClients a{
  color: #f6581e;
  padding: 1rem 1rem 0 0;
}


.newWrapper{
  height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    transition: ease all .2s;
 scroll-behavior: smooth
}
.newWrapper .section{
  scroll-snap-align: center;
  transition: ease all .2s;
  position: relative;
}

.dArrow{
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 2;
    margin: auto;
    left: 0px;
    right: 0px;
    bottom: 10px;
    text-align: center;
    border-radius: 50%;
    background: #f6581e;
    display: none;
    line-height: 40px;
}
.dArrow img{
  width: 16px !important;
  margin: 0px !important;
}
.two_pmp {
  min-height: 100vh;
  padding-bottom: 2rem;
}
.two_pmp .carousel{
  text-align:center;
  background: #f6f6f4;
}
.two_pmp .carousel-item .item{
  min-height: 100px;
  margin-top: 50px;
  font-family: 'poppinsregular';
  background: #f6f6f4;
}
.two_pmp .carousel-item .item h1{
  color:#67655e;
}
.two_pmp .carousel-item .item p{
  color:#83827e;
  font-size:17px;
  max-width:650px;
  margin-left:auto;
  margin-right:auto;
  font-style: italic;
}
.lapview .screen{
  max-width: 600px;
  min-height: 350px;
  margin: auto;
  padding: 1rem 1rem 0.65rem 1rem;
  background: #e3e2db;
  border-radius: 10px 10px 0px 0px;
  border: #8c8c8a solid 3px;
  position: relative;
}
.lapview .screen::after{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border: #8c8c8a solid 2px;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 4px;
  border-radius: 5px;
  background: #c6c6c6;
}
.lapview .screen .playBtn{
  width: 60px;
  height: 60px;
  margin: auto;
  left: 0px;
  right: 0px;
  top:0px;
  position: absolute;
  bottom:0px;
  border-radius: 50%;
  background: #F6581E;
  line-height: 54px;
  padding-left: 5px;
  box-shadow: 0px 4px #be3909;
  border: #be3909 solid 1px;
  cursor: pointer;
  text-align: center;
  display: none;
}
.lapview .screen .playBtn img{
  width: 20px;
}
.lapview .screen img{
  max-width: 100%;
}
.lapview .screen video, .lapview .screen img{
  border: #8c8c8a solid 2px;
  border-radius: 2px;
}
.lapview .keypad{
  width: 700px;
  margin: auto;
  background: #e3e2db;
  height: 30px;
  border: #8c8c8a solid 3px;
  border-radius: 3px 3px 20px 20px;
  position: relative;
  bottom: 3px;
}
.lapview .keypad::after{
  position: absolute;
    width: 120px;
    height: 17px;
    border: #8c8c8a solid 3px;
    content: "";
    left: 0px;
    background: #f8f8f8;
    right: 0px;
    margin: auto;
    top: -2px;
    border-radius: 0 0 5px 5px;
}
.lapview .keypad::before{
  content: "";
  position: absolute;
  right: -3%;
  bottom: -18px;
  left: -3%;
  z-index: 0;
  height: 2rem;
  background: radial-gradient(ellipse closest-side, #797979, transparent);
  z-index: -1;

}
.two_pmp .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  background: #fff;
  border: #727270 solid 2px !important;
  border-radius: 50%;
  opacity: 1;
  margin: 0 5px 0 5px;
}
.two_pmp  .carousel-indicators{
  bottom:100px
}
.two_pmp .carousel-indicators .active{
  opacity: 1;
  background:#F6581E !important;
  border: #F6581E solid 2px !important;

}

.slideBtn{
  bottom: inherit;
    opacity: 1;
    top: 31%;
    width: 60px;
    
}
.carousel-control-prev.slideBtn{
  left: calc(50% - 400px);
  transform: rotate(180deg);
}
.carousel-control-next.slideBtn{
  right: calc(50% - 400px);
}
.slideBtn .playIc{
  width: 32px;
  height: 32px;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.slideBtn .playIc img{
  width: 32px;
  position: absolute;
  z-index: 1;
  transition: ease all .2s;
  top: 3px;
  left: 0px;
}
.slideBtn .playIc img.arrow_shadow{
  z-index: 0;
  top: 0px;
}
.slideBtn .playIc img.right_ar{
  top: -3px;
}
.slideBtn .playIc:hover img{
  top:0px;
}
.two_pmp .carousel-indicators{
  display:none
}
.mob_video{display: none;}

.about{
  padding-right: 4.5rem;
}
.qLiksMain{
  margin: 5rem 0 0 0;
}
.award img {
  max-height: 100px;
}
.tb-whitespace{
    height: 24px;
    border: #8c8c8a solid 2px;
    position: relative;
    border-bottom: none;
    border-radius: 20px 20px 0 0;
    top: 1px;
    background-color: #fff;
    display: none;
}
.tb-whitespace.bottmSPace{
    border-top: none;
    border-bottom: inherit;
    border-radius: 0 0 20px 20px;
    bottom: 1px;
    top: inherit;
}