:root {
  --star-size: 25px;
  --star-color: #b0b0b0;
  --star-background: #fc0;
}

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}
.Stars::before {
  content: '★★★★★';
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
}
.rev_name{
  font-size: 16px;
}


/*Desktop Responsive*/
@media (min-width: 1025px) and (max-width: 1280px){
 body{
    overflow-x: hidden!important;
  }
/*header*/
  .drp-dropdown ul{
    padding-top: 0px;
  }
  .navbar-expand-md .navbar-collapse {
    padding: 0px!important;
  }
  #mainMenu .navbar-nav li {
      padding: 0px 5px!important;
  }
  .navbar-collaps7{
    background-color: #ffffff;
    margin: -17px -17px 0 -17px!important;
  }
  .fixed-top{
    position: fixed!important;
    padding-bottom: 10px!important;
  }
  .navbar-toggler {
    top: 18px!important;
    right: 17px!important;
    color: #343a40!important;
    font-size: 30px!important;
  }
/*product-details*/
  .app-figure {
    margin-top: 23px;
    width: 122%;
    margin-left: -131px;
  }
  .selectors{
    display: none;
  }
  .pd{
    margin-top: 33px!important;
  }
  .p-desc {
    padding: 0!important;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 92%;
  }
  .discount1 p{
    width: 110%;
  }
  .discount2 p{
    width: 136%;
  }
  .product__description button {
    margin-top: 21px!important;
  }
/*product-description*/
  .linelft, .linergt{
    width: 280px;
  }
  .linelft1, .linergt1{
    width: 340px!important;
  }
  .pd-p1{
    margin-left: 20px!important;
    margin-right: 20px!important;
  }
  .row-bg{
    margin-left: -75px!important;
    margin-right: -75px!important;
  }
/*Ingredients*/
  .ing-txt{
    padding: 0px!important;
  }
  .ing-txt h3{
    margin-right: -20px!important;
    margin-left: -20px!important;
    margin-top: 20px;
  }
  .ing-txt p{
    padding-left: 0px!important;
    padding-right: 0px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin-left: -10px!important;
    margin-right: -10px!important;
  }
  .ing-img1{
    margin-left: -1rem!important;
  }
  .ing-img2{
    margin-left: 2rem!important;
    margin-top: 1px;
  }
/*Benifits*/
  .benefit-bg{
    padding-top: 0rem!important;
  } 
/*Certificate*/  
  .cetimg{
    margin-left: 61px;
  }
/*Footer*/  
  .sub-sub{
    left: -7px!important;
    top: 23px!important;
    margin-left: 268px;
  }
  .Email {
    width: 45%!important;
    height: 37px!important;
  }
  .footer-btn {
    width: 20%!important;
    height: 37px!important;
  }
  .footer h6{
    top: 14px;
  }
  .logo-part{
    border: none!important;
  }
  .social {
      display: block;
    }
  .social .fb-icon{
    margin-right: 5px;
    margin-left: 5px;
  }
  .social .insta-icon{
    margin-right: 5px;
  }
  .social .yt-icon{
    margin-right: 5px;
  }
  .social .lkdn-icon{
    margin-right: 5px;
  }

  /*Review block*/
  .p-review{
    position: relative;
    top: 29px!important;
    right: 11px!important;
  }
  /*footer*/
  .footer-social{
    display: block;
  }
  .footer-social .fb-icon{
    margin-right: 3px;
    margin-left: 5px;
  }
  .footer-social .insta-icon{
    margin-right: 3px;
  }
  .footer-social .yt-icon{
    margin-right: 3px;
  }
  .footer-social .lkdn-icon{
    margin-right: 3px;
  }
  /*About*/
  .abt-bantxt {
    right: 90px;
    bottom: 324px;
    width: 131%;
  }
  .abt-bnrs img{
    margin-top: 63px;
  }
  .abt-sec1 {
    padding: 18px 19px;
    position: relative;
    bottom: 203px;
  }
  .abt-sec2 {
    padding: 18px 19px;
    position: relative;
    bottom: 225px;
  }
  .abt-sec3 {
    padding: 18px 19px;
    position: relative;
    bottom: 225px;
  }
  .s4-img {
    width: 300px;
    height: 270px;
    margin-bottom: 10px;
  }
  .abt-sec1>h4 {
    text-align: center;
  }
  .abt-sec3>h4 {
    text-align: center;
  }
  #signup {
    height: 704px;
    width: 100%;
  }
  .day-extra img{
    height: 323px;
  }
  .order-md-last{
    position: fixed;
    top: 0px;
    right: 20px;
    height: 100%;
  }

  
}



