@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    background-color: #F0F1F7;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

*{
   box-sizing: border-box; 
}

:root {
    --ixb-white: rgb(255, 255, 255);
    --ixb-black: rgb(43, 43, 43);
    --ixb-light-blue: rgb(240, 241, 247);
    --ixb-blue: rgb(5, 44, 100);
    --ixb-orange: rgb(246, 139, 41);

    --color-primary: #f6aca2;
    --color-secondary: #f49b90;
    --color-tertiary: #f28b7d;
    --color-quaternary: #f07a6a;
    --color-quinary: #ee6352;
}

p {
    padding: 0;
    margin: 0;
}

.fontWeight600 {
    font-weight: 600;
}

/* width */
.customeScrollbar::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
.customeScrollbar::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
   
  /* Handle */
.customeScrollbar::-webkit-scrollbar-thumb {
    background: #b0b0b0; 
    border-radius: 20px;
}
  
  /* Handle on hover */
.customeScrollbar::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 20px; 
}

.logo {
    display: flex;
    align-items: center;
}

.logo a {
    display: block;
    position: relative;
    left: 12px;
}

.logo a img{
    width: 80%;
}

.study_header,
.headerLeftSide,
.menu,
.exmaLogoWithName {
    display: flex;
}

.study_header {
    background-color:var(--ixb-white);
    padding: 6px 50px;
    align-items: center;
    width: 100%;
    position: fixed;
    padding-inline-start: 6.3rem;
    z-index: 99;
    top: 0;
    border-bottom: solid 1px #ebebeb;
}

.menu {
    align-items: center;
    cursor: pointer;
    margin-right: 20px;
}

.menu img {
    width: 40px;
}

.exmaLogoWithName {
    align-items: center;
}

.exmaLogoWithName img{
    width: 40px;
    height: 40px;
}

.exmaLogoWithName p {
    font-weight: 700;
    margin-left: 10px;
}

.headerLeftSide{
    flex: 2;
}


.headerRightSide {
    flex: 1;
}

