*
/*
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/
/* body{
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !important;
} */
.text-sel {
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  text-decoration-line: underline;

  color: #f4a534;

  cursor: pointer;
}
.text-sel:hover {
  color: #da8207;
  text-decoration-line: none;
}
.card-niomic {
  background: #ffffff;
  box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
}
.text-card {
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  /* identical to box height */

  text-align: center;

  color: #000000;
}
.text-dc {
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 10px;
  /* identical to box height */

  text-align: center;

  color: #000000;
}
.text-lead {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  /* identical to box height */

  text-align: center;

  color: #8a8a8a;
}
.container-content {
  padding: 2rem;
  margin-top: 2rem;
}

.container-content .text-header {
  font-weight: bold;
  font-size: 1.8rem;
  color: #000000;
  margin-left: 3rem;
}

.box-expert {
  width: 251px;
  height: 266px;
  margin-right: 2.5rem;
  margin-left: 2.5rem;
  margin-bottom: 2rem;
  background: #ffffff;
  border-radius: 20px;
}
.content-materi {
  background: #c9c6c6;
  border-radius: 64px;
}

.text-content-consul {
  width: 276px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
}

.text-orange {
  color: #f4a534;
}

.img-expert {
  position: absolute;
  width: 590px;
  height: 557px;
  left: 530px;
  top: 67px;
}

.button-expert {
  width: 250.29px;
  height: 49.35px;
  left: 66.89px;
  top: 438.27px;

  background: #ffffff;
  border-radius: 35px;
}

.button-expert span {
  width: 210.1px;
  height: 25.38px;
  left: 88.04px;
  top: 450.26px;

  font-style: normal;
  font-weight: bold;
  font-size: 16px;

  color: #000000;
}
.button-expert span:after {
  color: white !important;
}
.expert-submenu {
  width: 300px;
}
.expert-submenu p {
  font-weight: bold !important;
  font-size: 12px;

  color: #000000;
}
.container-expert {
  width: 558px;
  height: 184px;
  left: 67px;
  top: 150px;
}
.content-left {
  width: 434px;
  margin-top: 3.7rem;
  border-radius: 12px;
}
.content-left .text-header {
  padding-top: 2.7rem;

  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: black;
}
.content-right {
  margin-top: 1.7rem;
  padding: 4rem;
  border-radius: 12px;
}

.content-right .text-submenu {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;

  color: #000000;
}

.content-left .text-submenu {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;

  color: #000000;
}
.content-right .text-header {
  width: 295px;
  height: 108px;
  left: 447px;
  top: 765px;

  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;

  color: #000000;
}
.img-content {
  width: 45px;
  height: 45px;
  left: 447px;
  top: 1018px;
}
.text-content {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;

  color: #000000;
}
.line {
  height: 0px;
  left: 898.11px;
  top: 990px;

  border: 1px solid #f4a534;
  transform: rotate(-180deg);
}

.container-expert .text-expert {
  font-style: normal;
  font-weight: 900;
  font-size: 58px;
  line-height: 67px;

  color: #000000;
}
.example {
  height: 900px;
  max-height: 900px;
  overflow: auto;
  overflow-y: scroll;
  /* Add the ability to scroll */
}

.article {
  max-width: 100%;
  max-height: 100%;
  overflow-x: hidden;
  margin: 0;
}

.player-wrapper {
  position: relative;
  /* Player ratio: 100 / (1280 / 720) */
}

.react-player {
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 480px;
}

.react-player-5x {
  position: absolute !important;
  width: 1020px !important;
  height: 800px !important;
  left: -20px !important;
}

.react-player-10x {
  position: absolute !important;
  width: 1490px !important;
  height: 900px !important;
  left: -20px !important;
}

.grid-container {
  display: grid;
  grid-auto-flow: column;

  grid-template-columns: auto auto;
  grid-template: auto auto;
  grid-gap: 10px;
}

