.top-section .content {
    font-family: "Raleway", sans-serif !important;
    text-align: center !important;
}

.top-section .content b {
    font-size: 20px !important;
}

.test_response_input .target_table td {
    position: relative;
    padding-left: 34px;
    line-height: 26px;
}

.test_response_input .target_table td.dragdrop .responseIndex {
    max-width: 35px;
    top: 4px;
    height: 20px;
    line-height: 20px;
}

.correctAnswers ul.correctAnswerList li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 40px;
}

.correctAnswers ul.correctAnswerList li .responseIndex {
    height: 30px;
    width: 30px;
}

.test_response_input th {
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
}


.skip_r a,
.actions a {
    color: #fff;
    font-weight: 500;
}


section.cta {
    padding: 0
}

section h2 {
    font-size: 50px
}

section.cta .cta-content h2 {
    margin-top: 0;
    margin-bottom: 25px
}

section.cta .cta-content {
    position: relative;
    z-index: 1
}

section.cta {
    margin-bottom: 0;
    margin-top: 15px
}

.cta.bgcta {
    margin: 0
}

section.cta .cta-content h2 {
    max-width: 450px;
    font-size: 50px
}

.clear:before {
    display: table;
    content: " "
}

.clear:after {
    clear: both
}

.progress span {
    display: block;
    /* background: #DB2525; */
    background: #6C6C6C;
    height: 100%;
    width: 0;
    -webkit-transition: width .4s cubic-bezier(.26, .86, .44, .985);
    transition: width .4s cubic-bezier(.26, .86, .44, .985)
}

.test-title-text {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    padding: 0;
    color: #000
}

.skip_r a {
    color: #fff;
    font-weight: 500;
}

.test_title_element {
    width: 60%
}

.test-timer-wrapper {
    margin: 0 4px 0 0
}

.testInnerRit {
    float: right;
    width: auto;
}

.testFilt {
    float: left;
}

.testTime {
    float: left;
}

.testGrid {
    float: left;
}

.test-btn {
    background-color: #eaeaea;
    border-radius: 0 !important;
    border: 1px solid #d9d9d9;
    padding: 1px 1px 1px 3px;
    color: #333;
    margin-top: 10px;
}

.item-count,
.timer {
    margin: 0;
    position: relative;
    display: inline-block;
    text-align: center;
    color: #333;
    padding: 0 11px;
    height: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.timer {
    padding-left: 35px
}

.timer.warning {
    background: #ffe2e2
}

.clock {
    position: absolute;
    left: 8px
}

.rcd_b {
    margin-top: 30px
}

.progress {
    margin: 0;
    margin-top: 5px;
    height: 5px !important;
    width: 100%;
    background: #eaeaea;
    border-radius: 0;
    position: relative
}

.progress.rcd_ht {
    height: 15px
}

.md-icon.dp48 {
    font-size: 38px;
    width: 48px;
    height: 29px
}

.md-icon.dp20 {
    font-size: 20px;
    width: 20px;
    height: 20px
}

.md-icon {
    color: #757575
}

.md-icon {
    font-family: 'Material Icons';
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga" 1;
    font-style: normal;
    text-transform: none;
    line-height: 1;
    font-size: 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.brand-logo {
    font-family: Muli, Helvetica, Arial, sans-serif !important;
    font-weight: 700 !important
}

.test_response_input {
    padding: 10px 0px 4px 0px;
    letter-spacing: 1px
}

.test_response_input p,
.test_response_input questions {
    line-height: 36px;
    font-size: 14px
}

.test_response_input .text-input {
    margin-top: 25px
}

.test_response_input .textinput__label {
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    line-height: 21px;
    vertical-align: middle;
    margin: 0
}

.test_response_input .textinput__label input,
.test_response_input .textinput__label textarea {
    color: #4d4d4d;
    height: 28px;
    width: auto;
    margin: 0;
    padding: 1px 1px 1px 2px;
    box-sizing: content-box;
    border-radius: 2px;
    font-weight: 400
}

.test_response_input .textinput__label textarea {
    outline: 0;
    border: 1px solid #e8e8e8;
    transition: border-color .15s ease-in-out
}

.test_response_input select {
    color: #4d4d4d;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 2px;
    margin: 0;
    width: auto;
    height: 28px;
    border-radius: 2px
}

.uneditable-input,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s
}

.center_intro {
    margin: auto;
    width: 470px
}

.skip_r {
    width: 100%;
    float: right;
    text-align: right;
    margin-top: 25px;
}

.skip_r .btn-primary {
    width: 140px;
    float: right;
}

.box-audio-player {
    width: 470px;
    background-color: #fff;
    border: 1px solid #ccc;
    position: relative;
    float: left
}

.player-widget-content {
    height: 84px;
    text-align: center;
    width: 385px;
    margin: 18.2px
}

.player-audioblock_right {
    width: 48px;
    height: 100%;
    right: 0;
    position: absolute;
    border-left: 1px solid #ccc;
    top: 0;
    z-index: 0;
    background-color: #fff
}

.player_toolbar {
    background-color: #e8e8e8;
    width: 100%;
    height: 40px;
    position: relative;
    zoom: 1
}

.player_toolbar__left {
    border-right: 1px solid #ccc;
    height: 100%;
    float: left;
    display: inline-block
}

.player_toolbar__right {
    position: relative;
    float: left;
    height: 40px
}

.player_toolbar__right .progress {
    margin-top: 19px;
    width: 280px;
    background-color: #ccc
}

.player_toolbar__right.has__record .progress {
    width: 225px
}

.player_toolbar__right .progress span {
    background: #4d4d4d
}

.player_toolbar .audio_timer {
    display: inline-block;
    float: left;
    padding: 13px 9px 7px 9px
}

#player-container {
    display: none
}

.playback__play-pause {
    background-color: #eaeaea;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border: none;
    user-select: none;
    outline: 0
}

.playback__play-pause:hover {
    background-color: #ccc;
    color: #333
}

.playback__play-pause.disabled {
    cursor: not-allowed
}

.playback__play-pause.disabled:hover {
    background-color: #eaeaea
}

.playback__play-pause.disabled .player-controls {
    opacity: .25
}

.player-controls {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px
}

.pause_icon {
    background: url(../img/pause_btn.png) no-repeat;
    background-size: contain
}

.play_icon {
    background: url(../img/play_btn.png) no-repeat;
    background-size: contain
}

.record {
    background: url(../img/record.png) no-repeat center center;
    background-size: 19px 19px
}

.record_stop {
    background: url(../img/record_stop.png) no-repeat center center;
    background-size: 23px 23px
}


.btn-outline {
    border: 1px solid
}

.btn-outline:focus {
    border-color: #fdcc52;
    color: #fdcc52
}

.btn-outline:active,
.btn-outline:hover {
    color: #fff;
    background-color: #fdcc52;
    border-color: #fdcc52
}

/*.btn {
    border-radius: 300px
}

.btn-xl {
    padding: 15px 45px;
    font-size: 11px
}*/

.ui-pagination-test {
    margin-top: 25px
}

.ui-pagination-test ul {
    float: right;
    margin: 0
}

.ui-pagination-test .btn {
    margin-left: 0px;
    min-width: 140px;
    float: right
}

.ui-pagination-test .btn.previous,
.ui-pagination-test .btn.saveexit {
    float: left
}

.ui-pagination-test .btn:focus {
    outline: 0
}

.hide {
    display: none
}

.short_desc {
    padding: 10px 4px 0 0;
    font-weight: 700;
    font-size: 15px;
    font-style: italic
}

.description {
    padding-top: 10px;
    font-size: 14px;
}

.mcqgroup .contentWrapper {
    margin-left: 20px;
    font-size: 14px;
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #222
}

::selection {
    color: #fff;
    text-shadow: none;
    background: #222
}

.app-layout {
    padding: 15px 30px 0 30px;
    margin-bottom: 35px
}

.balanced-height {
    min-height: 350px;

}

.app-layout .actions {
    padding: 30px 0 40px 0;
    border-top: 1px solid #e4e6eb;
    color: #ffffff;

}

.app-layout .actions a {
    border-radius: 30px;
    -moz-border-radius: 30px;
}

.app-layout .actions.text-center {
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
}

.app-layout .second_title {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 4px
}

.app-layout .media img {
    max-width: 100%;
    height: auto
}

.app-layout .media>div {
    margin-bottom: 12px
}

.balanced-height .content {
    text-align: center;
}

.balanced-height .content p {
    font-size: 16px;
}

.que-container {
    padding: 0 5px;
    min-height: 340px
}

.que-container .media .audio-player {
    margin-top: 35px
}

.dropzone {
    border: 2px dashed #ddd;
    margin-bottom: 4px;
    min-width: 160px
}

.response_container {
    position: relative;
    display: inline-block;
    background-color: #fff;
    min-height: 36px;
    vertical-align: middle;
    max-width: 200px
}

.possibilityList.list_bottom {
    margin-top: 15px;
    min-height: 50px
}

.possibilityList {
    text-align: center;
    background-color: #f0f0f0;
    border-top: 1px solid #f0f0f0;
    position: relative;
    padding: 10px;
    user-select: none
}

.possibilityList .btn_drag {
    margin: 4px 3px
}

.btn_drag {
    background-color: #fff;
    color: #333;
    border: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-transform: none;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    outline: 0;
    padding: .6em 1.2em;
    line-height: 1.5em;
    border-radius: 2px;
    transition: .2s linear background-color, color;
    box-shadow: none;
    user-select: none;
    cursor: move;
    text-align: center;
    padding: .5em .7em
}

.btn_drag {
    box-shadow: inset 0 0 0 1px #ccc;
    width: 140px;
    max-width: 374px
}

.cat_filter select {
    font-size: 15px;
}

.dropzone .btn_drag {
    width: 156px
}

.btn_drag>span {
    margin-left: 7px
}

.as-sortable-drag,
.draggable span {
    pointer-events: none
}

.as-sortable-drag {
    position: absolute;
    z-index: 9999
}

.form-select {
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 0 !important;
    border: 1px solid #e4e6eb !important;
    display: inline-block;
    width: 200px;
    padding: 8px 12px;
    font-size: 15px;
    line-height: 1.25;
    color: #9da0a8
}

.mcqgroup {
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    cursor: pointer;
    line-height: 21px;
    border: 1px transparent solid
}

.mcqgroup li {
    transition: border-color 150ms ease-in-out, background-color 150ms ease-in-out;
    margin: 0;
    padding: 0;
    border-left: 5px solid transparent;
    position: relative;
    vertical-align: top;
    display: block;
    padding-left: 4px
}

.mcqgroup li.selected {
    background-color: #fcfcd3
}

.mcqgroup li label {
    margin-bottom: 0;
    font-weight: 400;
    padding: 8px 8px 8px 40px;
    width: 100%;
    cursor: pointer
}

.mcqgroup li label.checkbox,
.mcqgroup li label.radio {
    padding: 4px 8px 4px 8px;
    margin: 0
}

.mcqgroup input {
    margin: 8px 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: .5em
}

input[type=text] {
    color: #333
}

input[type=checkbox] {
    color: #333
}

input[type=radio] {
    border-radius: 50%
}

.highlight-container {
    border: 1px solid #d8d4d4;
    border-radius: 2px;
    padding: 15px
}

p.highlight::selection {
    background: rgba(0, 0, 0, 0);
    color: #8a7300
}

p.highlight::-moz-selection {
    background: rgba(0, 0, 0, 0)
}

.texthighlight {
    padding: 3px 0;
    margin-left: -1px;
    margin-right: -1px;
    border-radius: 2px;
    background-color: #ff9;
    border: 1px solid #8a7300
}

.highlight-container p.highlight {
    line-height: 23px;
    margin-bottom: 5px
}

.source_table tr th,
.target_table tr th {
    background: #666;
    color: #fff
}

.test_response_input table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

.test_response_input tr {
    height: 49px;
    min-height: 49px
}

.test_response_input th {
    padding-top: 6px;
    padding-bottom: 14px;
    text-align: center
}

.test_response_input td {
    border: 2px solid #ccc
}

.test_response_input td .draggable {
    background-color: #fff;
    color: #333;
    border: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-transform: none;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    outline: 0;
    border-radius: 2px;
    box-shadow: none;
    user-select: none;
    cursor: move;
    padding: 7px;
    line-height: 24px
}

.table-item-dragging {
    transition: none;
    -webkit-transition: none;
    pointer-events: none;
    border: 2px solid #e8e8e8;
    padding: 7px;
    line-height: 22px
}

.spacer {
    margin-top: 15px
}

.md-dialog-content label {
    margin-bottom: -1px;
    margin-left: 12px
}

.md-dialog-content input {
    padding: 7px;
    height: 40px
}

.md-dialog-content .md-input-focused label {
    font-size: 20px
}

.form-group p.error {
    margin-bottom: 0;
    padding-top: 5px
}

p.error {
    color: #f44336;
    font-size: 14px;
    text-align: center
}

.errorr {
    display: none;
    color: red;
}


render-html {
    word-wrap: break-word
}




.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0 !important
}

.gc-total {
    text-align: right;
    padding-right: 8px
}

.color-white {
    color: #fff
}

.color-red {
    color: #f44336
}

.pte-main.with-image {
    background-image: url(../images/pte.png)
}

.pte-login-mn form0 {
    background: #174c42 none repeat scroll 0 0;
    margin: 0 auto;
    padding: 15px;
    width: 280px
}

.the-pte .right-block {
    float: right;
    display: block
}

.pte-test span.credit {
    top: 0
}

.logout,
.logout:hover {
    bottom: -6px;
    color: #fff;
    font-size: 15px;
    position: absolute;
    right: 15px;
    text-decoration: underline;
    font-weight: 600
}

.login-main,
.pte-main {
    background-attachment: fixed;
    background-clip: border-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
}

.isRecProgress.disabled,
.isRecProgress.disabled.false {
    display: none
}

.isRecProgress.disabled.true {
    display: block
}

.isRecProgress {
    position: absolute;
    left: 40%;
    top: 48px
}

.test_response_input .texteditor {
    border: 2px #e8e8e8 solid
}

.test_response_input .toolbar {
    background-color: #e8e8e8;
    min-height: 2.7142857143em;
    width: 100%;
    position: relative;
    zoom: 1
}

.test_response_input .toolbar_right {
    float: right
}

.test_response_input .length_indicator {
    line-height: 40px;
    float: right;
    padding-right: 1em;
    color: #4d4d4d
}

.test_response_input .word_count {
    margin-right: 2px
}

.test_response_input .toolbar:before {
    display: table;
    content: ""
}

.test_response_input .toolbar:after {
    display: table;
    content: "";
    clear: both
}

.test_response_input .plaintextarea {
    height: 100%;
    width: 100%
}

.test_response_input .texteditor_editable {
    padding: 1em;
    background-color: #fff;
    white-space: pre-wrap;
    overflow-y: auto;
    display: block;
    width: 100%;
    min-height: 80px;
    max-height: 350px;
    outline: 0;
    resize: none;
    border: 1px solid transparent;
    border-radius: 2px
}

.test_response_input .texteditor_editable.wordcount_warning {
    background-color: #fbe3e3;
    border-color: #e14747
}

.test_response_input .length_indicator {
    transition: none;
    -webkit-transition: none
}

.test_response_input .length_indicator.red {
    color: red
}

.student-form {
    width: 400px;
    margin: auto
}

.toolbar_left {
    float: left;
    width: 100%;
    margin: 4px 0 0;
    text-align: center
}

.toolbar_left .word_limit {
    float: left
}

.toolbar_right {
    float: right
}

.word_limit input[type=button] {
    font-size: 16px;
    margin: 0 0 0 10px;
    text-transform: uppercase
}

.toolbar_center input {
    font-size: 16px;
    text-transform: uppercase
}

.toolbar_right input[type=button] {
    font-size: 16px;
    margin: 0 10px 0 0;
    text-transform: uppercase
}

span.resume {
    position: absolute;
    top: -13px;
    right: 85px;
    transform: rotate(14deg);
    font-size: 15px;
    display: block
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.pte-login-mn .qr-code {
    background: #ddecef none repeat scroll 0 0;
    background-repeat: no-repeat;
    background-position: 0 40px;
    padding: 15px;
    width: 100%;
    height: 100%
}

md-progress-linear .md-container {
    height: 3px !important
}

md-progress-linear {
    position: absolute;
    z-index: 999
}


.user-info {
    margin-bottom: 35px
}

.user-info p {
    margin-bottom: 4px
}

.credits-table {
    position: relative;
    padding: 45px 15px 15px;
    margin: 0 -15px 15px;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05)
}

.credits-table:after {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    content: "My Credits Details"
}