.headerRightSide {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.headerRightSide img{
    cursor: pointer;
    width: 36px;
}

.app-sidebar {
    width: 5rem;
    height: 100%;
    background:var(--ixb-blue);
    position: fixed;
    inset-block-start: 0;
    inset-inline-start: 0;
    z-index: 103;
    transition: all 0.05s ease;
}

.left_side_logo {
    width: 80px;
    height: 80px;
}


.left_side_logo a{
    display: block;
}

.left_side_logo img.logo_position {
    width: 100%;
    position: relative;
    top: 10px;
}

.left_side_logo ul li {
    text-align: center;
}

.left_side_logo ul li a{
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 1rem 0.5rem;
}

.left_side_logo ul li a:hover{
    background-color: #26569C;;
}


.left_side_logo ul li a span{
    margin-top: 6px;
    display: block;
}

.widthZero {
    width: 0;
}

.paddingZero {
    padding-inline-start: 2rem;
}

.noneblueLogo,
.hideWhiteLogo,
.blueLogo,
.left_side_logo_hide {
    display: none !important;
}

.blockblueLogo {
    display: block !important;
    top: 5px;
    left: -20px;
    position: relative;
}

.contentSection {
    min-height: calc(100vh - 3.8rem);
    margin-block-end: 0;
    margin-inline-start: 5rem;
    margin-block-start: 3.75rem;
    transition: all 50ms ease;
    padding: 20px;
}

.marginStartZero {
    margin-inline-start: 1.6rem;
}

a.whiteLogo {
    border-bottom: solid 1px #4e627f;
    padding-bottom: 11px;
}

.left_side_logo ul {
    margin: 0;
    padding: 0;
}

.studyNewList {
   margin: 0;
   padding: 0;
   position: relative;
   overflow-y: auto;
   height: 85vh;
   padding: 0 10px;
} 

.contentSection .col-sm-4 {
    position: relative;
}


.contentSection .col-sm-4::before {
    background-color: #ccc;
    height: 100%;
    width: 1px;
    position: absolute;
    right: -1px;
    content: "";
}

.studyNewList li {
    list-style: none;
}

.studyNewList li a{
    color: #525252;
    text-align: left;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 10px 20px 10px 10px;
    background: #ffffff;
    box-shadow: 0 3px 5px #def0ff;
    border: solid 2px #fff;
    border-radius: 10px;
    display: block;
    text-decoration: none;
    font-weight:700;
    position: relative;
}



.studyNewList li a:hover,
.studyNewList li a.active {
    background: #f68b29;
    background: linear-gradient(90deg,rgb(249 189 135) 0%,rgb(255 231 209) 100%);
    color: #2b2b2b;
    box-shadow: none;
    font-weight: 700;
}

.studyNewList li a.active::after {
    position: absolute;
    content: "";
    background: url("../images/svg/arrow.png");
    right: 20px;
    width: 9px;
    height: 16px;
    background-size: contain;
    top: 15px;
}

.innerSectionOne,
.dropdownContainer {
    width: 100%;
}

.innerSectionOne {
    display: flex;
    margin-bottom: 10px;
}

.allcontentListingsPage {
    margin-block-start: 5rem;
    position: relative;
    overflow-y: auto;
    height: 84vh;
    margin-inline-start: 5rem;
    padding: 20px 10px 0;
}

.directionCol {
    flex-direction: column;
}

.dropdownBgGray {
    background-color: #eef5ff;
    border: #cedff8;
}


.dropdownContainer {
    border-top: solid 2px #f0f1f7;
    padding-top: 12px;
}

.whatWeProvide {
    font-weight: 800;
    font-size: 1.2rem;
}

.whatWeProvide p {
    display: flex;
    align-items: center;
}

.whatWeProvide .imgSize img{
    width: 45px;
    height: 45px;
}

.lineBorderSolidGray {
    background-color: #D6D3D3;
    height: 1px;
}

.lineBorderSolidWhite {
    background-color: #ffffff;
    height: 1px;
}

.whiteAreaContentSection {
    background-color: #fff;
    padding:1px 15px;
    border-radius: 10px;
    box-shadow:0 4px 3px #dcdcdc;
    margin-top: 1rem;
    height: 62vh;
    overflow-y: auto;
}

.lightLightBlue {
    background-color: #EEF3FA;
    padding: 10px;
    border-radius: 5px;
    margin: 14px 0;
}

.videoListSection .videoLink,
.videoListSection .openPdf{
    text-decoration: none;
    color: #2b2b2b;
    display: block;
}


.videoListSection .openPdf:hover,
.videoListSection .videoLink:hover{
    text-decoration: none;
    color: #26569C;
}

.orangeBgColor:checked {
    background-color:#F68B29;
    border-color:#F68B29;
}

.activeOrangeBg {
    background-color: #FFEDDD;
}

.markAsComplete, .choosemarkAsComplete{
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 0.6rem;
}
.markAsComplete span,
.choosemarkAsComplete span{
    font-size: 12px;
    margin-left: 4px;
    font-weight: 600;
}
.markAsComplete img,
.choosemarkAsComplete img{
    width: 16px;
}

.afterChoosingTags {
    display: flex;
    margin: 0;
    padding: 0;
}

.afterChoosingTags li {
    list-style: none;
    font-size: 12px;
    margin: 0 6px;
    border-right: solid 1px #ccc;
    padding-right: 10px;
    font-weight: 600;
}

.afterChoosingTags li:last-child {
    border: 0;
}

.paddingOneRem {
    margin-inline-start: 1rem;
}

.activeTabs {
    background-color: #26569C;
}

.customeDoubtsTabs {
    background-color: #fff !important;
    color: #000;
    margin-right: 1rem;
    position: relative;
}

.customeDoubtsTabs.active {
    background-color: #26569C !important;
}


.customeDoubtsTabs.active:after, .customeDoubtsTabs.active:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.customeDoubtsTabs.active:after {
	border-top-color: #26569C;
	border-width: 7px;
	margin-left: -7px;
}


.doubtsSection {
    border-radius: 10px;
    box-shadow: 0px 2px 5px #dcdcdc;
}

.whenUserAsked {
    color: #737373;
    font-size:12px;
}

.facultyReply {
    padding-left: 4rem;
    margin-top: 1rem;
}

.facultyImgName {
    margin-top: 1rem;
    display: flex;
    align-items: center;
}

.facultyImgName img {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: solid 1px #ccc;
}

.facultyImgName span {
    font-weight: 700;
    margin-left: 0.6rem;
    font-size: 1rem;
}

.facultyImgName small {
    margin-left: 0.6rem;
    color: #737373;
    font-size: 10px;
    position: relative;
    top: 4px;
}

.userAskQuestion {
    background: #f8f8f8;
    padding: 0.6rem;
    border-radius: 5px;
}

.afterBorderZero::before {
    display: none;
}

.whiteBoxWithShadow {
    border-radius: 10px;
    box-shadow: 0 3px 3px #ebebeb;
    position: relative;
}

.whiteBoxWithShadow span.onTrack {
    position: absolute;
    right: 15px;
    top:15px;
    background-color: #F68B29;
    font-weight: 700;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
}

.userContentPicture {
    text-align: center;
    border-bottom: solid 1px #efefef;
    padding-bottom: 1rem;
}

.userContentPicture img {
    width: 150px;
    height: 135px;
    border-radius: 35px;
    border: solid 1px #fff;
    box-shadow: 0 8px 8px #ccc;
    margin-top: 1.4rem;
}

.userContentPicture h3 {
    font-weight: 700;
    margin-top: 1rem;
    font-size: 1.6rem;
}

.userContentPicture p {
    color: #737373;
    padding: 0 4rem;
    line-height: 20px;
}

.prograsStatusHeading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 5rem;
}