input[type='text'] {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: transparent;
  background-image: url('/assets/img/icons/searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  transition: width 0.4s ease-in-out;
}

input[type='text']:focus {
  width: 100%;
}
@media screen and (min-width: 502px) {
  .responsiveImage {
    height: 50px;
  }
  .responsive-img-pembayaran {
    height: 45px;
  }
}

@media screen and (min-width: 800px) {
  .react-player-5x {
    position: absolute !important;
    width: 105% !important;
    height: 650px !important;
    left: -14px !important;
    top: 70px;
  }

  .react-player-10x {
    position: absolute !important;
    width: 150% !important;
    height: 850px !important;
    left: -14px !important;
    top: 70px;
  }

  .button-previous {
    font-size: 0.8em !important;
    padding: 7px !important ;
  }

  .button-next {
    font-size: 0.8em !important;
    padding: 7px !important ;
  }
}

@media screen and (min-width: 865px) {
  .react-player-5x {
    position: absolute !important;
    width: 105% !important;
    height: 650px !important;
    left: -14px !important;
    top: 70px;
  }

  .react-player-10x {
    position: absolute !important;
    width: 150% !important;
    height: 850px !important;
    left: -14px !important;
    top: 70px;
  }

  .button-previous {
    font-size: 0.8em !important;
    padding: 7px !important ;
  }

  .button-next {
    font-size: 0.8em !important;
    padding: 7px !important ;
  }
}

@media screen and (min-width: 1024px) {
  .react-player-5x {
    position: absolute !important;
    width: 105% !important;
    height: 750px !important;
    left: -14px !important;
    top: 70px;
  }

  .react-player-10x {
    position: absolute !important;
    width: 150% !important;
    height: 850px !important;
    left: -14px !important;
    top: 70px;
  }

  .button-previous {
    font-size: 10px !important;
    padding: 7px !important ;
  }

  .button-next {
    font-size: 10px !important;
    padding: 7px !important ;
  }
}

@media screen and (min-width: 1240px) {
  .react-player-5x {
    position: absolute !important;
    width: 104% !important;
    height: 750px !important;
    left: -14px !important;
    top: 70px;
  }

  .react-player-10x {
    position: absolute !important;
    width: 150% !important;
    height: 850px !important;
    left: -14px !important;
    top: 70px;
  }

  .button-previous {
    font-size: 10px !important;
    padding: 7px !important ;
  }

  .button-next {
    font-size: 10px !important;
    padding: 7px !important ;
  }
}

@media screen and (min-width: 1366px) {
  .button-previous {
    font-size: 12px !important;
    padding: 10px !important ;
  }

  .button-next {
    font-size: 12px !important;
    padding: 10px !important ;
  }

  .react-player-5x {
    position: absolute !important;
    width: 103% !important;
    height: 750px !important;
    left: -10px !important;
    top: 70px;
  }

  .react-player-10x {
    position: absolute !important;
    width: 155% !important;
    height: 850px !important;
    left: -15px !important;
    top: 70px;
  }
}

@media screen and (min-width: 1400px) {
  .react-player-5x {
    position: absolute !important;
    width: 104% !important;
    height: 800px !important;
    left: -15px !important;
    top: 70px;
  }

  .react-player-10x {
    position: absolute !important;
    width: 150% !important;
    height: 900px !important;
    left: -14px !important;
    top: 70px;
  }
}

@media screen and (min-width: 1510px) {
  .react-player-5x {
    position: absolute !important;
    width: 103% !important;
    height: 800px !important;
    left: -15px !important;
    top: 70px;
  }

  .react-player-10x {
    position: absolute !important;
    width: 150% !important;
    height: 900px !important;
    left: -15px !important;
    top: 70px;
  }
}

@media screen and (min-width: 1600px) {
  .react-player-5x {
    position: absolute !important;
    width: 103% !important;
    height: 800px !important;
    left: -15px !important;
    top: 70px;
  }

  .react-player-10x {
    position: absolute !important;
    width: 150% !important;
    height: 900px !important;
    left: -15px !important;
    top: 70px;
  }
}

@media screen and (min-width: 1680px) {
  .react-player-5x {
    position: absolute !important;
    width: 103% !important;
    height: 800px !important;
    left: -15px !important;
    top: 70px;
  }

  .react-player-10x {
    position: absolute !important;
    width: 150% !important;
    height: 900px !important;
    left: -15px !important;
    top: 70px;
  }
}

@media screen and (min-width: 1850px) {
  .react-player-5x {
    position: absolute !important;
    width: 110% !important;
    height: 800px !important;
    left: -55px !important;
    top: 70px;
  }

  .react-player-10x {
    position: absolute !important;
    width: 161% !important;
    height: 900px !important;
    left: -55px !important;
    top: 70px;
  }
}

@media screen and (min-width: 1880px) {
  .react-player-5x {
    position: absolute !important;
    width: 110% !important;
    height: 800px !important;
    left: -55px !important;
    top: 70px;
  }

  .react-player-10x {
    position: absolute !important;
    width: 162% !important;
    height: 900px !important;
    left: -55px !important;
    top: 70px;
  }
}

@media screen and (min-width: 1920px) {
  .react-player-5x {
    position: absolute !important;
    width: 113% !important;
    height: 800px !important;
    left: -75px !important;
    top: 70px;
  }

  .react-player-10x {
    position: absolute !important;
    width: 166% !important;
    height: 900px !important;
    left: -75px !important;
    top: 70px;
  }
}

@media screen and (max-width: 798px) {
  .container-header {
    margin: 0;
  }
  .MenuFooterNmc {
    display: inline-block !important;
  }
  .btn-back-to-top {
    bottom: 5rem !important;
  }
  .responsive-article-zoom {
    padding-top: 0px !important;
  }
  .responsive-head-btn {
    top: 40px !important;
  }
  .react-player-5x {
    position: relative !important;
    width: auto !important;
    height: 400px !important;
  }

  .react-player-10x {
    position: relative !important;
    width: auto !important;
    height: 400px !important;
  }

  .rs-nmc-ct {
    margin-top: 45px;
  }
  .rs-nmc-art {
    height: 340px !important;
  }
  .responsive-nmc-article {
    margin-top: 80px !important;
  }
  .responsive-nmc-jv {
    font-size: 18px !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0px !important;
  }
  .responsiveText {
    font-size: 14px;
    margin-top: 45px;
    text-align: center;
    width: 90%;
  }
  .responsive-nmc-button {
    width: 100%;

    left: 10px !important;
    align-items: center;
    text-align: center;
  }

  .responsive-nmc-button .button-previous {
    font-size: 10px !important;
    padding: 7px !important ;
  }

  .responsive-nmc-button .button-next {
    font-size: 10px !important;
    padding: 7px !important ;
  }

  .responsiveMenu {
    font-size: 10px;
  }
  .responsiveImage {
    height: 28px;
    font-size: 14px;
  }
  .responsiveTextLanding {
    font-size:  calc(1.375rem + 1.5vw);
    font-weight: bold;
  }

  .responsiveBackground {
    padding-top: 30px;
  }

  .responsive-cara-pembayaran {
    padding-top: 25px;
    font-size: 25px;
    font-weight: bold;
    color: #000000;
  }
  .responsive-img-pembayaran {
    height: 30px;
  }

  .responsive-sistem-belajar {
    font-size: 16px;
  }
  h5.responsive-sistem-belajar {
    font-size: 14px;
  }
  p.responsive-sistem-belajar {
    font-size: 14px;
    margin-top: 10px;
  }

  .responsive-slider {
    padding-top: 50px;
  }
  .headerBackground {
    background-color: #fff;
  }
  .headerBackground a {
    color: #d0d0d0 !important;
  }

  .row-niomic {
    width: 100% !important ;
    display: block !important;
    margin: 0 !important;
  }
  .col-content {
    width: 100% !important;
    margin-left: 2%;
  }
  .col-sub-content {
    width: 100% !important;
    margin-left: 2%;
  }

  .container {
    width: 100% !important;
  }

  .btn-hide {
    display: none !important;
  }
  
}

.MenuFooterNmc {
  transition: all 0.35s ease 0s;
  position: fixed;
  background-color: #fff;
  z-index: 9999;
  bottom: 0px;
  width: 100%;
  padding: 10px;
  display: none;
  border-style: solid none none;
  border-width: 1px 0px 0px;
  border-image: none 100% / 1 / 0 stretch;
  font-weight: 600;
  text-align: center;
  left: 50%;
  vertical-align: middle;
  max-width: 480px;
  transform: translate(-50%);
  margin: 0px;
  box-sizing: border-box;
}

.styleButtonFooter {
  display: inline-block;
  width: 25%;
  font-size: 10px;
  cursor: pointer;
}

.MenuFooterNmc .styleButtonImage {
  font-weight: 600;
  line-height: 13px;
  text-align: center;
  font-size: 2.2em;
  list-style-type: none;
}

.MenuFooterNmc .styleButtonText {
  white-space: nowrap;
  display: inline-block;
  margin-top: 5px;
}
.navbar-brand-nmc {
  margin-right: 20% !important;
}

/* dropdown dalam registrasi pilih kelas */
.isi-kelas-expert{
  margin-left: 15px;
}
/* custome select */
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{
  border-radius: 6px !important;
  height: 45px !important;
}
a#Syllabus-tab.nav-link.active{
  color: white !important;
}
a#SistemBelajar-tab.nav-link.active{
  color: white !important;
}
.flickity-prev-next-button{
  background: #f18f01;
  border: #f18f01;
}
/* mengubah warna pada navbar */
.navbar[data-sticky='top']{
  background-color: black;
  /* transition: all 0.2s ease-in-out;
  will-change: ; */
}
.navbar.scrolled, .navbar.navbar-toggled-show{
  background-color: white;
}
/* a.dropdown-item.fade-page:hover{
  background-color: rgba(221, 148, 38, 0.356);
} */
.intensif:hover{
  background-color: rgba(0, 155, 114, 0.1);
}
.my-account-list:hover{
  background-color: rgba(0, 155, 114, 0.1);
}
/* .lead:hover{
  cursor: pointer;
  font-weight: bold;
} */
.dropdown-item{
  white-space: normal !important;
}
.card:hover{
  cursor: pointer;
}
.scrollwebinar:hover{
  cursor: pointer;
}

