@font-face {
    font-family: 'Open Sans';
    src:url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Now';
    src: url('../fonts/Now-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Now';
    src: url('../fonts/Now-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Now';
    src: url('../fonts/Now-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Now';
    src: url('../fonts/Now-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Now';
    src: url('../fonts/Now-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Now';
    src: url('../fonts/Now-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


*, body, div, p, span, h1, h2, h3, h4, h5, h6, ul, li, ol{
	margin: 0px;
	padding: 0px;
}

a, a:hover{
	text-decoration: none;
}
body{
    font-family: 'Now';
    background-color: #e9ecef;
}
.align-center{
    align-content: center;
    align-items: center;
    align-self: center;
}

header{
    box-shadow: 0px 10px 25px rgb(0 0 0 / 8%);
    position: sticky;
    top: 0;
    z-index: 4;
}
header .navbar{
    padding: 0px;
}
.header-logo-img img{
    width: 100px;
}

.logo-img img{
    width: 100px;
}

.navbar-menu-btn {
    display: none;
    background-color: #EB1D36;
    height: 71px;
    line-height: 71px;
    width: 50px;
    text-align: center;
    margin-right: -12px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}
.navbar-expand-lg .navbar-nav{
    align-items: center;
}


.dashboard-menu-sec {
	width: 260px;
	padding: 20px;
	height: calc(100vh - 71px);
	background-color: #143f6b;
	box-shadow: 0px 0px 25px rgb(0 0 0 / 8%);
	position: fixed;
	top: 71px;
	overflow-y: auto;
}
.dashboard-content-wrapper{
    width: calc(100% - 250px);
        margin-left: 250px;
}
.dashboard-content-sec{
    padding: 30px;
}

.dashboard-menu-sec .nav-pills .nav-link {
    color: #c5c5c5;
    border-radius: 0px;
    padding: 5px 0px;
    position: relative;
    padding-left: 25px;
    width: 100%;
    word-break: break-word;
}
.pi-test-img-sec img {
    max-width: 100%;
}
.dashboard-menu-sec .nav-pills .nav-link.active {
    color: #fff;
    background-color: transparent;
    font-weight: 500;
    border-bottom: 3px solid #fff;
}
.dash-menu-icn {
    margin-right: 7px;
    width: 24px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 5px;
}
.dashboard-menu-sec .nav-pills li{
    margin-bottom: 15px;
}

.profile-wrapper{
    display: flex;
    align-self: center;
    align-items: center;
    align-content: center;
    position: relative;
}
.profile-dropdown-wrapper {
    background-color: #e9ecef;
    padding: 5px 15px;
}
.profile-dropdown-wrapper .dropdown-toggle::after{
    display: none;
}
.profile-dropdown-wrapper .dropdown-menu{
    border: none;
    box-shadow: 0px 10px 25px rgb(0 0 0 / 8%);
    border-radius: 5px;
    right: 0px;
}
.profile-img-sec{
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 15px;
}
.profile-img-sec img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-name h6{
    font-size: 16px;
    font-weight: 600;
    color: #EB1D36;
}
.profile-name p{
    font-size: 14px;
    color: #5f8499;
}



.heading-sec h1{
    font-size: 36px;
    font-family: 'Now';
    color: #EB1D36;
}
.heading-sec h4{
    font-size: 20px;
    font-family: 'Now';
    color: #333;
}

.breadcrumb-sec{
    margin-top: 15px;
}
.breadcrumb-sec li{
    display: inline-block;
}
.breadcrumb-sec li a{
    color: #333;
    font-weight: 500;
}
.breadcrumb-sec .bread-arrow-icn{
    margin: 0 5px;
}
.breadcrumb-sec li a.active{
    color: #EB1D36;
}
.dashboard-right-content-wrapper{
    margin-top:25px;
}
.activity-sec, .all-tests-wrapper{
    margin-top: 15px;
}

.activity-content {
    display: flex;
    align-content: center;
    align-items: center;
    background-color: #fff;
    padding: 15px;
    margin-bottom:15px;
}
.activity-icon {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    text-align: center;
    border: 1px solid #d5e6f1;
    border-radius: 4px;
}
.activity-icon span{
    font-size: 22px;
    line-height: 48px;
}
.activity-about p{
    color: #5f8499;
}

.activity-about .score-sec {
    font-weight: bold;
    color: #EB1D36;
    font-size: 20px;
}
.activity-about{
    width: calc(100% - 60px );
}
.all-tests-wrapper .activity-icon{
    border: none;
}
.red-bg-clr{
    background-color: #EB1D36;
}
.light-grn-bg-clr{
    background-color: #56BC81;
}
.light-prpl-bg-clr{
    background-color: #BD9ECA;
}
.light-red-bg-clr{
    background-color: #EE6548;
}
.light-gld-bg-clr{
    background-color: #FDBD10;
}
.light-grn-clr{
    color: #56BC81;
}
.light-prpl-clr{
    color: #BD9ECA;
}
.light-red-clr{
    color: #EE6548;
}
.light-gld-clr{
    color: #FDBD10;
}

.profile-edit-icn{
    position: absolute;
    right: 0px;
    top: 0;
    color: #5f8499;
    font-size: 18px;
}
.profile-edit-icn:hover{
    color: #EB1D36;
}

.form-section{
    margin: 0px auto;
    background-color: #fff;
    padding: 25px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 8%);
}

.form-heading {
    padding: 10px 25px;
    background-color: #EB1D36;
    color: #fff;
}
.form-heading h4{
    font-size: 20px;
}
.form-group{
    margin-bottom: 25px;
}
label{
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 500;
}
.form-group .form-control {
    border: 1px solid #e0e1e1;
    padding: 10px;
    color: #333;
    border-radius: 8px;
}
.form-group .form-control:focus{
    box-shadow: none;
}

.radio-btn-sec input[type="radio"] {
  display:none;
}
.radio-btn-sec label{
    padding: 4px 15px;
    cursor: pointer;
    font-size: 14px;
    background-color: #fff;
    margin-right: 5px;
    border: 1px solid #e0e1e1;
    color: #5f8499;
}

.radio-btn-sec input[type="radio"]:checked + label {
  background: #EB1D36;
  color: #fff;
  border-color:#EB1D36;
}

.dash-theme-btn{
    background-color:#5f8499;
    padding: 8px 25px;
    border: 1px solid #5f8499;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s linear;
    display: inline-block;
    font-weight: 500;
    border-radius: 0px;
}

.dash-theme-btn:hover{
    background-color: #EB1D36;
    border-color: #EB1D36;
    color: #fff;
    cursor: pointer;
}
.dash-theme-btn-2{
    background-color: #EB1D36;
    color: #fff;
    padding: 8px 25px;
    border: 1px solid #EB1D36;
    font-size: 16px;
    transition: all 0.3s linear;
    display: inline-block;
    font-weight: 500;
    border-radius: 0px;
}
.dash-theme-btn-2:hover{
    background-color:#5f8499;
    border-color: #5f8499;
    color: #fff;
}

.profile-upload-sec {
    position: relative;
    padding: 15px;
    width: 200px;
    text-align: center;
    background-color: #f0f9ff;
    cursor: pointer;
    border: 1px dashed #5f8499;
}
.profile-upload-sec .upload-type-file{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
}
.upload-icn {
    font-size: 35px;
    color: #EB1D36;
}

.edit-pf-tabs-wrapper{
    max-width: 900px;
    margin: 0 auto;
}

.edit-pf-tabs-wrapper .nav-tabs .nav-link.active{
    background-color: #EB1D36;
    color: #fff;
}
.edit-pf-tabs-wrapper .nav-tabs .nav-link{
    background-color: #fff;
    border: none;
    border-radius: 0px;
    color: #5f8499;
    font-weight: 500;
}
.edit-pf-tabs-wrapper .nav-tabs{
    border: none;
}
.tests-icn{
    color: #fff;
}

.notification-wrapper{
    margin-top: 15px;
    background-color: #fff;
    padding: 15px;
}

.noti-listing-sec li {
    list-style: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d5e6f1;
}
.noti-listing-sec li:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
.noti-listing-sec li a{
    display: flex;
    color: #333;
}
.noti-icn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    border-radius: 100%;
    color: #fff;
}
.noti-msg {
    width: calc(100% - 45px);
    position: relative;
}
.noti-pf{
    font-weight: 500;
}
.noti-msg p{
    color: #5f8499;
}
.deliver-time{
    font-size: 14px;
}
.deliver-time span{
    display: inline-block;
    margin-left: 5px;
}

.same-dash-cont{
    margin: 20px 0;
}
.view-all-btn{
    color: #EB1D36;
    font-weight: 500;
}
.noti-listing-sec {
    margin-bottom: 15px;
    height: 300px;
    overflow: auto;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 0px solid slategrey;
}
.noti-msg p.reply-feedback-msg{
    color: #333;
}
.deliver-time, .reply-feedback-msg{
    margin-top: 5px;
    display: inline-block;
}
.read-noti{
    opacity: 0.3;
}

.test-table-sec {
    margin-top: 15px;
    /* max-height: 450px;
    overflow-x: auto; */
}
.test-table-sec table{
    background-color: #fff;
}
.test-table-sec table, .test-table-sec table th, .test-table-sec table tr, .test-table-sec table td{
    border-color: #f1f1f1;
}
.test-table-sec table th{
    background-color: #EB1D36;
    color: #fff;
    position: sticky;
    top:-1px;
    z-index: 2;
}
#nav-allover .test-table-sec table th{
    background-color: #EB1D36;
}
#nav-writing .test-table-sec table th{
    background-color: #56BC81;
}
#nav-reading .test-table-sec table th{
    background-color: #BD9ECA;
}
#nav-speaking .test-table-sec table th{
    background-color: #EE6548;
}
#nav-listening .test-table-sec table th{
    background-color: #FDBD10;
}
.test-table-sec table td{
    font-size: 14px;
    color: #333;
}
.test-table-sec table td a{
    color: #333;
    font-weight: 500;
}
.checked-tr-test{
   opacity: 0.4;
}

