/* 10012022 - 10.00 */
html {
  scroll-behavior: smooth;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700;800&display=swap');

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?39725110');
  src: url('../font/fontello.eot?39725110#iefix') format('embedded-opentype'),
    url('../font/fontello.woff2?39725110') format('woff2'),
    url('../font/fontello.woff?39725110') format('woff'),
    url('../font/fontello.ttf?39725110') format('truetype'),
    url('../font/fontello.svg?39725110#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?39725110#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-ok-circled2:before {
  content: '\e800';
}

/* 'î €' */
.icon-cancel:before {
  content: '\e801';
}

/* 'î ' */
.icon-ok-circled:before {
  content: '\e802';
}

/* 'î ‚' */
.icon-ok:before {
  content: '\e803';
}

/* 'î ƒ' */
.icon-right-open:before {
  content: '\e804';
}

/* 'î „' */
.icon-left-open:before {
  content: '\e805';
}

/* 'î …' */
.icon-down-open:before {
  content: '\e806';
}

/* 'î †' */
.icon-up-open:before {
  content: '\e807';
}

/* 'î ‡' */
.icon-left-big:before {
  content: '\e808';
}

/* 'î ˆ' */
.icon-right-big:before {
  content: '\e809';
}

/* 'î ‰' */
.icon-up-big:before {
  content: '\e80a';
}

/* 'î Š' */
.icon-down-big:before {
  content: '\e80b';
}

/* 'î ‹' */
.icon-cancel-circled:before {
  content: '\e80c';
}

/* 'î Œ' */
.icon-plus-circled:before {
  content: '\e80d';
}

/* 'î ' */
.icon-plus:before {
  content: '\e80e';
}

/* 'î Ž' */
.icon-minus:before {
  content: '\e80f';
}

/* 'î ' */
.icon-minus-circled:before {
  content: '\e810';
}

/* 'î ' */
.icon-home:before {
  content: '\e811';
}

/* 'î ‘' */
.icon-mobile:before {
  content: '\e812';
}

/* 'î ’' */
.icon-wristwatch:before {
  content: '\e813';
}

/* 'î “' */
.icon-eye:before {
  content: '\e814';
}

/* 'î ”' */
.icon-search:before {
  content: '\e815';
}

/* 'î •' */
.icon-search-1:before {
  content: '\e816';
}

/* 'î –' */
.icon-location:before {
  content: '\e817';
}

/* 'î —' */
.icon-location-1:before {
  content: '\e818';
}

/* 'î ˜' */
.icon-share:before {
  content: '\e819';
}

/* 'î ™' */
.icon-left-small:before {
  content: '\e81a';
}

/* 'î š' */
.icon-right-small:before {
  content: '\e81b';
}

/* 'î ›' */
.icon-up-small:before {
  content: '\e81c';
}

/* 'î œ' */
.icon-down-small:before {
  content: '\e81d';
}

/* 'î ' */
.icon-info-circled:before {
  content: '\e81e';
}

/* 'î ž' */
.icon-help-circled:before {
  content: '\e81f';
}

/* 'î Ÿ' */
.icon-info-circled-1:before {
  content: '\e820';
}

/* 'î  ' */
.icon-download:before {
  content: '\e821';
}

/* 'î ¡' */
.icon-upload:before {
  content: '\e822';
}

/* 'î ¢' */
.icon-thumbs-up:before {
  content: '\e823';
}

/* 'î £' */
.icon-thumbs-down:before {
  content: '\e824';
}

/* 'î ¤' */
.icon-flag:before {
  content: '\e825';
}

/* 'î ¥' */
.icon-bookmark:before {
  content: '\e826';
}

/* 'î ¦' */
.icon-tags:before {
  content: '\e827';
}

/* 'î §' */
.icon-tag:before {
  content: '\e828';
}

/* 'î ¨' */
.icon-star:before {
  content: '\e829';
}

/* 'î ©' */
.icon-star-empty:before {
  content: '\e82a';
}

/* 'î ª' */
.icon-heart-empty:before {
  content: '\e82b';
}

/* 'î «' */
.icon-heart:before {
  content: '\e82c';
}

/* 'î ¬' */
.icon-mail:before {
  content: '\e82d';
}

/* 'î ­' */
.icon-calendar:before {
  content: '\e82e';
}

/* 'î ®' */
.icon-phone:before {
  content: '\e82f';
}

/* 'î ¯' */
.icon-play-circled2:before {
  content: '\e830';
}

/* 'î °' */
.icon-bookmark-empty:before {
  content: '\f097';
}

/* 'ï‚—' */
.icon-phone-squared:before {
  content: '\f098';
}

/* 'ï‚˜' */
.icon-twitter:before {
  content: '\f099';
}

/* 'ï‚™' */
.icon-facebook:before {
  content: '\f09a';
}

/* 'ï‚š' */
.icon-filter:before {
  content: '\f0b0';
}

/* 'ï‚°' */
.icon-menu:before {
  content: '\f0c9';
}

/* 'ïƒ‰' */
.icon-gplus-squared:before {
  content: '\f0d4';
}

/* 'ïƒ”' */
.icon-gplus:before {
  content: '\f0d5';
}

/* 'ïƒ•' */
.icon-sort:before {
  content: '\f0dc';
}

/* 'ïƒœ' */
.icon-sort-down:before {
  content: '\f0dd';
}

/* 'ïƒ' */
.icon-sort-up:before {
  content: '\f0de';
}

/* 'ïƒž' */
.icon-mail-alt:before {
  content: '\f0e0';
}

/* 'ïƒ ' */
.icon-download-cloud:before {
  content: '\f0ed';
}

/* 'ïƒ­' */
.icon-upload-cloud:before {
  content: '\f0ee';
}

/* 'ïƒ®' */
.icon-plus-squared:before {
  content: '\f0fe';
}

/* 'ïƒ¾' */
.icon-angle-double-left:before {
  content: '\f100';
}

/* 'ï„€' */
.icon-angle-double-right:before {
  content: '\f101';
}

/* 'ï„' */
.icon-angle-left:before {
  content: '\f104';
}

/* 'ï„„' */
.icon-angle-right:before {
  content: '\f105';
}

/* 'ï„…' */
.icon-angle-up:before {
  content: '\f106';
}

/* 'ï„†' */
.icon-angle-down:before {
  content: '\f107';
}

/* 'ï„‡' */
.icon-desktop:before {
  content: '\f108';
}

/* 'ï„ˆ' */
.icon-tablet:before {
  content: '\f10a';
}

/* 'ï„Š' */
.icon-quote-left:before {
  content: '\f10d';
}

/* 'ï„' */
.icon-quote-right:before {
  content: '\f10e';
}

/* 'ï„Ž' */
.icon-flag-empty:before {
  content: '\f11d';
}

/* 'ï„' */
.icon-calendar-empty:before {
  content: '\f133';
}

/* 'ï„³' */
.icon-minus-squared:before {
  content: '\f146';
}

/* 'ï…†' */
.icon-ok-squared:before {
  content: '\f14a';
}

/* 'ï…Š' */
.icon-sort-alt-up:before {
  content: '\f160';
}

/* 'ï… ' */
.icon-sort-alt-down:before {
  content: '\f161';
}

/* 'ï…¡' */
.icon-thumbs-up-alt:before {
  content: '\f164';
}

/* 'ï…¤' */
.icon-thumbs-down-alt:before {
  content: '\f165';
}

/* 'ï…¥' */
.icon-youtube-squared:before {
  content: '\f166';
}

/* 'ï…¦' */
.icon-youtube-play:before {
  content: '\f16a';
}

/* 'ï…ª' */
.icon-instagram:before {
  content: '\f16d';
}

/* 'ï…­' */
.icon-box:before {
  content: '\f187';
}

/* 'ï†‡' */
.icon-share-1:before {
  content: '\f1e0';
}

/* 'ï‡ ' */
.icon-facebook-official:before {
  content: '\f230';
}

/* 'ïˆ°' */
.icon-twitter-squared:before {
  content: '\f304';
}

/* 'ïŒ„' */
.icon-facebook-squared:before {
  content: '\f308';
}

/* 'ïŒˆ' */


/* GENERAL */

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #343434;
  padding-top: 58px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}

a {
  color: #0FBE9D;
  text-decoration: none;
}

a:hover {
  color: #286A29;
  text-decoration-line: none
}



/* buttons */
.btn {
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  padding: 7px 20px;
}

.btn:focus {
  box-shadow: none;
}

.btn-lg {
  padding: 15px 30px;
}

.btn-rounded {
  border-radius: 70px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  color: #ccc;
}

.btn-default-outline {
  border: 2px solid #ddd;
}

.btn-primary {
  color: #fff;
  background-color: #0FBE9D;
  border-color: #0FBE9D;
  border-width: 2px;
}


.btn-primary:hover {
  color: #fff;
  background-color: #0AA887;
  border-color: #0AA887;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #14D3B0;
  border-color: #14D3B0;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0FBE9D;
  border-color: #0FBE9D;
}

