/* Responsive
--------------- */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .header-left .logo img {
        max-width: 120px;
    }

    .sidebar-nav .menu-section ul li {
        margin: 0 20px;
    }

        .sidebar-nav .menu-section ul li a {
            font-size: 16px;
        }

    .main-content header .header-right .global-language {
        min-width: 120px;
    }
}


@media screen and (max-width: 991px) {
   
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .main-content .sep-section.prescreening > .row > div:first-child,
    .form-complaint-sec {
        order: initial;
    }
    header .mob-head {
        padding: 0px 25px;
    }
    .charge-checkbox-form-sec .form-check-inline {
        width: 33%;
    }
    .genetic_information_sec {
        width: 50% !important;
    }
}
@media screen and (max-width: 992px) {
    header .mob-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        header .mob-head .logo img {
            max-width: 100px;
        }

    .main-content header {
        padding: 15px 0px;
    }

    .header-left .logo img {
        max-width: 80px;
    }

    .main-content header .header-align {
        position: fixed;
        top: 0;
        left: -270px;
        width: 270px;
        bottom: 0;
        background-color: var(--color3);
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 15px;
        z-index: 9;
        transition: 0.3s linear;
    }

    .prelogin .main-content header .header-align {
        position: initial;
        flex-direction: initial;
        background-color: transparent;
        width: auto;
    }

    .prelogin .main-content header {
        padding: 0px;
    }

    .main-content header .header-align .logo {
        margin: 0 0 20px;
    }

    .sidebar-nav {
        width: 100%;
    }

    .sidebar-nav .menu-section ul {
    display: block;
    }

    .sidebar-nav .menu-section ul li {
    margin: 0;
    }

    .sidebar-nav .menu-section ul li + li {
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    }
    .sidebar-nav .menu-section ul li a {
        font-size: 16px;
    }
    .main-content header .header-right {
        display: block;
        margin: 10px 0 0;
        padding: 15px 0 0;
        width: 100%;
        position: relative;
        border-top: 1px solid rgba(255,255,255,0.1);
    }
    .main-content header .header-right .global-language {
        min-width: 150px;
        width: 100px;
        margin: 0 0 15px;
    }
    .main-content header .header-right .global-language .form-select {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    }
    .main-content header .header-right .global-notify {
        margin: 0;
        position: absolute;
        top: 20px;
        display: inline-block;
        right: 20px;
    }
    .main-content header .header-right .profile {
        width: 100%;
        background-color: var(--color2);
        border-radius: 30px;
    }

    .main-content header .header-right .profile .dropdown-toggle::after {
        border: 0;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
        width: 14px;
        height: 14px;
        top: 16px;
        left: auto;
        right: 15px;
    }
    .main-content header .header-right .profile .dropdown-toggle {
        width: 100%;
        padding: 6px 29px 6px 17px;
    }
    .main-content header .header-right .profile .dropdown-toggle span.username {
        width: 45px;
        height: 35px;
    }
    .accordion-resource-body {
        max-height: none !important;
    }
    .main-content .residentportal .accordion .accordion-body .media {
        display: block;
    }
    .main-content .residentportal .accordion .accordion-body .media + .media {
        border-top: 1px solid rgba(112, 112, 112, 0.6);
    }
    .main-content .residentportal .accordion .accordion-header::after {
        top: 20px;
    }
    footer .copyright {
        flex-direction: column;
    }
    footer .copyright p {
        margin: 0 0 15px;
    }
    .main-content .form-section .form-item span {
        font-size: 14px;
        line-height: 20px;
    }
    .prescreen-instruct article {
        flex-direction: column;
    }

    .prescreen-instruct article .q-instr {
        margin: 0 0 15px !important;
        word-wrap: break-word;
    }
    .main-content .sep-section.prescreening .prescreen-instruct img.q-avatar, .main-content .first-section.prescreening-first img.q-avatar, .sec-formbtn-main .prescreen-instruct img.q-avatar {
        max-width: 50px;
        margin: 0;
    }

    /*.form-complaint-sec {
        order: 1;
        padding: 20px 30px 100px;
    }*/

    .sec-formbtn-main .form-btn .btn {
        min-width: 90px;
        font-size: 13px;
    }

    .main-content .sep-section.prescreening > .row > [class^="col-"],
    .main-content .sec-formbtn-main .sep-section > .row > [class^="col-"] {
        min-height: auto;
    }
    /*Newly added*/
    .main-content main .sep-section{
        margin-top: 10px !important;
    }
    .main-content header {
        min-height: 230px;
    }
    .btn-blue{
        padding: 12px 20px;
    }
    .main-content .residentportal .accordion.video-accordion .accordion-header{
        display: block;
    }
    .main-content .residentportal .accordion.video-accordion .accordion-header #video-btn {
    margin-top:20px;    
    }
    .main-content .residentportal .accordion .accordion-body .media .media-right{
        margin-top: 5px;
    }
    /*.prelogin .main-content .before-login {
        padding: 0px;
    }*/
    .prelogin .main-content .before-login .file-complaint h1 {
        font: 700 20px/27px 'proxima-nova';
        margin: 10px 0 20px;
    }
    .main-content main .home .welcome-section {
        margin: -150px 0 30px;
    }
    main-content .sep-section.prescreening .prescreen-instruct, .sec-formbtn-main .prescreen-instruct {
        padding: 20px;
    }

    element.style {
        background-color: transparent !important;
    }

    h1.pagehead-h1 {
        font: 500 25px/30px 'proxima-nova';
    }
    .q-avatarrev {
        margin-top: 0 !important;
        max-width: 70px;
    }
    .mtminus120 {
        margin-top: -145px !important;
    }
    .main-content .sep-section .form-section .inner-section{
        padding: 15px;
        margin-top: 5px;
    }
    .main-content main .sep-section{
        padding: 15px;
    }
    .notes-list .tab-pills{
        padding: 0px 0px 20px;
    }
 }