.credits-table {
    margin-right: 0;
    margin-left: 0;
    background-color: #fff;
    border-color: #ddd;
    border-width: 1px;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.credits-table .table>tbody>tr>td,
.credits-table .table>tbody>tr>th {
    vertical-align: middle
}

.credits-table .credit-incre {
    margin-top: 12px
}

.credits-table .credit-incre .btn-number {
    border-radius: 4px;
    padding: 2px 4px
}

.credits-table .credit-incre .input-number {
    height: 26px
}

.his_over {
    float: left;
    width: 100%;
    text-align: right;
    padding: 5px 15px 12px
}

.his_over_in {
    width: 135px;
    float: right;
    background: #c3c4c6;
    color: #0c0c0c;
    padding: 5px 5px;
    border-radius: 15px;
    text-align: center
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7
}

.pte-login {
    margin: auto
}

.ptelogin_outer {
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    border: 1px solid #ccc
}

.pte-login-mn {
    width: 100%;
    float: left
}

.pte_penta {
    margin: 100px 0 50px
}

.pte-test img {
    max-width: 100px;
    width: 100%
}

.pte-login-mn form {
    background: 0 0;
    margin: 0 auto;
    padding: 0 10px;
    width: 100
}

.pte-login>span {
    float: left;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background: #c6dce1;
    padding-top: 20px
}

.pte-login img {
    margin: 0 0 20px;
    width: 130px
}

.pte-login h4 {
    background: #4893ac none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: -15px -15px 10px;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase
}

.qr-code {
    width: 320px;
    height: 365px
}

.qr-code .btn {
    width: 100%;
    border-radius: 2px
}

.pte-login .form-group {
    position: relative
}

.pte-login i {
    color: #fff;
    font-size: 18px;
    left: 12px;
    position: absolute;
    top: 10px
}

.pte-login input {
    padding: 0 12px;
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    border-radius: 2px
}

.frgt a {
    color: #333
}

.pte-login input:focus {
    border: 1px solid #581306
}

.pte-login .frgt>a {
    float: left;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600
}

.new_r {
    text-align: center
}

.new_r a {
    color: #0076a3
}

.pte-login .frgt .btn-cstm {
    background: #0076a3;
    font-weight: 600;
    margin: 15px 0 0;
    padding: 8px 0;
    text-transform: uppercase;
    width: 100px
}

.pearson>h4 {
    background: rgba(0, 0, 0, .68) none repeat scroll 0 0;
    color: #fff;
    float: right;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 4px 8px;
    text-transform: uppercase
}

.pearson>h4 span {
    margin: 5px 10px 0 0;
    line-height: 24px
}

.pearson>h4 span a {
    font-family: arial;
    font-size: 15px;
    color: green;
    float: left;
    margin: 4px 0 0;
    text-decoration: none;
    line-height: 18px
}

.pulseBlk {
    color: green;
    -webkit-animation: blink .9s infinite;
    animation: blink .9s infinite
}

@-webkit-keyframes blink {
    50% {
        color: red
    }
}

@keyframes blink {
    50% {
        color: red
    }
}

.pearson a {
    float: right
}

.pearson a:hover {
    text-decoration: none;
    color: #fff
}

.pearson a:focus {
    text-decoration: none;
    color: #fff
}

.requ_dem {
    background: green;
    color: #fff;
    font-size: 12px;
    padding: 6px 6px;
    text-transform: none;
    animation: blinkingText 2s linear infinite;
    -webkit-animation: blinkingText 2s linear infinite
}

@keyframes blinkingText {
    50% {
        background-color: red
    }
}

.logo_outer {
    float: left;
    width: auto;
    border-radius: 8px;
    padding: 0;
    margin: 8px 0 0
}

.logo {
    float: left;
    width: auto;
    padding: 0 20px 0 0
}

.logo a img {
    width: 100%
}

.smll_logo {
    margin: 15px 5px 0 0;
    width: 40px;
    float: left;
    border-radius: 50px;
    height: 40px;
}

.smll_logo img {
    width: 100%;
    border-radius: 50px;
    height: 100%
}

.pearson {
    float: right;
    text-align: right;
    width: 100%
}

.pte-test li {
    display: inline-block;
    margin: 50px 0 0;
    padding: 10px 8px;
    position: relative;
    text-align: center;
    width: 19%
}

.pte-test span {
    bottom: -10px;
    color: #151714;
    font-size: 18px;
    left: 12px;
    margin: auto;
    position: absolute;
    width: auto;
    z-index: 111
}

.pte-test ul {
    margin: 0 auto;
    width: 70%
}

.pte-main .pagination {
    display: inline-block;
    text-align: center;
    width: 100%
}

.pte-main .pagination>li {
    margin: 0 5px;
    display: inline-block
}

.pagination>li>a,
.pagination>li>span {
    background-color: rgba(0, 0, 0, .76);
    border: 0 solid #ddd;
    color: #fff;
    float: left;
    font-weight: 600;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 18px;
    position: relative;
    text-decoration: none
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination {
    margin: 30px 0 0
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #581306;
    border-color: #581306;
    color: #fff;
    z-index: 2
}

.pte-categories li {
    display: inline-block;
    padding: 0 5px;
    width: 24%
}

.pte-categories li a {
    background: #000 none repeat scroll 0 0;
    display: inline-block;
    padding: 10px;
    text-align: center;
    width: 100%
}

.pte-categories li a:hover {
    background: #9f2d11 none repeat scroll 0 0
}

.pte-categories li span {
    color: #fff;
    float: left;
    font-size: 18px;
    margin: 5px 0 0;
    text-transform: uppercase;
    width: 100%
}

.pte-categories ul {
    margin: 0 auto;
    width: 60%
}

.pte-categories img {
    width: 65px
}

.pte-categories {
    text-align: center
}

.category-mn {
    padding: 70px 0 0 !important
}

.btn-cstm {
    background: #2d6fd0 none repeat scroll 0 0;
    border: 0 solid;
    box-shadow: 0 0;
    color: #fff;
    text-shadow: 0 0 0
}

.btn-cstm:hover {
    background: #2d6fd0 none repeat scroll 0 0;
    border: 0 solid;
    box-shadow: 0 0;
    color: #fff
}

.frgt {
    text-align: center
}

.frgt a {
    color: #0076a3;
    padding: 0 5px;
    border-radius: 3px
}

.frgt .btn.btn-cstm {
    border-radius: 0;
    margin: 15px 0 0;
    padding: 7px 0;
    width: 35%;
    border-radius: 4px
}

.test-tit {
    background: #f3f3f3 none repeat scroll 0 0;
    color: #494949;
    font-family: roboto;
    font-weight: 600;
    margin: 0 0 15px;
    padding: 6px;
    text-align: center;
    text-transform: uppercase
}

.test-tit>img {
    margin: 0 5px 0 0;
    width: 30px
}

.test-listing ul li {
    background: #f3f3f3 none repeat scroll 0 0;
    border-radius: 3px;
    display: table;
    font-family: roboto;
    margin: 0 0 15px;
    padding: 6px;
    text-align: center;
    width: 100%
}

.test-listing li h1 {
    color: #494949;
    display: table-cell;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    vertical-align: middle;
    width: 50%
}

.test-listing span {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    border-left: 2px solid #ddd
}

.test-listing li h1 hr {
    border-color: #494949;
    border-width: 2px;
    margin: 12px 0
}

.test-listing li h4 {
    color: #494949;
    font-size: 22px;
    font-weight: 600;
    margin: 22px 0 0
}

.test-listing li h5 {
    color: #494949;
    font-size: 13px;
    margin: 8px 0
}

.test-listing li a {
    background: #d7251d none repeat scroll 0 0;
    border-radius: 9px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin: 10px 0 22px;
    padding: 3px 15px;
    text-transform: uppercase
}

.test-listing li a:hover {
    background: #1f1a17 none repeat scroll 0 0;
    color: #fff;
    text-decoration: unset
}

.test-categories .col-md-3 {
    padding: 0 7px
}

#testhexagon li {
    border-color: #ffab40 transparent;
    border-style: solid;
    border-width: 100px 22px 0;
    position: relative;
    width: 155px
}

#testhexagon li a {
    bottom: 35px;
    float: left;
    height: 100px;
    left: 12px;
    position: absolute;
    width: auto;
    z-index: 999
}

#testhexagon li::before {
    border-color: transparent transparent #ffab40;
    border-style: solid;
    border-width: 0 78px 50px;
    content: "";
    height: 0;
    left: -23px;
    position: absolute;
    top: -150px;
    width: 0
}

.pnta_pre {
    background: #fff !important;
    color: #999 !important
}

.pnta_blue {
    background: #347ab8 !important;
    color: #fff !important
}

.list-unstyled p {
    color: #151714;
    font-size: 14px;
    margin: 0;
    padding: 0
}

.list-unstyled a:hover {
    text-decoration: none
}

.pagination>li:first-child>a:focus,
.pagination>li:first-child>a:hover {
    background: #3a3934 !important;
    color: #fff !important
}

.pte_cat_design_outer {
    width: 100%;
    float: left
}

.pte_cat_design {
    background: #354 none repeat scroll 0 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 65%
}

.listing_cat {
    float: left;
    width: 100%
}

.cat_pentagon1_outer {
    width: 64%;
    margin: auto
}

.cat_pentagon1_outer a {
    display: inline-block;
    left: -5px;
    padding: 10px;
    position: relative
}

.cat_pentagon1 {
    border-color: #06afe3 transparent;
    border-style: solid;
    border-width: 98px 28px 0;
    height: 0;
    position: relative;
    width: 158px
}

.cat_pentagon1::before {
    border-color: transparent transparent #06afe3;
    border-style: solid;
    border-width: 0 79px 58px;
    content: "";
    height: 0;
    left: -28px;
    position: absolute;
    top: -156px;
    width: 0
}

.music {
    left: 22px;
    max-width: 60px;
    position: absolute;
    top: -100px
}

.head_lis {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    text-transform: uppercase;
    top: -38px;
    width: 100%;
    text-align: center
}

.listing_samp1 {
    background: #fff;
    border-radius: 10px;
    float: left;
    padding: 10px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 0 4px 1px #999
}

.listing_samp1 h5 {
    font-size: 16px;
    margin: 0 0 5px
}

.listing_samp1 h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0
}

.listing_samp1 span {
    font-size: 15px
}

.listing_samp1 button {
    font-size: 20px;
    padding: 0 24px;
    text-align: center;
    text-transform: uppercase;
    background: #029dcd;
    border: none;
    box-shadow: -1px 1px 4px 1px #333;
    margin: 5px 0 0
}

.listing_samp1 button:hover {
    background-color: #027da4
}

.cat_pentagon2_outer {
    width: 64%;
    margin: auto
}

.cat_pentagon2_outer a {
    display: inline-block;
    left: -5px;
    padding: 10px;
    position: relative
}

.cat_pentagon2 {
    border-color: #06ab21 transparent;
    border-style: solid;
    border-width: 98px 28px 0;
    height: 0;
    position: relative;
    width: 158px
}

.cat_pentagon2::before {
    border-color: transparent transparent #06ab21;
    border-style: solid;
    border-width: 0 79px 58px;
    content: "";
    height: 0;
    left: -28px;
    position: absolute;
    top: -156px;
    width: 0
}

.listing_samp2 {
    background: #66f77e;
    border-radius: 10px;
    float: left;
    padding: 0 0 8px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px
}

.listing_samp2 h5 {
    font-size: 20px;
    margin: 5px 0 2px
}

.listing_samp2 h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0
}

.listing_samp2 span {
    font-size: 20px
}

.listing_samp2 button {
    font-size: 20px;
    padding: 0 24px;
    text-align: center;
    text-transform: uppercase;
    background: #099320;
    border: none;
    box-shadow: -1px 1px 4px 1px #333;
    margin: 5px 0 0
}

.listing_samp2 button:hover {
    background-color: #08871d
}

.cat_pentagon3_outer {
    width: 64%;
    margin: auto
}

.cat_pentagon3_outer a {
    display: inline-block;
    left: -5px;
    padding: 10px;
    position: relative
}

.cat_pentagon3 {
    border-color: #d8061a transparent;
    border-style: solid;
    border-width: 98px 28px 0;
    height: 0;
    position: relative;
    width: 158px
}

.cat_pentagon3::before {
    border-color: transparent transparent #d8061a;
    border-style: solid;
    border-width: 0 79px 58px;
    content: "";
    height: 0;
    left: -28px;
    position: absolute;
    top: -156px;
    width: 0
}

.listing_samp3 {
    background: #fe8994;
    border-radius: 10px;
    float: left;
    padding: 0 0 8px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px
}

.listing_samp3 h5 {
    font-size: 20px;
    margin: 5px 0 2px
}

.listing_samp3 h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0
}

.listing_samp3 span {
    font-size: 20px
}

.listing_samp3 button {
    font-size: 20px;
    padding: 0 24px;
    text-align: center;
    text-transform: uppercase;
    background: #dd061a;
    border: none;
    box-shadow: -1px 1px 4px 1px #333;
    margin: 5px 0 0
}

.listing_samp3 button:hover {
    background-color: #cc0618
}

.cat_pentagon4_outer {
    width: 64%;
    margin: auto
}

.cat_pentagon4_outer a {
    display: inline-block;
    left: -5px;
    padding: 10px;
    position: relative
}

.cat_pentagon4 {
    border-color: #2a43fc transparent;
    border-style: solid;
    border-width: 98px 28px 0;
    height: 0;
    position: relative;
    width: 158px
}

.cat_pentagon4::before {
    border-color: transparent transparent #2a43fc;
    border-style: solid;
    border-width: 0 79px 58px;
    content: "";
    height: 0;
    left: -28px;
    position: absolute;
    top: -156px;
    width: 0
}

.listing_samp4 {
    background: #929ef7;
    border-radius: 10px;
    float: left;
    padding: 0 0 8px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px
}

.listing_samp4 h5 {
    font-size: 20px;
    margin: 5px 0 2px
}

.listing_samp4 h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0
}

.listing_samp4 span {
    font-size: 20px
}

.listing_samp4 button {
    font-size: 20px;
    padding: 0 24px;
    text-align: center;
    text-transform: uppercase;
    background: #0505fa;
    border: none;
    box-shadow: -1px 1px 4px 1px #333;
    margin: 5px 0 0
}

.listing_samp4 button:hover {
    background-color: #0508be
}

header {
    float: left;
    height: auto;
    transition: all .4s ease 0s;
    width: 100%;
    background: #0080aa;
    padding: 5px 0
}

.pricing_bg {
    float: left;
    width: 100%;
    padding: 25px 0 50px;
    margin: 0 0 20px;
    height: 100%
}

.pricing {
    float: left;
    width: 100%
}

.head_pack {
    color: #333;
    font-family: arial;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 40px;
    text-align: center;
    text-transform: uppercase
}

.single_list {
    border-radius: 5px;
    float: left;
    padding-left: 1px;
    padding-right: 1px;
    width: 100%;
    visibility: hidden
}

.signle_test {
    background: #d08628 none repeat scroll 0 0;
    border-radius: 8px 8px 0 0;
    color: #fff;
    float: left;
    padding: 10px 8px;
    text-align: center;
    width: 100%
}

.signle_test>h4 {
    font-family: arial;
    font-size: 15px;
    margin: 5px 0 2px;
    text-transform: uppercase
}

.signle_test>p {
    font-family: arial;
    font-size: 14px;
    margin: 2px 0 5px
}

.single_list1 {
    border-radius: 5px;
    float: left;
    padding-left: 1px;
    padding-right: 1px;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px 1px #ccc
}

.pricing .col-lg-3:nth-child(4n+2) {
    clear: both
}

.signle_test1 {
    background: #d08628;
    border-radius: 8px 8px 0 0;
    color: #fff;
    float: left;
    text-align: center;
    width: 100%;
    padding: 10px 8px;
    min-height: 70px
}

.signle_test1>h4 {
    font-family: arial;
    font-size: 12px;
    margin: 12px 0;
    text-transform: uppercase;
    line-height: 24px
}

.signle_test1>p {
    font-family: arial;
    font-size: 13px;
    margin: 2px 0 5px
}

.samplew {
    background: #fff;
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 8px;
    min-height: 128px
}

.samplew h5 {
    color: #555;
    font-family: arial;
    font-size: 14px;
    line-height: 22px
}

.samplew>p {
    float: left;
    margin: 0 0 2px
}

.single_list2 {
    border-radius: 5px;
    float: right;
    padding-left: 1px;
    padding-right: 1px;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px 1px #ccc
}

.single_list3 {
    background: #fff;
    border-left: 2px solid #ccc;
    float: right;
    width: 100%
}

.single_list4 {
    background: #fff;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    float: right;
    width: 100%
}

.singlem {
    padding-right: 3px
}

.list_aud {
    float: left;
    width: 100%;
    background: #fbd39d;
    text-align: left;
    padding: 10px 8px
}

.list_aud h4 {
    color: #000;
    font-family: arial;
    font-size: 18px;
    margin: 5px 0 0
}

.list_aud h3 {
    color: #000;
    font-family: copperplategothicbold;
    font-size: 24px;
    margin: 5px 0 0
}

.list_buttn {
    background: #fff none repeat scroll 0 0;
    border-radius: 0 0 8px 8px;
    float: left;
    padding: 18px;
    text-align: center;
    width: 100%
}

.list_buttn .btn {
    background: #f09828 none repeat scroll 0 0;
    box-shadow: 0 0 2px 1px #975706 inset;
    color: #fff;
    font-family: arial;
    font-size: 15px;
    padding: 4px 0;
    text-align: center;
    text-transform: uppercase;
    width: 110px
}

.signle_test2 {
    background: #d24e53;
    border-radius: 8px 8px 0 0;
    color: #fff;
    float: left;
    padding: 10px 8px;
    text-align: center;
    width: 100%;
    min-height: 70px;
    position: relative;
    overflow: hidden
}

.signle_test2>h4 {
    font-family: arial;
    font-size: 12px;
    margin: 12px 0;
    text-transform: uppercase;
    line-height: 24px
}

.signle_test2>h4 b {
    color: #fff;
    position: absolute;
    top: 10px;
    left: -11px;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 400;
    line-height: initial;
    background: green;
    transform: rotate(-36deg);
    text-transform: initial
}

.signle_test2>p {
    font-family: arial;
    font-size: 13px;
    margin: 2px 0 5px
}

.list_aud2 {
    background: #f3898e;
    float: left;
    padding: 10px 8px;
    text-align: left;
    width: 100%
}

.list_aud2 h4 {
    color: #000;
    font-family: arial;
    font-size: 18px;
    margin: 5px 0 0
}

.list_aud2 h3 {
    color: #000;
    font-family: copperplategothicbold;
    font-size: 24px;
    margin: 5px 0 0
}

.list_buttn2 {
    background: #fff none repeat scroll 0 0;
    float: left;
    padding: 18px;
    text-align: center;
    width: 100%;
    border-radius: 0 0 8px 8px
}

.list_buttn2 .btn {
    background: #dd1a23 none repeat scroll 0 0;
    box-shadow: 0 0 2px 1px #9c2b30 inset;
    color: #fff;
    font-family: arial;
    font-size: 15px;
    padding: 4px 0;
    text-align: center;
    text-transform: uppercase;
    width: 110px
}

.single_testdata {
    border-color: #ccc #ccc #ccc #ccc;
    border-style: solid;
    border-width: 1px;
    float: left;
    overflow: hidden;
    padding: 5px;
    width: 100%
}

.single_test_in {
    width: 100%;
    float: left
}

.tdata {
    border-right: 1px solid #ccc
}

.single_testdata1 {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    float: left;
    overflow: hidden;
    padding: 5px 15px;
    width: 100%
}

.single_test_in>p {
    color: #333;
    font-family: arial;
    font-size: 15px;
    line-height: 40px;
    margin: 0;
    text-align: center
}

.single_test_in img {
    max-width: 30px
}

.single_test_inL {
    float: left;
    width: 100%
}

.single_test_inL>p {
    color: #333;
    font-family: arial;
    font-size: 15px;
    line-height: 40px;
    margin: 0;
    text-align: left
}

.single_test_inL img {
    max-width: 30px
}

.institute_pack {
    border-radius: 5px;
    float: left;
    padding-left: 1px;
    padding-right: 1px;
    width: 100%;
    visibility: hidden
}

.institute_pack1 {
    border-radius: 5px;
    float: left;
    padding-left: 1px;
    padding-right: 1px;
    width: 100%
}

