﻿img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top
}
.limheight {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
   list-style-image: url('/images/icons/b-arrow.gif');
}
.limheight1 {
    -webkit-column-count: 0;
    -moz-column-count: 0;
    column-count: 0;
    list-style-image: url('/images/icons/b-arrow.gif');
}
.lFirm{color:blue}
a img {
    border: 0
}

body {
    word-wrap: break-word;
    margin: 0;
    font-family: sansationregular;
    background: #f4f7f6;
    padding: 0px !important
}

html {
    background: #f4f7f6
}

.container {
    width: 1280px;
    position: relative
}

.layout {
    border-radius: .25rem;
    --bg-opacity: 1;
    background-color: #fff;
    padding: 1.5rem;
    width: 100%;
}

    .layout:target {
        padding-top: 90px;
    }

.clt {
    color: #8e8e8c;
}

.c-info {
    height: auto
}

    .c-info ul {
        list-style: none
    }

    .c-info li {
        width: 95%;
        list-style: none;
        border-bottom: solid #e6e6e6 1px;
        box-sizing: border-box
    }

.c-address,
.c-email,
.c-phone,
.c-town,
.c-web,
.dislike,
.like {
    display: inline-block;
    background: url(/images/bsprite.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.c-address {
    background-position: 0 0;
    width: 20px;
    height: 20px;
}

.c-email {
    background-position: 0 -20px;
    width: 20px;
    height: 20px;
}

.c-phone {
    background-position: 0 -40px;
    width: 20px;
    height: 20px;
}

.c-town {
    background-position: 0 -60px;
    width: 20px;
    height: 20px;
}

.c-web {
    background-position: 0 -80px;
    width: 20px;
    height: 20px;
}

.c-logo-box {
    height: auto;
    margin: 5px 1%;
    width: 100%;
    float: left;
    padding: 10px 0;
    background: url(/images/c-line.png) no-repeat bottom;
    background-size: 100%;
}

    .c-logo-box .c-logo {
        height: 100px;
        width: 100px;
        float: left;
        margin-right: 10px
    }

        .c-logo-box .c-logo img {
            height: 100%;
            width: 100%
        }

    .c-logo-box .c-detail {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden
    }

.modal1 {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.o-t {
    text-decoration: none
}

.lessons {
    border-radius: .25rem;
    --bg-opacity: 1;
    background-color: #fff;
    padding: 1.5rem;
    width: 100%;
}

    .lessons:target {
        padding-top: 90px;
    }

.loading {
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

.search-form_3 {
    background: #e1e1e1; /* Fallback color for non-css3 browsers */
    width: 100%;
    margin: 10px auto;
    /* Gradients */
    background: -webkit-gradient( linear,left top, left bottom, color-stop(0, rgb(243,243,243)), color-stop(1, rgb(225,225,225)));
    background: -moz-linear-gradient( center top, rgb(243,243,243) 0%, rgb(225,225,225) 100%);
    /* Rounded Corners */
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    /* Shadows */
    box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
}

.search_3 {
    background: #fafafa; /* Fallback color for non-css3 browsers */
    /* Gradients */
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(250,250,250)), color-stop(1, rgb(230,230,230)));
    background: -moz-linear-gradient( center top, rgb(250,250,250) 0%, rgb(230,230,230) 100%);
    border: 0;
    border-bottom: 1px solid #fff;
    border-right: 1px solid rgba(255,255,255,.8);
    font-size: 16px;
    margin: 2px;
    padding: 2px;
    width: 90%;
    /* Rounded Corners */
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    /* Shadows */
    box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
    -webkit-box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
    -moz-box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
}
    /*** USER IS FOCUSED ON TEXT BOX ***/
    .search_3:focus {
        outline: none;
        background: #fff; /* Fallback color for non-css3 browsers */
        /* Gradients */
        background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(235,235,235)));
        background: -moz-linear-gradient( center top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
    }

.submit_3 {
    background: #44921f; /* Fallback color for non-css3 browsers */
    /* Gradients */
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgb(79,188,32)), color-stop(0.15, rgb(73,157,34)), color-stop(0.88, rgb(62,135,28)), color-stop(1, rgb(49,114,21)));
    background: -moz-linear-gradient( center top, rgb(79,188,32) 0%, rgb(73,157,34) 15%, rgb(62,135,28) 88%, rgb(49,114,21) 100%);
    border: 0;
    color: #eee;
    cursor: pointer;
    font: 16px 'Raleway', sans-serif;
    font-weight: bold;
    height: 30px;
    margin: 4px 4px 0;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    outline: none;
    /* Rounded Corners */
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    /* Shadows */
    box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.4);
    -moz-box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.4);
}
    /*** SEARCH BUTTON HOVER ***/
    .submit_3:hover {
        background: #4ea923; /* Fallback color for non-css3 browsers */
        /* Gradients */
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgb(89,222,27)), color-stop(0.15, rgb(83,179,38)), color-stop(0.8, rgb(66,143,27)), color-stop(1, rgb(54,120,22)));
        background: -moz-linear-gradient( center top, rgb(89,222,27) 0%, rgb(83,179,38) 15%, rgb(66,143,27) 80%, rgb(54,120,22) 100%);
    }

    .submit_3:active {
        background: #4ea923; /* Fallback color for non-css3 browsers */
        /* Gradients */
        background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(89,222,27)), color-stop(0.15, rgb(83,179,38)), color-stop(0.8, rgb(66,143,27)), color-stop(1, rgb(54,120,22)));
        background: -moz-linear-gradient( center bottom, rgb(89,222,27) 0%, rgb(83,179,38) 15%, rgb(66,143,27) 80%, rgb(54,120,22) 100%);
    }

#fileInput {
    display: none;
}

#icon {
    cursor: pointer;
}

.inline-block {
    display: inline-block
}

.relative {
    position: relative
}

.no-padding-top {
    padding-top: 0px !important
}

.no-padding-bottom {
    padding-bottom: 0px !important
}

.bxPadding10 {
    padding-left: 10px;
    padding-right: 10px
}

.removeRightPadding {
    padding-right: 0
}

.removeLeftPadding {
    padding-left: 0
}

header,
main,
footer,
section,
.full-width {
    float: left;
    width: 100%
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0 none
}

.btn-primary {
    background: #2d2d2d;
    border-color: #2d2d2d
}

    .btn-primary:hover,
    .btn-primary:focus {
        background: #809DDF;
        border-color: #809DDF
    }

main {
    margin-top: 79px !important
}

.bxMargin10 {
    margin-left: -10px;
    margin-right: -10px
}

.bg-white {
    background: #fff
}

.bg-lgt-gray {
    background: #f4f7f6
}

.bg-h-whit {
    background: #f4f7f6
}

.boxHeading {
    color: #000;
    font-size: 22px;
    font-family: sansationbold
}

.bx-padding {
    padding: 10px 30px
}

.bottomMargin30 {
    margin-bottom: 30px !important
}

.topMargin30 {
    margin-top: 30px !important
}

ol.lower-latin {
    list-style-type: lower-latin
}

div.linkLoadMore {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 135px
}

    div.linkLoadMore span {
        display: inline-block;
        padding: 5px 15px;
        color: #fff;
        font-size: 14px;
        text-transform: capitalize;
        background: #809DDF;
        margin-left: 30px;
        cursor: pointer
    }

.socialbuttons {
    color: white;
    font-weight: bold;
}
/*SOCİAL İCONS*/

/* footer social icons */

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

    ul.social-network li {
        display: inline;
        margin: 0 5px;
    }


/* footer social icons */
.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

div.table {
    border: 1px dashed #ccc;
    display: table;
    width: 100%;
}

div.tr {
    border: 1px dashed #ccc;
    display: table-row;
}

div.td {
    border: 1px dashed #ccc;
    display: table-cell;
}

.social-network a.icoYoutube:hover {
    background-color: #FF0000;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoYoutube:hover {
    background-color: #FF0000;
}

.social-network a.icoTwitter:hover {
    background-color: #1DA1F2;
}

    .social-network a.icoFacebook:hover i,
    .social-network a.icoLinkedin:hover i,
    .social-network a.icoTwitter:hover i {
        color: #fff;
    }

.social-network a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
}

.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #595959;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-network a {
    background-color: #F9F9F9;
}

@media only screen and (max-width:1360px) {
    .container {
        width: 1180px
    }
}

@media only screen and (max-width:1199px) {
    .container {
        width: 980px
    }
}

@media only screen and (max-width:990px) {
    .container {
        width: 760px
    }

    .search_3 {
        width: 70%;
    }
}

@media only screen and (max-width:768px) {
    div.single-class-list-fancy li a {
        height: 40px;
        overflow: hidden;
    }
}

@media only screen and (max-width:767px) {
    .container {
        width: auto
    }

    .search_3 {
        width: 50%;
    }

}

.scrollActive header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999999999
}

header {
    background: #809DDF;
    border-bottom: 1px #cd5033 solid;
    webkit-transition: top 500ms ease;
    -moz-transition: top 500ms ease;
    -o-transition: top 500ms ease;
    transition: top 500ms ease;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999
}

    header .col-md-4.col-sm-4.left {
        position: static
    }

div.logo {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px
}

    div.logo img {
        display: inline-block
    }

div.tkMenu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    right: 0;
    padding: 0 15px;
    background: none;
    -moz-animation: fadeIn 0.3s ease-in;
    -webkit-animation: fadeIn 0.3s ease-in;
    animation: fadeIn 0.3s ease-in
}

    div.tkMenu ul.study-program-menu.inlist li {
        float: left;
        margin-right: 10px;
        width: auto;
        margin-bottom: 10px
    }

        div.tkMenu ul.study-program-menu.inlist li.dropdown-header {
            float: left;
            width: 100%;
            clear: both;
            margin-right: 0
        }

        div.tkMenu ul.study-program-menu.inlist li a {
            color: #fff;
            font-family: sansationbold;
            font-size: 20px;
            line-height: normal;
            padding: 13px 10px;
            text-align: center
        }

        div.tkMenu ul.study-program-menu.inlist li:nth-child(10n+1) a {
            background: #3d8de2
        }

        div.tkMenu ul.study-program-menu.inlist li:nth-child(10n+2) a {
            background: #3cbce1
        }

        div.tkMenu ul.study-program-menu.inlist li:nth-child(10n+3) a {
            background: #ea963c
        }

        div.tkMenu ul.study-program-menu.inlist li:nth-child(10n+4) a {
            background: #809DDF
        }

        div.tkMenu ul.study-program-menu.inlist li:nth-child(10n+5) a {
            background: #4eb900
        }

        div.tkMenu ul.study-program-menu.inlist li:nth-child(10n+6) a {
            background: #3cbce1
        }

        div.tkMenu ul.study-program-menu.inlist li:nth-child(10n+7) a {
            background: #ea963c
        }

        div.tkMenu ul.study-program-menu.inlist li a:hover {
            background: #809DDF;
            opacity: .8
        }

    div.tkMenu ul.inlist li {
        list-style: none;
        margin-bottom: 0;
        float: left;
        width: 50%;
        overflow: hidden
    }

        div.tkMenu ul.inlist li.dropdown-header {
            float: left;
            width: 100%
        }

    div.tkMenu ul {
        padding: 0
    }

    div.tkMenu li.dropdown-header {
        color: #000;
        font-size: 16px;
        margin-bottom: 10px;
        padding: 0;
        position: relative;
        text-transform: capitalize;
        padding-bottom: 10px;
        font-weight: 700;
        margin-top: 11px;
        margin-bottom: 20px !important;
        float: left;
        width: 100%;
        clear: both
    }

        div.tkMenu li.dropdown-header:after {
            content: "";
            height: 1px;
            background: #e5e5e5;
            width: 100%;
            bottom: 0;
            position: absolute;
            left: 0
        }

    div.tkMenu li a {
        font-size: 16px;
        color: #000;
        padding: 5px 10px 5px 5px;
        transition: all 0.5s ease 0s;
        display: block;
        background: none
    }

        div.tkMenu li a:hover {
            color: #fff;
            background: #809DDF;
            padding-left: 10px
        }

    div.tkMenu.open {
        display: block
    }

