

.informasiberanda {
    padding: 15px;
    background: #EFEFEF;
    text-align: center;
}
.informasiberanda strong {
     margin:10px 0px 5px 0px;
     font-size:20px;
     text-transform:uppercase;
     display: block;
}
.informasiberanda p {
     margin-bottom:10px;
}
.informasiberanda .selengkapnya a {
     width:100px;
     text-align:center;
     padding:10px;
     font-weight:bold;
     display:block;
     margin:0px auto;
     background: #333;
     color:#fff;
}
.informasiberanda .selengkapnya a:hover {
     background:#000;
     color:#FFF;
}

.text3  {
     font-size:20px;
     background: #EFEFEF;
     padding: 60px 0px;
     text-align: center;
}
.text3 strong {
     margin:0px;
     clear:both;
     font-size:30px;
}
.text3 p {
     margin:0px;
}
.text3 .hubungikami {
     display:block;
     margin:20px auto;
     color:white;
     padding:20px;
     text-align:center;
     width:200px;
     font-size:18px;
     text-transform:uppercase;
     background: rgb(73,73,73);
     background: linear-gradient(77deg, rgba(73,73,73,1) 0%, rgba(63,63,63,1) 100%);
     border-radius: 10px;
}
.text3 .hubungikami:hover{
     background:#333;
     color: white;
}

.text1 {
     background: #1E1E1E;
     color: white;
     font-size: 20px;
     font-weight: 300;
}

.informasiberanda-container {grid-gap:10px;}

.map {
	position: relative;
	height:300px; overflow:hidden;
	display:block;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.carousel  div {
	padding: 0px 10px;
	text-align: center;
}



.thumbnail-testimoni {
     object-fit:cover;
     height: 200px;
     width: 200px;
}



.more a {
     display: block;
     color:#333;
     padding: 10px;
     background: white;
     width: 200px;
     margin: 0px auto;
     border: 1px solid #e8e8e8;
}
.more a:hover {
     background: #333;
     color: white;
}

.newsletter input {
     padding: 10px 20px;
     background: white;
     border-radius: 5px;
     border: none;
}
.newsletter li {
     justify-content: center;
     align-items: center;
     display: grid;
     padding: 0px 10px;
}
.newsletter strong {
     font-size: 20px;
     font-weight: 400;
}
.newsletter button {
     padding: 10px 20px;
     border: none;
     border-radius: 5px;
     background-image: linear-gradient(#3b3b3b, #2e2e2e);
     color: white;
     cursor: pointer;
     font-weight: bold;
}
.newsletter button:hover {
     background: red;
}
.bannericon {
    grid-template-columns:max-content 3fr;
}
.bannericon a {
    display: block;
    padding: 10px;
    background: #56D5E8;
    width: 150px;
    text-align: center;
    color: white;
}
.bannericon a:hover {
    background: #3ebdd0;
}

.testimoni-overlay {
    background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 740px){
     .informasiberanda-container {grid-template-columns:1fr;}
     .newsletter li {
          margin-bottom: 5px;
     }
}
@media (min-width: 741px){
     .informasiberanda-container {grid-template-columns:1fr 1fr 1fr;}
     .bannericon-container {grid-template-columns:1fr 1fr 1fr 1fr;}

     .newsletter {
          display: flex;
     }
}
@media (min-width: 992px)
{

}
