.list-channel img {
    max-width: 150px;
}

.why-us {
    padding: 50px 20px;
}

.catalog {
    min-height: 30rem;
    position: relative;
}

.catalog .desc {
    width: 100%;
    color: #fff;
    position: fixed;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pricing .get-started-btn {
    border: 1px solid #c2c2c2;
    background: #fff;
}

.pricing .get-started-btn:hover {
    background: #fff4cb;
    color: #633419;
}

.credits {
    display: none;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 70px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float{
	margin-top:16px;
}

.img-portfolio:hover {
    opacity: .8;
}

.contact-us-wa {
    margin-top: 2rem;
    background: #18a830;
    color: #ffffff;
    border-color: #9ffeaf;
    font-weight: bold;
    padding: 10px 15px;
}

.contact-us-wa:hover {
    background: #148627;
    color: #f0ff00;
    border-color: #148627;
}

.pricing h3 {
    font-weight: 500;
}


.list-partner {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap; 
}

.cta {
    padding: 80px 0 0 0;
}



.partner {
    max-width: 200px;
    margin-right: 20px;
    display: inline;
}

.cta {
    background: #f5f9fd;
}

.cta h3 {
    color: #0f2f57;
}

#header .logo {
    text-transform: none;
    font-size: 19px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: -webkit-body;
    letter-spacing: 1px;
}

.img-welcome {
    max-width: 320px !important;
}

.welcome-contents ul {
    padding-left: 0;
}

.welcome-contents ul li {
    list-style-type: none;
    margin-bottom: 3rem;
    /* border-radius: 189px; */
    margin-top: 30px;
}

.welcome-contents ul li a {
    color: #000;
    border: 2px solid #000;
    padding: 10px 22px 10px 23px;
    border-radius: 38px;
    font-weight: 600;
}

.foot-wa {
    background: #fff;
    color: #000;
    padding: 10px 22px;
    border: 2px solid #000;
    font-weight: 600;
}

.pos-rel {
    position: relative;
}


.parent {
    position: relative;
    background-image: url('https://menikahmenjadimudah.com/services/c3dcb097bdb2872a1c75941dbd98f3d3.jpeg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 400px;
}

.child {
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #0f2f57;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 78px 17px;
    box-shadow: 0 7px 44px -5px;
    text-align: center;
    width: 360px;
}


.foot-wa {
    color: #0f2f57;
    padding: 10px;
    border: 1px solid #0f2f57;
}

.foot-wa:hover {
    color: #000;
}

.article-image:hover {
    opacity: .9;
}

.article-date {
    margin-bottom: 0;
    font-size: 14px;
    color: #828282;
}

@media (min-width: 767px) {
    .blog-container {
        padding: 0 10rem;
    }
}  

.share {
    flex-direction: row; 
    flex-wrap: wrap; 
    border-top-width: 1px; 
    border-bottom-width: 1px; 
    border-color: rgba(0, 0, 0, 0.1); 
    padding-top: 8px; 
    padding-bottom: 8px;
    border-top: 1px solid rgb(189, 189, 189);
    border-bottom: 1px solid rgb(189, 189, 189);

}

.social-media {
    cursor: pointer; 
    text-decoration: none;
}

.social-media-icon {
    color: rgb(189, 189, 189); 
    position: relative; 
    font-size: 24px; 
    width: 24px; 
    height: 24px; 
    text-align: center; 
    fill: rgb(189, 189, 189);
}

.icon-container {
    padding-left: 4px; 
    padding-right: 4px; 
    padding-top: 2px; 
    padding-bottom: 2px;
}

.list-social-media {
    display: inline-block; 
}

.other-articles {
    margin-top: 3rem;
}


.blog-main img {
    max-width: 100%;
    height: auto;
}



#see-more-btn {
    width: 9rem;
    margin: auto;
    background: #666666;
    border: none;
    padding: 8px 0;
}

#see-more-btn:hover {
    background: #474646;
}