ul.dropdown-menu {
    position: relative;
    display: block !important;
    border: 0;
    width: 100%;
    margin: 0;
    border-radius: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .4);
    font-family: Roboto;
    font-weight: 400;
    padding: 15px !important;
    padding-bottom: 50px !important
}

ul.topRightNav {
    padding: 0;
    margin: 0;
    margin: 24px 0 0;
    text-align: right
}

    ul.topRightNav li {
        list-style: none;
        display: inline-block;
        margin-left: 17px
    }

        ul.topRightNav li a {
            display: block;
            color: #fff;
            font-size: 16px
        }

            ul.topRightNav li a:hover {
                opacity: .8
            }

            ul.topRightNav li a.register {
                border: 1px #fff solid;
                padding: 6px 10px;
                line-height: normal;
                font-weight: 700;
                display: block;
                border-radius: 2px;
                text-transform: capitalize
            }

                ul.topRightNav li a.register:hover {
                    opacity: 1;
                    background: #fff;
                    color: #809DDF
                }

li.user-drop-down div.photo {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 10px
}

    li.user-drop-down div.photo img {
        width: 100%;
        height: 100%
    }

li.user-drop-down i.fa.fa-angle-down {
    position: relative;
    top: 8px
}

li.user-drop-down .dropdown-menu {
    margin: 0;
    background: #000 none repeat scroll 0 0;
    padding: 0 !important;
    border-radius: 0 0 10px 10px;
    border: 0;
    position: absolute !important;
    display: none !important;
    width: auto !important;
    right: 0px !important;
    left: auto !important;
    top: 56px !important
}

    li.user-drop-down .dropdown-menu li {
        float: left;
        width: 100%;
        padding: 0px !important;
        margin: 0
    }

        li.user-drop-down .dropdown-menu li a {
            padding: 5px 10px !important;
            margin: 0;
            display: block;
            border-radius: 0px !important
        }

        li.user-drop-down .dropdown-menu li:last-child a {
            border-radius: 0 0 10px 10px !important
        }

        li.user-drop-down .dropdown-menu li a:hover,
        li.user-drop-down .dropdown-menu li a:focus {
            text-decoration: none !important;
            background: #272727 !important;
            color: #fff !important;
            opacity: 1 !important
        }

.user-drop-down.user-menu.open ul.dropdown-menu {
    display: block !important
}

li.user-drop-down.user-menu {
    position: relative !important;
    top: -6px
}

li.user-menu {
    margin-left: 10px !important
}

    li.user-menu a {
        padding: 0px !important;
        display: block !important
    }

        li.user-menu a:hover {
            text-decoration: none !important;
            outline: 0 none;
            opacity: .8
        }

        li.user-menu a span {
            border: 1px #fff solid !important;
            display: block;
            border-radius: 50%;
            width: 33px;
            height: 33px;
            border-radius: 50%;
            line-height: 33px;
            text-align: center
        }

div.btnListCourses {
    float: left;
    width: auto
}

    div.btnListCourses div.btnWrap {
        border-left: 1px #cd5033 solid;
        border-right: 1px #cd5033 solid;
        font-size: 16px;
        width: auto;
        padding: 28px 20px;
        display: inline-block;
        clear: both;
        color: #fff;
        text-transform: capitalize;
        cursor: pointer
    }

        div.btnListCourses div.btnWrap img {
            margin-right: 10px
        }

            div.btnListCourses div.btnWrap img.img-menu-balck {
                display: none
            }

        div.btnListCourses div.btnWrap.opened {
            background: #fff;
            border-color: #fff;
            color: #000;
            box-shadow: 2px 0 5px rgba(0, 0, 0, .5)
        }

            div.btnListCourses div.btnWrap.opened img.normal {
                display: none
            }

            div.btnListCourses div.btnWrap.opened img.hovered {
                display: inline-block !important
            }

            div.btnListCourses div.btnWrap.opened img {
                display: none
            }

                div.btnListCourses div.btnWrap.opened img.img-menu-balck {
                    display: inline-block
                }

#searchSection {
    padding: 40px 0 140px;
    background: url(../images/bg-tke.png) repeat #809DDF
}

    #searchSection.style2 {
        padding: 40px 0 60px;
    }

    #searchSection .ui-widget {
        float: none;
        margin: 0 auto;
        width: 590px
    }

    #searchSection h1 {
        font-size: 30px;
        text-align: center;
        color: #fff;
        margin-bottom: 40px;
        margin-top: 37px
    }


    #searchSection input.btn-primary {
        background: #2d2d2d none repeat scroll 0 0;
        border: 0 none;
        border-radius: 0 3px 3px 0;
        box-shadow: none;
        color: #fff;
        font-weight: 700;
        left: -4px;
        line-height: normal;
        padding: 15px 20px;
        position: relative;
        text-transform: uppercase;
        top: -2px
    }

        #searchSection input.btn-primary:focus {
            outline: 0 none;
            box-shadow: none
        }

.ui-widget-content {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    margin-top: -2px
}

.ui-menu .ui-menu-item-wrapper {
    border-bottom: 1px solid #d5d5d5 !important;
    font-family: sansationregular !important;
    font-size: 16px !important;
    padding: 8px 20px !important;
    position: relative
}

    .ui-menu .ui-menu-item-wrapper:hover {
        background: #809DDF !important;
        color: #fff !important;
        border-color: #809DDF !important
    }

#listOnlineCourses {
    padding: 19px 0
}

    #listOnlineCourses p.desc {
        float: left;
        width: 100%;
        font-size: 20px;
        color: #000;
        margin-bottom: 20px
    }

        #listOnlineCourses p.desc b {
            font-weight: 700;
            text-transform: capitalize
        }

    #listOnlineCourses .boxes {
        margin: 0 -8px;
        position: relative
    }

    #listOnlineCourses div.box {
        width: 100%;
        text-align: center;
        overflow: hidden;
        box-shadow: 0 0 10px rgba(0, 0, 0, .17);
        float: left;
        width: 300px;
        margin: 8px
    }

        #listOnlineCourses div.box a {
            display: block
        }

        #listOnlineCourses div.box div.inner {
            float: left;
            width: 100%
        }

        #listOnlineCourses div.box div.title {
            font-size: 100px;
            font-weight: 700;
            text-align: center;
            float: left;
            width: 100%;
            line-height: normal;
            padding: 10px;
            color: #fff
        }

        #listOnlineCourses div.box div.desc {
            float: left;
            width: 100%;
            background: #fff;
            line-height: normal;
            padding: 55px 10px 45px
        }

            #listOnlineCourses div.box div.desc p {
                font-size: 22px;
                color: #000;
                font-weight: 300
            }

        #listOnlineCourses div.box:nth-child(10n+1) {
            background: #3d8de2
        }

        #listOnlineCourses div.box:nth-child(10n+2) {
            background: #3cbce1
        }

        #listOnlineCourses div.box:nth-child(10n+3) {
            background: #ea963c
        }

        #listOnlineCourses div.box:nth-child(10n+4) {
            background: #809DDF
        }

        #listOnlineCourses div.box:nth-child(10n+5) {
            background: #4eb900
        }

        #listOnlineCourses div.box:nth-child(10n+6) {
            background: #2d2d2d
        }

        #listOnlineCourses div.box:nth-child(10n+7) {
            background: #ea963c
        }

        #listOnlineCourses div.box:nth-child(10n+8) {
            background: #809DDF
        }

        #listOnlineCourses div.box:hover div.desc p {
            color: #809DDF
        }

#coursesByLeadingTeachers p.desc {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #000;
    margin-bottom: 8px
}

    #coursesByLeadingTeachers p.desc b {
        font-weight: 700;
        text-transform: capitalize
    }

#coursesByLeadingTeachers div.loadmore {
    margin: 20px 0 18px
}

div.loadmore {
    float: left;
    width: 100%;
    margin: 45px 0 18px;
    text-align: center
}

    div.loadmore a {
        background: #fff none repeat scroll 0 0;
        border-radius: 3px;
        color: rgba(0, 0, 0, .5);
        display: inline-block;
        line-height: normal;
        font-size: 18px;
        padding: 15px 46px;
        text-transform: capitalize
    }

        div.loadmore a:hover {
            background: #809DDF;
            color: #fff
        }

div.leadingCourses {
    margin: 0 -10px
}

    div.leadingCourses div.courseBox {
        float: left;
        width: 403px;
        margin: 10px
    }

        div.leadingCourses div.courseBox div.image {
            float: left;
            width: 100%;
            overflow: hidden;
            position: relative;
            height: 230px
        }

            div.leadingCourses div.courseBox div.image div.author {
                position: absolute;
                top: -1px;
                right: 0;
                left: 0
            }

div.footer {
    float: left;
    width: 100%;
    background: #809DDF;
    padding: 40px 0 30px;
    position: relative;
    z-index: 99
}

    div.footer h2 {
        color: #fff;
        font-weight: 700;
        font-size: 22px;
        margin-top: 0;
        margin-top: 28px;
        margin-bottom: 15px
    }

    div.footer ul.socialIcons {
        float: left;
        margin: 20px 0 0;
        padding: 0;
        width: 100%
    }

        div.footer ul.socialIcons li {
            margin: 0;
            list-style: none;
            float: left;
            margin-right: 5px
        }

            div.footer ul.socialIcons li a {
                display: block
            }

