html {
  --primary-color: #dabe5f !important;
  --primary-blur-color: #dabe5fbd !important;
  --secondary-color: #a11264 !important;
  --secondary-blur-color: #a11264bd !important;
  --footer-bg-color: #232323 !important;
  --footer-color: #ddd !important;
  --footage-bg-color: #343434 !important;
}


@media (max-width: 500px) {
  div.fiturImg {
    margin-bottom: 20px;
  }
}

div.fiturImg div.owl-dots {
  margin-top: 15px !important;
}

div.fiturImg .owl-stage-outer {
  border-radius: 20px;
}

div.fiturImg .item img {
  height: 400px;
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  transform: none !important;
}

#toggle {
  display: none;
}

.sosmed {
  position: fixed;
  bottom: 25px;
  right: 80px;
  z-index: 9999;
}

@media (max-width: 769px) {
  .sosmed {
    bottom: 20px;
    left: 2%;
  }
}

button:focus {
  outline: none;
}

.button {
  z-index: 999;
  width: auto;
  height: 43px;
  color: #fff;
  background: #28a745;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  box-shadow: 1px 3px 10px 0 rgba(#000000, 0.3);
  cursor: pointer;
}

label.button i {
  padding: 9px 11px;
  font-size: 25px;
  color: #fff;
}

label.button span {
  padding-right: 10px;

  position: relative;
  bottom: 5px;
}

.nav {
  transform: translateY(-10%);
  opacity: 0;
  position: absolute;
  bottom: 70px;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  transform: translateY(0%);
  font-size: 16px;
}

.nav a {
  text-align: center;
  display: none;
  margin: 5px 0px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.nav a i {
  padding: 0 10px;
}

#toggle:checked~.nav {
  opacity: 1;
  transform: translateY(10%);
}

#toggle:checked~.nav a {
  display: block;
}

@media (min-width: 1024px) {
  .sosmed a {
    font-size: 20px;
  }
}

/* RESET */
.grid ul li figcaption a,
.grid ul li figure:hover figcaption a {
  color: #fff;
}

.margin_40_0 {
  padding-top: 40px
}

.carousel-indicators .active {
  background-color: #17a2b8;
}

a.btn_1, .btn_1 {
  background: var(--primary-color);
}


#toTopwhatsapp,
#toTop {
  transition: .2s ease;
}

#toTop>i {
  padding-top: 10px;
}

ul.social-media {
  position: fixed;
  bottom: 0;
  z-index: 1111;
  margin: 0;
}

/* Header */

.header {
  background: #000000d1;
}

.hero_in.tours_detail {
  margin-top: 85px !important;
}

/* Banner */

.hero_single.version_2 {
  height: 100vh;
}

.hero_single.version_2 .wrapper {
  background-color: rgba(0, 0, 0, 0.75);
}

.hero_single.version_2 .container img.img-fluid {
  width: 300px;
}


/* Slider Banner */

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  div.carousel-inner div.carousel-item {
    height: 150px;
  }
}


/* Navbar */

#menu>ul {
  justify-content: center !important;
  display: flex;
}

#logo {
  position: absolute
}

.main-menu ul li:last-child ul {
  left: auto;
  right: 3px;
}

.main-menu ul li:last-child ul:before {
  left: auto;
  right: 20%;
}


/* Package */

#reccomended .item {
  padding: 0;
  margin: 0;
}

#reccomended .box_grid,
#listings_package .box_grid {
  overflow: hidden;
  border-radius: 15px;
  /* margin: 0;
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 27%); */

  box-shadow: none;
}

#reccomended .box_grid figure,
#listings_package .box_grid figure {
  height: 300px;
  border-radius: 15px 15px 0 0;
}

#reccomended .box_grid figure a img,
#listings_package .box_grid figure a img {
  transform: none;
  position: static;
}

#reccomended .box_grid figure a:hover img,
#listings_package .box_grid figure a:hover img {
  transform: none;
}

#reccomended .box_grid figure small,
#listings_package .box_grid figure small {
  background-color: #fff;
  color: #999;
  padding: 7px 13px;
  border-radius: 0 0 10px;

  left: -3px;
  top: 0;
  position: absolute;
}

#reccomended div.wrapper .box_grid,
#listings_package div.wrapper .box_grid {
  margin: 20px 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.owl-theme .owl-dots .owl-dot span {
  transition: .3s ease;
}