@media screen and (max-width: 767px ) {
    .welcome-section .col-sm-6 {
        width: 100% !important;
    }
    .main-content .sep-section .form-section .col, .main-content .sep-section .form-section .two-column .col {
        width: 100%;
        flex: 0 0 auto;
    }
    .main-content main .home .welcome-section {
        margin: -150px 0 10px;
    }
    .no-judicial-content {
        text-align: left !important;
        margin-bottom: 30px;
    }
    .q-avatarrev{
        margin-bottom: 10px;
    }
    main .video-modal .video-section video{
        height:auto !important;
    }
    .main-content .disclaimerpopup .modal-header, .main-content .disclaimerpopup .modal-content{
        min-width: auto !important;
    }
    .main-content .sep-section .complaint-type .complaintNo h2 {
        font: 600 20px/30px 'proxima-nova';
    }
    #privacytext {
        text-align: left;
    }
    .main-content .compliantpopup{
        padding: 15px;
    }
    .main-content .sep-section .complaint-type .complaintStatus .cs-right img {
        max-width:30px;
    }
    .main-content main .sep-section .previewdownload-btn {
        position: initial;
        margin: 0px auto 15px auto;
    }
    .previewhead-h2 {
        font-size: 22px !important;
    }
    .preview-section{
        margin:0px !important;
    }
    .preview-head {
        margin-bottom: 5px;
    }
    .notes-list .tab-pills .nav-pills .nav-item .nav-link {
        min-width: auto;
    }
    .main-content .sep-section .form-btn .btn, .main-content .first-section.prescreening-first .form-btn .btn, .sec-formbtn-main .form-btn .btn{
        min-width: 100px;
    }
    .previous-notes .col-5, .previous-notes .col-2{
        width: 100%;
    }
    .charge-checkbox-left, .charge-checkbox-right, .col-left, .col-right{
        width: 100%;
    }
    .card-body .row {
        display:block;
    }
    .col {
        width: 100%;
    }
    .card-body .f-left {
        width: 100%
    }
    .card-body .f-right{
        float:none;
    }
    .charge-checkbox-form-sec .form-check-inline{
        width:100%;
    }
    .charge-details {
        font-size: 13px;
    }
    .main-content .sep-section h2 {
        font: 700 17px/25px 'proxima-nova'
    }
    .genetic_information_sec{
        width:100%;
    }
    .main-content .disclaimerpopup .modal-body {
        padding: 40px 15px;
    }
    .note-noti {
        padding: 20px 20px 0px 20px;
    }
 }