@media (max-width: 1024px) and (min-width: 768px){
.login-show a {
   padding: 0px;
}
 body{
    overflow-x: hidden!important;
  }
/*header*/
  .navbar-expand-md , .navbar-collapse{
    font-size: small!important;
    text-transform: capitalize!important;
  }
  #mainMenu , .navbar-nav li{
    padding: 0px 0px!important;
  }
  .drp-dropdown a{
    text-transform: capitalize!important;
    line-height: 30px!important;
  }
  .drp-dropdown{
    margin-right: 0!important;
  }
  .drp-dropdown ul{
    padding-top: 0!important;
  }
  .drp-dropdown li > a{
    line-height: 30px!important; 
    padding-left: 5px;
  }
  .drp-dropdown > a::after{
    border-left: 5px solid transparent!important;
    border-right: 5px solid transparent!important;
    border-top: 9px solid #0b6e45!important;
    margin: 13px 0px 0 4px!important;
  }
  .has-sub{
    font-size: 14px!important;
    padding-bottom: 4px!important;
  }
  .img-fluid{
    padding-bottom: 4px!important;
    margin-left: -21px!important;
    margin-right: -24px!important;
  }
  .navbar-collapse{
    background-color: #ffffff;
    margin: 0px!important;
  }
  .fixed-top{
    position: fixed!important;
    height: 46px;
  }
  .navbar-toggler {
    top: 18px!important;
    right: 17px!important;
    color: #343a40!important;
    font-size: 30px!important;
  }
  .drp-dropdown.hover1 li {
    width: 75%!important;
    margin-bottom: -11px!important;
    margin-left: 28px!important;
}
/*product-details*/
  .bnrs{
    margin-top: 40px!important;
  }p
  .app-figure {
    margin-top: 38px;
    margin-left: -86px;
  }
  #Zoom-1{
    height: auto!important;
    width: 120%!important;
    margin-left: -70px!important;
  }
  .selectors{
    display: none;
  }
  .pd{
    margin-top: 0px!important;
  }
  .p-desc {
    padding: 0!important;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 92%;
  }
  .discount1{
    padding-left: 36px!important;
    margin-bottom: -15px;
    position: relative;
    bottom: 21px;
  }
  .discount2{
    padding-left: 36px;
    position: relative;
    bottom: 21px;
  }
  .pd-p1{
    margin-left: 20px!important;
    margin-right: 20px!important;
  }
  .row-bg{
    margin-left: -75px!important;
    margin-right: -75px!important;
  }
/*Ingredients*/
  .ing-txt{
    padding: 0px!important;
  }
  .ing-txt h3{
    margin-right: -20px!important;
    margin-left: -20px!important;
  }
  .ing-txt p{
    padding-left: 0px!important;
    padding-right: 0px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin-left: -10px!important;
    margin-right: -10px!important;
    text-align: justify!important;
  }
  .ing-img1{
    margin-left: 12rem!important;
  }
.img-img{
  margin-left: 0px;
}
  .ing-img2{
    margin-left: 20rem!important;
    margin-top: -166px;
  }
