div.csCommentsSection {
    float: left;
    width: 100%;
    display: block;
    border: 1px solid #d5d5d5;
    box-sizing: border-box
}

    div.csCommentsSection div.mediaChooser {
        float: left;
        width: 100%
    }

        div.csCommentsSection div.mediaChooser ul {
            float: left;
            width: 100%;
            margin: 0 0 10px;
            padding: 10px 0;
            border-bottom: 1px #ccc solid
        }

            div.csCommentsSection div.mediaChooser ul li {
                border-right: 1px solid #ccc;
                color: #2f2f2f;
                float: left;
                font-size: 20px;
                height: 31px;
                list-style: none;
                margin-left: 30px;
                margin-right: 0;
                padding-left: 30px;
                padding-right: 30px;
                position: relative;
                width: auto
            }

                div.csCommentsSection div.mediaChooser ul li b {
                    margin-left: 10px;
                    font-weight: 400;
                    position: relative;
                    top: 0
                }

                div.csCommentsSection div.mediaChooser ul li:hover {
                    color: #83c928;
                    cursor: pointer
                }

                div.csCommentsSection div.mediaChooser ul li span.spMdiaChooser {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 30px;
                    height: 30px
                }

                div.csCommentsSection div.mediaChooser ul li.active b, div.csCommentsSection div.mediaChooser ul li:hover b {
                    color: #83c928
                }

                div.csCommentsSection div.mediaChooser ul li.text span {
                    background: url(/UserEnd/images/ic_write_text_black.png) 0 center no-repeat
                }

                div.csCommentsSection div.mediaChooser ul li.text.active span, div.csCommentsSection div.mediaChooser ul li.text:hover span {
                    background: url(/UserEnd/images/ic_write_text_green.png) 0 center no-repeat;
                    color: #83c928
                }

                div.csCommentsSection div.mediaChooser ul li.image span {
                    background: url(/UserEnd/images/ic_choose_images_black.png) 0 center no-repeat
                }

                div.csCommentsSection div.mediaChooser ul li.image.active span, div.csCommentsSection div.mediaChooser ul li.image:hover span {
                    background: url(/UserEnd/images/ic_choose_images_green.png) 0 center no-repeat
                }

                div.csCommentsSection div.mediaChooser ul li.video span {
                    background: url(/UserEnd/images/ic_choose_video_black.png) 0 center no-repeat
                }

                div.csCommentsSection div.mediaChooser ul li.video.active span, div.csCommentsSection div.mediaChooser ul li.video:hover span {
                    background: url(/UserEnd/images/ic_choose_video_green.png) 0 center no-repeat
                }

                div.csCommentsSection div.mediaChooser ul li.videolive span {
                    background: url(/UserEnd/images/live-video-recorder.png) 0 center no-repeat
                }

                div.csCommentsSection div.mediaChooser ul li.videolive.active span, div.csCommentsSection div.mediaChooser ul li.videolive:hover span {
                    background: url(/UserEnd/images/video-recording-green.png) 0 center no-repeat
                }

    div.csCommentsSection div.commentsAdder {
        float: left;
        padding: 10px 30px;
        width: 100% box-sizing: border-box
    }

        div.csCommentsSection div.commentsAdder div.boxTitle {
            float: left;
            width: 100%
        }

            div.csCommentsSection div.commentsAdder div.boxTitle h3 {
                float: left;
                width: 100%;
                color: #2f2f2f
            }

        div.csCommentsSection div.commentsAdder textarea {
            resize: none;
            border: 0;
            box-shadow: none;
            width: 100%;
            color: #2f2f2f;
            font-size: 20px
        }

    div.csCommentsSection div.commentsSectionTabsVise {
        float: left;
        width: 100%;
        margin: 10px 0;
        padding: 0 30px;
        box-sizing: border-box
    }

        div.csCommentsSection div.commentsSectionTabsVise div.box {
            box-sizing: border-box;
            margin: 0 -7px;
            clear: both
        }

            div.csCommentsSection div.commentsSectionTabsVise div.box div.halfBox {
                float: left;
                width: 50%;
                padding: 0 7px;
                box-sizing: border-box
            }

                div.csCommentsSection div.commentsSectionTabsVise div.box div.halfBox.full {
                    width: 100%
                }

        div.csCommentsSection div.commentsSectionTabsVise .form-control {
            float: left;
            width: 100%;
            padding: 0 0 15px;
            font-size: 16px;
            color: #2f2f2f;
            box-sizing: border-box;
            background: 0 0;
            border: 0;
            border-bottom: 1px #e5e5e5 solid;
            margin-bottom: 15px;
            box-shadow: none;
            outline: 0;
            border-radius: 0
        }

            div.csCommentsSection div.commentsSectionTabsVise .form-control.inputError {
                border-color: #f99;
                background: url(https://www.studyabroad.pk/UserEnd/images/ic_field_error.png) right center no-repeat;
                background-size: 18px 17px
            }

            div.csCommentsSection div.commentsSectionTabsVise .form-control:focus {
                border-color: #1e97d0;
                background: 0 0
            }

        div.csCommentsSection div.commentsSectionTabsVise textarea.form-control {
            resize: none
        }

    div.csCommentsSection .btn-post-commnent {
        border: 0;
        box-shadow: none;
        float: right;
        padding: 8px 20px;
        color: #fff;
        font-size: 18px;
        text-transform: capitalize;
        background: #83c928;
        border-radius: 3px;
        outline: 0;
        border-radius: 0
    }

        div.csCommentsSection .btn-post-commnent:hover {
            background: #6fb613;
            cursor: pointer
        }

    div.csCommentsSection div.captchaImage {
        background: url(images/bg-captcha.jpg) rgba(0,0,0,0);
        border: 1px solid #cacaca;
        box-sizing: border-box;
        color: rgba(0,0,0,.6);
        float: left;
        font-size: 22px;
        font-weight: 700;
        height: 38px;
        letter-spacing: 10px;
        margin-right: 15px;
        padding-top: 4px;
        text-align: center;
        width: 150px
    }

    div.csCommentsSection div.captchaValueBox {
        float: left;
        width: 185px
    }

    .fileUploadContainer, div.csCommentsSection div.VideolinkBox {
        width: 100%;
        margin-bottom: 15px;
        float: left
    }

    div.csCommentsSection div.captchaValueBox input.form-control {
        padding-top: 5px;
        padding-bottom: 10px
    }

.fileUploadContainer {
    overflow: hidden;
    position: relative
}

    .fileUploadContainer [type=file] {
        display: block;
        font-size: 999px;
        filter: alpha(opacity=0);
        min-height: 100%;
        min-width: 100%;
        opacity: 0;
        position: absolute;
        right: 0;
        text-align: right;
        top: 0;
        cursor: pointer
    }

.fileUploadContainer {
    background: #f8f8f8;
    border: 1px dashed #d5d5d5;
    border-radius: 0;
    color: #2f2f2f;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    text-transform: capitalize;
    box-sizing: border-box
}

    .fileUploadContainer:hover {
        color: #fff;
        background: #83c928;
        border-color: #83c928
    }

div.csCommentsSection div.VideolinkBox div.leftb {
    float: left;
    width: 30%;
    padding-right: 15px;
    box-sizing: border-box
}

div.csCommentsSection div.VideolinkBox div.rightb {
    float: left;
    width: 70%;
    box-sizing: border-box
}

div.csCommentsSection div.VideolinkBox .fileUploadContainer {
    margin-bottom: 0
}

div.csCommentsSection div.VideolinkBox input.form-control {
    margin: 11px 0 0;
    float: left;
    width: 100%
}

div.csCommentsSection div.commentsListingBox {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0 20px;
    background: #f5ffe8
}

    div.csCommentsSection div.commentsListingBox div.bottom {
        float: left;
        width: 100%;
        text-align: center
    }

    div.csCommentsSection div.commentsListingBox #loadmoreComments {
        display: inline-block;
        border: 0;
        box-shadow: none;
        cursor: pointer;
        padding: 8px 20px;
        color: #fff;
        font-size: 18px;
        text-transform: capitalize;
        background: #83c928;
        border-radius: 3px;
        border-radius: 0;
        margin: 30px 0
    }

        div.csCommentsSection div.commentsListingBox #loadmoreComments:hover {
            background: #6fb613
        }

    div.csCommentsSection div.commentsListingBox div.top {
        float: left;
        width: 100%;
        padding: 0 18px;
        box-sizing: border-box
    }

        div.csCommentsSection div.commentsListingBox div.top div.left, div.csCommentsSection div.commentsListingBox div.top div.right {
            float: left;
            width: 50%;
            box-sizing: border-box
        }

