


* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 1;
}

img {
    max-width: 100%;
}

h1, h2 {
    color: #fff;
    font-weight: 600;
    font-size: 50px;
    line-height: 56px;
    font-family: 'Raleway', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
}


header .container {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}

header .right-box {
    color: #5f6671;
    margin-top: 13px;
}

    header .right-box a {
        color: #5f6671;
        font-size: 16px;
        line-height: 20px;
    }

        header .right-box a:hover {
            color: #7c4dff;
            text-decoration: none;
        }

        header .right-box a .fa {
            font-size: 20px;
            line-height: 26px;
            margin-right: 3px;
        }



.banner h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.banner h5 {
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    color: #6eccef;
}

.banner p {
    font-weight: 900;
    font-size: 23px;
    line-height: 35px;
    color: #6eccef;
}

.banner {
    background: url('../../Images/InitailPage/banner.jpg')no-repeat center bottom/cover;
}

.layer {
    background-color: rgba(8, 8, 8, 0.53) !important;
    padding: 65px 0;
}
.display-none {
display:none;
}
.management-section {
    margin: -50px 0 50px;
}

    .management-section .common-box {
        width: 265px;
        float: left;
        margin-right: 1.2%;
        display: list-item;
        list-style: none;
    }

        .management-section .common-box:last-child {
            margin-right: 0;
        }

    .management-section .management-detail .title-box h3 {
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        color: #fff;
        display: block;
        padding: 15px 10px;
        margin: 0;
    }

    .management-section .management-detail .column-1 .title-box {
        background: #7c4dff;
    }

    .management-section .management-detail .column-2 .title-box {
        background: #3d5afe;
    }

    .management-section .management-detail .column-3 .title-box {
        background: #009688;
    }

    .management-section .management-detail .column-4 .title-box {
        background: #e65100;
    }

    .management-section .management-detail .column-5 .title-box {
        background: #f39c12;
    }

    .management-section .management-detail .img-box {
        overflow: hidden;
        position: relative;
    }

.common-detail-box {
    height: 567px;
}

.management-section .management-detail .img-box img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.management-section .management-detail .img-box .icon-img {
    zoom: 62%;
    -moz-transform: scale(0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 63px;
    margin: auto;
}

@-moz-document url-prefix() {
    .management-section .management-detail .img-box .icon-img {
        -moz-transform: scale(0.6);
        position: absolute;
        left: 0;
        right: 0;
        top: 23px;
        margin: auto;
    }
}

.management-section .management-detail .detail p {
    font-size: 14px;
    line-height: 25px;
    color: #222222;
}

.management-section .management-detail .detail {
    padding: 25px 10px 20px;
    display: block;
    text-align: left;
    height: 255px;
}

.management-section .management-detail .detail-box:hover .img-box img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    filter: blur(1px);
    -webkit-filter: blur(1px);
}

.management-section .management-detail .detail-box:hover .icon-img img {
    transform: scale(1);
    filter: blur(0);
    -webkit-filter: blur(0);
}

.ul_details {
    list-style-type: disc;
    padding: 0px 10px;
}

    .ul_details li {
        font-size: 14px;
        line-height: 25px;
    }

/*.btn-select {
    bottom: 3px;
    width: 18%;
    position: absolute;
}*/

.management-section .management-detail .detail-box {
    box-shadow: 2px 2px 4px -2px #999;
    -webkit-box-shadow: 2px 2px 4px -2px #999;
    min-height: 470px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    cursor: pointer;
}

    .management-section .management-detail .detail-box:hover {
        box-shadow: 0 0 5px 0px #999;
        -webkit-box-shadow: 0 0 5px 0px #999;
    }


/*--------------------------- Inner Page CSS------------------- */
.banner-heading.inner-page-banner h2 {
    color: #9ac055;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 45px;
}

.banner-heading.inner-page-banner h3 {
    color: #9ac055;
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 55px;
    font-weight: 600;
}

.banner-heading.inner-page-banner h5 {
    font-size: 17px;
    line-height: 24px;
    color: #656565;
}

