/*// Extra small devices (portrait phones, less than 576px)*/
/*// No media query for `xs` since this is the default in Bootstrap*/



/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .bg-sm-light {
        background: #F6F6F6;
    }

    .border-sm {
        border: 1px solid #dee2e6;
    }

    .content-size-1 {
        max-width: 600px;
        margin: 0 auto;
        width: 100%;
    }

    .content-size-2 {
        max-width: 700px;
        margin: 0 auto;
        width: 100%;
    }

    .content-size-1 .content-inner {
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
    }

    .content-size-2 .content-inner {
        max-width: 467px;
        width: 100%;
        margin: 0 auto;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}


/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

    .h4,
    h4 {
        font-size: 1.2rem;
    }

    .navbar>.container,
    .navbar>.container-fluid {
        position: relative;
        justify-content: center;
    }

    .navbar .nav-item {
        display: none;
    }
    .navbar .nav-item:last-child {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        line-height: 40px;
        opacity: 0.85;
        font-size: 12px;
    }
    .navbar .nav-item.is-user-login:last-child {
        display: none;
    }
    .navbar .nav-item:last-child .nav-link {
        padding: 0;
    }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin: 0;
    }

    .navbar>.container .navbar-brand img,
    .navbar>.container-fluid .navbar-brand img {
        width: 80px;
    }

    main {
        margin-top: 38px;
        padding-top: 23px;
        padding-bottom: 23px;
    }

    .font-16,
    .font-18 {
        font-size: 14px;
    }

    .font-xs-12 {
        font-size: 12px;
    }

    .question-icon {
        padding-right: 0px;
    }

    .font-xs-16 {
        font-size: 16px;
    }

    h3 {
        font-size: 18px;
    }

    .text-xs-left {
        text-align: left !important;
    }


    .group-input-01 li.w-25 {
        /*width: calc(33% - 6px) !important;*/
        width: calc(50% - 8px) !important;
    }

    .btn-size-1 {
        max-width: 100%;
    }

    .group-input-01.child-xs-full li {
        width: calc(100% - 8px) !important;
        margin-bottom: 10px;
    }

    h3.heading-ttl {
        font-size: 16px;
        margin-bottom: 0.8em;
    }

    h3.heading-ttl:before {
        height: 20px;
        top: 0px;
    }

    .profile-system {
        margin-left: -15px;
        margin-right: -15px;
        border-top: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
        border-radius: 0px !important;
    }
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {}

/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .container-fluid {
        max-width: 1420px;
    }
}


@media (max-width: 375px) {
    .btn-size-1 {
        max-width: 100%;
    }
}

@media (max-width: 320px) {
    .group-input-01 li.w-25 {
        width: calc(50% - 6px) !important;
    }
}