.btn-primary:disabled {
  color: #fff;
  background-color: #0FBE9D;
  border-color: #0FBE9D;
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-default {
  background-color: #999999;
  color: #fff;
}

.linkborderdots {
  border-bottom: 1px dotted #333;
  color: #222;
}

/* header */
.navbar-brand .logo {
  height: 30px;
}

.bg-light {
  background-color: #fff !important;
  border-bottom: 0px solid #eee;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 1px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.9em;
    padding-left: 0.9em;
  }
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid transparent !important;
  border-radius: .25rem;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #444;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  -webkit-transition: transform .35s ease-in-out;
  -moz-transition: transform .35s ease-in-out;
  -o-transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

.navbar-toggler-right {
  position: absolute;
  right: 5px;
}

.meta-header {
  margin-bottom: 20px;
}

.metahead-left {}

.return {
  letter-spacing: 2px;
}

/* back to top */
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

/* modal-jeniskegiatan */
.modal-title {
  font-size: 1.3em;
}

.modal-jeniskegiatan {
  font-size: 14px;
}

.modal-jeniskegiatan .item {
  text-align: center;
}

.modal-jeniskegiatan .thumbicon {
  width: 40%;
}

.modal-jeniskegiatan .item .title {
  font-size: 1.2em;
  font-weight: 400;
}

.modal-jeniskegiatan .item .desc {
  font-size: 1em;
}

/* content all */
.maincontent {
  padding-top: 30px;
}



/* ==== PAGE : HOME ======== */

/* section - home-hero */
.home-hero {
  background: rgb(61, 103, 37);
  /*background: linear-gradient(32deg, rgba(61,103,37,1) 0%, rgba(157,195,112,1) 100%);*/
  padding: 20px 0;
  min-height: 250px;
  background: linear-gradient(180deg, #E5F2FB 0%, rgba(235, 235, 235, 0) 37.23%);
}

.mainimghero {
  height: 100%;
  width: auto;
  display: flex;
}

.mainimghero img {
  align-self: flex-end;
  height: 550px;
}

.tabwrap {
  margin: 30px 0px 30px 20%;
  background-color: #fff;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.25));
  border-radius: 0 0 9px 9px;
}

.tabwrap .tab-content {
  padding: 35px;
  min-height: 400px;
}

.titletab {
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: -0.8px;
}

.subtitletab {
  font-size: 1em;
  line-height: 1.6em;
  font-weight: 400;

}

.tabwrap .nav-item:first-child {
  border-left: 0px;
}

.tabwrap .nav-item {
  width: 33.333%;
  border-left: 1px solid #C9C9C9;
}

.tabwrap .nav-link {
  border: 5px solid #EEEEEE;
  background-color: #EEEEEE;
  border-width: 5px 0 0 0;
  border-radius: 0px;
  text-align: center;
  color: #111;
  padding: 15px 10px;

}

.tabwrap .nav-link.active {
  border-top: 5px solid #0FBE9D;
  background-color: #FAFAFA;
}

.bgimghero {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100%;
}

.imgformobile,
.imgheromobile {
  display: none;
}


/* ==== Hero Form === */
/*
.heroform {
 padding: 7.5% 0 80px;
 margin-bottom: 50px;
 background-color: #fff;
}
.heroform .head {
 text-align: center;
 margin-bottom: 10px;
}

.heroform .title {
 font-size: 4em;
 font-weight: 300;
 color: #34B85F;
}
.heroform .desc {
 font-size: 1.2em;
 font-weight: 300;
 margin-bottom: 35px;
}
.heroform .desc b {
 font-weight: 700;
}
*/

.mainform {
  width: 100%;
  margin: 0 auto;
  display: block;
  border: 0px solid #ddd;
  clear: both;
  overflow: hidden;
}

.formgrup {
  float: left;
}

.formgrup label {
  display: block;
  padding: 0px;
  margin: 0px 0 5px;
  font-size: 0.9em;
  color: #777;
}

.fg-1 {
  width: 49%;
  border-right: 0px solid #ccc;
  background-color: none;
  margin-right: 2%;
}

.fg-2 {
  width: 49%;
  border-right: 0px solid #ccc;
  background-color: none
}

.fg-3 {
  width: 100%;
  padding: 20px 0 0;
  background-color: none;
}

.mainform .inner {
  height: 100%;
}

.mainform select {
  width: 100%;
  display: block;
  height: 48px;
  font-size: 1em !important;
  border: 0px;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  color: #343434;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
}

/*
.mainform .btn {
 width: auto;
 padding: 15px;
 font-size: 1em;
 font-weight: 300;
 height: 55px;
 border-radius: 5px;
}
*/
.notesfield {
  width: 100%;
  position: relative;
  background-color: #555;
  color: #fff;
  padding: 10px 18px;
  font-size: 0.8em;
  line-height: 1.3em;
  border-radius: 0px;
  margin-top: 10px;
}

.notesfield {
  position: relative;
  background: #555;
}

.notesfield:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #555;
  border-width: 10px;
  margin-left: -10px;
}

.box {
  color: #fff;
  padding: 20px;
  display: none;
  margin-top: 20px;
}

.selectdiv {
  position: relative;
  min-width: 100px;
}

.selectdiv:after {
  content: '\E806';
  font-family: "fontello";
  color: #0FBE9D;
  right: 10px;
  top: 0px;
  height: 48px;
  padding: 12px 0px 0px 8px;
  border-left: 0px solid #eee;
  position: absolute;
  pointer-events: none;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
  display: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */

  display: block;
  width: 100%;

  -ms-word-break: normal;
  word-break: normal;
}

.labelwicon label {
  cursor: pointer;
}

.labelwicon .icon {
  color: #0FBE9D;
  font-size: 1.5em;
}

.filter-form .selectdiv.labelwicon:after {
  top: 28px;
}

/*

.select_box{
 width: 100%;
 overflow: hidden;
 position: relative;
}
.select_box:after{
 width: 0; 
 height: 0; 
 border-left: 8px solid transparent;
 border-right: 8px solid transparent;
 border-top: 8px solid #10b25c;
 position: absolute;
 top: 45%;
 right: 19px;
 content: "";
 z-index: 99;
}
.select_box select{
 z-index: 99;
}

*/



/*
.metaform {
 width: 70%; margin:0 auto; padding: 3px 30px;
}

.metanotesmobile {
 display: none;
}
.linkmodal {
 cursor: pointer;
}
.linkmodal .icon {
 color:#10b25c
}
.linkmodal .labeltext {
 font-size: 0.75em; letter-spacing: 0.3px; 
 color: #aaa; 
 border-bottom: 1px dotted #ccc;
}*/







/* section - home */
.row-homesection {
  padding: 50px 0;
}

.row-homesection .head {
  padding: 0 25px;
}

.title-homesection {
  font-size: 1.8em;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.head p {
  margin-bottom: 0px;
}

/* section - home-ads */
.home-ads {
  display: none;
  padding: 30px 0 10px;
}

.rowhomeads {
  padding: 0 25px;
}

.home-ads .owl-carousel .owl-item img {
  width: 100%;
}

.home-ads-one {
  width: 100%;
}

.home-ads-three {
  width: 100%;
}

/* section - home-paketpengajian*/
.home-paketpengajian {
  padding-top: 70px;
}

/* section - home-artikel*/
.home-artikel .metan {
  font-size: 0.875rem;
}

.home-artikel .card-desc a,
.home-artikel .card-act a {
  color: #343434;
}

.home-artikel .card-desc a:hover,
.home-artikel .card-act a:hover {
  color: #10b25c;
}

.artikelhome-filter {
  margin-bottom: 0px;
}

/* section - home-review*/
.home-review {}

.home-review .title-homesection {
  text-align: center;
  margin-bottom: 20px;
}

.reviewn {
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 30px 30px 30px 22%;
  margin-bottom: 40px;
  position: relative;
  min-height: 215px;
}

.reviewn:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 30px;
  width: 55px;
  height: 100px;
  background-image: url(../../front/img/quote.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.picreviewer {
  position: absolute;
  left: 25px;
  top: 32px;
  width: 17%;
}

.namareviewer {
  font-size: 1em;
  font-weight: 700;
}

.reviewn p {
  margin-bottom: 0px;
}

.reviewn.even {
  padding: 30px 22% 30px 30px;
}

.reviewn:after {
  right: 22%;
}

.reviewn.even .picreviewer {
  left: auto;
  top: 32px;
  right: 25px;
}

/* ==== List Fetatured === */
.listfeatured {
  margin-bottom: 20px;
  padding: 30px 0;
  background-color: #F7F7F7;
}

.listfeatured .head {
  text-align: center;
  margin-bottom: 20px;
}

.listfeatured .title {
  font-weight: 300;
  font-size: 1.8em;


}

.listfeatured .desc {
  color: #666;
  font-weight: 300;
  letter-spacing: 0.6px;
  margin-bottom: 30px;
}

.listfeatured .container {
  padding: 30px 30px;
  /*
 -webkit-box-shadow: 0px -6px 8px 0px rgba(240,240,240,1);
-moz-box-shadow: 0px -6px 8px 0px rgba(240,240,240,1);
box-shadow: 0px -6px 8px 0px rgba(240,240,240,1);
*/
  background-color: none;
}

.itemlist {
  margin-bottom: 50px;
  padding: 0 25px 10px;
}

.itemlist .card-body {
  height: 100%;
  padding: 0px;
  border-radius: 10px;
  border: 0px;

}

.itemlist .card-body:hover {
  transform: scale(1.1);
  transition: .9s;
}

.itemlist .pic {
  width: 100%;
  height: 250px;
  display: block;
  border-radius: 5px 5px 0 0;
  margin-bottom: 5px;
  object-fit: cover;
  object-position: 50% 0;

}

.itemlist .title {
  font-size: 1.2em;
  font-weight: 500;
  margin: 0px 0 10px;
  padding: 0px;
}

.itemlist .meta {
  margin: 0px 0 0px;
  padding: 0px;
  font-size: 0.8em;
  opacity: 0.7;
}

.itemlist .meta a {
  color: #666;
  font-weight: 700;
}

.itemlist .exc {
  font-size: 0.85em;
  letter-spacing: 0.3px;
  margin: 10px 0 10px;
  padding: 0px;
}

.itemlist .inn {
  padding: 15px 25px 5px;
  flex: 1 1 auto;
}

.itemlist .card-footer {
  font-size: 0.9em;
  background-color: rgba(0, 0, 0, .0);
  border-top: 0px;
  padding: 0px 25px 20px;
}

.itemlist .card-footer .iconmore {
  font-size: 0.7em;
  vertical-align: 1px;
  margin-left: 3px;
}

.itemlist .card-footer .iconmore:before {
  width: auto !important;
  line-height: auto;

}

.listfeatured .more {
  text-align: center;
}

.listfeatured .more .desc {
  font-size: 1.5em;
  font-weight: 300;

}

/* ==== Steps === */
.steps {
  background-color: #fff;
  padding: 55px 0 80px;
  text-align: center;
}

.steps .title-section {
  font-size: 1.7em;
  margin-bottom: 40px;
}

.steps .title {
  font-size: 1.2em;
}

.steps .desc {
  font-size: 0.9em;
}

.steps .inn {
  padding: 0 30px;
  margin-bottom: 40px;
}

.steps .inn img {
  width: 60%;
  display: block;
  margin: 0 auto 10px;
}


/* ==== 2. PAGE : USTADZ ======== */
.page-ustadz {}

.page-ustadz .maincontent {
  background-color: #f7f7f7;
  padding-top: 30px;
}

.page-ustadz .itemlist {
  padding: 0 15px 10px
}

.page-ustadz .itemlist .inn {
  padding: 15px 20px 5px;
}

.page-ustadz .itemlist .title {
  font-size: 1.1em;
}

.page-ustadz .itemlist .pic {
  height: 220px;
}

.page-ustadz .itemlist .exc {
  font-size: 0.8em;
  letter-spacing: 0.3px;
}

.page-ustadz .itemlist .card-footer {
  font-size: 0.8em;
  padding: 0 20px 20px;
}

.btn-filter {
  display: block;
  position: absolute;
  right: 15px;
  top: 0px;
  padding-right: 0px;
}

.btn-filter:focus {
  outline: 0 !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.btn-filter .icon-sort {
  opacity: 0.4;
}

.searchbar {
  margin-bottom: 30px;
}

.searchbar .btn-primary {
  height: 35px;
  padding-top: 4px;
}

.make-me-sticky {
  position: relative;
  top: 0px;
  padding: 0px 0px;
}

#mobilecollapse {
  background: #eee;
  padding: 15px;
  margin-bottom: 30px;
}

#mobilecollapse .sub-sidebar {
  margin-bottom: 0px;
}

.btn-filter {
  font-size: 0.9em;
  border-radius: 3px;
}

@media only screen and (min-width : 992px) {
  .btn-filter {
    display: none !important
  }

  .make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    padding: 15px 0px 0;
  }

  #mobilecollapse {
    background: transparent;
    padding: 0px;
  }
}

.sidebar {
  padding-right: 50px;
  position: relative;
  margin-bottom: 15px;
}

.sub-sidebar {
  margin-bottom: 30px;
}

.sidebar .title-page {
  font-size: 1.7em;
  margin-bottom: 15px;
  font-weight: 300;
}

.sidebar .title-section {
  border-left: 4px solid #0FBE9D;
  padding: 0 0 0 7px;
  margin-bottom: 10px;
  font-size: 1em;
  letter-spacing: 0.5px;
}

.filter-form {}

.filter-form label {
  display: block;
  font-size: 0.8em;
  font-weight: 400;
  margin-bottom: 3px;
}

.filter-form select {
  width: 100%;
  padding: 5px;
  display: block;
  border: 1px solid #eee;
  background-color: #fdfdfd;
  color: #888;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 17px;
  padding: 12px 10px;
  border-radius: 2px;
  position: relative;

}

.filter-form option {
  padding: 10px;
  font-size: 1.1em;
}

.filter-form .btn-primary {
  width: 100%;
  padding: 12px 15px;
}

.filter-form .selectdiv:after {
  font-size: 0.8em;
  right: 10px;
  top: 18px;
  height: 45px;
  padding: 15px 0px 0px 8px;
}

.filter-form .styleformtwo .container {
  color: #444;
  font-weight: 300;
  letter-spacing: 0.3px;
  font-size: 0.85em;
  padding-top: 3px;
}

#firstsearch {
  display: none;
}




#filtertext {
  display: block
}

@media only screen and (min-width : 992px) {
  #filtertext {
    background-color: red;
    display: none !important
  }
}


.content-main {}

.searchname {}

.searchname .inputtext {
  display: inline-block;
  width: 75%;
  padding-left: 20px;


}



.has-search .form-control {
  padding-left: 2rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 1rem;
  height: 2.375rem;
  line-height: 2.1rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  left: 0px;
}

.searchname .btn-primary {
  border-radius: 3px !important;
  line-height: 1em;
}

.searchname .input-group-append {
  margin-left: 7px;
}

