body{
    height: max-content !important;
}

.pop-up-more-bg{
    width: 100%;
    height: 100%;
    background: #c2c2c2;
    opacity: 0.5;
    border-radius: 6px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.1);
    text-align: center;
    padding: 20px;
    color: #111;
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
    z-index: 9;
}

.pop-up-more{
    width: 30%;
    height: 400px;
    background: #fff;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.1);
    text-align: center;
    padding: 20px;
    color: #111;
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.x-icon-do-co {
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    font-size: 20px;
    right: 20;
    top: 15;    
}

.open-popup-more{
    visibility: visible;
    top: 50%;
    transform: translate(-50%,-50%) scale(1);
    z-index: 999;
}

.open-popup-more-bg{
    visibility: visible;
    top: 50%;
    transform: translate(-50%,-50%) scale(1);
    z-index: 999;
}

.content-mitra-popup {
    width: 100%;
    /* margin-top: 20px; */
    font-weight: 600;
    color: #636363;
    padding: 0 7%;
    margin: 30px auto;
}

.pagination-container{
    display: flex;
    justify-content: flex-end;
    padding: 0 9%;
}

/*.page-link {*/
/*    background: #EFEEFC !important;*/
/*    color: #958ec1 !important;*/
/*    border-color: #EFEEFC !important;*/
/*}*/

/*.page-link.active {*/
/*    background: #958ec1 !important;*/
/*    border-color: #EFEEFC !important;*/
/*    color: #EFEEFC !important;*/
/*}*/

.page-link {
    background: transparent !important;
    color: #958ec1 !important;
    border-color: transparent !important;
}

.page-link.active {
    background: #958ec1 !important;
    border-color: transparent !important;
    color: #EFEEFC !important;
    border-radius: 10px !important;
}

.mitra {
  margin-top: 126px;
  /*padding: 0px 78px;*/
}

.top-container{
  text-align: center;
  padding: 30px 0px 0px 0px;
}

.title-mitra {
    font-size: 36px;
    font-weight: 700;
    color: #958EBF;
    line-height: 26px;
}

.content-mitra{
    width: 100%;
    /*margin-top: 20px;*/
    font-weight: 600;
    color: #636363;
    padding: 0 30%;
    margin: 30px auto;
}

@media (max-width: 1300px) {
    .content-mitra {
        padding: 0 24%;
    }
    
    .pop-up-more {
        width: 50%;
    }
}

@media (max-width: 900px) {
    .content-mitra {
        padding: 0 16%;
    }
}

@media (max-width: 767px) {
     .pop-up-more{
        width: 96%;
        height: 50%;
     } 
     
     .mitra{
         margin-bottom: 150px;
     }
}

@media (max-height: 800px) {
    .pop-up-more {
        height: 70%;
    }
}

@media (max-width: 700px) {
    .content-mitra {
        padding: 0 5%;
    }
}


.more-info-mitra{
    width: 205px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F181B3;
    border-radius: 30px;
    border: solid 2px #F181B3;
    color: #fff;
    padding: 10px 30px;
    margin: 30px auto;
    transition: background 0.5s;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.more-info-mitra:hover{
    background: #FFF;
    color: #F181B3;
}

.more-info-mitra-popup{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F181B3;
    border-radius: 30px;
    border: solid 2px #F181B3;
    color: #fff;
    padding: 10px 30px;
    margin: 30px auto;
    transition: background 0.5s;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.more-info-mitra-popup:hover{
    background: #FFF;
    color: #F181B3;
}

.why-container{
    background: #EFEEFC;
    padding: 30px;
    margin-bottom: 60px;
}

.why-container {
    background: #EFEEFC;
    padding: 30px 0 0;
    margin-bottom: 60px;
}

.why-title {
    text-align: center;
    color: #F181B3;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
}

.why-content {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0 12%;
    flex-wrap: wrap;
}

.why-box {
    width: 20%;
    text-align: center;
    margin-bottom: 30px; 
}

.w-why-content-dif{
    width: 110%;
}

.why-icon {
    width: 100%;
    height: 50px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
}

.i-mitra {
    font-size: 48px;
    color: #535353;
}

.why-box-title {
    font-size: 16px;
    font-weight: 700;
    color: #636363;
    line-height: 100%;
}

.why-box-content {
    font-size: 12px;
    font-weight: 500;
    color: #535353;
    line-height: 16px;
    margin-top: 10px;
}

    .pc{
        display: block;
    }

    .mobile{
        display: none;
    }

@media (max-width: 1300px) {
    .why-content{
        /*padding: 0 2%;    */
    }
    
    .why-box-content {
        font-size: 11px;
    }
    
    .why-container{
        padding: 30px 0 0px;
    }
    
    .why-box-title {
        font-size: 14px;
    }
}

@media (max-width: 820px) {
    .why-box {
        width: 48%;
        margin-bottom: 30px;
    }
    
    .w-why-content-dif {
        width: 100%;
    }
    
    .pc{
        display: none;
    }

    .mobile{
        display: block;
    }
}

@media (max-width: 480px) {
    .why-box {
        width: 100%;
    }
    
    .why-title{
        line-height: 20px;
        padding: 0 10px;
    }
}


.mitra-city {
    width: 230px;
    display: flex;
    align-items: center;
    text-align: center;
    background: #F181B3;
    border-radius: 30px;
    border: solid 2px #F181B3;
    color: #fff;
    padding: 10px 20px;
    margin: 10px auto;
    transition: background 0.5s;
    text-decoration: none;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    font-weight: 600;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEyIDE1Ljg2OWwtNS42MDgtNS42MDdhMSAxIDAgMCAxIDEuNDEyLTEuNDEybDQuMTk2IDQuMTk2IDQuMTk2LTQuMTk2YTEgMSAwIDAgMSAxLjQxMiAxLjQxMkwxMiAxNS44Njl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);*/
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
}

.mitra-city:hover{
    background: #FFF;
    color: #F181B3;
}

.mitra-city option {
    color: #fff;
}

.map-mitra{
  display: flex;
  justify-content: center;
  padding: 0 6%;
}

.iframe-mitra {
    width: 90%;
    height: 500px;
    object-fit: cover;
    border-radius: 40px;
    border: none;
}

@media screen and (max-width: 1300px) {
    .iframe-mitra {
        height: 400px;
    }
}

@media screen and (max-width: 820px) {
    .iframe-mitra {
        height: 280px;
    }
}

.select-city{
  display: flex;
  justify-content: center;
  padding: 40px 0px;
}

.mitra-city-display {
  display: grid;
  width: 90%;
  margin: auto;
  grid-template-columns: 2fr 2fr;
  justify-content: space-around;
}

.box-mitra-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.box-mitra{
  width: 80%;
}

.img-box-mitra{
    border-radius: 5px;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.title-mitra-box {
    font-weight: 700;
    font-size: 18px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    word-break: break-all;
    color: #58585A;
    margin-top: 20px;
}

.mitra-address {
    font-size: 14px;
    font-weight: 600;
    height: 45px;
    color: #58585A;
}

/*select*/

.sec-center {
  position: relative;
  max-width: 100%;
  text-align: center;
  z-index: 200;
  height: 80px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}
.dark-light:checked + label,
.dark-light:not(:checked) + label{
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 20000;
  display: block;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  cursor: pointer;
  transition: all 200ms linear;
  box-shadow: 0 0 25px rgba(255,235,167,.45);
}
.dark-light:checked + label{
  transform: rotate(360deg);
}
.dark-light:checked + label:after,
.dark-light:not(:checked) + label:after{
  position: absolute;
  content: '';
  top: 1px;
  left: 1px;
  overflow: hidden;
  z-index: 2;
  display: block;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background-color: #F181B3;
  background-image: url('https://assets.codepen.io/1462889/moon.svg');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 200ms linear;
  opacity: 0;
}
.dark-light:checked + label:after {
  opacity: 1;
}
.dark-light:checked + label:before,
.dark-light:not(:checked) + label:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  display: block;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  background-color: #48dbfb;
  background-image: url('https://assets.codepen.io/1462889/sun.svg');
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 200ms linear;
}
.dark-light:checked + label:before{
  background-color: #000;
}
.light-back{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
  background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat-back.svg');
  background-position: center;
  background-repeat: repeat;
  background-size: 4%;
  height: 100%;
  width: 100%;
  transition: all 200ms linear;
  opacity: 0;
}
.dark-light:checked ~ .light-back{
  opacity: 1;
}
.dropdown:checked + label,
.dropdown:not(:checked) + label{
    width: 350px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 30px;
    border: solid 2px #958EBF;
    color: #958EBF;
    padding: 10px 20px;
    margin: 60px auto 20px;
    transition: background 0.5s;
    text-decoration: none;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    font-weight: 600;
}
.dark-light:checked ~ .sec-center .for-dropdown{
  background-color: #F181B3;
  color: #ffeba7;
  box-shadow: 0 12px 35px 0 rgba(16,39,112,.25);
}
.dropdown:checked + label:before,
.dropdown:not(:checked) + label:before{
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  cursor: auto;
  pointer-events: none;
}
.dropdown:checked + label:before{
  pointer-events: auto;
}
.dropdown:not(:checked) + label .uil {
  font-size: 24px;
  margin-left: 10px;
  transition: transform 200ms linear;
}
.dropdown:checked + label .uil {
  transform: rotate(180deg);
  font-size: 24px;
  margin-left: 10px;
  transition: transform 200ms linear;
}
.section-dropdown {
    padding: 5px;
    background-color: #958EBF;
    width: 350px;
    border-radius: 10px;
    margin: auto;
    margin-top: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 150px;
    margin-bottom: 20px;
    display: block;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 200ms linear;
}

.section-dropdown::selection {
  color: #958EBF;
  background-color: #d9d9d9;
}

/* width */
.section-dropdown::-webkit-scrollbar {
  width: 10px;
  background: transparent;
  margin-right: 5px;
}

/* Track */
.section-dropdown::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
}
 
/* Handle */
.section-dropdown::-webkit-scrollbar-thumb {
  background: #958EBF; 
  border-radius: 20px;
  border: solid 2px #fff;
}

.dark-light:checked ~ .sec-center .section-dropdown {
  background-color: #fff;
  box-shadow: 0 14px 35px 0 rgba(9,9,12,0.15);
}
.dropdown:checked ~ .section-dropdown{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.dark-light:checked ~ .sec-center .section-dropdown:after {
  border-bottom: 8px solid #fff;
}

.dropdown-link {
  position: relative;
  color: #fff;
  cursor: pointer;
  transition: all 200ms linear;
  font-weight: 500;
  font-size: 15px;
  border-radius: 30px;
  padding: 5px 0;
  padding-left: 10px;
  /*padding-right: 15px;*/
  margin: 2px 0;
  text-align: left;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
    -ms-flex-pack: distribute;
}
.dark-light:checked ~ .sec-center .section-dropdown .dropdown-link {
  color: #F181B3;
}
/*.dropdown-link:hover {*/
/*  color: #F181B3;*/
/*  background-color: #fff;*/
/*}*/
.dark-light:checked ~ .sec-center .section-dropdown .dropdown-link:hover {
  color: #F181B3;
  background-color: #F181B3;
}
.dropdown-link .uil {
  font-size: 22px;
}
.dropdown-sub:checked + label,
.dropdown-sub:not(:checked) + label{
  position: relative;
  color: #fff;
  transition: all 200ms linear;
  font-weight: 500;
  font-size: 15px;
  border-radius: 30px;
  padding: 5px 0;
  padding-left: 20px;
  padding-right: 15px;
  text-align: left;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
    -ms-flex-pack: distribute;
    cursor: pointer;
}
.dropdown-sub:checked + label .uil,
.dropdown-sub:not(:checked) + label .uil{
  font-size: 22px;
}
.dropdown-sub:not(:checked) + label .uil {
  transition: transform 200ms linear;
}
.dropdown-sub:checked + label .uil {
  transform: rotate(135deg);
  transition: transform 200ms linear;
}
.dropdown-sub:checked + label:hover,
.dropdown-sub:not(:checked) + label:hover{
  color: #F181B3;
  background-color: #ffeba7;
}
.dark-light:checked ~ .sec-center .section-dropdown .for-dropdown-sub{
  color: #F181B3;
}
.dark-light:checked ~ .sec-center .section-dropdown .for-dropdown-sub:hover{
  color: #ffeba7;
  background-color: #F181B3;
}

.dropdown:checked + label, .dropdown:not(:checked) + label:hover{
    background: #958EBF;
    color: #fff;
}

.section-dropdown-sub {
  position: relative;
  display: block;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  max-height: 0;
  padding-left: 10px;
  padding-right: 3px;
  overflow: hidden;
  transition: all 200ms linear;
}
.dropdown-sub:checked ~ .section-dropdown-sub{
  pointer-events: auto;
  opacity: 1;
  max-height: 999px;
}
.section-dropdown-sub .dropdown-link {
  font-size: 14px;
}
.section-dropdown-sub .dropdown-link .uil {
  font-size: 20px;
}
.logo {
	position: fixed;
	top: 50px;
	left: 40px;
	display: block;
	z-index: 11000000;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
	transition: all 250ms linear;
}
.logo:hover {
  background-color: transparent;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  transition: all 200ms linear;
}
.dark-light:checked ~ .logo img{
  filter: brightness(10%);
}

@media screen and (max-width: 991px) {
.logo {
	top: 30px;
	left: 20px;
}
.dark-light:checked + label,
.dark-light:not(:checked) + label{
  top: 20px;
  right: 20px;
}
}

@media only screen and (max-width: 975px){
    .img-box-mitra{
        width: 300px;
        height: 150px;
    }
    
    .box-mitra{
        /*width: max-content;*/
    }
}

@media only screen and (max-width: 780px){
    .mitra{
        padding: 0px 0px;
    }
    
    .img-box-mitra {
        width: 220px;
        height: 120px;
    }
    
    .top-container{
        padding: 40px 0px 0px 0px;
    }
    
    .select-city{
        padding: 0px 0px 20px 0px;
    }
    
    .mitra-city-display {
      margin: 0 auto 60px;
    }
}


@media only screen and (max-width: 680px){
    .iframe-mitra {
        width: 95%;
        height: 20%;
        margin: 0 0 0px;
    }
    
}

@media only screen and (max-width: 520px){
    .why-container{
        margin-bottom: 0px;
    }
    .map-mitra{
        padding: 60px 6% 0;
        margin-bottom: 30px;
        border-radius: 0px 0px 30px 30px;
        background: #F6DAE9;
    }
    .iframe-mitra{
        margin: 0 0 30px;
        border-radius: 20px;
    }
    .mitra-city-display{
        display: block;
    }
    
    .box-mitra{
        width: 100%;
    }
    
    .img-box-mitra {
        width: 100%;
        height: 200px;
    }
    
    .title-mitra{
        font-size: 28px;
    }
    
    .content-mitra{
        width: 100%;
        font-size: 12px;
    }
    
    .more-info-mitra{
        width: 180px;
        font-size: 12px;
        margin: 30px auto;
    }
    
    .section-dropdown{
        width: 250px;
        font-size: 12px;
    }
    
    .dropdown:checked + label, .dropdown:not(:checked) + label{
        width: 250px;
        font-size: 12px;
        margin: 0px auto 20px;
    }
}