.back-btn {
    display: inline-block;
    margin-top: 15px;
    color: #5f6671;
    font-size: 16px;
    line-height: 20px;
}

    .back-btn:hover {
        color: #5f6671;
    }
    .customized-demo {
 background: none;
    border: 0;
    font-weight: bold;
    color: #337ab7;
    font-size: 18px;
    margin: 0px; 
    display: inline-block;
}
     .customized-demo:hover {
        text-decoration: underline;
    }
.next-btn {
    background: none;
    border: 0;
    margin-top: 15px;
    color: #5f6671;
    font-size: 16px;
    line-height: 20px;
}

    .next-btn:hover {
        text-decoration: underline;
    }

.post-detail-management .tab-detail .list-box li.heading-list {
    list-style: none;
    padding: 25px 0;
    background: #726f6f;
    text-align: center;
    border-bottom: 2px solid #25282e;
    color: #ffffff;
    width: 22%;
    margin-left: 0;
    position: relative;
}

.heading-Portfolio {
    background: #726f6f !important;
}

.heading-Project {
    background: #726f6f !important;
}

.heading-Resource {
    background: #726f6f !important;
}

.heading-ProjectTeam {
    background: #726f6f !important;
}

.img-detail-box {
    height: 141px;
    width: 265px;
}

.post-detail-management {
    margin-top: 10px;
}

    .post-detail-management .list-box li.heading-list h4 {
        font-size: 20px;
        line-height: 24px;
        color: #ffffff;
    }

    .post-detail-management .list-box li.heading-list .fa {
        font-size: 40px;
        line-height: 1;
    }

    .post-detail-management .list-box .active-content .detail-box-portfolio {
        /*background: #fff !important;
        color: #000 !important;*/
        background: #7c4dff !important;
        color: #fff !important;
    }

    .post-detail-management .list-box .active-content .detail-box-project {
        background: #3d5afe !important;
        color: #fff !important;
    }


    .post-detail-management .list-box .active-content .detail-box-resource {
        background: #009688 !important;
        color: #fff !important;
    }


    .post-detail-management .list-box .active-content .detail-box-projectteam {
        background: #e65100 !important;
        color: #fff !important;
    }




    .post-detail-management .list-box li.heading-list.active {
        background: #1d2025 !important;
        color: #fff !important;
    }

    .post-detail-management .list-box .detail-box {
        background: #726f6f !important;
        color: #fff !important;
    }

    .post-detail-management .list-box li.heading-list.active h4, .post-detail-management .list-box .active-content h4 {
        color: #fff;
    }

    .post-detail-management .tab-detail .list-box li {
        float: left;
        list-style: outside none none;
        padding-left: 20px;
        width: 15%;
        min-height: 165px;
    }

    .post-detail-management .list-box li.heading-list.active {
        border-bottom: 3px solid #fff;
    }


    .post-detail-management .list-box li.heading-Portfolio.active {
        background: #7c4dff !important;
        color: #fff !important;
    }

    .post-detail-management .list-box li.heading-Project.active {
        background: #3d5afe !important;
        color: #fff !important;
    }

    .post-detail-management .list-box li.heading-Resource.active {
        background: #009688 !important;
        color: #fff !important;
    }

    .post-detail-management .list-box li.heading-ProjectTeam.active {
        background: #e65100 !important;
        color: #fff !important;
    }


    .post-detail-management .tab-detail .list-box {
        margin: 0;
        padding: 0;
    }

        .post-detail-management .tab-detail .list-box li .fa {
            font-size: 40px;
            line-height: 1;
        }

        .post-detail-management .tab-detail .list-box li .image-icon {
            width: 66px;
            height: 40px;
            display: inline-block;
        }

            .post-detail-management .tab-detail .list-box li .image-icon img {
                max-width: 100%;
                max-height: 100%;
            }



        .post-detail-management .tab-detail .list-box li .detail-box h4 {
            font-size: 20px;
            line-height: 24px;
            font-size: 14px;
            line-height: 18px;
            display: block;
            margin: 0px 0 0;
            color: #fff;
            display: table-cell;
            vertical-align: middle;
        }

        .post-detail-management .tab-detail .list-box li.heading-list {
            overflow: hidden;
        }

            .post-detail-management .tab-detail .list-box li.heading-list .detail {
                position: absolute;
                left: -100%;
                bottom: 0%;
                width: 100%;
                height: 100%;
                opacity: 0;
                z-index: -1;
                background: #000;
                transition: all 0.3s;
                -webkit-transition: all 0.3s;
                -ms-transition: all 0.3s;
                -o-transition: all 0.3s;
                min-height: 165px;
                display: table;
            }

                .post-detail-management .tab-detail .list-box li.heading-list .detail p {
                    vertical-align: middle;
                    display: table-cell;
                }

            .post-detail-management .tab-detail .list-box li.heading-list.active:hover .detail {
                opacity: 0;
                z-index: -99;
                left: -100%;
            }

            .post-detail-management .tab-detail .list-box li.heading-list .detail p {
                color: #fff;
                font-size: 13px;
                line-height: 20px;
            }

            .post-detail-management .tab-detail .list-box li.heading-list:hover .detail {
                opacity: 1;
                z-index: 99;
                left: 0;
            }

    .post-detail-management .list-box li .detail-box {
        box-shadow: 2px 2px 5px -2px #888;
        -webkit-box-shadow: 2px 2px 5px -2px #888;
        position: relative;
        padding: 22px 0 0;
        overflow: hidden;
        /*background:rgba(0, 0, 0, 0.4);*/
    }

        .post-detail-management .list-box li .detail-box .detail {
            background: #726f6f none repeat scroll 0 0;
            color: #fff;
            height: 165px;
            right: 0%;
            padding: 10px;
            position: absolute;
            top: 100%;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            width: 100%;
            opacity: 0;
            z-index: -1;
            overflow: auto;
        }

    .post-detail-management .list-box li:hover {
        cursor: pointer;
    }


    .post-detail-management .list-box li .detail-box .detail p {
        color: #fff;
        font-size: 12px;
        line-height: 18px;
    }

    .post-detail-management .list-box li .detail-box:hover .detail {
        opacity: 1;
        z-index: 99;
        top: 0;
        z-index: 99;
    }

    .post-detail-management .list-box.active-list-box li {
        background: #1290ba;
        color: #fff;
    }

    .post-detail-management .tab-detail .list-box li .heading {
        padding: 0px 5px;
        background: #999;
        margin-top: 40px;
        height: 60px;
        display: table;
        width: 100%;
        color: #fff;
    }

    .post-detail-management .tab-detail .list-box li.active-content .heading {
        background: #d9d9d9;
    }

        .post-detail-management .tab-detail .list-box li.active-content .heading h4 {
            color: #000;
        }

    .post-detail-management .list-box li.active-content .detail-box .detail {
        background: #1d2025 none repeat scroll 0 0;
    }
    /*
.post-detail-management  .list-box.active-list-box li .detail-box,.post-detail-management .list-box .active-content .detail-box{ box-shadow: none; }
.post-detail-management  .list-box.active-list-box li .heading,.post-detail-management .list-box .active-content .detail-box .heading{background: none;}
.post-detail-management  .list-box.active-list-box li .heading h4,.post-detail-management .list-box .active-content .detail-box .heading h4{color: #fff;}
    */
    .post-detail-management .tab-detail {
        border: 1px solid #ccc;
        display: inline-block;
    }

    .post-detail-management .custom-btn {
        padding: 10px 15px;
        background: #1290ba;
        color: #fff;
        margin: 20px 0;
        font-size: 16x;
        line-height: 20px;
        box-shadow: -1px 5px 5px 0px #c4c4c4;
        -webkit-box-shadow: -1px 5px 5px 0px #c4c4c4;
    }

        .post-detail-management .custom-btn:hover {
            background: #07a1d4;
        }