.searchname input[type="text"] {
  height: 35px;
  padding: 5px 0;
  display: block;
  color: #888;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 15px;
  border-radius: 3px;
  position: relative;
  border-width: 0 0 1px;
  border-color: #bbb;
  background-color: transparent;
  border-radius: 0px;


}

.searchname input[type="text"]:focus {
  background-color: transparent;
  border-color: #10b25c;
  outline: 0px !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.list-hor {
  margin: 0;
  padding: 0px;
  list-style: none;
}

.list-hor li {
  width: 100%;
  background-color: #10b25c;
  position: relative;
  clear: both;
  overflow: hidden;
  border-radius: 13px;
  padding: 15px 25px;
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 30px;
  /*
 box-shadow: 0 10px 20px rgba(0,0,0,0.01), 0 6px 6px rgba(0,0,0,0.02);
 transition: all 0.3s cubic-bezier(.25,.8,.25,1);
 */
}

.list-hor li:hover {
  /*
 box-shadow: 0 14px 28px rgba(0,0,0,0.03), 0 10px 10px rgba(0,0,0,0.04);
 */
}


.list-hor .title {
  font-size: 1.4em;
  margin-bottom: 10px;
  float: left;
  width: 65%;
  padding-left: 35px;
}

.list-hor .thumb {
  width: 35%;
  float: left;
  border-radius: 5px;
  margin: 4px 0;
  object-fit: cover;
  object-position: 100% center 0;

  height: 175px;
}


.list-hor .exc {
  margin-bottom: 0px;
  font-size: 1em;
  width: 65%;
  padding-left: 35px;
  float: left;
}

.list-hor .more {
  margin-top: 10px;
  display: block;
}

.list-hor .iconmore {
  font-size: 0.7em;
  margin-left: 2px;
  vertical-align: 1px;
}

.no-photo {}

.no-photo .thumb {
  display: none;
}

.no-photo .title,
.no-photo .table-meta,
.no-photo .exc {
  width: 100%;
  padding-left: 0px;
}


/* DivTable.com */
.divTable {
  display: table;
  width: 65%;
  padding-left: 35px;
}

.divTableRow {
  display: table-row;
}

.divTableCell {
  display: table-cell;
  padding: 2px 0;
}

.divTableBody {
  display: table-row-group;
}

.table-meta {
  font-size: 0.8em;
  margin-bottom: 5px;
  float: left;
  opacity: 0.7;
}

.table-meta a {
  font-weight: 500;
  color: #444;
}

.cell-label {
  width: 15%;
}

.cell-content {
  width: 85%;
}


.hidden {
  display: none;
}

.hideButton.btn-primary {
  background-color: #eee;
  border-color: #ddd;
  color: #ccc;
}


/* ==== 3. PAGE : USTADZ DETAIL ======== */
.page-ustadz-detail {}


.subsection {
  margin-bottom: 50px;
}

.subsection .title {
  font-size: 1.2em;
  border-left: 5px solid #10b25c;
  padding-left: 15px;
}


.mobile-social-share h3 {
  color: inherit;
  float: left;
  font-size: 15px;
  line-height: 20px;
  margin: 25px 25px 0 25px;
}

.share-group {
  float: right;
  margin: 0px 25px 0 0;
}

.share-group .dropdown-toggle::after {
  margin-left: 0px;
  border: 0px;
}

.btn-group {
  display: inline-block;
  font-size: 0;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

.mobile-social-share ul {
  float: right;
  list-style: none outside none;
  margin: 0;
  min-width: 61px;
  padding: 0;
}

.share {
  min-width: 17px;
}

.mobile-social-share li {
  display: block;
  font-size: 18px;
  list-style: none outside none;
  margin-bottom: 3px;
  margin-left: 4px;
  margin-top: 3px;
}

.btn-share {
  background-color: #BEBEBE;
  border-color: #CCCCCC;
  color: #333333;
}

.btn-twitter {
  background-color: #3399CC !important;
  width: 51px;
  color: #FFFFFF !important;
}

.btn-facebook {
  background-color: #3D5B96 !important;
  width: 51px;
  color: #FFFFFF !important;
}

.btn-facebook {
  background-color: #3D5B96 !important;
  width: 51px;
  color: #FFFFFF !important;
}

.btn-google {
  background-color: #DD3F34 !important;
  width: 51px;
  color: #FFFFFF !important;
}


#socialShare {
  max-width: 59px;
  margin-bottom: 18px;
}

#socialShare>a {
  padding: 6px 10px 6px 10px;
}

@media (max-width : 320px) {
  #socialHolder {
    padding-left: 5px;
    padding-right: 5px;
  }

  .mobile-social-share h3 {
    margin-left: 0;
    margin-right: 0;
  }

  #socialShare {
    margin-left: 5px;
    margin-right: 5px;
  }

  .mobile-social-share h3 {
    font-size: 15px;
  }
}

@media (max-width : 238px) {
  .mobile-social-share h3 {
    font-size: 12px;
  }
}


.page-ustadz-detail {}

.page-ustadz-detail .pre-img {
  width: 40%;
  float: left;
  margin: 0 50px 20px 0;
  padding-top: 7px;
}

.page-ustadz-detail .pre-img .list-meta {
  font-size: 0.9em;
}

.page-ustadz-detail .title-page {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 20px;
}

.thumb-photo {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  border-radius: 10px;
}

.pgre-im {
  margin-bottom: 20px;
}


.paging {}

.page-item.active .page-link {
  background-color: #10b25c;
  border-color: #10b25c
}

.page-link {
  color: #10b25c
}


/* ===== FOTER ===== */
footer {
  padding: 20px 0;
}

.copy {
  padding-top: 20px;
  font-size: 0.85em;
}

.others {
  text-align: right;
}

.labelicongroup {
  vertical-align: 5px;
}

footer .labelicongroup {
  font-size: 0.9em;
}

footer .icon {
  font-size: 2em;
}


.post {}

.post .inner {
  padding: 0px;
}

.post p {
  font-size: 1em;
  line-height: 1.7em;
  margin-bottom: 20px;
}

.post .no-photo {
  display: none;
}

.post .content {
  margin: 0px 0 40px;
  padding: 0 0 0 0px;
}

.post .content p {
  text-align: justify;
}

.list-meta {
  line-height: 1em;
}

.list-meta p {
  margin-bottom: 10px;
}

.list-meta label {
  display: block;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
}

.list-meta a {
  color: #777;
  font-weight: 600;
  text-decoration: none;
}

.list-meta a:hover {
  color: #555;
}


.contact-content {
  background-color: #eee;
  padding: 20px 20px;
  border-radius: 5px;
}

.contact-content .title {
  font-size: 1.1em;
  border: 0px;
  padding: 0px;
  color: #10b25c;
  font-weight: 700;
}

.contact-content .desc {
  font-size: 0.9em;
  line-height: 1.2em;
}

.contact-hidden {
  font-weight: 700;
}

.contact-hidden label {
  display: block;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
}

.contact-hidden p {
  margin-bottom: 10px;
}

.subsection-kontak .btn {
  width: 100%;
  padding: 15px 20px;
}

.subsection-sosmed {}

.subsection-sosmed ul {
  margin: 0px 0 0 18px;
  padding: 0px;
  list-style: none
}

.subsection-sosmed ul li {
  margin: 0px 0 10px;
  padding: 0px;
}

.subsection-sosmed .icon {
  font-size: 1.3em;
  margin-right: 10px;
  vertical-align: -2px
}





.ms-options-wrap,
.ms-options-wrap * {
  box-sizing: border-box;
}

.ms-options-wrap>button:focus,
.ms-options-wrap>button {
  position: relative;
  width: 100%;
  text-align: left;
  outline: none;
  white-space: nowrap;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  color: #888;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  padding: 13px 10px;
  border-radius: 2px;
  position: relative;
}

.ms-options-wrap>button:after {
  display: none;
  content: ' ';
  height: 0;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  border: 6px solid rgba(0, 0, 0, 0);
  border-top-color: #999;
  margin-top: -3px;
}

.ms-options-wrap>.ms-options {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 1px;
  margin-bottom: 20px;
  background: white;
  z-index: 2000;
  border: 1px solid #aaa;
}

.ms-options-wrap>.ms-options>.ms-search input {
  width: 100%;
  padding: 4px 5px;
  border: none;
  border-bottom: 1px groove;
  outline: none;

}

.ms-options-wrap>.ms-options .ms-selectall {
  display: inline-block;
  text-transform: lowercase;
  text-decoration: none;
}

.ms-options-wrap>.ms-options .ms-selectall:hover {
  text-decoration: underline;
}

.ms-options-wrap>.ms-options>.ms-selectall.global {
  margin: 4px 5px;
}

.ms-options-wrap>.ms-options>ul {
  list-style: none;
  margin: 0px;
  padding: 0px;

}

.ms-options-wrap>.ms-options>li {
  padding: 0px 10px;
  margin: 0 0 10px;

}

.ms-options-wrap>.ms-options>ul>li.optgroup {
  padding: 5px;
}

.ms-options-wrap>.ms-options>ul>li.optgroup+li.optgroup {
  border-top: 1px solid #aaa;
}

.ms-options-wrap>.ms-options>ul>li.optgroup .label {
  display: block;
  padding: 5px 0 0 0;
  font-weight: bold;
}

.ms-options-wrap>.ms-options>ul label {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 4px;
  margin: 0px 0;
  font-size: 0.9em;
}

.ms-options-wrap>.ms-options>ul li.selected label,
.ms-options-wrap>.ms-options>ul label:hover {
  background-color: #efefef;
}

.ms-options-wrap>.ms-options>ul input[type="checkbox"] {
  margin-right: 5px;
  position: absolute;
  left: 4px;
  top: 7px;
}



/* style form */
.styleform .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.9em;
  line-height: 1.2em;
  padding-top: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
}

/* Hide the browser's default checkbox */
.styleform .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.styleform .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 3px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.styleform .container:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.styleform .container input:checked~.checkmark {
  background-color: #ff8e52;
}

/* Create the checkmark/indicator (hidden when not checked) */
.styleform .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.styleform .container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.styleform .container .checkmark:after {
  left: 10px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



/* --- */
/* The container */
.styleformtwo .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.9em;
  line-height: 1.2em;
  padding-top: 2px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.styleformtwo .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.styleformtwo .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 2px solid #10b25c;
  background-color: #fff;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.styleformtwo .container:hover input~.checkmark {
  background-color: #eee;
}

/* When the radio button is checked, add a blue background */
.styleformtwo .container input:checked~.checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.styleformtwo .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.styleformtwo .container input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.styleformtwo .container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #10b25c;
}




/* style form */
.styleformthree .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.6em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
}

/* Hide the browser's default checkbox */
.styleformthree .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.styleformthree .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 1px;
  background-color: #eee;
  border: 3px solid #f36b22;
}

/* On mouse-over, add a grey background color */
.styleformthree .container:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.styleformthree .container input:checked~.checkmark {
  background-color: #f36b22;
}

