@import url("https://fonts.googleapis.com/css?family=Acme|Lobster|Patua+One|Rubik|Sniglet");
* {
  box-sizing: border-box;

}

*:focus {
    outline: none!important;
    outline-color: red!important;
}

body {
  overflow-x: hidden;
}

header,
section {

}

html {
  scroll-behavior: smooth;
}

:root {
  --Sniglet-font: "Sniglet", cursive;
  --Rubik: "Rubik", cursive;
  --Patua: "Patua One", cursive;
  --Lobster: "lobster", cursive;
  --light-black: #2e2c2caf;
  --bggradient: linear-gradient(to bottom, #212529, #212529);
  --light-gray: rgba(255, 255, 255, 0.877);
}

header a {
  font-size: 0.9em;
  color: whitesmoke;
}

.navbar-brand {
  padding-left: 135px;
}

.navbar-impresive {

}

/*.navbar-expand-lg {*/
/*    background-color: #07192B;*/
/*}*/

.navbar-nav .nav-link {
 color: #cfd9e0;
 font-family: system-ui;
 font-weight: 700;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

header .nav-item:last-child {
  padding-right: 8em;
}

header .nav-item {
  padding: 0.9em;
  text-shadow: 1px 1px 1px rgb(0, 0, 0, 0.3);
  z-index: 99;
}

header .navbar-brand {
  z-index: 99;
}

.navbar-brand:hover {
  color: #10BEBE;
}

header .nav-link:hover {
  color: #10BEBE;
}

header .row .col-md-7 {
  padding: 22vmin 1vmin;
  padding-bottom: 35vmin;
}

header .row .col-md-5 {
  padding: 4.2vmin 1vmin;
}

header .row .col-md-5 img {
  width: 90%;
}

header {
  /* background: #10BEBE; */
  /* fallback for old browsers */
  background: var(--bggradient);
}

header .container .col-md-7 {
  font-family: "Rubik", sans-serif;
}

header .container .col-md-7 h6 {
  padding: 1vmin;
  letter-spacing: 4px;
}

header .container .col-md-7 h1 {
  font-size: 8.5vmin;
  font-weight: bold;
  padding: 0.1em 0em;
}

header .container .col-md-7 p {
  padding: 1vmin 5vmin;
}

.primary-btn {
  border-radius: 30px;
  font-weight: bold;
}

.navbar-brand img {
  height: 35px;
}

@media (max-width: 768px) {
.navbar-brand img {
  height: 30px;
}
}


.navbar-toggler {
    margin-top: -18px;
}


.btn-primary {
    color: #fff;
    background-color: #10BEBE;
    border-color: #10BEBE;
    font-family: system-ui;
}

.btn-primary:hover {
     background-color: #10BEBE;
    border-color: #10BEBE;
}

/* Jumbotron */
.carousel {
  margin-top: -85px;
}

/* header */
.header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../assets/impresive-indonesia.jpeg);
  height: 650px;
  background-position: center;
  background-size: cover;
  /*background-repeat: no-repeat;*/
  /*background-attachment: fixed;*/
  margin-top: -115px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

@media (max-width: 768px) {
  .header {
    margin-top: 0px;
  }
}

.hero-div {
  margin-top: 300px;
  flex: 1;
  flex-direction: column;
  text-align: center;
}

.hero-div h1 {
  font-size: 2.55rem;
  padding-bottom: 0.4rem;
}

.hero-div p {
  color: var(--white-smoke);
  font-size: 1.05rem;
  letter-spacing: 3px;
}

.hero-btns {
  margin-top: 2.8rem;
}

.hero-btns button {
  background-color: #10BEBE;
  border: 3.5px solid #10BEBE;
  border-radius: 2rem;
  padding: 0.8rem 2rem;
  text-transform: uppercase;
  font-family: "rubik";
  color: white;
}

/* Text Header */

.text-header {
  margin-top: -70px;
  display: flex;
}

.text-header h1 {
  font-size: var(--Rubik);
  margin: auto;
  font-size: 50px;
}

.text-header span {
  color: #10BEBE;
}

@media (max-width: 768px) {
  .text-header h1 {
    font-size: 30px;
    height: 100px;
  }
}

/* Text Header End */

/********** section 1 **************/

.section-icon {
    margin-top: -7px;
    background-color: white;
    border-radius: 10px
}

.section-1 {
  padding: 15vmin 0vmin;
}

@media (max-width: 768px) {
  .section-1 {
  padding: 25vmin 0vmin;
  }
}

.section-1 .row .col-md-6 .pray img {
  opacity: 1;
  width: 95%;
  border-radius: 0.2em;
  z-index: 1;
  /*margin-top: 75px;*/
  /*opacity: 0.8;*/
  /*width: 80%;*/
  /*border-radius: 0.2em;*/
}

@media (max-width: 768px) {
  .section-1 .row .col-md-6 .pray img {
    margin-top: -55px;
    margin-bottom: 30px;
  }
}

.section-1 .row .col-md-6:last-child {
  position: relative;
}

.section-1 .row .col-md-6 .panel {
  position: absolute;
  top: 7vmin;
  left: -1vmin;
  background: white;
  border-radius: 3px;
  text-align: left;
  /* padding: 13vmin 5vmin 20vmin 10vmin; */
  padding: 5vmin 5vmin 5vmin 5vmin;
  box-shadow: 0px 25px 42px rgba(0, 0, 0, 0.2);
  font-family: var(--Rubik);
  z-index: -1;
}

.section-1 .row .col-md-6 .panel h2 {
  font-weight: bold;
  padding: 0.4em 0;
  font-size: 2em;
}

.section-1 .row .col-md-6 .panel p {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.5);
}