.prograsStatusHeading p{
    font-size: 2rem;
    font-weight: 600;
    line-height: 40px;
}

.prograsStatusHeading small{
    font-size: 1.4rem;
}


 .percent {
    position: relative;
    margin-top: 1.5rem;
  }
  
  .card svg {
    position: relative;
    width: 210px;
    height: 210px;
    transform: rotate(-90deg);
  }
  
  .percent svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #f0f0f0;
    stroke-width: 10;
    stroke-linecap: round;
  }
  
  .percent svg circle:last-of-type {
    stroke-dasharray: 625px;
    stroke-dashoffset: calc(625px - (625px * var(--percent)) / 100);
    stroke: #26569C; 
  }
  
  .percent .number {
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
  }
  
  .percent .number h3 {
    font-weight: 600;
    font-size: 1.5rem;
  }
  

  .percent .number h3 span.percentText {
    font-size: 1.5rem;
  }
  
  .percent .title h2 {
    margin: 25px 0 0;
  }

  .progressOverview h3 {
    font-weight: 600;
  } 

  .progress {
    border-radius: 1.25rem;
    margin-top: 0.4rem;
  }

  .grayText {
    color: #686868;
  }

  .darkBlueColor {
    background-color: #26569C;
    border-radius: 50px;
  }

  .progressBarsContainer {
    margin-top: 1rem;
  }

  .yourProgressStatus {
    text-align: right;
  }

  .yourProgressStatus h4{
    font-size:1.4rem;
    font-weight: 700;
    color: #666666;
    margin-top: 1.8rem;
    margin-bottom: 0;
  }

  .yourProgressStatus p {
    color: #26569C; 
    font-weight: 700;
    font-size:2rem;
  }

  .downloadAllContent {
    display: flex;
    justify-content: space-between;
  }

  .downloadPreofress {
    background-color: #26569C;
    color: #fff;
    padding: 1rem 2rem;
    display: inline-block;
    margin-top: 1rem;
    border-radius: 0.8rem;
    text-decoration: none;
  }

  .downloadPreofress:hover {
    color: #fff;
    background-color: #F68B29;
  }

  .mocktestPerformance h5 {
    font-size:18px;
    color: #1454b1;
    font-weight: 700;
  }

  .mocktestPerformance {
    margin-top: 1rem;
  }

  #chart-container {
    margin-top: 1.2rem;
  }

  .avgScoreMt {
    margin-top: 1.2rem;
  }

  .userAllGrothData {
    min-height: 10rem;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
  }

  .userAllGrothData p{
    font-weight: 700;
    font-size: 1.3rem;
  }

  .userAllGrothData span{
    font-size: 1.6rem;
    font-weight: 800;
    color: #26569C;
  }
  
  .userAllGrothData a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    margin-top: 10px;
    background-color: #003789;
    padding: 5px 15px;
    border-radius: 5px;
  }

  .userAllGrothData a:hover {
    background-color: #F68B29;
  }  

  .userStudyHourse {
    font-size: 1.2rem;
    font-weight: 700;
  }

  .userStudyHourse span{
    color: #26569C;
    font-size: 2rem;
  }  

  .userStudyHourse {
    margin-bottom:2rem;
  }

  .userStudyHourse {
    border-radius: 0.9rem;
    overflow: hidden;
  }