/*Benifits*/
  .benefit-bg{
    padding-top: 0rem!important;
  }  
  #text1{
    order: 1;
  }
  #img1{
    order: 2;
  }
  #text2{
    order: 4;
  }
  #img2{
    order: 3;
  }
  #text3{
    order: 5;
  }
  #img3{
    order: 6;
  }
  #text4{
    order: 8;
  }
  #img4{
    order: 7;
  }
  .ben-text{
    padding: 0px 20px;
    text-align: center;
  }
  /*HTU*/
  
/*Certificate*/  
  .cetimg{
    width: 73%;
    margin-left: 23px!important;
  }
/*Footer*/  
  .sub-sub{
    left: -7px!important;
    top: -14px!important;
    margin-left: 111px!important;
    margin: 52px;
  }
  .Email {
    width: 54%!important;
    height: 37px!important;
  }
  .footer-btn {
    width: 36%!important;
    height: 37px!important;
  }
  .btn-review{
    position: relative; 
    right: -15px!important;
  }
  .footer h6{
    top: 14px;
  }
  .logo-part{
    border: none!important;
  }
  .mylivechat_buttonround_label{
    display: none!important;
  }
  .mylivechat_buttonround{
    position: absolute!important;
    left: 32px!important;
    width: 64px!important;
    top: 18px!important;
  }
  .social {
      display: block;
    }
  .social .fb-icon{
    margin-right: 5px;
    margin-left: 5px;
  }
  .social .insta-icon{
    margin-right: 5px;
  }
  .social .yt-icon{
    margin-right: 5px;
  }
  .social .lkdn-icon{
    margin-right: 5px;
  }

  /*Review block*/
  .heading{
    margin-top: 0!important
  }
  .button-wrap{
    margin-top: 0px!important;
  }
  #test-popup{
    height: 800px;
  }
  .Email-ht{
    height: 106px!important;
  }
  .Review-Email{
    position: relative;
    top: -3px;
  }
  .p-review{
    position: relative;
    top: 29px!important;
    right: 11px!important;
  }
  .prod-mar2{
    margin-right: 0px!important;
    margin-left: 0px!important;
  }
  .prod-mar1{
    margin-right: 0px!important;
    margin-left: 0px!important;
  }
  .pd-p1{
    text-align: justify!important;
  }
  .linelft1, .linergt1 {
    width: 230px!important;
  }
  .linelft, .linergt {
    width: 185px!important;
  }
  /*footer*/
  .footer-social{
    display: block;
  }
  .footer-social .fb-icon{
    margin-right: 3px;
    margin-left: 5px;
  }
  .footer-social .insta-icon{
    margin-right: 3px;
  }
  .footer-social .yt-icon{
    margin-right: 3px;
  }
  .footer-social .lkdn-icon{
    margin-right: 3px;
  }
  .navbar-expand-md , .navbar-collapse{
    font-size: small!important;
    text-transform: capitalize!important;
  }
  #mainMenu , .navbar-nav li{
    padding: 5px 0px!important;
  }
  .drp-dropdown a{
    text-transform: capitalize!important;
    line-height: 30px!important;
  }
  .drp-dropdown{
    margin-right: 0!important;
  }
  .drp-dropdown ul{
    padding-top: 0!important;
  }
  .drp-dropdown li > a{
    line-height: 30px!important; 
    padding-left: 5px;
  }
  .drp-dropdown > a::after{
    border-left: 3px solid transparent!important;
    border-right: 3px solid transparent!important;
    border-top: 7px solid #0b6e45!important;
    margin: 14px 0px 0 4px!important;
    position: relative;
    left: 3px;
  }
  .has-sub{
    font-size: 10px!important;
    padding-bottom: 4px!important;
  }
  .img-fluid{
    padding-bottom: 4px!important;
    margin-left: -21px!important;
    margin-right: -24px!important;
    position: relative;
    left: 22px;
  }
  .navbar-collapse{
    background-color: #ffffff;
    margin: 0px!important;
  }
  .fixed-top{
    position: fixed!important;
    height: 46px;
  }
  .navbar-toggler {
    top: 18px!important;
    right: 17px!important;
    color: #343a40!important;
    font-size: 30px!important;
  }
  .drp-dropdown.hover1 li {
    width: 75%!important;
    margin-bottom: -11px!important;
    margin-left: 28px!important;
}
/*Banner*/
    .abt-bnrs img{
      margin-top: 48px;
    }
    .abt-para{
    text-align: justify;
    padding: 50px 5px!important;
    }
    .abt-para1{
    text-align: justify;
    padding: 0px 5px!important;
    }
    .abt-bantxt {
    padding: 0px!important;
    position: relative;
    right: 105px!important;
    bottom: 200px!important;
    width: 142%!important;
    }
    .VMQ-h3{
      position: relative;
      top: 7px;
    }
    .VMQ-p{
      position: relative;
      top: 118px;
    }
    .abt-sec1-img{
      position: relative;
      top: 0px;
    }
    .abt-sec1 {
    padding: 0px!important;
    bottom: 174px!important;
  }
  .abt-sec1 > h4{
    text-align: center!important;
  }
    .abt-sec2-img{
      position: relative;
      top: 0px;
    }
  .abt-sec2 {
    padding: 0px!important;
    position: relative;
    bottom: 197px!important;
  }
  .abt-sec3-img{
    position: relative;
    top: 0px;
  }
  .abt-sec3 {
    padding: 0px!important;
    position: relative;
    bottom: 197px!important;
  }
  .abt-sec3 > h4{
    text-align: center!important;
  }
  .abt-sec1:hover {
    position: relative;
    top: 160px!important;
  }
  .abt-sec2:hover {
    position: relative;
    bottom: -122px!important;
  }
  .abt-sec3:hover {
    position: relative;
    bottom: -123px!important;
  }
  .order-md-last{
    position: fixed;
    top: 0px;
    right: 20px;
    height: 100%;
  }
  
}