div.csCommentsSection div#refreshComment {
    float: right;
    width: 19px;
    cursor: pointer;
    height: 19px;
    background: url(images/CommentSystem/ic_refresh_comment.png) center center no-repeat
}

    div.csCommentsSection div#refreshComment:hover {
        background: url(images/CommentSystem/ic_refresh_comment_green.png) center center no-repeat
    }

div.csCommentsSection div.commentsListingBox div.top select {
    border: 0;
    background: 0 0;
    font-size: 16px;
    color: #000;
    box-shadow: none;
    outline: 0;
    padding: 0;
    width: auto;
    line-height: normal;
    height: auto;
    padding: 4px 10px 10px
}

    div.csCommentsSection div.commentsListingBox div.top select option {
        border: 1px solid #d5d5d5;
        background: #fff
    }

div.csCommentsSection div.commentsListingBox div.middle {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0
}

div.csCommentsSection div.commentsListingBox ul.commnetsLists {
    float: left;
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
    border: 0
}

    div.csCommentsSection div.commentsListingBox ul.commnetsLists li {
        float: left;
        width: 100%;
        list-style: none;
        height: auto;
        margin: 0;
        padding: 0;
        border: 0;
        cursor: auto
    }

div.csCommentsSection div.single-commnet {
    float: left;
    width: 100%;
    padding: 15px 30px;
    position: relative;
    box-sizing: border-box;
    min-height: 100px
}

    div.csCommentsSection div.single-commnet:hover {
        background: #e7f6d3
    }

    div.csCommentsSection div.single-commnet div.image {
        float: left;
        width: 53px;
        height: 53px;
        border-radius: 50%;
        margin-right: 20px;
        position: relative
    }