/*  Section 2  */

.cover {
  width: 100%;
  height: 55vmin;
  background: url("../assets/background-impresive.webp");
  background-size: 100%;
  position: relative;
}

.image-app img{

    height: 55vmin;
}

.image-app span{
  font-size:35px;
  color: whitesmoke;
  /*padding-left: 15px;*/
}

.cover .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.cover .content {
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.7);*/
  padding-top: 19vmin;
}

.cover .content > h2 {
  font-family: var(--Patua);
  font-size: 7vmin;
  color: whitesmoke;
}

.cover .content > p {
  font-family: var(--Rubik);
  font-size: 3vmin;
  color: white;
}

.cover .content > span {
  color: #10BEBE;
}

.numbers .rect {
  position: relative;
  z-index: 1;
  background: whitesmoke;
  width: 17rem;
  height: 12rem;
  padding-top: 3.5vmin;
  margin: 1rem;
  border-radius: 0.5em;
  box-shadow: 1px 2px 50px 0px rgba(0, 0, 0, 0.5);
}

.numbers {
  margin-top: -15vmin;
}

.numbers .rect h1 {
  font-size: 5rem;
  color: #10BEBE;
}

.numbers .rect > p {
  font-family: var(--Patua);
}

.purchase > h2 {
  padding-top: 15vmin;
  padding-bottom: 0.1em;
  /* font-family: var(--Lobster); */
}

.purchase > p {
  color: var(--light-black);
  font-size: 18px;
  padding-bottom: 10vmin;
}

@media (max-width: 768px) {
  .purchase > p {
    font-size: 4vmin;
  }
}

.purchase .cards .card {
  width: 22rem;
  margin: 3vmin 3vmin;
}

.cards div {
  padding: 0;
  margin: 0;
}

.cards .title {
  background: rgba(208, 241, 241, 0.199);
  padding: 1.4em 2.5em;
  font-size: 2vmin;
}

.card .card-text {
  padding: 2.5rem 3rem;
  color: var(--light-black);
}
.card .card-text a {
  color: var(--light-black);
}