.carousel-control-prev-icon{
  background-image: url(https://cdn0.iconfinder.com/data/icons/flat-round-arrow-arrow-head/512/Red_Arrow_Head_Left-2-512.png) !important;
  margin-right: 80%;
  /* width: auto; */
}
.carousel-control-next-icon{
  background-image: url(https://cdn0.iconfinder.com/data/icons/flat-round-arrow-arrow-head/512/Red_Arrow_Head_Right-2-512.png) !important;
  margin-left: 70%;
}
.carousel-cell img{
  height: 85vh;
  object-fit: cover;
}
.klik-playstore:hover{
  cursor: pointer;
}
.menu-bar:hover{
  cursor: pointer;
}
.slider-qoutes{
  width: 1200px;
}
.blockquote{
  font-size: 17px;
}
.background-penjurusan{
  cursor: pointer;
}
.text-testimoni{
  width: 130%;
  /* background-color: red; */
 }
 .slider-webinar-testimoni{
   margin-top: 0;
 }
 .slider-penjurusan-testimoni{
   margin-top: auto;
 }
/* dropdown pilih kelas */
 .pilih-kelas{
   width: fit-content;
 }
 .dropdown-pilih-kelas{
   width: 400px;
 }
 .dropdown-my-account{
  width: 220px;
}
 .dropdown-login .btn{
   font-weight: bold;
   font-size: 1em;
   color: #00000080;
   margin-top: -5px;
   font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
 }
 .dropdown-myaccount .btn{
  font-weight: bold;
  font-size: 1.23em;
  color: #00000080;
  margin-top: -5px;
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
 .btn:focus, .btn.focus{
   box-shadow: none;
 }
 .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus{
   box-shadow: none;
 }
 .header-course:hover{
   cursor: pointer;
 }
.content-wordpress{
  margin-left: 10px;
}
.margin-container{
  margin-top: -150px;
}
.container-lis-right{
  margin-top: 75px;
  margin-left: -175px;
}
.img-wordpress{
  margin-top:40px;
}
.margin-paraggraphs{
  margin-top: 30px;
  margin-left: 350px;
  text-align: center;
  text-align: left;
}
.list-wordpress-kanan{
  margin-left: 80px;
}
.gambar-materi{
  margin-left:  30%;
}
.container-section-enam{
  height: 502px;
}
.cont-desain{
  height: 900px;
}
.item-desain{
  padding-left: 68px;
}
/* .slider-testimoni-desain{
  margin-left: 300px;
  margin-right: 300px;
} */
.gradient{
  background-color: #ad66b8;
  /* background-image: linear-gradient(89deg, #8c269c 0%, #f7f7f7 170%); */
}
.gradient-div{
  background-color:#ad66b8;
}
.gradient-webinar{
  background-color: #0093E9;
  background-image: linear-gradient(90deg, #0093E9 0%, #80D0C7 100%);
}
.gradient-div-webinar{
  background-color:#42b2d7;
}
.apps-store{
  background-color: #FEE140; background-image: linear-gradient(90deg, #FEE140 0%, #FA709A 100%);
}
.slider-qoutes-show{
  height: 470px;
}
.cont-editing{
  height: 750px;
}
.text-bg{
  font-size: 70px;
}
.container-slide-bakat-minat{
  margin-left: 85px;
}
.container-section-harga-promo{
  height: 502px;
}
.container-section-marketing{
  height: 502px;
}
.img-testimoni{
  width: 65%;
}
.img-testimoni-mobile{
  width: 65%;
}
.img-mobie-hybrid{
  margin-left: 300px;
}
.slider-item-webinar{
  margin-left: 70px;
}
.slider-js{
  margin-left: 130px;
}
.payementflow-box{
    width: 59%;
    margin-left: auto;
    margin-right: auto;
}
/* style={{width: '59%',marginLeft:'auto',marginRight:'auto',marginTop: -17}} */
.input-form{
  width: 59%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -17px;
}
@media screen and (max-width: 600px) {
  .img-mobie-hybrid{
    margin-left: 0;
  }
  .img-testimoni-mobile{
    width: auto;
  }
  .text-alasan-wordpress{
    text-align: left;
  }
  .img-testimoni{
    width: 90%;
  }
  .text-alasan-webinar-khusus{
    text-align: left;
  }
  .container-section-marketing{
    height: 590px;
  }
  .container-section-harga-promo{
    height: 828px;
  }
  .container-section-enam{
    height: 402px;
  }
  .text-testimoni-penjurusan{
    /* margin-right: 2%; */
    margin-left: 10%;
    width: 80%;
  }
  .text-bg{
    font-size: 50px;
  }
  .cont-editing{
    height: auto;
  }
  .slider-qoutes-show{
    height: 750px;
  }
 
  /* .slider-testimoni-desain{
    margin-left: 200px;
    margin-right: 0;
  } */
  .img-bg-desain{
    object-fit: cover;
    height: 350px;
    width: 100%;
    
  }
  .cont-desain{
    height: auto;
  }
  .item-desain{
    padding-left: 0;
    padding-right: 40px;
  }
  .container-section-enam{
    height: 830px;
  }
  .gambar-materi{
    margin-left:  0;
  }
  .list-wordpress-kanan{
    margin-left: 0;
  }
  .content-wordpress{
    margin-right: -4px;
  }
  .margin-container{
    margin-top: 0;
  }
  .test{
    height: 500px;
  }
  .container-section-alasan{
    margin-top: 0;
  }
  .margin-paraggraph{
    margin-top:70px;
  }
  .carousel-cell img{
    height: 40vh;
    width: 9px;
    object-fit: cover;
  }
  .shadow-lg{
    width: 100%;
    text-align: center;
  }
  .img-wordpress{
    margin-top:0;
  }
  .margin-paraggraphs{
    margin-top: 0;
    margin-left: 0;
    text-align: left;
  }
  .materi-wordpress{
    margin-top: -100px;
  }
  .margin-paraggraph-list2{
    margin-top: -33px;
  }
  /* .carousel-control-prev{
    margin-left: 150px;
  } */
  
  .carousel-cell{
    width: 30%;
  }
  .row{
    margin-left: -1px;
  }
  .avatar.avatar-lg{
    margin-right: 30px;
  }
  .qoutes-landing-page {
    padding-right: 10px;
  }
  .slider-halaman-sebelum-login {
    margin-left: -160px;
    width: 500% !important;
  }
  .slider-halaman-sebelum-login-desain{
    margin-left: -145px;
    width: 500% !important;
  }
  .slider-section-class{
    margin-left: -130px;
    width: max-content !important;
  }
  .slider-bakat-minat{
    margin-left: -105px;
    width: max-content !important;
  }
  .carousel-control-prev{
    margin-left: 26%;
    width: 50%;
  }
  /* .carousel-control-next{
    margin-left: 280px;
    right: ;
  } */
  /* navbar fixed nya di hilangkan */
  nav.navbar.navbar-expand-lg.navbar-dark.scrolled{
    display: none;

  }
  .slider-qoutes{
    width: 100%;
    margin-left: 90px;  
 }
 .blockquote{
   font-size: 12px !important;
   width: 70%;
   text-align: center;
   margin-left: 40px;
 }
 .slider-webinar-testimoni{
   width: 72%; 
   margin-left: -10px;  
   margin-top: 6px;
 }
 .nama-testimoni-webinar{
   margin-left: 45px;
 }
 .text-testimoni{
  width: 70%;
  margin-left:45px;
 }
 .slider-halaman-utama{
    width: 75%;
    margin-left: 150px;
 }
 .slider-item-bakat-minat{
  width: 75%;
  margin-left: 50px;
   /* height: 70vh; */
 }
 .slider-item-webinar{
  width: 75%;
  margin-left: 50px;
 }
 
}
.modal-body{
  height: 80vh;
  overflow-y: scroll;
}
.modal-menu-mobile{
  margin-left: -24px;
}
/* nexus 10 */
@media screen and (min-width: 400px) and (max-device-width: 800px) { 
  .cont-editing{
    height: auto;
  }
  .slider-halaman-utama{
    width: fit-content;
    margin-left: 150px;
 }
 .container-section-enam{
  height: 920px;
}
.slider-qoutes {
  width: 730px;
}
}
/* @media only screen and (min-device-width: 481px) and (max-device-width: 1024px){
 
  .slider-halaman-utama{
    width: 100%;
    margin-left: 0;
  }
} */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px){
  
  .slider-halaman-utama{
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (min-device-width: 483px) and (max-device-width: 700px){
  
  .slider-halaman-utama{
    width: 100%;
    margin-left: 14%;
  }
  
}
@media only screen and (min-device-width: 600px) and (max-device-width: 667px){
  
  .slider-halaman-utama{
    width: 95%;
    margin-left: 20px;
  }
  
}
@media screen and (min-width: 801px) and (max-device-width: 987px) { 
  
 .container-section-enam{
  height: 1000px;
}
}
@media screen and (max-width: 411px) { 
 
  .container-section-enam{
   height: 800px;
 }
 .slider-halaman-sebelum-login {
  margin-left: -145px;
  width: 500% !important;
}
 }
 @media screen and (device-width: 414px) { 
   /* .slider-halaman-sebelum-login .carousel-control-next{

   } */
  .carousel-cell img {
    height: 40vh;
    width: 100% !important;
    object-fit: cover;
}
  .slider-qoutes {
    width: 380px;
    margin-left: 135px;
  }
  /* .carousel-control-next {
    right: 0;
    margin-right: 90px;
  } */
  .carousel-control-prev {
    margin-left: 23%;
    width: 50%;
}
}
@media screen and (device-width: 411px) { 
.slider-qoutes {
    width: 380px;
    margin-left: 250px;
}
.slider-section-class .carousel-control-prev{
  margin-left: 35%;
}
.carousel-control-next {
  margin-right: 5px;
}
.carousel-control-prev {
  /* margin-left: 23%; */
  width: 50%;
}
.slider-halaman-utama{
  width: 100%;
  margin-left: 0;
}
}
@media screen and (device-width: 540px) { 
  .blockquote {
    margin-left: 70px;
}
.slider-halaman-utama {
    width: 100%;
    margin-left: 0;
}
.slider-qoutes {
  width: 620px;
  margin-left: 15%;
}
.carousel-control-prev {
  margin-left: 15%;
}
.carousel-control-next {
  margin-right: 10%;
}
}
@media only screen and (min-device-width: 423px) and (max-device-width:766px){
 
  .slider-qoutes-show{
    height: auto;
  }
  .slider-qoutes {
    width: 95%;
  }
}
@media only screen and (min-device-width: 422px) and (max-device-width:598px){

  .slider-halaman-utama {
    width: 100%;
    margin-left: 0;
}
}
@media only screen and (min-device-width: 802px) and (max-device-width: 991px){

  .slider-qoutes {
    width: 700px;
  }
  
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1278px){
 .img-mobie-hybrid{
   margin-left: 0;
 }
  .slider-qoutes {
    width: 900px;
  }
  
}
@media only screen and (min-device-width: 1212px) and (max-device-width: 1278px){
 
  .slider-qoutes {
    width: 1200px;
  }
  
}
@media only screen and (device-width: 280px){
  .slider-js{
    margin-left: 90px;
  }
  .webinar-jabatan-testimoni{
    margin-right: 30px;
  }
  .container-section-marketing{
    height: 525px;
  }
  .container-section-enam {
    height: 865px;
}
  .slider-qoutes {
    width: 100%;
  }
  .carousel-control-next {
    margin-right: -5%;
    width: 50%;
}
  .container-slide-bakat-minat{
    margin-left: 50px;
  }
  .carousel-control-prev {
    margin-left: 35%;
    width: 50%;
}
  .slider-halaman-sebelum-login {
    margin-left: -170px;
    width: 500% !important;
  }
}
/* @media only screen and (device-width: 414px){
  .carousel-control-next {
    margin-right: -20px;
    width: 50%;
}
.container-section-enam {
  height: 830px;
}
} */
@media only screen and (device-width: 540px){
.container-section-enam {
    height: 900px;
}
.carousel-control-next {
    margin-right: 0;
    width: 50%;
}
.carousel-control-prev {
  margin-left: 23%;
  width: 50%;
}
}
@media only screen and (device-width: 320px){
  .slider-halaman-sebelum-login {
  margin-left: -165px;
  width: 500% !important;
}
.carousel-control-prev {
  margin-left: 30%;
  width: 50%;
}
}
@media only screen and (device-width: 540px){
  .container-section-marketing{
    height: 750px;
  }
  .container-section-enam {
    height: 920px;
}
}

@media only screen and (min-device-width: 412px)  and (max-device-width:544px){
  .container-section-enam {
    height: 800px;
}
}
@media only screen and (min-device-width: 607px) and (max-device-width: 920px){
 
  .container-section-harga-promo{
    height: 1000px;
  }
  
}
@media only screen and (min-device-width: 610px) and (max-device-width: 924px){
 
  .container-section-harga-promo{
    height: 900px;
  }
  
}
@media only screen and (min-device-width: 932px) and (max-device-width: 988px){
 
  .container-section-harga-promo{
    height: 1000px;
  }
  
}
@media only screen and (min-device-width: 928px) and (max-device-width: 930px){
 
  .container-section-harga-promo{
    height: 1050px;
  }
  
}
@media only screen and (min-device-width: 424px) and (max-device-width: 994px){
 
  .container-section-marketing{
    height: 750px;
  }
  
}
@media only screen and (min-device-width: 428px) and (max-device-width: 516px){
 
  .container-section-marketing{
    height: 550px;
  }
  
}
@media only screen and (min-device-width: 602px) and (max-device-width: 976px){
 
  .margin-container {
    margin-top: 0;
}
  
}
@media only screen and (min-device-width: 401px) and (max-device-width: 421px){
 
  .carousel-cell img{
    height: 40vh;
    /* width: 230% !important; */
    object-fit: cover;
  }  
  
}
@media only screen and (device-width: 411px){
  
  .carousel-cell img{
    height: 40vh;
    width: 510px !important;
    object-fit: cover;
  }  
}

@media only screen and (min-device-width: 422px) and (max-device-width: 595px){
 
  .carousel-cell img {
    height: 40vh;
    width: fit-content !important;
    object-fit: cover;
  
}
}
@media only screen and (min-device-width: 400px)and (max-device-width: 422px){
  .carousel-cell {
    width: 38%;
  }
  .blockquote {
    font-size: 12px !important;
    width: 45%;
    text-align: center;
    margin-left: 25%;
}
.slider-section-class{
    margin-left: -280px;
    width: max-content !important;
    margin-right: 300px;
    padding: 30px;
}
 .slider-section-class .carousel-control-next {
  margin-left: 500px;
  right: auto !important;
}

}
@media only screen and (min-device-width: 426px)and (max-device-width: 474px){
  .slider-section-class{
    margin-left: -100px;
}
.slider-section-class .carousel-control-next {
  right: 10px !important;
}
}
@media only screen and (device-width: 414px){
.slider-section-class{
    margin-left: -150px;
}
.slider-section-class .carousel-control-next {
  margin-left: 400px;
  right: auto !important;
}

}
@media only screen and (min-device-width: 455px)and (max-device-width: 501px){
  .slider-section-class .carousel-control-prev {
    margin-left: 22%;
  }
}
@media only screen and (min-device-width: 503px)and (max-device-width: 600px){
  .slider-section-class .carousel-control-prev {
    margin-left: 15%;
  }
  .slider-section-class {
    margin-left: -100px;
}
}
@media only screen and (min-device-width: 601px)and (max-device-width: 763px){
  .slider-section-class .carousel-control-prev-icon{
    margin-right: 0;
  }
  .slide-img{
    margin-left: 30px;
  }
}
@media only screen and (min-device-width: 472px)and (max-device-width: 502px){
  .slide-img{
    margin-left: 40px;
  }
}
@media only screen and (min-device-width: 422px)and (max-device-width: 483px){
  .carousel-cell {
    width: 35%;
}
.carousel-cell img{
  width: 60% !important;
}

}

/* @media only screen and (min-device-width: 473px)and (max-device-width: 600px){
  .carousel-cell {
    width: 33%;
}
.carousel-cell img{
  width: 60% !important;
}

} */
@media only screen and (min-device-width: 412px)and (max-device-width: 449px){
  .slider-item-webinar {
    margin-left: 80px;
  }
}
@media only screen and (min-device-width: 450px)and (max-device-width: 484px){
  .slider-item-webinar {
    margin-left: 90px;
  }
}
@media only screen and (min-device-width: 485px)and (max-device-width: 556px){
  .slider-item-webinar {
    margin-left: 120px;
  }
}
@media only screen and (min-device-width: 557px)and (max-device-width: 579px){
  .slider-item-webinar {
    margin-left: 130px;
  }
}
@media only screen and (min-device-width: 601px)and (max-device-width: 767px){
  .slider-item-webinar {
    margin-left: -70px;
  }
}
@media only screen and (min-device-width: 484px)and (max-device-width: 600px){
  .carousel-cell img {
    height: 40vh;
    width: 61% !important;
    object-fit: cover;
    /* margin-left: 48px; */
}
.carousel-cell {
  width: 31%;
}
}
@media only screen and (min-device-width: 484px)and (max-device-width: 526px){
  .carousel-cell img {
    margin-left: 48px;
}
}
@media only screen and (min-device-width: 576px)and (max-device-width: 600px){
  .carousel-cell img {
    margin-left: 0;
}
}
@media only screen and (min-device-width: 668px)and (max-device-width: 700px){
  .slider-halaman-utama {
    margin-left: 0
}

}
@media only screen and (min-device-width: 601px)and (max-device-width: 700px){
  .text-testimoni {
    width: 100%;
  }

}
@media only screen and (min-device-width: 500px)and (max-device-width: 575px){
.slider-item-webinar {
  margin-left: 0;
}
.slider-halaman-sebelum-login {
    margin-left: -20px;
    width: 100% !important;
}
.carousel-cell {
  width: 100%;
}
.carousel-cell {
  width: 100%;
}
.carousel-cell img {
  width: 100% !important;
  object-fit: cover;
}
.carousel-control-prev {
  margin-left: 2%;
}
}
@media only screen and (min-device-width: 400px)and (max-device-width: 410px){
  .carousel-cell {
    width: 38%;
  }
}
@media only screen and (min-device-width: 412px)and (max-device-width: 421px){
  .carousel-cell {
    width: 40%;
  }
}
@media only screen and (min-device-width: 601px)and (max-device-width: 760px){
.slider-section-class .carousel-control-prev-icon{
    margin-right:50px;
  }
  .slider-section-class .carousel-control-next-icon{
    margin-left:50%;
  }
}
@media only screen and (min-device-width: 601px)and (max-device-width: 991px){
  .text-testimoni-penjurusan{
    width: 80%;
  }
  .text-testimoni{
    width: 80%;
  }
} 
@media only screen and (device-width: 480px){
  .slider-section-class .carousel-control-prev-icon{
    margin-right:90%;
  }
  .slider-section-class {
    margin-left: -90px;
}
}
@media only screen and (device-width: 418px){
  .carousel-cell img {
    margin-left: 8px;
}
}
@media only screen and (min-device-width: 525px)and (max-device-width: 575px){
  .carousel-cell img {
    margin-left: 40px;
}
}
@media only screen and (device-width: 599px){
  .carousel-cell img {
    margin-left: -850px;
}
}
@media only screen and (min-device-width: 768px)and (max-device-width: 991px){
  .slider-item-webinar {
    margin-left: 0;
}
}
@media only screen and (device-width: 1280px){
  .slider-section-class{
    margin-left: -67px;
    width: 115%;
  }
}

@media only screen and (max-device-width: 598px){
  .payementflow-box{
      width: 100%;
  }
  .input-form{
    width: 100%;
  }
}
/* @media only screen and (min-device-width: 281px)and (max-device-width: 600px){
  .slider-halaman-sebelum-login-web-khusus{
    margin-left: -100px;
  }
  .slider-halaman-sebelum-login-web-khusus{
    margin-left: -100px;
  }
} */
.MenuFooterNmcMobile {
  transition: all 0.35s ease 0s;
  position: fixed;
  background-color: #fff;
  z-index: 9999;
  bottom: 0px;
  width: 100%;
  padding: 10px;
  display: inline-block;
  border-style: solid none none;
  border-width: 1px 0px 0px;
  border-image: none 100% / 1 / 0 stretch;
  font-weight: 600;
  text-align: center;
  left: 50%;
  vertical-align: middle;
  max-width: 480px;
  transform: translate(-50%);
  margin: 0px;
  box-sizing: border-box;
}



  /* Assign full width inputs*/  
  .fontuser input[type=text],  
  .fontuser input[type=password] {  
    /* style={{marginLeft: 21 ,width: '56%'}} */
      width: 56%;  
      padding: 12px 40px;  
      margin: 8px 0;  
      display: inline-block;  
      border: 1px solid rgb(0 155 114 / 50%);  
      box-sizing: border-box;
      margin-left: 21px; 
  } 
  
  .fontuser-mobile input[type=text],  
  .fontuser-mobile input[type=password] {  
    /* style={{marginLeft: 21 ,width: '56%'}} */
      width: 100%;  
      padding: 12px 40px;  
      margin: 8px 0;  
      display: inline-block;  
      border: 1px solid rgb(0 155 114 / 50%);  
      box-sizing: border-box;
      /* margin-left: 21px;  */
  }
  .fontuser-mobile { 
    position: relative; 
} 
  
.fontuser-mobile i{ 
    position: absolute; 
    top: 47px; 
    color: gray;
    right: 7px; 
} 
  

.fontuser-mobile input[type='text']{
  background-image: none !important;
}


  .fontuser { 
      position: relative; 
  } 
    
  .fontuser i{ 
      position: absolute; 
      top: 17px; 
      color: gray;
      right: 68px; 
  } 
    

.fontuser input[type='text']{
    background-image: none !important;
  }
.ceklis-cara-pembayaran .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #009b72;
}
.cara-pembayaran .btn-block{
  height: 50px;
}
.cara-pembayaran .btn-lg, .btn-group-lg > .btn{
  padding: 0;
  padding-top: 10px;
}
.cara-pembayaran .btn-lg{
  font-size: 1rem ;
}
.form-change-password{
  width: 70%;
}
@media only screen and (max-device-width: 600px){
  .form-change-password{
    width: 100%;
  }
}

@media only screen and (max-device-width:991px){
  .fontuser i{ 
    right: 36px; 
}
}
@media only screen and (max-device-width:767px){
  .fontuser input[type=text],  
  .fontuser input[type=password] {  
    /* style={{marginLeft: 21 ,width: '56%'}} */
      width: 100%;  
      padding: 12px 40px;  
      margin: 8px 0;  
      display: inline-block;  
      border: 1px solid rgb(0 155 114 / 50%);  
      box-sizing: border-box;
      margin-left: 21px; 
  } 
  .fontuser i{ 
    right: -11px;
    top: 48px;
}
}
@media only screen and (max-device-width:598px){
  .fontuser input[type=text],  
  .fontuser input[type=password] {  
    /* style={{marginLeft: 21 ,width: '56%'}} */
      width: 100%;  
      padding: 12px 40px;  
      margin: 8px 0;  
      display: inline-block;  
      border: 1px solid rgb(0 155 114 / 50%);  
      box-sizing: border-box;
      margin-left: 0; 
  } 
  .fontuser i{ 
    right: 10px; 
}
}