/* Create the checkmark/indicator (hidden when not checked) */
.styleformthree .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.styleformthree .container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.styleformthree .container .checkmark:after {
  left: 7px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.list-videoustadz {}

.list-videoustadz ul {
  margin: 0px 0 0 20px;
  padding: 0px;
  list-style: none;
}

.list-videoustadz ul li {
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.list-videoustadz .title-video {
  font-size: 1.1em;
}

.list-videoustadz .exc {
  font-size: 0.9em;
  line-height: 1.5em;
  opacity: 0.8;
}

.list-videoustadz .thumb-video {
  max-width: 100%;
  margin-bottom: 7px;
}


/* MSG */
.msgcontent {
  background-color: #fff;
  border-radius: 10px;
  min-height: 600px;
  padding: 20px 7%;
}

.msgcontent .msg-header {
  text-align: center;
  position: relative;
  border-bottom: 2px solid #444;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.msg-list {
  padding: 0 5%;
}

.msg-list ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.msg-list ul li {
  list-style: none;
  margin: 0px 0 10px;
  padding: 0px 0px 10px 50px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.profilpicabc {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #bbb;
  color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
}

.profilpicabc:hover {
  color: #fff;
  background-color: #bbb
}

.msg-list .desc {
  font-size: 0.8em;
  padding-right: 20%;
  color: #666
}

.msg-list .desc a {
  color: #666;
}

.msg-list .desc a:hover {
  color: #666
}

.msg-list .desc span {
  display: inline-block;
}

.numbermsg {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #10b25c;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.numbermsg:hover {
  color: #fff;
  background-color: #10b25c
}

.notifnew {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: red;
  right: -5px;
  top: -5px;
}

.msg-list .judul {
  font-weight: bold;
  font-size: 1em;
}

.msg-list .judul a {
  color: #111;
}

.generalpaging {
  padding-top: 10px;
}

/* msg - detail */
.msg-detail {}

.msg-respon-header {
  position: relative;
  width: 100%;
  height: 60px;
}

.msg-respon-header:before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #111;
  position: absolute;
  top: 22px;
  left: 0px;
  z-index: 0 !important
}

.msg-respon-header .cont {
  display: inline-block;
  background-color: #fff;
  z-index: 2 !important;
  position: absolute;
  padding-right: 20px;

}

.msg-respon-header .numb {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  background-color: #333;
  color: #fff;
  margin-right: 5px;
  text-align: center;
  font-size: 1.3em;
  line-height: 45px;
  font-weight: 600;
}

.msg-respon-header .text {
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
}

.repsonlist {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.repsonlist li {
  margin: 0px 0 20px;
  padding: 0px;
  list-style: none;
  position: relative;
}

.repsonlist .avaname {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 5px solid #fff;
  position: absolute;
  left: -5px;
  top: 0px;
  background-color: #ddd;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.repsonlist .desc {
  background-color: #f4f4f4;
  border-radius: 10px;
  min-height: 60px;
  color: #444;
  margin-left: 30px;
  padding: 15px 10% 15px 30px;
  font-size: 0.9em;
  line-height: 1em;
}

.postime {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 0.7em;
  color: #999
}

.postime-cubot {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 0.7em;
  color: #fff;
}

.post {}

.post p {
  line-height: 1.4em;
  margin-bottom: 1em;
}

.inputrespond {
  padding-right: 20px !important;
}

.inputrespond textarea {
  width: 100%;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #fff;
  margin-bottom: 5px;
}

.repsonlist .bg-admin {
  background-color: #10b25c;
}

.repsonlist .bg-user {
  background-color: #666;
}

.msg-detail-header {
  margin-bottom: 20px;
}

.msg-detail-header ul {
  margin: 0px;
  padding: 0px;
  list-style: none
}

.msg-detail-header ul li {
  margin: 0px;
  padding: 10px 0;
  list-style: none;
  border-bottom: 1px solid #eee;
}

.msg-detail-header ul li:last-child {
  border-bottom: 0px;
}

.msg-detail-header .label {
  text-align: right;
  font-weight: bold;
}

.listdetailmsg {
  font-size: 0.8em;
}


.msgform {}

.fc-short {
  width: 30%;
  display: inline-block;
}

.msgform .col-form-label {
  font-weight: bold;
}


/* adv */
.herowithadv {
  padding-bottom: 0px;
}

.adv {
  text-align: center;
  margin: 0px 17px 50px;
}

.adv-img {
  max-width: 100%;
}


.live-stream {
  /* text-align: center; */
  margin: 0px 17px 50px;
}

.live-stream .container {
  max-width: 800px;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}




/* *** script owl *** */
/* OWL CAROUSEL */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=''] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 0px;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-carousel .owl-item img {
  width: auto;
}

.sliderowlcardn-cont {
  padding: 0 0 0px;
}

.sliderowlfulln-cont,
.sliderowln-cont {
  padding: 0px;
}

.owl-theme .owl-dots {
  padding-top: 8px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 4px 4px;
}

.owl-stage {
  margin: 0 auto;
}




.slide-content {
  position: relative;
}

.slide-content .owl-theme .custom-nav {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
}

.slide-content .owl-theme .custom-nav .owl-prev,
.slide-content .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

.slide-content .owl-theme .custom-nav .owl-prev i,
.slide-content .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}

.slide-content .owl-theme .custom-nav .owl-prev {
  left: 0;
}

.slide-content .owl-theme .custom-nav .owl-next {
  right: 0;
}


/* slide sqr */
.slide-content-sqr {
  position: relative;
}

.slide-content-sqr .owl-theme .custom-nav {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
}

.slide-content-sqr .owl-theme .custom-nav .owl-prev,
.slide-content-sqr .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

.slide-content-sqr .owl-theme .custom-nav .owl-prev i,
.slide-content-sqr .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}

.slide-content-sqr .owl-theme .custom-nav .owl-prev {
  left: 0;
}

.slide-content-sqr .owl-theme .custom-nav .owl-next {
  right: 0;
}

/* owl nav modif */
/*
.sliderowl {
  position: relative;
}
.owl-theme .custom-nav {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  z-index: 9;
}
.sliderowlcardn-cont {
  position: relative;
}
.sliderowlcardn-cont .owl-theme .custom-nav {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  z-index: 9;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 0px;
  padding: 4px 0px;
  background: rgba(0, 0, 0, 0.7);
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: rgba(0, 0, 0, 0.7);
}
.owl-theme .owl-nav [class*='owl-']:focus {
  background: rgba(0, 0, 0, 0.7);
}
.sliderowl .owl-theme .custom-nav .owl-prev,
.sliderowl .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  border: none;
  z-index: 100;
  font-family: 'fontello';
}
.sliderowl .owl-theme .custom-nav .owl-prev:focus,
.sliderowl .owl-theme .custom-nav .owl-next:focus {
  outline: 0;
}

.sliderowl .owl-theme .custom-nav .owl-prev i,
.sliderowl .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.sliderowl .owl-theme .custom-nav .owl-prev {
  left: 0%;
}
.sliderowl .owl-theme .custom-nav .owl-next {
  right: 0%;
}

.owl-carousel.owl-drag .owl-item {
  background-color: none;
}

.owl-carousel .owl-stage {
  padding-left: 0%;
}
.sliderowl .item {
  width: 100%;
}
.cardn {
  background-color: #fff;
  margin: 10px 10px 0;
  -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.07);
  border-radius: 9px;
  min-height: 200px;
  transition: transform 0.2s;
}
.cardn:hover {
  transform: scale(1.03);
}

@media all and (max-width: 991px) {
  .owl-theme .custom-nav {
    display: none;
  }
  .section-mainbanner .owl-theme .custom-nav,
  .section-owlfasilitas .owl-theme .custom-nav {
    display: block;
  }
}



/* page ustadz detail */
.titlesectionustadz {
  font-size: 1.225rem;
  margin-bottom: 10px;
}

.breads {
  background-color: #f7f7f7;
  padding: 10px 0;
  font-size: 0.8rem;
  color: #464646;
}

.ustadz-headprofile {
  padding: 20px 0;
  color: #444;
}

.ustadz-headprofile figure {
  margin-bottom: 0px;
}

.ustadz-headprofile figure .thumb {
  width: 100%;
  display: block;
}


.row-nama {}

.namaspek {}

.row-nama .title {
  font-size: 1.5rem;
  font-weight: 700;
}

.row-nama hr {
  border-top: 1px dotted #999;
  margin: 5px 0;
}

.row-nama .act {
  text-align: right;
}

.row-nama .act .btn {
  min-width: 170px;
}

.row-respon {
  font-size: 0.9rem;
}

.statuskontak {
  text-align: right;
}

.text-green {
  color: #00BC5F;
}

.ustadz-profile {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.kotaasal {
  color: #999;
  padding-bottom: 25px;
}

.ustadz-ulasan {
  color: #444;
  padding: 40px 0;
}

.ustadz-ulasan .statusrespon {
  text-align: right;
}

.listrespon {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.listrespon li {
  margin: 0px 0 20px;
  padding: 0px;
  line-height: 1.4rem;
}

.respons {}

.listresponn {
  display: flex;
}

.responderpic {
  width: 54px;
  height: 54px;
}

.descrespon {
  margin-left: 20px;
  padding-right: 15px;
  border-bottom: 1px dotted #999;
}

.descrespon .name {
  font-size: 1.125rem;
  margin-bottom: 0px;
}

.metadate {
  font-size: 0.8rem;
  margin-bottom: 10px;
  color: #999;
}

.isirespon {
  font-size: 0.975rem;
}

.pagingrespons {
  text-align: right;
}

.pagingrespons .pagination {
  justify-content: flex-end;
}

.sidebarustd {
  padding-left: 20px;
}

.sec-sosmed {
  margin-bottom: 40px;
}

.sec-sosmed ul {
  margin: 0px 0 0px;
  padding: 0px;
  list-style: none
}

.sec-sosmed ul li {
  margin: 0px 0 10px;
  padding: 0px;
}

.sec-sosmed .icon {
  font-size: 1.3em;
  margin-right: 10px;
  vertical-align: -2px
}

.sec-video {}

.videon {
  max-width: 100%;
}

.sec-video .thumb {
  margin-bottom: 20px;
  max-width: 100%;
}

#myModalVideo .close {
  position: absolute;
  top: 0px;
  right: -30px;
}

#myModalVideo .icon-cancel {
  color: #fff;
  font-weight: 300;
}

#myModalVideo .modal-body {
  padding: 0px;
}

#myModalVideo .modal-dialog {
  max-width: 750px;
  margin: 3rem auto;
}

@media only screen and (max-width: 991px) {
  #myModalVideo .modal-dialog {
    max-width: 650px;
    margin: 4rem auto 0;
  }
}

@media only screen and (max-width: 767px) {
  #myModalVideo .close {
    top: -30px;
    right: -7px;
  }

  #myModalVideo .modal-dialog {
    max-width: 550px;
    margin: 4rem auto 0;
  }
}

@media only screen and (max-width: 480px) {
  #myModalVideo .modal-dialog {
    max-width: 767px;
    margin: 4rem 15px 0;
  }
}

.pointdesc {
  margin-bottom: 20px;
}

/*- expander CSS only below this point -*/

button.expand-toggle {
  border: 0px;
  color: #10B25C;
  background-color: transparent;
  padding: 0px;
  font-size: 0.9rem;
}

button.expand-toggle:hover,
button.expand-toggle:focus {
  border: 0px;
  background-color: transparent;
  outline: 0;
  color: #0D944C;
}

button.expand-toggle.hidden {
  display: none;
}

div.expander {
  position: relative;
  overflow: hidden;
  max-height: 144px;
  /* starting height - best to use a multiple of line-height */
  transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -webkit-transition: max-height 0.5s ease-in-out;
  margin-bottom: 0px;
}