/*Tablet Responsive*/
@media (min-width: 481px) and (max-width: 767px){
  /*header*/
  .navbar-collapse{
    background-color: #ffffff;
    margin: -4px -16px 0 -17px;
  }
  .fixed-top{
    position: fixed!important;
    height: 64px;
  }
  .navbar-toggler {
    top: 18px!important;
    right: 17px!important;
    color: #343a40!important;
    font-size: 30px!important;
  }
/*header-dropdown*/
    ul.egmenu {  
      height: auto; 
    }
    ul.egmenu > li {  
      float: none; width: 100%; 
    }
    ul.egmenu a { 
      line-height: 30px; 
    }
    ul.egmenu ul { 
      position: relative; 
      padding-top: 0px;
    }
    ul.egmenu li.tap { 
      background: #ffffff;  
    }
    ul.egmenu li.tap ul { 
      display: block;  
    }
    .subscribe{
      height: 170px;
    }
    .abt-bnrs img{
      margin-top: 63px;
    }
    .abt-para{
    text-align: justify;
    padding: 50px 5px;
    position: relative;
    top: 145px;
    }
    .abt-para1 {
      position: relative;
      top: 77px;
    }
    .abt-bantxt {
    padding: 10px 10px;
    margin: 0px -15px;
    right: 0px!important;
    bottom: 0px!important;
    }
    .VMQ-h3{
      position: relative;
      top: 170px;
      width: 113%;
      left: -27px;
    }
    .VMQ2-h3{
      position: relative;
      top: 48px;
      width: 100%;
      left: 0px;
    }
    .VMQ-p{
      position: relative;
      top: 143px;
      left: -29px;
      width: 115%;
    }
    .abt-sec1-img{
      position: relative;
      top: 60px;
    }
    .abt-sec1 {
    padding: 32px 22px!important;
    bottom: 140px!important;
  }
  .abt-sec1 > h4{
    text-align: center!important;
  }
    .abt-sec2-img{
      position: relative;
      bottom: 115px;
    }
  .abt-sec2 {
    padding: 32px 22px!important;
    position: relative;
    bottom: 302px!important;
  }
  .abt-sec3-img{
    position: relative;
    bottom: 305px!important;
  }
  .abt-sec3 {
    padding: 32px 22px!important;
    position: relative;
    bottom: 513px!important;
  }
  .abt-sec3 > h4{
    text-align: center!important;
  }
  .abt-sec1:hover {
    position: relative;
    bottom: 48px!important;
  }
  .abt-sec2:hover {
    position: relative;
    bottom: 323px!important;
  }
  .abt-sec3:hover {
    position: relative;
    bottom: 375px!important;
  }
  .journey {
    position: relative;
    bottom: 331px!important;
    height: 277px!important;
    top: -336px;
   }
   .s4 {
    position: relative;
    top: 150px;
    height: 1673px;
  }
  .s4-img {
    width: 445px!important;
    height: 225px!important;
    margin-left: -42px;
  }
  .prod-mar2{
    margin-right: 0px!important;
    margin-left: 0px!important;
  }
  .prod-mar1{
    margin-right: 0px!important;
    margin-left: 0px!important;
  }
  .pd-p1{
    text-align: justify!important;
  }



  body{
    overflow-x: hidden!important;
  }
  #ui-id-1{
    z-index:9999;
  }