.institute_test_login {
    background: #4fe067;
    border-radius: 8px 8px 0 0;
    color: #fff;
    float: left;
    text-align: center;
    width: 100%;
    padding: 10px 8px
}

.institute_test_login>h4 {
    font-family: arial;
    font-size: 20px;
    margin: 5px 0 2px;
    text-transform: uppercase
}

.institute_test_login>p {
    font-family: arial;
    font-size: 15px;
    margin: 2px 0 5px;
    text-transform: uppercase
}

.inst_login {
    background: #91fda3;
    float: left;
    padding: 10px 8px;
    text-align: center;
    width: 100%
}

.inst_login h4 {
    color: #000;
    font-family: arial;
    font-size: 22px;
    margin: 5px 0 0
}

.inst_login h3 {
    color: #000;
    font-family: copperplategothicbold;
    font-size: 28px;
    margin: 5px 0 0
}

.inst_login_buttn {
    background: #fff;
    border-radius: 0 0 8px 8px;
    float: left;
    padding: 18px;
    text-align: center;
    width: 100%
}

.inst_login_buttn .btn {
    background: #4fe067;
    box-shadow: 0 0 2px 1px #975706 inset;
    color: #fff;
    font-family: arial;
    font-size: 17px;
    padding: 4px 0;
    text-align: center;
    text-transform: uppercase;
    width: 120px
}

.institute_test1 {
    background: #d08628 none repeat scroll 0 0;
    border-radius: 8px 8px 0 0;
    color: #fff;
    float: left;
    text-align: center;
    width: 100%;
    padding: 10px 8px
}

.institute_test1>h4 {
    font-family: arial;
    font-size: 20px;
    margin: 5px 0 2px;
    text-transform: uppercase
}

.institute_test1>p {
    font-family: arial;
    font-size: 15px;
    margin: 2px 0 5px;
    text-transform: uppercase
}

.sample_ins {
    background: #fff;
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 8px;
    background-image: url(../images/happy_student.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 110px
}

.sample_ins h5 {
    color: #555;
    font-family: arial;
    font-size: 15px;
    line-height: 22px
}

.inst_list {
    float: left;
    width: 100%;
    background: #fbd39d;
    text-align: center;
    padding: 10px 8px
}

.inst_list h4 {
    color: #000;
    font-family: arial;
    font-size: 22px;
    margin: 5px 0 0
}

.inst_list h3 {
    color: #000;
    font-family: copperplategothicbold;
    font-size: 28px;
    margin: 5px 0 0
}

.institute_pack2 {
    float: right;
    padding-left: 1px;
    padding-right: 1px;
    width: 100%
}

.institute_test2 {
    background: #d24e53;
    border-radius: 8px 8px 0 0;
    color: #fff;
    float: left;
    padding: 10px 8px;
    text-align: center;
    width: 100%
}

.institute_test2>h4 {
    font-family: arial;
    font-size: 20px;
    margin: 5px 0 2px;
    text-transform: uppercase
}

.institute_test2>p {
    font-family: arial;
    font-size: 15px;
    margin: 2px 0 5px;
    text-transform: uppercase
}

.sample_ins {
    background: #fff;
    float: left;
    width: 100%;
    padding: 28px 8px;
    background-image: url(../images/happy_student.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 130px;
    background-size: cover
}

.sample_ins h5 {
    color: #555;
    font-family: arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700
}

.sample_ins h4 {
    font-size: 18px;
    font-weight: 700;
    font-family: arial;
    text-transform: uppercase;
    margin: 0;
    line-height: 25px;
    color: #555
}

.inst_list {
    float: left;
    width: 100%;
    background: #fbd39d;
    text-align: center;
    padding: 10px 8px
}

.inst_list h4 {
    color: #000;
    font-family: arial;
    font-size: 22px;
    margin: 5px 0 0
}

.inst_list h3 {
    color: #000;
    font-family: copperplategothicbold;
    font-size: 28px;
    margin: 5px 0 0
}

.single_test_inL span {
    float: left;
    font-family: arial;
    font-size: 10px;
    line-height: 15px;
    margin: 0;
    padding: 0
}

.pearson_outer {
    float: left;
    width: 100%
}

.pte_nav_outer {
    float: left;
    width: 100%
}

.pte_nav {
    float: right;
    width: auto
}

.pte_nav ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.pte_nav ul li {
    display: inline
}

.pte_nav ul li a {
    color: #fff;
    font-family: arial;
    font-size: 13px;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase
}

.nav>li>a:hover,
.pte_nav .nav>li>a:focus {
    background-color: transparent
}

.pte_nav ul li.active {
    background: #115a72;
    border-radius: 6px
}

.pte_nav ul li a.no_rit {
    border: medium none;
    padding: 0 0 0 10px
}

.pte_nav .navbar-collapse {
    padding-left: 0;
    padding-right: 0
}

.account_outer {
    float: left;
    height: 100%;
    padding: 50px 0 32px;
    width: 100%
}

.account_bg {
    background: #fff;
    box-shadow: 0 0 3px 0 #7a7a7a;
    float: left;
    padding: 30px 0;
    width: 100%
}

.credit_head {
    float: left;
    margin: 0 0 30px;
    width: 100%
}

.credit_head h3 {
    color: #0298d1;
    font-family: arial;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    text-align: center
}

.credit_head>h4 {
    font-family: arial;
    font-size: 20px;
    text-align: center
}

.credit_both {
    float: left;
    width: 100%
}

.credit_left {
    margin: auto;
    width: 40%;
    overflow: hidden
}

.credit_left_in {
    float: left;
    margin-top: 35px;
    width: 100%
}

.credit_left_in>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.credit_left_in>ul li {
    display: block
}

.credit_left_in a {
    color: #333;
    font-family: arial;
    font-size: 16px;
    line-height: 35px
}

.credit_left_in a:hover {
    text-decoration: none
}

.credit_left_in span {
    font-weight: 700
}

.credit_right {
    float: left;
    text-align: center;
    width: 100%
}

.credit_right>h4 {
    font-family: arial;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px
}

.credit_choose {
    margin: auto;
    width: 24%
}

.credit_choose input {
    width: 100%
}

.credit_choose label {
    border: 1px solid #888;
    box-shadow: 7px 5px 30px #dbdbdb inset;
    font-family: arial;
    font-size: 17px;
    font-weight: 500;
    margin: 10px 0 0;
    padding: 2px 10px
}

.credit_continue {
    clear: both;
    margin: auto;
    overflow: hidden;
    width: 16%
}

.credit_continue>a {
    background: #8dd3fc none repeat scroll 0 0;
    border: 1px solid #878787;
    border-radius: 7px;
    color: #333;
    float: left;
    font-family: arial;
    font-size: 28px;
    margin: 20px 0 0;
    padding: 1px 12px;
    text-align: center;
    text-transform: uppercase;
    width: 175px
}

.credit_continue>a:hover {
    text-decoration: none
}

.credit_continue>ul li li a {
    border: none
}

.dropdown-menu>li>a:hover,
.pte_nav .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: #2089ac
}

.pte_nav .dropdown-menu {
    margin-top: 5px !important;
    background: #2089ac;
    border-top: 1px solid #fff;
}

.pte_nav ul li li a {
    color: #fff;
    font-family: arial;
    font-size: 12px;
    line-height: 32px;
    padding: 0 8px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px dotted #fff;
    width: 170px;
    font-weight: 700
}

.pte_nav ul li li:last-child a {
    border: none
}

.indf {
    float: left;
    max-width: 30px;
    margin: 0 5px 0 0
}

.pearson>p {
    clear: both;
    color: #fff;
    float: right;
    font-family: arial;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    padding: 3px 5px 2px;
    text-align: right;
    width: 200px;
    text-transform: uppercase
}

.home_page {
    float: left;
    width: 100%;
    height: 100%;
    padding-bottom: 30px
}

.home_pageIn {
    width: 100%;
    float: left;
    margin: 0 0 25px
}

.home_page1_outer {
    float: left;
    width: 100%;
    background-image: url(../images/bg_test.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 520px;
    margin-top: 45px
}

.homelogin {
    float: left;
    width: 100%;
    margin: 0 0 20px
}

.home_page_left .homelogin a {
    margin: 0 0 10px;
    color: #f16a4c;
    font-size: 18px;
    text-transform: uppercase;
    font-family: arial;
    float: none
}

.homelogin a:hover {
    text-decoration: none
}

.cantact {
    float: left;
    width: 100%;
    padding: 15px 0;
    margin: 15px 0 30px
}

.cantact_top {
    float: left;
    width: 100%
}

.cant_head {
    color: #333;
    font-size: 25px;
    font-family: arial;
    text-align: center;
    margin: 0;
    padding: 0 0 25px;
    text-transform: uppercase
}

.contact1_form {
    float: left;
    width: 100%
}

.contint_label_1 {
    float: left;
    width: 48%;
    clear: both
}

.contint_label_1 label {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    font-size: 14px;
    color: #777;
    font-family: arial;
    font-weight: 400
}

.cont_input1[type=text] {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    line-height: 33px;
    padding: 0 5px;
    font-family: arial;
    font-size: 14px;
    border: 1px solid #999
}

.cont_input1[type=email] {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    line-height: 33px;
    padding: 0 5px;
    font-family: arial;
    font-size: 14px;
    border: 1px solid #999
}

.cont_input1[type=tel] {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    line-height: 33px;
    padding: 0 5px;
    font-family: arial;
    font-size: 14px;
    border: 1px solid #999
}

.contint_label_2 {
    float: right;
    width: 48%
}

.contint_label_2 label {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    font-size: 14px;
    color: #777;
    font-family: arial;
    font-weight: 400
}

.contint_sub {
    float: left;
    width: 100%
}

.contint_btn {
    float: left;
    width: 100%
}

.contint_sub label {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    font-size: 14px;
    color: #777;
    font-family: arial;
    font-weight: 400
}

.contint_sub select {
    margin: 0 0 15px;
    border: 1px solid #999;
    border-radius: 0
}

.cont_input2[type=text] {
    float: right;
    width: 100%;
    margin: 0 0 15px;
    line-height: 33px;
    padding: 0 5px;
    font-family: arial;
    font-size: 14px;
    border: 1px solid #999
}

.cont_input2[type=email] {
    float: right;
    width: 100%;
    margin: 0 0 15px;
    line-height: 33px;
    padding: 0 5px;
    font-family: arial;
    font-size: 14px;
    border: 1px solid #999
}

.cont_input2[type=tel] {
    float: right;
    width: 100%;
    margin: 0 0 15px;
    line-height: 33px;
    padding: 0 5px;
    font-family: arial;
    font-size: 14px;
    border: 1px solid #999
}

.cont_input3[type=text] {
    float: right;
    width: 100%;
    margin: 0 0 15px;
    line-height: 33px;
    padding: 0 10px;
    font-family: arial;
    font-size: 14px;
    border: 1px solid #999
}

.cont_input3:focus {
    outline: none !important;
    border: 1px solid #999;
}

.cont_input3[type=email] {
    float: right;
    width: 100%;
    margin: 0 0 15px;
    line-height: 33px;
    padding: 0 5px;
    font-family: arial;
    font-size: 14px;
    border: 1px solid #999
}

.cont_input3[type=tel] {
    float: right;
    width: 100%;
    margin: 0 0 15px;
    line-height: 33px;
    padding: 0 5px;
    font-family: arial;
    font-size: 14px;
    border: 1px solid #999
}

.contact1_form select.cont_input3 {
    float: right;
    width: 100%;
    margin: 0 0 15px;
    line-height: 33px;
    padding: 8px 5px;
    font-family: arial;
    font-size: 14px;
    border: 1px solid #999
}

.contact1_form textarea.cont_input4 {
    float: left;
    width: 100%;
    padding: 0 5px;
    margin: 0 0 15px;
    border: 1px solid #999
}

.contact1_in1 span {
    font-size: 16px
}

.cont_input5 {
    background: #0080aa;
    border: none;
    line-height: 33px;
    color: #fff;
    font-size: 15px;
    float: none;
    padding: 0px 15px;
    width: auto;
    border-radius: 2px
}

.cantact_bg {
    float: left;
    width: 100%
}

.border_cont {
    border-right: 1px solid #888;
    margin-bottom: 5px
}

.contact1 {
    float: left;
    width: 100%;
    margin: 0 0 10px
}

.contact1_left {
    background: #fff;
    width: 100%;
    float: left;
    padding: 15px
}

.contact1_mapadd {
    float: left;
    width: 100%;
    margin: 0
}

.contact1_in1 {
    width: 50%;
    float: left;
    padding-right: 5px;
    clear: both
}

.contact1_form h3 {
    font-size: 16px;
    margin: 0 0 15px;
    font-family: arial;
    color: #0080f1
}

.contact1_in1 p span a {
    font-size: 16px;
    color: #0080f1
}

.contact1_in1 a {
    color: #0080f1
}

.contact1_in1 a:hover {
    color: #0080f1
}

.contact1_in1 h4 {
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    font-family: arial;
    color: #0080f1;
    margin: 0 0 15px;
    float: left;
    width: 100%
}

.contact1_in1 p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 10px;
    font-family: arial;
    float: left;
    width: 100%
}

.contact1_right {
    width: 100%;
    float: left;
    padding: 15px;
    background: #f5f5f5
}

.contact1_right.right_h {
    min-height: 465px;
    padding: 30px 15px
}

.right_mg {
    width: 100%;
    min-height: 400px
}

.contact1_in2 {
    width: 50%;
    float: left;
    border: 1px dotted #555;
    padding: 12px 12px 6px
}

.cont_marg {
    margin: 0
}

.contact1_in2 iframe {
    width: 100%
}

.institute_test_login span {
    color: #333;
    font-size: 20px
}

.institute_test1 span {
    color: #333;
    font-size: 20px
}

.institute_test2 span {
    color: #333;
    font-size: 20px;
    visibility: hidden
}

span.perlogin {
    font-size: 18px;
    font-family: arial
}

.inst_login {
    color: #dd1a23;
    font-size: 20px
}

.border_btm {
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px;
    margin: 0 0 20px
}

.toast.toast-success {
    background: #39b54a;
    color: #fff;
    padding: 10px 12px 12px 40px;
    border-radius: 4px;
    position: relative
}

.toast-top-right.hidden {
    display: none;
}

.toast.toast-error {
    background: #de3e44;
    color: #fff;
    padding: 10px 12px 12px 30px;
    border-radius: 4px;
    position: relative
}

.toast.toast-success:after {
    content: "x";
    position: absolute;
    right: -4px;
    top: -10px;
    border-radius: 25px;
    text-align: center;
    font-weight: 900;
}

.toast.toast-error:after {
    content: "x";
    position: absolute;
    right: -4px;
    top: -10px;
    border-radius: 25px;
    text-align: center;
    font-weight: 900;
}

/* 
.toast.toast-success:before {
    position: absolute;
    content: "";
    background: url(/images/tick.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: 15px
} */

.toast.toast-success:before {
    position: absolute;
    content: "";
    background: url(/images/tick.png) no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
}

/* .toast.toast-error:before {
    position: absolute;
    content: "";
    background: url(/images/close.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    left: 11px;
    top: 12px
} */
.toast.toast-error:before {
    position: absolute;
    content: "";
    background: url(/images/close.png) no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
}

.about_pte_outer {
    float: left;
    width: 100%;
    padding: 40px 0 40px
}

.about_pte {
    float: left;
    width: 100%;
    margin: 0 0 20px
}

.about_left img {
    width: 100%
}

.about_left {
    width: 100%;
    float: left;
    position: relative
}

.about_left:before {
    position: absolute;
    content: "ABOUT PTE TEST";
    width: auto;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.about_right {
    width: 100%;
    float: left
}

.about_right h4 {
    color: #666;
    font-size: 18px;
    font-family: arial;
    margin: 0 0 8px
}

.about_right p {
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 20px;
    text-align: justify
}

.book_pte_test {
    float: left;
    width: 100%;
    padding: 0 0 40px
}

.book_pte_testIn {
    float: left;
    width: 100%;
    padding: 15px 0;
    margin: 20px 0 0
}

.book_pte_testIn h1 {
    font-family: arial;
    font-size: 25px;
    text-transform: uppercase;
    color: #333;
    margin: 0 0 10px
}

.book_pte_testIn h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 12px;
    color: #000
}

.book_pte_testIn h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px
}

.book_pte_testIn p {
    font-size: 15px;
    font-family: arial;
    margin: 0 0 10px
}

.book_pte_testIn a.btn {
    background: #0076a3;
    border-radius: 18px;
    line-height: 22px;
    font-size: 14px;
    color: #fff
}

.book_pte_testIn img {
    width: 100%
}

.hr_about {
    float: left;
    width: 100%;
    text-align: center;
    border-top: medium double #f2f2f2;
    margin: 35px 0 0;
    position: relative
}

.hr_about span {
    background: #ddecef;
    padding: 0 22px;
    position: absolute;
    top: -15px;
    font-size: 20px
}

.about_mission {
    float: left;
    width: 100%;
    margin: 0 0 30px
}

.about_mission h4 {
    font-size: 20px;
    font-family: arial;
    font-weight: 400;
    color: #888
}

.about_mission>p {
    font-size: 15px;
    line-height: 27px;
    margin: 0
}

.about_mission hr {
    margin: 15px 0 0
}

.about_vission {
    float: left;
    width: 100%;
    margin: 0 0 30px
}

.about_vission h4 {
    font-size: 20px;
    font-family: arial;
    font-weight: 400;
    color: #888
}

.about_vission>p {
    font-size: 15px;
    line-height: 27px;
    margin: 0
}

.about_vission hr {
    margin: 15px 0 0
}

.aboutFormat {
    float: left;
    width: 100%;
    margin: 0 0 30px
}

.aboutFormat h1 {
    color: #0080aa;
    font-size: 25px;
    text-align: center;
    font-family: arial;
    margin: 0;
    padding: 0 0 25px;
    text-transform: uppercase
}

.aboutFormatBx {
    float: left;
    width: 100%;
    padding: 12px;
    min-height: 310px;
    box-shadow: 0px 0px 5px 2px #d8dbdc;
}

.aboutFormatBx h4 {
    font-family: arial;
    font-size: 18px
}

.aboutFormatBx h4 span {
    font-size: 14px;
}

.aboutFormatBx ul {
    margin: 0 auto 0;
    padding: 0 15px
}

.aboutFormatBx ul li {
    font-size: 15px;
    line-height: 30px;
}