.font-medium{
    font-weight: 500;
}
.test-table-sec table td .class-schedule-edit-delete li{
    display: inline-block;
    margin-bottom: 0px;
}
.test-table-sec table td .class-schedule-edit-delete li a{
    color: #fff;
}
.all-tests-wrapper .nav-tabs{
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: none;
}
.all-tests-wrapper .nav-link{
    text-align: left;
    width: calc(20% - 15px);
    padding: 0;
    margin-right: 15px;
    border: none;
}
.all-tests-wrapper .nav-link:last-child{
    margin-right: 0px;
}

.all-tests-wrapper .nav-link.active{
    background-color: transparent;
    border: none;
}

.dash-test-score-detail {
    width: 100%;
    margin-top: 0;
    padding: 15px;
}
.dash-test-score-detail p{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 5px;
    color: #5f8499;
}
.dash-test-score-detail p .score-sec{
    font-weight: bold;
    color: #EB1D36;
        font-size: 14px;
}
.dash-test-score-detail p:last-child{
    margin-bottom: 0px;
}
.dash-test-score-head {
    font-weight: bold;
    color: #fff;
    width: 100%;
    display: block;
    padding: 5px 10px;
}
.dash-test-score{
    background-color: #fff;
}
.all-tests-wrapper .nav-link.active .dash-test-score, .dash-test-score:hover, .dash-test-score:focus, .dash-test-score:hover{
    background-color: #fff;
    box-shadow: 0px 10px 25px rgb(0 0 0 / 8%);
}



