.logocbn {
    max-width: 140px;
}
.main-menu-three__logo {
    padding: 20px 0; }
.feature-one {
    padding: 70px 0;
}
.counter-one__single {
    max-width: 380px; }
.main-slider h2 {
    font-size: 54px;
    line-height: 72px;
    text-shadow: 0 0 10px rgba(255,255,255,1); }
.feature-one__content {
    margin-left: 20px; }
.feature-one__content h3 {
    font-size: 20px; }
.feature-one__icon span {
    line-height: 20px;
    font-size: 54px; }
.section-title__title {
    margin: 5px 0 0;
    font-size: 42px;
    line-height: 50px; }
.four-icon__text {
    font-size: 1.5rem;
    color: var(--thm-primary);
}
p.four-icon__text {
    font-size: 1.25rem;
    margin-top: 15px;
    color: #fff;
    font-weight: normal;
}

.quote-card {
    background: #fff;
    color: #222222;
    padding: 20px;
    padding-left: 50px;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    min-height: 120px;
}
.quote-card p {
    font-size: 30px;
    line-height: 1.5;
    margin: 0;
    color: #fff;
    max-width: 80%;
}
.quote-card cite {
    font-size: 16px;
    margin-top: 10px;
    display: block;
    font-weight: 200;
    opacity: 0.8;
}
.quote-card:before {
    font-family: Georgia, serif;
    content: "“";
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 5em;
    color: rgba(238, 238, 238, 0.8);
    font-weight: normal;
}
.quote-card:after {
    font-family: Georgia, serif;
    content: "”";
    position: absolute;
    bottom: -110px;
    line-height: 100px;
    right: -32px;
    font-size: 25em;
    color: rgba(238, 238, 238, 0.8);
    font-weight: normal;
}
@media (max-width: 640px) {
    .quote-card:after {
        font-size: 22em;
        right: -25px;
    }
    a.nav-link {
        text-align: center;
        font-size: 13px; }
    a.nav-link span {
        font-weight: bold;
        font-family: 'Brandon Grotesque Light'; }
    .md-radio {
        line-height: 18px;
        margin: 16px 0 26px; }
    .kesaksian {
        font-size: 1.2rem; }
}
.quote-card.blue-card {
    background: #3399c1;
    color: #ffffff;
    box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.blue-card:before, .quote-card.blue-card:after {
    color: #92d9f4;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.nav-tabs li {
    margin-bottom:0!important;
    margin-right:10px;
    border-radius:20px 20px 0 0;
    font-size:18px;
    background-color:#92d9f4 }

.nav-tabs li a {
    padding:7px 20px;
    border:none;
    color:#fff;
    margin-right:0 }

.nav-tabs li a:hover {
    background-color:#3399c1;
    border-radius:20px 20px 0 0 }

.nav-tabs li a.active,
.nav-tabs li a.active:hover,
.nav-tabs li a.active:focus {
    color:#fff!important;
    border-radius:20px 20px 0 0;
    background-color:#3399c1!important;
    border:none }

.btn-donasi {
    background: #3399c1;
    border-radius: 0;
    font-weight: bold;
    padding: 7px 25px;
    border-radius: 10px;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3);
    color: #eee; }

.btn-donasi:hover {
    color: #fff; }

.nav-tabs {border-bottom:0;}
.nav-tabs li {width:50%;background-color:transparent;border: 1px solid #3399c1;}
.nav-tabs li a {color: #3399c1;}

.nav-tabs li:first-child a.active:hover, .nav-tabs li:last-child a.active:hover,
.nav-tabs li:first-child a:hover, .nav-tabs li:last-child a:hover {color:#fff}

.nav-tabs li:first-child, .nav-tabs li:first-child a.active, 
.nav-tabs li:first-child a:hover, .nav-tabs li:first-child a.active:hover {
    border-radius: 20px 0 0 20px!important;
    margin-right: 0; }

.nav-tabs li:last-child, .nav-tabs li:last-child a.active, 
.nav-tabs li:last-child a:hover, .nav-tabs li:last-child a.active:hover {
    border-radius: 0 20px 20px 0!important;
    text-align: right;
    margin-right: 0; }

.rowan {
    margin-right: -5px;
    margin-left: -5px; }
.rowan > .col-md-6 {
    padding-right: 5px;
    padding-left: 5px; }
.wrap {margin-bottom: 10px}
.wrap i {font-weight: normal}
.btnc:hover {
    cursor: pointer !important;
}

.btnc:active {
    box-shadow: 0 1px #666 !important;
    transform: translateY(2px) !important;
}
.btnc {				
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.btn-s1k {
    transition: all 0.2s ease;
    border-radius: 7px;
    color: #3399c1;
    background-color: white ;
}
btn-s1k::selection{
    background: green;
}

input[type="radio"] {
    position: absolute;
    visibility: hidden;
}
input[type="radio"] + div {
    position: relative;
}
input[type="radio"]:checked + div {
    background-color: #3399c1;
}
input[type="radio"]:checked + div>span {
    color: white;
}
input[type="radio"] + div>span {
    position: relative;
    top: 25%;}

.wrap label {
    padding: 10px;
    border: 2px solid rgba(0, 100, 158, 0.4) !important;
    border-radius: 7px;
    margin-bottom: 0;
    width: 100%;
}
.tab-content {
    background-color: #fff;
    padding: 0px;
}
.tab-bg {
    background-color: #fff;
    padding: 25px;}
.wrap .p-0 .form-control {border: none;}
.btn-donasi {
    margin-top: 15px;
    padding: 10px 25px; }
.custom-control.material-checkbox .material-control-description {
    margin-left: 5px;
    font-size: 0.9rem; }
.row-form {
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    background: #fff;
    margin-bottom: 50px;
    z-index: 2;
    border-radius: 10px; }
.custom-control.material-checkbox .material-control-description {
    font-size: 0.8rem; }
.form-group {margin-bottom: 0.5rem;}
.tab-bg .nav-tabs li {font-size: 16px;}
.h1, h1 {font-size: 2.2rem;}				

@media (max-width: 1200px) {
    .h1, h1 {font-size: 1.8rem;}				
}
@media (max-width: 720px) {
    .row-form {
        position: relative;
        top: auto;
        width: auto;
        margin: 0 3px;
        box-shadow: 0 0 10px rgb(0 0 0 / 20%);
        right: 0;
        padding-top: 30px;
        padding-bottom: 10px;
        margin-bottom: 0.25rem!important;
    }
    .event-3 .container .info3 h3 {
        margin-bottom: 5px;
        font-size: 16px; }
    .nav-tabs li a {padding: 10px 15px 7px;}
    .tab-bg {padding:0;}
    .row.justify-content-center.mb-5.mt-5 {margin-top:0!important}
    .event-3 .container .info3 {padding: 5px 0;}
    .h1, h1 {font-size: 1.5rem;}
}
.art-new .art-new-col {
    margin: 0 20px 20px;
    background: #fff;
}
.art-new .art-new-col h3 {
    padding-left: 15px;
    border-bottom: 4px solid #1263b5;
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 15px;
    margin-bottom: -4px;
    position: relative;
}
art-new .art-new-col a {
    padding: 0 0 20px;
    min-height: 412px;
    display: block;
    color: #3399c1;
}
.art-new .art-new-col a h2 {
    color: #1263b5;
    margin: 15px 0 0;
    padding: 0 15px;
    font-family: inherit;
    font-size: 20px;
    text-transform: uppercase;
}
.art-new .art-new-col p {
    margin-top: 15px;
    padding: 0 15px;
    min-height: 154px;
    line-height: 22px;
}
#popup {
    top: 0;
    margin-top: 100px; }
#popup .button.b-close {
    -webkit-box-shadow: none;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.7);
    font: bold 200% sans-serif;
    color: yellow;
    padding: 0 10px 4px;
    border-radius: 5px;
    position: absolute;
    right: -7px;
    top: -7px; }

.button.b-close {
    -webkit-box-shadow: none;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.7);
    font: bold 200% sans-serif;
    color: yellow;
    padding: 0 10px 4px;
    border-radius: 5px;
    position: absolute;
    right: -7px;
    top: -7px; }

#popup .button, .button {
    background-color: #333;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    padding: 2px 20px 10px; }

#popup a img {
    width: 497px; }

@media (min-width: 561px) and (max-width: 860px) {
    #popup a img {
        width: 480px; } }
.pnh {
    position: relative;
    height: 10px;
    text-align: left;
    bottom: 270px; }
.pnh button {
    color: #333;
    opacity: 0.7;
    font-size: 30px; }

@media (min-width: 300px) and (max-width: 560px) {
    #popup a img {
        width: 280px; }
    .pnh {
        bottom: 160px; } }
