@media screen and (min-width: 1000px) {
    .floating-block{
        width: 80%;
    }
    .btn-call-admin{
        bottom: 1rem;
        right: 20px;
    }
}

@media screen and (min-width: 1100px) {
    .floating-block{
        width: 70%;
    }
}

@media screen and (min-width: 1200px) {
    .btn-call-admin{
        bottom: 10px;
    }
}

@media screen and (min-width: 1400px) {

}

@media screen and (min-width: 1600px) {
    .bg-blue-gradient-two .right-shape{
        top: 4.5rem;
    }
}

@media screen and (min-width: 1700px) {

}

@media screen and (min-width: 1920px) {
    .bg-blue-gradient-two .right-shape{
        top: 5.5rem;
    }
}

@media (min-width: 360px) and (max-width: 992px) {
    .main {
        padding-bottom: 2rem;
    }

    .page{
        margin-top: -3rem;
    }
    .navbar-brand{
        width: 75px;
        height: 79px;
        background-size: contain;
    }
    .navbar-block{
        min-width: 100%;
        border-radius: 0;
    }
    .navbar-footer{
        border-radius: 0;
    }
    .bg-blue-gradient{
        background-image: url('../images/backgrounds/bg-blue-mobile.png');
        min-height: 650px;
    }

    .py-lg{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .title-md{
        font-size: 24px;
        line-height: 32px;
    }

    .title-lg{
        font-size: 26px;
    }
    .title-section{
        font-size: 24px;
        line-height: 32px;
    }

    .mb-sm-3{
        margin-bottom: 1rem!important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem!important;
    }

    .mb-sm-6 {
        margin-bottom: 4.5rem!important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem!important;
    }
    .row-x-flex-sm {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        justify-content: flex-start!important;
    }
    .w-sm-75{
        width: 75%!important;
    }
    .carousel-content h4{
        font-size: 20px;
        line-height: 28px;
    }
    .carousel-content p{
        font-size: 14px;
    }
    #home-carousel .carousel-control-block{
        bottom: 3rem;
    }
    #home-carousel .carousel-item{
        height: 500px;
    }
    
    .top-overlay,
    .right-overlay{
        display: none;
    }
    .left-overlay{
        background-image: url('../images/overlay-mobile.png');
        width: 100%;
        opacity: 20%;
    }
    .carousel-content{
        padding: 0 10px;
    }


    .bg-blue-gradient .top-shape,
    .bg-blue-gradient .bottom-shape{
        height: 49px;
        width: 160px;
    }
    .bg-blue-gradient .top-shape{
        background-image: url('../images/top-shape-mobile.png');
        top: -1rem;
    }

    .bg-blue-gradient .bottom-shape{
        background-image: url('../images/bottom-shape-mobile.png');
        bottom: 1rem;
    }

    .card-testimoni .card-item{
        width: 300px;
    }

    .section-about{
        margin-bottom: 3rem;
    }

    .quote-name{
        font-size: 17px;
    }
    .quote{
        color: var(--secondary-90, #121212);
        text-align: justify;
        font-size: 16px;
        line-height: 24px; /* 150% */
    }
    .bg-blue-gradient-two{
        background-image: url('../images/backgrounds/bg-blue-two-mobile.png');
        padding: 1rem 0 0 0;
    }
    .bg-blue-gradient-two .left-shape,
    .bg-blue-gradient-two .right-shape{
        width: 160px;
        height: 49px;
    }
    .bg-blue-gradient-two .left-shape{
        top: -15px;
    }
    .bg-blue-gradient-two .right-shape{
        top: .3rem
    }
    .bg-blue-gradient-two .center-block{
        top: 1rem;
    }
    .join-us .title{
        font-size: 24px;
    }
    .join-us .subtitle{
        font-size: 14px;
    }
    .btn-join{
        width: 96px;
        height: 96px;
        font-size: 11px;
        padding: 0 4px;
        line-height: 15px;
    }
    .menu-footer{
        padding: 0;
        margin: 0;
    }
    .menu-footer li a{
        color: var(--secondary-05, #FFF);
        font-family: Trebuchet MS;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px; /* 150% */
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer-sosmed{
        padding-bottom: 2.5rem!important;
        padding-bottom: 2.5rem!important;
    }
    .other-menu{
        display: flex;
        justify-content: space-between;
    }
    .floating-block{
        width: 95%;
        padding: 3px;
    }
    .fs-sm-12px{
        font-size: 12px!important;
    }
    .lh-sm-18{
        line-height: 18px!important;
    }
    .w-sm-50{
        width: 50%!important;
    }
    .bl-1{
        border: none;
    }
    .btn-call-admin{
        bottom: 6rem;
        right: 0;
    }
    .btn-close-floating{
        top: -1.8rem;
        right: -0.5rem;
    }
    .content-full{
        padding: 1.5rem 0!important;
    }
    .card-other-content, .card-share{
        padding: 0;
    }
    .card-share .card-body a img{
        width: 15px;
        height: 15px;
    }
    .card-share .card-body a{
        font-size: 12px;
    }
    .footer-page .right-shape{
        top:-0.3rem!important;
    }
    .title-bold{
        font-size: 24px;
        line-height: 32px;
    }
    .title-with-border{
        font-size: 16px;
    }
    .page-header .title-sm{
        font-size: 16px;
    }
    .breadcrumb li a{
        font-size: 11px;
    }
    .page-header .date, .page-header .total_read{
        font-size: 12px;
    }
    .page-header .title{
        font-size: 32px;
    }
    .page-header .description{
        font-size: 16px;
    }
    .card-default .card-item .title{
        font-size: 16px;
    }
    .btn{
        font-size: 16px;
    }

    .card-file .icon{
        width: 40px;
        height: 45px;
        padding: 8px 5px;
    }
    .card-file .icon img{
        width: 28px;
        height: 28px;   
    }
    .card-file img{
        margin: 0!important;
    }
    .card-file .btn{
        border-radius: 50%;
        padding: 5px 5px;
    }
    .card-location{
        display: block;
    }
    .btn-virtual{
        font-size: 10px;
        padding: 5px 10px;
        width: 110px;
    }
}