div.expander:before {
  /* this applies a faded gradient to the bottom of the expanding content when closed */
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(#F9FBFB00 50%, #f7f7f7);
  /* match this colour with the colour of the background */
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

div.expander.expanded:before {
  /* hides the gradient when expanded */
  opacity: 0;
}

@media only screen and (min-width: 480px) {

  /* adusts the max-height of the 'closed' expander for 480px+ */
  div.expander {
    max-height: 96px;
  }
}

@media only screen and (min-width: 720px) {

  /* adusts the max-height of the 'closed' expander for 720px+ */
  div.expander {
    max-height: 72px;
  }
}



/* DAFTAR USTADZ */
.sec-daftarustadz {}

.colustadzn {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.colustadz-highlight {
  background: #E1F1E8;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.sec-daftarustadz .card-body {
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease-in-out;
}

.sec-daftarustadz .card-body:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.sec-daftarustadz .alpha {
  padding: 0px 0 0 15px;
}

.sec-daftarustadz .beta {
  padding: 0px 15px 0 0;
}

.sec-daftarustadz figure {
  height: 100%;
  width: 90%;
  margin: 0px;
  padding: 0px;
}

.thumbust {
  max-width: 100%;
  min-height: 147px;
  object-fit: cover;
}

.inust {
  padding: 15px 20px 0px 0px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sec-daftarustadz .title {
  font-size: 0.85rem;
  line-height: 1.2rem;
  font-weight: 700;
  margin-bottom: 7px;
}

.sec-daftarustadz .title a {
  color: #444;
}

.sec-daftarustadz .meta {
  font-size: 0.9rem;
  line-height: 1.2rem;
  padding: 0px;
  margin-bottom: 5px;
  color: #888;
}

.sec-daftarustadz .row-respon {
  margin-top: auto;
}

.sec-daftarustadz .statusrespon {
  font-size: 0.75rem;
  padding-top: 2px;
}

.sec-daftarustadz .statuskontak {
  margin-bottom: 7px;
}

.sec-daftarustadz .statuskontak .btn {
  border-radius: 50px;
  font-size: 0.85rem;
  padding: 2px 20px;
  font-weight: 400;
}

.iconvideo {
  color: #777;
  margin-left: 7px;
  vertical-align: -1px;
  font-size: 1.1rem;
}

.inust hr {
  border-top: 1px dotted #999;
  margin: 1px 0 5px;
}

.paginglistustadz {
  text-align: center;
  padding: 40px 0 60px;
}

.paginglistustadz .pagination {
  justify-content: center;
}

/* ****** ********** ******** */
/* ****** RESPONSIVE ******** */
/* ****** ********** ******** */

@media only screen and (max-width: 1365px) {
  .bgimghero {
    background-size: 110%;
  }
}

@media only screen and (min-width: 1280px) {
  .slidewrap-two {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 1279px) {
  .bgimghero {
    background-size: 130%;
  }

  .mainimghero img {
    height: auto;
    width: 100%;
  }

  .tabwrap {
    margin-left: 0px;
  }

  .tabwrap .tab-content {
    padding: 25px;
    min-height: 360px;
  }

  .titletab {
    font-size: 2em;
  }

  .slidewrap-two {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .bgimghero {
    background-image: none !important;
    padding-bottom: 20px;
  }

  .home-hero {
    padding: 20px 0;
  }

  .imgformobile {
    display: block;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100%;
  }

  .imgheromobile {
    display: block;
    width: 100%;
    padding-top: 0px;
    background-color: red;
  }

  .metaform {
    width: 100%;
  }

  .mainimghero img {
    width: 100%;
    height: auto;
  }

  .tabwrap {
    margin-left: 0px;
  }

  .selectdiv:after {
    right: 25px;
    top: 11px;
  }

  .fg-3 {
    padding: 0px;
  }

  .row-homesection .head .btn-primary {
    font-size: 0.8em;
  }

  .row-homesection {
    padding: 30px 0;
  }

  .slide-content-sqr,
  .slidewrap-two {
    margin-bottom: 20px;
  }


  /* ustadz detail */
  .row-nama .act .btn {
    min-width: 120px;
  }

  .pointdesc {
    margin-bottom: 30px;
  }

  .sidebarustd {
    padding: 0px;
  }



}

@media only screen and (max-width: 767px) {
  .rowhomeads {
    padding: 0 0px;
  }

  .metaform {
    display: none;
  }

  .metanotesmobile {
    display: block;
    width: 100%;
    padding: 7px 0;
  }


  .rowcarousel {}

  .rowcarousel .container {
    padding: 0;
  }





}


@media only screen and (min-width: 640px) and (max-width: 991px) {
  .itemlist {
    margin-bottom: 30px;
    max-width: 50%;
    flex: 0 0 50%
  }
}


@media only screen and (min-width: 401px) and (max-width: 639px) {
  .listfeatured {
    padding: 0 20%
  }

  .itemlist .pic {
    height: 300px;
  }
}

@media only screen and (max-width: 400px) {
  .listfeatured {
    padding: 0 0
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heroform .title {
    font-size: 3em;
  }

  .mainform {
    width: 100%;
  }

  .mainform .inner {
    padding: 15px 15px;
  }

  .mainform select {
    width: 100%;
  }

  .adv-img {
    max-width: 690px;
  }
}

@media only screen and (max-width: 767px) {

  body {
    padding-top: 50px;
  }

  .btn-primary,
  .btn-rounded {
    font-size: 1em;
    padding: 6px 10px;
  }

  .row-homesection {
    padding: 30px 0;
  }

  .title-homesection {
    font-size: 1.2em;
  }

  .head p {
    font-size: 0.8em;
    line-height: 1.3em;
  }

  .home-hero {
    padding: 0px;
  }

  .home-hero .col-lg-6 {
    padding: 0px;
    margin: 0px;
  }

  .slide-content-sqr {
    margin-bottom: 20px;
  }

  .slide-content .owl-theme .custom-nav .owl-prev,
  .slide-content .owl-theme .custom-nav .owl-next {
    height: 50px;
  }

  .slidewrap-two {
    margin-bottom: 20px;
  }

  .home-paketpengajian .container,
  .home-paketpengajian .col-lg-7,
  .home-paketpengajian .col-lg-5 {
    padding: 0px;
  }

  .home-paketpengajian {
    padding-top: 30px;
  }

  .home-paketpengajian .row,
  .home-artikel .row {
    margin: 0px;
  }

  .row-homesection .head {
    padding: 0 0px;
  }

  .cardrow {
    max-width: 100%;
  }

  .tabwrap {
    margin: 0px;
    width: 100%;
    margin: 0 auto;
    border-radius: 0px;
  }

  .tabwrap .tab-content {
    padding: 25px;
  }

  .titletab {
    font-size: 1.8em;
  }

  .tabwrap .nav-link {
    height: 100%;
    line-height: 1.2em;
    font-size: 0.9em;
  }

  .tabwrap .nav-item .fa {
    display: block;
    font-size: 1.2em;
    margin-bottom: 5px;
  }

  .mainimghero img {
    width: 50% !important;
    max-width: auto !important;
    height: auto;
    margin: 0 auto;
  }

  .artikelhome-filter {
    padding: 0 15px;
  }

  /* adv */
  .herowithadv {
    padding-bottom: 0px;
    margin-bottom: 40px;
  }

  .navbar-collapse {
    background-color: #10b25c;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
  }

  .navbar-light .navbar-nav .active>.nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show>.nav-link,

  .navbar-light .navbar-nav .nav-link {
    color: #fff;
  }

  .navbar-brand {
    padding-top: 3px;
  }

  .navbar-brand .logo {
    height: 22px;
  }

  .heroform {
    padding: 30px 0 10px;
  }

  .heroform .title {
    font-size: 1.9em;
  }

  .heroform .desc {
    font-size: 0.9em;
    padding: 0 5%;
  }

  .mainform {
    width: 90%;
    padding-bottom: 10px;
  }

  .mainform .inner {
    padding: 10px 10px;
  }


  .page-ustadz-detail .maincontent {
    padding: 30px 10px 0;
  }


  .formgrup {
    float: none
  }

  .fg-1,
  .fg-2,
  .fg-3 {
    width: 100%;
    border-right: 0px;
  }

  .mainform select {
    width: 100%;
    height: 50px;
  }

  .mainform .selectdiv:after {
    top: 7px;
    right: 20px;
  }

  .mainform .btn {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    line-height: 50px;
  }

  .listfeatured {
    padding: 0 10px;
  }

  .listfeatured .head {
    margin-bottom: 0px;
  }

  .listfeatured .container {
    padding: 40px 30px;
  }

  .listfeatured .title {
    font-size: 1.4em
  }

  .listfeatured .desc {
    font-size: 0.9em;
  }


  .itemlist {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
  }

  .itemlist .title {
    font-size: 1.2rem;
  }

  .listfeatured .more .desc {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-bottom: 20px;
  }

  .btn-lg {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 1.1em;
  }

  /* list page */
  .page-ustadz .maincontent {
    background-color: #f7f7f7;
    padding-top: 20px;
  }

  .page-ustadz .sidebar {
    padding: 0 15px;
  }

  .sidebar .title-page {
    font-size: 1.2em;
  }

  .page-ustadz .itemlist {
    padding: 0 30px 10px;
  }

  .page-ustadz .itemlist .pic {
    height: 200px;
  }

  .list-hor li {
    padding: 15px;
  }

  .list-hor .title {
    font-size: 1.2em;
    padding-left: 25px;
  }

  .no-photo .title {
    padding-left: 0px;
  }

  .table-meta {
    padding-left: 25px;
    margin-bottom: 15px;
  }

  .list-hor .thumb {
    height: 105px;
    margin-bottom: 15px;
  }

  .list-hor .exc {
    clear: both;
    padding: 0px;
    width: 100%;
  }

  .list-hor .exc a {
    display: block;
    padding-top: 8px;
  }

  .list-hor .divTableCell {
    display: block;
    width: 100%;
    padding: 0px;
  }

  #filtertext {
    width: 100px;
    position: absolute;
    top: 0px;
    right: 15px;
    text-align: right;
    cursor: pointer;
  }


  #firstsearch {
    display: block;
    width: 100%;
    padding-top: 0px;
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
  }

  .col-half {
    width: 50%;
    float: left;
    padding: 10px 0px;
  }

  .pagination {
    padding: 0 15px
  }

  /* footer */
  .copy {
    text-align: center;
  }

  .others {
    text-align: center;
    padding-top: 30px;
  }

  .labelicongroup {
    display: block;
  }

  /* detail ustadz */
  .ustadz-headprofile figure .thumb {
    width: 70%;
    margin: 0 auto 20px;
  }

  .namaspek,
  .row-nama .act,
  .statusrespon,
  .statuskontak {
    text-align: center;
  }

  .row-nama .act {
    margin-bottom: 10px;
  }

  .statusrespon {
    padding-top: 10px;
  }

  .ustadz-headprofile .container,
  .ustadz-profile .container,
  .ustadz-ulasan .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .row-nama .title {
    font-size: 1.25rem;
  }

  .row-nama .meta {
    font-size: 0.9rem;
  }

  .row-nama .act .btn {
    font-weight: 500;
  }

  .pagingrespons .pagination {
    justify-content: center;
  }

  /* DAFTAR USTADZ */
  .sec-daftarustadz .alpha {
    padding: 0px 0 0 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .sec-daftarustadz .beta {
    padding: 0px 0px 0 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .sec-daftarustadz .namaspek,
  .sec-daftarustadz .statusrespon {
    text-align: left;
  }

  .sec-daftarustadz .statuskontak {
    text-align: right;
  }

  .inust {
    padding-left: 10px;
  }

  .inust hr {
    margin-bottom: 10px;
  }

  .sec-daftarustadz .row-respon {
    margin-top: auto;
  }

}

/* mobile all <480 */
@media (max-width: 479px) {
  .home-hero .col-md-6 {
    padding: 0;
  }

  .thumbust {
    max-width: 100%;
    min-height: 155px;
    object-fit: cover;
  }

}

img.main-logo {
  width: 80%;
}

@media only screen and (max-width: 760px) {
  img.main-logo {
    width: 85%;
  }
}

/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type: none;
  padding: 0;

  -moz-user-select: none;
  -webkit-user-select: none;
}

.rating-stars ul>li.star {
  display: inline-block;
  border-bottom: none;
}

/* Idle State of the stars */
.rating-stars ul>li.star>i.fa {
  font-size: 2.5em;
  /* Change the size of the stars */
  color: #ccc;
  /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul>li.star.hover>i.fa {
  color: #FFCC36;
}

/* Selected state of the stars */
.rating-stars ul>li.star.selected>i.fa {
  color: #FF912C;
}

.success-box {
  width: 50%;
  margin: 0 auto;
}

.success-box textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 5px;
}






/* GENERAL */
.page-paketkajian {}

.role-paket {
  padding-top: 0px;
}

.role-paketkajian {
  min-height: 900px;
  background: url(../img/bg-arab.png) no-repeat top center;
}

.no-bgr {
  background: none
}

.paketkajian {}

/* A - PAKET KAJIAN - HOME */
.paketkajian-header {
  margin-bottom: 40px;
  padding: 35px 0 25px;
  background-color: #10b25c;
  text-align: center;
  color: #fff;
}

.paketkajian-header .title {
  font-size: 1.7em;
  font-weight: 300;
}

.paketkajian-header .desc {
  font-size: 1em;
  font-weight: 300;
}

.paketkajian-header .desc span {
  display: block;
}

.paketkajian-content {
  margin-bottom: 40px;
}

.paketkajian-content .container {
  padding: 0px;
}

.rowpaketline {
  margin-bottom: 30px;
  text-align: center;
}

.paket-n {
  width: 29.2%;
  margin: 0 22px 50px;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  border-radius: 10px;
  min-height: 100px;
}

.paket-n {
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.08), 0 0px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.paket-n:hover {
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15), 0 0px 30px rgba(0, 0, 0, 0.15);
  margin-top: -10px;
}

.paket-n a:hover,
.paket-n a:focus {
  text-decoration: none
}

.thumb-card {
  width: 100%;
  height: auto !important;
  display: block;
  border-radius: 10px 10px 0 0;
}

.paket-n .inn {
  padding: 20px 20px 0;
  text-align: left;
}

.paket-n .title {
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 15px;
}

.paket-n .title a {
  color: #333;
}

.paket-n .title a:hover {
  color: #10b25c;
}

.card-meta {
  margin-bottom: 15px;
  font-size: 0.9em;
}

.meta-n {
  display: block;
  font-weight: 700;
  margin-bottom: 2px;
}

.paket-n .exc {
  font-size: 0.8em
}

.paket-n .card-act {
  padding-bottom: 20px;
}

.paket-n .btn-link {
  display: block;
  margin: 0 auto;
  width: 60%;
}


/* B - PAKET KAJIAN - DETAIL */
.role-paketdetail {}

.paketdetail-header {
  padding: 3% 0 0;
  background-color: #10b25c;
  color: #fff;
}

.paketdetail-header a {
  color: #fff;
}

.breadc {
  font-size: 0.9em;
  font-weight: 300;
  opacity: 0.8;
  padding-bottom: 10px;
}

.paketjudul {
  padding-bottom: 20px;
}

.paketimg img {
  width: 100%;
}

.titlepaket {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 1.8em;
}

.paket-meta {
  margin-bottom: 5px;
}

.paketdetail-content {}

.paketsection {
  padding: 25px 0px;
}

.paket-deskripsi {
  padding: 20px 30px 10px 0;
}

.paket-sidebar {}

.paket-harga {
  background: #f7f7f7;
  padding: 20px 20px;
  text-align: center;
}

.hargarp {
  font-size: 1.5em;
  display: inline-block;
  margin-bottom: 20px;
}

.btn-act {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  padding: 10px 10px;
  font-size: 1.2em;
}

.btn-share {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
  color: #8c8c8c;
}

.btn-share:hover {
  color: #777;
}

.paketsection.detailsesi {
  padding-top: 0px;
}

.titlesub {
  font-size: 1.3em;
  margin-bottom: 10px;
}

.paketsection.detailsesi {}

.divTablePaket {
  display: table;
  width: 100%;
  padding: 10px;
  background-color: #fbfbfb
}

.divTablePaketRow {
  display: table-row;
}

.divTablePaketCell,
.divTablePaketHead {
  border: 1px solid #ddd;
  border-width: 0 0 1px 0;
  display: table-cell;
  padding: 12px 10px;
}

.divTablePaketHeading {
  background-color: transparent;
  display: table-header-group;
  font-weight: bold;
}

.divTablePaketBody {
  display: table-row-group;
}

.divTablePaketRow:last-child .divTablePaketCell {
  border-bottom: 0px;
}

.divTablePaketCell {
  font-size: 1em;
}


.divTablePaketBody h3 {
  font-size: 1.1em;
  line-height: 1.4em;
}

.divTablePaketBody h4 {
  font-size: 0.95em;
}

.listalpha {
  list-style: lower-alpha;
  margin-left: 20px;
  padding: 0px;
}

.formpaket {
  padding: 30px;
  background-color: #fbfbfb;
}

.nofield {
  padding: 7px 13px 0;
}

.formnotes {
  font-size: 0.8em;
  margin-bottom: 20px;
  display: block;
}

.select-mac {
  -webkit-appearance: none;
  padding: 7px 10px;
  margin: 0;
  border: 1px solid #ced4da;
  background-color: #fff;
  width: 100%;
}


.paketlain {
  background-color: #eee;
  padding: 50px 0;
}

.paketlain .titlesub {
  text-align: center;
  margin-bottom: 40px;
}


/* C - PAKET KAJIAN - THANKS */
.paketdetail-thanks {
  padding: 3% 0 5%;
  background-color: #f7f7f7;
  text-align: center;
}

.paketdetail-thanks .icon {
  height: 100px;
}

.paketdetail-thanks .title {
  font-weight: 300;
  color: #17a45d;
  margin-bottom: 30px;
}

.paketdetail-thanks p {
  font-size: 1.1em;
}

.paketdetail-thanks .links {
  padding-top: 100px;
}

.paketdetail-thanks .links a {
  margin: 0 20px 20px 0;
}

/* PAKET KAJIAN - RESPONSIVE */

@media only screen and (max-width: 768px) and (max-width: 1279px) {
  .paket-n {
    width: 43%;
  }

  .paket-n .title {
    font-size: 1.2em;
    min-height: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .paketkajian-header {
    margin-bottom: 30px;
  }

  .paketkajian-header .title {
    font-size: 1.4em;
    font-weight: 500;
  }

  .paketkajian-header .desc {
    padding: 0 20px;
  }

  .paketkajian-header .desc span {
    display: inline;
  }

  .paket-n {
    width: 100%;
    margin-right: 0px;
    margin: 0 0 35px;
  }

  .paket-n .title {
    min-height: 18px;
  }

  .paketkajian-content .container {
    padding: 0 20px;
  }

  .paketimg img {
    margin-bottom: 15px;
  }

  .titlepaket {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .paketsection {
    padding: 15px 0
  }

  .paket-deskripsi {
    padding: 0px;
  }

  .hargarp {
    font-size: 1.2em;
  }

  .btn-act {
    font-size: 1.1em;
  }

  .formpaket {
    padding: 10px;
  }

  .paketdetail-thanks .links a {
    margin: 0 10px 10px;
    display: inline-block;
  }

}

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 60px;
  right: 20px;
  display: none;
  background-color: #555;
  color: #fff;
  padding: 10px;
  border-radius: 2px;
  z-index: 999;
}

.back-to-top:hover {
  background-color: #444;
  color: #fff;
}

.back-to-top .icon-up-open {
  vertical-align: 2px;
}

.back-to-top-after-open-widget {
  bottom: 624px;
}


/* button open chat */
.btn-open-chat {
  cursor: pointer;
  position: fixed;
  bottom: 0px;
  right: 18px;
  width: 350px;
  height: 53px;
  background-repeat: no-repeat;
  border-radius: 10px 10px 0px 0px;
  z-index: 999;
}

.div-row-btn-open-chat {
  padding: 1em;
  cursor: pointer;
}

.logo-chat-cariustad {
  background-repeat: no-repeat;
  background-size: 130px;
  height: 28px;
  margin-top: 3px;
  margin-left: 5px;
}

.arrow-btn-open-chat {
  background: white;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  float: right;
  border-radius: 25px;
}

/* button open chat */

.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 18px;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 2s;
  /* z-index: 1030; */
  z-index: 9999;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.card-chat-open {
  width: 350px;
  /*height: 595px;*/
  height: 555px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: white;

}

.card-header-chat-open {
  background: #23b35d;
  color: white;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-repeat: no-repeat;
  padding: 0px;
}

.waiting-loading-chat {
  display: none;
  padding: 11em 0px
}

.waiting-loading-chat>center>h5 {
  padding-top: 1em;
  color: #23b35d;
}

.waiting-loading-chat>center>h6 {
  color: #bbb7b7;
}


.form-biodata-question {
  display: none;
  overflow-y: auto;
  padding: 10px 25px;
  /* height: 530px; */
  height: 490px;
  position: relative;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.form-biodata-question .form-biodata-section {
  margin-top: 35px;
}

.form-biodata-question .question-title-form {
  font-size: 14px;
  font-weight: bold;
}

.form-biodata-question .question-subtitle-form {
  font-size: 13px;
  margin-bottom: 5px;
  padding-right: 1em;
}

.form-biodata-question>div>h5 {
  color: #23b35d;
  font-size: 17px;
}

.section-schedule-usadtz {
  width: 100%;
  box-shadow: 0px 2px 3px #9e9e9e;
  position: absolute;
  background: white;
  height: 30px;
  left: 0;
  padding: 0px 20px;
  transition: all 1s;
}

.section-schedule-usadtz-open {
  width: 100%;
  box-shadow: 0px 2px 3px #9e9e9e;
  position: absolute;
  background: white;
  height: auto;
  left: 0;
  padding: 0px 20px;
  transition: all 1s;
}

.schedule-usadtz {
  display: flex;
}

.schedule-usadtz-icon-left {
  height: 20px;
  width: 20px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: auto;
  margin-bottom: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.schedule-usadtz-title {
  font-size: 13px;
  margin-left: 10px;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  transition: all 1s;
}

.schedule-usadtz-icon-right {
  height: 20px;
  width: 20px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 1s;
}

.schedule-usadtz-icon-right-open {
  height: 20px;
  width: 20px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(177deg);
}

.schedule-usadtz-body {
  display: none;

}

.schedule-usadtz-body-open {
  display: block;
  padding: 15px 30px;
  font-size: 13px;
  -webkit-animation: fadeIn 3s;
  animation: fadeIn 3s;
}

.section-schedule-usadtz-chat-relative {
  position: relative;
  padding-top: 0.5em;
}

.section-schedule-usadtz-chat {
  width: 100%;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.16745);
  background: white;
  height: 30px;
  left: 0;
  padding: 0px 20px;
  transition: all 1s;
  position: absolute;
}

.section-schedule-usadtz-chat-open {
  width: 100%;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.16745);
  position: absolute;
  background: white;
  height: auto;
  left: 0;
  padding: 0px 20px;
  transition: all 1s;
}

.schedule-usadtz-chat {
  display: flex;
}

.schedule-usadtz-chat-icon-left {
  height: 20px;
  width: 20px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: auto;
  margin-bottom: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.schedule-usadtz-chat-title {
  font-size: 13px;
  margin-left: 10px;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  transition: all 1s;
}

.schedule-usadtz-chat-icon-right {
  height: 20px;
  width: 20px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 1s;
}

.schedule-usadtz-chat-icon-right-open {
  height: 20px;
  width: 20px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(177deg);
}

.schedule-usadtz-chat-body {
  display: none;

}

.schedule-usadtz-chat-body-open {
  display: block;
  padding: 15px 30px;
  font-size: 13px;
  -webkit-animation: fadeIn 3s;
  animation: fadeIn 3s;
}

.button-send-question {
  /* margin-top: 2em */
}

.button-send-question>button:disabled {
  color: #fff;
  background-color: #10b25c !important;
  border-color: #10b25c !important;
  cursor: not-allowed;
}

.left-form-biodata-chat {
  float: left;
  font-size: 14px;
  margin-bottom: 5px;
}

.langhsub {
  font-size: 11px;
  float: left;
  font-style: italic;
}

.card-body-fake {
  padding: 0px !important;
}

#question {
  resize: none;
  font-size: 14px;
}

.to-send-chat {
  resize: none;
  border: none;
  height: 55px !important;
  padding: 15px;
}

#icon-send-chat {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
  width: 40px;
  background-color: #19b05c;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 70% 50%;
  background-size: auto;
  cursor: pointer;
}

#icon-send-chat:hover {
  transform: translate(-50%, -50%) scale(0.9);
  transition: .9s;
}



.text {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.text-r {
  position: relative;
  float: left;
  padding-left: 10px;
}

.text-r-date>small {
  margin-top: auto;
  float: right;
  line-height: normal;
}

.text-l-date>small {
  margin-top: auto;
  float: right;
  color: #10b25c;
  line-height: normal;
}

.username-r {
  font-size: 14px;
  font-weight: bold;
  text-overflow: ellipsis;
  line-height: 1.5;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #6df9af;
}

.insed-text-r {
  line-height: normal;
  padding-top: 1em;
  font-size: 14px;
  width: 214px;
}

.text-l {
  position: relative;
  float: left;
  padding-right: 10px;
}

.username-l {
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  text-overflow: ellipsis;
  line-height: 1.5;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #10b25c;
}

.insed-text-l {
  line-height: normal;
  padding-top: 1em;
  font-size: 14px;
  width: 214px;
}

.macro {
  width: 85%;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  margin-bottom: 20px;
  min-height: 70px;
}

.msj-rta {
  /* float: right; */
  margin-left: 25px;
  background: #23b35d;
  color: white;
}

.msj {
  /* float: left; */
  margin-left: -1em;
  background: white;
}

#chat-list-widgate {
  width: 100%;
  list-style-type: none;
}

.msj:before {
  width: 0;
  height: 0;
  content: "";
  top: -5px;
  left: -14px;
  position: relative;
  border-style: solid;
  border-width: 0 13px 13px 0;
  border-color: transparent #ffffff transparent transparent;
}

.msj-rta:after {
  width: 0;
  height: 0;
  content: "";
  top: -5px;
  left: 14px;
  position: relative;
  border-style: solid;
  border-width: 13px 13px 0 0;
  border-color: #23b35d transparent transparent transparent;
}

.form-control:focus {
  border-color: #23b35d;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.section-rating-for-ustadz {
  display: none;
}

.section-rating-for-ustadz>div>h5 {
  padding: 1em;
  color: #23b35d;
  font-size: 23px;
}

/* seltion rating */

.rating-widget-for-ustadz ul {
  list-style-type: none;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.rating-widget-for-ustadz ul>li.star-for-ustadz {
  display: inline-block;

}


.rating-widget-for-ustadz ul>li.star-for-ustadz>i.fa {
  font-size: 2.5em;
  color: #e9e9e9;
  cursor: pointer;
}


.rating-widget-for-ustadz ul>li.star-for-ustadz.hover>i.fa {
  color: #ffc107;
}


.rating-widget-for-ustadz ul>li.star-for-ustadz.selected>i.fa {
  color: #ffc107;
}


.section-rating-for-ustadz>section {}

.section-rating-for-ustadz>label {
  display: flex;
  margin: auto;
  width: 290px;
  font-size: 16px;
  color: #a7a7a7;
  padding-top: 5px;
}

.section-rating-for-ustadz>textarea {
  width: 290px;
  display: flex;
  margin: auto;
  resize: none;
  height: 130px;
}

.section-rating-for-ustadz>textarea::-webkit-input-placeholder {
  color: #a7a7a7;
}

.section-rating-for-ustadz>textarea:-moz-placeholder {
  color: #a7a7a7;
}

.section-rating-for-ustadz>textarea::-moz-placeholder {
  color: #a7a7a7;
}

.section-rating-for-ustadz>textarea:-ms-input-placeholder {
  color: #a7a7a7;
}

.section-rating-for-ustadz>textarea::placeholder {
  color: #a7a7a7;
}

.section-rating-for-ustadz .button-rating {
  padding-top: 3em;
}

.section-rating-for-ustadz>div>button {
  width: 290px;
  margin: auto;
  resize: none;
}

.section-rating-for-ustadz>div>button:disabled {
  color: #fff;
  background-color: #10b25c !important;
  border-color: #10b25c !important;
  cursor: not-allowed;
}

/* seltion rating end */

#core-chat {
  display: none;
  overflow-y: auto;
  height: 400px;
}



.aler__notif__fixed {
  display: none;
  position: fixed;
  right: 18px;
  z-index: 9999999;
}

.text__valid__error {
  color: rgb(255, 0, 0)
}

.input__valid__error {
  border: 1px solid rgb(255, 0, 0);
}

.popover-header {
  background-color: #1ab15c;
  color: white;
}

.text-icon {
  color: #1ab15c;
  cursor: pointer
}

.pin_circle {
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  transform: scale(0.7);
  margin-top: 2px;
  transition: 3s;
}



.section-chat-list {
  padding: 3em 0px 3em 0px;
}

.section-core-chat-down {
  background: white;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1052;
}

.row-alert-end-chat {
  background: #fef8d7;
  padding: 5px 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.row-alert-end-chat-title {
  font-size: 14px;
}

.row-alert-end-chat-btn {
  margin-left: 20px;
  border-radius: 50px;
  border: 1px solid #ff9800;
  width: 70px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #ff9800;
  cursor: pointer;
}

.row-alert-end-chat-btn:hover {
  transform: scale(0.9);
  transition: .9s;
}

.row-alert-stay-end-chat {
  background: white;
  display: flex;
  padding: 0.5em 0px;
  margin-bottom: 0.5em;
}

.row-alert-stay-end-chat-image {
  min-width: 45px;
  min-height: 45px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 1em;
  border-radius: 50%;
  position: relative;
}

.row-alert-stay-end-chat-image:hover {
  transform: scale(1.1);
  transition: .9s;
}

.circle-isonline-usatdz {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  transform: scale(0.7);
  margin-top: 2px;
  transition: 3s;
  background: #9e9e9e;
  position: absolute;
  right: -5px;
  top: -5px;
  border: 5px solid white;
}

.row-alert-stay-end-chat-title {
  margin-left: 1em;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  cursor: pointer;
}

.row-alert-stay-end-chat-column:hover {
  color: #10b25c;
  transition: .9s;
}

.row-alert-stay-end-chat-subtext {
  margin-left: 1em;
  margin-bottom: auto;
  font-size: 11px;
  /*overflow: hidden;*/
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  cursor: pointer;
  line-height: 10px;
}


.line-chat-down {
  border-top: 2px solid #bbb;
  margin: 0px 1em;
}

#name,
#phone,
#email,
#phone {
  font-size: 14px;
}

.banner-chat-infaq {
  height: 50px;
}

.banner-chat-infaq .banner-chat-infaq-selection {
  padding: 0px 10px;
  color: white;
  position: relative;
}

.banner-chat-infaq .banner-chat-infaq-selection>span {
  font-size: 12px;
}

.banner-chat-infaq .banner-chat-infaq-selection .banner-chat-infaq-selection-title {
  font-size: 14px;
  font-weight: bold;
}

.banner-chat-infaq .banner-chat-infaq-selection .banner-chat-infaq-selection-subtitle {
  top: 18px;
  border: 1px solid white;
  width: 100px;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  transform: translate(50%, 0);
  cursor: pointer;
  color: white;
}

.banner-chat-infaq .banner-chat-infaq-selection .banner-chat-infaq-selection-subtitle:hover {
  transform: translate(50%, 0) scale(1.1);
  transition: .5s;
}

#displaySendUser {
  position: absolute;
  bottom: -1px;
  width: 100%;
  background-color: white;
  z-index: 1035;
}

#sendQuestion {
  text-transform: uppercase;
}

.blur-animation-scoped {
  backdrop-filter: blur(8px);
}


.btn-nominal-popup {
  border-color: #10b25c;
  color: #10b25c;
}

.btn-nominal-popup:hover {
  background: #10b25c;
  color: white;

}

.btn-nominal-popup-active {
  transform: scale(1.1);
  transition: .5s;
  background: #10b25c;
  color: white;
}

/* cardrow carousel */
.rowcarousel {}

.cardrow {
  background-color: #fff;
  min-width: 100%;
  min-height: 200px;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/*
.cardrow::-webkit-scrollbar {
  display: none;
}
*/
.card--content {
  background-color: white;
  min-width: 33.333%;
  margin: 0px;
  padding: 20px 25px 45px;
}

.cardin {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 9px;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
}

.figurethumb {}

.figurethumb img {
  height: auto;
  width: 100%;
  border-radius: 9px 9px 0 0;
}

.titlecardin {
  font-size: 1em;
  line-height: 1.4em;
  letter-spacing: -0.5px;
  font-weight: 700;
  margin: 0px 0 20px;
  padding: 0px;
}

.card-desc {
  padding: 0px 20px 20px;
}

.carddescmeta {
  font-size: 0.9em;
}

.metan {
  display: block;
}

.card-act {
  margin-top: auto;
  display: block;
  padding: 0 20px 20px 20px;
}


@media only screen and (max-width: 991px) {
  .row-homesection .head {
    padding: 0 10px;
  }

  .card--content {
    padding: 20px 10px 45px;
  }

  .cardin {
    box-shadow: 0 10px 30px -14px rgb(0 0 0 / 25%);
  }
}


@media only screen and (max-width: 767px) {
  .card--content {
    background-color: #fff;
    min-width: 45%;
    margin: 0px;
    padding: 10px 15px 25px;
  }

  .cardin {
    box-shadow: 0 10px 20px -7px rgb(0 0 0 / 25%);
  }

  .reviewn,
  .reviewn.even {
    padding: 20px;
    font-size: 0.9em;
    line-height: 1.6em;
  }

  .picreviewer,
  .reviewn.even .picreviewer {
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
    width: 40%;
    margin: 3px 20px 10px 0;
  }

  .reviewn:after {
    right: 20px;
    top: 10px;
  }

  .home-review .title-homesection {
    text-align: left;
  }

  .titlecardin {
    font-size: 0.9em;
    font-weight: 700;
  }


}

@media only screen and (max-width: 639px) {
  .card--content {
    background-color: #fff;
    min-width: 75%;
    margin: 0px;
  }
}


.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.cards a,
.cards .title a {
  color: #131313;
}


.cards__item {}

.cards__item {
  display: flex;
  justify-content: center;
  padding: 1rem 2rem 2.5rem;

}

/*
@media (min-width: 768px) {
  .cards__item {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .cards__item {
    width: 500px;
  }
}
*/
@media (min-width: 768px) {
  .cards__item {
    width: 45%;
  }
}

@media (min-width: 992px) {
  .cards__item {
    width: 33.33333%;
  }
}

.cards .card {
  background-color: white;
  border-radius: 9px;
  border: 0px;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: block;
  flex-direction: unset;


  transition: all 100ms ease-in;
  top: 0px;
}

.cards .card:hover {
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.35);
  top: -5px;
}

.card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px 22px;
  text-align: left;
  position: relative;
}

.card__image {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 9px 9px 0 0;
}


.card__text {
  flex: 1 1 auto;
  line-height: 1.5;
  margin-bottom: 15px;
}

.card__text .desc {
  margin-bottom: 0px;
  font-size: 1em;
}

.btnbox {}

.card__btn {
  display: inline-block !important;
  width: auto !important;
  color: #fff;
  background-color: #0FBE9D;
  outline: 0;
  border: 0px;
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 0.9em;

}

.card__btn:hover,
.card__btn:focus {
  color: #fff;
  outline: 0;
  box-shadow: none;
}

.list-paketpengajian {
  background-color: #f7f7f7;
  padding: 50px 0;
}

.paketpengajian-header {
  /* padding: 0 30px 10px; */
}

.paketpengajian-header .title-page {
  font-size: 1.6em;
  font-weight: 700;
}

.paketpengajian-header .subtitle {
  font-size: 1.3em;
  color: #0FBE9D;
}

.list-paketpengajian .card__title {

  font-size: 1em;
  line-height: 1.4em;
  letter-spacing: -0.5px;
  font-weight: 700;
  margin: 0px 0 20px;
  padding: 0px;
}

.list-paketpengajian .card__meta {
  margin-bottom: 5px;
  font-size: 0.85em;
  line-height: 1.4em;
}

.list-paketpengajian .meta__n {
  display: block;
  margin-bottom: 0px;
}

.list-paketpengajian .desc {
  font-size: 0.85em;
  line-height: 1.45em;
  letter-spacing: 0.3px;
  color: #999;
  display: none;
}

.actionmore {
  padding: 20px 0;
  text-align: center;
}

.actionmore [class^="icon-"]:before,
.actionmore [class*=" icon-"]:before {
  margin-right: 0
}


.pengajian-lainnya {
  padding: 80px 0;
}

.pengajian-lainnya .title-page {
  font-size: 1.3em;
  text-align: center;
}

.pengajian-lainnya .cards__item {
  width: 29.33333%;
}

.paketdetail-content .social-button {
  font-size: 28px;
}

.paketdetail-content .social-button a {
  display: inline-block;
}

.paketdetail-content .dropdown-menu {
  width: 82%;
  text-align: center;
}

.paketdetail-content .dropdown-menu li {
  display: inline-block;
  width: auto;
}

@media (max-width: 1279px) {
  .pengajian-lainnya .cards__item {
    width: 33.33333%;
  }

  .titlepaket {
    margin: 50px 0 10px;
    font-size: 1.4em;
  }
}



@media (max-width: 768px) {
  .list-paketpengajian {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .titlepaket {
    margin: 0px 0 10px;
    font-size: 1.2em;
  }

  .cards__item {
    width: 100%;
    padding: 1rem 1rem 2.5rem;
  }

  .paketpengajian-header {
    /* padding: 0 17px 10px */
  }

  .pengajian-lainnya {
    padding-top: 80px;
  }

  .pengajian-lainnya .cards__item {
    width: 100%;
    padding: 1rem 1rem 2.5rem;
  }

  .paketpengajian-header .title-page {
    font-size: 1.3em;
  }

  .paketpengajian-header .subtitle {
    font-size: 1.1em;
    line-height: 1.4em;
    margin-bottom: 0px;
  }

  .cards__item {
    padding-bottom: 30px;
  }

  .paketdetail-content .dropdown-menu {
    width: 80%;
  }

  .paketimg {
    padding-top: 20px;
  }

  .divTablePaketCell,
  .divTablePaketHead {
    padding: 10px 3px;
  }

}




/* ARTIKEL */

/* section artikel headline */
.artikel-headline {
  background-color: #0FBE9D;
  padding: 40px 0;
}

.artikel-headline a {
  color: #f7f7f7;
}

.artikel-headline a:hover {
  color: #fff;
}

.headsection {
  margin: 0px;
  padding: 0px 0 20px;
}

.maintitle {
  font-size: 1em;
  letter-spacing: 1px;
  color: rgba(244, 244, 244, 0.75);
  margin: 0px;
  padding: 0px;
}

.card-artikel-header {
  color: #fff;
  position: relative;
  background-color: none;
  display: flex;
  margin: 0px 0;
}

.artikel-head-img {
  flex: 45%;
}

.artikel-head-desc {
  flex: 55%;
}

.artikel-head-img .thumb {
  width: 100%;
  height: 250px;
  border-radius: 7px;
  object-fit: cover;
  display: block;
}

.artikel-head-desc .aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 0 0 7%;
}

.artikel-head-desc .aligner-item {
  max-width: 100%;
}

.artikel-head-desc .catg {
  opacity: 0.8;
  font-size: 0.9em;
  letter-spacing: 1px;
}

.title-artikelhead {
  font-size: 1.6em;
  font-weight: 800;
}

.exc-artikelhead,
.link-detail {
  font-size: 0.9em;
  opacity: 0.8
}

.exc-artikelhead a:hover,
.link-detail:hover {
  opacity: 1
}


/* artikel-banner-single */
.artikel-banner-single {
  padding: 20px 0;
  text-align: center;
}

.banner-ads-artikel {
  max-width: 100%;
}

/* section artikel list */
.artikel-row {
  background-color: #fff;
  padding: 30px 0;
}

.artikel-list-main {}

.artikel-list-n {
  color: #fff;
  position: relative;
  display: flex;
  margin-bottom: 40px;
}

.artikel-list-n a {
  color: #373737;
}

.artikel-list-n a:hover {
  color: #10b25c;
}

.col2n-imgonleft {
  flex: 32%;
  position: relative;
}

.col2n-descimgonleft {
  flex: 68%;
  padding-left: 10px;
}

.col2n-imgonleft .thumb {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
}

.Aligner {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  justify-content: left;
  height: 100%;
  padding: 0 20px;
}

.Aligner-item {
  max-width: 100%;
}

.titlewm {
  font-size: 1.2em;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}

.metawm {
  font-size: 0.7em;
  margin: 0px;
}

.Aligner-item .catg {
  font-size: 0.9em;
  letter-spacing: 0.5px;
  margin: 0px 0 7px;
  opacity: 0.5;
}

.artikel-list-sidebar {}

.sidebar-section-n {
  margin-bottom: 20px;
}

.title-subsidebar {
  font-size: 1em;
  margin: 0px 0 20px;
  padding: 0px;
}

.sidebar-search {}

.input-search {
  display: inline-block;
  width: 73%;
  height: 32px;
  margin: 0px;
  padding: 5px 10px;
  font-size: 0.9em;
  line-height: 32px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 0px;
}

.input-search:focus {
  outline: 0;
  border-color: #14D3B0;
}

.btn-search {
  display: inline-block;
  width: 25%;
  height: 32px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-radius: 4px;
  vertical-align: 0px;
  background-color: #0FBE9D;
  color: #fff;
}

.btn-search:hover,
.btn-search:focus {
  background-color: #0AA887;
  outline: 0
}

.sidebar-kategori {
  padding: 20px 30px;
  background-color: #f7f7f7;
  border-radius: 7px;
}

.sidebar-kategori ul {
  margin: 0px;
  padding: 0px;
}

.sidebar-kategori ul li {
  list-style: none;
  padding: 0px;
  margin: 0 0 5px;
  font-size: 0.95em;
  line-height: 1.25em
}

.action-row {
  text-align: center;
  padding-top: 20px;
}

.btn-outline-more {
  border: 2px solid #00B15D;
  border-radius: 7px;
  background-color: transparent;
  color: #00B15D;
  padding: 5px 10px 5px 10px;
  margin-bottom: 15px;
}

.btn-outline-more:hover,
.btn-outline-more:focus {
  outline: 0;
  border-color: #009E53;
  color: #009E53
}



/* artikel-detai */
.artikel-detail-header {}

.headtools {
  padding-top: 30px;
  padding-bottom: 20px;
}

.head-post {
  text-align: center;
}

.titlepost {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 10px;
}

.head-post .meta {
  color: #999;
  margin-bottom: 20px;
}

.head-post .meta p {
  margin-bottom: 5px;
}

.img-feature {
  width: 100%;
  margin-bottom: 30px;
}

.post .excerpt-inner {
  font-size: 1.3em;
  font-weight: 300;
  color: #222
}


/* artikel-lain */
.artikel-detail-header .container,
.artikel-detail-post .container,
.artikel-lain .container {
  padding-left: 20px;
  padding-right: 20px;
}

.titlepost {
  font-size: 1.6em
}

.artikel-lain {
  background-color: #F4F4F4;
  padding: 30px 0;
}

.artikel-lain .artikel-list-main {
  margin-bottom: 40px;
}

.artikel-lain .title-sec {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.artikel-detail-post {
  padding-bottom: 30px;
}

.artikel-lain .ads {
  margin-top: 50px;
}


@media (min-width: 768px) {

  .artikel-lain {

    padding: 40px 0;
    text-align: center;
  }



  .artikel-lain .artikel-list-n {
    display: inline-block;
    width: 26.3333%;
    margin: 0 3%;
  }

  .artikel-lain .col2n-imgonleft .thumb {
    margin-bottom: 10px;
  }

  .artikel-lain .col2n-descimgonleft {
    padding-left: 0px;
  }

  .artikel-lain .Aligner {
    padding: 0px;
  }

  .artikel-lain .Aligner-item {
    text-align: left;
  }

  .artikel-lain .titlewm {
    font-size: 1em;
    line-height: 1.4em
  }

  .artikel-lain .catg {
    font-size: 0.8em;
  }

  .artikel-lain .action-row {
    padding: 40px 0 0;
  }

  .artikel-lain .ads {
    margin-top: 40px;
  }

  .artikel-lain .banner-ads-artikel {
    margin-top: 0px;
  }


}



.list-kategori {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.list-kategori-n {
  display: flex;
  justify-content: center;
  padding: 20px;
  color: #fff;
  width: 33.33333%
}

.kat-n {
  width: 100%;
  position: relative;
  background-color: #00B15D;
  color: #fff;
  border-radius: 9px;
  border: 0px;
  box-shadow: 0 20px 40px -14px rgb(0 0 0 / 25%);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 100ms ease-in;
  top: 0px;
  padding: 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.kat-n:hover {
  background-color: #009E53;
  color: #fff;
  top: -5px;

}


@media (max-width: 767px) {

  /* section artikel headline */
  .artikel-headline {
    background-color: #fff;
    padding: 0 5px 50px;
  }

  .card-artikel-header {
    display: block;
    border-radius: 10px;
    background-color: #00B15D;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15)
  }

  .artikel-head-img,
  .artikel-head-desc {
    flex: 100%
  }

  .artikel-head-img .thumb {
    border-radius: 10px 10px 0 0;
    height: 180px;
  }

  .artikel-head-desc .aligner {
    padding: 20px;
  }

  .title-artikelhead {
    font-size: 1.3em;
    line-height: 1.25em;
  }

  .exc-artikelhead {
    font-size: 0.9em;
    line-height: 1.4em;
  }

  /* artikel-banner-single */
  .artikel-banner-single {
    padding: 0 5px 30px;
    margin-top: -10px;
  }

  .banner-ads-artikel {
    max-width: 100%
  }

  /* section artikel row */
  .maintitle {
    display: none;
  }

  .artikel-row {
    padding: 0 5px;
  }

  .artikel-list-main {
    margin-bottom: 90px;
  }

  .col2n-imgonleft {
    flex: 37%;
  }

  .col2n-descimgonleft {
    flex: 63%;
  }

  .col2n-imgonleft .thumb {
    height: 97px;
  }

  .Aligner {
    padding: 0px 0 0 10px;
  }

  .Aligner-item .catg {
    font-size: 0.8em;
    letter-spacing: 1px;
  }

  .titlewm {
    font-size: 1em;
    line-height: 1.3em;
  }

  .artikel-list-sidebar {
    padding: 0 30px;
  }


  /* .list-kategori */
  .list-kategori-n {
    width: 50%;
    padding: 10px;
  }



}

.button-widget-tanya-ustadz-premium {
  background-size: contain;
  cursor: pointer;
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 350px;
  height: 53px;
  background-repeat: no-repeat;
  border-radius: 10px 10px 0px 0px;
  z-index: 999;
}

/* PAGE FOR KID */
.page-ustadz .maincontentanak {
  background: url(../../img/bgilustrasirleft.png), url(../../img/bgilustrasiright.png), #F4F8FE;
  background-position: top left, top right;
  background-repeat: no-repeat, no-repeat;
}

.bannerkid {
  margin-bottom: 20px;
}

.innerbannerkid {
  padding-left: 10%;
}

.innerbannerkid .title {
  font-size: 2rem;
}

.icon-btn {
  vertical-align: -2px;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-ustadz .maincontentanak {
    background-size: auto, 220px;
  }

  .innerbannerkid {
    padding: 0 10%;
  }

  .imagebannerkid {
    margin: 0 auto;
    display: block;
    height: 220px;
  }
}

@media only screen and (max-width: 767px) {
  .page-ustadz .maincontentanak {
    padding-top: 50px;
    background-size: 70px, 100px;
  }

  .innerbannerkid {
    padding: 0 5%;
  }

  .imagebannerkid {
    margin: 0 auto;
    display: block;
    height: 180px;
  }

  .innerbannerkid .title {
    font-size: 1.25rem;
  }

  .innerbannerkid p {
    font-size: 0.875rem;
    line-height: 1.4rem;
  }
}

.ngajitools {
  margin: 30px 0px 30px 20%;
  padding: 35px;
  background-color: #fff;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.25));
  border-radius: 0 0 9px 9px;
}

.row-small-gutter {
  margin-right: -20px;
  margin-left: -20px;
}

.row-small-gutter>[class^="col"],
.row-small-gutter>[class*=" col"] {
  padding-right: 20px;
  padding-left: 20px;
}

.card-paket-kajian {
  border-radius: 10px;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-paket-kajian:hover {
  transform: translateY(-5px);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.card-paket-kajian .card-body h5,
.card-paket-kajian .card-body p {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}