.navbar-brand{
    color:#000;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 16px;
    margin-left: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    display: flex; align-items: center;
}

.navbar-brand .logo-title{
    margin: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px !important;
}

.bg-img{
    /* background: #3f4079 url('/images/doc1.png') no-repeat center bottom; */
    height: 420px;
}

.text-banner{
    margin-top: 50px;
}

.pendaftaran{
    border-radius: 20px;
    /* background-color: #FAF9FF; */
    background-color: #fff;
    padding: 40px;
    margin-bottom: 20px;
    min-height: 160px !important;
    /* border-bottom: #3F4079 solid; */
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    /* border: 1px solid #636363 !important; */
    /* box-shadow: 0 3px 6px #0000001c; */
    box-shadow: 2px 3px 10px rgb(0 0 0 / 15%);
}

.chat-title{
color: #616161;
font-weight:600;
font-size:25px;
}

.title-banner-top{
    font-weight: 600;
    line-height: 42px;
    font-size: 36px;
    margin: 0;
    color: #333;
    z-index: 9;
    position: relative;
    font-family: 'poppins';
    margin-bottom: 20px;
}

.title-banner-bottom{
    font-weight: 500;
    line-height: 20pt;
    font-size: 20px;
    margin: 0;
    color: #53565a;
    z-index: 9;
    position: relative;
    font-family: 'poppins';
}

.breadcrumb-top{
    background-color: #FAF9FF;
    padding: 0 110px;
}

.text-breadcrumb{
    margin-top: 120px;
}

@media (max-width: 768px) {
    .navbar-brand {
      margin: -15px 10px; } 
    .navbar-brand .logo-bkkbn{
        display: none;
    }
    .navbar-brand .logo-title{
        font-size: 12px;
    }
    .breadcrumb-area h4 h6{
        font-size: 20px;
    }
    .title-banner-top{
        font-size: 18px;
        line-height: 30px;
        padding-top: 0px !important;
    }
    .title-banner-bottom{
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 25px;
        padding-top: 10px;
    }
    .des-title{
        display:none;
    }
    .breadcrumb-top{
        padding: 20px !important;
    }
    .banner-img{
        display: none;
    }
    .text-breadcrumb{
        margin-top: 10px;
    }
    .checkout-area{
        padding-top: 0px !important;
        min-height: 600px !important;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .navbar-brand {
        margin: -15px 10px; 
    }
    .des-title{
        display:none;
    } 
    .banner-img{
        display: none;
    }
    .title-banner-top{
        font-size: 30px;
        line-height:34pt;
        padding-top: 0px !important;
    }
    .title-banner-bottom{
        font-size: 20px;
        line-height: 30pt;
    }
    .breadcrumb-top{
        padding: 80px !important;
    }
    .text-breadcrumb{
        margin-top: 10px;
    }
}

.konsul-collapse{
    /* margin-left:35px; */
    border-radius: 20px;
    background-color: #FAF9FF;
    padding: 10px 20px;
    margin-bottom: 10px;
    /* border-bottom: #3F4079 solid; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sender{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height:20px;
}

.date-sender{
    font-size: 14px;
    margin-top: 0px; 
    margin-bottom: 0px; 
    line-height: 2px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.main-menu nav ul li a {
    color: #000;
    font-weight: 400;
}

body{
    background-color: #F6F8FC;
    /* background-color: #EDEDED; */
}

.breadcrumb{
    margin-top: 20px;
}

.breadcrumb-item.active{
    color: black !important;
}

a:hover{
    color: #2F3480 !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #868e96;
    content: ">";
}

.checkout-area{
    min-height: 500px;
}

.breadcrumb {
    font-size: 14px;
}

.card-accordion{
    margin-top: 20px;
    border: 0px;
}

.card-accordion-header{
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 20px !important;
}

.btn-accordion{
    font-weight: 700 !important;
    text-decoration: none !important;
    text-transform: capitalize;
    color: #555bb4;
    white-space: normal;
}

.btn-accordion::after{
    content: "\276F";
    transform: rotate(90deg);
    color: #555bb4;
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 25px;
}

.card-body-accordion{
    text-align: justify;
}

.card-pr{
    /* border: 1px solid #555bb4; */
    /* border-radius: 20px; */
}

.header-bottom{
    /* box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.10); */
}

@media (min-width:1200px){
    .container{
        padding: 0px !important;
    }
}

.card{
    border: 0px !important;
    border-radius: 20px !important;
}