#popupimg {
    border: 10px solid #fff;
    border-radius: 10px; }
header img {
    opacity: 1!important;
    max-width: 200px; }
.purpl {
    background: #ef8b1e;
    margin-bottom: 220px;
}
.purpl h1 {
    font-size: 3rem;
}
.purpl p {
    color: #fff;
    margin-bottom: 0;
    font-size: 1.4rem;
}
.tiga-list .col-4 h2 {
    background: #fff;
    margin-top: 0;
    padding: 25px 30px;
    text-align: center;
    min-height: 104px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);
    margin-bottom: -150px;
}
.top-banner {
    background: url('https://www.superbookindonesia.com/donasi/img/banner-donasi-superbook-22.jpg');
    padding: 30px 0;
}
.martop {margin-top: 300px;}
@media (max-width: 768px){
    .navbar-brand img {
        max-width: 160px!important; }
    .top-banner {
        background-size: 200%;}
    .martop {margin-top: 100px;}
    .martop img {margin-bottom: 100px;}
    .purpl {margin-bottom: 150px;}
    .tiga-list .col-4 h2 {
        padding: 10px 5px;
        font-size: 0.8rem;
        min-height: 84px;
        margin-bottom: -100px; }
    .col-md-4.mt-4 > img {width: 120px}
    .purpl h1 {font-size: 1.4rem;}
    .purpl p {font-size: 1.1rem;}
}
.news-one__right-title {
    font-size: 22px;
    line-height: 30px;
}
.news-one__right-single+.news-one__right-single {
    margin-top: 15px;
}
.section-title__title {
    font-size: 31px;
    line-height: 40px;
}
.help-them-two__bottom-title {
    font-size: 20px;
    line-height: 27px;
}
.testimonial-one-bg {
    width: 100%;
}