/*header*/
  .search-container {
    position: absolute;
    right: 100px;
    top: 63px;
    width: 385px;
  }
  .ui-menu .ui-menu-item-wrapper{
    margin-top: 15px;
  }
  #cartwhite{
    display: none!important;
  }
  .navbar-collapse{
    background-color: #ffffff;
    margin: -6px -17px 0 -17px;
  }
  .fixed-top{
    position: fixed!important;
    height: 64px;
  }
  .navbar-toggler {
    top: 18px!important;
    right: 17px!important;
    color: #343a40!important;
    font-size: 30px!important;
  }
/*product-details*/
  .app-figure{
    margin-top: 91px;
  }
  .selectors{
    display: none;
  }
  .pd{
    margin-top: 33px!important;
  }
  .p-desc {
    padding: 0!important;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 92%;
  }
  .discount1{
    padding-left: 36px!important;
    margin-bottom: -15px;
    position: relative;
    bottom: 21px;
  }
  .discount2{
    padding-left: 36px;
    position: relative;
    bottom: 21px;
  }
/*product-description*/
  .linelft, .linergt{
    width: 411px;
  }
  .linelft1, .linergt1{
    width: 70px;
  }
  .pd-p1{
    margin-left: 20px!important;
    margin-right: 20px!important;
  }
  .row-bg{
    margin-left: -75px!important;
    margin-right: -75px!important;
  }
/*Ingredients*/
  .ing-txt{
    padding: 0px!important;
  }
  .ing-txt h3{
    margin-right: -20px!important;
    margin-left: -20px!important;
  }
  .ing-txt p{
    padding-left: 0px!important;
    padding-right: 0px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin-left: -10px!important;
    margin-right: -10px!important;
    text-align: justify!important;
  }
  .ing-img1{
    margin-left: 3rem!important;
  }
.img-img{
  margin-left: 0px;
}
  .ing-img2{
    margin-left: 11rem!important;
    margin-top: -166px;
  }
/*Benifits*/
  .benefit-bg{
    padding-top: 0rem!important;
  }  
  #text1{
    order: 2;
  }
  #img1{
    order: 1;
  }
  #text2{
    order: 4;
  }
  #img2{
    order: 3;
  }
  #text3{
    order: 6;
  }
  #img3{
    order: 5;
  }
  #text4{
    order: 8;
  }
  #img4{
    order: 7;
  }
  .ben-img{
    padding: 40px 60px!important;
  }
  .ben-text{
    text-align: center;
    padding: 38px!important;
    margin-top: -121px!important;
    border: none!important;
  }
  /*HTU*/