.card-body .pricing {
  background: rgba(208, 241, 241, 0.199);
  border-top-right-radius: 170px;
  border-top-left-radius: 170px;
}

.card-body .pricing > h1 {
  font-size: 10vmin;
  padding: 1em 0.5em;
}

/* Section 3 */

.section-3 {
  height: 70vmin;
  margin-top: 15vmin;
  background: var(--bggradient);
}

.section-3 .col-md-12 > h1 {
  padding: 2em 0 0.5em 0;
  color: whitesmoke;
  font-size: 6vmin;
}

.section-3 .col-md-12 > p {
  padding: 0 4em;
  padding-bottom: 2em;
  color: var(--light-gray);
  font-size: 3vmin;
}

.section-3 .desktop {
  background: white;
  display: inline-block;
  border-radius: 3em;
  padding: 2vmin 4.5vmin;
  margin: 1em;
}

.section-3 .desktop h3 {
  font-size: 4vmin;
}

.section-3 .desktop p {
  font-size: 2vmin;
}

/* Section Team */

.section-4 .container h1 {
  font-size: 6vmin;
  padding-top: 14vmin;
}

.section-4 .team {
  padding: 10vmin 4vmin;
}

.section-4 .card {
  width: 22em;
  margin-top: 10vmin;
}

.section-4 .card .card-text {
  padding: 0.5em;
}

.section-4 .card-body > a {
  font-size: 1.5em;
}

.section-4 .carousel-item {
  padding-left: 3rem;
}

.border-radius {
  border-radius: 340px;
  width: 60%;
}

/*Footer Impresif*/

.text-muted {
    color: #cfd9e0!important;
}




footer {
  background: #07192B;
  overflow-x: hidden;
  padding: 14vmin 18vmin;
}

@media (max-width: 768px) {
  footer .row {
    margin-right: 15px;
    margin-left: -55px;
  }

  .text-muted {
    width: 125%;
  }
}

footer .text-muted .fab {
  font-size: 20px;
  padding-right: 6px;
}

footer .text-muted .fa {
  font-size: 20px;
  padding-right: 5px;
}

footer p > span {
  color: #10BEBE;
}

footer input {
  border: none !important;
}

footer input::placeholder {
  color: white !important;
}

footer .input-group .input-group-text {
  background: var(--bggradient);
  border: none;
}

footer .column i {
  color: #10BEBE;
  font-size: 20px;
}

footer .column svg {
  color: #10bebe;
  margin-top: -5px;
}


footer .column a {
  margin-right: 15px;
  height: 50px;
}

footer a {
  text-decoration: none;
}

/* footer img {
  height: 45px;
} */

footer .logo-footer {
  height: 35px;
}

@media (max-width: 768px) {
footer .logo-footer{
  height: 30px;
}
}

footer .text-light img {
  margin-left: -8px;
  width: 120%;
}

footer .column {
  margin-left: -30px;
}

@media (max-width: 768px) {
  footer .column {
    margin-left: 0px;}

    .text-light {
    padding-top: 15px;}

  }
}

/* It is Adjacent sibling combinator */

footer .column i + i {
  padding: 0 0.5em;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.815);
  z-index: 9999;
  transition: all 1.5s ease;
  left:0!important;
  /*background-color: #07192B;*/
}

/* Our Client */

.our-project {
  margin-top: 100px;
}

.our-project p {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
}

.customer-impresif {
  /*padding-left: 7px;*/
  width: 97vw;
  height: 300px;
  border-radius: 10px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .customer-impresif {
    height: 200px;
  }

  .our-project p {
    font-size: 4vmin;
  }


}

#wrapper-slider {
  width: 100%;
}

