/*@media (min-width:1024px) and (max-width:1200px) {
    .headerRight li a {
        font-size: 14px;
    }

    a.login, a.freeReg {
        font-size: 14px;
    }

    .Searchbar input[type="text"] {
        font-size: 13px;
    }

    .logo {
        width: 90px;
    }
    .featuredList {
        padding: 7px;
        width: 50%;
        text-align: center;
        margin-right: 0px;
        box-sizing: border-box;
    }
    .featuredimage {
        margin: 0 auto;
    }
    .digitalFeatured {
        margin-left: auto;
        margin-right: auto;
    }
    .fcitemlist {
        margin-bottom: 32px
    }
    .referImg img {
        height: calc(100% + 96px);
    }


}

@media (min-width:768px) and (max-width:1024) {
}*/

@media (max-width:1200px) {
    .headerRight nav {
        display: none;
    }

    .container-fluid {
        padding: 0 15px;
    }

    .toggleMenuButton span {
        height: 2px;
        width: 100%;
        position: relative;
        margin-bottom: 4px;
        display: block;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        background: #d91b5d;
    }

    .headerLeft {
        align-items: center;
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .headerMenuOpen .toggleMenuButton span:nth-child(1) {
        transform: rotate(45deg);
        top: 5px;
        /*background: #fff;*/
    }

    .accordianlist h3 {
        font-size: 18px;
    }

    .toggleMenuButton span:last-child {
        margin-bottom: 0;
    }

    .headerMenuOpen .toggleMenuButton span:last-child {
        display: none;
    }

    .headerMenuOpen .toggleMenuButton span:nth-child(2) {
        transform: rotate(-45deg);
       /* background: #fff;*/
        top: -1px;
    }

    .logo {
        width: 60%;
    }

    .toggleMenuButton {
        position: absolute;
        width: 22px;
        right: 0;
        z-index: 91;
        height: auto;
        z-index: 91;
        cursor: pointer;
    }

  /*  .navigation.headerMenuOpen .headerRight nav {
        display: block;
    }

    .navigation.headerMenuOpen .headerRight {
        top: 0;
        display: block;
        position: fixed;
        padding: 0;
        left: 0px;
        z-index: 9;
        right: 0;
        margin-top: 0;
        background: #434242;
        bottom: 0;
        width: 100%;
        height: 100%;
        margin: 0;
    }

        .navigation.headerMenuOpen .headerRight .loginBtn {
            border-left: 0;
            padding-left: 0;
        }
*/
    .navigation {
        flex-wrap: wrap;
    }

        .navigation .headerRight .Searchbar input[type="text"] {
            font-size: 14px;
            min-width: auto;
            width: 100%;
        }

        .navigation.headerMenuOpen .headerRight .Searchbar {
            display: none;
        }

        .navigation.headerMenuOpen .headerRight nav {
            position: absolute;
            top: 124px;
            left: 10px;
        }

        .navigation .headerRight .loginBtn {
            border-left: 0;
            display: none;
            padding-left: 0;
        }

        .navigation.headerMenuOpen .headerRight nav li {
            width: 100%;
            margin-bottom: 16px;
        }

            .navigation.headerMenuOpen .headerRight nav li a {
                color: #fff;
                font-size: 16px;
                margin-bottom: 15px;
            }

        .navigation.headerMenuOpen .headerRight .loginBtn {
            display: flex;
            flex-flow: initial;
            align-items: center;
            padding: 21px 15px;
            justify-content: flex-start;
        }

    .headerRight a.freeReg {
        display: none;
    }

    .navigation.headerMenuOpen .headerRight a.freeReg {
        display: flex;
        font-size: 16px;
        background: white;
        color: #434242;
    }

    .headerRight {
        justify-content: space-around;
        padding-left: 0px;
        padding: 0;
        margin-right: 0;
        border-top: 1px solid rgb(217 27 93 / 10%);
        padding-top: 10px;
        margin-top: 10px;
        margin-left: -15px;
        width: calc(100% + 30px);
        margin-right: -15px;
        display: none;
        transition: all .3s;
    }

    .navigation .headerRight .loginBtn a {
        font-size: 18px;
        margin-right: 19px;
        color: #fff;
    }

    .sectionTitle h1 {
        font-size: 28px;
        text-align: center;
        line-height: 1.3;
    }

    .Banner .sectionTitle p {
        font-size: 18px;
    }

    .sectionTitle h2 {
        text-align: center;
        font-size: 24px;
    }

    .bannerPnnel {
        display: flex;
        flex-wrap: wrap;
    }

    .sectionTitle p {
        font-size: 16px;
        line-height: 1.4;
        text-align: center;
        padding: 20px 0px 0;
    }

    .sectionTitle img {
        height: 5px;
    }

    .refer_description {
        width: 100%;
        padding: 20px 20px 20px 20px;
    }

    .referSWarp {
        flex-wrap: wrap;
    }

    .refer_description h2 {
        font-size: 24px;
    }

    .submitBtnForQuiz {
        margin-top: 0;
    }

    .sectionSubTitle {
        font-size: 16px;
    }

    .fCSection {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .sectonTitle {
        font-size: 24px;
    }

    .referSection {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .referImg {
        width: 40%;
        display: none;
    }

    .quizSection span {
        margin-bottom: 20px;
        padding: 8px 24px 8px 13px;
        font-size: 14px;
    }

    .vendorlistslider.owl-carousel.owl-loaded.owl-drag .owl-dots {
        display: none;
    }

    .sectionPdding {
        padding: 20px 0;
    }

    .quizSection h2 {
        font-size: 24px;
    }

    .quizSection h3 {
        font-size: 20px;
    }

    .quizSectionWrap {
        width: 100%;
    }

    header#header {
        padding-top: 15px;
        padding-bottom: 15px;
        background: rgb(255 255 255);
        position: fixed;
        top: 0;
        z-index: 99;
    }

    .bannerPnnel {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .searchbar input[type="text"] {
        width: 100%;
        height: 50px;
        padding: 0 155px 0 20px;
        box-sizing: border-box;
        font-size: 14px;
    }

    .freeTrainingSection {
        background-color: #f6faff;
        padding: 20px 0;
    }

    .sectionSubTitle::before {
        content: "";
        position: absolute;
        left: calc(50% - 44px);
        bottom: -10px;
    }

    .searchbar a {
        position: absolute;
        padding: 16px 30px 16px 30px;
        background: #1c75bc;
        height: 50px;
        box-sizing: border-box;
        border-radius: 30px;
        font-size: 16px;
        right: 0;
    }

    .searchbar {
        padding-top: 30px;
        position: relative;
        width: 70%;
    }

    section.Banner {
        background: #f6faff;
        padding-top: 35px;
        padding-bottom: 50px;
    }

    .bannerleftPannel {
        flex: 0 0 100%;
        margin-top: 30px;
        width: 100%;
        padding-right: 0px;
    }

    .vendorlistslider.owl-carousel .owl-nav button.owl-prev, .vendorlistslider.owl-carousel .owl-nav button.owl-next {
        display: none;
    }

    .vendorlist img {
        width: 80px !important;
    }

    .vendorlistslider.owl-carousel.owl-loaded.owl-drag {
        padding: 0px 0 0;
    }

    .jobmarketListing {
        /*display: block;*/
        padding: 20px 5px;
        flex-wrap: wrap;
        /*overflow-x: scroll;*/
        /*margin: 0 -15px;*/
        /*white-space: nowrap;*/
        position: relative;
        /*overflow-y: hidden;*/
        align-items: center;
        justify-content: center;
    }

    .courseresultlist {
        display: flex;
        flex-wrap: wrap;
        margin-top: 5px;
        margin-right: x;
    }

    .courseProgramshorsrch {
        width: 100%;
        flex-wrap: wrap;
    }

    .courseresultlist .userinput {
        width: 50%;
    }

    .userinput {
        width: 100%;
        box-sizing: border-box;
        padding: 0px 15px 15px;
    }

    .courselistingProgram {
        padding: 20px 0 0;
    }

    .marketCardDetail {
        padding: 15px 15px;
    }

    .marketCard {
        max-width: 82%;
        min-width: 250px;
        display: inline-block;
    }

    .courseresultlist .userinput {
        width: 50%;
        padding: 5px;
    }

    .featuredList h3 {
        font-size: 18px;
        text-align: center;
    }

    .featuredList {
        padding: 7px;
        width: 50%;
        text-align: center;
        margin-right: 0px;
        box-sizing: border-box;
    }

        .featuredList img {
            max-height: auto;
            width: 80px;
        }

    .featuredimage {
        width: 140px;
        height: 140px;
        margin: 0 auto;
    }

    .CloudText h3 {
        font-size: 16px;
    }

    .featuredList p {
        text-align: center;
    }

    .digitalFeatured {
        flex-wrap: wrap;
        margin: 0;
        padding: 20px 0 0;
    }

    .howthisworkLeft .sectionTitle p {
        padding: 0;
        font-size: 16px;
        text-align: left;
    }

    .workAccordian {
        padding: 20px 0 0;
    }

    .workdividon {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .howthisworkLeft {
        padding-right: 0px;
        padding-top: 20px;
    }

    .playVideoHere span {
        font-size: 18px;
        padding-left: 0px;
    }

    .fCItem, .fcbackitem {
        height: 180px;
        margin: 0;
        width: 100%;
        padding-top: 38px;
        box-sizing: border-box;
    }

    .fcitemlist {
        width: 100%;
        height: 180px;
        margin: 5px;
        width: calc(50% - 10px);
    }

    .fCItem h5 {
        font-size: 18px;
    }

    .fCItem:nth-child(2) {
        padding-top: 56px;
    }

    .top-headings h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .vidz-div img {
        width: 100%;
    }

    .blue-heading {
        font-size: 24px;
    }

    .gray-heading {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .testi-user {
        margin-top: 20px;
    }

    .testimonial {
        display: flex;
        flex-wrap: wrap;
    }

    .skill-bg {
        padding: 20px 0;
    }


    .fCItem h6 {
        font-size: 16px;
    }

    .test-left {
        width: 100%;
        margin-left: 0;
        display: none;
    }

    .test-right {
        background: #f6faff;
        width: 92%;
        padding: 20px 15px;
    }

    .test-right {
        background: #f6faff;
        width: 100%;
        box-sizing: border-box;
        padding: 15px;
    }

    .footercontent-sec {
        display: flex;
        padding: 0px 0 20px 0;
        flex-wrap: wrap;
    }

    .footer-contact-sec {
        width: 100%;
    }

    .footer-link-sec, .footer-course-sec {
        width: 50%;
        padding: 20px 0;
    }

    .footer-header-left {
        color: #fff;
        font-size: 20px;
    }

    .colordot li {
        margin: 15px 15px 0;
    }

    .feat-list li {
        margin-bottom: 20px;
    }

    .pink-btn {
        width: 85px;
    }

    .footer-feature-sec {
        width: 100%;
        padding: 0;
    }

    .img-div {
        display: none;
    }

        .img-div ul li:nth-child(1), .img-div ul li:nth-child(3) {
            padding-left: 30px;
        }

    .skillsindemand {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .vidz-div {
        width: 100%;
    }

    .AllFilters .userinput {
        align-items: center;
        width: 100%;
    }

    .innerbanner {
        position: relative;
        height: 200px;
    }

    .leftpannel {
        width: 100%;
        margin-right: 0;
    }

    .pannelheader {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .divideIcon span img {
        width: 20px;
        height: 20px;
    }

    .divideIcon span {
        display: inline-block;
        padding: 8px 8px 5px;
    }

    .buffleShort {
        margin-bottom: 20px;
    }

    .pannelheader svg.svg-inline--fa.fa-angle-down {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .leftpannel .cardlayoutChange .marketCard .Mcard {
        min-width: 250px;
    }

    .leftpannel .cardlayoutChange .marketCardDetail {
        width: 100%;
    }

    .leftpannel .cardlayoutChange .marketCard .Mcard img {
        border-radius: 0;
        height: 100%;
    }

    .rightpannel {
        box-sizing: border-box;
        width: 100%;
    }

    .rightsidebar.skill-level label input[type="checkbox"] {
        width: 16px;
        height: 16px;
    }

    .rightsidebar.Prices label input[type="radio"] {
        width: 16px;
        height: 16px;
    }

    .rightsidebar {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eeefef;
        padding: 0 20px 20px;
    }

    .scardimg {
        margin-right: 10px;
        width: auto;
    }

    .rating {
        margin: 10px 0 10px;
    }

    .rightpannel {
        padding: 20px 10px;
    }

    .AllFilters svg.svg-inline--fa.fa-angle-down {
        position: absolute;
        right: 33px;
        top: 20px;
    }

    .profileCrddetails h3 {
        font-size: 20px;
        white-space: normal;
    }

    .seeall {
        text-align: center;
        margin-bottom: 20px;
    }

    .Searchbar {
        position: relative;
        width: 82%;
        margin: 0 20px;
        font-size: 15px;
    }

        .Searchbar svg.svg-inline--fa.fa-xmark {
            position: absolute;
            right: -10%;
            font-size: 22px;
            color: #898989;
            top: 6px;
        }

    main.content {
        padding-top: 122px;
        padding-bottom: 16px;
    }

    .courseresultDesc {
        position: absolute;
        left: 15px;
        bottom: 15px;
        right: 10px;
    }

    .searchbutton {
        position: absolute;
        top: 14px;
        right: 40px;
        display: block;
        font-size: 16px;
        color: #d91b5d;
    }

    .CloudText h3 svg {
        background: #fff;
        font-size: 18px;
    }

    .courseresultDesc img {
        width: 44px;
    }

    .display_ {
        display: block;
    }

    .Searchbar svg.svg-inline--fa.fa-xmark {
        display: block;
    }

    .EmpowerList, .empowerskillcontnr, .organizationalSuccesCard, .ourArticlesec, .sectionTitle.MeetTopTeacher {
        flex-wrap: wrap;
    }

    .AiCardlist {
        overflow: auto;
    }

    .AicardItem {
        min-width: 238px;
        margin-right: 20px;
    }

    .sectionTitle h5 {
        text-align: center;
    }

    .sectionTitle.MeetTopTeacher {
        justify-content: center;
    }

    .emprightpannel .fCSection {
        flex-wrap: initial;
        overflow: auto;
        justify-content: flex-start;
    }

    .indivisualcardlist {
        overflow: auto;
    }

    .indcardimg img {
        width: 61px;
    }

    .sectionTitle h4 {
        font-size: 16px;
        color: #2a3b8f;
        margin-bottom: 4px;
        text-align: center;
    }

    .sectionTitle h5 {
        font-size: 14px !important;
        letter-spacing: 1px !important;
        margin-bottom: 10px !important;
    }

    .refArticle h3, .articlethumbDesc h3 {
        font-size: 18px;
    }

    .ArticleList {
        width: 100%;
    }

    p.Datecomment {
        margin-bottom: 10px;
    }

    .TeacherItem {
        margin-right: 20px;
        min-width: 250px;
    }

    .refArticle {
        width: 100%;
        margin-bottom: 30px;
    }

    .indcarditem {
        min-width: 250px;
        border: 1px solid #ccc;
        margin-right: 20px;
    }

    .sectionTitle.MeetTopTeacher p {
        width: 100%;
        padding-top: 10px;
    }

    .TopTecherTitle {
        text-align: center;
    }

    .TeacherList {
        overflow: auto;
    }

    .indcarditem:last-child, .TeacherItem:last-child {
        margin-right: 0;
    }

    .emprightpannel .fcitemlist {
        min-width: 230px;
        margin-right: 20px;
        height: 200px;
    }

    .emprightpannel .fCItem {
        height: 200px;
    }

    .courselisttitle {
        padding: 15px 0 0;
    }

    .applycourselist {
        padding-top: 0;
    }

    .tab_body.curriculam .accordianlist h3 {
        padding: 10px;
        padding-right: 20px;
        border-radius: 5px;
        font-size: 16px;
    }

    .lessionTitle {
        padding-left: 0;
        font-size: 14px;
    }

    .questiontimebtn button {
        min-width: 75px;
        color: #fff;
        height: 25px;
    }

    .instructor_item, .reviewwrap {
        display: flex;
        flex-wrap: wrap;
    }

    .instructordetails p.recognision {
        font-size: 16px;
    }

    .instructordetails p {
        font-size: 14px;
    }

    .instructorimga {
        width: 100%;
        height: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .RuserDesc {
        width: calc(100% - 100px);
        padding-right: 0;
    }

    .ratingCountlist {
        width: 100%;
        padding: 15px;
    }

        .ratingCountlist li span {
            font-size: 14px;
        }

    .ratingslide {
        width: 60%;
    }

    .totlerating h2 {
        font-size: 60px;
    }

    .totlerating {
        border-right: 0;
        width: 100%;
        border-bottom: 1px solid #fff;
    }

    .instructorList .instructordetails h4 {
        font-size: 20px;
    }

    .lessiondesc {
        width: 100%;
        margin-top: 10px;
    }

    .listDetails li {
        flex-wrap: wrap;
    }

    .lessiondesc {
        padding-right: 0;
    }

    .tab_body.curriculam .accordianlist h3 .arrow {
        font-size: 17px;
    }

    .learninglist li {
        display: flex;
        width: 100%;
        font-size: 16px;
        padding-bottom: 18px;
    }

    .courselisttitle li a {
        font-size: 14px;
    }

    .sectionTitle ._description p {
        padding-top: 0;
        font-size: 18px;
    }

    .emprightpannel .fcitemlist:nth-child(2), .emprightpannel .fcitemlist:nth-child(3) {
        margin-top: 0;
    }

    .AicardItem:last-child, .emprightpannel .fcitemlist:last-child {
        margin-right: 0;
    }

    .NotificationStrip {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 20px 15px;
    }

        .NotificationStrip span {
            margin-top: 15px;
        }

    .empleftpannel, .emprightpannel {
        width: 100%;
    }

    .successcardlist {
        width: 100%;
    }

    .bannerleftPannel.enterpriseleftpannel {
        width: 100%;
        flex: 0 0 100%;
        box-sizing: border-box;
        min-height: 200px;
    }

    .certificateCourse {
        padding: 30px 0;
        width: 100%;
        text-align: center;
    }

    .tendingItem h4 {
        font-size: 18px;
        margin: 6px 0;
    }

    .seeall.blueBg a.seeAllButton {
        margin-top: 10px;
    }

    .seeall.blueBg {
        margin-bottom: 0;
    }

    .tendingItem p {
        font-size: 14px;
    }

    .certificateCourse h2 {
        color: #fff;
        font-size: 24px;
    }

    .TrendImg {
        width: 80px;
        height: 80px;
    }

    .Empoweritem {
        width: 130px;
        height: 130px;
        margin-bottom: 20px;
    }

    .footerVariessec {
        padding: 30px 15px;
    }

    .EmpowerList {
        padding: 20px 0 0;
    }

    .tendingItem {
        padding: 20px 0px;
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }

    .pageBannerSection h1 {
        font-size: 19px;
    }

    .pannelheader li a {
        font-size: 13px;
    }

    .courseoverviewDesc p {
        font-size: 14px;
    }

    .pannelDivide.mechinelearningpannel .leftpannel .tab_body {
        padding: 0 15px;
    }

    .CourseOverview .sectionTitle {
        text-align: left;
        margin: 16px 0;
    }

    .ManagerTeam .pSbody, .courseMdlPrgrs .pSbody {
        display: block;
    }

    .ManagerTeam .pSDescription, .courseMdlPrgrs .pSDescription {
        width: 100%;
    }

    .courseMdlPrgrs .pSDescription {
        margin-top: 28px;
    }

    .ManagerTeam .pSNavTab {
        margin-top: 0px;
    }

    .ManagerTeam .Searchbar {
        right: 0;
        width: 100%;
        margin: 0;
    }

    .ManagerTeam .pSNavTab, .courseMdlPrgrs .pSNavTab {
        width: 100%;
    }

    .dshbrdCard {
        width: 100%;
        margin-right: 0px;
    }

    .dshbrdContent {
        padding: 24px 0px 0px 0px;
    }

    .crsMdlContainer {
        padding: 24px 24px 0px 24px;
    }

    .form-row {
        display: block;
    }

        .form-row .form-group {
            width: 100%;
        }

    .ManagerTeam .pSNavTab {
        min-height: 0px;
    }

    .ManagerTeam .pSheader {
        display: block;
    }

    .PsRight {
        float: none;
        justify-content: space-around;
        padding-top: 16px;
    }

    .pageHeading {
        font-size: 16px;
        padding-top: 24px;
    }

    .staticPage p {
        font-size: 14px;
    }

    .staticPage {
        padding: 0px 0 24px;
    }

    .loginSignupSections h2 {
        font-size: 24px;
    }

    .cerficationDetails, .flexPage {
        flex-wrap: wrap;
    }

    .page-left-sec, .page-right-sec {
        width: 100%;
        padding-right: 0;
    }

    .packagesContainer {
        flex-wrap: wrap;
        justify-content: center;
    }

    .package-sec {
        margin-bottom: 62px;
        margin-right: 12px;
        margin-left: 12px;
        min-width: 256px;
    }

    .pathsContainer {
        flex-wrap: wrap;
    }

    .pathContainer {
        width: 100%;
        box-sizing: border-box;
    }

    .imageContainer {
        width: 120px;
    }

        .imageContainer img {
            width: 82px;
        }

    .courserheaderDesc {
        display: flex;
        flex-wrap: wrap;
    }

        .courserheaderDesc li {
            align-items: center;
            flex-wrap: wrap;
            width: auto;
        }

    .cDRightItemFooter {
        display: flex;
        align-items: center;
    }

    .cDLeftPanel {
        width: 100%;
        float: none;
        margin-right: 0;
        display: none;
    }

    .cdRightPHeader {
        margin-left: 0;
        margin-right: 0;
    }

    .courseProgressPage .pageHeading {
        font-size: 24px;
    }

    .fcitemcontainer {
        height: 180px;
        margin: 5px;
        width: calc(50% - 10px);
    }

        .fcitemcontainer .fcitemlist {
            height: auto;
            margin: 0px;
            width: auto;
        }

    .page-right-sec {
        padding-top: 48px;
    }

    .awssilver.package-sec {
        margin-right: 0;
        margin-left: 0;
        box-sizing: border-box;
        max-width: 460px;
    }

    .dashboardCdpage {
        flex-wrap: wrap;
    }

        .dashboardCdpage .cDRightPanel {
            padding: 0 !important;
        }
}

/*@media screen and (max-width: 1200px) {
    .searchbar a {
        position: absolute;
        padding: 8px 20px 7px 20px;
        height: 34px
    }

    .searchbar input[type="text"] {
        width: 100%;
        height: 36px;
    }

    .searchbar {
        width: 100%;
    }

    .dashboardContainer {
        margin-top: 28px;
    }
}

@media all and (max-width:1200px) {
    .section404 a {
        font-size: 14px;
    }

    .section404 img {
        width: 300px;
    }

    .section404 h1 {
        font-size: 32px;
    }

    .section404 h3 {
        font-size: 16px;
    }

    .pageBannerSection h1 {
        font-size: 32px;
    }

    .pageBannerSection {
        padding: 32px 0;
    }

    .dashboardSection {
        padding-top: 32px;
    }

    .dSNav a {
        font-size: 15px;
        font-weight: 700;
    }

    .dsDecriptionList {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .dsDecription img {
        width: 100%;
    }

    .dsCourseDetails {
        width: 60%;
    }

        .dsCourseDetails h6 {
            font-size: 14px;
            line-height: 1.3;
        }

        .dsCourseDetails h3 {
            font-size: 20px;
            font-weight: 600;
        }

    .dsActionSec {
        width: 40%;
    }

    .dsStartCourseBtn, .dsCompletedCourseBtn {
        font-size: 13px;
        width: 114px;
    }

    .dsActionSecInProgress p i {
        width: 18px;
        height: 18px;
    }

    .dsActionSecInProgress p {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .dsActionSecInProgress h4 {
        font-size: 16px;
    }

    .dsActionSecInProgress span {
        padding-left: 0;
    }

    .loginSignupSections {
        width: 320px;
        padding: 32px 24px;
        box-sizing: border-box;
    }
}

@media all and (max-width:1200px) {
    .dashBrdCatContent .dshBrdInrCon:first-child {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .dshbrdCard {
        width: 48%;
        margin-right: 4%;
    }

        .dshbrdCard:nth-child(3n+0) {
            margin-right: 4%;
        }

        .dshbrdCard:nth-child(2n+0) {
            margin-right: 0px;
        }
}

@media all and (max-width:1200px) {
    .dsDecription img {
        width: 120px;
        margin-top: 24px;
    }

    .dsCourseDetails {
        width: calc(71% - 120px);
    }

    .dsActionSec {
        width: 29%;
    }

    .pSNavTab {
        width: 236px;
    }

    .pSDescription {
        width: calc(100% - 260px);
    }

    .psdCHeader {
        padding: 24px 32px;
    }

    .psdCBody {
        padding: 24px 32px;
    }

    .mOOrderId, .mOOrderPrice, .mOOrderDetails {
        width: 96px
    }

    .mOOrdername {
        width: calc(100% - 288px);
    }

    .myOrderListWrapHeader span {
        font-size: 16px;
    }

    .bgbText p {
        font-size: 16px;
    }
}

@media all and (max-width:1200px) {

    .pSbody {
        flex-wrap: wrap;
    }

    .pSNavTab {
        margin-bottom: 32px;
    }

    .pSDescription {
        width: 100%;
    }

    .psdCHeader {
        padding: 24px 32px;
    }

    .psdCBody {
        padding: 24px 12px;
    }

    .mOOrderId, .mOOrderPrice, .mOOrderDetails {
        width: 73px;
        padding-right: 12px;
    }

    .mOOrdername {
        width: calc(100% - 219px);
    }

    .myOrderListWrapHeader span {
        font-size: 16px;
    }

    .profileCart a span {
        font-size: 12px;
        line-height: 14px;
        height: 14px;
        width: 14px;
    }

    .profileCart a i {
        margin-left: 4px;
        width: 20px;
        height: 20px;
    }

    .profileCart a {
        font-size: 14px;
    }

    .profileCourseDesc h5 {
        font-size: 12px;
    }

        .profileCourseDesc h5 a {
            display: block;
        }

    .profileCourseDesc h4 {
        font-size: 14px;
    }

    .profilenamecourses img {
        width: 66px;
    }

    .pSheader {
        padding: 16px 12px;
    }

    .navigation {
        flex-wrap: wrap;
        justify-content: center;
    }

    .checkoutSection .container {
        display: block;
    }

    .billingDetailsSection, .orderSummarySection {
        width: 100%;
    }

    .bgbText p {
        font-size: 16px;
    }

    .checkoutSection h2 {
        font-size: 24px;
    }

    .productCartTotal p {
        font-size: 16px;
    }

    .cartTotal .pDesc {
        font-size: 22px;
    }

    .jRHeader p {
        font-size: 16px;
    }

    .jRItem {
        height: auto;
        margin: 5px;
        width: calc(50% - 10px);
        padding-top: 38px;
    }

        .jRItem h2 {
            font-size: 18px;
        }

        .jRItem h5 {
            font-size: 14px;
        }

    .jobRolePage {
        padding: 24px 0;
    }

    .pDescBox {
        padding: 48px 24px 48px;
        max-width: 90%;
    }

        .pDescBox img {
            width: 64px;
            margin-bottom: 14px;
        }

        .pDescBox h2 {
            font-size: 22px;
            margin-bottom: 12px;
        }

        .pDescBox h5 {
            font-size: 16px;
            line-height: 1.2;
        }

    .pDescBoxActionBtn a {
        font-size: 16px;
        padding: 16px 4px;
        min-width: 155px;
        margin: 0 6px 12px;
    }

    .pUIDesResult span {
        font-size: 16px;
    }

    .pUIDes h5 {
        font-size: 16px;
    }

    .pUIDes h4 {
        font-size: 14px;
    }

    .pUIDesWrap img {
        width: 42px;
        margin-right: 8px;
    }

    .pUIheader {
        padding: 16px 18px;
    }

    .userLogedIn {
        display: flex;
        flex-flow: initial;
        align-items: center;
        padding: 29px 15px;
        justify-content: flex-start;
    }

    .signedIn {
        font-size: 18px;
        margin-right: 19px;
        color: #fff;
    }

    .logedInInfo {
        right: auto;
        left: 0;
        position: relative;
    }

    .marketCard {
        white-space: normal;
    }

    .courseAboutDesc {
        padding: 15px 15px 15px;
    }

    .quizSection {
        background: none;
    }

    main.content {
        padding-top: 72px;
    }

    .formINfoWrap {
        flex-wrap: wrap;
    }

        .formINfoWrap .row60, .formINfoWrap .fCIDescription {
            width: 100%;
        }

    .contactFormPageWrap .pageHeading {
        font-size: 20px;
    }

    .formINfoWrap .fCIDescription {
        padding-top: 24px;
        padding-bottom: 32px;
    }

    .contactFormPageWrap .fCIDescription h4 {
        font-size: 18px;
    }

    .contactFormPageWrap .fCIDescription h3, .contactFormPageWrap .fCIDescription p {
        font-size: 16px;
    }
}

@media screen and (max-width:1200px) {
    .dshbrdCard {
        width: 100%;
        margin-right: 0;
    }

        .dshbrdCard:nth-child(3n+0) {
            margin-right: 0;
        }

        .dshbrdCard:nth-child(2n+0) {
            margin-right: 0px;
        }
}

@media all and (max-width:1200px) {

    .userLogedIn {
        display: flex;
        flex-flow: initial;
        align-items: center;
        padding: 50px 15px;
        justify-content: flex-start;
    }

    .signedIn {
        font-size: 18px;
        margin-right: 19px;
        color: #fff;
    }

    .logedInInfo {
        right: auto;
        left: 0;
        position: relative;
    }

    .marketCard {
        white-space: normal;
    }

    .courseAboutDesc {
        padding: 15px 15px 15px;
    }

    .quizSection {
        background: none;
    }
}
*/