.aboutBtn {
    float: left;
    width: 100%;
    text-align: center;
    margin: 15px 0 0;
}

.aboutBtn a {
    background: #0080aa;
    color: #fff;
    font-family: arial;
    font-size: 14px;
    line-height: 35px;
    padding: 6px 10px;
    border-radius: 8px;
}

.aboutBtn a:hover {
    text-decoration: none;
}


.text_center_Outer {
    float: left;
    width: 100%;
    height: 100%;
    padding: 25px 0 40px
}

.text_center {
    float: left;
    width: 100%
}

.text_center h2 {
    font-size: 20px;
    color: #0298d1;
    font-family: arial;
    margin: 0 0 5px
}

#map_canvas {
    position: relative;
    overflow: visible;
    height: 400px
}

.text_center p {
    font-size: 15px;
    font-family: arial;
    padding: 0 30px 12px 0;
    margin: 0;
    line-height: 28px
}

.center_choosen {
    width: 100%;
    float: left;
    margin: 15px 0 20px
}

.center_choosen h2 {
    font-size: 20px;
    color: #007faa;
    font-family: arial;
    margin: 0 0 15px
}

.center_choosen ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.center_choosen ul li {
    display: inline
}

.center_choosen ul li a {
    background: #09a4d9;
    color: #fff;
    padding: 8px;
    display: inline-block;
    margin: 0 1px 5px;
    font-size: 14px;
    border-radius: 22px;
    text-transform: uppercase
}

.center_choosen ul li a:hover {
    background: #044960;
    color: #fff;
    text-decoration: none
}

.center_choosen ul li a:focus {
    text-decoration: none
}

.center_choosen ul li:first-child a {
    background: #044960;
    color: #fff
}

.center_map_Outer {
    float: left;
    width: 100%;
    margin: 15px 0 30px
}

.center_map {
    float: left;
    width: 100%;
    border: 14px solid #007faa
}

.center_map iframe {
    width: 100%
}

.center_choosenL {
    float: left;
    width: 100%
}

.center_choosenL p {
    font-size: 20px;
    font-family: arial;
    padding: 0 30px 6px 0;
    margin: 0
}

.center_choosenR {
    float: left;
    width: 100%;
    border: 5px solid #000;
    margin: 10px 0 0
}

.center_choosenR iframe {
    width: 100%
}

.center_price {
    float: left;
    width: 100%
}

.center_price h5 {
    font-size: 24px;
    font-family: arial;
    color: #2e2e2e
}

.center_price .btn {
    background: #007faa;
    color: #fff;
    border-radius: 15px;
    font-size: 30px;
    line-height: 50px;
    font-family: arial;
    padding: 8px 15px;
    box-shadow: -1px 9px 20px -6px #000
}

.center_price p {
    font-size: 19px;
    font-family: arial;
    padding: 15px 30px 9px 0;
    margin: 0;
    line-height: 28px;
    color: #2e2e2e
}

.center_price .tax_mrgn {
    padding: 0 0 10px
}

.center_address {
    background: #b4e3f3;
    width: 100%;
    float: left;
    padding: 10px
}

.center_address h5 {
    font-size: 15px;
    font-family: arial
}

.center_address h3 {
    margin: 0;
    font-family: arial
}

.center_adrs {
    float: left;
    width: 235px
}

.center_adrs h5 {
    font-size: 17px;
    font-family: arial;
    padding: 0 16px 0 0;
    line-height: 25px;
    margin: 5px 0 0
}

.center_adrs h3 {
    margin: 0;
    font-family: arial
}

.pte_validation {
    float: left;
    width: 100%
}

.pte_validity {
    width: 100%;
    float: left;
    padding: 15px 0;
}

.pte_validity h2 {
    color: #333;
    font-size: 25px;
    font-family: arial;
    text-align: left;
    margin: 20px 0 10px;
    text-transform: uppercase;
}

.pte_validity h5 {
    font-size: 15px;
    font-family: arial;
    line-height: 24px;
    margin: 0 0 10px;
    color: #333;
    font-weight: 700
}

.pte_validity p {
    font-size: 15px;
    font-family: arial;
    line-height: 24px;
    margin: 0 0 20px;
    color: #333
}

.pte_ol {
    float: left;
    width: 100%;
    margin: 0
}

.pte_ol li {
    line-height: 25px;
    font-size: 15px;
    font-family: arial;
    padding: 0 0 10px;
    color: #333
}

.dropdown-menu>li>a:hover,
.pte .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: #115974
}

.inner_img.myclog img {
    max-width: 100px;
    position: relative;
    top: 12px;
    left: 5px
}

.inner_img.ptelog img {
    max-width: 100px;
    position: relative;
    top: -8px
}

.pte-login {
    border: 1px solid #ddd;
    box-shadow: 0 0 7px 1px #9b9c9c;
    border-radius: 4px
}

.pte_nav ul li {
    display: block
}

.pte_nav ul li li:last-child a {
    border-bottom: 1px dotted #333
}

.dropdown .dropdown-menu .caret {
    border: 5px solid transparent;
    border-left-color: transparent;
    border-left-color: #000;
    float: none;
    margin-top: -2px;
    margin-left: 2px
}

.enquiry_outer {
    background: #fff;
    float: left;
    width: 100%;
    height: 100%
}

.enquiry {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ddd;
    width: 30%;
    box-shadow: 0 2px 5px 1px #ddd
}

.enquiry_in {
    width: 100%;
    float: left
}

.practice-score-card-ii {
    background: #f2f2f2;
}

.practice-score-card-ii .card-block {
    background: #f2f2f2;
}

.practice-score-card-ii span {
    font-size: 15px;
}

.enquiry_head {
    float: left;
    width: 100%;
    background: #066
}

.enq_logo {
    float: left;
    width: 20%
}

.enq_logo img {
    width: 100%
}

.enquiry_in h3 {
    float: left;
    font-size: 22px;
    margin: 10px 15px 10px
}

.enquiry_set {
    width: 100%;
    float: left;
    padding: 0 15px
}

.enquiry_first {
    width: 40%;
    float: left;
    font-size: 14px;
    color: #666;
    font-weight: 700;
    margin: 0 0 5px
}

.enquiry_last {
    width: 60%;
    float: left;
    font-size: 14px;
    margin: 0 0 5px
}

.enquiry_message {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #666;
    font-weight: 700;
    margin: 0 0 5px
}

.enquiry_text {
    width: auto;
    float: right;
    font-size: 14px;
    margin: 0 0 5px
}

.enquiry_message span {
    font-weight: 400;
    font-size: 14px
}

.enquiry_message p {
    float: left
}

.hid {
    visibility: hidden;
    display: inline-block;
    width: 104px
}

.payment_head {
    color: #333;
    font-size: 25px;
    font-family: arial;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase
}

.paybtn {
    background: #0080aa;
    font-size: 16px;
    color: #fff;
    border-color: #0080aa
}

.paybtn:hover {
    background: #167999;
    color: #fff;
    border-color: #167999
}

.paybtn:active,
.paybtn:focus {
    background-color: #0080aa;
    color: #fff;
    border-color: #0080aa
}

.section_profile {
    float: left;
    width: 100%;
    height: 100%;
    padding: 3px 0 15px
}

.pte_tab_content {
    float: left;
    width: 100%
}

.profile_tab {
    float: left;
    width: 100%
}

.test_taken {
    width: 100%;
    float: left;
    padding: 30px 0 0;
    position: relative
}

.test_taken_1 {
    float: left;
    width: 100%;
    height: 180px;
    position: relative;
    border: 2px solid #636363;
    border-radius: 10px;
}

.test_taken_1 img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.upload_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    display: none;
}

.upload_text input[type=file] {
    width: 100%;
    font-size: 20px;
    line-height: 100px;
    padding: 85px 70px 0;
}

.test_taken_1:hover .upload_text {
    display: block;
}

.test_taken_2 {
    float: left;
    width: 100%;
    margin-top: 50px
}

.test_taken_2 h4 {
    font-family: arial;
    font-size: 14px;
    color: #02a0d5;
    font-weight: 600;
    margin: 0 0 20px;
}

.test_taken_2 span {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    padding: 0 0;
}

.test_taken_2 .grn_s {
    color: green
}

.test_taken_2 .grn_r {
    color: red
}

.test_taken_3 {
    width: 100%;
    float: left;
    margin-top: 55px;
    text-align: right
}

.test_taken_3 a.btn {
    text-align: center;
    background: #0076a3;
    margin-bottom: 15px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 0 7px 1px #888;
    border: 1px solid #d7d7d7;
    border-top: none;
    text-transform: capitalize;
    border-radius: 4px
}

.test_taken_4 {
    float: left;
    width: 100%
}

.pte_table {
    float: left;
    width: 100%;
    margin-bottom: 30px
}

.pte_table .panel-heading {
    color: #fff;
    background-color: #02a0d5;
    border-color: #ddd;
    font-size: 18px;
    font-weight: 600
}

.pte_table .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #56a7dc
}

.pte_table a.btn {
    background: #0076a3;
    color: #fff;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    padding: 4px 12px;
    box-shadow: 0 0 7px 1px #888;
    border: none;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 4px
}

.pte_table span {
    font-size: 18px;
    color: #fff
}

.pte_table span .fa-plus {
    margin: 3px 0 0 !important;
}

.pte_table span .fa-minus {
    margin: 4px 0 0 !important;
}

.pte_table .table>tbody>tr>td:last-child {
    text-align: center
}

.pte_table th:last-child {
    text-align: center
}

.profile_tab .nav-tabs>li>a {
    margin: 5px 18px 5px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #595959;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0px;
    background: 0 0;
}

.profile_tab .nav-tabs {
    border-bottom: none
}

.profile_tab .nav-tabs>li.active>a {
    color: #02a0d5;
    background: 0 0;
    border: none;
    border-bottom: 2px solid #02a0d5;
}

.pte_table th {
    text-align: center
}

.pte_table td {
    text-align: center
}

.pte_table p {
    font-family: arial;
    font-size: 16px;
    padding: 10px 15px;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.pte_table p strong {
    font-size: 14px;
}

.alert_test_taken {
    position: absolute;
    left: 50%;
    top: 12%;
    width: 50%
}

.test_alert {
    float: left;
    width: 100%
}

.test_alert .alert {
    padding: 5px 10px;
    margin-bottom: 10px
}

.no_test {
    padding: 10px 15px;
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-family: arial
}

.purchase_table {
    float: left;
    width: 100%;
    margin-bottom: 30px
}

.purchase_table .panel-heading {
    color: #fff;
    background-color: #02a0d5;
    border-color: #ddd;
    font-size: 18px;
    font-weight: 600
}

.purchase_table th {
    text-align: center
}

.purchase_table td {
    text-align: center
}

.purchase_minus input.form-control.input-number {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #0076a3
}

.purchase_table button.btn {
    background: #0076a3;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 6px 15px;
    box-shadow: 0 0 7px 1px #888;
    border: none;
    border-bottom: 1px solid #d7d7d7
}

.purchase_table a.btn {
    background: #0076a3;
    color: #fff;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    padding: 4px 12px;
    box-shadow: 0 0 7px 1px #888;
    border: none;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 4px
}

.purchase_btn {
    background: #034c67 !important
}

.purchase_minus {
    text-align: center;
    width: 100%;
    float: left
}

.purchase_minus .input-group {
    width: 50%;
    margin: auto
}

.purchase_left {
    float: left;
    width: 100%
}

.purchase_left h3 {
    color: #fff;
    background-color: #02a0d5;
    border-color: #ddd;
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0
}

.purchase_center {
    float: left;
    width: 100%
}

.purchase_center h3 {
    color: #fff;
    background-color: #02a0d5;
    border-color: #ddd;
    font-size: 14px;
    margin: 10px 0 0;
    float: left
}

.purchase_right {
    float: left;
    width: 100%
}

.purchase_right button.btn {
    background: #0076a3;
    width: 100%;
    color: #fff;
    font-size: 14px;
    border: 1px solid #d7d7d7;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 4px
}

.purchase_minus .input-group .form-control {
    z-index: 0
}

.input-group-btn:last-child>.btn-group,
.purchase_minus .input-group-btn:last-child>.btn {
    z-index: 0;
    margin-left: -1px
}

.tab_2 ul.nav.nav-tabs {
    margin-top: 15px;
    margin-bottom: 30px;
}

.tab_2 .nav-tabs>li a {
    color: #fff;
    cursor: default;
    background-color: #d08628;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    text-transform: uppercase;
    padding: 20px 40px;
    font-size: 15px;
    border-radius: 15px 4px 15px 4px
}

.tab_2 .nav-tabs>li.active>a {
    color: #fff;
    cursor: default;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    text-transform: uppercase;
    padding: 20px 40px;
    font-size: 15px;
    border-radius: 4px 15px 0 15px;
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    background: -webkit-linear-gradient(top, #1e5799 0, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    background: linear-gradient(to bottom, #1e5799 0, #2989d8 50%, #207cca 51%, #7db9e8 100%)
}

.tab_2 .nav-tabs>li.active>a:hover {
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    background: -webkit-linear-gradient(top, #1e5799 0, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    background: linear-gradient(to bottom, #1e5799 0, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    transition: all .5s ease
}

.tab_2 .nav-tabs>li>a:hover {
    background: #d08628;
    opacity: 1;
    transition: all .5s ease
}

footer p {
    color: #fff;
    float: left;
    width: auto;
    padding: 0;
    margin: 0;
    font-family: arial;
    font-size: 14px
}

.phone_b {
    float: left;
    width: auto
}

.phone_b ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.phone_b ul li {
    font-family: arial;
    font-size: 14px;
    display: inline;
    color: #fff;
    padding: 0 10px
}

.phone_b ul li span {
    padding-right: 5px
}

.my_account_pagination {
    float: right;
    margin: 5px 0 0;
    position: relative;
    z-index: 0;
}

.my_account_pagination ul {
    margin: 0 0 15px
}

.my_account_pagination.pagi_bottom {
    margin: 0 0 30px;
    overflow: hidden
}

.temp_left h4 {
    background: #0080aa;
    float: left;
    width: auto;
    font-size: 14px;
    color: #fff;
    padding: 5px 8px;
    margin: 3px 0;
    text-transform: uppercase;
    border-radius: 4px
}

.temp_left p {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 22px;
    margin: 5px 0 0
}

.temp_right {
    float: left;
    width: 100%;
    background: #ececec;
    border-radius: 6px;
    padding: 15px
}

.temp_right h4 {
    float: left;
    font-size: 16px;
    color: #333;
    padding: 0 8px;
    margin: 0 0 3px
}

.temp_right p {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 22px;
    margin: 5px 0 0
}

.order_temp_detail2 {
    float: left;
    width: 100%;
    padding: 15px
}

.order_temp_border {
    float: left;
    width: 100%;
    padding: 15px;
    border-radius: 2px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px 1px #ccc
}

.order_temp_detail2 h3 {
    float: left;
    width: 100%;
    font-size: 18px;
    margin: 0 0 15px;
    padding: 0;
    text-transform: uppercase
}

.temp_detail_1 {
    border-radius: 5px;
    float: left;
    padding-left: 1px;
    padding-right: 1px;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px 1px #ccc
}

.temp_detail_1_in {
    background: #d08628 none repeat scroll 0 0;
    border-radius: 8px 8px 0 0;
    color: #fff;
    float: left;
    text-align: center;
    width: 100%;
    padding: 8px;
    min-height: 60px
}

.temp_detail_1_in>h4 {
    font-family: arial;
    font-size: 15px;
    margin: 10px 0;
    text-transform: uppercase;
    line-height: 35px
}

.temp_samp {
    background: #fff;
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 8px;
    min-height: 94px
}

.temp_samp h5 {
    color: #555;
    font-family: arial;
    font-size: 14px;
    line-height: 50px
}

.temp_price {
    float: left;
    width: 100%;
    background: #fbd39d;
    text-align: center;
    padding: 8px
}

.temp_price h4 {
    color: #000;
    font-family: arial;
    font-size: 18px;
    margin: 5px 0 0
}

.temp_price h3 {
    color: #000;
    font-family: copperplategothicbold;
    font-size: 24px;
    margin: 5px 0 0
}

.temp_detail_2 {
    width: 100%;
    float: left
}

.temp_detail_2 h3 {
    font-size: 16px;
    margin: 0;
    padding: 0 0 12px
}

.temp_button {
    width: 100%;
    float: left;
    text-align: center
}

.temp_button a {
    background: #0080aa;
    box-shadow: 0 0 3px 2px #085771 inset;
    color: #fff;
    font-family: arial;
    font-size: 16px;
    padding: 12px 30px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 20px;
    line-height: 60px
}

.temp_button a:hover {
    text-decoration: none
}

.cantact_package {
    float: left;
    width: 100%;
    margin-top: 40px
}

.new_pack_border {
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px 1px #ccc;
    padding: 15px 0;
    min-height: 373px
}

.new_package {
    float: left;
    padding-left: 1px;
    padding-right: 1px;
    width: 100%
}

.new_package_head {
    background: #d08628 none repeat scroll 0 0;
    color: #fff;
    float: left;
    text-align: center;
    width: 100%;
    padding: 10px 8px;
    min-height: 70px
}

.new_package_head>h4 {
    font-family: arial;
    font-size: 14px;
    margin: 12px 0;
    text-transform: uppercase;
    line-height: 24px
}

.new_package_sam {
    background: #fff;
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 8px;
    min-height: 168px
}

.new_package_sam h5 {
    color: #555;
    font-family: arial;
    font-size: 14px;
    line-height: 30px
}

.new_package_list {
    float: left;
    width: 100%;
    background: #fbd39d;
    text-align: center;
    padding: 20px 8px
}

.new_package_list h4 {
    color: #000;
    font-family: arial;
    font-size: 18px;
    margin: 8px 0 0
}

.new_package_list h3 {
    color: #000;
    font-family: copperplategothicbold;
    font-size: 24px;
    margin: 5px 0 0
}

.new_package_left {
    float: left;
    width: 100%
}

.new_package_right {
    background: #f5f5f5;
    float: left;
    width: 100%
}

.new_package_in {
    float: left;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd
}

.new_left {
    float: left;
    width: 80%
}

.new_left h5 {
    margin: 6px 0;
    padding: 0;
    font-size: 14px
}

.new_left p {
    text-align: center
}

.new_right {
    float: left;
    width: 20%;
    text-align: center
}

.new_right p {
    text-align: center;
    margin: 0
}

.new_right img {
    max-width: 15px
}

.col-md-6.marginL {
    padding-right: 0
}

.col-md-6.marginR {
    padding-left: 0
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #e4e6eb;
    border-radius: .25rem
}

.card {
    margin-bottom: 1.5rem
}

.card,
.social-box {
    border-top-width: 0;
    border-bottom-width: 2px
}

.p-1 {
    padding: 1rem 1rem !important
}

.card-block {
    flex: 1 1 auto;
    padding: 1.25rem
}

.bg-green {
    transition: border-color 150ms ease-in-out, background-color 150ms ease-in-out;
    background-color: #ebf6e7
}

.mr-1 {
    margin-right: 1rem !important
}

.float-left {
    float: left !important
}

.text-muted {
    color: #9da0a8 !important
}

.font-weight-bold {
    font-weight: 700;
    font-size: 11px
}

.bg-red {
    background-color: #fbe3e3
}

.bg-yellow {
    background-color: #fcfcd3
}

.card-footer.card-danger,
.card-footer.card-warning {
    color: #fff
}

.card-warning {
    background-color: #fabb3d
}

.card-warning {
    background-color: #fabb3d;
    border-color: #fabb3d
}

.card-footer {
    padding: 1.25rem;
    border-top: 1px solid #e4e6eb
}

b,
strong {
    font-weight: bolder
}

.card-danger {
    background-color: #ff5454
}

.answer_left th {
    text-align: left;
    padding: 5px;
}

.answer_left td {
    text-align: left;
    padding: 5px;
}

.answer_left td p {
    margin-bottom: 0px;
}

.answer_left td img {
    width: 100%;
}

.responseIndex {
    max-width: 35px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0 12px;
    margin-left: 0 !important;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #9f9f9f;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 31px
}

.textinput__label.not_attempted input {
    background-color: #f0f0f0;
    border: 1px solid #e4e2e2;
    box-shadow: none
}

.textinput__label input[type=text] {
    padding-left: 37px
}

.test_response_input input[type=text] {
    margin: 0
}

.test_response_input .textinput__label input,
.test_response_input .textinput__label textarea {
    color: #4d4d4d;
    height: 28px;
    width: auto;
    margin: 0;
    padding: 1px 1px 1px 2px;
    box-sizing: content-box;
    border-radius: 2px;
    font-weight: 400
}

.correctAnswers {
    background-color: #fcfcd3;
    color: #696969;
    margin-top: 16px;
    padding: 14px
}

.correctAnswerList {
    list-style: none;
    margin-top: 11px;
    margin-bottom: 0;
    padding-left: 0
}

.mega_test {
    background: #d08628 none repeat scroll 0 0;
    border-radius: 8px 8px 0 0;
    color: #fff;
    float: left;
    padding: 10px 8px;
    text-align: center;
    width: 100%
}

.mega_test>h4 {
    font-family: arial;
    font-size: 14px;
    margin: 5px 0 2px;
    text-transform: uppercase
}

.mega_test>p {
    font-family: arial;
    font-size: 13px;
    margin: 2px 0 5px
}

.mega_test2 {
    background: #d08628 none repeat scroll 0 0;
    border-radius: 8px 8px 0 0;
    color: #fff;
    float: left;
    text-align: center;
    width: 100%;
    padding: 10px 8px
}

.mega_test2>h4 {
    font-family: arial;
    font-size: 14px;
    margin: 5px 0 2px;
    text-transform: uppercase
}

.mega_test2>p {
    font-family: arial;
    font-size: 13px;
    margin: 2px 0 5px
}

.mega_test3 {
    background: #d24e53;
    border-radius: 8px 8px 0 0;
    color: #fff;
    float: left;
    padding: 10px 8px;
    text-align: center;
    width: 100%
}

.mega_test3 h4 {
    font-family: arial;
    font-size: 14px;
    margin: 5px 0 2px;
    text-transform: uppercase
}

.mega_test3>p {
    font-family: arial;
    font-size: 13px;
    margin: 2px 0 5px
}

.listing_samp1 a {
    font-size: 15px;
    padding: 4px 24px;
    text-align: center;
    text-transform: uppercase;
    background: #1f5c99;
    border: none;
    box-shadow: -1px 1px 4px 1px #333;
    margin: 5px 0 0;
    border-radius: 4px;
    color: #fff;
    line-height: 40px
}

.listing_samp1 a:focus,
.listing_samp1 a:hover {
    text-decoration: none
}

.listing_samp2 a {
    font-size: 18px;
    color: #fff;
    padding: 2px 20px;
    text-align: center;
    text-transform: uppercase;
    background: #099320;
    border: none;
    box-shadow: -1px 1px 4px 1px #333;
    margin: 5px 0 0;
    line-height: 35px
}

.listing_samp2 a:hover {
    text-decoration: none
}

.listing_samp3 a {
    font-size: 18px;
    color: #fff;
    padding: 2px 20px;
    text-align: center;
    text-transform: uppercase;
    background: #dd061a;
    border: none;
    box-shadow: -1px 1px 4px 1px #333;
    margin: 5px 0 0;
    line-height: 35px
}

.listing_samp3 a:hover {
    text-decoration: none
}

.listing_samp4 a {
    font-size: 18px;
    color: #fff;
    padding: 2px 20px;
    text-align: center;
    text-transform: uppercase;
    background: #0505fa;
    border: none;
    box-shadow: -1px 1px 4px 1px #333;
    margin: 5px 0 0;
    line-height: 35px
}

.listing_samp4 a:hover {
    text-decoration: none
}

.tabs-below>.nav-tabs,
.tabs-left>.nav-tabs,
.tabs-right>.nav-tabs {
    border-bottom: 0
}

.pill-content>.pill-pane,
.tab-content>.tab-pane {
    display: none
}

.pill-content>.active,
.tab-content>.active {
    display: block
}

.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
    float: none
}

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px
}

.tabs-left>.nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd
}