.slider {
  width: 1400px;
  height: 120px;
  position: relative;
  background: white;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.slide-logo {
  height: 100px;
  display: flex;
  align-items: center;
}
.slide-logo img {
  height: 150px;
  padding: 0 20px 0 20px;
}

.slide-logo {
  height: 100px;
  display: flex;
  align-items: center;
  animation: slideshow 12s linear alternate infinite;
}
@keyframes slideshow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Our Client End*/

/* Portfolio */

/*.mt-5 {*/
/*    height: 1200px;*/
/*}*/

.section-title h2 {
  font-size: 35px;
  font-weight: 800;
  margin: 100px 0px 0px 0px;
}

.portfolio-filter li:hover,
.portfolio-filter li.active {
  color: #fff;
}
.portfolio-filter li {
  display: inline-block;
  font-size: 13px;
  color: #333;
  margin: 5px 10px;
  position: relative;
  cursor: pointer;
  line-height: normal;
  padding: 10px 20px;
  background: #fff;
  border-radius: 30px;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: 0px 1px 27px -3px rgba(0, 0, 0, 0.2);
}
.portfolio-hover-01 .action-btn a:hover,
.portfolio-filter li:hover,
.portfolio-filter li.active {
  background: #10BEBE;
  background: linear-gradient(to right, #10BEBE, #10BEBE);
}
.portfolio-content {

}
.portfolio-hover-01 {
  position: relative;
}
.portfolio-cols-3 {
  margin: 0;
  padding: 0;
}
.portfolio-col {
  padding: 10px;
  background: #fff;
  box-shadow: 0px 1px 27px -3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.portfolio-hover-01:hover .hover {
  visibility: visible;
  opacity: 1;
}
.portfolio-hover-01 .hover {
  background: rgba(255, 255, 255, 0.62);
  position: absolute;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  left: 0;
  text-align: center;
  padding: 10px;
  top: 0;
  width: 70px;
  transition: ease all 0.35s;
}

.portfolio-hover-01:hover .action-btn a {
  transform: translateX(0px);
}
.portfolio-hover-01 .action-btn a {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #272727;
  border-radius: 50%;
  outline: none;
  margin: 8px 0;
  color: #fff;
  transition: ease all 0.35s;
  transform: translateX(-17px);
}
.portfolio-col .portfolio-img {
  position: relative;
}

.portfolio-hover-01 img {
  display: block;
}

/* img {
  max-width: 100%;
} */

.portfolio-col .portfolio-info {
  text-align: center;
  padding: 15px 0 5px;
}
.portfolio-col .portfolio-info h5 {
  margin: 0;
  padding: 0 0 5px;
  color: #151515;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
}

.portfolio-col .portfolio-info span {
  font-size: 14px;
  color: #666;
  font-weight: 600;
}

.portfolio-item {
  list-style: none;
  margin: 14px 0px;
}


.hero-btns {
  margin-top: 2.8rem;
}
.hero-btns button {
  background-color: #10BEBE;
  border: 3.5px solid #10BEBE;
  border-radius: 2rem;
  padding: 0.8rem 2rem;
  text-transform: uppercase;
  font-family: "rubik";
  color: white;
}

.hero-btns a {
  background-color: #10BEBE;
  border: 3.5px solid #10BEBE;
  border-radius: 2rem;
  padding: 0.8rem 2rem;
  text-transform: uppercase;
  font-family: "rubik";
  color: white;
}

/* Portfolio End */

/* Whatsapp */

.whatsapp {
  position: fixed;
  background: #10BEBE;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 68px;
  /* display: flex;
  justify-content: center;
  align-items: center; */

  border-radius: 50%;
  right: 25px;
  left: auto !important;
  bottom: 20px;
  font-weight: 400;
  z-index: 99;
  -webkit-box-shadow: 3px 4px 10px -4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 3px 4px 10px -4px rgba(0, 0, 0, 0.6);
  box-shadow: 3px 4px 10px -4px rgba(0, 0, 0, 0.6);
}

.whatsapp:hover {
  color: white;
}

/* Whatsapp End*/

/* Progress */

body {
  margin: 0;
  /* font-family: 'Roboto Condensed', sans-serif; */
}

/* h1 {

	color:#333;
	font-weight:700;
	margin-top:125px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:4px;
	line-height:23px;
} */

/* --- Start progress bar --- */

.process-wrapper {
  margin: auto;
  width: 100%;
}

#progress-bar-container {
  position: relative;
  width: 100%;
  margin: auto;
  height: 100px;
  margin-top: 65px;
}

#progress-bar-container ul {
  padding: 0;
  margin: 0;
  padding-top: 15px;
  z-index: 2;
  position: absolute;
  width: 100%;
  margin-top: -40px;
}

#progress-bar-container li:before {
  content: " ";
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 2px #aaa;
  transition: all ease 0.3s;
}