#reccomended div.wrapper,
#listings_package div.wrapper {
  position: relative;
}

#reccomended div.wrapper div.price,
#listings_package div.wrapper div.price {
  background-color: #fff;
  padding: 7px 13px;
  border: 1px solid #fff;
  border-radius: 20px 0 0;
  display: block;
  overflow: hidden;

  top: -22px;
  right: -5px;
  position: absolute;
}

#reccomended div.wrapper div.price ul,
#listings_package div.wrapper div.price ul {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Detail Package */
table.details>tbody>tr {
  line-height: 2;
}

table.details>tbody>tr>td {
  padding: 0;
  font-size: 12px;
}

#reccomended>div.owl-stage-outer>div>div.owl-item.active.center>div>div>div>table>tbody>tr>td:nth-child(2) {
  width: 50%;
}

#reccomended>div.owl-stage-outer>div>div.owl-item>div>div>div>table>tbody>tr:nth-child(3)>td:nth-child(3)>span>i {
  font-size: 12px;
  color: #ff7f3a;
}

#reccomended>div.owl-stage-outer>div>div.owl-item>div>div>div>table>tbody>tr:nth-child(3)>td:nth-child(3)>span>i.fa.empty {
  color: #d7d7d7;
}

#reccomended>div.owl-dots>div.owl-dot.active>span {
  background: #17a2b8 !important;
}

/* Why Us */
.why_us a.box_feat {
  height: calc(100% - 40px);
  border-radius: 20px;
}

.why_us a.box_feat:hover {
  cursor: default;
}


/* Gallery */

.gallery-bg {
  background: url(https://storage.googleapis.com/muslimpergi/uploads/gallery/pict/2389/5.png) center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid ul li {
  background-color: transparent;
}

.grid ul li figure {
  margin: 5px;
  border-radius: 10px;
}

.grid ul li figcaption a:hover,
.grid ul li figcaption a:focus {
  color: #fff;
}

.grid ul li figcaption {
  background-color: rgb(0 173 240 / 22%);
}


/* Artikel */

.article a.box_news figure {
  border-radius: 10px;
}

.article a.box_news figure figcaption {
  background-color: #17a2b8;
  border-radius: 0 0 0 10px;
}

.article a.box_news:hover h4 {
  color: #17a2b8;
}

.article a.box_news p {
  text-overflow: ellipsis;
  white-space: pre-wrap;
  line-height: initial;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* <!-- Single Listing --> */

#description {
  margin-bottom: 1.5rem;
}

.listing_description p,
.post-content p {
  margin-top: 0;
  margin-bottom: 0;
}

.listing_description p br,
.post-content p br {
  /*display: none;*/
  content: "";
  display: block;
  margin-bottom: 1.5em;
}

.listing_description ol, .singlepost .post-content ol,
.listing_description ul, .singlepost .post-content ul {
  margin: 0 0 15px 0;
}

.listing_description ol, .singlepost .post-content ol {
  margin-left: 1em;
}

.listing_description ol li, .singlepost .post-content ol li {
  margin-left: 5px;
  padding-left: 10px;
  list-style: decimal !important;
}

/*
.listing_description ul li, .singlepost .post-content ul li {
  margin-left: 5px;
  padding-left: 10px;
  list-style: square !important;
}
*/

.listing_description .st-all-guides .st-title,
.listing_description .st-all-includes .st-title,
.listing_description .st-all-excludes .st-title,
.listing_description .st-all-benefit .st-title,
.listing_description .st-all-tnc .st-title {
  font-size: 1.5em;
  font-weight: 400;
}

.listing_description iframe,
.singlepost .post-content iframe {
  height: 420px;
}

@media (max-width: 769px) {
  .listing_description iframe,
  .singlepost .post-content iframe {
    height: 360px;
  }
}

/** Quill Editor Style */

.listing_description .ql-align-right, .singlepost .post-content .ql-align-right {
	text-align: right;
}

.listing_description .ql-align-center, .singlepost .post-content .ql-align-center {
	text-align: center;
}

.listing_description .ql-align-center img, .singlepost .post-content .ql-align-center img {
	display: block;
	margin: auto;
}

.listing_description .ql-align-left, .singlepost .post-content .ql-align-left {
	text-align: left;
}

.listing_description .ql-align-left, .singlepost .post-content .ql-align-justify {
  text-align: justify;
}

/** Itinerary */

#itineraries .cbp_tmlabel ul li {
  margin-left: 15px;
  padding-left: 5px;
  list-style: square !important;
}