.tabs-left>.nav-tabs>li>a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.tabs-left>.nav-tabs>li>a:focus,
.tabs-left>.nav-tabs>li>a:hover {
    border-color: #eee #ddd #eee #eee
}

.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:focus,
.tabs-left>.nav-tabs .active>a:hover {
    border-color: #ddd transparent #ddd #ddd;
    border-right-color: #fff
}

.viewtab .nav-tabs>li {
    width: 100%;
    float: left;
    border: 1px solid #ccc
}

.viewtab .nav-tabs>li>a {
    width: 100%;
    float: left;
    color: #595959
}

.viewtab .nav-tabs>li.active>a {
    width: 100%;
    float: left;
    color: #02a0d5;
    border-bottom: 1px solid #02a0d5
}

.viewtab p {
    font-size: 14px
}

.viewtab .list-unstyled {
    padding-left: 0;
    list-style: none;
    margin: 0
}

.dropdown-menu.notify-drop {
    min-width: 330px;
    background-color: #fff;
    min-height: 200px;
    max-height: 200px
}

.dropdown-menu.notify-drop .notify-drop-title {
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 15px 10px 15px
}

.dropdown-menu.notify-drop .drop-content {
    min-height: 198px;
    max-height: 198px
}

.dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track {
    background-color: #f5f5f5
}

.dropdown-menu.notify-drop .drop-content::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5
}

.dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb {
    background-color: #ccc
}

.dropdown-menu.notify-drop .drop-content>li {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0 5px 0
}

.dropdown-menu.notify-drop .drop-content>li:nth-child(2n+0) {
    background-color: #fafafa
}

.dropdown-menu.notify-drop .drop-content>li:after {
    content: "";
    clear: both;
    display: block
}

.dropdown-menu.notify-drop .drop-content>li:hover {
    background-color: #fcfcfc
}

.dropdown-menu.notify-drop .drop-content>li:last-child {
    border-bottom: none
}

.dropdown-menu.notify-drop .drop-content>li .notify-img {
    float: left;
    display: inline-block;
    width: 42px;
    height: 42px;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 50px;
    background: #02a0ba
}

.notify-img img {
    width: 100%
}

.dropdown-menu.notify-drop .allRead {
    margin-right: 7px
}

.dropdown-menu.notify-drop .rIcon {
    float: right;
    color: #999
}

.dropdown-menu.notify-drop .rIcon:hover {
    color: #333
}

.dropdown-menu.notify-drop .drop-content>li a {
    font-size: 13px;
    font-weight: 400;
    text-transform: initial;
    line-height: 22px;
    padding: 0
}

.dropdown-menu.notify-drop .drop-content>li {
    font-weight: 700;
    font-size: 11px
}

.dropdown-menu.notify-drop .drop-content>li hr {
    margin: 5px 0;
    width: 70%;
    border-color: #e2e2e2
}

.dropdown-menu.notify-drop .drop-content>li a {
    color: #333
}

.dropdown-menu.notify-drop .drop-content .pd-l0 {
    padding-left: 0
}

.dropdown-menu.notify-drop .drop-content>li p {
    font-size: 11px;
    color: #666;
    font-weight: 400;
    margin: 3px 0
}

.dropdown-menu.notify-drop .drop-content>li p.time {
    font-size: 10px;
    font-weight: 600;
    top: -6px;
    margin: 8px 0 0 0;
    padding: 0 3px;
    border: 1px solid #e2e2e2;
    position: relative;
    background-image: linear-gradient(#fff, #f2f2f2);
    display: inline-block;
    border-radius: 2px;
    color: #b97745
}

.dropdown-menu.notify-drop .drop-content>li p.time:hover {
    background-image: linear-gradient(#fff, #fff)
}

.dropdown-menu.notify-drop .notify-drop-footer {
    border-top: 1px solid #e2e2e2;
    bottom: 0;
    position: relative;
    padding: 8px 15px
}

.dropdown-menu.notify-drop .notify-drop-footer a {
    color: #777;
    text-decoration: none
}

.dropdown-menu.notify-drop .notify-drop-footer a:hover {
    color: #333
}

.pte_nav_outer .badge_in {
    background: red;
    position: relative;
    top: -8px
}

.btn.preg {
    color: #fff;
    background: #0080aa;
    border-radius: 0
}

.cor_list ul {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    margin-top: 20px;
}

.cor_list ul li {
    display: inline;
    margin-right: 5px;
    font-size: 13px;
}

.cor_v {
    background: #FCFCD3;
}

.correct {
    background: #EBF6E7;
}

.incorrect {
    background: #FBE3E3;
}

.valid {
    background: #FCFCD3;
}

.cor_g {
    background: #65A00D;
    color: #fff;
    padding: 3px 5px;
    border-radius: 3px;
}

.cor_v {
    background: #FFDC15;
    padding: 3px 5px;
    border-radius: 3px;
}

.cor_in {
    background: #E14747;
    color: #ffffff;
    padding: 3px 5px;
    border-radius: 3px;
}

.incorrect input[type=text] {
    background: #FAE2E2;
}

.correct input[type=text] {
    background: #D0F7C2;
}

.test_response_input .textinput__label input {
    padding-left: 37px;
}

.incorrect .responseIndex {
    background: #E14747;
}

.correct .responseIndex {
    background: #65A00D;
}

.top-section .content {
    font-family: "Raleway", sans-serif !important;
    text-align: center !important;
}

.top-section .content b {
    font-size: 20px !important;
}

@media all and (max-width:1400px) and (min-width:850px) {
    .logo img {
        width: 90px
    }

    .the-pte {
        margin-top: 0
    }

    .nav4 {
        display: block
    }

    .nav4 .item a {
        font-size: 12px
    }

    section.cta {
        margin-top: 0
    }

    .app-layout .actions {
        padding: 15px 0 20px 0;
        width: 100%;
    }

    .balanced-height {
        min-height: 250px;
        padding-top: 70px;
    }

    .ui-pagination-test {
        margin-top: 15px
    }

    .app-layout .media img {
        max-width: 100%
    }
}

@media (max-width:1366px) {
    .paradigm_login {
        margin-top: 120px
    }

    .paradigm_login.rgi {
        margin-top: 90px
    }

    .paradigm_loginMn {
        min-height: 465px
    }

    .pte_validity h2 {
        margin: 15px 0 10px
    }

    .pte_validity {
        margin-bottom: 35px
    }

    .home_page1_outer {
        margin-top: 20px
    }

    .banner_bg {
        height: 505px
    }

}

@media (min-width:1200px) {
    .diamon_text {
        font-size: 12px;
        margin: 0 0 0 10px
    }

    #testhexagon li::before {
        top: -149px
    }
}

@media (max-width:1199px) {
    .aboutFormatBx h4 {
        float: left;
        width: 100%;
    }

    .aboutFormatBx h4 span {
        float: left;
        width: 100%;
    }

    .aboutFormatBx ul li {
        font-size: 14px;
        line-height: 24px;
        float: left;
        width: 100%;
    }

    .aboutFormatBx {
        min-height: 318px;
    }

    .world_w {
        margin: 50px 0 0;
    }

    .banner_bottom .col-md-4:nth-child(3n+1) {
        clear: both;
    }

    .banner_box {
        width: 100%;
    }

    .samplew {
        min-height: 150px;
    }

    .paradigm_login.rgi {
        margin-top: 30px;
    }

}

@media (max-width:1080px) {
    .pte-main {
        position: inherit
    }
}

@media (max-width:1024px) {
    .aboutFormatBx h4 {
        float: left;
        width: 100%;
    }

    .aboutFormatBx h4 span {
        float: left;
        width: 100%;
    }

    .aboutFormatBx ul li {
        font-size: 14px;
        line-height: 24px;
        float: left;
        width: 100%;
    }

    .aboutFormatBx {
        min-height: 318px;
    }

}

@media (min-width:992px) and (max-width:1199px) {
    .pte_nav ul li a {
        font-size: 12px;
        padding: 0 6px
    }

    .test_taken_2 h4 {
        font-size: 12px
    }

    .test_taken_2 span {
        font-size: 12px
    }

    .test_taken_3 a.btn {
        font-size: 10px
    }

    /*.profile_tab .nav-tabs>li>a {padding: 10px 8px}*/
    .profile_tab .nav-tabs>li>a {
        padding: 5px 0;
        margin: 5px 10px;
    }

    .credit_left {
        width: 48%
    }

    .credit_continue {
        width: 19%
    }

    #testhexagon li::before {
        top: -149px
    }

    .pte-test ul {
        text-align: center
    }

    .cant_head {
        font-size: 20px;
    }

    .paradigm_login {
        margin-top: 85px;
    }

    .paradigm_loginRin {
        width: 80%;
    }

    .purchase_table th:nth-child(3) {
        width: 540px;
    }

    .purchase_table .panel-heading {
        padding: 6px 12px;
    }

    .cat_pentagon1_outer {
        width: 82%;
    }

    .listing_samp1 h5 {
        font-size: 15px;
    }

    .listing_samp1 h3 {
        font-size: 18px;
    }

    .test-title-text {
        font-size: 20px;
    }

    .short_desc {
        font-size: 14px;
    }

    .score-card-ii {
        right: -120px !important;
        width: 100px !important;
    }

    .upload_text input[type=file] {
        font-size: 15px;
        line-height: 88px;
        padding: 90px 56px 0;
    }


}