/*******************************class-schedule-sec**********************************/


.class-schedule-wrapper{
    margin-top: 15px;
}
.class-schedule-listing {
    list-style: none;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 3px 3px rgb(56 65 74 / 10%);
}
.class-schedule-detail{
    position: relative;
    padding-right: 40px;
}
.class-schedule-detail .class-schedule-edit-delete{
    position: absolute;
    right: 0px;
    top: 0px;
}

.class-schedule-listing .class-schedule-time{
    color: #5f8499;
    margin-top: 7px;
    font-size: 14px;
    display: block;
}
.class-schedule-listing a.class-schedule-time{
    color: #EB1D36;
}
.class-schedule-listing .class-schedule-time span {
    display: inline-block;
    margin-left: 10px;
}

.class-schedule-edit-delete li{
    list-style: none;
    margin-bottom: 5px;
}

.class-schedule-edit-delete li:last-child{
    margin-bottom: 0px;
}

.class-schedule-edit-delete li a{
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
}
.class-schedule-list-sec{
    margin: 15px 0;
}
.form-heading .btn-close{
    opacity: 1;
    filter: invert(1);
}
.form-heading .btn-close:focus, .form-heading .btn-close:hover{
    outline: none;
    box-shadow: none;
    cursor: pointer;
    opacity: 1;
}
.modal-body{
    padding: 25px;
}
.confirm-msg-sec{
    text-align: center;
}
.confirm-btns-sec{
    margin-top: 20px;
    text-align: center;
}
.confirm-msg-sec h4{
    font-size: 22px;
}
.confirm-btns-sec button{
    padding: 5px 15px;
    border: none;
    margin: 0 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}


/**************************Chat page*******************************/


.dash-chat-wrapper{
    display: flex;
}
.dash-chat-list-sec{
    background-color: #fff;
    width: 300px;
    margin-right: 10px;
    height: calc(100vh - 135px);
    margin: 0px 5px;
    overflow-y: scroll;
}
.dash-chat-platform{
    width: calc(100% - 305px);
    background-position: center;
    position: relative;
    height: calc(100vh - 135px);
    overflow-x: auto;
}
.dash-chat-listing li {
    list-style: none;
    border-bottom: 1px solid #f7f7f7;
}
.dash-chat-listing li a{
    display: flex;
    justify-content: space-between;
    padding: 12px 15px;
    align-items: center;
    color: #333;
}
.dash-chat-listing li.active {
    background-color: #f1f8ff;
}
.dash-chat-profile {
    width: 20px;
    height: 20px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    background-color: #5f8499;
}
.dash-chat-profile-sec{
    display: flex;
    align-items: center;
    align-content: center;
    align-self: center;
    width: calc(100% - 25px);
}
.dash-chat-msg-noti{
    display: inline-block;
    width: 16px;
    height: 18px;  
    border-radius: 5px;
    background-color: #e9ecef;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
}
.dash-chat-profile-name{
    font-size: 14px;
}