#itineraries .cbp_tmlabel ol li {
  margin-left: 15px;
  padding-left: 5px;
  list-style: decimal !important;
}

#itineraries .cbp_tmtimeline>li .cbp_tmlabel p {
  margin-bottom: 0.75em;
}

#itineraries .cbp_tmtimeline>li .cbp_tmtime span:first-child {
  display: none;
}

#itineraries .cbp_tmtimeline>li .cbp_tmtime span:last-child {
  margin-top: 12px;
}

#itineraries div.main_title_2 a.btn i {
  padding-right: 5px;
}

#itineraries div.main_title_2 a.btn {
  box-shadow: inset 0px 1px 0px 0px #a4e271;
  background: linear-gradient(to bottom, #28a745 5%, #28a745 100%);
  background-color: #89c403;
  border-radius: 6px;
  border: 1px solid #74b807;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #528009;
}

#itineraries div.main_title_2 a.btn:hover {
  background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
  background-color: #77a809;
}

#itineraries div.main_title_2 a.btn:active {
  position: relative;
  top: 1px;
}

/** Sisa seat */

.panel-heading p {
  margin-bottom: 5px;
  text-align: center !important;
  font-weight: 500;
  color: #f15c59;
}

.product-chooser-item #base_price {
  text-align: center !important;
  font-size: 2rem;
}

/** Article Singlepost */

.singlepost .post-content ul li:before {
  font-style: normal;
  font-weight: normal;
  font-family: 'ElegantIcons';
  font-size: 14px;
  font-size: 0.875rem;
  content: "\5c";
  color: #ccc;
  position: relative;
  padding-right: 10px;
  left: 0;
  top: 0;
}

.description ul li {
  position: relative;
  padding-left: 0;
}

.description ul li:before {
  position: relative;
  padding-right: 10px;
}

/** Responsive image */

.singlepost .post-content img,
.listing_description .st-main-description img,
.listing_description figure img {
  max-width: 640px !important;
  height: auto;
  /*margin: auto;*/
  display: block;
}

@media (max-width: 480px) {
  .singlepost .post-content img,
  .listing_description .st-main-description img,
  .listing_description figure img {
    max-width: 280px !important;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .singlepost .post-content img,
  .listing_description .st-main-description img,
  .listing_description figure img {
    max-width: 360px !important;
  }
}

@media (min-width: 769px) {
  .singlepost .post-content img,
  .listing_description .st-main-description img,
  .listing_description figure img {
    max-width: 600px !important;
  }
}


/* Office */
div.module.parallax-1 {
  background: linear-gradient(to right,
  #000000a6,
  #000000a6),
  url(https://storage.googleapis.com/muslimpergi/uploads/slide/pict/144/muslim-pergi-slide-2.jpeg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

div.module.parallax-1 img.img-fluid {
  border-radius: 20px;
}

/* Call Section */
.call_section {
  background: linear-gradient(to right,
  #000000a6,
  #000000a6),
  url(https://storage.googleapis.com/muslimpergi/uploads/slide/pict/144/muslim-pergi-slide-2.jpeg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.call_section .fiturImg .owl-dots {
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}

.call_section .box_1 {
  border-radius: 20px;
}


/* <!-- Download --> */

.download-us .row .col-md-5 div {
  margin: 0 auto;
}

.download-us .download-app li {
  display: inline-block;
}

@media (max-width: 768px) {
  .download-us .download-app li:first-child {
    margin-right: 10px;
  }

  .download-us .download-app li img {
    height: 40px;
    margin: 0 !important;
  }
}


/* Footer */

footer div.container.margin_60_35 {
  padding-bottom: 30px;
}

#page>footer>div>div:nth-child(2)>div.link-app>ul.download-app {
  display: inline-block;
  padding-right: 10px;
  margin: 0;
}

#page>footer>div>div:nth-child(2)>div.link-app>ul.download-app>li {
  display: inline-block;
  padding-right: 15px;
}

#page>footer>div>div:nth-child(2)>div.link-app>ul.download-app>li:nth-child(1) {
  font-size: 13px !important;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

#page>footer>div>div:nth-child(2)>div.link-app>ul.download-app>li>a>div>img {
  width: 40px;
}

#page>footer>div>div:nth-child(2)>div.link-app>ul.download-app>li>a {
  font-size: 16px !important;
  color: #fff !important;
}

#page>footer>div>div:nth-child(2)>div.col-lg-auto.mr-lg-auto>ul>li>a>i {
  margin: 0;
}

#page>footer>div>div:nth-child(2)>div.col-lg-auto.mr-lg-auto>ul>li {
  font-size: 20px;
  margin-right: 10px;
  display: inline-block;
}