/*
.post-detail-management  .list-box.active-list-box .detail-box:hover .detail,.post-detail-management .list-box .active-content .detail-box:hover .detail { opacity: 0; z-index: -1; }
 */
.main-container {
    overflow: hidden;
}



/*--------------Inner Video Page CSS----------------------------- */
.video-content-box {
    margin-top: 20px;
}

    .video-content-box .tab-list li {
        display: inline-block;
        margin-right: 10px;
    }

        .video-content-box .tab-list li a {
            margin: 0;
        }
    /*.video-content-box .tab-list li.active a,.video-content-box .tab-list li a:hover{background: #1290b9; color: #fff;}*/
    .video-content-box h2 {
        color: #1290b9;
        font-size: 26px;
        line-height: 32px;
        margin: -25px 0 0;
    }

    .video-content-box .content-box h4 {
        color: #58708c;
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 10px;
    }

    .video-content-box .content-box p {
        color: #95a2b3;
        font-size: 16px;
        line-height: 26px;
    }

    .video-content-box .content-box .bottom-btn {
        margin: 25px -15px;
    }

        .video-content-box .content-box .bottom-btn .custom-btn {
            margin: -10px 0 0;
        }

    .video-content-box iframe {
        margin-right: 15px;
        padding-right: 15px;
        width: 57%;
        margin-bottom: 15px;
    }

    .video-content-box .content-box {
        margin-top: 0px;
    }