div.footerlogo {
    margin-top: 5px;
    float: left;
    width: 150px;
    margin-right: 15px
}

    div.footerlogo img {
        width: 100%
    }

        div.footerlogo img:hover {
            opacity: .8
        }

ul.footerlinks {
    float: left;
    list-style: none;
    margin-right: 15px;
    padding: 0
}

    ul.footerlinks li a {
        color: #fff
    }

        ul.footerlinks li a:hover {
            opacity: .8
        }

    ul.footerlinks img.img-google-play {
        width: 140px
    }

    ul.footerlinks img.img-facebook {
        width: 42px;
        border-radius: 4px
    }

ul.ftrlinks {
    padding: 0
}

    ul.ftrlinks li {
        list-style: none;
        margin-bottom: 5px
    }

        ul.ftrlinks li a {
            display: block;
            font-size: 16px;
            color: #fff;
            font-family: Roboto;
            font-weight: 400;
        }

            ul.ftrlinks li a:hover {
                text-decoration: underline
            }

div.crights {
    float: left;
    width: 100%;
    background: #676767;
    padding: 13px 0
}

    div.crights p {
        margin: 0;
        text-align: center;
        color: rgba(255, 255, 255, .5);
        font-size: 12px;
        font-family: Roboto;
        font-weight: 400;
    }

        div.crights p a {
            color: #fff
        }

#peopleSaysing {
    float: left;
    width: 100%;
    padding: 70px 0;
    background: #e3ebe8;
    margin-top: 17px
}

div.peopleSaysingCarousel {
    float: left;
    width: 100%
}

    div.peopleSaysingCarousel div.owl-dots {
        display: none
    }

    div.peopleSaysingCarousel .owl-nav {
        left: 0;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 45%;
        width: auto;
        z-index: 99999999
    }

div.modal-header {
    float: left;
    width: 100%;
    text-align: center;
    background: none;
    padding: 0;
    border: 0;
    box-shadow: none
}

    div.modal-header h4 {
        padding: 27px 10px;
        text-align: center;
        font-size: 22px;
        font-weight: 700;
        margin: 0;
        color: #000;
        border: 0;
        line-height: normal
    }

    div.modal-header button.close {
        background: #c00 none repeat scroll 0 0;
        border-radius: 50%;
        color: #fff;
        font-size: 35px;
        height: 30px;
        line-height: 10px;
        margin-top: 0;
        opacity: 1;
        position: absolute;
        right: -10px;
        text-align: center;
        text-shadow: none;
        top: -14px;
        width: 30px;
        z-index: 99999
    }

        div.modal-header button.close span {
            display: inline-block;
            position: relative;
            top: -2px
        }

.modal-sm {
    width: 400px
}

.modal-content {
    border-radius: 3px
}

.modal-body {
    clear: both;
    display: inline-block;
    padding: 15px 30px;
    width: 100%
}

.modal-footer {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0 0 3px 3px;
    text-align: center;
    padding: 10px
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    box-shadow: none;
    color: #000;
    display: block;
    font-size: 16px;
    height: auto;
    line-height: normal;
    padding: 14px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%
}

    .form-control:focus {
        box-shadow: none;
        border-color: #d5d5d5
    }

div.form-group {
    float: left;
    width: 100%
}

p.ForgotPassword {
    color: #809DDF;
    float: left;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 3px;
    text-align: center;
    width: 100%
}

    p.ForgotPassword a {
        color: #809DDF;
        display: inline-block
    }

        p.ForgotPassword a:hover {
            text-decoration: underline
        }

p.not-a-member {
    float: left;
    width: 100%;
    text-align: center
}

    p.not-a-member a {
        color: #809DDF;
        display: inline
    }

        p.not-a-member a:hover {
            text-decoration: underline
        }

.btn {
    -moz-user-select: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    font-family: sansationbold;
    line-height: normal;
    margin-bottom: 0;
    padding: 15px 12px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap
}

.classCourses {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 55px
}

    .classCourses div.title {
        float: left;
        width: 100%;
        margin-bottom: 15px;
        font-size: 22px;
        color: #000;
        font-weight: 700
    }

    .classCourses div.leadingCourses div.courseBox div.desc {
        background: #f4f7f6;
        padding-top: 22px
    }

    .classCourses div.leadingCourses div.courseBox:hover div.title {
        color: #809DDF
    }

    .classCourses div.leadingCourses div.courseBox:hover div.desc p {
        color: #000
    }

div.image {
    overflow: hidden;
    position: relative
}

    div.image img.hov-image {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease
    }

hr {
    float: left;
    width: 100%;
    border-color: #e1e1e1;
    clear: both
}

#relatedCourses {
    background: #f4f7f6;
    padding: 40px 0
}

    #relatedCourses p.desc {
        float: left;
        width: 100%;
        font-size: 20px;
        color: #000;
        margin-bottom: 30px
    }

        #relatedCourses p.desc b {
            font-weight: 700;
            text-transform: capitalize
        }

    #relatedCourses div.leadingCourses div.courseBox {
        width: 234px
    }

    #relatedCourses div.courseTag {
        display: none
    }

    #relatedCourses div.leadingCourses div.courseBox div.image {
        height: 135px
    }

        #relatedCourses div.leadingCourses div.courseBox div.image div.author div.by img {
            width: 40px;
            margin-left: 10px
        }

        #relatedCourses div.leadingCourses div.courseBox div.image div.author div.by {
            padding: 10px;
            height: 135px
        }

            #relatedCourses div.leadingCourses div.courseBox div.image div.author div.by p {
                font-size: 14px;
                margin-top: 8px
            }

        #relatedCourses div.leadingCourses div.courseBox div.image div.price {
            padding: 6px 10px;
            font-size: 14px
        }

    #relatedCourses div.leadingCourses div.courseBox div.desc {
        padding: 25px 20px;
        height: 170px;
        overflow: hidden
    }

    #relatedCourses div.rating {
        float: left;
        width: 100%;
        text-align: center;
        margin: 10px 0 5px
    }

        #relatedCourses div.rating img {
            display: inline-block
        }

    #relatedCourses div.totalViewers {
        float: left;
        width: 100%;
        text-align: center
    }

        #relatedCourses div.totalViewers span {
            color: #809DDF;
            font-size: 14px
        }

div.class-list-fancy {
    float: left;
    width: 100%;
    margin-top: -15px;
    position: relative;
}