.dash-chat-heading {
	padding: 15px;
	background-color: #5f8499;
	position: sticky;
	top: 0;
	z-index: 2;
	box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
	display: flex;
	justify-content: space-between;
}
.dash-chat-heading .create-group-btn {
	color: #fff;
}
.dash-chat-heading h4 {
    font-size: 20px;
    color: #fff;
}
.dash-chat-heading .chat-icn{
    margin-right: 10px;
    color: #fff;
}

.dash-chat-head-profile-sec{
    width: 100%;
    background-color: #fff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0px;
}
.dash-chat-head-profile{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    margin-right: 15px;
    font-size: 18px;
    background-color: #5f8499;
}
.dash-chat-profile-detail-name{
    display: block;
    font-weight: 500;
}
.dash-chat-profile-status{
    color: #5f8499;
    font-size: 14px;
}

.dash-chat-bottom-sec{
    width: 100%;
    background-color: #fff;
    padding: 15px;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
}
.msg-type-sec{
    width: calc(100% - 100px);
}
.msg-type-sec .msg-input-type{
    background-color: #f3f6f9;
    padding:5px 15px;
    border: 1px solid #f3f6f9;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
}
.msg-type-sec .msg-input-type:focus{
    box-shadow: none;
    outline: none;
}
.attech-option{
    position: relative;
    width: 40px;
    text-align: center;
    overflow: hidden;
    margin: 0 10px;
}
.attech-option .fa-camera{
    color: #c8cdd3;
    font-size: 30px;
}
.file-attech{
   position: absolute;
   left: 0px;
   width: 100%;
   height: 100%;
   opacity: 0;
}
.msg-send-btn {
    width: 40px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background-color: #5f8499;
    color: #fff;
    transition: all 0.2s linear;
    border-radius: 4px;
    font-size: 16px;
}
.msg-send-btn:hover{
    background-color: #EB1D36;
    cursor: pointer;
}

.dash-chat-area-sec {
    padding: 15px;
    height: calc(100vh - 270px);
    overflow-x: auto;
}
.dash-chat-area-sec ul li{
    list-style: none;
    margin-bottom:10px;
}
.dash-chat-area-sec ul li p{
    width: fit-content;
    padding: 5px 15px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgb(30 32 37 / 12%);
    font-size: 14px;
    border-radius: 4px;
    max-width: 60%;
}
.dash-chat-area-sec ul li .msg-time{
    font-size: 12px;   
    margin-top: 10px;
    display: block;
}
.dash-chat-area-sec ul li img{
    width: 100px;
    border-radius: 4px;
}
.dash-chat-area-sec ul li.own-msg{
    text-align: right;
}
.dash-chat-area-sec ul li.own-msg p {
    background-color: #5f8499;
    color: #fff;
    margin: 0 0 10px auto;
}



/***************************************writing-test-task css***************************/

.writing-test-task-wrapper{
    margin-top: 25px;
}
.task-heading-sec h4{
    font-size: 22px;
    font-weight: bold;
}

.writing-test-qus{
    margin-top: 25px;
}
.writing-test-task-sec p{
    font-family: 'Open Sans';
    font-size: 16px;
    margin-bottom: 5px;
}
.writing-test-task-sec p:last-child{
    margin-bottom: 0px;
}
.bandscore-form-sec{
    margin-top: 35px;
}
.bandscore-form-sec form{
    background-color: #fff;
    padding: 25px;
}
.textarea-type{
    min-height: 100px;
}

.writing-test-task-ans-wrapper{
    margin-left: 50px;
}

.dashboard-login-signup-form{
    max-width: 700px;
    margin: 50px auto;
}
.dashboard-login-signup-form a{
    color: #EB1D36;
    font-weight: 500;
}



/*************************************student dashboard**********************************************/


/*************************************upcoming page css****************************************/


.class-join-btn-sec .switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 18px;
}

.class-join-btn-sec .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.class-join-btn-sec .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.class-join-btn-sec .slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.class-join-btn-sec input:checked + .slider {
  background-color: #56BC81;
}

.class-join-btn-sec input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.class-join-btn-sec input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

/* Rounded sliders */
.class-join-btn-sec .slider.round {
  border-radius: 4px;
}

.class-join-btn-sec .slider.round:before {
  border-radius: 4px;
}
.class-join-btn-sec{
    position: absolute;
    right: 0px;
    top: 0px;
}

.red-clr{
    color: #EB1D36;
}


/***************************************************My Prep Services */


.service-plan-head{
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #efefef;
}
.service-plan-left{
    margin-right: 20px;
}
.service-plan-icn{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    border-radius: 4px;
    color: #fff;
    font-size: 35px;
}
.service-plan-right{
    width: calc(100% - 70px);
}

.service-plan-wrapper{
    background-color: #fff;
    border-radius: 4px;
    padding: 25px;
}
.service-plan-right h4{
    font-size: 24px;
}
.service-plan-right p{ 
    color: #5f8499;
}