#progress-bar-container li.active:before,
#progress-bar-container li:hover:before {
  border: solid 2px #fff;

  background: linear-gradient(to right, #10BEBE 0%, #fff 100%);
}

#progress-bar-container li {
  list-style: none;
  float: left;
  width: 20%;
  text-align: center;
  color: #aaa;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  font-weight: 700;
  transition: all ease 0.2s;
  vertical-align: bottom;
  height: 60px;
  position: relative;
}

#progress-bar-container li .step-inner {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 14px;
}

@media (max-width: 768px) {
  #progress-bar-container li .step-inner {
    font-size: 11px;
    margin-bottom: -10px;
  }
}

#progress-bar-container li.active,
#progress-bar-container li:hover {
  color: #444;
}

#progress-bar-container li:after {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  background: #777;
  margin: auto;
  border: solid 7px #fff;
  border-radius: 50%;
  margin-top: 48px;
  box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.3);
  transition: all ease 0.2s;
}

#progress-bar-container li:hover:after {
  background: #555;
}

#progress-bar-container li.active:after {
  background: #10BEBE;
}

#progress-bar-container #line {
  width: 80%;
  margin: auto;
  background: #eee;
  height: 6px;
  position: absolute;
  left: 10%;
  top: 57px;
  z-index: 1;
  border-radius: 50px;
  transition: all ease 0.9s;
}

#progress-bar-container #line-progress {
  content: " ";
  width: 3%;
  height: 100%;
  background: #10BEBE;
  background: linear-gradient(to right, #10BEBE 0%, #10BEBE 100%);
  position: absolute;
  z-index: 1;
  border-radius: 50px;
  transition: all ease 0.9s;
}

#progress-content-section {
  width: 100%;
  margin: auto;
  background: #f3f3f3;
  border-radius: 4px;
}

#progress-content-section .section-content {
  padding: 30px 40px;
  text-align: center;
}

#progress-content-section .section-content h2 {
  font-size: 17px;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
}

#progress-content-section .section-content p {
  font-size: 16px;
  line-height: 1.8em;
  color: #777;
}

#progress-content-section .section-content {
  display: none;
  animation: FadeInUp 700ms ease 1;
  animation-fill-mode: forwards;
  transform: translateY(15px);
  opacity: 0;
}

#progress-content-section .section-content.active {
  display: block;
}