.custom-btn {
    background: #1290ba none repeat scroll 0 0;
    box-shadow: -1px 5px 5px 0 #c4c4c4;
    color: #fff;
    line-height: 20px;
    margin: 20px 0;
    padding: 10px 15px;
}

    .custom-btn:hover {
        background: #07a1d4;
        color: #fff;
    }

.modal-header .modal-title {
    color: #1290b9;
}

.read-more {
    display: block;
    margin: -5px 0 15px;
    color: #1292b9;
    text-decoration: underline;
}

    .read-more:hover {
        color: #14acda;
        text-decoration: none;
    }

.modal-box-container .modal-dialog {
    left: auto !important;
}

.error-box p {
    color: #f00;
    position: relative;
    top: 20px;
}

.input-validation-error {
    border: 1px solid #f00;
    box-shadow: 0 0 3px #f00;
    -webkit-box-shadow: 0 0 3px #f00;
}

.error-text.field-validation-error {
    position: absolute;
    right: 20px;
    top: -17px;
    font-size: 11px;
    line-height: 1;
    color: #f00;
}

.inner-page-banner .top-right-btn .custom-btn {
    margin: 0;
}

.modal-box-container .modal-dialog .form-control {
    margin-bottom: 10px;
}

.modal-box-container .modal-dialog .modal-body {
    margin-top: 1px;
}

.video-content-box .content-box .description-title h3 {
    margin: 0 0 10px;
    font-weight: 600;
    color: #9ac055;
}

.video-content-box .content-box .heading-list-item {
    position: relative;
    left: 10px;
}

.video-content-box .post-detail-management {
    width: 55.8%;
    margin: 5px 30px 0 0;
    float: left;
    margin-bottom: 5px;
}

    .video-content-box .post-detail-management .list-box li .detail-box {
        min-height: 170px;
    }

        .video-content-box .post-detail-management .list-box li .detail-box:hover .detail {
            opacity: 0;
            top: 100%;
            z-index: -99;
        }

    .video-content-box .post-detail-management .tab-detail .list-box li.heading-list {
        padding: 25px 2px 0;
    }

    .video-content-box .post-detail-management .tab-detail .list-box li .heading {
        margin-top: 5px;
    }

    .video-content-box .post-detail-management .list-box li .detail-box {
        min-height: 111px;
    }

    .video-content-box .post-detail-management .list-box li.heading-list h4 {
        font-size: 14px;
        line-height: 18px;
    }

    .video-content-box .post-detail-management .tab-detail .list-box li {
        min-height: 120px;
    }

        .video-content-box .post-detail-management .tab-detail .list-box li .detail-box h4 {
            font-size: 11px;
            line-height: 15px;
        }

        .video-content-box .post-detail-management .tab-detail .list-box li .fa {
            font-size: 20px;
            line-height: 24px;
        }

    .video-content-box .post-detail-management .tab-detail .list-box li {
        padding-left: 5px;
        width: 16.4%;
    }

    .video-content-box .post-detail-management .tab-detail {
        position: relative;
        z-index: 999;
        cursor: pointer;
    }



/*-------------------Live Demo  Question Page CSS------------------------------ */