.userStudyHourseNew {
    display: flex;
    justify-content: left;
    align-items: center;
    border-radius: 0.9rem;
    margin-top: 1rem;
}

.userStudyHourseNew p {
    padding-left: 1rem;
    font-size: 1.2rem;
    font-weight: 700;
}

.userActivities {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.lastActiveOn {
    margin-top: 2rem;
}

.lastActiveOn p {
    font-weight: 800;
}

.openVideoAndPdf {
    background-color: #F0F1F7;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    left: 0;
    bottom: 0;
    transition: transform .25s ease-in-out;
}

.customModal {
    padding-inline-start:3rem;
    padding-bottom: 0;
}

.courseSubject {
    margin-top: 0.3rem;
}

.courseSubject span{
    font-size: 0.8rem;
    margin-left: 0.6rem;
    color: #7c7c7c;
    font-weight: 600;
    position: relative;
    top: -8px;
}

.examlogoPosition {
    position: relative;
    top: -1px;
}

.customModal .innerSectionOne{
    margin-bottom: 6px;
}

.crossThisModal {
    background-color: #F4F4F4;
    padding: 2px;
    border-radius: 10px;
    transition: box-shadow 0.5s;
}

.makeNotesButton {
    background-color: #3F51B5;
    padding: 8px 15px;
    border-radius: 10px;
    margin-right: 1rem;
    cursor: pointer;
    color: #fff;
    transition: box-shadow 0.5s;
}

.makeNotesButton:hover,
.crossThisModal:hover {
    box-shadow: 0 4PX 0px #CCC;
    background-color: #f68b29;
}

.makeNotesButton p  {
    display: flex;
    justify-content: center;
    align-items: center;
}

.makeNotesButton p span {
    margin-right: 10px;
}

.makeNotesButton p span img {
    width: 20px;
    position: relative;
    top: -2px;
}

.collapse_show {
    transform: translatey(0);
    visibility: visible;
}

.collapse_hide {
    transform: translatey(100%);
    visibility: hidden;
}

.makeNotesFromRightSide_Hide {
    transform: translateX(100%);
    visibility: hidden;
}

.makeNotesFromRightSide_Show {
    transform: translateX(0%);
    visibility: visible;
}

.bodyflowHidden {
    overflow: hidden;
}

.hideMakeNotesButton {
    display: none !important;
}

.showMakeNotesButton {
    display: block;   
}

.contentArea {
    width: 100%;
    margin-top: 4rem;
    margin:3.5rem auto 0;
}

.videoContianer {
    width: 72vw;
    height: calc(100vh - 116px);
    margin: auto;
    position: relative;
}

.videoBottomOptions {
    background-color: #fff;
    position: absolute;
    z-index: 999;
    width: 100%;
    bottom: -55px;
    padding: 10px 0;
} 

.videoNameGoesHere {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

.custom_btn_group {
    background-color: #F4F4F4;
    width: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 10px;
    padding: 5px 0;
}

.userDisLike i {
    color: #ff3838 !important;
}

.userLike i{
    color: #2ccc32 !important;
}

.custom_btn_group button{
    background-color: transparent;
    border: 0;
}

.custom_btn_group button i {
    font-size: 1rem;
    color: #676767;
}

.custom_btn_group span {
    height: 20px;
    width: 1px;
    background: #ccc;
    display: block;
}

.custom_btn_group button.likeBtn:hover i {
    color: #003789;
}
.custom_btn_group button.likeBtn.redColor:hover i,
.custom_btn_group button.likeBtn.redColor i {
    color: #003789; 
}
.custom_btn_group button.dislikeBtn:hover i {
    color: #003789;
}
.custom_btn_group button.dislikeBtn.redColordis:hover i,
.custom_btn_group button.dislikeBtn.redColordis i {
    color: #003789; 
}
.redColordis {
    color: #003789; 
   
}

.shareBtn {
    background-color: #F4F4F4;
    width: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 10px;
    padding: 5px 10px;
    margin-left: 8px;
    cursor: pointer;
}

.shareBtn span {
    font-size: 12px;
}

.shareBtn i {
    font-size: 1rem;
}

a#request_call_me {
    font-size: 12px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
    color: #2b2b2b;
    text-decoration: none;
}

.impVideoBtn {
    background-color: #F4F4F4;
    width: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 10px;
    padding: 5px 10px;
    margin-left: 8px;
    cursor: pointer;
}

.makeNotesSection {
    background-color:#fff;
    width: 30%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    box-shadow: 0 0 10px #ccc;
    transition: transform .25s ease-in-out;
}

.makeYourNotes,
.myNotestTab {
    padding:1rem;
}

.myNotestTab {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #edededcc;
}

.font14 {
    font-size: 14px;
}

.makeNotesSumitBtn .submitBtn{
    background-color: #003789;
    padding: 0.6rem 2rem;
    color: #fff;
    border-radius: 10px;
    border: 0;
    transition: background-color 0.2s;
}

.makeNotesSumitBtn .submitBtn:hover{
    background-color: #F68B29;
    box-shadow: 0 5px 10px #ccc;
}

.nav-tabs  .nav-link.active {
    border-color: transparent;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 0;
}


.makeNotesTabs .nav-link.active {
    border-bottom: solid 2px #003789;
}

.myNotestTab h2 img {
    width: 18px;
}

.myNotestTab h2 span {
    font-size:1.2rem;
    font-weight: 600;
}

.userNotesGoesHere {
    width: 85%;
}

.userNotesGoesHere p {
    padding-left: 1.6rem;
}

.deleteThisNote i {
    color: #F15642;
    cursor: pointer;
    position: relative;
    margin-left: 20px;
}

.autoScrollBar {
    overflow-y: auto;
    height: 94vh;
}


.makeNotesOverlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

.overlayBlock {
    display: block;
}

#study_myTab {
    margin:0 1rem;
}