.step1 {
    width: 96%!important;
    top: 146px!important;
    text-align: center!important;
  }
  .imgrgt {
    left: 128px!important;
    width: 35%!important;
    top: 29px!important;
  }
  .step2-para {
    top: 57px!important;
    left: -12px!important;
    width: 107%!important;
    text-align: center!important;
  }
  .step3 {
    width: 101%!important;
    top: 233px!important;
    text-align: center!important;
    left: 2px;
  }
/*Certificate*/  
  .cetimg{
    margin-left: 93px;
  }
/*Footer*/  
  .sub-sub{
    left: -7px!important;
    top: 23px!important;
    margin-left: 40px;
  }
  .Email {
    width: 54%!important;
    height: 37px!important;
  }
  .footer-btn {
    width: 36%!important;
    height: 37px!important;
  }
  .btn-review{
    position: relative; 
    right: 127px!important;
  }
  .footer h6{
    top: 14px;
  }
  .logo-part{
    border: none!important;
  }
  .mylivechat_buttonround_label{
    display: none!important;
  }
  .mylivechat_buttonround{
    position: absolute!important;
    left: 32px!important;
    width: 64px!important;
    top: 18px!important;
  }

  /*Review block*/
  .heading{
    margin-top: 0!important
  }
  .button-wrap{
    margin-top: 0px!important;
  }
  #test-popup{
    height: 1500px;
  }
  .Email-ht{
    height: 200px!important;
  }
  .Review-Email{
    position: relative;
    top: -3px;
  }
  .p-review{
    position: relative;
    top: 29px!important;
    right: 11px!important;
  }
/*header-dropdown*/
    ul.egmenu {  
      height: auto; 
    }
    ul.egmenu > li {  
      float: none; width: 100%; 
    }
    ul.egmenu a { 
      line-height: 40px; 
    }
    ul.egmenu ul { 
      position: relative; 
    }
    ul.egmenu li.tap { 
      background: #ffffff;  
    }
    ul.egmenu li.tap ul { 
      display: block;  
      }
  .prod-mar2{
    margin-right: 0px!important;
    margin-left: 0px!important;
  }
  .prod-mar1{
    margin-right: 0px!important;
    margin-left: 0px!important;
  }
  .pd-p1{
    text-align: justify!important;
  }
  .login-show a {
    display: contents;
    /* padding: 24px 10px; */
  }
  .modal-content {
    left: 18px!important;
    width: 450px;
  }
  .day-ben{
    padding: 80px 0px 0px 0px!important;
  }
  .journey1 p {
    text-align: justify;
  }
  .order-md-last {
    position: relative;
    top: 0px;
    right: 0px;
    height: 100%;
  }

}

@media (min-width: 320px) and (max-width: 480px) {
  body{
    overflow-x: hidden!important;
  }
  #ui-id-1{
    z-index:9999;
  }
/*header*/
  .navbar-collapse{
    background-color: #ffffff;
    margin: -4px -16px 0 -17px;
  }
  .fixed-top{
    position: fixed!important;
    height: 64px;
  }
  .navbar-toggler {
    top: 18px!important;
    right: 17px!important;
    color: #343a40!important;
    font-size: 30px!important;
  }
/*product-details*/
  .selectors{
    display: none;
  }
  .pd{
    margin-top: 110px!important;
  }
  .p-desc{
    padding: 0!important;
  }
  .discount1{
    padding-left: 36px!important;
    margin-bottom: -15px;
    position: relative;
    bottom: 21px;
  }
  .discount2{
    padding-left: 36px;
    position: relative;
    bottom: 30px;
  }
/*product-description*/
  .linelft, .linergt{
    width: 230px;
  }
  .linelft1, .linergt1{
    width: 250px;
  }
  .pd-p1{
    margin-left: 20px!important;
    margin-right: 20px!important;
  }
  .row-bg{
    margin-left: -75px!important;
    margin-right: -75px!important;
  }