div.csCommentsSection li.admin div.single-commnet div.image:before {
    content: "line";
    position: absolute;
    background: url(https://csdata.ilmkidunya.com/icons/ic-admin-tick-white.png) center no-repeat #2196F3;
    width: 20px;
    height: 20px;
    text-indent: -999px;
    opacity: 1;
    z-index: 999;
    border-radius: 50%;
    padding: 2px;
    box-sizing: border-box;
    background-size: 14px;
    text-align: center;
    right: -5px;
    top: -6px
}

div.csCommentsSection li.admin div.single-commnet div.image:after {
    content: "verified account";
    background: #39f;
    border-radius: 3px;
    font-size: 12px;
    line-height: normal;
    width: 110px;
    position: absolute;
    color: #fff;
    text-align: center;
    padding: 3px 10px;
    box-sizing: border-box;
    z-index: 999;
    right: -125px;
    top: -5px;
    text-transform: capitalize;
    display: none
}

div.csCommentsSection li.admin div.single-commnet div.image:hover:after {
    display: block
}

div.csCommentsSection div.single-commnet div.image img {
    border-radius: 50%
}

div.csCommentsSection div.single-commnet div.desc {
    float: left;
    width: 90%
}

div.csCommentsSection li ul li div.single-commnet div.desc {
    width: 85%
}

div.csCommentsSection div.single-commnet div.desc h4 {
    float: left;
    width: 100%;
    margin: 0 0 5px;
    font-weight: 700;
    color: #000
}

    div.csCommentsSection div.single-commnet div.desc h4 span {
        font-size: 14px;
        font-weight: 400;
        height: auto;
        margin-left: 15px;
        opacity: .5;
        position: relative;
        width: auto
    }

div.csCommentsSection div.single-commnet div.desc p {
    font-size: 14px;
    color: #2f2f2f;
    opacity: .88;
    float: left;
    width: 100%;
    padding: 0;
    line-height: normal
}

div.csCommentsSection div.single-commnet div.reply {
    position: absolute;
    top: 40px;
    right: 30px;
    font-size: 16px;
    color: #000;
    display: none;
    text-transform: capitalize
}

    div.csCommentsSection div.single-commnet div.reply:hover span {
        color: #83c928;
        cursor: pointer
    }

div.csCommentsSection div.single-commnet:hover div.reply {
    display: block
}

    div.csCommentsSection div.single-commnet:hover div.reply span {
        position: relative;
        top: 0;
        margin: 0;
        height: auto;
        width: auto
    }

div.csCommentsSection div.single-commnet div.desc div.pWithImage {
    float: left;
    width: 100%;
    margin-top: 5px
}

    div.csCommentsSection div.single-commnet div.desc div.pWithImage a.cmntimage {
        width: 88px;
        height: 50px;
        float: left;
        overflow: hidden;
        margin-right: 10px
    }

        div.csCommentsSection div.single-commnet div.desc div.pWithImage a.cmntimage:hover {
            opacity: .8
        }

    div.csCommentsSection div.single-commnet div.desc div.pWithImage img {
        width: 100%;
        height: 100%
    }

    div.csCommentsSection div.single-commnet div.desc div.pWithImage p {
        float: left;
        width: 80%;
        margin-top: 0
    }

div.csCommentsSection div.single-commnet div.desc div.videoBoxCmnt {
    float: left;
    width: 280px;
    height: 158px;
    position: relative;
    overflow: hidden
}

    div.csCommentsSection div.single-commnet div.desc div.videoBoxCmnt img {
        width: 100%;
        height: 100%
    }

    div.csCommentsSection div.single-commnet div.desc div.videoBoxCmnt div.overlay {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

    div.csCommentsSection div.single-commnet div.desc div.videoBoxCmnt div.overlayContents {
        display: table;
        height: 100%;
        width: 100%
    }

    div.csCommentsSection div.single-commnet div.desc div.videoBoxCmnt div.textContent {
        display: table-cell;
        vertical-align: middle;
        text-align: center
    }

        div.csCommentsSection div.single-commnet div.desc div.videoBoxCmnt div.textContent a {
            display: block
        }

            div.csCommentsSection div.single-commnet div.desc div.videoBoxCmnt div.textContent a span {
                width: 42px;
                height: 49px;
                display: inline-block;
                background: url(images/CommentSystem/ic-video-play-black.png) center center no-repeat
            }

            div.csCommentsSection div.single-commnet div.desc div.videoBoxCmnt div.textContent a:hover span {
                background: url(images/CommentSystem/ic-video-play-green.png) center center no-repeat
            }

div.csCommentsSection div.single-commnet div.desc div.pWithVideo {
    float: left;
    width: 100%;
    margin-top: 5px
}

div.csCommentsSection div.videoDesc {
    float: left;
    width: 47%;
    margin-left: 15px
}

div.csCommentsSection div.single-commnet div.desc div.pWithVideo p {
    float: left;
    margin-top: 0;
    width: 100%
}

div.csCommentsSection div.single-commnet div.desc div.pWithVideo div.link {
    float: left;
    width: 100%
}

    div.csCommentsSection div.single-commnet div.desc div.pWithVideo div.link a {
        font-size: 14px;
        font-weight: 700;
        margin-top: 10px;
        color: #2f2f2f;
        text-decoration: underline;
        opacity: .88
    }

#csCommentsImageModel .close, #csCommentsSectionModal .close {
    font-weight: 700;
    right: -10px;
    line-height: 30px;
    font-size: 20px;
    text-align: center
}

div.csCommentsSection div.single-commnet div.desc div.pWithVideo div.link a:hover {
    opacity: 1;
    color: #83c928
}

div.csCommentsSection div.commentsListingBox ul.commnetsLists ul li {
    box-sizing: border-box;
    padding: 15px 55px
}

div.csCommentsSection div.commentsListingBox ul.commnetsLists ul div.single-commnet div.desc div.videoBoxCmnt {
    height: 130px;
    width: 230px
}

#csCommentsSectionModal {
    display: block;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.4)
}

    #csCommentsSectionModal .modal-content {
        margin: -70px auto auto;
        width: 60%
    }

        #csCommentsSectionModal .modal-content .modelinner {
            background-color: #fff;
            border: 1px solid #d5d5d5;
            padding: 20px 0;
            float: left;
            position: relative;
            width: 100%;
            border-radius: 3px;
            box-shadow: 0 0 8px rgba(000,000,000,.3)
        }

    #csCommentsSectionModal .close {
        color: #fff;
        float: right;
        background: #83c928;
        top: -15px;
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        opacity: 1
    }

        #csCommentsSectionModal .close:focus, #csCommentsSectionModal .close:hover {
            color: #fff;
            background: #6fb613;
            text-decoration: none;
            cursor: pointer;
            opacity: 1
        }

