/*----------------------------CSS For Video Library Popup Start Here----------------------------*/

/*.video-libary-wrap{
  display: none;
}*/

.video-icon-block p{
  color: #000000;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 14px;
    margin: 0;
}

.video-icon-block{
  width: fit-content;
  text-align: center;
}

.video-icon-block a{
  display: block;
}

.video-libary-sec .library-heading-block h4{
  color: #282828;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 21px;
  padding-bottom: 1rem;
  margin: 0;
}

.video-libary-sec .library-heading-block p{
  color: #6C6C6C;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 21px;
  margin: 0;
}

/*.video-libary-sec .library-heading-block span{
  position: absolute;
  top: 0;
  left: 0;
}*/

.video-libary-sec .heading-block{
  padding-left: 2rem;
}

.video-libary-sec .library-heading-block{
  position: relative;
  display: flex;
    align-items: center;
    margin-bottom: 3.4rem;
    flex-shrink: 0;
}


.video-popup-overlay, .stickyvideo-wrap.disp-popup{

  position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9) !important;
     transition: opacity 500ms; 
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    overflow: auto;
    height: 100%;
    width: 100%;
    transform: none;
}
.stickyvideo-wrap.disp-popup{
  visibility: visible;
  opacity: 1;
}

.video-libary-wrap{
  width: 100%;
  max-width: 700px;
  background: #ffffff;
    padding: 3.4rem 5rem 3.4rem 5rem;
    left: -100%;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.video-libary-wrap .close-btn-block a{
  border: 1px solid #F0EFEE;
    border-radius: 5px;
    display: block;
    padding: 1.1rem 1.1rem;
}

.video-libary-wrap .close-btn-block{

  position: absolute;
    top: 13px;
    right: 14px;
    z-index: 9;
}

.video-details-block .heading-txt h5{
  color: #282828;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 18px;
  padding-bottom: 0.2rem;
  margin: 0;
}

.video-details-block .heading-txt p{
  color: #838383 !important;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 15px;
  margin: 0;
}

.video-details-block .video-heading{
  border-radius: 10px;
    /*background: #FFF7F3;*/
    padding: 1.6rem 2rem 0;
    position: relative;
    margin-bottom: 1rem;
    height: 153px;
    overflow: hidden;
    cursor: pointer;
}

.video-details-block .video-img{
  text-align: center;
  position: absolute;
  bottom: 0;
    left: 0;
    right: 0;
  z-index: 99;
}

.video-details-block .video-duration p{
  color: #575757;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 21px;
    margin: 0;
}

.video-details-block .video-duration{
  
  background: #282828;
    padding: 0.2rem 0.4rem;
    position: absolute;
    bottom: 15px;
    border-radius: 5px;
    z-index: 99;
}
.bg-blue .video-details-block .video-duration p{
  color: #fff;
}

.video-details-block .heading-txt{
  margin-bottom: 1rem;
}

/*.video-details-block .video-heading:after {
    content: '';
    background: #FFECE5;
    width: 100%;
    height: 66px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
}*/
/*.video-details-block .video-heading:before {
    content: "";
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.15) 100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
}*/
.video-details-block .video-title p{
  color: #282828;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 21px;
    margin: 0;
}

.video-list-sec{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.video-list-sec:last-child{
  
  margin-bottom: 0;
}

.video-list-sec .video-details-block{
  width: 50%;
  /*margin-right: 3rem;*/
}

.video-list-sec .video-details-block:last-child{
  margin-right: 0;
}

.video-details-block .play-icon{
  position: absolute;
    bottom: 15px;
    right: 20px;
    z-index: 999;
    /*transform: translate(-50%, -50%);*/
}

.video-details-block .play-icon a{
  display: block;
}


.recommended-video-block::-webkit-scrollbar, .video-list-block::-webkit-scrollbar {
      width:5px;
      background-color:#f0f0f0;
      border-radius: 50px;
      }
      
.recommended-video-block::-webkit-scrollbar-thumb, .video-list-block::-webkit-scrollbar-thumb {
    background:#dedede;
    border-radius:5px;
    border-radius: 50px;
}

.video-list-block{
     overflow-y: auto;
   /*height: 600px;*/
   padding-right: .7rem;
  }

.video-details-sec .video-heading-block a{
  
    display: flex;
    align-items: center;
}
.video-details-sec > h3{
  margin: 0;
  margin-bottom: 2rem;
}
.video-details-sec > h3 span {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 600;
}
.video-details-sec .video-heading-block h3{
  color: #282828;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 21px;
    margin: 0;
}

.video-details-sec .video-heading-block a h3{
  padding-left: 2rem;
}

.video-details-sec .recommended-video-block h4{
  margin: 0;
    color: #282828;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 20px;
    padding-bottom: 1.7rem;
}

.video-details-sec .recommended-video-block{
  padding-top: 0rem;
    /*border-top: 1px solid #e5e5e5;*/
    overflow-y: auto;
}

.video-details-sec .video-heading-block{
  margin-bottom: 2.7rem;
  flex-shrink: 0;
}

.activeOverlay{
  visibility: visible;
  opacity: 1;
}

.video-details-sec{
  position: relative;
    right: -100%;
    display: none;
    flex-direction: column;
    height: -webkit-fill-available;
}
.video-libary-sec{
  display: flex;
  flex-direction: column;
  height: -webkit-fill-available;
}
.video-details-sec .main-video-block{
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden;
  min-height: 180px;
  position: relative;
  flex-shrink: 0;
}
.library-video-loder {
    text-align: center;
    position: absolute;
    display: block;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: #fff;
}
.library-video-loder img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*.recommended-video-block .video-list-block{
  height: 200px;
}*/
.video-tooltipTxt {
    background: rgb(19,59,124);
    background: linear-gradient(180deg, rgba(19,59,124,1) 50%, rgba(0,37,71,1) 100%);
    padding: 0.3rem 0rem 0.3rem 1rem;
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff !important;
    position: absolute;
    top: -45px;
    right: 10px;
    min-width: 225px;
    border-radius: 5px;
    width: 100%;
    display: block;
    line-height: 13px;
    z-index: 9;
    animation: MoveUpDown 1s linear infinite;
}

.video-tooltipTxt:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #002547;
    position: absolute;
    bottom: -9px;
    left: auto;
    right: 22px;
}

.video-tooltipTxt span{
  display: inline-block;
  /*padding: 0 5px;*/
}

.video-tooltipTxt span img{
  height: 25px !important;
  width: 25px !important;
}

@media screen and (max-width: 767px){
  .video-details-sec > h3 span {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .video-libary-sec .library-heading-block p, .video-details-block .video-title p{
    line-height: 1.6rem;
  }
  .video-libary-sec .library-heading-block{
    align-items: flex-start;
    margin-bottom: 2rem;
  }
  .video-tooltipTxt {
    padding-right: 0;
    top: 20px;
    right: 108px;
    min-width: 225px;
    animation: MoveLeftRight 1s linear infinite;
}
.video-tooltipTxt:after {
    bottom: 8px;
    left: auto;
    right: -20px;
    transform: rotate(270deg);
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #133b7c;
}
  .advantagetooltipSec:before{
    right: 12px !important;
    left: auto !important;
  }

  .advantagetooltipSec{
    top: 50px !important;
    left: auto !important;
    right: 10px !important;
  }

  .video-libary-wrap {
      width: 100%;
      max-width: 100%;
      padding: 2rem 2rem;
      height: auto;
      margin-top: 7.5rem;
      border-radius: 10px 10px 0 0;
      overflow: initial;
  }

  .video-list-block {
      height: auto;
      padding-right: 0;
      /*overflow-y: hidden;*/
      
  }

  .video-list-sec {
      flex-direction: column;
    margin-bottom: 0;
  }

  .video-list-sec .video-details-block{
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.6rem;
  }

  .video-details-block .video-heading,
  .video-details-block .video-title{
    width: 50%;
  }
  .video-details-block .video-title{
        padding-left: 2rem;
  }
  .video-details-block .video-heading{
    padding: 1.6rem 1rem 0;
    margin-bottom: 0;
    background: none;
    height: 100px;
  }
  .video-details-block .heading-txt{
    display: none;
  }
  .video-details-block .video-heading:before{
    display: none;
  }
  .video-details-block .video-img{
    top: 8px;
  }
  .video-img img{
    max-width: 100%;
  }
  .video-details-block .heading-txt h5{
    font-size: 1.2rem;
  }
  .recommended-video-block .video-list-block {
      height: auto;
  }
  .video-details-sec .video-heading-block a h3 {
      padding-left: 1rem;
      padding-right: 0;
      font-size: 1.6rem;
  }
  .video-libary-wrap .close-btn-block {
      
      top: -65px;
      right: 40%;
  }
  .video-libary-sec .library-heading-block h4{
    font-size: 1.8rem;
    padding-bottom: .5rem;
  }
  .video-details-block .video-heading:after{
    height: 50px;
    content: none;
  }

  .videolibrary-popup-wrap .video-libary-wrap .video-details-sec{
    display: none;
    /*flex-direction: column;*/
  }
  .video-details-sec .video-heading-block{
    /*order: 2;*/
  }
  .video-details-sec .main-video-block{
    /*order: 1;*/
  }
  .video-details-sec .recommended-video-block{
    order: 3;
  }
}


/*----------------------------CSS For Video Library Popup End Here----------------------------*/




/*----------------------------CSS For SI Popup Start Here----------------------------*/

.si-video-sec{
  display: flex;
  align-items: center;
  margin-top: 3rem;
}

.si-video-sec .si-img-block{
  width: 100%;
  max-width: 123px;
  margin-right: 1rem;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

/*.si-video-sec .si-img-block a:before{
  content: '';
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/

.si-video-sec .si-img-block a{
  display: block;
  position: relative;
}

.si-video-sec .si-content-block h6{
  margin: 0;
    color: #282828;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 13px;
    padding-bottom: 0.5rem;
}

.si-video-sec .si-content-block p, .si-video-sec .si-content-block p span {
   margin: 0;
    color: #ec6625 !important;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 14px;
    text-decoration: underline;
    cursor: pointer;
}

.si-video-sec .si-content-block .si-premium{
  font-weight: 700;
}

/*.si-img-block a:after{
  content: '';
  background: url('/docs/default-source/assets/health/video-library/images/video-play-btn.svg');
  width: 11px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}*/

.si-img-block a:after {
/*    content: '';
    background: url('/docs/default-source/assets/health/video-library/images/play-icon-gif.gif');
    background-size: 65px;
    background-position: center;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;*/
    /*color: transparent;*/
    /*background-color: transparent;*/
    /*border-radius: 50%;*/
    /*overflow: visible;*/
    /* background-color: transparent; */
/*    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

.video-popup-wrap, .stickyvideo-wrap .disp-popup-wrap {
  width: 100% !important;
    max-width: 970px;
    background: #ffffff;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 7rem auto 0;
    height: auto !important;
    /*transform: translate(-50%, -50%);*/
}

.close-btn-block a{
  position: absolute;
    right: 16px;
    top: 16px;
    display: block;
    padding: 1rem 1rem;
    background: #ffffff;
    border: 1px solid #F0EFEE;
    border-radius: 5px;
    z-index: 99;
}

.video-popup-wrap .video-popup-sec img{
  width: 100%;
}

@media screen and (max-width: 991px){

  .video-popup-wrap{
    width: 100%;
    max-width: 700px;
  }
}


@media screen and (max-width: 767px){

  .video-details-block .play-icon{
    bottom: 10px;
    right: 10px;
  }

  .video-details-block .play-icon a img{
    width: 30px;
    height: 30px;
  }

  .video-details-block .video-duration{
    bottom: 10px;
  }

  .si-video-sec .si-content-block h6 {
      font-size: 1.3rem;
      line-height: 16px;
  }

  .video-popup-wrap {
      width: 100%;
      max-width: 100%;
  }
  .si-video-sec .si-img-block{
    margin-right: 1.6rem;
  }
  .si-popup-wrap .video-popup-wrap {
      border-radius: 0 !important;
      background: transparent !important;
  }
  .video-popup-overlay, .stickyvideo-wrap.disp-popup{
    background: rgba(0, 0, 0, 0.9) !important;
  }
  .si-popup-wrap .video-popup-sec{
    border-radius: 0;
  }
}




/*----------------------------CSS For SI Popup Start Here----------------------------*/

.stickyvideo-wrap{
    position: fixed;
    top: 50%;
    right: 0;
    width: 185px;
    height: 210px;
    transform: translate(0%, -50%);
    z-index: 99;
}

.stickyvideo-wrap a.popuparrow-block{
  background: #F58220;
    padding: 1.3rem 0.5rem;
    display: inline-block;
    border-radius: 3px 0 0 3px;
    margin-top: 1.6rem;
    /*position: absolute;
    top: 16px;
    left: -20px;*/
    
}

.sticky-video-sec{
    height: 112px;
    width: 185px;
    /*background-color: red;*/
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
        transition: all linear 0.5s;
    
}



.sticky-video-sec .sticky-video-details{
  border-radius: 8px 0 0 8px;
  border: 1px solid #c9c9c9;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.disp-popup .sticky-video-sec .sticky-video-details{
  border-radius: 10px;
}

.sticky-video-sec .sticky-video-title h6{
  color: #282828;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 15px;
  padding: 0.2rem 0.6rem 0.8rem;
}

.sticky-video-sec .sticky-video-title{
  background: #ffffff;
}

.sticky-video-block img{
  width: 100%;
}

.stickyvideo-wrap a.popuparrow-block img{
   transform: rotate(180deg);
}

.stickyvideo-wrap .toggleHeight a.popuparrow-block img{
   transform: rotate(0deg);
}


.sticky-video-sec .minmax-btn-block a {
    width: 16px;
    height: 16px;
    position: relative;
    z-index: 99999;
    display: block;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.sticky-video-sec.toggleHeight .minmax-btn-block a{
  width: 36px;
  height: 36px;
}

.sticky-video-sec .minmax-btn-block {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    padding: 0.8rem 0.8rem 0;
    z-index: 99;
}

.sticky-video-sec .minmax-btn-block img{
  width: 10px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sticky-video-sec.toggleHeight .minmax-btn-block img{
  width: auto;
    height: auto;
}

.sticky-video-sec.toggleHeight .sticky-video-title h6{
  padding: 0.7rem 1rem 0.8rem;
  font-size: 1.5rem;
}

.sticky-popup-wrap .video-popup-sec{
  border-radius: 20px;
    overflow: hidden;
}

.sticky-video-sec.toggleHeight{
  width: 338px;
  height: 210px;
}

.smoothAnimation{
  -webkit-animation: expand 2s;

  -webkit-animation: expand 2s;
  -moz-animation: expand 2s;
  -ms-animation: expand 2s;
  -o-animation: expand 2s;
  animation: expand 2s;
}


@-webkit-keyframes expand{
    
    
    0%{
      height: 210px;
      width: 338px;
    }
    100%{
      height:112px;
      width: 185px;
    }
}


@-moz-keyframes expand{
    
    
    0%{
      height: 210px;
      width: 338px;
    }
    100%{
      height:112px;
      width: 185px;
    }
}

@-webkit-keyframes expand{
    
    
    0%{
      height: 210px;
      width: 338px;
    }
    100%{
      height:112px;
      width: 185px;
    }
}

@-o-keyframes expand{
    
    
    0%{
      height: 210px;
      width: 338px;
    }
    100%{
      height:112px;
      width: 185px;
    }
}

.stickyvideo-wrap .disp-popup-wrap {
  -webkit-animation: none;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
  transition: none;
  margin: 0 auto;
  top: 50% !important;
  transform: translateY(-50%);
  left: 0 !important;
}

/*----------------------------CSS For Video Tab Popup Start Here----------------------------*/

.textBox{
  width: 415px;
    height: 460px;
    border-radius: 10px;
    overflow: hidden;
        /*margin-top: 10rem;*/
}

.videolibrary-tab-sec{
  background: #fff9f6;
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.video-popup-sec{
  border-radius: 5px;
  overflow: hidden;
}
.videolibrary-tab-sec .playbtnBlock{
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.videolibrary-tab-sec .playbtnBlock{
  display: block;
}

.videolibrary-tab-sec .videolibrary-btn-block{
  position: absolute;
  bottom: 0;
  right: 0;
}


.videolibrary-tab-sec .videolibrary-btn-block p{
  color: #000000;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 14px;
}

.videolibrary-tab-sec .videolibrary-btn-block:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-right: 80px solid #FFF1CE;
    position: absolute;
    bottom: -52px;
    right: -12px;
    transform: rotate(225deg);
    z-index: 8;
}

.videolibrary-tab-sec .videolibrary-btn-block a {
    display: block;
    position: relative;
    z-index: 9;
    right: 0px;
    bottom: 0px;
    text-align: center;
    width: 100px;
    height: 80px;
}

.videolibrary-tab-sec .videolibrary-img-block{
  position: absolute;
    bottom: 0;
    left: 0;
    z-index: 8;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 767px){

  .textBox {
      width: 100%;
      height: 240px;
      border-radius: 10px;
      overflow: hidden;
      margin-top: 0;
  }

  .videolibrary-tab-sec .videolibrary-btn-block img{
    width: 36px;
    height: 36px;
  }

  .videolibrary-tab-sec .videolibrary-btn-block:after {
      border-top: 85px solid transparent;
      border-bottom: 85px solid transparent;
      border-right: 85px solid #FFF1CE;
      bottom: -55px;
      right: -13px;
  }
  .videolibrary-tab-sec .videolibrary-btn-block a {
     
      right: 0px;
      bottom: 0px;
      height: 70px;
  }
  .videolibrary-tab-sec{
    border-radius: 0;
  }
  #kpoint-div-mobile, .player-wrapper{
    height: 100% !important;
  }

}


/*----------------------------CSS For Video Tab Popup End Here----------------------------*/


/*-------------------CSS For Advantage Tooltip Start Here-------------------*/

.advantagetooltipSec{
  width: 100%;
  max-width: 254px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.16);
  padding: 1.2rem 1.2rem 1.7rem;
  position: absolute;
  top: 40px;
  left: 4px;
  z-index: 99;
  display: none;
}

.advantagetooltipSec p{
  margin: 0;
    color: #282828;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 1.1rem;
}

.advantagetooltipSec .advanctageList h4{
  margin: 0;
    color: #282828;
    font-size: 1.2rem;
    font-weight: 700;
    padding-bottom: 0.8rem;
}

.advantagetooltipSec .advanctageList li{
  color: #282828;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: normal;
  position: relative;
  margin-bottom: 0.8rem;
  padding-left: 2rem;
}

.advantagetooltipSec .advanctageList li:last-child{
  margin-bottom: 0;
}

.advantagetooltipSec .advanctageList li:before{
  content: '';
  background: url('/docs/default-source/assets/health/video-library/images/advantage-list-arrow.svg');
  width: 12px;
  height: 12px;
  position: absolute;
  top: 3px;
  left: 0;

}

.advantagetooltipSec:before{
  content: '';
  position: absolute;
  top: -6px;
  left: 12px;
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}

@media screen and (max-width: 767px){

  .advantagetooltipSec{
    width: 100%;
    max-width: 100%;
  }
}

/*-------------------CSS For Advantage Tooltip End Here-------------------*/






.healthBox.siBox .sumInsOuter li{
  width: 33.33%;
}

.healthBox.siBox ul.sumIns{
  display: flex;
  align-items: center;
}

.healthBox.siBox ul.sumIns li:first-child{

  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.8rem 1.5rem 0.8rem 1.6rem; 
  margin-right: 4.3rem;
  width: 26%;
  max-width: inherit;
}

.healthBox.siBox ul.sumIns li:nth-child(2){
    width: 45%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 2rem;
    margin-left: 0;
}

.healthBox.siBox ul.sumIns li:last-child{

  margin-right: 0;
  width: 29%;
  padding-left: 2rem;
  max-width: inherit;
}

.finderPlanpage .siBox .sumInsOuter ul.sumIns .SITitle {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

.siBox .lWidth.ml {
    margin-top: 0;
}

.finderPlanpage .siBox .sumInsOuter{
  padding: 0;
}

.siBox .si-details-sec{
  padding: 2.5rem 2.5rem;
}

.siBox .recommandplanSec{

    background: linear-gradient(270deg, #FFF3F3 0.66%, #FFF2EB 18.58%, #FFFEF3 122.68%);
    border-radius: 10px 10px 0px 0px;
    padding: 0.7rem 1.5rem 0.8rem;
}

.siBox .recommandplanSec p{
    color: #2D2D2D;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 22px;
    margin: 0;
}

.befitcoverBox .befitcover-block{
  display: flex;
  margin-bottom: 2rem;
}

.befitcoverBox .si-video-sec{
  width: 35%;
  margin-top: 0;
}

.befitcoverBox .befitcover-block p{
  width: 65%;
  margin-bottom: 0;
}

.siBox .dicountOuter{
    background: linear-gradient(270deg, #FFFFFF 0%, #DFFFE4 100%);
    border-radius: 5px;
    color: #0C9D24;
    padding: 0.6rem 0.8rem;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 14px;
    display: flex;
    align-items: center;
}

.finderPlanpage .siBox .dicountOuter:before{
  content: none;
}

.siBox .dicountOuter span{
      padding-left: 0.5rem;
    color: #0C9D24;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 14px;
}

.befitcoverBox .si-video-sec .si-content-block p{
  width: 100%;
}

.optionBox .video-popup-sec{
  position: relative;
  top: 15rem;
}
.disp-popup.stickyvideo-wrap a.popuparrow-block, .disp-popup.stickyvideo-wrap .minmax-btn-block a, .disp-popup.stickyvideo-wrap .sticky-video-title{
  display: none;
}
.stickyvideo-wrap .close-btn-block {
    display: none;
}
.stickyvideo-wrap.disp-popup .close-btn-block {
    display: block;
}
@media screen and (max-width: 1024px) and (min-width:991px){

  .healthBox.siBox ul.sumIns li:first-child{
    margin-right: 2.3rem;
    width: 32%;
  }
  .healthBox.siBox ul.sumIns li:nth-child(2){
    width: 40%;
  }
  .healthBox.siBox ul.sumIns li:last-child{
    width: 28%;
  }
  .befitcoverBox .befitcover-block p {
    width: 50%;
  }
  .befitcoverBox .si-video-sec {
    width: 50%;

  }
}

@media screen and (max-width: 991px){

  .finderPlanpage .siBox .smallWidth.premium.f-right{
    position: relative !important;
    top: 0 !important;
  }
}

@media screen and (max-width: 767px){

  .healthBox.siBox ul.sumIns {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .siBox .si-details-sec {
    padding: 2rem 2rem;
  }

  .healthBox.siBox ul.sumIns li:first-child {
  
    margin-right: 0;
    width: 48%;
    margin-bottom: 2rem;
    height: auto;
  }

  .healthBox.siBox ul.sumIns li:nth-child(2) {
    width: 100%;
    padding-right: 0;
    border-right: none;
    margin-bottom: 0;
    order: 3;
  }

  .healthBox.siBox ul.sumIns li:last-child {
    width: 48%;
    padding-left: 0;
    margin: 0;
    order: 2;
  }

  .siBox.si-video-sec {
   
    margin-top: 2rem;
  }

  .healthBox.siBox{
    padding: 0 !important;
  }

  .healthBox.docWrapp.siBox[_ngcontent-rcb-c88] {
      padding: 0;
  }

  .siBox .recommandplanSec{
    border-radius: 0;
  }
  .befitcoverBox .befitcover-block {
    
    flex-direction: column;
  }
  .befitcoverBox .befitcover-block p {
    width: 100%;
    margin-bottom: 2rem;
  }
  .befitcoverBox .si-video-sec {
    width: 100%;
  }
  .si-video-sec{
        margin-top: 1rem;
  }

}
@keyframes MoveUpDown {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4px);
    }
}
@keyframes MoveLeftRight {
    0%, 100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-4px);
    }
}