/*Ingredients*/
  .ing-txt{
    padding: 0px!important;
  }
  .ing-txt h3{
    margin-right: -20px!important;
    margin-left: -20px!important;
  }
  .ing-txt p{
    padding-left: 0px!important;
    padding-right: 0px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin-left: -10px!important;
    margin-right: -10px!important;
    text-align: justify!important;
  }
  .ing-img1{
    margin-left: -2rem!important;
  }
.img-img{
  margin-left: 0px;
}
  .ing-img2{
    margin-left: 6rem!important;
    margin-top: -166px;
  }
/*Benifits*/
  .benefit-bg{
    padding-top: 0rem!important;
  }  
  #text1{
    order: 2;
  }
  #img1{
    order: 1;
  }
  #text2{
    order: 4;
  }
  #img2{
    order: 3;
  }
  #text3{
    order: 6;
  }
  #img3{
    order: 5;
  }
  #text4{
    order: 8;
  }
  #img4{
    order: 7;
  }
  .ben-text{
    text-align: center;
    margin-top: -38px!important;
    margin-bottom: 20px!important;
    border: none!important;
  }
/*HTU*/  
  .htu-bg{
    height: 1088px;
  }
  .imgtp{
    width: 74%!important;
    position: relative;
    top: -120px;
    left: 27px!important;
  }
  .step1{
    width: 111%!important;
    position: relative;
    top: 240px;
    text-align: center!important;
    left: -15px!important;
  }
  .imgrgt{
    width: 74%!important;
    left: 32px;
    top: 94px!important;
  }
  .step2-para{
    width: 111%!important;
    position: relative;
    top: 127px;
    left: -14px!important;
    text-align: center!important;
  }
  .imgbtm{
    width: 74%!important;
    position: relative;
    bottom: 117px;
    left: 35px!important;
  }
  .step3{
    width: 111%!important;
    position: relative;
    top: 370px;
    left: -11px!important;
    text-align: center!important;
  }
/*Certificate*/  
  .cetimg{
    margin-left: 57px;
    width: 50%;
  }
/*Footer*/  
  .sub-sub{
    left: -7px!important;
    top: -7px!important;
    margin-left: 40px;
  }
  .Email {
    width: 54%!important;
    height: 37px!important;
  }
  .footer-btn {
    width: 36%!important;
    height: 37px!important;
  }
  .btn-review{
    position: relative; 
    right: 31px!important;
  }
  .footer h6{
    top: 14px;
  }
  .subscribe {
      height: 280px;
  }
  .logo-part{
    border: none!important;
  }
  .mylivechat_buttonround_label{
    display: none!important;
  }
  .mylivechat_buttonround{
    position: absolute!important;
    left: 32px!important;
    width: 64px!important;
    top: 18px!important;
  }

  /*Review block*/
  .heading{
    margin-top: 0!important
  }
  .button-wrap{
    margin-top: 0px!important;
  }
  #test-popup{
    height: 1460px;
  }
  .Email-ht{
    height: 200px!important;
  }
  .Review-Email{
    position: relative;
    top: -3px;
  }
  .p-review{
    position: relative;
    top: 29px!important;
    right: 11px!important;
  }
/*header-dropdown*/
    ul.egmenu {  
      height: auto; 
    }
    ul.egmenu > li {  
      float: none; width: 100%; 
    }
    ul.egmenu a { 
      line-height: 40px; 
    }
    ul.egmenu ul { 
      position: relative; 
    }
    ul.egmenu li.tap { 
      background: #ffffff;  
    }
    ul.egmenu li.tap ul { 
      display: block;  
    }
    .modal-content {
       top: 180px;
      left: 5px!important;
  }


  /*header*/
  .navbar-collapse{
    background-color: #ffffff;
    margin: -4px -16px 0 -17px;
  }
  .fixed-top{
    position: fixed!important;
    height: 64px;
  }
  .navbar-toggler {
    top: 18px!important;
    right: 11px!important;
    color: #343a40!important;
    font-size: 30px!important;
  }