.plan-listing{
    list-style: none;
    margin: 25px 0;
}
.plan-listing .list-icn{
    font-size: 20px;
    margin-right: 12px;
}
.plan-listing li{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.price-sec{
    font-size: 22px;
    font-weight: bold;
}
.plan-validity-sec{
    font-size: 16px;
    font-weight: normal;
    color: #5f8499;
}

.service-plan-bottom{
    padding-top: 25px;
    border-top: 1px solid #efefef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service-price-left{
    width: calc(100% - 145px);
    margin-right: 15px;

}

.my-wallet-sec{
    padding: 15px;
    background-color: #fff;
}
.my-wallet-sec ul li{
    list-style: none;
    font-size: 24px;
    margin-bottom: 15px;
}
.walt-icn{
    margin-right: 15px;
}
.rup-icn{
    margin-right: 5px;
}

.writing-test-task-sec .accordion{
    margin-top: 25px;
}
.writing-test-task-sec .accordion .accordion-button:focus{
    box-shadow: none;
}
.writing-test-task-sec .accordion .writing-task-para p{
    margin-bottom: 15px;
    font-size: 16px;
}
.writing-test-task-sec .accordion .accordion-button{
    font-size: 20px;
    font-weight: 500;
    color: #EB1D36;
}
.writing-test-task-sec .accordion .accordion-button span{
    margin-right: 15px;
    display: inline-block;
    font-weight: bold;
}

.writing-test-task-review-wrapper{
    margin-bottom:50px;
}

.writing-test-task-review-wrapper:last-child{
    margin-bottom: 0px;
}

.url-copy-sec {
    margin: 20px 0px;
}
.url-copy-sec input {
    width: 100%;
    padding: 10px;
    font-family: 'Open Sans';
    font-weight: 500;
    background-color: #f1f1f1;
    border: none;
    font-size: 16px;
    color: #5f8499;
}
.url-copy-sec input:focus{
    box-shadow: none;
    border: none;
    outline: none;
}
.dash-theme-icn{
    margin-right: 10px;
}
.evaluation-sec{
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
}
.get-evaluation-sec{
    padding: 15px;
    background-color: #fff;
}
.get-evaluation-sec p{
    margin: 15px 0;
}
.start-from-price{
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
}


/******************************************st-all-test-wrapper**********************************/



.st-all-test-wrapper .nav-tabs .nav-links {
    width: 25%;
    padding: 15px;
    font-size: 22px;
    font-weight: 500;
    border-radius: 0px;
    background-color: #fff;
    border: none;
    border-right: 1px solid #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;

}
.st-all-test-wrapper .nav-tabs .nav-links:first-child{
    border-radius: 10px 0 0 0;
}
.st-all-test-wrapper .nav-tabs .nav-links:last-child{
    border-radius: 0 10px 0 0;
}
.st-all-test-wrapper .nav-tabs .nav-links.active{
    border-bottom:3px solid ;
}
.st-all-test-wrapper .st-test-icn{
    margin-right: 20px;
    font-size: 40px;
}

.st-all-test-wrapper .tab-content{
    background-color: #fff;
    padding: 25px;
}
.st-all-test-wrapper .tab-content td{
    font-size: 16px;
    vertical-align: middle;
    font-weight: 500;
}
.test-table-sec table td a.dash-theme-btn{
    color: #fff;
}
.writing-test-task-sec .accordion .accordion-button:not(.collapsed){
    background-color: #EB1D36;
    color: #fff;
}
.writing-test-task-sec .accordion .accordion-button:not(.collapsed)::after{
    filter: brightness(100);
}

.dash-theme-btn-sec{
    margin-top: 25px;
}

.st-test-ans-type-wrapper, .st-test-qus-type-wrapper{
    padding: 25px;
    background-color: #fff;
    height: 100%;
}
.st-test-ans-type-wrapper .task-heading-sec, .st-test-qus-type-wrapper .task-heading-sec{
    margin-bottom: 20px;
}
.st-test-qus-type-wrapper .writing-test-task-sec p{
    margin-bottom: 10px;
}
.st-test-ans-type-wrapper textarea{
    margin-top: 25px;
    height: 300px;
}
.st-test-ans-type-wrapper textarea:focus{
    box-shadow: none;
}
.st-exam-foot-sec{
    padding: 25px;
    background-color: #fff;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 8%);
    position: fixed;
    bottom:0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.st-exam-count-time{
    font-size: 36px;
    font-weight: bold;
    margin-right: 25px;
    display: inline-block;
    color: #EB1D36;
}
.st-exam-count-reset-sec{
    display: flex;
    align-items: center;
}

.st-score-live-wrapper{
    background-color: #fff;
    padding: 30px;
    text-align: center;
}
.st-score-live-wrapper .great-hand{
    font-size: 70px;
}
.st-score-live-wrapper p{
    font-size: 16px;
    margin: 20px 0;
    font-weight: 500;
}
.big-text{
    font-size: 36px;
    font-weight: bold;
    display: block;
    margin: 15px 0;
}

.writing-test-exam-content-wrapper{
   margin-bottom: 100px;
}

/*************************************student Report card**********************/


.st-report-card-wrapper{
    margin-top: 15px;
    background-color: #fff;
    padding: 25px;
}
.st-report-card-content {
    padding: 20px;
    border-right: 1px solid #d5e6f1;
    text-align: center;
}
.st-report-card-content h3{
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    margin-top: 18px;
}
.st-report-card-content p{
    font-size:16px;
    font-weight: 500;
    color: #fff;
    margin-top: 5px;
}
.st-report-card-sec {
    margin-bottom: 25px;
}

.st-report-card-score-list li {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-top: 18px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.st-test-module-icn {
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 40px;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
}

/**************************speaking test qus ***************************/

.st-question-listing li{
    list-style: none;
    margin: 15px 0;
    padding-left: 30px;
    position: relative;
}
.st-question-listing li .st-question-list-icn{
    transform: rotate(45deg);
    font-size: 10px;
    position: absolute;
    left: 0px;
    top: 6px;
    color: #EB1D36;
}
.st-play-list-icn{
    font-size: 14px;
    position: absolute;
    left: 0px;
    top: 3px;
    color: #EB1D36;
}

.speaking-test-instruction-sec{
    padding: 15px;
    background-color: #fff;
    height: 100%;
    position: relative;
}
.instruction-list-icn{
    font-size: 25px;
    margin-bottom:15px;
    display: inline-block;
}
.speaking-test-instruction-sec p{
    color: #333;
}
.col-same-height{
    margin: 15px 0;
}
.instruction-count {
    font-size: 40px;
    font-weight: bold;
    color: #EB1D36;
}
.owl-carousel .owl-nav button{
    position: relative;
}
.owl-nav{
    position: absolute;
    bottom: 0px;
    right:2px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
    width: 50px;
    height: 50px;
    background-color: #EB1D36;
}
.owl-carousel .owl-nav button.owl-prev::before {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f053";
  font-size: 25px;
  color: #fff;
}
.owl-carousel .owl-nav button.owl-next::before {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054";
  font-size: 25px;
  color: #fff;
}
.owl-carousel .owl-nav button.disabled{
    background-color: #e9ecef;
}
.owl-carousel .owl-nav button.disabled{

}
.owl-carousel .owl-nav button span{
    display: none;
}


/*************************************************speaking-test-microphone-wrapper css****************************/


.heading-sec h2{
    font-size: 30px;
    font-weight: bold;
    color: #EB1D36;
    line-height: 1.5;
}
.speaking-test-microphone-sec{
    margin: 35px 0;
    background-color: #fff;
    padding: 50px 30px;
    text-align: center;
}
.content-para{
    margin: 30px 0;
}
.para{
    margin-top: 10px;
}
.speaking-record-icn{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    font-size: 30px;
    background-color: #5f8499;
    color: #fff;
    border-radius: 100%;
    margin: 15px auto;

}
.dash-theme-btn-icn{
    margin-left: 7px;
    display: inline-block;
    font-size: 16px;
}
.st-recording-time-sec{
    margin-bottom: 30px;
}
.st-recording-time-sec h3{
    font-size: 26px;
    font-weight: bold;
    color: #EB1D36;
}
.st-recording-time-icn{
    margin-right: 10px;
}
.st-dash-modal-content{
    text-align: center;
}
.heading-sec h3{
    font-size: 26px;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
}
.modal-header, .modal-footer{
    border: none;
}
.st-dash-modal-content .dash-theme-btn-2{
    margin-right: 10px;
}
.btn-close:focus{
    box-shadow: none;
}

.speaking-test-microphone-step2{
    display: none;
}
.speaking-test-microphone-step2.show{
    display: block;
}
.speaking-test-microphone-step1.hide{
    display: none;
}
.st-speaking-test-microphone{
    margin: 15px 0;
}
.st-speaking-test-microphone audio {
    padding: 5px;
    border-radius: 25px;
    box-shadow: 0px 3px 15px rgb(227 24 55 / 27%);
    width: 500px;
}
.md-font{
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

 .speaking-test-step3, .part-end-sec-one{
    display: none;
}
.speaking-test-ques span{
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
    display: block;
}
.recording-para{
    margin: 10px 0;
    font-size: 18px;
    font-weight: 500;
    color: #EB1D36;
}
.spinner-grow{
    width: 15px;
    height: 15px;
}
.speaking-recording-symbol-sec{
    margin-top: 20px;
}

.ac-st-speaking-record-sec .st-speaking-test-microphone audio{
    width: 100%;
}
.ac-st-speaking-record-sec .my-record-time-sec{
    position: absolute;
    right: 40px;
}
.ac-st-speaking-record-sec .accordion-button{
    padding-right: 120px;
    position: relative;
}
.ac-st-speaking-record-sec .accordion-button::after {
    position: absolute;
    right: 15px;
}
.st-qus-rcd-time{
    position: relative;
    padding-right: 65px;
}
.st-qus-rcd-time .my-record-time-sec{
    position: absolute;
    top: 0px;
    right: 0;
}


/**********************************listening-test*******************************/

.listening-test-task-wrapper{
    padding: 15px;
    background-color: #fff;
    margin-top: 40px;
}
.listening-test-task-wrapper:first-child{
    margin-top: 0px;
}
.listening-test-task-audio-wrapper{
    padding: 15px;
    background-color: #fff;
    position: sticky;
    top: 71px;
    z-index: 3;
}
.listening-test-task-audio-wrapper .st-speaking-test-microphone{
    margin: 0px;
}
.listening-test-task-audio-wrapper .st-speaking-test-microphone audio{
    width: 100%;
}
.listening-test-task-sec{
    margin-top: 15px;
}
.heading-sec h5{
    font-size: 16px;
    font-weight: 500;
}
.note-pad-section{
    margin-top: 15px;
    display: none;
}
.note-pad-section textarea{
    background-color: #efefef;
}
.note-pad-section.show{
    display: block;
}
.listening-test-qus-table .test-table-sec table td{
    font-size: 16px;
}
.listening-test-qus-table .test-table-sec{
    max-height: 100%;
}

.listening-ans-input{
    border: none;
    border-bottom: 1px solid #5f8499;
}
.listening-ans-input:focus{
    box-shadow: none;
    outline: none;
}
.listen-test-qus-no{
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    margin: 0 7px;
}

.st-listen-test-qus-input-sec{
    margin: 0px 5px;
    display: inline-block;
}
.dash-sm-btn{
    font-size: 14px;
    padding: 5px 10px;
}
.dash-sm-btn .dash-theme-btn-icn{
    font-size: 14px;
}

.st-listen-checkqus-list li{
    list-style: none;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.st-listen-checkqus-list li:last-child{
    margin-bottom: 0px;
}


.st-listen-checkqus-list li label {
    cursor: pointer;
    font-size: 14px;
    font-family: 'Open Sans';
    margin-bottom: 0px;
}
.st-listen-checkqus-list li input[type="checkbox"], .st-listen-checkqus-list li input[type="radio"]{
    margin-right: 10px;
    display: inline-block;
    width: 15px;
    height: 15px;
}
.st-listen-checkqus-list .st-listen-checkqus-alpha {
    margin-right: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #efefef;
    display: inline-block;
    border-radius: 100%;
}
.listening-test-qus-table .test-table-sec table td{
    font-family: 'Open Sans';
}

.st-listening-qus-palette-wrapper{
    background-color: #fff;
    padding: 15px;
    position: sticky;
    top: 71px;
}

.st-listening-qus-palette-list {
    margin: 25px 0;
}
.st-listening-qus-palette-list .listen-test-qus-no{
    margin-bottom: 10px;
    line-height: 33px;
}
.listening-ans-select{
    border: 1px solid #5f8499;
    border-radius: 4px;
    min-width: 60px;
}
.listening-test-qus-table .listening-ans-select:focus{
    box-shadow: none;
    outline: none;
}
.st-click-ans{
    background-color: #bfbfbf;
}

.question-palette-ans-dot{
    display: flex;
}
.question-palette-ans-dot li{
    list-style: none;
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.question-palette-ans-dot li .answered-dot{
    background-color: #bfbfbf;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 7px;
}
.question-palette-ans-dot li .unanswered-dot{
    background-color: #FDBD10;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 7px;
}
.question-palette-ans-dot li:last-child{
    margin-right: 0px;
}


/************************Reading test css************************/

.st-reading-test-passage-wrapper{
    padding: 15px;
    background-color: #fff;
}

.st-reading-test-passage-img-sec img{
    width: 100%;
}
.st-reading-test-passage-content{
    margin-top: 30px;
}
.st-reading-test-passage-content p{
    font-family: 'Open Sans';
    line-height: 1.7;
}
.st-reading-test-passage-wrapper{
    margin-bottom: 30px;
}
.st-reading-test-all-passage-wrapper {
    height: calc(100vh - 250px);
    overflow-y: auto;
    position: relative;
}

.st-reading-qus-palette-wrapper{
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 15px;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 28%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.st-reading-qus-palette-right-sec{
    width: 250px;
}
.st-reading-qus-palette-wrapper .st-listening-qus-palette-sec{
    width: calc(100% - 170px);
    margin-right: 20px;
}
.st-reading-qus-palette-list{
    margin-top: 10px;
}
.st-reading-qus-palette-list .listen-test-qus-no{
    margin-bottom: 7px;
    width: 24px;
    height: 24px;
    line-height: 26px;
    font-size: 12px;
}
.st-reading-qus-palette-wrapper .st-recording-time-sec{
    margin-bottom: 15px;
}
.st-reading-test-sec-two, .st-reading-test-sec-three, .st-reading-test-sec-four{
    display: none;
}

.st-reading-test-sec-one-btn{
    display: flex;
    background-color: #fff;
    padding: 10px 15px;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0px;
    z-index: 3;
}

.st-reading-qus-palette-top{
    display: flex;
    align-items: center;
}
.read-question-palette-ans-dot{
    margin: 10px 0; 
}
.read-question-palette-ans-dot .question-palette-ans-dot li .unanswered-dot{
    background-color: #BD9ECA;
}
.reading-test-bg-wrapper{
    background-color: #fff;
}
.st-reading-test-all-passage-wrapper .listening-test-task-wrapper{
    margin-top: 0px;
}
.wallet-amount-sec{
    margin-left: 5px;
}
.top-up-btn {
	padding: 5px;
	font-size: 12px;
	background-color: #5f8499;
	border: 1px solid #5f8499;
	color: #fff;
	cursor: pointer;
	display: block;
	margin-top: 5px;
	text-align: center;
}
.top-up-btn:hover{
    background-color: #EB1D36;
    border-color: #EB1D36;
}
.dropdown-item:hover{
    background-color: #fff;
    color: #EB1D36;
}

.form-profile-img-sec{
    max-width: 200px;
}
.form-profile-img-sec img{
    width: 100%;
}
.question-palette-check-sec{
    margin-left: 20px;
}

.st-reading-qus-palette-list{
    display: none;
}
/********************pawanesh*********************************/
.box-form-ps {
	border: 1px solid #eb1d36;
}
.dashboard-profile {
	/* text-align: center; */
	margin: auto;
	display: table-cell;
	vertical-align: middle;
	font-weight: 800;
	font-size: 21px;
	color: #fff;
}
.profile-img-sec {
	width: 45px;
	height: 45px;
	overflow: hidden;
	border-radius: 100%;
	margin-right: 15px;
	text-align: center;
	background: red;
	display: table;
}
/********************pawanesh css*****************/

.test-table-sec table td ol{
    margin-left: 15px;
}


/******************************* 01-march-2023 student and teacher book css by lalit   **************************************/

.book-tittle {
    padding: 9px;
    border: 1px solid #ddd;
    width: 100%;
    font-weight: 500;
    color: #143f6b;
}
.book-view {
    border: 1px solid #5f8499;
    border-top: none;
    width: 100%;
    text-align: center;
    border-radius: 0px 0px 7px 7px;
    background: #5f8499;
    overflow: hidden;
    display:flex;
}
a .book-view {
    color: #fff;
}
.book-cover-image img {
    width: 100%;
    border-radius: 7px 7px 0px 0px;
}
.book-cover {
    background: #fff;
    border-radius: 7px;
    margin-top:15px;
}

.book-dlt {
    background-color: #143f6b;
    padding: 8px 5px;
    border: 1px solid #143f6b;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s linear;
    display: inline-block;
    font-weight: 500;
    border-radius: 0px;
    width:50%;
}
.book-view-single-btn .book-dlt{
    width: 100%;
}
.book-view-single-btn .book-dlt:first-child{
    border-right: none;
}
.book-dlt:hover {
   background-color: #EB1D36;
   border-color: #EB1D36;
   color: #fff;
   cursor: pointer;
}
.book-dlt:first-child{
    border-right:1px solid #efefef;
}
#pdf_container { background: #ccc; text-align: center; display: none; padding: 5px; height: 820px; overflow: auto; margin-top:25px;}

#student_batch .form-group{
    margin-bottom: 0px;
}
#student_batch .form-group label{
    padding-left:10px;
    font-weight: normal;
    cursor: pointer;
}
#student_batches .student_list{
    margin-left: 15px;
    list-style-type:disclosure-closed;
}
#student_batches .student_list li{
    margin-bottom: 10px;
}
#student_batches .student_list .student_selection{
    color: #143f6b;
cursor: pointer;
}
/******************chinmay css********************/
/*********https://prepareieltsexam.com/speaking-test/1/2/1*******/
.speaking-test-ques li{
    list-style-type: none;
}

/****************https://prepareieltsexam.com/speaking-test/1/1/3*********************/
/****************https://prepareieltsexam.com/speaking-test/1/1/5 *********************/
.next_question_ajax, .next_question_ajax_new, .next_question_ajax_new{
    cursor: pointer;
}



/*****************************pawanesh******************************************/
.heading-sec.dsh-ps h4 {
	color: red;
	margin-bottom: 15px;
}


/* *****************************************lalit css for pi speaking test img******************************** */

.writing-test-task-wrapper img{
    max-width: 100%;
}