.question-text-label {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.question-page-banner h3 {
    color: #1290ba;
    font-weight: 600;
}

.question-page-container {
    padding: 10px 0 50px;
}

    .question-page-container p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .question-page-container h3 {
        color: #1290ba;
        font-weight: 600;
    }

    .question-page-container h4 {
        color: #5b6e8b;
        font-weight: 600;
    }

    .question-page-container .common-row .question-page-list {
        padding-left: 0;
        margin: 0 -15px;
    }

        .question-page-container .common-row .question-page-list li {
            list-style-image: none;
            list-style: none;
        }

    .question-page-container .common-row .form-control {
        height: 50px;
        border: 1px solid #fff;
        background: #f5f8f9;
        font-weight: 500;
    }

        .question-page-container .common-row .form-control:focus {
            border-color: #47a0c3;
            color: #47a0c3;
        }

            .question-page-container .common-row .form-control:focus::-webkit-input-placeholder {
                color: #47a0c3;
            }

            .question-page-container .common-row .form-control:focus:-moz-placeholder { /* Firefox 18- */
                color: #47a0c3;
            }

            .question-page-container .common-row .form-control:focus::-moz-placeholder { /* Firefox 19+ */
                color: #47a0c3;
            }

            .question-page-container .common-row .form-control:focus:-ms-input-placeholder {
                color: #47a0c3;
            }



/*------------------------------ Button css------------------------ */
.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: inline-block;
    margin: 20px 0;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    /* border: 2px solid #12ba7d;*/ border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 45px;
        padding: 0;
        line-height: 45px;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 10px;
        background-color: #12ba7d;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 10px;
        background-color: #d2dee2;
        color: #707476;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 33px;
    height: 33px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 45px;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.question-page-container .common-row .table-striped > tbody > tr:nth-of-type(n+1) {
    background: #f3f6f8;
}

.question-page-container .common-row .table-striped > tbody > tr:nth-of-type(2n+1) {
    background: #fff;
}

.question-page-container .common-row .table thead {
    background: #f3f6f8;
}

    .question-page-container .common-row .table thead th {
        color: #88bfe3;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
    }

.question-page-container .common-row .table tr td {
    color: #96a2b5;
    font-weight: 600;
    font-size: 18px;
    min-width: 154px;
}

    .question-page-container .common-row .table tr td.normal-font {
        font-weight: 400;
    }

.question-page-container .common-row .project-management-list li {
    list-style: none;
}

    .question-page-container .common-row .project-management-list li p {
        display: inline-block;
        position: relative;
        top: -15px;
        margin-left: 10px;
    }

.question-page-container .common-row .checkbox-inline input {
    top: -3px;
}

.question-page-container .common-row .custom-form-box .form-control {
    width: 250px;
}

.question-page-container .common-row .check-box-inline-box {
    margin-bottom: 20px;
}

.question-page-container .common-row .input-group .form-control {
    width: 100%;
    border: 1px solid #ccc;
    margin: 0;
}

.question-page-container .common-row .input-group {
    width: 100%;
    margin-bottom: 20px;
}

.question-page-container .common-row .input-group-addon:first-child {
    border-right: 0 none;
    color: #808a9b;
    font-weight: 700;
}

.question-page-container .common-row .custom-btn {
    padding: 10px 40px;
}


/*------------------------------------ 17th may css-------------------------- */
.question-page-container .common-row .table .form-control {
    width: 100%;
    margin-bottom: 0;
    border: 0;
}

.question-page-container .common-row .table .form-group {
    margin-bottom: 0;
}

.question-page-container .common-row td.padding-zero {
    padding: 0;
}


/* ------------------------  Responsive CSS---------------------*/
@media only screen and (max-width: 1169px) {
    .management-section .management-detail .detail {
        padding: 25px 20px 20px;
    }

    .management-section .management-detail .detail-box {
        min-height: 545px;
    }

    /*-------------------- New css------------------- */
    .post-detail-management .tab-detail .list-box li.heading-list {
        padding: 26px 0;
    }

    .post-detail-management .tab-detail .list-box li {
        padding-left: 11px;
        min-height: 170px;
    }


    /*-------------------Video Page CSS-------------- */

    .video-content-box .tab-list li {
        margin-right: 5px;
    }

        .video-content-box .tab-list li a {
            padding: 14px 8px;
            font-size: 15px;
            line-height: 19px;
        }

    /*--------------Question Page CSS------------------- */
    .question-page-container .common-row .checkbox-inline {
        margin-bottom: 20px;
        margin-left: 0;
        padding-left: 25px;
    }
}

@media only screen and (max-width:1200px) {
    .management-section .common-box {
        width: 226px;
    }

    .common-detail-box {
        height: 545px;
    }

    .management-section .management-detail .title-box h3 {
        font-size: 15px;
    }
}

@media only screen and (max-width:992px) {
    /*.management-section .common-box {
        width: 136px;
    }*/

    .management-section .management-detail .title-box h3 {
        font-size: 14px;
        line-height: 18px;
        padding: 5px 10px;
    }
    /*.management-section .management-detail .img-box .icon-img {top: 18px; width: 50px;}*/
    .management-section .management-detail .detail {
        padding: 25px 5px 20px;
    }

    .management-section .management-detail .detail-box {
        min-height: 442px;
    }

    .banner {
        padding: 130px 0;
    }

    h1, h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .post-detail-management .tab-detail .list-box li .detail-box h4 {
        font-size: 12px;
        line-height: 16px;
    }

    /*-------------------Video Page CSS-------------- */
    .video-content-box .tab-list li a {
        font-size: 12px;
        line-height: 19px;
        padding: 14px 4px;
    }


    /*--------------Question Page CSS------------------- */
    .question-page-container .common-row .question-page-list li {
        margin-bottom: 10px;
        min-height: 170px;
    }

    .question-page-container .common-row.row-2 li {
        min-height: 100px;
    }
}

@media only screen and (max-width:767px) {
    .ul_details {
        list-style-type: disc;
        padding: 0px 20px;
    }

    .btn-select {
        bottom: inherit;
        width: 40%;
        position: absolute;
    }

    .management-section .management-detail .img-box .icon-img {
        top: 75px;
        width: 50px;
    }

    @-moz-document url-prefix() {
        .management-section .management-detail .img-box .icon-img {
            top: 37px;
        }
    }

    .management-section .management-detail .title-box h3 {
        padding: 10px;
    }

    header {
        text-align: center;
    }

    h1, h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .banner h5 {
        font-size: 22px;
        line-height: 28px;
    }

    .management-section {
        margin: 30px 0 30px;
    }

        .management-section .management-detail .img-box img {
            width: 100%;
        }

        .management-section .management-detail .common-box {
            float: left;
            margin: 0 0 20px;
            width: 50%;
        }

        .management-section .management-detail .detail-box {
            min-height: 400px;
        }

    header .right-box {
        width: 100%;
    }

    /*-------------------- New css------------------- */
    .post-detail-management .tab-detail .list-box li.heading-list {
        width: 100%;
    }

    .post-detail-management .tab-detail .list-box li {
        padding-left: 11px;
        width: 49%;
        margin-bottom: 5px;
        margin-left: 1%;
    }



    /*-------------------Video Page CSS-------------- */
    .video-content-box .tab-list li {
        display: block;
        margin-bottom: 10px;
    }

        .video-content-box .tab-list li a {
            display: block;
        }

    .video-content-box h2 {
        margin: 0;
    }

    .video-content-heading .row {
        margin: 0;
    }

    .video-content-box iframe {
        height: 225px;
        width: 100%;
    }

    .video-content-box .tab-list li a {
        padding: 14px 15px;
    }

    .video-content-box h2 {
        font-size: 23px;
        line-height: 28px;
    }

    .ytp-title-link, .ytp-title-channel-name {
        margin-top: -10px;
    }

    .banner-heading.inner-page-banner h2 {
        font-size: 31px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .video-content-box {
        margin-top: 25px;
    }
    /*--------------Question Page CSS------------------- */

    .question-page-container .common-row .form-control {
        width: 100%;
    }

    .question-page-container .common-row .custom-form-box .form-control {
        width: 100%;
    }

    .question-page-container .common-row .question-page-list li {
        min-height: auto;
    }
}



@media only screen and (max-width:479px) {
    .management-section .management-detail .common-box {
        margin: 0 0 20px;
        width: 100%;
    }
}

.container.body-content {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}