@media (min-width:768px) and (max-width:991px) {
    .logo_outer {
        width: 170px;
        margin: 5px 0 0;
    }

    .logo_outer a {
        width: 70%;
        float: right;
    }

    .logo_outer a img {
        width: 100%;
    }

    .smll_logo {
        width: 48px;
        height: 48px;
        margin: 12px 0 0;
    }

    .smll_logo a {
        width: auto;
    }

    .center_choosen ul li a {
        font-size: 13px
    }

    .logo {
        width: 100px;
        padding: 0 10px 0 0
    }

    .about_left {
        margin-bottom: 20px
    }

    .test_taken_1 {
        width: 100%;
        margin: auto;
        float: none;
        height: 130px;
    }

    /*.test_taken_2 {text-align: center; margin-top: 20px}*/
    .test_taken_2 {
        text-align: center;
        margin-top: 0px
    }

    .test_taken_2 h4 {
        line-height: 20px;
        margin: 0 0 10px;
    }

    .test_taken_2 span {
        word-break: break-word;
    }

    /*.test_taken_3 {margin-top: 60px; margin-bottom: 15px; text-align: center}*/
    .test_taken_3 {
        margin-top: 0px;
        margin-bottom: 15px;
        text-align: center
    }

    /*.test_taken_3 a.btn {width: 30%}*/
    .test_taken_3 a.btn {
        width: 100%;
        font-size: 12px;
        padding: 6px 8px;
    }

    /*.my_account_pagination {float: none}*/
    .alert_test_taken {
        position: absolute;
        left: 28%;
        top: 74%;
        width: 48%
    }

    /*.profile_tab .nav-tabs>li>a {padding: 10px 8px}*/
    .profile_tab .nav-tabs>li>a {
        padding: 5px 0;
        margin: 5px 12px;
    }

    .my_account_pagination.pagi_bottom {
        margin: 0 0 50px;
    }

    .purchase_table .panel-heading {
        padding: 6px 12px;
    }

    .purchase_table th:nth-child(3) {
        width: 325px;
    }

    .logo {
        margin-top: 3px
    }

    .cantact_package {
        margin-bottom: 70px
    }

    .new_pack_border {
        margin-bottom: 30px
    }

    .col-md-6.marginL {
        padding-right: 15px
    }

    .col-md-6.marginR {
        padding-left: 15px
    }

    .contact1_left {
        padding: 0px
    }

    .contact1_right {
        padding: 15px;
    }

    .cant_head {
        font-size: 25px
    }

    .contact1_in1 {
        width: 100%
    }

    .contact1_in2 {
        width: 100%
    }

    .contint_label_1 {
        width: 100%;
        clear: both
    }

    .contint_label_2 {
        width: 100%
    }

    .contact1_mapadd {
        margin: 0 0 15px
    }

    .ptelogin_outer {
        margin-bottom: 40px;
    }

    /*.sm_cat {float: left; margin-bottom: 50px}*/
    .sm_cat {
        float: left;
        margin-bottom: 0px
    }

    .cat_pentagon1_outer {
        width: 100%
    }

    .cat_pentagon2_outer {
        width: 48%
    }

    .cat_pentagon3_outer {
        width: 48%
    }

    .cat_pentagon4_outer {
        width: 48%
    }

    .cat_pentagon1_outer a {
        padding: 10px 0;
    }

    .listing_samp1 h3 {
        font-size: 16px;
    }

    .listing_samp1 h5 {
        font-size: 15px;
        margin: 0 0 5px;
    }

    .cat_pentagon1::before {
        top: -155px
    }

    .cat_pentagon2::before {
        top: -155px
    }

    .cat_pentagon3::before {
        top: -155px
    }

    .cat_pentagon4::before {
        top: -155px
    }

    .head_pack {
        font-size: 20px
    }

    .signle_test>h4 {
        font-size: 15px
    }

    .signle_test>p {
        font-size: 12px
    }

    .signle_test1>h4 {
        font-size: 13px
    }

    .signle_test1>p {
        font-size: 12px
    }

    .signle_test2>h4 {
        font-size: 13px
    }

    .samplew {
        padding: 10px 2px
    }

    .samplew h5 {
        font-size: 10px
    }

    .list_aud h4 {
        font-size: 20px
    }

    .list_aud h3 {
        font-size: 20px
    }

    .list_aud2 h4 {
        font-size: 20px
    }

    .signle_test2>p {
        font-size: 12px
    }

    .list_aud2 h3 {
        font-size: 20px
    }

    .single_testdata1 {
        padding: 5px 2px
    }

    .single_test_inL>p {
        font-size: 12px
    }

    .list_buttn .btn {
        font-size: 15px;
        padding: 2px 0;
        width: 80px
    }

    .list_buttn2 .btn {
        font-size: 15px;
        padding: 2px 0;
        width: 80px
    }

    .credit_left {
        width: 65%
    }

    .credit_choose {
        width: auto
    }

    .credit_continue {
        width: 25%
    }

    .credit_left {
        margin: auto;
        overflow: hidden;
        width: 65%
    }

    .institute_test1>h4 {
        font-size: 16px
    }

    .inst_list h3 {
        font-size: 20px
    }

    .sample_ins h4 {
        font-size: 18px
    }

    .inst_list h4 {
        font-size: 20px
    }

    .sample_ins h5 {
        font-size: 18px
    }

    .institute_test2>h4 {
        font-size: 16px
    }

    .single_test_inL {
        padding: 0 4px
    }

    .single_test_inL>p {
        font-size: 12px
    }

    .institute_test_login>h4 {
        font-size: 16px
    }

    .inst_login h4 {
        color: #000;
        font-family: arial;
        font-size: 20px;
        margin: 5px 0 0
    }

    .inst_login h3 {
        color: #000;
        font-family: copperplategothicbold;
        font-size: 20px;
        margin: 5px 0 0
    }

    .inst_login_buttn .btn {
        font-size: 15px;
        padding: 2px 0;
        width: 80px
    }

    .sample_ins h5 {
        font-size: 16px;
        line-height: 25px;
        margin: 0
    }

    .sample_ins h4 {
        font-size: 16px
    }

    .institute_test_login>h4 {
        font-size: 15px
    }

    .institute_test1>h4 {
        font-size: 15px
    }

    .institute_test2>h4 {
        font-size: 15px
    }

    header {
        height: auto
    }

    .pearson>h4 {
        padding: 4px
    }

    .pearson>h4 span a {
        font-size: 12px;
        margin: 4px 0 0;
    }

    .pte_nav ul li a {
        font-size: 10px;
        padding: 0 3px;
        line-height: 20px
    }

    .pearson>p {
        font-size: 10px;
        padding: 2px 5px 0;
        width: auto
    }

    .pte-test ul {
        text-align: center
    }

    #testhexagon li::before {
        top: -149px
    }

    .container.the-pte>h4 {
        font-size: 15px
    }

    .pte-test ul {
        width: 96%
    }

    .pte-categories ul {
        width: 100%
    }

    .pte_validity {
        margin-bottom: 70px;
    }

    .banner_bg {
        height: 440px;
    }

    .banner_box_in {
        margin-bottom: 40px;
    }

    .banner_txt {
        font-size: 15px;
    }


    footer p {
        width: 100%;
        text-align: center;
        font-size: 13px;
    }

    .phone_b {
        float: left;
        width: 100%;
        text-align: center;
    }

    .phone_b ul li {
        padding: 0 5px;
        font-size: 13px;
    }

    .aboutFormatBx {
        min-height: 342px;
    }

    .aboutFormatBx h4 {
        font-size: 14px;
        font-weight: 600;
    }

    .aboutFormatBx h4 span {
        font-weight: normal;
    }

    .aboutBtn {
        margin: 15px 0 30px;
    }

    .portal_h {
        margin: 12px 0 15px;
    }

    .world_w {
        margin: 20px 0 40px;
    }

    .list_buttn .btn {
        font-size: 14px;
        width: 100px;
    }

    .list_buttn2 .btn {
        font-size: 14px;
        width: 100px;
    }

    .tab_2 .nav-tabs>li.active>a {
        padding: 12px 20px;
        font-size: 14px;
    }

    .tab_2 .nav-tabs>li a {
        padding: 12px 20px;
        font-size: 14px;
    }

    .samplew {
        min-height: 128px;
    }

    .paradigm_loginMn {
        margin: 0 0 20px;
    }

    .center_map_Outer {
        margin: 15px 0 65px;
    }

    .cant_head {
        font-size: 20px;
    }

    .paradigm_login {
        margin-top: 90px;
    }

    .app-layout .actions {
        padding: 15px 0 20px 0;
    }

    .bg-green {
        line-height: 52px;
    }

    .bg-red {
        line-height: 52px;
    }

    .bg-yellow {
        line-height: 52px;
    }

    .answer_left .card {
        margin: 10px 0 40px;
    }

    .card-block {
        padding: .7rem;
    }

    .score-card-ii {
        right: 5px !important;
        width: 130px;
        top: -52px !important;
    }

    .change_password {
        margin-bottom: 45px;
    }

    .change_pan {
        margin-bottom: 70px;
    }

    .upload_text input[type=file] {
        font-size: 15px;
        line-height: 58px;
        padding: 70px 28px 0;
    }

}

@media (min-width:768px) {
    .navbar-default {
        background: #374593;
        border-color: transparent;
        margin-bottom: 0
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255, 255, 255, .7)
    }

    .navbar-default .navbar-header .navbar-brand:focus,
    .navbar-default .navbar-header .navbar-brand:hover {
        color: #fff
    }

    .navbar-default .nav>li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255, 255, 255, .7)
    }

    .navbar-default .nav>li>a:focus:hover,
    .navbar-default .nav>li>a:hover {
        color: #fff
    }

    section.cta .cta-content h2 {
        font-size: 80px
    }

    .purchase_table {
        margin-bottom: 0;
    }

}

@media (max-width:767px) {
    .logo_outer {
        width: 180px;
        padding: 0;
        margin: 5px 0;
    }

    .logo_outer a {
        float: right;
        width: 70%;
    }

    .logo_outer a img {
        width: 100%;
    }

    .smll_logo {
        margin: 12px 0 0;
        width: auto;
    }

    .smll_logo a {
        float: left;
        width: auto;
    }

    .smll_logo img {
        width: 50px !important;
    }

    .indf {
        float: none
    }

    .navbar-nav .open .dropdown-menu>li>a {
        font-weight: 400
    }

    .pte_nav ul li li a {
        font-size: 12px;
        color: #fff !important;
        border-bottom: 1px dotted #fff
    }

    .pte_nav ul li li:last-child a {
        border-bottom: 1px dotted #fff
    }

    .contact1 {
        margin: 0 0 30px
    }

    .contact1_left {
        padding: 10px 0 0;
        margin-bottom: 30px
    }

    .contact1_right {
        padding: 10px 0 0;
        margin-bottom: 30px
    }

    .hometext {
        font-size: 20px
    }

    .pearson {
        width: 34%
    }

    .pte_nav_outer .navbar-toggle {
        margin: 8px auto 8px
    }

    .test_taken_1 {
        text-align: center
    }

    .test_taken_2 {
        text-align: center;
        margin-top: 20px
    }

    .test_taken_3 {
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center
    }

    .test_taken_3 a.btn {
        width: 30%
    }

    .my_account_pagination {
        float: none
    }

    .purchase_table .panel-heading {
        font-size: 16px;
        padding: 6px 12px;
    }

    .purchase_left h3 {
        font-size: 16px;
    }

    .alert_test_taken {
        position: absolute;
        left: 28%;
        top: 80%;
        width: 48%
    }

    .pte_table {
        margin-bottom: auto
    }

    /*.profile_tab .nav-tabs>li>a {padding: 10px 8px}*/
    .profile_tab .nav-tabs>li>a {
        padding: 3px 0px;
        margin: 5px 10px;
    }

    .ptelogin_outer {
        margin-bottom: 40px
    }

    /*.profile_tab .nav-tabs>li.active>a {
        margin-right: 8px;
        padding: 10px 0
    }*/

    .section_profile {
        margin: 0 0 40px;
    }

    .change_password {
        margin-bottom: 0;
        padding: 15px 0 15px;
    }

    /*.logo_outer {width: 150px; padding: 0; margin: 0 0 0px;}
	.logo_outer img {width: 100%;}*/
    .logo {
        float: left;
        width: 100%;
        text-align: center;
        padding: 0
    }

    .text_center h2 {
        font-size: 18px
    }

    .center_choosen h2 {
        font-size: 18px
    }

    .center_choosen ul li a {
        padding: 5px;
        font-size: 12px
    }

    .the-pte .logo img {
        width: auto
    }

    .pearson {
        width: 35%;
        margin: auto;
        float: none;
        display: none;
    }

    .pte_nav_outer {
        float: left;
        width: 100%;
    }

    .pte_nav_outer .navbar-toggle {
        float: right;
        position: absolute;
        top: 9px;
        right: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        float: left;
        width: 100%;
        text-align: left;
        padding: 0 10px;
        line-height: 40px;
    }

    .pte_nav ul li a {
        font-size: 13px;
        border-bottom: 1px dotted #fff;
        font-weight: 400;
        color: #fff !important
    }

    .pte_nav ul li:last-child a {
        border-bottom: none
    }

    header {
        height: auto
    }

    header.sticky {
        height: auto
    }

    .pte_nav_outer .navbar-toggle {
        background-color: red;
        border: 1px solid transparent
    }

    .pte_nav_outer .navbar-toggle .icon-bar {
        background: #fff none repeat scroll 0 0
    }

    .pearson>h4 {
        background: rgba(0, 0, 0, .68) none repeat scroll 0 0;
        width: 100%;
        text-align: center;
        font-size: 14px;
        margin: 8px 0 0
    }

    .pte_nav {
        float: right;
        width: 100%
    }

    .pte_nav ul li a {
        border-right: none;
        line-height: 40px;
        border-bottom: 1px solid #ccc;
        float: left;
        width: 100%;
    }

    .nav>li>a:hover,
    .pte_nav .nav>li>a:focus {
        background-color: transparent;
        text-decoration: none
    }

    .head_pack {
        font-size: 18px;
        margin: 0 0 20px;
    }

    .single_list {
        display: none
    }

    .single_testdata1 {
        padding: 5px 15px
    }

    .testmargin {
        margin-bottom: 30px
    }

    .cat_pentagon1_outer {
        width: 24%
    }

    .cat_pentagon2_outer {
        width: 24%
    }

    .cat_pentagon3_outer {
        width: 24%
    }

    .cat_pentagon4_outer {
        width: 24%
    }

    /*.sm_cat {
        float: left;
        margin-bottom: 50px
    }*/
    .sm_cat {
        float: left;
        margin-bottom: 50px
    }

    .sm_cat:last-child {
        margin-bottom: 0px;
    }

    .credit_left {
        margin: auto;
        overflow: hidden;
        width: 30%
    }

    .credit_left_in {
        float: left;
        margin-bottom: 30px;
        margin-top: 0;
        width: 100%
    }

    .credit_continue {
        width: 100%;
        float: left;
        text-align: center
    }

    .credit_left {
        float: left;
        text-align: center;
        width: 100%
    }

    .credit_continue>a {
        float: none;
        font-size: 26px;
        padding: 1px 12px;
        text-align: center;
        text-transform: uppercase;
        width: auto
    }

    .institute_pack {
        display: none
    }

    .single_test_inL span {
        width: 100%
    }

    .single_test_inL>p {
        text-align: center
    }

    .single_test_inL p.instacc {
        float: left;
        width: 100%;
        text-align: center
    }

    .sample_ins {
        height: auto
    }

    .sample_ins h4 {
        line-height: 35px
    }

    .sample_ins h5 {
        line-height: 35px
    }

    #testhexagon li::before {
        top: -149px
    }

    .pearson>h4 span {
        float: left;
        width: 100%
    }

    .pearson>h4 a {
        float: left;
        width: 100%
    }

    .pte_nav ul li.active {
        border-radius: 0;
    }

    .pte_validity {
        margin-bottom: 70px;
    }

    .pte_validity h2 {
        font-size: 20px;
    }

    .tab_2 .nav-tabs>li.active>a {
        padding: 12px 20px;
        font-size: 14px;
    }

    .tab_2 .nav-tabs>li a {
        padding: 12px 20px;
        font-size: 14px;
    }

    .samplew {
        min-height: auto;
    }

    .banner_bg {
        height: 300px;
    }

    .banner_box {
        width: 40%;
    }

    .bner_out {
        width: 40%;
    }

    .portal_h h1 {
        font-size: 24px;
        margin: 15px 0 10px;
    }

    .world_w {
        margin: 20px 0 50px;
    }


    .aboutFormatBx h4 {
        text-align: center;
    }

    .aboutFormatBx ul {
        width: 210px;
    }

    .about_right {
        margin: 15px 0 0;
    }

    .aboutBtn {
        margin: 15px 0 30px;
    }

    footer p {
        width: 100%;
        text-align: center;
    }

    .phone_b {
        float: left;
        width: 100%;
        text-align: center;
    }

    .center_choosen {
        margin: 15px 0;
    }

    .center_map_Outer {
        float: left;
        width: 100%;
        margin: 15px 0 65px;
    }

    .cant_head {
        font-size: 18px;
        padding: 0 0 10px;
    }

    .paradigm_loginMn {
        padding: 0 15px;
    }

    .paradigm_login {
        margin-top: 80px;
        margin-bottom: 110px;
    }

    .student_loginR.rig_het {
        min-height: 520px;
    }


    .righthed {
        margin: 40px 0 0;
    }

    .rightSidLst ul li {
        margin-right: 30px;
    }

    .righthed h1 {
        font-size: 20px;
        margin: 0;
        text-align: left;
    }

    .writingSpeaking .row {
        display: inherit;
    }

    .writingSpeaking .pr-0 {
        padding-right: 15px !important;
    }

    .leftSide .nav.nav-pills li.active a {
        border-radius: 20px;
    }

    .leftSide {
        min-height: auto;
    }

    .left_shadow {
        box-shadow: none;
    }

    .rightSide {
        padding-left: 0;
        margin-top: 15px;
        margin-bottom: 45px;
    }

    .rightSidLst {
        text-align: left;
    }

    .speakIntro h2 {
        font-size: 20px;
        text-align: left;
        margin: 0 0 30px;
    }

    .speakbtn {
        margin: 15px 0 20px;
    }

    .test_title_element {
        width: 65%;
    }

    .app-layout {
        padding: 15px 15px 0 15px;
    }

    .test-title-text {
        font-size: 20px;
    }

    .short_desc {
        font-size: 14px;
    }

    .box-audio-player {
        width: 100%;
    }

    .viewtab .nav.nav-tabs {
        padding: 15px;
    }

    .answer_left .card {
        margin: 10px 0 40px;
    }

    .card-block {
        padding: .5rem;
    }

    .score-card-ii {
        right: 5px !important;
        width: 130px;
        top: -50px !important;
    }

    .text-muted.font-xs {
        margin: 14px 0 0;
    }

    .test_taken_1 {
        float: none;
        width: 35%;
        height: 180px;
        margin: 0 auto 15px;
    }

    .pte_table .panel-default {
        margin: 0 0 45px;
    }

    .pte_table .panel.panel-default.reading {
        margin: 0 0 20px;
    }

    .pte_table .panel.panel-default.listening {
        margin: 0 0 20px;
    }

    .pte_table .panel.panel-default.speaking {
        margin: 0 0 20px;
    }

    .pte_table .panel.panel-default.writing {
        margin: 0 0 45px;
    }

    .change_pan {
        margin-bottom: 15px;
    }

    .upload_text input[type=file] {
        font-size: 15px;
        line-height: 78px;
        padding: 100px 78px 0;
    }

}

@media (max-width:600px) {
    .bner_out {
        width: 60%;
    }

    .banner_box {
        width: 60%;
    }

    .head_pack {
        font-size: 18px;
        margin: 0 0 15px;
    }

    .paradigm_login {
        display: inherit;
        margin-top: 30px;
        margin-bottom: 100px;
        border-radius: 0 0 3px 3px;
    }

    .paradigm_loginL {
        float: left;
        width: 100%;
        border-radius: 3px 3px 0 0;
        min-height: 280px;
    }

    .paradigm_loginLin {
        width: 100%;
        float: left;
        position: inherit;
        padding: 30px;
        top: 0;
        left: 0;
        transform: inherit;
        height: 280px;
    }

    .paradigm_loginLin img {
        width: 100%;
        height: 100%;
    }

    .paradigm_loginR {
        float: left;
        width: 100%;
    }

    .student_loginRin {
        width: 100%;
        position: inherit;
        padding: 15px;
        top: 0;
        left: 0;
        transform: inherit;
    }

    .student_loginR {
        float: left;
        width: 100%;
    }

    .student_loginR.rig_het {
        min-height: 500px;
    }

    .test_title_element {
        width: 100%;
        text-align: center;
    }

    .testInnerRit {
        width: 100%;
        text-align: center;
    }

    .testGrid {
        float: none;
        display: inline;
    }

    .testTime {
        float: none;
        display: inline;
    }

    .testFilt {
        float: none;
        display: inline;
    }

    .test-btn {
        margin-top: 0;
    }

    .word_limit input[type=button] {
        font-size: 14px;
        line-height: 19px;
    }

    .toolbar_center input {
        font-size: 14px;
        line-height: 19px;
    }

    .toolbar_right input[type=button] {
        font-size: 14px;
        line-height: 19px;
    }

    .ui-pagination-test .btn {
        min-width: 110px;
        padding: 6px 8px;
    }

    .media {
        margin-top: 0;
    }

    .toolbar_left {
        margin: 4px 0 0;
    }

    .app-layout .actions {
        padding: 15px 0 0 0;
    }

    .ui-pagination-test {
        margin-top: 15px;
    }

    .change_password {
        padding: 15px 0 15px;
    }

    .center_intro {
        width: 430px;
    }

    .skip_r .btn-primary {
        width: 110px;
    }

    .change_password canvas {
        width: 100%;
    }

    section h2 {
        font-size: 30px;
    }

    .change_password iframe {
        height: 300px;
    }

    .pte_table .panel.panel-default.writing {
        margin: 0 0 50px;
    }

    .upload_text input[type=file] {
        padding: 100px 50px 0;
    }

    .alert_test_taken {
        width: 50%;
    }

}