div.single-class-list-fancy {
    padding: 10px;
    min-height: 350px;
}

    div.single-class-list-fancy div.cInner {
        float: left;
        width: 100%;
        min-height: 305px;
        overflow: hidden;
        background-color: #fff;
        box-shadow: 0 1px 17px rgba(0,0,0,.17);
    }

    div.single-class-list-fancy div.cHead {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 25px;
        color: #fff;
        background: #111111;
        line-height: normal;
        font-family: sansationregular;
        font-weight: bold;
        padding: 15px 0px;
    }

        div.single-class-list-fancy div.cHead a {
            color: #fff;
            display: block;
        }

        div.single-class-list-fancy div.cHead span {
        }

    div.single-class-list-fancy div.cBody {
        float: left;
        width: 100%;
        padding: 22px 12px 10px;
    }

    div.single-class-list-fancy ul {
        float: left;
        width: 100%;
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    div.single-class-list-fancy li {
        float: left;
        width: 50%;
        padding: 0px 10px;
    }

        div.single-class-list-fancy li.full {
            width: 100%;
            text-align: left;
        }

        div.single-class-list-fancy li a {
            min-height: 36px;
            display: inline-block;
            position: relative;
            padding-left: 30px;
            font-size: 12px;
            color: #000;
            font-family: roboto;
        }

            div.single-class-list-fancy li a:hover {
                color: #809DDF;
            }

                div.single-class-list-fancy li a:hover img.normal {
                }

                div.single-class-list-fancy li a:hover img.hovered {
                    display: inline-block !important;
                }

    div.single-class-list-fancy div.cIcon {
        position: absolute;
        left: 0px;
        top: 0px;
    }

div.single-class-list-fancy {
}

div.single-class-list-fancy {
}

div.videoItemslist {
    float: left;
    width: 100%;
    color: #fff;
    max-height: 465px;
    overflow-y: auto;
    overflow-x: hidden;
}

    div.videoItemslist div.ctitle {
        float: left;
        width: 100%;
        font-family: 'Noto Nastaliq Urdu Draft', serif;
        font-size: 16px;
        padding: 0px 30px;
        margin-top: 15px;
        direction: rtl;
        line-height: normal;
    }

    div.videoItemslist div.cDescription {
        float: left;
        width: 100%;
        font-family: 'Noto Nastaliq Urdu Draft', serif;
        font-size: 13px;
        padding: 0px 30px;
        margin-top: 0px;
        direction: rtl;
        line-height: normal;
        margin-bottom: 10px;
    }

    div.videoItemslist div.cDescriptionMore {
        float: left;
        width: 100%;
        font-family: 'Noto Nastaliq Urdu Draft', serif;
        font-size: 11px;
        padding: 0px 30px;
        margin-top: 0px;
        direction: rtl;
        margin-bottom: 10px;
        line-height: normal;
    }

    div.videoItemslist div.vMoreItems {
        float: left;
        width: 100%;
        padding: 0px;
        height: 271px;
        overflow: hidden;
        max-height: 271px;
        overflow-y: auto;
    }

        div.videoItemslist div.vMoreItems ul {
            float: left;
            width: 100%;
            margin: 0px 0px 15px;
            padding: 0px 22px;
            list-style: none;
        }

        div.videoItemslist div.vMoreItems li {
            float: right;
            width: 50%;
            text-align: right;
            padding: 5px 8px;
            direction: rtl;
            position: relative;
        }

            div.videoItemslist div.vMoreItems li:before {
                content: "";
                position: absolute;
                left: auto;
                width: 5px;
                height: 5px;
                background: #cc0000;
                border-radius: 50%;
                top: 13px;
                right: 7px;
            }

        div.videoItemslist div.vMoreItems a {
            font-size: 12px;
            color: rgba(255, 255, 255, 0.57);
            font-family: 'Noto Nastaliq Urdu Draft', serif;
            display: inline-block;
            padding-right: 10px;
        }

            div.videoItemslist div.vMoreItems a:hover {
                color: #fff;
            }

        div.videoItemslist div.vMoreItems::-webkit-scrollbar-track {
            -webkit-box-shadow: none;
            border-radius: 0;
            background-color: transparent;
        }

        div.videoItemslist div.vMoreItems::-webkit-scrollbar {
            width: 12px;
            height: 50px;
            background-color: transparent;
        }

        div.videoItemslist div.vMoreItems::-webkit-scrollbar-thumb {
            border-radius: 0;
            -webkit-box-shadow: none;
            background-color: rgba(0, 0, 0, .33)
        }

    div.videoItemslist::-webkit-scrollbar-track {
        -webkit-box-shadow: none;
        border-radius: 0;
        background-color: transparent;
    }

    div.videoItemslist::-webkit-scrollbar {
        width: 12px;
        height: 50px;
        background-color: transparent;
    }

    div.videoItemslist::-webkit-scrollbar-thumb {
        border-radius: 0;
        -webkit-box-shadow: none;
        background-color: rgba(0, 0, 0, .33)
    }

    div.videoItemslist div.cTitle-eng {
        float: left;
        width: 100%;
        color: #fff;
        font-size: 30px;
        font-weight: normal;
        font-family: sansationbold;
        padding: 30px 30px 10px;
    }

div.cDescription-eng {
    float: left;
    width: 100%;
    color: #fff;
    padding: 0px 30px;
}

    div.cDescription-eng p {
        font-size: 15px;
        font-weight: normal;
        font-family: roboto;
    }

div.ctnt-urdu {
    font-family: 'Noto Nastaliq Urdu Draft', serif;
    color: #000;
    font-size: 14px;
    padding: 30px 0px;
}

    div.ctnt-urdu.padding30 {
        padding-left: 30px;
        padding-right: 30px;
    }

    div.ctnt-urdu p {
        font-family: 'Noto Nastaliq Urdu Draft', serif;
        color: #000;
        font-size: 14px;
        direction: rtl;
        line-height: normal;
        margin-bottom: 15px;
    }

div.rght-wh-box {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px;
    border: 1px #ececec solid;
}

    div.rght-wh-box p {
        font-family: Roboto;
        color: #454545;
    }

        div.rght-wh-box p.lg {
            font-size: 18px;
        }

p.ctnt-no {
    font-size: 40px;
    line-height: normal;
    font-family: Roboto;
    font-weight: normal;
    margin-bottom: 20px;
}

.txt-red {
    color: #809DDF !important;
}

div.upcomingBacthes {
    float: left;
    width: 100%;
    margin-bottom: 35px;
    padding: 33px;
}

    div.upcomingBacthes:last-child {
        margin-bottom: 0px;
    }

    div.upcomingBacthes.bg-green {
        background: #5aa623;
    }

    div.upcomingBacthes.bg-gray {
        background: #515151;
    }

    div.upcomingBacthes div.ctnt {
        float: left;
        width: 100%;
        position: relative;
        padding-left: 45px;
    }

        div.upcomingBacthes div.ctnt:before {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 31px;
            content: '';
            background: #809DDF;
            height: 100%;
        }

    div.upcomingBacthes h3 {
        font-size: 30px;
        color: #fff;
        margin-top: 0px;
        margin-bottom: 25px;
    }

    div.upcomingBacthes p {
        font-size: 15px;
        color: #fff;
        font-family: Roboto;
        float: left;
        width: 100%;
    }

        div.upcomingBacthes p.call-us {
            margin-bottom: 0px;
            margin-top: 10px;
        }

    div.upcomingBacthes .st-dt {
        font-size: 30px;
        color: #fff;
        font-family: Roboto;
        float: left;
        width: 100%;
        line-height: 30px;
        margin-bottom: 18px;
        position: relative;
        margin-top: -5px;
    }

div.ctnt-with-mac-book {
    float: left;
    width: 100%;
    text-align: center;
    margin: 60px 0px 30px;
}

    div.ctnt-with-mac-book div.frameBox {
        width: 711px;
        height: 403px;
        margin: 0 auto;
        background: url(../images/img-mac-book.jpg) no-repeat;
        padding: 21px 34px 27px;
        overflow: hidden;
    }

        div.ctnt-with-mac-book div.frameBox iframe {
            background: #d5d5d5;
            height: 100% !important;
        }

#searchSection .btnsGroup {
    float: left;
    width: 100%;
    text-align: center;
}

    #searchSection .btnsGroup a.link-s {
        width: 262px;
        height: 119px;
        display: inline-block;
        overflow: hidden;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        color: #fff;
        margin: 15px;
        padding: 22px;
        box-sizing: border-box;
    }

        #searchSection .btnsGroup a.link-s.btn-green {
            background-color: #79b506;
        }

            #searchSection .btnsGroup a.link-s.btn-green:hover {
                background-color: #6da206;
            }

        #searchSection .btnsGroup a.link-s.btn-orange {
            background-color: #f59000;
        }

            #searchSection .btnsGroup a.link-s.btn-orange:hover {
                background-color: #cc7a06;
            }

        #searchSection .btnsGroup a.link-s p {
            margin: 0px;
            font-size: 18px;
            font-family: roboto;
            display: block;
        }

        #searchSection .btnsGroup a.link-s b.block {
            display: block;
            font-size: 30px;
            text-shadow: 0px 0px 0px #fff;
            font-weight: bolder;
            position: relative;
            margin-top: -5px;
        }

        #searchSection .btnsGroup a.link-s p.btm-txt {
            position: relative;
            margin-top: -8px;
        }

div.o-tuition-link {
    float: left;
    margin-left: 0;
    font-size: 16px;
    width: auto;
    padding: 0px;
    display: block;
    color: #fff;
    text-transform: capitalize;
    cursor: pointer;
}

    div.o-tuition-link a {
        color: #fff;
        padding: 28px 15px 24px;
        line-height: normal;
        display: block;
    }

        div.o-tuition-link a:hover {
            background: #809DDF;
        }

    div.o-tuition-link span.txt {
        position: relative;
        margin: 0px 0px 0px 5px;
        top: 1px;
    }

div.live-coatching-mdl-pnl {
    float: left;
    width: 100%;
    padding: 0px 30px;
}

    div.live-coatching-mdl-pnl h3 {
        float: left;
        width: 100%;
        margin-bottom: 15px;
        font-size: 30px;
        font-family: sansationregular;
    }

    div.live-coatching-mdl-pnl p {
        float: left;
        width: 100%;
        font-size: 14px;
        color: #000;
        line-height: normal;
    }

table.table-ins {
    float: left;
    width: 100%;
    font-family: roboto;
}

table.header-dark th {
    background: #363636;
    color: #fff;
    font-weight: normal;
    padding: 8px 20px !important;
    text-align: left;
}

table.table-ins td {
    font-size: 14px;
    text-align: left;
    color: #000;
    padding: 10px 20px !important;
    vertical-align: middle !important;
}

table.table-ins a:hover {
    text-decoration: underline;
}

.marginBtm50 {
    margin-bottom: 50px !important;
}

.margintop15 {
    margin-top: 15px !important;
}

.block-element {
    display: block !important;
}

@media only screen and (max-width:1365px) {
    #videoPlayerSection div.left {
        width: 725px
    }

    #lectureDetailSummary div.leftbox {
        width: 725px
    }

    #classInfo div.right {
        width: 600px
    }

    div.leadingCourses div.courseBox {
        width: 370px
    }

    #aboutCourse div.right {
        width: 580px
    }

    #listOnlineCourses div.box {
        width: 275px
    }

        #listOnlineCourses div.box div.title {
            font-size: 80px
        }

        #listOnlineCourses div.box div.desc {
            padding: 45px 10px 35px
        }

    #relatedCourses div.leadingCourses div.courseBox {
        width: 272px
    }

    #subjectChappterList div.left {
        width: 725px
    }

    div.lectureslist div.box div.leftBox {
        width: 380px
    }

    #videoPlayerSection div.left {
        width: 725px
    }

    #searchedArea div.searchItem div.chappterName {
        width: 300px
    }

        #searchedArea div.searchItem div.chappterName h2 {
            font-size: 20px
        }

    #searchedArea div.searchItem div.duration {
        width: 130px
    }

    #dashboard div.rightBox {
        width: 720px
    }

    div.single-lecture-with-mcqs div.chapterNumber {
        width: 100px;
    }

    div.single-lecture-with-mcqs div.chapterTitle a {
        font-size: 25px;
    }

    div.single-lecture-with-mcqs div.chapterDesc {
        width: 430px;
    }
}

@media only screen and (max-width:1199px) {
    header .col-md-4.col-sm-4.left {
        width: 200px
    }

    header .col-md-4.col-sm-4.right {
        float: right;
        width: 330px
    }

    header .col-md-4.col-sm-4.center {
        padding-right: 0;
        width: 450px
    }

    ul.topRightNav li {
        margin-left: 10px
    }

    #searchSection h2 {
        font-size: 25px
    }

    div.leadingCourses div.courseBox {
        width: 303px
    }

        div.leadingCourses div.courseBox div.image {
            height: 180px
        }

            div.leadingCourses div.courseBox div.image div.author div.by {
                height: 180px
            }

        div.leadingCourses div.courseBox div.desc p {
            height: 50px;
            overflow: hidden;
            float: left;
            width: 100%
        }

    #listOnlineCourses div.box {
        width: 225px
    }

    #classInfo div.right,
    #classInfo div.left {
        width: 50%
    }

        #classInfo div.left div.image {
            height: 100%
        }

    #aboutCourse div.right,
    #aboutCourse div.left {
        width: 100%;
        height: auto !important
    }

        #aboutCourse div.left div.image {
            height: auto;
            margin-bottom: 10px;
            text-align: center
        }

            #aboutCourse div.left div.image img {
                width: 100% !important;
                height: auto !important
            }

    #relatedCourses div.leadingCourses div.courseBox {
        width: 302px
    }

    div.lectureslist div.box div.rightBox {
        width: 260px
    }

    #subjectChappterList div.left {
        width: 530px
    }

    div.lectureslist div.box div.leftBox {
        width: 265px
    }

    #classInfo div.left div.dtChaperInfo {
        padding: 80px 20px
    }

    div.accordationInner {
        padding: 0 15px
    }

    #videoPlayerSection div.left {
        width: 630px
    }

    #videoPlayerSection div.right {
        width: 350px
    }

    .chaptersVideoListsBox div.lists div.box div.lecturInfo div.info {
        width: 175px
    }

    #lectureDetailSummary div.leftbox {
        width: 100%
    }

    #lectureDetailSummary div.rightbox {
        float: left;
        padding-left: 15px;
        width: 100%
    }

    div.discussionBox div.mainBox div.disucssionReplyBox div.field {
        width: 90%
    }

    #searchedArea div.searchItem div.image {
        width: 100px;
        padding: 43px 20px 20px
    }

        #searchedArea div.searchItem div.image img {
            max-width: 100%
        }

    #searchedArea div.searchItem div.chappterName h2 {
        font-size: 16px
    }

    #searchedArea div.searchItem div.chappterName {
        width: 255px
    }

    #searchedArea div.searchItem {
        height: auto
    }

        #searchedArea div.searchItem div.inner {
            height: auto
        }

        #searchedArea div.searchItem div.duration {
            width: 100%;
            border-top: 1px solid #e1e1e1
        }

    #dashboard div.leftBox {
        width: 330px
    }

    div.dashboard-sidebar div.userProfile div.details {
        width: 155px
    }

    #dashboard div.rightBox {
        width: 630px;
        min-height: auto
    }

    #pgTest .col-sm-3.paddingRight30 {
        padding-right: 15px
    }

    div.single-lecture-with-mcqs div.chapterDesc {
        width: 290px;
    }

    div.single-lecture-with-mcqs div.chapterTitle a {
        font-size: 20px;
        line-height: normal;
        font-weight: 500;
    }

    div.single-lecture-with-mcqs div.chapterRightBox {
        width: 135px;
    }

    div.single-lecture-with-mcqs div.chapterTotalQuestions b {
        font-size: 20px;
    }

    div.single-lecture-with-mcqs div.chapterTotalQuestions span {
        top: 0;
        font-size: 16px;
        padding-left: 5px;
    }

    div.single-lecture-with-mcqs div.btmBox {
        padding: 15px;
    }

    div.chapterTestPrepartionBlock .tBox h3 {
        font-size: 18px;
        float: left;
        width: 140px;
    }

    div.chapterTestPrepartionBlock .tBox img {
        width: 45px;
        margin-right: 5px;
    }

    div.chapterTestPrepartionBlock {
        padding-left: 315px;
    }

        div.chapterTestPrepartionBlock .desc h2 {
            font-size: 18px;
            line-height: normal;
        }

    header .col-md-4.col-sm-4.left {
        position: relative;
    }

    div.o-tuition-link span.txt {
        display: none;
    }

    div.o-tuition-link a {
        padding: 28px 0px 24px;
        text-align: center;
        text-decoration: none;
    }

    div.o-tuition-link {
        position: absolute;
        right: -30px;
        width: 40px;
        overflow: hidden;
        z-index: 9999;
    }
}