#study_myTab .nav-item .nav-link {
    margin-bottom: -1px;
    background:#ffffff;
    border-top-left-radius:0.375rem;
    border-top-right-radius: 0.375rem;
    color: #003789;
    margin-right: 0.8rem;
    padding: 5px 2rem;
    border-top: solid 3px #fff;
}

#study_myTab .nav-item .nav-link.active{
    background: #ffba7a;
    border-top: solid 3px #ff7b00;
}

.user_chooseTags {
    margin: 6px 0;
}

.active_tags {
    background: #FFEDDD;
    color: #000;
    border: solid 1px #fff !important;
}

footer {
    background: #050038;
    position: relative;
}

.mocktestPerformanceContain {
    margin-top: 1.4rem;
}

button#taketest {
    font-size: 12px;
    width: 100px;
    border: 0;
    border-radius: 10px;
    margin-right: 8px;
}

.dropdownMrTop {
    margin-top: 2rem;
}

@media(max-width:767px){

    .dropdownMrTop {
        margin: 0;
    }

    #addFliter {
        width: 175px;
        float: right;
    }

    .indexPageMobileTop {
        margin-top: 2.8rem;
      }

    .exmaLogoWithName img {
        width: 30px;
        height: 30px;
        border-radius: 50px;
        margin-right: 20px;
    }
      

    .prograsStatusHeading {
        padding-right:0;
    }

    .mocktestPerformanceContain {
        margin-top: 1rem;
    }

    .hide_on_mobile{
        display: none;
    }

    .topTabsForDesktop,
    .app-sidebar,
    .innerSectionOne {
        display: none;
    }

    .study_header {
        padding:10px 15px 4px;
        padding-inline-start: 1rem;
        margin-top: 2.2rem;
    }

    .allcontentListingsPage{
        margin-block-start: 6rem;
        margin-inline-start: 0rem;
        height: auto;
        padding: 15px 0;
    }

    .mobileHeader {
        position: fixed;
        top: 0;
        left: 0;
        background: rgb(5, 44, 100);
        padding: 0.3rem 0;
        z-index: 999;
        width: 100%;
    }

    .selectOneOption {
        margin-top: 10px;
    }

    .afterChoosingTags li {
        font-size: 10px;
    }

    .markAsComplete span {
        font-size: 10px;
        position: relative;
        top: 0;
    }

    .videoListSection .videoLink, .videoListSection .openPdf {
        font-size: 14px;
    }

    .navDisplayBlock {
        display: block;
    }

    /* .whiteAreaContentSection {
        height: auto;
    } */

    .makeNotesSection {
        width: 80%;
    }

    .headerLeftSide {
        flex-direction: column;
    }

    .customModalLogo {
        position: relative;
        left: -21px;
    }

    .mobileModalHeader {
        margin-top: 0;
        padding: 0;
    }

    .headerRightSide {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .examlogoPosition {
        margin-top: 1rem;
    }

    .mobileModalHeader .study_header {
        margin: 0;
    }

    .videoContianer {
        width: 100%;
        margin: auto;
        position: relative;
        margin-top: 7rem;
    }

    .videoNameGoesHere {
        margin-bottom: 0.6rem;
    }

    .videoBottomOptions {
        bottom: auto;
    }
    
    .userNotesGoesHere p {
        font-size: 14px;
    }

    .contentSection {
        margin-block-end: 0;
        margin-inline-start: 0;
        margin-block-start: 4rem;
        padding: 0;
    }

    .customeDoubtsTabs {
        font-size: 0.8rem;
    }

    .user_chooseTags {
        flex-direction: column;
        margin-top: 10px;
    }

    .user_chooseTags label.form-check-label {
        font-size: 12px;
    }

    .custom_btn_group button i {
        font-size: 1rem;
    }

    .shareBtn span {
        font-size: 1rem;
    }

    .userAllGrothData {
        margin-bottom: 1rem;
    }

    .whiteBoxWithShadow span.onTrack {
        font-size: 12px;
        border-radius: 5px;
    }

    .userStudyHourseNew p {
        padding-left: 1rem;
        font-size: 0.8rem;
        font-weight: 700;
        padding-right: 1rem;
    }

    .facultyReply {
        padding-left: 2rem;
    }

    .navbarOverlaySection {
        background-color: rgba(0,0,0,0.7);
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 101;
        display: none;
    }

    .blockOverlay {
        display: block;
    }

    .userStudyHourse {
        margin-top: 1rem;
    }


    .progressOverview {
        margin-top: 1rem;
    }

    #phaseDropdown,
    #selectedPhaseContent,
    #dynamicList {
        font-size: 14px;
    }

    #study_myTab {
        display: flex;
        flex-wrap: nowrap;
    }

    li.nav-item {
        margin-right: 10px;
    }

    li.navItemMb {
        width: 100%;
    }

    #study_myTab .nav-item .nav-link {
        width: 100%;
        padding: 5px;
    }

    #study_myTab{
        margin-bottom: 1rem;
    }
    
    .userContentPicture p {
        padding: 0 1rem;
    }

    .prograsStatusHeading {
        padding-right: 0;
    }

    .percent svg {
        position: relative;
        margin: auto;
        width: 150px;
        display: block;
    }

    .userContentPicture img {
        width: 120px;
        height: 100px;
    }

    .makeNotesButton p span img {
        width: 14px;
    }

}