@keyframes FadeInUp {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

/* Progress End*/

/* FAQ */
.accordion {
  width: 97%;
  margin: 2rem auto;
}

.accordion-item {
  /* font-family: 'Rubik'; */
  background-color: #fff;
  color: rgba(0, 0, 0, 0.5);
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}
.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
  color: #10BEBE;
}
.accordion-item-header.active::after {
  content: "\2212";
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

.accordion-item-body-content a {
  color: #10BEBE;
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

/* FAQ End*/

/* Metode Pembayaran */

.container-payment {
  width: 100%;
  height: 40vh;
  display: grid;
  place-items: center;
  margin-top: -50px;
}

@media (max-width: 768px) {
  .container-payment {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}

.payment-wrap {
  width: 90%;
  height: auto;
  text-align: center;
  display: grid;
  place-items: center;
  margin-top: -100px;
}

@media (max-width: 768px) {
  .payment-wrap {
    margin-top: 10px;
  }
}
/* .payment-wrap h1
{
    font-size: 60px;
    color: #555;
}

.payment-wrap hr
{
    width: 15%;
    height: 5px;
    border: none;
    background: #26ccca;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
} */

.logo-in {
  width: 100%;
  height: auto;
}

.logo-in ul {
  padding: 0;
  margin: 0;
}

.logo-in ul li {
  list-style: none;
  display: inline-block;
  width: 100px;
  height: 50px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 10px;
  box-shadow: 0px 0px 0px -10px #555;
  transition: 0.5s;
}

.logo-in ul li img {
  width: 100%;
  height: 100%;
}

.logo-in ul li img:nth-child(1) {
  transform: translateY(0);
  transition: 0.5s;
}

.logo-in ul li img:nth-child(2) {
  transform: translateY(0);
  transition: 0.5s;
}

/* Hover-Section */

.logo-in ul li:hover img:nth-child(1) {
  transform: translateY(-100%);
  transition: 0.5s;
}

.logo-in ul li:hover img:nth-child(2) {
  transform: translateY(-100%);
  transition: 0.5s;
}
/* Metode Pembayaran End */



/* BOX SEARCH */

.box-search {
  width: 100%;
  background: #fff;
  border-radius: 35px;
  position: relative;
}

.result_filter, .city_container {
  width: 100%;
  background: #fff;
  height: 245px;
  position: absolute;
  z-index: 9999;
  top:10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 10px 15px;
  overflow-y: auto;
  display: none;
}


.result_filter ul, .mobile_search_body ul, .city_container ul {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
}

.result_filter li, .mobile_search_body ul li, .city_container ul li {
  border-bottom: 1px solid #B0B0B0;
  padding: 12px;
  padding-left: 30px;
}

.mobile_search_body ul li, .city_container ul li {
  padding-left: 20px;
  line-height: 10px!important;
}

.result_filter ul li a, .mobile_search_body ul li a, .city_container ul li a{
  color: #929292!important;
  font-size: 16px;
  padding: 7px;
  font-weight: normal;
  line-height: 16px!important;
}

.result_filter ul li a:hover, .mobile_search_body ul li a:hover, .city_container ul li a:hover {
  color:#10bebe!important;
}

.link_city:hover {
  color:#10bebe!important;
}

.city_title {
  margin-left: -7px!important;
  color: #555555;
  margin-bottom: 4px!important;
}

.city_title:hover {
  color:#10bebe!important;
}

.city_desc {
  color: #929292!important;
  font-size: 11px!important;
}

.list_city:hover {
  color:#10bebe!important;
}

#city_container {
  display: none;
}

ul#modal_search {
  margin: 0;
  padding: 0;
  text-align: left;
}

ul#modal_search li a {
  color: #303135!important;
  font-size: 16px;
  padding: 7px;
}

ul#modal_search li a:hover {
  color:#10bebe!important;
}

#label_service{
    color: #303135!important;
}

#search_services:focus{
  outline-color: red!important;
}

.mobile_search_container, .mobile_search_container_city {
  width: 100%;height: 100%; background: red; position: fixed; top: 0; left: 0; z-index: 9999; display: none;
}

.mobile_search_header {
  width: 100%; padding-top:20px; padding-bottom: 10px; background-color: #10BEBE;
}

.search_mobile_icon {
  background-color: #fff!important;
  border-radius: 3px;
}

.close_search_mobile {
  height: 35px;
  width: 50px;
  font-size: 22px;
  border: none;
  background: transparent;
  color: #fff;
}

.mobile_search_body {
  width: 100%;
  height: 97%;
  background: #fff;
  overflow-y: auto;
}


.box-search input[type="text"],
.box-search select {
  border: none !important;
}

.box-search input[type="text"],
.box-search select:hover {
  border: none !important;
}

.select2-results__option {
  padding: 7px !important;
}

.btn-search {
  background-color: #10BEBE !important;
  width: 80% !important;
  border: none !important;
  border-radius: 25px;
}