@media only screen and (max-width:1024px) {
    div.single-class-list-fancy {
        width: 50%;
    }
}

@media only screen and (max-width:990px) {
    main {
        margin-top: 77px !important
    }

    header .col-md-4.col-sm-4.center {
        width: 250px
    }

    header .col-md-4.col-sm-4.right {
        width: 300px
    }

    div.tkMenu li.col-sm-2 {
        display: none
    }

    div.tkMenu li.col-sm-5 {
        width: 50%
    }

    ul.topRightNav li a {
        font-size: 14px
    }

    div.btnListCourses div.btnWrap {
        padding: 28px 10px;
        font-size: 14px
    }

    div.btnListCourses.inside div.btnWrap {
        background: #fff !important;
        color: #000
    }

    div.btnListCourses div.btnWrap.opened img.normal {
        display: none
    }

    div.btnListCourses div.btnWrap.opened img.hovered {
        display: inline-block !important
    }

    div.footerlogo img {
        width: 100%
    }

    div.footer ul.socialIcons li {
        margin: 0 5px 5px 0
    }

    #listOnlineCourses div.box {
        display: inline-block;
        float: none !important;
        margin: 7px !important;
        width: 300px
    }

    #listOnlineCourses div.boxes {
        margin: 0 -7px;
        text-align: center
    }

    #listOnlineCourses p.desc {
        text-align: center
    }

    #coursesByLeadingTeachers p.desc,
    div.leadingCourses {
        text-align: center
    }

        div.leadingCourses div.courseBox {
            display: block;
            float: left;
            width: 350px
        }

    #relatedCourses div.leadingCourses div.courseBox {
        width: 355px
    }

    #subjectChappterList div.left {
        width: 100%
    }

    div.lectureslist div.box div.leftBox {
        width: 415px
    }

    #subjectChappterList div.right {
        float: left;
        width: 100%;
        margin: 0
    }

    #classInfo div.left div.dtChaperInfo div.tVideos,
    #classInfo div.left div.dtChaperInfo div.tStudents,
    #classInfo div.left div.dtChaperInfo div.tTests {
        width: 100% !important;
        margin-right: 0;
        float: left !important;
        text-align: center !important;
        margin-bottom: 10px
    }

    #classInfo div.left div.dtChaperInfo {
        padding: 10px
    }

    #videoPlayerSection div.left {
        padding: 0 15px;
        width: 100%
    }

    #videoPlayerSection div.right {
        padding: 0 15px;
        width: 100%
    }

    #searchedArea div.searchItem div.chappterName {
        width: 300px
    }

    #searchedArea div.searchItem div.teacherInfo {
        width: 400px;
        border-top: 1px solid #e1e1e1;
        border-right: 1px solid #e1e1e1
    }

    #searchedArea div.searchItem div.duration {
        border-top: 1px solid #e1e1e1;
        width: 328px
    }

    #searchedArea div.searchItem div.subjectDetails {
        border-right: 0
    }

    #dashboard div.leftBox {
        width: 100%;
        padding: 0
    }

    div.dashboard-sidebar div.userProfile div.details {
        width: 70%
    }

    #dashboard div.rightBox {
        width: 100%;
        margin-top: 15px;
        clear: both
    }

    li.user-drop-down .dropdown-menu {
        top: 54px !important
    }

    #pgTest footer div.linksgroup .prevButton,
    #pgTest footer div.linksgroup .nextButton {
        width: 100px !important;
        top: -6px;
        background-size: 125px !important
    }

    #pgTest footer {
        height: 62px
    }

        #pgTest footer div.linksgroup .prevButton:hover,
        #pgTest footer div.linksgroup .nextButton:hover {
            background-size: 125px !important
        }

        #pgTest footer div.linksgroup div.valueBox {
            height: 62px;
            line-height: 62px
        }

    #pgTest input[type="submit"].btn-submit,
    #pgTest a.btn-submit {
        padding: 10px 15px
    }

    #pgTest header div.col-md-3 {
        padding: 0 15px !important;
        width: 170px !important
    }

    #pgTest header div.logo img {
        width: 138px !important;
        margin-top: 5px
    }

    #pgTest header .col-md-6.col-md-6 {
        width: 390px !important;
        float: left;
        padding-left: 0;
        padding-right: 5px
    }

    #pgTest.pgSubmitResult header .col-md-6.col-md-6 {
        width: auto !important;
        float: left;
        padding-left: 0;
        padding-right: 5px;
        margin-top: 12px
    }

    #pgTest header h2.testTitle {
        font-size: 16px;
        margin-bottom: 0;
        margin-top: 12px;
        text-align: left
    }

    #pgTest header p.testDesc {
        font-size: 12px;
        text-align: left
    }

    #pgTest header .col-md-3.col-sm-3.right.paddingRight30 {
        float: right;
        width: 220px !important;
        padding-left: 0px !important
    }

    #pgTest div.timeLeft span.box {
        width: 110px
    }

    #pgTest p.testDesc span:after {
        margin-left: 5px
    }

    #pgTest p.testDesc span {
        margin-left: 5px
    }

    #pgTest div.timeLeft {
        margin-top: 13px
    }

    #pgTest div.questionArea {
        float: left;
        width: 50%
    }

    #pgTest div.timeLeft span.box img {
        margin-right: 5px
    }

    div.textFinalPage .text-certificates img {
        width: 150px
    }

    div.textFinalPage div.sharingResult ul {
        text-align: left
    }

    div.textFinalPage div.certificate h3 {
        font-size: 18px
    }

    div.textFinalPage div.resultSatistics {
        width: 250px
    }

        div.textFinalPage div.resultSatistics div.box {
            padding: 20px 19px
        }

            div.textFinalPage div.resultSatistics div.box b {
                font-size: 32px;
                line-height: 18px
            }

    div.textFinalPage div.sharingResult {
        padding: 18px 15px 40px;
        min-height: auto
    }

        div.textFinalPage div.sharingResult h4 {
            font-size: 16px;
            text-align: left
        }

        div.textFinalPage div.sharingResult ul li img {
            width: 28px
        }

    #pgTest footer div.button a.btn-cancel {
        margin-top: 10px
    }

    #pgTest footer a.btn-cancel {
        margin-top: 6px
    }

    div.textFinalPage {
        padding: 75px 0 15px
    }

    div.chapterTestPrepartionBlock .tBox h3 {
        font-size: 22px;
        float: left;
        width: auto;
    }

    div.chapterTestPrepartionBlock .tBox img {
        width: 70px;
        margin-right: 5px;
    }

    div.chapterTestPrepartionBlock {
        padding-left: 315px;
    }

        div.chapterTestPrepartionBlock .desc h2 {
            font-size: 30px;
            line-height: normal;
        }

    div.single-lecture-with-mcqs div.chapterDesc {
        width: 480px;
    }

    div.btnListCourses div.btnWrap {
        width: 50px;
        overflow: hidden;
        text-indent: unset;
        text-align: center;
    }

        div.btnListCourses div.btnWrap span {
            display: none;
        }

        div.btnListCourses div.btnWrap img {
            margin: 0 auto !important;
        }

    div.o-tuition-link {
        position: relative;
        right: 0px;
        width: 50px;
        overflow: hidden;
        border-right: 1px #cc4d2f solid;
    }

    div.ctnt-with-mac-book img {
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
    }
}