@media (max-width:576px) {
    .cant_head {
        font-size: 16px
    }

    .contact1_form h3 {
        font-size: 14px
    }

    .contint_label_1 label {
        font-size: 12px
    }

    .cont_input1[type=text] {
        font-size: 12px;
        line-height: 30px
    }

    .contint_label_2 label {
        font-size: 12px
    }

    .cont_input2[type=text] {
        font-size: 12px;
        line-height: 30px
    }

    .cont_input1[type=tel] {
        font-size: 12px;
        line-height: 30px
    }

    .cont_input2[type=email] {
        font-size: 12px;
        line-height: 30px
    }

    .contact1_in1 h4 {
        text-align: center
    }

    .contint_sub label {
        font-size: 12px
    }

    .cont_input3[type=text] {
        line-height: 30px
    }

    .cont_input5 {
        font-size: 14px
    }

    .contact1_in1 {
        width: 101%;
        text-align: center
    }

    .contact1_in2 {
        width: 100%
    }

    .home_page_left {
        margin-top: 80px
    }

    .hometext {
        font-size: 20px
    }

    .purchase_left h3 {
        font-size: 16px;
    }

    /*.profile_tab .nav>li>a {
        padding: 10px 8px
    }*/
    .profile_tab .nav>li>a {
        padding: 0px;
        margin: 5px 10px;
    }

    .pte-main .pagination>li {
        margin: 0 3px;
    }

    .alert_test_taken {
        width: auto;
        left: 24%
    }

    .test_taken_3 a.btn {
        width: auto
    }

    footer p {
        font-size: 12px
    }

    .logo {
        float: left;
        text-align: center;
        width: 100%
    }

    .logo a img {
        max-width: 120px;
        width: 100%
    }

    .pearson_outer {
        float: left;
        text-align: center;
        width: 100%
    }

    .pearson {
        float: none;
        margin: auto;
        width: 50%
    }

    .pte_nav ul li a {
        float: left;
        width: 100%;
        line-height: 40px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        text-align: center;
        padding: 6px 10px;
    }

    .head_pack {
        font-size: 18px
    }

    .credit_continue {
        width: 100%;
        text-align: center
    }

    .credit_continue>a {
        font-size: 20px;
        padding: 1px 5px;
        width: auto
    }

    .cat_pentagon1_outer {
        width: 33%
    }

    .test_title_element {
        width: 100%;
    }

    .test-title-text {
        font-size: 16px;
        font-weight: 600;
    }

    .change_pan {
        margin-bottom: 10px;
    }


}

@media (max-width:567px) {
    .logo img {
        width: 80px
    }

    .container.the-pte>h4 {
        font-size: 13px;
        margin: 12px 0 0
    }

    .pte-login-mn {
        padding: 15px 0
    }

    .pte-login img {
        width: 100px
    }

    .pte-login h4 {
        font-size: 15px
    }

    .frgt .btn.btn-cstm {
        font-size: 13px;
        padding: 8px 0
    }

    .logout,
    .logout:hover {
        bottom: -14px;
        font-size: 13px
    }

    .pte-test li {
        width: 32%
    }

    /*.category-mn {
        padding: 145px 0!important
    }*/
    .pte-categories img {
        width: 50px
    }

    .pte-categories li span {
        font-size: 15px
    }

    .upload_text input[type=file] {
        padding: 100px 45px 0;
        font-size: 14px;
    }

    .test_taken_1 {
        height: 150px;
    }

}

@media (max-width:520px) {
    .test_response_input .toolbar_right {
        width: 100%;
        text-align: center;
    }

    .toolbar_right .test-timer-wrapper {
        display: initial;
        float: none !important;
    }

    .toolbar_right .length_indicator {
        float: none !important;
        padding: 0 !important;
        padding-left: 15px !important;
    }

    .texteditor .toolbar span.toolbar_right {
        width: auto;
    }

}


@media (max-width:480px) {
    .logo_outer a {
        width: 65%;
    }

    .cant_head {
        font-size: 15px
    }

    .contint_label_1 {
        width: 100%
    }

    .contint_label_1 label {
        font-size: 14px
    }

    .contint_label_2 {
        width: 100%
    }

    .contint_label_2 label {
        font-size: 14px
    }

    .contint_sub label {
        font-size: 14px
    }

    .cat_pentagon1_outer {
        width: 40%
    }

    .logo {
        float: left;
        text-align: center;
        width: 100%
    }

    .logo a img {
        max-width: 100px;
        width: 100%
    }

    .pearson_outer {
        float: left;
        text-align: center;
        width: 100%
    }

    .pearson {
        float: left;
        text-align: center;
        width: 100%
    }

    .pte_nav_outer .navbar-header {
        float: left;
        text-align: center;
        width: 100%
    }

    .pearson>h4 {
        background: rgba(0, 0, 0, .68) none repeat scroll 0 0;
        float: none;
        font-size: 14px;
        margin: 8px auto 0;
        width: 72%
    }

    .head_pack {
        font-size: 18px
    }

    .cat_pentagon1_outer {
        width: 40%
    }

    .cat_pentagon2_outer {
        width: 37%
    }

    .cat_pentagon3_outer {
        width: 37%
    }

    .cat_pentagon4_outer {
        width: 37%
    }

    .credit_left {
        width: 100%
    }

    .credit_continue>a {
        font-size: 24px;
        line-height: 40px;
        padding: 3px 10px;
        width: auto
    }

    .credit_choose {
        margin: auto;
        width: auto
    }

    .pearson>p {
        float: none;
        text-align: center;
        width: auto
    }

    .pte-categories li {
        margin: 7px 0;
        width: 49%
    }

    .category-mn {
        padding: 70px 0 0 !important
    }

    .pte_table .panel-heading {
        font-size: 16px;
        padding: 8px 12px;
    }

    .profile_tab .nav>li>a {
        margin: 5px 5px;
        font-size: 12px;
    }

    .purchase_table {
        margin-bottom: 15px;
    }

    .purchase_left h3 {
        font-size: 14px;
    }

    .pte-main .pagination {
        text-align: left;
    }

    .pte-main .pagination>li>a,
    .pte-main .pagination>li>span {
        padding: 4px 10px;
    }

    .pte-main .pagination>li:first-child>a {
        padding-left: 0;
    }

    footer {
        padding: 10px 0px;
    }

    .phone_b ul li {
        padding: 0 2px;
        font-size: 12px;
    }

    .phone_b ul li span {
        padding-right: 2px;
        font-size: 12px;
    }

    .banner_bg {
        height: 200px;
    }

    .bner_out {
        width: 70%;
    }

    .banner_box {
        width: 70%;
    }

    .logo_outer {
        margin: 0;
    }

    .portal_h h1 {
        font-size: 20px;
    }

    .portal_bx p {
        font-size: 20px;
    }

    .portal_bx .fa-plus {
        font-size: 20px;
    }

    .world_w h3 {
        font-size: 24px;
    }

    .pte_nav_outer .navbar-toggle {
        top: 5px;
    }

    .about_left:before {
        font-size: 18px;
    }

    .aboutFormatBx h4 span {
        margin: 2px 0 0;
    }

    .book_pte_testIn {
        padding: 0px;
        margin: 20px 0 0;
    }

    .book_pte_testIn h1 {
        font-size: 20px;
    }

    .pte_ol {
        padding: 0 30px;
    }

    .center_map_Outer {
        margin: 15px 0 50px;
    }

    .center_choosen {
        margin: 0;
    }

    .center_map#map_canvas {
        height: 300px;
    }

    .contint_btn {
        text-align: center;
    }

    .paradigm_login.rgi {
        margin-top: 15px;
    }

    .paradigm_loginMn {
        padding: 0;
    }

    .paradigm_loginRin {
        margin: 40px auto;
    }

    .paradigm_login {
        margin-top: 15px;
        margin-bottom: 95px;
    }

    .about_pte_outer {
        padding: 15px 0 40px;
    }

    .rightSidLst {
        text-align: center;
    }

    .righthed h1 {
        font-size: 18px;
        text-align: center;
    }

    .speakIntro h2 {
        font-size: 18px;
        text-align: center;
        margin: 0 0 20px;
    }

    .leftSide .nav.nav-pills li a {
        padding: 6px 15px;
    }

    .speakIntro h2 {
        font-size: 16px;
        text-align: center;
    }

    .speakIntro h4 {
        font-size: 16px;
        text-align: center;
    }

    .rightSidLst ul li {
        margin-right: 20px;
    }

    .rightSidLst ul li a {
        font-size: 15px;
    }

    .righthed h1 {
        font-size: 16px;
    }

    .player-widget-content {
        width: 280px;
    }

    .player_toolbar__right .progress {
        width: 160px;
    }

    .player-audioblock_right {
        width: 35px;
    }

    .test_response_input .textinput__label input,
    .test_response_input .textinput__label textarea {
        height: 22px;
        padding: 0 5px;
        margin: 0 0 4px;
    }

    .app-layout .actions {
        padding: 15px 0 0 0;
    }

    .ui-pagination-test {
        margin-top: 15px;
    }

    .response_container {
        min-height: 28px;
        max-width: 200px;
    }

    .test_taken_1 {
        width: 35%;
        height: 130px;
    }

    .change_password_in {
        margin-bottom: 10px;
    }

    .col-sm-12.text-right {
        text-align: center;
    }

    .player_toolbar__right.has__record .progress {
        width: 130px;
    }

    .skip_r {
        text-align: center;
    }

    .skip_r .btn-primary {
        float: none;
    }

    .center_intro {
        width: 350px;
    }

    section h2 {
        font-size: 24px;
        margin: 0;
    }

    .change_password iframe {
        height: 270px;
    }

    .change_pan {
        margin-bottom: 25px;
    }

    .upload_text input[type=file] {
        padding: 50px 35px 0;
        line-height: 78px;
        font-size: 12px;
    }

}

@media (max-width:414px) {
    .pte_penta {
        margin: 50px 0 100px
    }

    .pte-test ul {
        text-align: center
    }

    #testhexagon li::before {
        top: -149px
    }
}

@media (max-width:375px) {
    .pte_penta {
        margin: 50px 0 100px
    }

    .pte-test ul {
        text-align: center
    }

    .contact1_in1 {
        float: left;
        text-align: center;
        width: 100%
    }

    .contact1_in1 h4 {
        text-align: center;
        width: 100%
    }

    .contact1_in2 {
        width: 100%
    }

    .cant_head {
        font-size: 20px
    }

    .cat_pentagon1_outer {
        width: 54%
    }

    .paradigm_login {
        margin-bottom: 110px;
    }

    .player_toolbar__right .progress {
        width: 130px;
    }

    .center_intro {
        width: 275px;
    }

    .player-widget-content {
        width: 220px;
    }

    .player_toolbar__right.has__record .progress {
        width: 80px;
    }
}

@media (max-width:360px) {
    .smll_logo {
        margin: 3px 0 0;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .smll_logo a {
        float: left;
        width: 100% !important;
    }

    .smll_logo img {
        width: 100% !important;
    }

    .cant_head {
        font-size: 16px
    }

    .pearson>h4 {
        width: 85%
    }

    .head_pack {
        font-size: 18px
    }

    .cat_pentagon1_outer {
        width: 57%
    }

    .cat_pentagon2_outer {
        width: 58%
    }

    .cat_pentagon3_outer {
        width: 58%
    }

    .cat_pentagon4_outer {
        width: 58%
    }

    .pearson>p {
        float: none;
        text-align: center;
        width: auto
    }

    .logo {
        display: inline-block;
        text-align: center;
        width: 100%
    }

    .container.the-pte>h4 {
        width: 100%;
        text-align: center
    }

    .the-pte {
        margin: 0 auto;
    }

    .logout,
    .logout:hover {
        bottom: -22px
    }

    .pte-test li {
        width: 49%
    }

    .banner_bg {
        height: 160px;
    }


    .bner_btn {
        margin-bottom: 40px;
    }

    .bner_btn a {
        width: 40px;
        display: inline-block;
    }

    .banner_box_in {
        margin-bottom: 40px;
    }

    .bner_out {
        width: 55%;
    }

    .banner_box {
        width: 55%;
    }

    .portal_h h1 {
        font-size: 20px;
    }

    .portal_bx p {
        font-size: 20px;
    }

    .portal_bx .fa-plus {
        font-size: 20px;
    }

    .logo_outer {
        width: 170px;
        padding: 0;
        margin: 0;
    }

    .logo_outer a {
        width: 68%;
    }

    .pte_nav_outer .navbar-toggle {
        top: 0px;
    }

    .logo_outer a img {
        width: 100%;
    }

    .world_w {
        margin: 10px 0 80px;
    }

    .world_w h3 {
        font-size: 20px;
    }

    .about_pte_outer {
        padding: 15px 0 70px;
    }

    .about_left:before {
        font-size: 16px;
    }

    .pte_validity {
        margin-bottom: 95px;
    }

    .pricing {
        margin: 0 0 40px;
    }

    .head_pack {
        font-size: 16px;
        padding: 0 5px;
        line-height: 25px;
    }

    .tab_2 .nav-tabs>li.active>a {
        padding: 10px 8px;
    }

    .tab_2 .nav-tabs>li a {
        padding: 10px 8px;
    }

    .list_buttn .btn {
        font-size: 14px;
    }

    list_buttn2 .btn {
        font-size: 14px;
    }

    .center_map_Outer {
        margin: 15px 0 90px;
    }

    .contact1 {
        margin: 0 0 65px;
    }

    .paradigm_loginMn {
        padding: 0;
    }

    .paradigm_loginL {
        min-height: 200px;
    }

    .paradigm_loginLin {
        padding: 15px;
        height: 200px;
    }

    .paradigm_login {
        margin-top: 15px;
        margin-bottom: 135px;
    }

    .student_loginR.rig_het {
        margin-top: 15px;
    }

    .paradigm_loginRin {
        width: 80%;
        margin: 30px auto;
    }

    .paradigm_login.rgi {
        margin-top: 15px;
    }

    .rightSidLst ul li {
        margin-right: 10px;
    }

    .righthed h1 {
        font-size: 16px;
    }

    .rigtOuter {
        margin: 0 0 60px;
    }

    .speakbtn {
        margin: 8px 0;
    }

    .speakIntro {
        margin: 30px 0;
    }

    .player_toolbar__right .progress {
        width: 120px;
    }

    .playback__play-pause {
        width: 35px;
        height: 35px;
        font-size: 16px;
        width: 100%;
        text-align: center;
    }

    .player-widget-content {
        width: 245px;
    }

    .test-timer-wrapper {
        margin: 0;
    }

    .timer {
        padding-left: 28px;
        font-size: 14px;
    }

    .test_response_input .length_indicator {
        padding-right: 0;
    }

    .ui-pagination-test .btn {
        min-width: 100px;
        padding: 5px 6px;
        font-size: 13px;
    }

    .text-muted.font-xs {
        margin: 6px 0 0;
    }

    .test_taken_1 {
        width: 45%;
        height: 125px;
        border-radius: 5px;
    }

    .change_password_in {
        margin-bottom: 10px;
        padding: 15px;
    }

    .pte_table .panel.panel-default.writing {
        margin: 0;
    }

    .upload_text input[type=file] {
        padding: 50px 32px 0;
        line-height: 74px;
    }

    .alert_test_taken {
        width: 90%;
        left: 5%;
    }

    .test_response_input td .draggable {
        padding: 5px 7px;
        line-height: 18px;
    }

}

@media (max-width:320px) {
    .portal_h h1 {
        font-size: 18px;
    }

    .world_w {
        margin: 10px 0 85px;
    }

    .banner_box_in {
        padding: 15px;
    }

    .bner_btn a {
        width: 40px;
        display: inline-block;
    }

    .bner_btn a img {
        width: 100%;
    }

    .cat_pentagon1_outer {
        width: 66%;
    }

    .about_left:before {
        font-size: 15px;
    }

    .pte_validity h5 {
        font-size: 14px;
    }

    .list_buttn .btn {
        font-size: 14px;
    }

    .list_buttn2 .btn {
        font-size: 14px;
    }

    .purchase_table {
        margin-bottom: 35px;
    }

    .pagination>li>a,
    .pagination>li>span {
        padding: 2px 6px;
    }

    .purchase_table .panel-heading {
        padding: 5px 10px;
    }

    .ptelogin_outer {
        margin-bottom: 55px;
    }

    .player-widget-content {
        width: 205px;
    }

    .player_toolbar__right .progress {
        width: 100px;
    }

    .pte_table .panel-default {
        margin: 0 0 55px;
    }

    .pte_table p {
        font-size: 14px;
    }

    .upload_text input[type=file] {
        padding: 50px 22px 0;
        line-height: 74px;
    }

    .alert_test_taken {
        width: 100%;
        left: 0%;
    }

    .toolbar_right span.length_indicator {
        width: 100%;
        padding: 0 !important;
        float: left !important;
        line-height: 32px !important;
    }

}


.top_left_buttons,
.top_right_buttons {
    padding-top: 20px;
    padding-bottom: 20px;
}

.bottom_left_buttons {
    padding-top: 40px;
    padding-bottom: 20px;
}

.top_left_buttons .btn,
.bottom_left_buttons .btn {
    font-weight: 500;
    display: inline;
    font-size: 11px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.top_right_buttons {
    text-align: right;
}

.top_right_buttons .btn {
    font-weight: 500;
    margin-left: 7px;
    font-size: 13px;
}

.listening_summarize_btns {
    text-align: left;
}

.listening_summarize_btns .btn {
    font-size: 12px;
    margin-left: 1px;
    padding: 6px 3px;
}

.top_right_buttons .yellow_bg_btn:hover,
.top_left_buttons .yellow_bg_btn:hover,
.top_left_buttons .purple_bg_btn:hover {
    color: #ffffff;
}

.purple_bg_btn img {
    max-height: 18px;
    margin-top: -3px;
}

.back_arrow_btn {
    background: #E87034;
    border-radius: 50%;
    color: #fff;
}

.back_arrow_btn:hover {
    color: #fff;
}

.purple_bg_btn {
    background: #553E93;
    border: 0.4000000059604645px solid #707070;
    border-radius: 5px;
    color: #fff;
    padding: 6px 5px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.yellow_bg_btn {
    background: #E87034;
    border: 1px solid #E87034;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.purple_bg_btn:hover,
.yellow_bg_btn:hover {
    color: #fafafa;
}

.yellow_bordered_btn {
    border: 1px solid #E87034 !important;
    color: #E87034 !important;
    background: white;
}

.yellow_bordered_btn:hover svg #Path_8550,
.yellow_bordered_btn:hover svg #Path_8546,
.yellow_bordered_btn:hover svg #Path_8547,
.yellow_bordered_btn:hover svg #Path_8548,
.yellow_bordered_btn:hover svg #Path_8570,
.yellow_bordered_btn:hover svg #listening-svgrepo-com,
.yellow_bordered_btn:hover svg #Path_8713 {
    fill: #ffffff;
}

.yellow_border_active svg #Path_8550,
.yellow_border_active svg #Path_8546,
.yellow_border_active svg #Path_8547,
.yellow_border_active svg #Path_8548,
.yellow_border_active svg #Path_8570,
.yellow_border_active svg #listening-svgrepo-com,
.yellow_border_active svg #Path_8713 {
    fill: #ffffff;
}



.yellow_bordered_btn:hover svg #Path_8571,
.yellow_bordered_btn:hover svg #Ellipse_144,
.yellow_bordered_btn:hover svg #Ellipse_145,
.yellow_bordered_btn:hover svg #Path_8572 {
    fill: #ffffff;
}

.yellow_border_active svg #Path_8571,
.yellow_border_active svg #Ellipse_144,
.yellow_border_active svg #Ellipse_145,
.yellow_border_active svg #Path_8572 {
    fill: #ffffff;
}