.btn-search:hover {
  background-color: #009999 !important;
}

select.services {
  width: 100% !important;
  border: none !important;
}

.select2-selection__rendered {
  line-height: 40px !important;
}

.select2-selection {
  height: 40px !important;
}

.select2-container--default .select2-selection--single {
  border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 75% !important;
}

.box-search {
  text-align: left !important;
}

.input-group-text {
  background-color: transparent !important;
  border: none !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #10BEBE !important;
}

.location-search {
  border-left: 1.5px solid #cbcbcb !important;
}

#services {
  width: 100% !important;
}

.hero-div h1 {
  font-size: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #6d767e;
}

@media only screen and (max-width: 768px) {
  .box-search {
    border-radius: 20px !important;
    background-color: transparent !important;
    margin-top: -30px;
  }

  .input-group-prepend {
    display: none;
  }

  .btn-search {
    width: 100% !important;
  }

  .modal-content {
    margin-top: 80px;
  }

  .location-search {
    border-left: none !important;
    margin-bottom: 10px !important;
  }

  .services-search {
    margin-bottom: 10px !important;
  }

  .hero-div h1 {
    font-size: 30px !important;
  }

  .slide-logo img {
    height: 100px;
    padding: 0 30px 0 30px;
  }

  .box-search input[type="text"],
  .box-search select {
    height: 55px !important;
  }

  .hero-div h1 {
    font-size: 30px !important;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .text-header {
    margin-top: -250px;
  }

  .btn-search {
    height: 50px;
    font-size: 17px;
  }

  .select2-container .select2-selection--single {
    height: 55px !important;
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 8px;
  }

  .portfolio-filter .filter {
    margin-left: -30px;
  }

  .portfolio-filter li {
    display: block !important;
  }
}
.ui-menu .ui-menu-item:hover {
  background: #10BEBE !important;
  border: 1px solid #10BEBE !important;
}

.ui-menu .ui-menu-item-wrapper:hover {
  background: #10BEBE !important;
  border: 1px solid #10BEBE !important;
}

.ui-autocomplete-input {
  border-radius: 4px !important;
}

.play-popup {
  width: 90%;
  height: 300px;
  background: red;
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 0;
}


.dtr-copyright {
    background-color: #0d0f1a;
}

.dtr-copyright #text-copyright{
    color:white;
    font-size: 15px;
    margin-top: 10px;
}


#portfolio {
    height:350px;
}


@media (max-width: 768px) {
 #portfolio {
    height:1020px;
}
}



/* Product Icon Impresive */

.dtr-payment {
  text-align: center;
  display: grid;
 padding-top:30px;
 padding-bottom:50px;
}

.dtr-payment li {

 width:75px;
  /*background-color: white;*/
  /*padding: 15px;*/
  /*border-radius: 50px;*/
  margin-right: 50px;
}

.dtr-payment .background-icon {

    background-color: hsla(0,0%,100%,.4);
    padding: 15px 25px 15px 25px;
    border-radius: 50px;
    width: 70px;
}

.dtr-payment .background-icon:hover {
    background-color: #e2edfe;
}





.dtr-payment li img {
  position: relative;
  display: block;
  z-index: 9;
  height:40px;
  margin-left: -10px;

}

.dtr-payment li p {
    font-size: 12px;
    font-family: "system-ui";
    color: white;
    padding-top: 5px;
    font-weight: 700;
    text-decoration:none;
}

.dtr-payment li a {

    text-decoration:none;
}


.dtr-payment-list {
  margin: 0;
  margin-left: 20px;
}

.dtr-payment-list li {
  list-style: none;
  display: inline-block;
  /* margin: 0 10px; */
}


@media (max-width: 768px) {


.dtr-payment {
  display:none;
}

}

.dtr-payment-mobile {
    display:none;
}



/* Product Icon Impresive End*/




/* Product Icon Impresive (Mobile)*/