@media only screen and (max-width:767px) {
    main {
        margin-top: 70px !important
    }

    div.btnListCourses div.btnWrap {
        font-size: 14px;
        padding: 25px 10px;
        text-align: center
    }

        div.btnListCourses div.btnWrap img {
            margin: 0
        }

    header .col-md-4.col-sm-4.left {
        float: left !important;
        padding-right: 0;
        width: 135px
    }

    header .col-md-4.col-sm-4.right {
        float: right;
        padding-left: 0;
        width: 285px
    }

    header .col-md-4.col-sm-4.center {
        float: left;
        overflow: hidden;
        width: 170px;
        padding-top: 7px
    }

    div.tkMenu li.col-sm-5 {
        width: 100%
    }

    div.tkMenu ul.study-program-menu.inlist li a {
        font-size: 25px;
        width: 125px
    }

    div.logo img {
        width: 100%
    }

    .modal-dialog {
        margin: 25px auto 15px
    }

    div.footerlogo img {
        width: auto
    }

    div.footer h2 {
        float: left;
        width: 100%
    }

    ul.ftrlinks {
        float: left;
        width: 100%
    }

    footer .col-md-4.col-sm-4,
    footer .col-md-8.col-sm-8 {
        float: left;
        width: 100%
    }

    #searchSection .ui-widget {
        width: 400px
    }

    #listOnlineCourses div.boxes {
        margin: 0
    }

    #listOnlineCourses div.box {
        width: 255px
    }

    div.leadingCourses div.courseBox {
        width: 277px
    }

        div.leadingCourses div.courseBox div.image {
            height: 130px
        }

        div.leadingCourses div.courseBox div.desc {
            padding: 25px 15px
        }

    div.peopleSaysingCarousel div.item {
        width: 100%
    }

        div.peopleSaysingCarousel div.item div.left {
            width: 100%;
            padding: 15px;
            height: auto;
            float: left
        }

        div.peopleSaysingCarousel div.item div.right {
            width: 100%;
            padding: 15px;
            height: auto;
            float: left
        }

    div.peopleSaysingCarousel .owl-nav .owl-next,
    div.peopleSaysingCarousel .owl-nav .owl-next.disabled {
        right: 10px !important
    }

    div.peopleSaysingCarousel .owl-nav .owl-prev,
    div.peopleSaysingCarousel .owl-nav .owl-prev.disabled {
        left: 10px !important
    }

    #relatedCourses div.leadingCourses div.courseBox {
        width: 270px
    }

    #classInfo div.right,
    #classInfo div.left {
        height: auto;
        width: 100%;
        text-align: center
    }

        #classInfo div.left div.image img {
            height: auto;
            width: 100%;
            max-width: 100%;
            display: inline-block
        }

    #classInfo div.right {
        padding: 20px
    }

    div.lectureslist div.box div.leftBox {
        width: 290px
    }

    div.iframeLargeVideo iframe {
        height: 400px !important
    }

    div.discussionBox div.mainBox div.disucssionReplyBox div.field {
        width: 72%
    }

    #searchedArea div.searchItem div.subjectDetails {
        border-right: 0 none;
        border-top: 1px solid #e1e1e1;
        width: 100%
    }

    #searchedArea div.searchItem div.teacherInfo {
        border-right: 0 none;
        border-top: 1px solid #e1e1e1;
        width: 100%
    }

    #searchedArea div.searchItem div.duration {
        border-top: 1px solid #e1e1e1;
        width: 100%
    }

    #searchedArea div.searchItem div.chappterName {
        width: 210px;
        border-right: 0;
        height: 90px;
        padding-top: 5px;
        padding: 10px
    }

    #searchedArea div.searchItem div.image {
        height: 90px;
        padding: 10px
    }

        #searchedArea div.searchItem div.image img {
            max-width: 100%;
            height: 100% !important;
            width: 100% !important
        }

    #searchedArea div.searchItem div.subjectDetails {
        float: left;
        height: auto;
        padding: 5px 10px;
        width: 240px
    }

    #searchedArea div.searchItem div.duration {
        height: 112px;
        padding: 29px 23px;
        text-align: center;
        width: 50%
    }

    #searchedArea div.searchItem div.teacherInfo {
        height: 112px;
        padding: 10px;
        width: 50%;
        overflow: hidden
    }

    div.starttestBlock div.inner {
        height: 100px
    }

    div.starttestBlock div.tstInfo {
        width: 335px
    }

        div.starttestBlock div.tstInfo h3 {
            font-size: 20px
        }

    div.starttestBlock div.textQuestion {
        font-size: 15px;
        height: 100px;
        width: 90px
    }

        div.starttestBlock div.textQuestion span {
            font-size: 28px;
            line-height: 22px;
            margin-top: 34px
        }

    div.starttestBlock div.timeTest {
        margin-right: 15px;
        font-size: 15px;
        margin-top: 39px
    }

    #classInfo div.left div.dtChaperInfo div.tVideos,
    #classInfo div.left div.dtChaperInfo div.tStudents,
    #classInfo div.left div.dtChaperInfo div.tTests {
        width: 50% !important
    }

    div.lectureRoomTabs .nav-tabs li {
        float: left;
        width: 50%;
        border-bottom: 1px #ececec solid
    }

    li.user-drop-down .dropdown-menu {
        top: 51px !important
    }

    ul.topRightNav {
        margin: 21px 0 0px !important
    }

    div.iframeLargeVideo {
        font-size: 0
    }

    .lunchingTest h2.chapterInfo {
        font-size: 22px
    }

    #pgTest header .container-fluid {
        position: relative;
        padding-bottom: 45px
    }

    #pgTest header .col-md-6.col-md-6 {
        width: 100% !important;
        float: left;
        padding-left: 0;
        padding-right: 5px;
        position: absolute;
        left: 14px;
        right: 15px;
        bottom: 0
    }

    #pgTest.pgSubmitResult header .col-md-6.col-md-6 {
        position: relative
    }

    div.textFinalPage div.sharingResult h4,
    div.textFinalPage div.sharingResult ul {
        text-align: center
    }

    #pgTest.pgSubmitResult header .container-fluid {
        padding-bottom: 0px !important
    }

    #pgTest div.questionArea {
        width: 100%;
        padding-bottom: 0px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        height: auto !important
    }

        #pgTest div.questionArea div.box {
            padding-top: 28px
        }

        #pgTest div.questionArea h4 {
            margin-bottom: 5px
        }

        #pgTest div.questionArea.rgtBox {
            padding-top: 0px !important
        }

            #pgTest div.questionArea.rgtBox div.box {
                padding-top: 5px !important
            }

            #pgTest div.questionArea.rgtBox h4 {
                margin-bottom: 10px !important
            }

    div.qstnAnsOptionList label {
        margin-bottom: 15px !important
    }

    #pgTest footer div.col-md-6 {
        float: left !important;
        width: 390px !important
    }

    #pgTest footer div.col-md-3 {
        float: left;
        width: 90px !important;
        min-height: 1px
    }

    #pgTest footer form {
        float: right
    }

    div.textFinalPage div.certificate div.certificateimg {
        display: none
    }

    div.textFinalPage div.certificate {
        padding: 0 15px;
        min-height: auto
    }

        div.textFinalPage div.certificate h3 {
            margin-bottom: 15px
        }

    div.textFinalPage div.resultSatistics {
        width: 345px
    }

    #pgTest.pgSubmitResult footer div.col-md-3 {
        float: left;
        width: 30% !important;
        min-height: 1px;
        padding-left: 15px
    }

    #pgTest.pgSubmitResult footer div.col-md-6 {
        float: left;
        width: 40% !important
    }

    #pgTest.pgSubmitResult footer div.button a.btn-cancel {
        margin-top: 14px;
        padding: 10px 15px
    }

    #pgTest.pgSubmitResult footer a.btn-cancel {
        margin-top: 13px;
        padding: 10px 15px
    }

    #pgTest.submitReslutBody header .col-md-6.col-md-6 {
        width: 410px !important;
        float: left;
        padding-left: 15px;
        padding-right: 5px;
        position: relative !important;
        left: 0;
        right: 0;
        padding-top: 15px;
        bottom: 0
    }

    #pgTest.submitReslutBody header .container-fluid {
        padding-bottom: 8px !important
    }

    #pgTest.submitReslutBody footer div.col-md-3 {
        float: left;
        width: auto !important;
        min-height: 1px
    }

    #pgTest.submitReslutBody footer div.col-md-6 {
        float: left !important;
        width: auto !important
    }

    #pgTest.submitReslutBody .col-sm-3.paddingRight30 {
        padding-right: 15px;
        text-align: right !important
    }

    div.chapterTestPrepartionBlock .tBox h3 {
        font-size: 18px;
        float: left;
        width: 140px;
    }

    div.chapterTestPrepartionBlock .tBox img {
        width: 45px;
        margin-right: 5px;
    }

    div.chapterTestPrepartionBlock {
        padding-left: 315px;
    }

        div.chapterTestPrepartionBlock .desc h2 {
            font-size: 18px;
            line-height: normal;
        }

    div.single-lecture-with-mcqs div.chapterDesc {
        width: 330px;
    }

    div.single-class-list-fancy {
        width: 100%;
        padding: 5px 10px;
    }
}