@media(min-width:768px) {

    .videoContianer {
        width: 68vw;
        height: 100%;
    }

    .mobileHeader {
        display: none;
    }

    .hideOndesktop{
        display: none;
    }

    .showDesktop {
        display: block !important;
        opacity: 1 !important;
    }

    #myTabContent {
        display: flex;
    }

    div#video,
    div#pdf {
        padding-right: 15px;
    }

}


ul#modal_listing li {
    list-style: none;
    display: flex;
    justify-content: unset;
    align-items: center;
    margin-right: 10px;
    padding: 4px 12px 3px 5px;
    border-radius: 50px;
    margin-bottom: 10px;
    font-size: 14px;
    border: solid 1px #d9d9d9;
}

ul#modal_listing {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

p.selected_tags span {
    border-right: solid 1px #939393;
    padding-right: 5px;
    padding-left: 5px;
}


p.selected_tags span:last-child {
    border: 0;
}

.selectOneOption .form-check label,
.selectOneOption .form-check input
 {
    cursor: pointer;
}

.forDemoUser {
    width: 100%;
    height: 96%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
}

.buyThisCourse p {
    margin: 25px 0;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-size: 1.2rem;
}

.buyThisCourse p span{
    font-weight: 700;
}

.buy_ixambee_course {
    background-color: #3F51B5;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 10px;
    width: 150px;
    cursor: pointer;
    color: #fff;
    transition: box-shadow 0.5s;
    display: inline-block;
    font-size: 1.2rem;
}