#csCommentsImageModel {
    display: block;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.4)
}

    #csCommentsImageModel .modal-content {
        margin: auto;
        width: 60%
    }

        #csCommentsImageModel .modal-content .modelinner {
            padding: 20px 0;
            float: left;
            position: relative;
            width: 100%;
            border-radius: 3px;
            box-shadow: 0 0 8px rgba(000,000,000,.3)
        }

    #csCommentsImageModel .close {
        color: #fff;
        float: right;
        background: #83c928;
        top: -15px;
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        opacity: 1
    }

        #csCommentsImageModel .close:focus, #csCommentsImageModel .close:hover {
            color: #fff;
            background: #6fb613;
            text-decoration: none;
            cursor: pointer;
            opacity: 1
        }

div.image img {
    border-radius: 10px
}

.ulchildcomment {
    border: none !important
}

.notallowedComment {
    cursor: not-allowed
}

.postchildspinner {
    text-align: center;
    padding-left: 100px;
    padding-top: 5px
}

.iframeWidth {
    width: 760px;
    height: 300px
}

.embededYoutubeVideo {
    float: right;
    padding-bottom: 20px
}

.errorfile {
    color: red
}

div.csCommentsSection ul.haschild {
    position: relative !important
}

    div.csCommentsSection ul.haschild:before {
        content: "";
        width: 2px !important;
        height: auto;
        position: absolute !important;
        background: #76a934;
        left: 53px;
        top: 0;
        bottom: 25px
    }

