@import url(https://fonts.googleapis.com/css?family=Roboto:500);
.bg-purple {
    background: #4D40CC!important;
}
.bg-orange {
    background: #ff5b00;
}
.google-btn {
    width: 184px;
    height: 42px;
    background-color: #1669F2;
    border-radius: 3px;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
    cursor: pointer
}
.google-icon-wrapper {
    position: absolute;
    width: 42px;
    height: 42px;
    background-color: #fff;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.google-icon-wrapper.loading {
    padding: 6px 9px;
}
.google-icon {
    position: absolute;
    margin-top: 11px;
    margin-left: 11px;
    width: 18px;
    height: 18px;
}
.google-btn .btn-text {
    float: right;
    margin: 7px 10px 0 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-family: "Roboto";
    font-weight: 300;
}
.google-btn:hover {
    box-shadow: 0 0 22px 0px #0060ff47;
}
.google-btn:active {
    background: #1669F2;
}

.googlelogin-btn {
    width: 184px;
    border-radius: 3px;
    cursor: pointer
}
.googlelogin-icon-wrapper {
    position: absolute;
    width: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.googlelogin-icon {
    position: absolute;
    border-radius: 100%;
    width: 30px;
    margin-top: -3px;
}
.googlelogin-btn .btn-text {
    color: #444;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-family: "Roboto";
    font-weight: 300;
    margin: 0;
    margin-left: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}
.googlelogin-btn .sub-menu li {
    padding: 10px 20px;			
}
.googlelogin-btn .sub-menu li:hover {
    background: #fffaf3;	
}
.googlelogin-btn .sub-menu a li {
    color: #444;
    font-size: 14px;
}
.googlelogin-btn .sub-menu {
    display: block;
    margin: 0;
    list-style: none;
    background: #fff;
    -webkit-box-shadow: 0px 0px 36px 4px rgba(79, 35, 35, 0.1);
    box-shadow: 0px 0px 36px 4px rgba(79, 35, 35, 0.1);
    position: absolute;
    margin-top: 25px;
    right: 20px;
    min-width: 250px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 999999;
    border-radius: 4px;
    padding:0;
}
.googlelogin-btn:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}


#footer.call-to-action {
    background-image: -o-linear-gradient(350deg, #ff5b00 0%, #fd4700 100%);
    background-image: linear-gradient(100deg, #ff5b00 0%, #fd4700 100%);
    padding: 0;
}

.breadcrumb {
    padding: 0;
    background-color: unset;
    font-size: 12px;
    margin-bottom: 0;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #b3b3b3;
    content: ">>";
}
.blog-single .post .blog-content {
    padding: 15px 0 20px;
}
.overviewBerita{
    max-height: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
asside .feature-image img{
    width: 100%;
    max-height: 230px;
    height: auto;
}
.blog-content .entry-title {
    font-size: 18px;
    line-height: 24px;
}
.section-title.style-six .title {
    font-size: 32px;
}
.post-wrapper {
    max-width: unset;
}
.banner.banner-seven {
    height: 100vh;
}
.saaspik-icon-box-wrapper.style-eight {
    padding: 10px 15px;
}
.saaspik-icon-box-wrapper .saaspik-icon-box-icon img {
    width: 70%;
}
.brands-logo{
    width: 80%;
}
.brands-logo:hover{
    width: 85%;
}
.body-brands-logo{
    min-height: 100px;
}
.faq .card {
    border: 0;
}
.faq .card.active {
    -webkit-box-shadow: 0px 20px 100px 30px rgb(79 35 35 / 5%);
    box-shadow: 0px 20px 100px 30px rgb(79 35 35 / 5%);
}
.btn-whatsapp-fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    z-index: 998;
    border-radius: 50%;
    opacity: 0.6;
    -webkit-transition: bottom 0.5s ease, opacity 0.5s ease;
    -o-transition: bottom 0.5s ease, opacity 0.5s ease;
    transition: bottom 0.5s ease, opacity 0.5s ease;
}
.btn-whatsapp-fixed:hover {
    opacity: 1;
}

.return-to-top.back-top {
    bottom: 80px;
    opacity: 1;
}