/*header-dropdown*/
    ul.egmenu {  
      height: auto; 
    }
    ul.egmenu > li {  
      float: none; width: 100%; 
    }
    ul.egmenu a { 
      line-height: 30px; 
    }
    ul.egmenu ul { 
      position: relative; 
      padding-top: 0px;
    }
    ul.egmenu li.tap { 
      background: #ffffff;  
    }
    ul.egmenu li.tap ul { 
      display: block;  
    }

    .abt-bnrs img{
      margin-top: 63px;
    }
    .abt-para{
    text-align: justify;
    padding: 50px 5px;
    position: relative;
    top: 82px;
    font-size: 14px;
    }
    .abt-para1 {
      position: relative;
      top: 12px;
      font-size: 14px;
    }
    .abt-bantxt {
    padding: 10px 10px;
    margin: 0px -15px;
    right: 0px!important;
    bottom: 0px!important;
    }
    .VMQ-h3{
      position: relative;
      top: 134px;
      width: 100%;
      left: 2px;
    }
    .VMQ-p{
      position: relative;
      top: 143px;
      left: -52px;
      width: 144%;
    }
    .abt-sec1-img{
      position: relative;
      top: -21px;
    }
    .abt-sec1 {
      padding: 0px 12px!important;
      position: relative;
      bottom: 195px;
    }
    .abt-sec2-img{
      position: relative;
      bottom: 201px;
    }
  .abt-sec1 > h4{
    text-align: center!important;
  }
  .abt-sec2 {
    padding: 2px 12px!important;
    position: relative;
    bottom: 417px;
  }
  .abt-sec3-img{
    position: relative;
    bottom: 387px;
  }
  .abt-sec3 {
    padding: 2px 12px!important;
    position: relative;
    bottom: 604px;
  }
  .abt-sec3 > h4{
    text-align: center!important;
  }
  .abt-sec1:hover {
    position: relative;
    bottom: 13px!important;
  }
  .abt-sec2:hover {
    position: relative;
    bottom: 197px!important;
  }
  .abt-sec3:hover {
    position: relative;
    bottom: 341px!important;
  }
  .journey1 h2 {
    text-align: center;
    font-size: 20px;
  }
  .journey1 h2 span{
      font-size: 30px;
  }
  .journey1 p {
      text-align: justify;
      font-size: 14px;
  }
  .journey {
    position: relative;
    bottom: 331px!important;
   }
   .s4 {
    position: relative;
    top: -165px;
    height: 1217px;
    margin-bottom: -119px;
  }
  .s4-img {
    width: 290px!important;
    height: 170px!important;
  }
  .abt-bantxt>h4 {
    font-size: 20px;
  }
  .abt-bantxt>p {
    font-size: 12px;
  }
  .journey {
    position: relative;
    bottom: 395px!important;
  }
  .day-ben{
    padding: 30px 0px;
  }
  .order-md-last {
    position: relative;
    top: 0px;
    right: 0px;
    height: 100%;
  }

}


@media (min-width: 412px) and (max-width: 767px) {
  .modal-content {
    top: 280px;
    left: 49px!important;
  }
  .linelft, .linergt {
    width: 0px!important;
  }
  .cetimg {
    margin-left: 80px!important;
  }
  .abt-sec2-img {
    position: relative;
    bottom: 115px;
  }
  .abt-sec3-img {
    position: relative;
    bottom: 242px;
  }
  .journey {
    bottom: 200px!important;
  }
  .s4-img {
    position: relative;
    left: 45px;
  }
  .abt-sec1 {
    position: relative;
    bottom: 172px;
  }
  .abt-sec2 {
    position: relative;
    bottom: 285px;
  }
  .abt-sec3 {
    position: relative;
    bottom: 413px;
  }
  .order-md-last {
    position: relative;
    top: 0px;
    right: 0px;
    height: 100%;
  }

}