div.csCommentsSection div.commentsListingBox ul.commnetsLists li.hasUl div.single-commnet {
    background: rgba(131,201,40,.14)
}

div.csCommentsSection div.commentAction {
    float: left;
    width: 100%;
    position: relative
}

    div.csCommentsSection div.commentAction div.likeBx {
        float: left;
        width: 55px;
        padding-left: 25px;
        margin-right: 15px;
        font-size: 16px;
        background-position: 0 0;
        cursor: pointer;
        background: url(images/CommentSystem/comment-like-black.png) no-repeat left center
    }

        div.csCommentsSection div.commentAction div.likeBx span {
            position: relative;
            top: 2px
        }

        div.csCommentsSection div.commentAction div.likeBx:hover {
            background: url(images/CommentSystem/comment-like-green.png) no-repeat left center;
            color: #83c928
        }

    div.csCommentsSection div.commentAction div.replyBx {
        float: left;
        width: 55px;
        padding-left: 25px;
        margin-right: 15px;
        font-size: 16px;
        background-position: 0 6px !important;
        cursor: pointer;
        background: url(images/CommentSystem/comment-reply-black.png) no-repeat left center
    }

        div.csCommentsSection div.commentAction div.replyBx span {
            position: relative;
            top: 2px
        }

        div.csCommentsSection div.commentAction div.replyBx:hover {
            background: url(images/CommentSystem/comment-reply-green.png) no-repeat left center;
            color: #83c928
        }