#page>footer>div>div:nth-child(2)>div.col-lg-auto.mr-lg-auto>ul>li:nth-child(1)>a {
  padding-right: 13px;
  padding-left: 13px;
}


/* Footer Payment */

#page>footer>div>div>div:nth-child(3) p {
  margin: 0;
}

#page>footer>div>div>div:nth-child(3) p strong {
  padding-left: 7px;
}

#page>footer>div>div>div:nth-child(3)>ul {
  list-style-type: disc;
  padding-inline-start: 15px;
}


/* Footage */

#footer-selector>li>a>img {
  height: 60px;
  filter: grayscale(1);
}

#footer-selector>li>a>img:hover {
  filter: grayscale(0.1);
}

@media (max-width: 575px) {
  ul#footer-selector li:last-child {
    margin-top: 0;
  }
  
  #footer-selector>li>a>img {
    height: 45px;
  }
}

.footage {
  background: #121921;
  color: rgba(255, 255, 255, 0.7);
}

.footage #footer-selector,
.footage #additional_links {
  display: inline-block;
}

.footage #additional_links {
  padding-top: 15px;
  float: none;
}

/* Responsive Web */
@media (max-width: 755px) {
  /* Itineraries */
  #itineraries>div.row>div>ul>li {
    margin-bottom: 20px;
  }

  #itineraries>div.row>div>ul>li>time {
    width: 25%;
    padding-right: 0;
  }

  #itineraries>div.row>div>ul>li>time>span:last-child {
    font-size: 16px !important;
  }

  #itineraries>div.row>div>ul>li div.cbp_tmicon {
    display: none;
  }

  #itineraries>div.row>div>ul>li>div.cbp_tmlabel {
    margin: 0;
  }
}

@media (max-width: 575px) {
  /* Banner */
  .hero_single.version_2 .wrapper h3 {
    font-size: 3rem;
  }

  .hero_single.version_2 {
    height: 100vh;
  }

  /* FOOTER */
  footer h5 {
    margin-top: 0px;
  }

  footer div.container.margin_60_35 {
    padding-bottom: 10px;
  }

  #page>footer>div>div:nth-child(1)>div.col-lg-7.col-md-12.p-r-5>p:nth-child(2) {
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed42;
  }

  #page>footer>div>div:nth-child(1)>div:nth-child(2),
  #page>footer>div>div:nth-child(1)>div:nth-child(3) {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* Download App Playstore and Appstore */
  #page>footer>div>div:nth-child(2)>div.link-app>ul.download-app {
    padding: 0;
    text-align: center;
  }

  #page>footer>div>div:nth-child(2)>div.link-app>ul.download-app li {
    margin-bottom: 20px;
  }

  /* Social Media & CP */
  #page>footer>div>div:nth-child(2)>div.col-lg-auto.mr-lg-auto {
    text-align: center;
  }

  #page>footer>div>div:nth-child(2)>div.col-lg-auto.mr-lg-auto>ul {
    margin: 0;
  }

  /* Footer Legals */
  #footer-selector>li>a>img {
    height: 50px;
  }
}

@media (min-width: 1120px) {
  .main-menu {
    position: relative;
    z-index: 9;
    width: 100% !important;
    top: 0;
    right: 0;
    /*float: none !important;*/
  }
}

@media only screen and (min-width: 992px) {
  .main-menu {
    position: relative;
    z-index: 9;
    width: auto !important;
    top: 0;
    right: 0;
    float: right;
  }

  .main-menu>ul>li span>a {
    color: #fff;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
  }
}

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

div#about div.carousel-inner {
  border-radius: 20px;
}

#about .carousel-item {
  height: auto !important;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 20px;
}

#about div.aboutUs p {
  margin: 0;
}

#about div.aboutUs ul {
  padding-left: 15px;
}

#about div.aboutUs ul li {
  list-style-type: decimal;
  line-height: 2;
}

#about div.fiturImg .item img {
  height: auto;
}