@media only screen and (max-width:599px) {
    header .col-md-4.col-sm-4.right {
        float: right;
        padding: 0;
        width: 230px
    }

    main {
        margin-top: 55px !important
    }

    ul.topRightNav li {
        margin-left: 5px
    }

    ul.topRightNav {
        border-top: 1px solid #cd5033;
        margin: 0;
        padding: 14px 0 9px;
        text-align: center
    }

    div.btnListCourses div.btnWrap {
        padding: 25px 15px
    }

    header .col-md-4.col-sm-4.left {
        width: 35px
    }

    header .col-md-4.col-sm-4.center {
        width: 200px;
        padding-left: 35px !important
    }

    li.user-drop-down .dropdown-menu {
        top: 44px !important
    }

    div.logo {
        margin-top: 13px
    }

        div.logo img {
            width: 160px
        }

    div.btnListCourses div.btnWrap.opened {
        background: #fff url(../images/menu-black1.png) no-repeat scroll center center !important
    }

    header .col-md-4.col-sm-4.center {
        padding-top: 0
    }

    div.tkMenu ul.study-program-menu.inlist li a {
        width: 115px
    }

    #listOnlineCourses div.box {
        width: 200px
    }

        #listOnlineCourses div.box div.desc p {
            height: 50px;
            overflow: hidden
        }

    div.leadingCourses div.courseBox {
        width: 100%;
        margin: 0;
        margin-bottom: 20px
    }

        div.leadingCourses div.courseBox div.image {
            height: auto
        }

            div.leadingCourses div.courseBox div.image img.primary {
                height: auto !important;
                width: 100% !important;
                max-width: 100% !important
            }

    div.peopleSaysingCarousel div.item div.right img {
        max-width: 100% !important;
        height: auto !important;
        width: 100% !important
    }

    div.peopleSaysingCarousel div.item div.left div.name {
        margin-top: 20px
    }

    #relatedCourses div.leadingCourses div.courseBox {
        width: 100%;
        margin: 0;
        margin-bottom: 20px
    }

    div.lectureslist div.box div.leftBox {
        width: 100%;
        text-align: left
    }

    div.lectureslist div.box div.rightBox {
        width: 100%
    }

    ul.lecturesWrap li a span.fa.fa-play {
        margin-right: 10px;
        position: absolute
    }

    ul.lecturesWrap li a {
        padding: 15px 5px;
        display: inline-block;
        width: 100%
    }

        ul.lecturesWrap li a span.time {
            float: left;
            width: 100%;
            padding-left: 40px
        }

        ul.lecturesWrap li a span.lecturename {
            float: left;
            width: 100%;
            padding-left: 40px;
            margin: 0
        }

    #breadCrumbs {
        margin-top: 0
    }

    ol.breadcrumbs li a,
    ol.breadcrumbs li span {
        font-size: 16px;
        text-shadow: none;
        padding: 9px 13px 9px 0
    }

        ol.breadcrumbs li a:after {
            font-size: 16px;
            margin-left: 12px;
            position: relative;
            top: 1px
        }

    ol.breadcrumbs li span {
        position: relative;
        top: 1px
    }

    div.iframeLargeVideo iframe {
        height: 300px !important
    }

    div.lectureRoomTabs ul.ReviewsList li div.desc {
        width: 80%
    }

    div.lectureRoomTabs ul.resourseslist li div.item div.time {
        font-size: 12px;
        float: left;
        width: 100%
    }

    div.lectureRoomTabs h2 a.pull-right {
        float: left !important;
        width: 100%;
        margin-top: 10px;
        display: block !important
    }

    div.accordationInner {
        padding: 0
    }

    div.btnListCourses div.btnWrap {
        position: fixed;
        left: 0;
        border: 0;
        padding: 20px 10px 15px;
        background: transparent url(../images/menu-white1.png) no-repeat scroll center center;
        text-indent: -9999px;
        width: 50px
    }

        div.btnListCourses div.btnWrap:hover {
            background: transparent url(../images/menu-white1.png) no-repeat scroll center center
        }

    div.tkMenu {
        padding: 0
    }

    #searchSection {
        padding: 20px 0 80px
    }

    div.starttestBlock div.tstInfo {
        width: 310px
    }

    div.starttestBlock div.inner {
        position: relative;
        height: auto;
        padding-bottom: 20px;
        padding: 10px 10px 30px 10px
    }

    div.starttestBlock div.timeTest {
        float: none;
        margin-right: 0;
        font-size: 15px;
        color: #809DDF;
        margin-top: 0;
        position: absolute;
        right: 8px;
        bottom: 5px
    }

    div.starttestBlock div.textQuestion {
        width: auto;
        margin-right: 10px;
        font-size: 12px;
        position: absolute;
        left: 10px;
        bottom: 10px;
        height: auto;
        background: none !important
    }

    div.starttestBlock:hover div.textQuestion {
        color: #809DDF
    }

    div.starttestBlock div.tstInfo h3 {
        margin-top: 0
    }

    div.starttestBlock div.tstInfo {
        width: 100%;
        float: left;
        margin: 0
    }

    div.starttestBlock div.textQuestion span {
        font-size: 20px;
        line-height: normal;
        margin-top: 36px;
        display: inline;
        position: relative;
        top: 2px
    }

    div.starttestBlock div.timeTest img {
        margin-right: 2px;
        width: 15px;
        position: relative;
        top: -1px
    }

    li.user-drop-down .dropdown-menu li:first-child {
        display: block !important
    }

    ul.topRightNav {
        margin: 0px !important;
        padding: 14px 15px 10px 0;
        text-align: right
    }

    li.user-drop-down.user-menu {
        top: 0;
        display: inline-block !important
    }

    div.footerlogo img {
        width: 130px
    }

    div.footer ul.socialIcons li a img {
        width: 35px
    }

    div.modal-header h4 {
        padding: 20px 10px 4px
    }

    div.modal-body .form-control {
        padding: 10px 12px
    }

    div.modal-body .btn {
        padding: 11px 10px
    }

    div.peopleSaysingCarousel div.item div.right {
        display: none
    }

    #peopleSaysing {
        padding: 20px 0;
        margin-top: 0
    }

    div.leadingCourses {
        margin: 0
    }

    #relatedCourses {
        background: #f4f7f6;
        padding: 20px 0 0
    }

        #relatedCourses div.leadingCourses div.courseBox {
            margin-bottom: 15px
        }

    #listOnlineCourses div.boxes {
        margin: 0
    }

    #listOnlineCourses div.box {
        margin-bottom: 12px !important
    }

    #subjectChappterList {
        padding-bottom: 15px
    }

    #classInfo {
        padding: 19px 0 15px
    }

    .accordationSection .panel-heading {
        margin-bottom: 9px
    }

    div.lectureRoomTabs {
        margin-bottom: 15px
    }

    #lectureDetailSummary {
        margin: 0
    }

    .lunchingTest h2.chapterInfo {
        font-size: 18px
    }

    main.lunchingTest #subjectChappterList {
        margin-bottom: 15px
    }

    #pgTest header div.logo img {
        margin-top: 13px
    }

    #pgTest header .col-md-6.col-md-6 {
        bottom: 2px
    }

    #pgTest footer div.col-md-6 {
        float: left;
        width: 100%
    }

    #pgTest footer form {
        float: right;
        position: relative;
        top: 0 right:0
    }

    div.qstnAnsOptionList label {
        margin-bottom: 5px !important
    }

    @media only screen and (max-width:479px) {
        header .col-md-4.col-sm-4.center {
            width: 255px
        }

        div.logo {
            margin: 0;
            text-align: left
        }

            div.logo img {
                width: 100%
            }

        div.tkMenu ul.study-program-menu.inlist li a {
            width: 100%
        }

        div.tkMenu ul.study-program-menu.inlist li {
            margin: 0 2% 4%;
            width: 45%
        }

        .modal-sm {
            width: 80%
        }

        #searchSection .ui-widget {
            width: 300px
        }

        #listOnlineCourses div.box {
            width: 100%;
            float: left;
            margin: 0 0 12px !important
        }

            #listOnlineCourses div.box div.desc p {
                height: auto;
                overflow: hidden
            }

        div.leadingCourses div.courseBox {
            width: 100%;
            margin: 0 0 20px
        }

            div.leadingCourses div.courseBox div.image div.author div.by {
                padding: 10px
            }

            div.leadingCourses div.courseBox div.image div.price {
                font-size: 14px;
                padding: 8px 10px
            }

            div.leadingCourses div.courseBox div.image div.author div.by img {
                width: 35px;
                margin-left: 10px
            }

            div.leadingCourses div.courseBox div.image div.author div.by p {
                font-size: 14px;
                margin-top: 5px
            }

            div.leadingCourses div.courseBox div.image div.courseTag {
                left: 10px;
                top: 10px
            }

            div.leadingCourses div.courseBox div.desc {
                padding: 25px 15px
            }

        header .col-md-4.col-sm-4.center {
            width: 83%;
            padding: 8px 10px
        }

        div.logo img {
            width: 125px
        }

        header .col-md-4.col-sm-4.left {
            width: 13%
        }

        ul.topRightNav {
            text-align: center
        }

        div.tkMenu {
            left: -15px;
            right: -15px;
            top: 55px
        }

        main {
            margin-top: 52px !important
        }

        div.btnListCourses div.btnWrap:hover {
            box-shadow: none !important
        }

        div.btnListCourses div.btnWrap.showing:hover {
            box-shadow: 2px 0 5px rgba(0, 0, 0, .5) !important
        }

        body.scrolled header .col-md-4.col-sm-4.right {
            display: none
        }

        #classInfo div.left div.image img {
            width: auto !important;
            height: auto !important;
            padding: 0
        }

        body.scrolled main {
            margin-top: 65px !important
        }

        #classInfo div.right,
        #classInfo div.left {
            width: 100%;
            height: auto;
            margin-bottom: 0
        }

        div.leadingCourses div.courseBox div.image {
            height: 200px
        }

        div.leadingCourses div.courseBox div.desc p {
            height: auto
        }

        #breadCrumbs {
            margin-top: 0
        }

        div.iframeLargeVideo iframe {
            height: auto !important
        }

        div.discussionBox {
            display: none
        }

        header .col-md-4.col-sm-4.center {
            padding-top: 8px;
            width: 140px;
            padding: 16px 0 11px 15px !important
        }

        header .col-md-4.col-sm-4.right {
            width: 125px
        }

        #searchSection .ui-widget {
            width: 100%;
            position: relative
        }

        #searchSection input.btn-primary {
            position: absolute;
            right: -3px;
            left: initial;
            top: 0
        }

        div.sbClassBoxes ul {
            padding: 10px 5px 0;
            font-size: 0
        }

        div.sbClassBoxes li {
            float: none;
            width: 50%;
            display: inline-block;
            padding: 5px;
            margin: 0
        }

            div.sbClassBoxes li img {
                max-width: 100%;
                width: 100%
            }

        div.dashboard-sidebar div.userProfile div.details {
            width: 62%
        }

            div.dashboard-sidebar div.userProfile div.details h4 {
                font-size: 16px
            }

        li.user-drop-down.user-menu {
            top: -3px !important;
            float: right;
            margin-right: 10px !important;
            display: block
        }

        #classInfo.subject div.right {
            padding: 20px 15px;
            text-align: left
        }

            #classInfo.subject div.right h2 {
                font-size: 20px;
                margin-bottom: 10px
            }

            #classInfo.subject div.right p {
                text-align: justify
            }

        div.lectureslist div.box div.rightBox {
            padding: 10px 20px
        }

            div.lectureslist div.box div.rightBox span {
                font-size: 18px
            }

        div.lectureslist div.box:hover div.leftBox {
            height: auto
        }

        #subjectChappterList div.right {
            position: relative !important;
            margin-top: 0px !important
        }

        div.lectureslist div.box div.leftBox h2 {
            font-size: 18px
        }

        div.lectureslist div.box div.leftBox {
            padding-bottom: 0
        }

        div.lectureslist div.box div.rightBox {
            padding: 0 20px;
            background: none;
            padding-bottom: 10px
        }

            div.lectureslist div.box div.rightBox div.tVideos {
                float: left;
                width: auto;
                margin-right: 20px
            }

            div.lectureslist div.box div.rightBox div.tTests {
                float: left;
                width: auto
            }

            div.lectureslist div.box div.rightBox span {
                font-size: 18px;
                float: left;
                margin-right: 5px
            }

        div.lectureslist div.box div.rightBox {
            font-size: 14px;
            margin-top: 10px
        }

        #classInfo div.left div.dtChaperInfo span {
            font-size: 20px;
            margin-top: 10px
        }

        #classInfo div.left div.dtChaperInfo {
            font-size: 16px
        }

        #classInfo.subject div.right h2 {
            float: left;
            margin-right: 10px
        }

        #classInfo.subject div.right h4 {
            float: left;
            margin-right: 0;
            font-size: 20px;
            margin-top: 0
        }

        #classInfo.subject div.right p {
            clear: both
        }

        .accordationSection .panel-heading h4 span {
            float: left !important;
            width: 100%;
            font-size: 14px
        }

        .accordationSection .panel-heading h4 {
            font-size: 16px
        }

        ul.lecturesWrap li a {
            font-size: 16px
        }

        .chaptersVideoListsBox div.lists div.box ul li.onlineTestBox div.inner span {
            float: left;
            font-size: 12px;
            padding-top: 2px;
            position: relative;
            width: 100%;
            display: block
        }

        .chaptersVideoListsBox div.lists div.box ul li.onlineTestBox div.inner img {
            width: 14px;
            position: relative;
            top: -2px;
            margin-right: 5px
        }

        #searchedArea div.searchItem div.subjectDetails {
            width: 100%
        }

        li.user-drop-down .dropdown-menu {
            top: 41px !important
        }

        #pgTest div.timeLeft span {
            display: none
        }

        #pgTest div.timeLeft img {
            display: none
        }

        div.timeLeft span.box {
            width: 65px !important
        }

        #pgTest header .col-md-3.col-sm-3.right.paddingRight30 {
            width: 160px !important
        }

        #pgTest header p.testDesc {
            display: none
        }

        #pgTest header .col-md-6.col-md-6 {
            bottom: 5px
        }

        #pgTest header h2.testTitle {
            font-size: 12px;
            margin-top: 0
        }

        #pgTest div.logo {
            margin-bottom: 0;
            margin-top: 0
        }

        #pgTest header div.logo img {
            margin-top: 20px !important
        }

        #pgTest header .container-fluid {
            padding-bottom: 28px !important
        }

        #pgTest div.questionArea div.box {
            padding-top: 0px !important
        }

        #pgTest div.questionArea p {
            font-size: 16px
        }

        #pgTest div.questionArea h4 {
            font-size: 14px;
            font-family: sansationregular !important
        }

        #pgTest footer {
            height: 50px
        }

            #pgTest footer div.linksgroup div.valueBox {
                height: 50px;
                line-height: 50px
            }

            #pgTest footer div.linksgroup .prevButton,
            #pgTest footer div.linksgroup .nextButton {
                top: -9px !important
            }

        #pgTest.pgSubmitResult footer div.col-md-3 {
            overflow: hidden;
            padding-right: 5px
        }

        #pgTest.pgSubmitResult footer div.col-md-6 {
            overflow: hidden;
            padding: 0
        }

        #pgTest.pgSubmitResult input[type="submit"].btn-submit,
        #pgTest.pgSubmitResult a.btn-submit {
            width: 100%
        }

        #pgTest.pgSubmitResult footer div.col-md-3.text-right {
            padding-left: 5px;
            padding-right: 15px
        }

        #pgTest.pgSubmitResult div.textFinalPage div.resultSatistics div.box b {
            font-size: 18px;
            line-height: 15px
        }

        #pgTest.pgSubmitResult div.textFinalPage div.resultSatistics div.box {
            padding: 10px 15px
        }

        #pgTest.pgSubmitResult header div.logo img {
            margin-top: 13px !important;
            margin-bottom: 11px !important
        }

        #pgTest.pgSubmitResult header .col-md-6.col-md-6 {
            width: 200px !important
        }

        #pgTest.pgSubmitResult footer {
            height: 64px !important
        }

        #pgTest.pgSubmitResult div.textFinalPage div.certificate {
            padding: 0
        }

        div.textFinalPage {
            padding-top: 65px !important
        }

            div.textFinalPage div.resultSatistics {
                width: 100%
            }

            div.textFinalPage div.certificate h3 {
                font-size: 14px;
                padding: 0 10px
            }

            div.textFinalPage div.sharingResult ul {
                margin-top: 0
            }

        #pgTest.pgSubmitResult footer a.btn-cancel {
            margin-top: 17px;
            padding: 10px 15px;
            font-size: 10px
        }

        #pgTest.pgSubmitResult footer div.button a.btn-cancel {
            margin-top: 17px;
            padding: 10px 0;
            width: 100%;
            margin-left: 0;
            font-size: 10px;
            margin-right: 0
        }

        #pgTest.pgSubmitResult input[type="submit"].btn-submit,
        #pgTest.pgSubmitResult a.btn-submit {
            padding: 10px 15px;
            font-size: 10px;
            margin-top: 17px
        }

        input.btnSubmitTestButton {
            display: none !important
        }

            input.btnSubmitTestButton#Result2 {
                display: block !important;
                position: absolute !important;
                left: -32px !important;
                background: #ffffff !important;
                color: #809DDF !important;
                top: 0px !important;
                padding: 10px 6px !important;
                font-size: 14px !important;
                margin: 12px 0 0px !important;
                text-transform: uppercase !important
            }

        .detailsCourse p {
            text-align: justify
        }

        div.authorBox.style2 {
            float: left;
            width: 100%
        }

        div.ReviewsListWrapBox {
            padding: 10px 15px
        }

            div.ReviewsListWrapBox h2.headTitle {
                font-size: 18px
            }

                div.ReviewsListWrapBox h2.headTitle a.login-popup {
                    font-size: 14px;
                    position: relative;
                    top: 3px
                }

        ul.ReviewsList li div.desc {
            width: 230px
        }

        ul.ReviewsList fieldset.rating.style2.minWidth.selected {
            margin-left: 61px
        }

        div.authorBox.style2 div.imguthor {
            width: 150px;
            height: 150px
        }

        div.fixedSharingBlock img {
            max-width: 80%
        }

        #aboutCourse div.left .top {
            text-align: center
        }

        #aboutCourse div.authorInfo div.authorImage {
            float: none;
            margin: 0 auto
        }

        #aboutCourse div.authorDesc {
            float: left;
            margin-left: 0;
            width: 100%;
            text-align: center
        }

        div.authorSocialLinsl {
            float: left;
            margin-top: 20px;
            width: 100%;
            text-align: center
        }

            div.authorSocialLinsl ul li {
                list-style: none;
                margin: 3px;
                float: none;
                display: inline-block
            }

        div.dashboard-sidebar div.userinfo {
            display: none
        }

        div.bubble-load-more {
            display: block !important
        }

        div.discussionBox div.title h2 {
            font-size: 18px;
            padding-left: 35px;
        }

        div.btnListCourses div.btnWrap {
            border-right: 1px #cc4d2f solid;
        }

        div.o-tuition-link a {
            padding: 15px 0px;
        }

        div.o-tuition-link {
            position: fixed;
            left: 50px;
            padding: 0px;
            top: 0;
        }

        header .col-md-4.col-sm-4.center .logo {
            margin-left: 0px;
        }

        header .col-md-4.col-sm-4.center {
            width: 140px;
            margin-left: 45px;
        }

        #searchSection h2 {
            margin: 0px;
        }

        #searchSection .btnsGroup a.link-s {
            width: 75%;
            margin: 15px auto 0px;
            display: block;
        }

        #searchSection.style2 {
            padding: 40px 0 30px;
        }

        table.table-ins td, table.table-ins th {
            width: auto !important;
        }

        div.live-coatching-mdl-pnl h3 {
            font-size: 22px;
        }

        div.live-coatching-mdl-pnl {
            padding: 0px 15px;
        }

        div.tkMenu {
            left: 0;
            right: 0;
            top: 55px;
            position: fixed;
            box-sizing: border-box;
        }

            div.tkMenu ul.study-program-menu.inlist li a {
                font-size: 18px;
            }

        ul.dropdown-menu {
            padding-left: 0px !important;
            padding-right: 0px !important;
            padding-bottom: 15px !important;
        }

        div.videoItemslist {
            max-width: none !important;
            min-width: auto !important;
        }

            div.videoItemslist img {
                max-width: 100%;
            }

        div.rght-wh-box {
            padding: 15px;
            margin-bottom: 15px;
        }

        #searchSection .btnsGroup a.link-s b.block {
            font-size: 22px;
        }

        #searchSection .btnsGroup a.link-s {
            padding: 15px;
            height: 98px;
        }

        div.videoItemslist div.cTitle-eng {
            padding: 15px 15px 0px;
        }

        div.cDescription-eng {
            padding: 0px 15px;
        }

        table.table-ins td {
            position: relative;
            display: block;
            padding: 5px !important;
            padding-left: 50% !important;
            vertical-align: top !important;
        }

        table.table-ins {
            float: left;
            width: 100%;
            font-family: roboto;
            overflow: hidden;
            max-width: 100%;
        }

            table.table-ins thead {
                display: none;
            }

            table.table-ins td:before {
                content: attr(data-label);
                float: left;
                font-weight: 600;
                text-transform: unset;
                width: 50%;
                left: 0px;
                position: absolute;
                padding-right: 15px;
            }

            table.table-ins tr {
                margin-bottom: 20px;
                display: block;
                padding-bottom: 15px;
            }

                table.table-ins tr:last-child {
                    margin-bottom: 0px;
                    display: block;
                    padding-bottom: 0px;
                }
    }

    @media only screen and (max-width:399px) {
        .modal-sm {
            width: 90%
        }

        div.leadingCourses div.courseBox {
            width: 100%
        }

        div.discussionBox div.mainBox div.discussions div.discusDetails {
            width: 200px
        }

        div.footerlogo {
            width: 100%;
            margin-bottom: 10px
        }

            div.footerlogo img {
                width: 200px
            }

        ul.footerlinks {
            float: left;
            width: 100%;
            margin: 0
        }

            ul.footerlinks.bx {
                width: auto;
                margin-right: 15px
            }

            ul.footerlinks.bx1 {
                float: left;
                width: auto
            }

            ul.footerlinks li {
                margin-top: 10px
            }
    }

    @media only screen and (max-width:359px) {
        div.lectureRoomTabs div.boxpadding {
            padding: 0
        }

        div.lectureRoomTabs ul.ReviewsList li div.desc {
            width: 70%
        }
    }

    @media only screen and (max-width:320px) {
        div.btnListCourses div.btnWrap {
            padding: 15px 10px
        }

        header .col-md-4.col-sm-4.left {
            width: 136px
        }

        header .col-md-4.col-sm-4.center {
            width: 155px;
            padding-top: 0
        }

        header .col-md-4.col-sm-4.center {
            width: 105px;
            margin-left: 75px;
            margin-top: 2px;
        }

        div.logo img {
            width: 78px;
            margin: 0;
        }

        header .col-md-4.col-sm-4.left {
            width: auto;
        }
    }

    .heading-title {
        margin-bottom: 100px;
    }

    .text-center {
        text-align: center;
    }

    .heading-title h3 {
        margin-bottom: 0;
        letter-spacing: 2px;
        font-weight: normal;
    }

    .p-top-30 {
        padding-top: 30px;
    }

    .half-txt {
        width: 60%;
        margin: 0 auto;
        display: inline-block;
        line-height: 25px;
        color: #7e7e7e;
    }

    .text-uppercase {
        text-transform: uppercase;
    }

    .team-member, .team-member .team-img {
        position: relative;
    }

    .team-member {
        overflow: hidden;
        background-color: #999;
    }

        .team-member, .team-member .team-img {
            position: relative;
        }

    .mdcat-header-outer .col-md-3 img {
        width: 100%;
    }

    @media screen and (min-width:768px) {
        .mdcat-header-outer .md-img-section {
            padding-right: 0;
        }

        .mdcat-header-outer .md-text-section {
            padding-left: 0;
        }
    }

    .mdcat-header {
        background: #ff00fe;
        color: #FFF;
        padding: 15px 30px;
        min-height: 297px;
        margin-bottom: 34px;
    }

    .mdcat-header-boxes {
        margin-top: 20px;
        height: 100%;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }

        .mdcat-header-boxes > div {
            background: #c12401;
            text-align: center;
            padding: 19px 25px;
            line-height: 16px;
        }

    .md-subjects .col-md-3 {
        margin-bottom: 20px;
    }
}