.yellow_bordered_btn:hover svg #_426631824,
.yellow_bordered_btn:hover svg #Path_8578,
.yellow_bordered_btn:hover svg #Path_8579,
.yellow_bordered_btn:hover svg #Path_8580,
.yellow_bordered_btn:hover svg #_291143272,
.yellow_bordered_btn:hover svg #_291143056,
.yellow_bordered_btn:hover svg #Path_8581,
.yellow_bordered_btn:hover svg #Path_8573,
.yellow_bordered_btn:hover svg #Path_8575,
.yellow_bordered_btn:hover svg #Path_8576,
.yellow_bordered_btn:hover svg #Path_8574 {
    fill: #ffffff;
}

.yellow_border_active svg #_426631824,
.yellow_border_active svg #Path_8578,
.yellow_border_active svg #Path_8579,
.yellow_border_active svg #Path_8580,
.yellow_border_active svg #_291143272,
.yellow_border_active svg #_291143056,
.yellow_border_active svg #Path_8581,
.yellow_border_active svg #Path_8573,
.yellow_border_active svg #Path_8575,
.yellow_border_active svg #Path_8576,
.yellow_border_active svg #Path_8574 {
    fill: #ffffff;
}

.yellow_border_active {
    fill: #ffffff;
}

.yellow_bordered_btn:hover,
.yellow_border_active {
    background: #E87034;
    color: #ffffff !important;
}

.summary_inner_box {
    padding: 10px;
    min-height: 400px;
    border: 1px solid #d5d5d5;
}

.bottom_center_links {
    padding-top: 20px;
    padding-bottom: 20px;
}

.bottom_center_links ul {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    display: table;
    margin-bottom: 0;
    border: 1px solid #707070;
}

.bottom_center_links ul li {
    float: left;
    text-align: center;
    max-width: 230px;
    padding: 10px 20px;
}

.bottom_center_links ul li .summarize_box img {
    max-height: 26px;
}

.bottom_center_links ul li .summarize_box p {
    padding-top: 10px;
}

.bottom_center_links ul li .percetage_box h3 {
    font-size: 19px;
    color: #D48310;
    font-weight: 600;
}

.bottom_center_links ul li .percetage_box h3.red_c_text {
    color: #DF0000F2 !important;
}

.bottom_center_links ul li .percetage_box h3.green_c_text {
    color: #28AD00 !important;
}

.bottom_center_links ul li .level_box h3.green_c_text {
    color: #28AD00 !important;
}

.bottom_center_links ul li .percetage_box p {
    padding-top: 5px;
}

.bottom_center_links ul li .level_box h3 {
    font-size: 19px;
    color: #D48310;
    font-weight: 600;
}

.bottom_center_links ul li .level_box h3.red_c_text {
    color: #DF0000F2 !important;
}

.bottom_center_links ul li .level_box p {
    padding-top: 5px;
}

.bottom_center_links ul li .skills_box .purple_span {
    background: #553E93;
    color: #ffffff;
    font-size: 12px;
    padding: 3px 5px;
}

.bottom_center_links ul li .skills_box .yellow_span {
    background: #E87034;
    color: #ffffff;
    font-size: 12px;
    padding: 3px 5px;
    margin-left: 5px;
}

.bottom_center_links ul li .skills_box p {
    padding-top: 12px;
}

.bottom_center_links ul li p {
    font-size: 13px;
    margin-bottom: 0px;
}

.bottom_center_links ul li .grammer_box h3 {
    word-wrap: break-word;
    font-size: 15px;
    margin-bottom: 0;
}

.bottom_center_links ul li .grammer_box p {
    padding-top: 3px;
}

.purple_paging_back_btn,
.purple_paging_fwd_btn {
    background: #553E93;
    color: #ffffff;
    border-radius: 20px;
    font-weight: 600;
    padding: 5px 10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.purple_paging_back_btn:hover,
.purple_paging_fwd_btn:hover {
    color: #fafafa;
}

.purple_paging_btn {
    background: #553E93;
    color: #ffffff;
    border-radius: 20px;
    font-weight: 600;
    padding: 10px 18px;
}

.purple_paging_btn select {
    border-radius: 20px;
    padding: 4px 4px;
}

.purple_pagination {
    padding-top: 40px;
    padding-bottom: 20px;
}

.answers_list_section {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #F2F2F2;
}

.purple_bg_round_btn {
    border-radius: 20px;
    background: #553E93;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    margin-left: 20px;
    margin-right: 20px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.yellow_bg_round_btn {
    background: #E87034;
    color: #ffffff;
    font-weight: 500;
    border-radius: 20px;
    font-size: 15px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.purple_bg_round_btn:hover,
.yellow_bg_round_btn:hover {
    color: #fafafa;
}

.summary_answers_box {
    background: #ffffff;
    border: 1px solid #D7D7D7;
    width: 900px;
    padding: 40px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.sumanswers_box_buttons {
    text-align: center;
    margin-bottom: 40px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.summary_answers_list ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.summary_answers_list ul li {
    padding: 10px 20px;
    border: 2px solid #D7D7D7;
    margin-bottom: 15px;
}

.summary_answers_list ul li .summary_box_media,
.summary_answers_list ul li .summary_action_btns {
    padding-top: 10px;
}

.summary_answers_list ul li .summary_action_btns {
    text-align: right;
}

.summary_answers_list ul li .summary_action_btns .btn {
    padding: 0;
}

.summary_answers_list ul li .summary_box_media h5 {
    font-size: 17px;
    margin-bottom: 0;
}

.summary_answers_list ul li .summary_box_media span {
    font-size: 13px;
    color: #5E5E5E;
}

.summary_answers_list ul li .media_player_box {
    padding-top: 5px;
}

.yellow_bordered_btn:hover svg #Path_8568,
.yellow_bordered_btn:hover svg #Path_8585,
.yellow_bordered_btn:hover svg #Path_8560,
.yellow_bordered_btn:hover svg #Path_8586,
.yellow_bordered_btn:hover svg #Path_8563 {
    fill: #ffffff;
}

.yellow_bordered_btn:hover svg #Path_8564 {
    fill: #E87034;
}

.yellow_border_active svg #Path_8568,
.yellow_border_active svg #Path_8585,
.yellow_border_active svg #Path_8560,
.yellow_border_active svg #Path_8586,
.yellow_border_active svg #Path_8563 {
    fill: #ffffff;
}

.yellow_border_active svg #Path_8564 {
    fill: #E87034;
}

.yellow_bordered_btn:hover svg #Ellipse_151,
.yellow_bordered_btn:hover svg #Path_8711,
.yellow_bordered_btn:hover svg #Path_8604,
.yellow_bordered_btn:hover svg #Path_8552,
.yellow_bordered_btn:hover svg #Path_8556,
.yellow_bordered_btn:hover svg #Path_8710 {
    fill: #ffffff;
}

.yellow_border_active svg #Ellipse_151,
.yellow_border_active svg #Path_8711,
.yellow_border_active svg #Path_8604,
.yellow_border_active svg #Path_8552,
.yellow_border_active svg #Path_8556,
.yellow_border_active svg #Path_8710 {
    fill: #ffffff;
}

.meter_box {
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    padding: 10px;
    background: #F2F2F2;
    text-align: center;
    min-height: 136px;
}

.performance_box {
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    padding: 30px 10px;
}

.marks_box {
    text-align: center;
}

.marks_box h5 {
    font-weight: 500;
    font-size: 15px;
}

.yellow_c_text {
    color: #E87034 !important;
}

.purple_c_text {
    color: #553E93 !important;

}

.earned_score {
    font-size: 18px;
    font-weight: 600;
}

.total_scrore {
    font-size: 16px;
    font-weight: 500;
}

.grade_text {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 3px;
}

.excellent_text {
    background: #28AD00;
}

.poor_text {
    background: #DF0000F2;
}

.students_box {
    margin-top: 20px;
    border: 1px solid #d5d5d5;
}

.students_box h3 {
    font-size: 16px;
    background: #E2E2E2;
    margin-bottom: 0;
    padding: 10px;
    display: block;
    font-weight: 600;
}

.students_box .student_inner_box {
    padding: 20px;
}

.students_box .student_inner_box p {
    font-size: 15px;
    padding-top: 20px;
}

.result_bar {
    background: #E2E2E2;
    padding: 10px 20px;
    text-align: center;
}

.result_bar span {
    font-size: 15px;
    margin-left: 5px;
    margin-right: 7px;
}

.grey_div {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 5px;
    background: #505050;
    border-radius: 2px;
}

.green_div {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 5px;
    background: #28AD00;
    border-radius: 2px;
}

.red_div {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 5px;
    background: #DF0000F2;
    border-radius: 2px;
}

.average_text {
    background: #E87034;
}

.high_text {
    background: #008000;
}

#analyticsModal .modal-header {
    padding: 10px 20px;
}

#analyticsModal .modal-header .modal-title {
    font-size: 18px;
}

#myChart {
    height: 100%;
    width: 100%;
    min-height: 150px;
}

.zc-ref {
    display: none;
}


/* Sep 1,2022 css */
.yellow_bg_btn svg #Path_8550 {
    fill: #ffffff;
}

.top_left_buttons .dropdown,
.top_left_buttons .dropdown .purple_bg_btn {
    display: inline;
}

.top_left_buttons .dropdown .purple_bg_btn .dropdown-item {
    border-bottom: 1px solid #0000001a !important;
}

.top_left_buttons .dropdown .purple_bg_btn .dropdown-item:last-child {
    border-bottom: none !important;
}

.bottom_center_links.no-border ul {
    border: none;
}

.darkblue_c_text {
    color: #305A9A;
}

.peacockblue_c_text {
    color: #00919B;
}

.brown_c_text {
    color: #9B4400;
}

.yellow_div {
    background: #E87034;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 5px;
    border-radius: 2px;
}

.border-radius_3 {
    border-radius: 3px;
}

.performance_box {
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    padding: 30px 10px;
}

.earned_score_big_text {
    font-size: 22px !important;
}

/* more css */
.popup_score_box {
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    padding: 25px 10px 29px 10px;
    background: #F2F2F2;
    text-align: center;
    min-height: 140px;
}

.popup_score_box .small_span {
    display: block;
    color: #3D3D3D;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 500;
}

.popup_score_box h3 {
    font-size: 26px;
    font-weight: 600;
}

.popup_score_box p {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}

.red_span {
    background: #DF0000F2;
}

.purple_span {
    background: #553E93;
}

.module_span {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 2px 5px;
    line-height: 15px;
    border-radius: 3px;
    font-size: 11px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.notes_box {
    margin-top: 20px;
    border: 1px solid #d5d5d5;
}

.notes_box h3 {
    font-size: 16px;
    background: #E2E2E2;
    margin-bottom: 0;
    padding: 10px;
    display: block;
    font-weight: 600;
}

.notes_box .notes_inner_box {
    padding: 20px;
}

.notes_box .notes_inner_box ul {
    padding-left: 20px;
}

.notes_box .notes_inner_box ul li {
    font-weight: 500;
    font-size: 15px;
}

#summarize_written_textModal_01 .modal-header {
    background: #F2F2F2;
    padding: 10px 15px;
}

/* Sep 1,2022 css */
@media(max-width:576px) {
    .bottom_center_links ul li {
        float: none;
    }

    .purple_pagination,
    .bottom_left_buttons,
    .top_right_buttons,
    .top_left_buttons {
        text-align: center;
    }

    .summary_answers_box {
        width: 100%;
        padding: 40px 5px;
    }
}

@media(min-width:768px) and (max-width:1024px) {

    .purple_pagination,
    .bottom_left_buttons,
    .top_right_buttons,
    .top_left_buttons {
        text-align: center;
    }

    .summary_answers_box {
        width: 100%;
    }
}


.active_purple_btn {
    border: 1px solid #553E93;
    color: #553E93 !important;
    background: #fff;
}

.grey_bg_row {
    background: #F2F2F2;
}

.practice_questions_tab_btns {
    text-align: right;
}

.summary_inner_heading h3 {
    font-size: 20px;
    margin-top: 10px;
    font-weight: 600;
}

.text-align-right {
    text-align: right;
}

.yellow_bordered_btn:hover svg #Path_8862,
.yellow_bordered_btn:hover svg #Path_8861,
.yellow_border_active svg #Path_8862,
.yellow_border_active svg #Path_8861 {
    fill: #ffffff;
}

.practice_ques_popup .modal-content {
    border-radius: 0;
}

.practice_ques_popup .modal-header {
    background: #E87034;
    color: #ffffff;
    padding: 0.5rem 1rem;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.practice_ques_popup .modal-header h5 {
    font-size: 20px;
}

.practice_popup_questions_list {
    padding-left: 0;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.practice_popup_questions_list li {
    float: left;
}

.practice_popup_questions_list li .btn {
    width: 185px;
    padding: 10px;
    border: 0.5px solid #707070;
    border-radius: 2px;
    margin: 10px 3px;
    font-size: 12px;
    font-weight: 600;
}

.practice_popup_questions_list li .btn:hover,
.practice_popup_questions_list li .active_ques {
    background: #E87034;
    color: #ffffff;
    border-color: #E87034;
}

.small_width_links ul li {
    max-width: 200px !important;
    padding: 10px 12px !important;
}

.summary_inner_box .progress {
    height: 0.5rem !important;
}

.canvasjs-chart-credit {
    display: none !important;
}


.progress_container .progress {
    width: 160px;
    height: 160px;
    line-height: 160px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.progress_container .progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 7px solid #efefef;
    position: absolute;
    top: 0;
    left: 0;
}

.progress_container .progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress_container .progress .progress-left {
    left: 0;
}

.progress_container .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 7px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #553E93;
}

.progress_container .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress_container .progress .progress-right {
    right: 0;
}

.progress_container .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress_container .progress .progress-value {
    display: flex;
    border-radius: 50%;
    font-size: 1rem;
    text-align: center;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-weight: 300;
}

.progress_container .progress .progress-value span {
    font-size: 12px;
    text-transform: uppercase;
}


/* progress bar */
.analyticsmodall .modal-content {
    border-radius: 0;
    font-family: "Raleway", sans-serif;
}

.analyticsmodal .modal-header {
    padding: 0.5rem 1rem;
    background: #8D76CB;
    color: #ffffff;
    border-radius: 0;
}

.analyticsmodal .modal-title {
    font-size: 18px;
}

.analytics_chart_section {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #CFCFCF;
}

.analytics_chart_section_inner {
    padding: 30px;
}

.analytics_chart_section h3 {
    background: #F1F1F1 0% 0% no-repeat padding-box;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.overall_score_box,
.timing_analytics_box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #CFCFCF;
}

.overall_score_box {
    margin-bottom: 30px;
}

.overall_score_box h3 {
    background: #F1F1F1 0% 0% no-repeat padding-box;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.overall_score_box_inner,
.timing_analytics_box_inner {
    padding: 30px;
    text-align: center;
}

.overall_score_box_inner .big_score {
    font-size: 98px;
    color: #553E93;
    font-family: "Poppins", sans-serif;
    letter-spacing: -5.19px;
}

.overall_score_box_inner .small_score {
    font-family: "Poppins", sans-serif;
    color: #000;
    font-size: 33px;
    letter-spacing: -5.19px;
}

.timing_analytics_box h3 {
    background: #F1F1F1 0% 0% no-repeat padding-box;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.timing_analytics_box span {
    display: block;
    font-size: 15px;
    margin-bottom: 30px;
    font-weight: 500;
}



/* analytics tabs */
.analytics_tabs .tabbable-responsive {
    display: block;
    min-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;

}

.analytics_tabs .tabbable {
    min-width: 100%;
}

.analytics_tabs .tabbable .nav-tabs {
    white-space: nowrap;
    display: inline-block;
    min-width: 100%;
    padding: 0px;
}

.analytics_tabs .tabbable .nav-tabs .nav-item {
    display: inline-block;
    background: #ffffff;
    border-radius: 0px 0px 0px 0px;

}

.analytics_tabs .tabbable .nav-tabs .nav-item .nav-link {
    display: inline-block;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #595959CC;
    border-radius: 0px 0px 0px 0px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
    padding: 0.7rem 2rem;
}

.analytics_tabs .tabbable .nav-tabs .nav-item .nav-link.active {

    background: #ffffff;
    border-bottom: 4px solid #000000;
    color: #000;
    border-left: none;
    border-top: none;
    border-right: none;

}

.analytics_tabs .tabbable .nav-tabs .nav-item .nav-link img {
    max-height: 28px;
    opacity: 0.5;
}

.analytics_tabs .tabbable .nav-tabs .nav-item .nav-link.active img {
    opacity: 1 !important;
}

.analytics_tabs .tab-content {
    padding: 50px 0px 0px;

}


/* test submit btn */

.afterSubmitTest {
    background-color: #6E6EFF;
    border: 1px solid #6E6EFF !important;
    border-radius: 15px !important;
    opacity: 1;
    font: normal normal 600 15px / 16px Segoe UI !important;
    letter-spacing: 0px;
    color: #fff !important;
    transition: transform 0.1s ease-in-out;
    padding: 6px 16px;
}