.buy_ixambee_course:hover{
    background-color: #f68b29;
    box-shadow: 0 4px 4px #CCC;
    color: #fff;
}

.contentNotAvilable {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 6rem;
    text-align: center;
}


.contentNotAvilable p {
    margin-top: 1rem;
    padding: 0 30px;
}

.contentNotAvilable h3 {
    font-weight: 700;
}

.demoClass .lightLightBlue {
    background-color: transparent;
    margin: 0;
    position: relative;
}

.demoClass .lightLightBlue::before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 80%;
    height: 1px;
    background-color: #eee;
}

.demoClass .lightLightBlue:last-child::before {
    background-color: #fff;
    height: 0;
}

.text-shadows {
    font-weight: 700;
    /* text-transform: uppercase; */
    text-align: center;
    margin: 0;
    color: #720e00;
    font-size: 1.3rem;
  }
  
  @keyframes shadows {
    0% {
      text-shadow: none;
    }
    50% {
      text-shadow: 3px 3px 0 var(--color-secondary);
    }
    100% {
      text-shadow: none;
    }
  }
  
.demoClass .videoListSection::after {
    content: "";
    position: absolute;
    bottom: -25px;
    right: 0;
    margin-right: 7.5%;
    width: 2px;
    height: 100%;
    background-color: #5f5f5f;
}

.demoClass .videoListSection:last-child::after {
    background-color: #ffffff;
}

.demoClass .videoListSection {
    position: relative;
}

.lockThisCourse {
    position: relative;
    z-index: 99;
    background: #fff;
}

.demoClass .videoListSection .form-check {
    left: 10%;
    position: relative;
    z-index: 99;
}

#request_call_me img {
    width: 14px;
    margin-right: 5px;
}

#submit_btn_ask_expert {
    background-color: #16478a;
    padding: 10px 42px;
    color: #fff;
    display: inline-block;
    border-radius: 5px!important;
    margin: 2px 0;
    border: 0;
    cursor: pointer
}