@media screen and (min-width: 270px) and (max-width: 992px ) {

    .container, .container-md, .container-sm {
        max-width: 98% !important;
    }
    .btn-blue {
        padding: 12px 10px;
    }
}
@media screen and (max-width: 597px) {
    .form-group .row .col-sm-2 {
        width: 16.66666667%;
    }
    .form-group .row .col-sm-10 {
        width: 83.33333333%;
    }
}
    @media screen and (max-width: 570px) {
        .main-content .sep-section h2 {
            font: 700 17px/25px 'proxima-nova'
        }

        .naveda1 {
            font-size: 14px;
        }

        .prelogin .main-content .before-login {
            padding: 0px;
        }

        .main-content .residentportal .accordion .accordion-body .media .media-right {
            min-width: auto;
        }

        .main-content .custom-popup .modal-title {
            font: 700 17px/30px 'proxima-nova';
        }

        .main-content main .home .sep-section .media .media-left img {
            max-width: 70px;
            margin-right: 20px;
        }

        .main-content .sep-section.prescreening > .row > div:first-child {
            order: 2;
        }

        .form-complaint-sec {
            order: 1;
            padding: 20px 30px 100px;
        }

        .main-content .sep-section .form-btn .btn, .main-content .first-section.prescreening-first .form-btn .btn, .sec-formbtn-main .form-btn .btn {
            margin-right: 7px;
        }

        #submitWitness .col-6 {
            width: 100%;
        }

        #toaster {
            width: 350px !important;
        }

        .sec-formbtn-main .form-btn .btn {
            min-width: 70px !important;
        }

        .sec-formbtn-main .form-btn {
            left: 15px !important;
        }

        .main-content .compliantpopup .video-tag {
            position: relative !important;
            bottom: 8px !important;
            width: auto !important;
        }

        .main-content .compliantpopup video {
            position: relative !important;
        }

        .main-content .sep-section .form-section .form-group .fileuploadlabel span {
            overflow-wrap: anywhere;
            text-align: center;
        }

        .main-content .modal-body.form-section {
            padding: 30px 10px 0;
        }

        .note-noti article .head {
            display: block;
        }

        .main-content .sep-section .form-section .col, .main-content .sep-section .form-section .two-column .col {
            width: 100% !important;
        }

        .preview-heading {
            width: 84%;
        }

        .col-6 {
            width: 100%;
        }

        .tranreq .sec-formbtn-main .sep-section {
            padding: 15px 15px 115px 15px !important;
        }

        .main-content .tranreq .sep-section h2 {
            margin: 0 0 0px;
        }

        .tranreq .section-div + .section-div {
            padding-top: 15px;
            margin-top: 15px;
        }
    }

    @media screen and (min-width: 270px) and (max-width: 299px) {
        h1.pagehead-h1 {
            font: 500 17px/24px 'proxima-nova' !important;
        }

        #toaster {
            width: 250px !important;
        }

        .media-left {
            padding-bottom: 10px;
        }

        .main-content main .home .sep-section .media {
            display: block;
        }

        .prelogin .main-content .before-login .file-complaint h1 {
            font: 700 17px/22px 'proxima-nova';
            margin: 10px 0 20px;
        }

        .start-filinglabel {
            font-size: 15px !important;
        }

        .main-content .sep-section .complaint-type article {
            display: block !important;
        }

        .main-content .sep-section .complaint-type .complaintStatus {
            margin-top: 20px;
        }

        .notes-list .tab-pills .nav-pills .nav-item .nav-link {
            padding: 12px 10px;
        }

        .tab-pills .nav-pills {
            min-width: 233px;
        }
    }