@media only screen and (max-width: 599px) {
    div.csCommentsSection div.single-commnet {
        padding: 15px
    }

    div.csCommentsSection div.commentsListingBox ul.commnetsLists ul li {
        padding: 15px 30px
    }

    div.csCommentsSection div.mediaChooser ul li {
        margin-left: 15px;
        padding-right: 15px
    }

    #csCommentsSectionModal .modal-content {
        width: 90%
    }

    div.csCommentsSection div.single-commnet div.reply {
        display: block !important
    }

    div.csCommentsSection ul.haschild:before {
        left: 29px
    }

    div.csCommentsSection div.commentsListingBox ul.commnetsLists ul div.single-commnet div.desc div.videoBoxCmnt, div.csCommentsSection div.single-commnet div.desc div.videoBoxCmnt {
        width: 90%;
        height: 100px
    }

    .commentVideoiframe {
        width: 100% !important;
        height: 100% !important
    }

    div.csCommentsSection div.videoDesc {
        margin-left: 0;
        width: 100%
    }

    div.csCommentsSection div.mediaChooser ul li b {
        top: 0;
        padding-left: 18px;
        padding-right: 10px;
        margin-left: 10px
    }
}

@media only screen and (max-width: 479px) {
    div.csCommentsSection div.single-commnet div.desc {
        width: 68%
    }

    div.csCommentsSection div.single-commnet div.image {
        width: 40px;
        height: 40px;
        overflow: visible
    }

        div.csCommentsSection div.single-commnet div.image img {
            width: 100%;
            height: 100%
        }

    div.csCommentsSection div.single-commnet div.desc h4 span {
        font-size: 12px;
        margin: 0;
        display: block
    }

    div.csCommentsSection div.commentsListingBox ul.commnetsLists ul li div.single-commnet div.desc {
        width: 73%
    }

    div.csCommentsSection div.single-commnet div.desc p {
        word-wrap: break-word
    }

    div.csCommentsSection div.commentsSectionTabsVise div.box div.halfBox {
        width: 100%
    }

    div.csCommentsSection .btn-post-commnent {
        float: left
    }

    div.csCommentsSection div.mediaChooser ul li {
        margin-left: 10px;
        padding-right: 10px
    }

        div.csCommentsSection div.mediaChooser ul li span.spMdiaChooser {
            width: 20px;
            height: 31px;
            background-size: 100% !important
        }

    div.csCommentsSection div.commentsSectionTabsVise {
        padding: 0 15px
    }

    div.csCommentsSection .fileUploadContainer {
        font-size: 14px
    }

    div.csCommentsSection div.captchaValueBox {
        width: 100%
    }

    div.csCommentsSection div.commentsListingBox ul.commnetsLists ul li {
        padding: 15px 0 15px 30px
    }

    div.csCommentsSection div.commentsListingBox ul.commnetsLists ul div.single-commnet div.desc div.videoBoxCmnt, div.csCommentsSection div.single-commnet div.desc div.videoBoxCmnt {
        min-height: 80px;
        height: auto;
        overflow: visible
    }

    div.csCommentsSection div.single-commnet div.reply {
        top: 13px !important;
        right: 10px
    }

    div.csCommentsSection div.mediaChooser ul li b {
        font-size: 14px;
        top: 5px;
        padding-right: 0;
        margin-left: 10px;
        padding-left: 0
    }

    div.csCommentsSection div.mediaChooser ul li {
        padding-left: 15px
    }

        div.csCommentsSection div.mediaChooser ul li:last-child {
            border-right: 0
        }

    div.csCommentsSection div.captchaImage {
        margin-right: 0;
        margin-bottom: 10px;
        padding-top: 10px
    }

    .livevideo {
        width: 100% !important;
        height: auto !important;
        min-height: 200px;
        position: relative;
        top: 0;
        margin-top: -40px
    }
}

#csCommentsImageModel .modal-content .modelinner div#divimagemobile {
    text-align: center;
    overflow: auto;
    height: 482px
}