@media (max-width: 768px) {

.header {
        min-height: 40vh;
}

.section-icon {
    margin-top: -7px;
    background-color: white;
    border-radius: 10px;

}


.dtr-payment-mobile {
     text-align: center;
    display: grid;

}

.dtr-payment-mobile li {

 width:40px;
  /*background-color: white;*/
  /*padding: 15px;*/
  /*border-radius: 50px;*/
  margin-right: 50px;
}

.dtr-payment-mobile .background-icon {

    background-color: hsla(0,0%,100%,.4);
    padding: 15px 25px 15px 25px;
    border-radius: 50px;
    width: 70px;
}

.dtr-payment-mobile .background-icon:hover {
    /*background-color: #e2edfe;*/
}





.dtr-payment-mobile li img {
  position: relative;
  display: block;
  z-index: 9;
  height:40px;
  margin-left: -10px;

}

.dtr-payment-mobile li p {
    margin-top: -10px;
    font-size: 12px;
    font-family: "system-ui";
    color: rgba(0, 0, 0, 0.5);
    font-weight: 700;
    text-decoration:none;
}

.dtr-payment-mobile li a {

    text-decoration:none;
}



.dtr-payment-list-mobile {
  margin: 0;
}

.dtr-payment-list-mobile li {
  list-style: none;
  display: inline-block;
  /* margin: 0 10px; */
}



}

/* Product Icon Impresive (Mobile) End*/







/*Tabs*/


@media (max-width: 768px) {

    .tabs-kota{
   display:none;
}
}


.tabs-kota{
    padding:50px;
}

.tabs-impresive {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.tabs__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 10px 5px;
  margin-bottom: 20px;
}

.tabs__toggle {
  margin: 0 5px;
  padding: 7px 25px;
  background: #fff;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.5s;
}

.tabs__name {
  font-weight: 500;
  font-size: 14px;
  color: #484848;
}

.tabs__body {
  background: #fff;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  padding: 30px;
  position: relative;
}

.tabs__title {
  font-weight: 600;
  font-size: 24px;
  color: #484848;
  margin-bottom: 20px;
  text-align: center;
  float: left;
  width: 100%;
}

.list-kota {
  display: inline-block;
  float: left;
  width: 33.3%;
}

.list-kota a {
  text-decoration: none;
  color: #6c757d !important;
  display: block;
  padding-top: 12px;
}

.tabs__text {
  font-size: 14px;
  line-height: 1.2;
  color: #484848;
}

.tabs__content {
  display: none;
}

.tabs__toggle.is-active {
  background: #e7eef8;
}

.tabs__toggle.is-active .tabs__name {
  color: #10bebe;
}

.tabs__content.is-active {
  display: block;
}


.card.port {
  font-size: 13px;
  color: #333;
  cursor: pointer;
  line-height: normal;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: 0px 1px 27px -3px rgba(0, 0, 0, 0.2);
  border: none;
}

.card.port h5 {
    margin-top: 10px;
    color: #151515;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
}

a:hover {
  text-decoration: none!important;
}

.backdrop-search {
  width: 100%;
  padding-left: 13%;
  padding-right: 13%;
  padding-top: 10%;
  position: absolute;
  z-index: 9999!important;
  top: 17%;
  left: 0;
}

.backdrop-background{
  width: 100%;
  position: absolute;
  z-index: 9999!important;
  top: 0;
  left: 0;
  display: none;
  height: 5150px!important;
  background-color: rgba(0, 0, 0, 0.75);
}

@media (max-width: 576px) {
  .backdrop-search {
    position: relative!important;
    padding: 3%!important;
  }

  .header {
    height: 60vh;
  }

  .backdrop-background{
    display: none;
    height: 10px!important;
  }

  .result_all{
    display: none!important;
  }

  #search_service_on_mobile{
    font-size: 16px!important;
  }

  #search_city_on_mobile {
    font-size: 16px!important;
  }
}