#submit_btn_ask_expert:hover {
    background-color: #f78b29;

  }

  a.thisdownload {
    position: absolute;
    right: 60px;
    font-size: 28px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5px;
    color: #fff;
}  
.testradio .radio-label {
    border: solid 1px #ccc;
    padding:0.6rem;
    border-radius: 10px;
    width: 100%;
    margin-top: 1rem;
    cursor: pointer;
}

.testradio .radio-label.selected {
    border: solid 1px #3F51B5;
    background: #e5e9ff;
}

.testradio .radio-label input,
.testradio input{
    display: none;
}


/* different techniques for iPad screening */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .tab_view {
        padding-left: 5rem;
      }
}

@media(max-width:767px){
    .buyThisCourse img {
        width: 50px;
        height: 50px;
    }

    .buyThisCourse p{
        font-size: 0.8rem;
        margin: 15px 0;
        line-height: 18px;
        letter-spacing: .3px;
    }
    .buy_ixambee_course {
        width: auto;
        font-size: 0.9rem;
    }
}





.searchBarDropdown {
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 1px 7px #cbcbcb;
    position: absolute;
    width: 310px;
    z-index: 999;
    max-height: 200px;
    overflow-x: auto;
    top: 56px;
  }
  
  input#textInput {
    width: 100%;
    height: 2.4rem;
    background:#ececec;
    outline: none;
    border: none;
    border-radius: 0.5rem;
    padding: 0 3.5rem 0 1.2rem;
    font-size: 1rem;
  }
  
  .searchBarForSm {
    position: relative;
    top: -6px;
  }
  
  #searchButton {
    position: absolute;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 0;
    top: 4px;
    right: 20px;
  }
  
  .mtforDt {
    margin-top: 10px;
  }
  
  #searchButton::after{
    position: absolute;
    width: 20px;
    height: 20px;
    content: "\f002";
    font-weight: 900;
    left: 7px;
    top: 7px;
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    color: #9f9f9f;
  }
  
  ul#suggestionsContainer {
    margin: 0;
    padding: 0;
  }
  
  ul#suggestionsContainer li {
    list-style: none;
    position: relative;
    padding-left: 32px;
    padding: 5px 5px 5px 36px;
    margin-top: 13px;
    font-size: 14px;
    cursor: pointer;
  }
  
  ul#suggestionsContainer li:hover {
    background-color: #f1f1f1;
  }
  
  ul#suggestionsContainer li::after {
    position: absolute;
    width: 20px;
    height: 20px;
    content: "\f002";
    font-weight: 900;
    left: 7px;
    top: 7px;
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    color: #9f9f9f;
  }
  
  #response a {
    color: #00388a;
    text-decoration: none;
    margin-bottom: 0;
    display: block;
    font-size: 14px;
    padding: 0.5rem;
  }
  
  #response a:hover {
    background-color: #f1f1f1;
  }
  

.searchBarDropdown{
    display:none;
}
#suggestionDiv{
    display:none;
}
#suggestion{
    color:blue;
}

#sub_15 {
    position: relative;
}

/* #sub_15::before {
    background-color: #f78b29;
    color: #fff;
    font-size: 10px;
    position: absolute;
    left: 10px;
    top: -5px;
    content: "New";
    border-radius: 50px;
    padding: 1px 0 0px 0;
    width: 40px !important;
    text-align: center;
} */
  
  @media(max-width:767px) {
    .searchBarForSm {
      max-width: 230px;
      position: absolute;
      right: 10px;
      top: 9px;
    }
  
    input#textInput {
      width: 100%;
      height: 2rem;
      background: #ffffff;
      outline: none;
      border: none;
      border-radius: 1.625rem;
      padding: 0 3.5rem 0 1.2rem;
      font-size: 1rem;
    }
  
    #searchButton {
      top: 1px;
    }
  
    .searchBarDropdown {
      background: #fff;
      padding: 1rem;
      border-radius: 10px;
      box-shadow: 0 11px 24px #8e8e8e;
      position: absolute;
      width: 94%;
      z-index: 999;
      max-height: 185px;
      overflow-x: auto;
      top: 46px;
      right: 10px;
  }
  }
  
  
  