/** Reset css **/

* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
@media (min-width: 700px) {
    html{
        background: white !important;
    }
}
body {
    -webkit-text-size-adjust: none;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400;
    min-height: 98vh;
    background-color: white !important;
    /* margin: 10px !important;
    border-radius: 10px 10px 10px 10px; */
}

.form-control:focus {
    box-shadow: none;
    border-color: #cbcbcb;
}

input:disabled label {
    background: #000;
}

.disabled_color {
    /* background-color: #666666; */
    background: #2f56a1 !important;
    opacity: .65;
    color: white !important;
}

.disabled_plan {
    /* background-color: #666666; */
    /* background: #2f56a1 !important; */
    opacity: .65;
    color: white !important;
}

button:focus {
    outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
ul {
    display: block;
}

img,
fieldset {
    max-width: 100%;
    border: 0;
}


h1,
h2,
h3,
h4,
h5,
h6,
address {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    border: 0;
    outline: none;
}

/* a:hover,
a:focus {
    text-decoration: none;
    border: 0;
    outline: none;
} */

a img {
    text-decoration: none;
    border: 0;
    outline: none;
}

p,
blockquote {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
    padding: 0;
}


/******************************************************************/


/* margin classes */

.mar-tb-30 {
    margin: 30px 0 !important;
}

.mar-tb-15 {
    margin: 15px 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.blue {
    color: #2f56a1 !important;
}


/* margin classes close*/


/* landing screen modal */

#landingscreen .modal-content {
    padding: 30px 30px 30px 30px;
    border: none;
    border-radius: 25px;
}

#landingscreen .modal-dialog {
    max-width: 45%;
    margin: 0 auto;
}

#landingscreen .modal-body {
    padding: 0;
}

#landingscreen .becomeaPartner img {
    height: 60px;
}

#landingscreen .becomeaPartner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#landingscreen .becomeaPartner a {
    font-size: 20px;
    color: #fff;
    background: #2f56a1;
    border-radius: 12px;
    padding: 12px 35px;
}

#landingscreen .welcome-msg {
    position: relative;
    z-index: 999;
}

#landingscreen .welcome-msg:after {
    position: absolute;
    right: 0px;
    background: url(../img/landingbg.png) 0 0 no-repeat;
    content: ' ';
    top: 120px;
    z-index: 0;
    height: 350px;
    width: 350px;
    background-size: 318px;
    background-position: right 0px;
}

#landingscreen .welcome-msg h1 {
    color: #2f56a1;
    font-size: 28px;
    font-weight: bold;
}

#landingscreen .welcome-msgs h1 {
    color: #2f56a1;
    font-size: 28px;
    font-weight: bold;
}

#landingscreen .welcome-msg p {
    color: #000;
    font-size: 20px;
}

#landingscreen .welcome-msg ul li {
    color: #000;
    font-size: 20px;
    font-style: italic;
    position: relative;
    padding-left: 20px;
}

#landingscreen .welcome-msg ul li::before {
    background: url(../img/arrow.png) no-repeat;
    position: absolute;
    content: ' ';
    left: 0;
    height: 13px;
    width: 13px;
    background-size: 13px;
    top: 10px;
}

#landingscreen .welcome-msg blockquote a {
    font-size: 14px !important;
    /* color: #000; */
    font-style: italic !important;
    font-weight: 300 !important;
}

#landingscreen .welcome-msg a {
    font-size: 20px;
    color: #fff;
    background: #2f56a1;
    border-radius: 12px;
    padding: 12px 50px;
    display: inline-block;
}

#landingscreen .brand-logo h2 {
    color: #2f56a1;
    font-size: 20px;
    font-style: italic;
    font-size: 300;
}

#landingscreen .brand-logo ul {
    display: flex;
    flex-wrap: wrap;
}

#landingscreen .brand-logo ul li {
    margin: 0 5px;
}

#landingscreen .brand-logo ul li:first-child {
    margin-left: 0;
}

#landingscreen .brand-logo ul li img {
    height: 45px;
}


/* landing screen modal close*/


/* dashboard screens  */


/* plans */

.body-bg {
    background: #f6f6f6;
}

.dasboard-wrapper {
    background: #2f56a1;
}
.dasboard-wrapper-light{
    background-color: rgb(84, 115, 154);
} 
.old .dashboard {
 margin-left: 280px;   
 padding: 30px;
}

.dashboard .menubar .navbar-brand img {
    height: 48px;
}

.dashboard .menubar .navbar {
    padding: 15px 15px;
}

.dashboard .menubar .navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
    padding: 0 30px;
}

.dashboard .menubar .navbar-light .navbar-nav .nav-link:last-child {
    padding-right: 0px;
}

.dashboard .plans {
    background: #DBDBDB;
    padding: 30px;
    border-radius: 15px;
}
.menubar{
    background: #fff;
}
.reedem-code .field-wrapper {
    display: flex;
    margin: 15px 0;
    align-items: center;
}

.reedem-code .field-wrapper .labl,
.content,
.extra-content {
    width: 33.3%;
    margin: 0 0px;
}

.reedem-code .field-wrapper .labl {
    margin-left: 0;
}

.reedem-code .field-wrapper .labl label {
    font-size: 20px;
    color: #2f56a1;
    font-weight: 400;
}

.reedem-code .field-wrapper .content input {
    font-size: 14px;
    color: #2f56a1;
    padding: 12px 14px;
    border: 1px solid #cbcbcb;
    border-radius: 16px;
    width: 100%;
}

.reedem-code .field-wrapper .extra-content a {
    margin: 0 15px;
    font-size: 20px;
    color: #fff;
    background: #2f56a1;
    border-radius: 12px;
    padding: 8px 25px;
    display: inline-block;
}

.reedem-code .field-wrapper .content .boxed {
    display: flex;
}

.reedem-code .field-wrapper .content .boxed div {
    margin: 0 5px;
}

.reedem-code .field-wrapper .content .boxed div:first-child {
    margin-left: 0;
}

.reedem-code .field-wrapper .content .boxed label {
    display: inline-block;
    font-size: 14px;
    border: solid 1px #2f56a1;
    background: #fff;
    color: #2f56a1;
    padding: 17px 20px;
    transition: all 0.3s;
    border-radius: 50%;
}

.reedem-code .field-wrapper .content .boxed input[type="radio"] {
    display: none;
}

.reedem-code .field-wrapper .content .boxed input[type="radio"]:checked + label {
    border: solid 1px #2f56a1;
    background: #2f56a1;
    color: #fff;
}

.reedem-code .field-wrapper .content select {
    width: 100%;
    padding: 18px 25px;
    position: relative;
    background: url(../img/down-arrow.png) 93% / 6% no-repeat #2f56a1;
    color: #fff;
    -webkit-appearance: none;
    border-radius: 16px;
    font-size: 16px;
}

.change-fild {
    flex-direction: column;
    align-items: flex-start !important;
    margin-top: 30px !important;
}

.change-fild select {
    margin: 15px 0px 15px 0px;
    border: 1px solid #cbcbcb;
    position: relative;
    border-radius: 16px;
    -webkit-appearance: none;
    background: url(../img/Blue-down.png) 98% 45% / 1% no-repeat transparent;
    font-size: 14px;
    color: #2f56a1;
    width: 100%;
    padding: 18px;
}

.change-fild span {
    position: absolute;
    font-size: 14px;
    color: #2f56a1;
    right: 1%;
    top: 28%;
}

.plans-wrapper .details-wrpper {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
}

.plans-wrapper .details-wrpper .plan-b {
    padding: 30px 0;
    text-align: center;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plans-wrapper .details-wrpper .plan-b p {
    font-weight: 700;
}

.plans-wrapper .details-wrpper p {
    font-size: 20px;
    color: #2f56a1;
}

.plans-wrapper .details-wrpper p img {
    height: 65px;
    margin-right: 15px;
}

.plans-wrapper .details-wrpper .with-tag {
    text-align: center;
}

.plans-wrapper .details-wrpper .with-tag p {
    color: #fff;
    background: #2f56a1;
    padding: 20px 0;
}

.plans-wrapper .details-wrpper .feedback {
    padding-left: 30px;
    padding-right: 30px;
}

.plans-wrapper .details-wrpper .feedback p {
    margin: 15px 0px;
}

.plans-wrapper .details-wrpper .feedback .option {
    height: 190px;
}

.plans-wrapper .details-wrpper .feedback a {
    font-size: 16px;
    color: #2f56a1;
    border: 1px solid #2f56a1;
    border-radius: 12px;
    padding: 15px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.signmandotry p {
    margin: 0 !important;
}

.signmandotry {
    height: 60px;
}

.plans-wrapper .details-wrpper .feedback .download {
    height: 47px;
}

.plans-wrapper .details-wrpper .feedback .download a {
    font-size: 14px;
    margin: 15px 0;
    color: #fff;
    background: #2f56a1;
    border-radius: 12px;
    padding: 12px 35px;
}

.plans-wrapper .active .plan-b {
    background: #2f56a1;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.plans-wrapper .active .plan-b p {
    color: #fff;
}

.plans-wrapper .details-wrpper.active .with-tag p {
    background: #ff734a;
}

.plans-wrapper .details-wrpper.active .feedback a.mar-tb-30 {
    background: #ff734a;
    border-color: #ff734a;
    color: #fff;
}

.plans-wrapper .details-wrpper.active {
    border: 9px solid #00d251;
}

.proceedbtn {
    text-align: right;
}

.proceedbtn a {
    font-size: 20px;
    background: #2f56a1;
    color: #fff;
    border-radius: 12px;
    display: inline-block;
    padding: 12px 35px;
}

.discountline p {
    color: #2f56a1;
    font-size: 14px;
}

/* plans close*/


/* log-inbg */

.log-fgbtn {
    max-width: 35%;
    margin: 15px auto;
    width: 100%;
}

.log-inbg {
    /* background: #f1f1f1;
    padding: 15px 100px;
    text-align: center;
    border-radius: 25px; */
}

.log-inbg h1 {
   font-weight: bold;
     /* font-size: 28px;
    color: #2f56a1; */
}

.log-fgbtn a {
    margin: 10px 0;
    color: #fff;
    padding: 15px 0;
    display: block;
    background: #3b5998;
    font-size: 16px;
    border-radius: 12px;
    border: 1px solid transparent;
}

.log-fgbtn a.google {
    background: #de5246;
    border: 1px solid #000;
}

.log-inbg input {
    padding: 22px 15px;
    /* font-size: 14px;
    color: #3b5998;
    border: 1px solid #cbcbcb;
    border-radius: 12px; */
}

.or-divder {
    margin: 15px auto;
    max-width: 50%;
    position: relative;
    text-align: center;
}

.or-divder span {
    font-size: 16px;
    color: #000;
}

.or-divder span:after {
    content: ' ';
    background: #000;
    height: 1px;
    width: 43%;
    position: absolute;
    top: 55%;
    right: 10px;
}

.or-divder span:before {
    content: ' ';
    background: #000;
    height: 1px;
    width: 43%;
    position: absolute;
    top: 55%;
    left: 10px;
}

.log-inbg form {
    /* max-width: 70%;
    margin: 0 auto; */
}

.loginbtn {
    font-size: 20px;
    color: #fff;
    background: #3b5998;
    padding: 12px 35px;
    border-radius: 12px;
    display: inline-block;
    margin: 15px 0;
}

.loginbtn:hover {
    color: #fff;
}

.forgot-P {
    background: transparent;
    color: #000;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.loginbtn-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 30%;
    width: 100%;
    margin: 0 auto;
}

.forgot-P:hover {
    color: #000;
}


/* log-inbg close */


/* thanks modal */

#thansksignin .welcome-msg:after {
    position: absolute;
    right: 0;
    background: url(../img/thanskbg.jpg) 0 0 no-repeat;
    content: ' ';
    background-size: 300px;
    top: -20px;
    z-index: 0;
    height: 300px;
    width: 300px;
}

#thansksignin .welcome-msg {
    margin: 50px 0;
}

#thansksignin .modal-dialog {
    max-width: 45%;
}

#thansksignin .welcome-msg p {
    font-size: 16px;
}

#thansksignin .brand-logo p {
    font-size: 16px;
    color: #2f56a1;
}

.create-new-acnt-login {
    border-top: 1px solid #000;
    margin-top: 30px;
}

.create-new-acnt-login p {
    font-size: 14px;
    color: #2f56a1;
    margin-top: 15px;
}

.create-new-acnt-login p a {
    color: #2f56a1;
}

.lgin-crtbtn {
    max-width: 50%;
}


/* thanks modal close*/


/* tabbing section */


.tab-wrapper h2 {
    font-size: 28px;
    font-weight: bold;
    color: #2f56a1;
}

.tab-wrapper .adding-tb {
    padding-top: 15px;
}

.tab-wrapper .adding-tb .table {
    margin-bottom: 0;
}

.tab-wrapper .table td,
.table th {
    border-top: none;
}

.tab-wrapper .table thead th {
    border-bottom: none;
}

.tab-wrapper .adding-tb .table thead th {
    font-size: 20px;
    font-weight: 400;
    color: #2f56a1;
    text-align: center;
}

.tab-wrapper .adding-tb .table thead th:first-child {
    text-align: left;
}

.tab-wrapper .adding-tb .table tbody tr td {
    background: #2f56a1;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.tab-wrapper .adding-tb .table tbody tr td:first-child {
    text-align: left;
}

.tab-wrapper .adding-tb .table tbody tr td:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.tab-wrapper .adding-tb .table tbody tr td:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.addnewessaysBtn {
    width: 100%;
    display: flex;
    background: #2f56a1;
    border-radius: 12px;
}

.addnewessaysBtn a {
    color: #fff;
    font-size: 16px;
    padding: 15px 25px;
    width: 100%;
}

.addnewessaysBtn a img {
    margin-right: 20px;
    height: 30px;
}


/* .tab-wrapper hr {
    border: 1px solid #000;
} */

#amount-paying .log-inbg {
    margin: 50px 0;
    border-radius: 12px;
}

#amount-paying .log-inbg .payment-wrapper h1 {
    color: #2f56a1;
    font-weight: bold;
    font-size: 20px;
}

#amount-paying .log-inbg .payment-wrapper .total-amount {
    padding: 30px 50px;
    border-radius: 12px;
    border: 1px solid #cbcbcb;
    background: #fff;
}

#amount-paying .log-inbg .payment-wrapper .total-amount span {
    display: flex;
    justify-content: space-between;
}

#amount-paying .log-inbg .payment-wrapper .total-amount span p {
    color: #000;
    font-size: 20px;
}

#amount-paying .log-inbg .payment-wrapper .total-amount span p.bold {
    font-weight: bold;
}

#amount-paying .log-inbg .card-options a {
    text-align: left;
    padding: 15px 15px;
    font-size: 14px;
    background: #fff;
    color: #b2b2b2;
    border: 1px solid #cbcbcb;
    border-radius: 12px;
    display: inline-block;
    width: 100%;
}

#amount-paying .log-inbg .purchase-btn {
    margin: 30px 0;
    text-align: right;
}

#amount-paying .log-inbg .purchase-btn a {
    font-size: 20px;
    background: #2f56a1;
    color: #fff;
    padding: 12px 70px;
    border-radius: 12px;
    display: inline-block;
}


/* tabbing section close*/


/* essay wrapper */

.essy-wrapper h2 {
    font-size: 28px;
    color: #2f56a1;
    font-weight: bold;
}

.essy-wrapper .details-box {
    padding: 15px;
    border-radius: 15px;
    background: #2f56a1;
    color: #fff;
    margin: 15px 0;
}

.essy-wrapper .details-box .detail {
    padding-right: 40px;
    border-right: 2px solid #fff;
}

.essy-wrapper .details-box .detail span {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    color: #fff;
}

.essy-wrapper .premium-details {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    font-size: 20px;
}

.essy-wrapper .premium-details img {
    height: 70px;
    margin-right: 30px;
}

.essy-wrapper .describe-essay .tagline {
    color: #000;
    font-size: 16px;
    border: 1px solid #cbcbcb;
    border-radius: 12px;
    padding: 15px;
}

.essy-wrapper .describe-essay .editor-wrapper {
    border: 1px solid #cbcbcb;
    border-radius: 12px;
    padding: 30px 15px;
    height: 700px;
    position: relative;
}

.essy-wrapper .describe-essay .editor-wrapper p {
    margin: 30px 0;
    color: #000;
    font-size: 16px;
}

.essy-wrapper .describe-essay .editor-wrapper .word-left-wrapper {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 15px;
}

.essy-wrapper .describe-essay .editor-wrapper .word-left-wrapper p {
    color: #989898;
    font-size: 20px;
}

.sumit-essay {
    display: flex;
    justify-content: space-between;
}

.sumit-essay a {
    font-size: 20px;
    background: #2f56a1;
    color: #fff;
    padding: 12px 70px;
    font-weight: bold;
    border-radius: 12px;
    /* margin: 0 15px;*/
}

.saved-tagline {
    font-size: 20px;
    color: #000;
}

#submitmodal .welcome-msg:after {
    display: none;
}

#submitmodal .brand-logo p {
    color: #2f56a1;
}


/* essay wrapper close*/


/* report */

.tab-wrapper .adding-tb .table tbody tr td img {
    height: 32px;
    margin-right: 15px;
}

.tab-wrapper .adding-tb .table tbody tr td a.submit {
    background: #fff;
    border-radius: 16px;
    font-size: 16px;
    color: #2f56a1;
    display: inline-block;
    padding: 10px 15px;
    width: 115px;
    text-align: center;
}

.addnewoutbg {
    background: transparent;
    margin: 0 0;
}

.addnewoutbg a {
    color: #2f56a1
}

.addnewoutbg p {
    color: #2f56a1
}

.forpsacingintr {
    height: 20px;
}

.share-detail {
    display: flex;
    padding: 15px 0;
    background: transparent;
}

.share-detail form {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.share-detail .form-group {
    margin-bottom: 0;
    width: 100%;
    margin: 0 15px;
}

.share-detail .form-group:first-child {
    margin-left: 0;
}

.share-detail .proceedbtn a {
    padding: 8px 35px;
}

.dwnld-result {
    display: flex;
    align-items: center;
}

.dwnld-result .proceedbtn a {
    margin-left: 25px;
    padding: 8px 40px;
}

.thickborder {
    border-top: 3px solid rgba(179, 179, 179, .8);
}

.crt-acntreprot {
    align-items: flex-start;
    flex-direction: column;
}

.crt-acntreprot .proceedbtn a {
    margin: 20px 0 0 0px;
}

.reserch h3 {
    font-size: 28px;
    color: #2f56a1;
    font-weight: bold;
}

.reserch img {
    max-height: 223px;
}

.reserch a {
    display: block;
}

.iflogonone {
    height: 70px;
    opacity: 0;
    display: none;
}

.dashboard-removespacing {
    margin-left: 0;
    padding-right: 0;
}

.banner {
    background: #f6f6f6;
    padding: 30px 0;
}

.margin-minus p {
    margin-top: -5px;
}

.dessuite {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .mt-5 {
    margin-top: 7px !important;
} */


/* report close */


/* how-its-work */

.banner-boxes {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.banner-boxes h1 {
    text-align: left;
}

.banner-boxes img {
    height: 200px;
    margin-top: 15px;
}

.homepagebtn {
    width: 100%;
    text-align: center;
}

.homepagebtn a {
    background: #2f56a1;
    color: #fff;
    border-radius: 12px;
    padding: 12px 0;
    margin: 15px auto 0 auto;
    display: block;
    max-width: 230px;
    width: 100%;
}

.home-works .navbar {
    padding: 30px 0px !important;
}

.home-banner ul {
    justify-content: space-between;
}

.download-reserhs h2 {
    white-space: nowrap;
}

.report-donload .homepagebtn a {
    margin: 0 15px;
    display: inline-block;
}

.report-donload .homepagebtn {
    display: flex;
    margin: 0 15px;
    justify-content: center;
    align-items: center;
}

.heading {
    font-size: 28px;
    font-weight: bold;
    color: #212529;
}

.how-its-wrapper {
    margin: 50px 0 0 0;
}

.how-its-wrapper .stps {
    padding: 50px 50px;
}

.how-its-wrapper .stps ul li {
    background: #f6f6f6;
    padding: 50px 50px;
    display: flex;
    align-items: center;
    border-radius: 25px;
    margin: 75px 0;
}

.how-its-wrapper .stps ul li p {
    font-size: 20px;
    color: #2f56a1;
    margin-left: 50px;
    margin-top: -10px;
}

.how-its-wrapper .stps ul li:last-child {
    margin-bottom: 0;
}

.stp-style-div {
    background: #194e92;
    height: 85px;
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 15px;
    border-radius: 50%;
}

.stp-style-div p {
    color: #fff !important;
    margin-left: 0 !important;
}

.stp-style-div p:first-child {
    font-size: 42px !important;
    font-weight: bold;
}

.stp-style-div p:last-child {
    font-size: 40px !important;
    text-transform: uppercase;
}

.orange {
    background: #ff734a;
}

.orange:after {
    border-top: 45px solid #ff734a;
}

.green {
    background: #02b56b;
}

.green:after {
    border-top: 45px solid #02b56b;
}


/* how-its-work close */


/* school */

.plans-wrapper.schoolsplan .details-wrpper.active {
    border: 1px solid #e0e0e0;
}

.plans-wrapper.schoolsplan .details-wrpper .cmingsonbtn {
    background: transparent !important;
    color: #194e92 !important;
    border: 1px solid #194e92;
}

.ros a {
    padding: 18px 0;
    background: #194e92;
    color: #fff;
    font-size: 20px;
    max-width: 310px;
    width: 100%;
    border-radius: 12px;
    display: inline-block;
}

.special-ofer-school .text-wrapper {
    align-items: flex-start;
}

.special-ofer-school .text-wrapper p {
    color: #194e92;
    font-size: 20px;
    margin: 30px 0;
}

.special-ofer-school {
    padding: 50px 0;
}


/* school close*/


/* contact us */

.contactus-wrapper {
    padding: 00px 0;
}

.contactus-wrapper img {
    height: 295px;
}

.contactus .log-inbg {
    background: transparent;
    padding: 15px 0;
}

.contactus .log-inbg form {
    max-width: 100%;
}

.contactus .log-inbg form .loginbtn-wrapper {
    margin: 0;
    align-items: flex-end;
    max-width: 100%;
}

.contactus .log-inbg form .loginbtn-wrapper a {
    max-width: 220px;
    width: 100%;
}

.contactus .log-inbg form input {
    color: rgba(0, 0, 0, 0.5);
}

.contactus .log-inbg form textarea {
    padding: 22px 15px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid #cbcbcb;
    border-radius: 12px;
    width: 100%;
}


/* contact us close */


/* voucher and reward */

.rewardername {
    padding-top: 0 !important;
}

.rewardername .banner {
    padding: 30px 30px;
    margin: 30px 0;
    border-radius: 15px;
}

.rewardername .banner .heading {
    color: #000;
}

.rewardername .banner p {
    color: #000;
    font-size: 16px;
}

.rewardername .img-wrper {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}


/* voucher and reward close*/


/* free repot 01 */

.graph-section {
    margin: 15px 0;
}

.header-b2 h1 {
    border-right: 1px solid #cbcbcb;
}

.internal-usage-wrapper h2 {
    color: #000;
    font-size: 22px;
}

.internal-usage-wrapper p {
    color: #000;
    font-size: 16px;
    margin: 15px 0;
}

.internal-usage-wrapper a {
    color: #fff;
    font-size: 20px;
    padding: 8px 35px;
    background: #194e92;
    border-radius: 17px;
}

.summaryboxes h3 {
    color: #fff;
    font-size: 20px;
}

.summaryboxes {
    margin-top: 15px;
    border-radius: 12px;
    padding: 15px;
    background-color: #2f56a1;
}

.summaryboxes .content {
    color: #fff;
    font-size: 16px;
    width: 100%;
    margin: 15px 0px;
}

.graph-wrapperimg img {
    height: 330px;
}

.voucher-wrapper h3 {
    color: #000;
}

.voucher-wrapper img {
    width: 100%;
    margin: 15px 0;
}

.yellow {
    background: #ed9e04;
    height: 100%;
}

.graph-wrapperimg p {
    color: #000;
    margin: 15px 0;
}

.border-b-none {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.border-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.fsize-42 {
    font-size: 42px;
}

.red {
    background: #ee3b3b;
}

.height-115 {
    height: 115px !important;
}

.graph-wrapperimg {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#bar_chart {
    margin-top: 10px;
    margin-bottom: 10px;
}

.lightgreen {
    background: #02b56b;
}

.lightblue {
    background: #3fa9f5;
}

.remove-properties {
    display: inherit;
    align-items: inherit;
    height: auto;
}

.bd-r-tpl {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.bd-r-tpr {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.school-btn {
    color: #fff !important;
    background: #2f56a1;
    border-radius: 12px;
    padding: 10px 15px !important;
    display: inline-block;
}

.menubar .navbar-nav {
    align-items: center;
}

.editor-wrapper textarea {
    width: 100%;
    height: 90%;
    border: none;
    resize: none;
    color: #000000;
}

.reedem-code .field-wrapper .content .dropdown button {
    width: 100%;
    text-align: left;
    background: url(../img/down-arrow-bold.png) 93% / 6% no-repeat #2f56a1;
    padding: 18px 25px;
    position: relative;
    color: #fff;
    -webkit-appearance: none;
    border-radius: 16px;
}

.reedem-code .field-wrapper .content .dropdown.show button {
    border-bottom: 1px solid #fff;
}

.reedem-code .field-wrapper .content .dropdown button:focus {
    box-shadow: none;
}

.reedem-code .field-wrapper .content .dropdown .dropdown-toggle::after {
    display: none;
}

.reedem-code .field-wrapper .content .dropdown ul.dropdown-menu {
    width: 100%;
    background: #2f56a1;
    margin-top: 0px;
    border: 1px solid transparent;
    border-radius: 16px;
}

.reedem-code .field-wrapper .content .dropdown .dropdown-menu li a {
    color: #fff;
    display: block;
    padding: 6px 15px;
}

.reedem-code .field-wrapper .content .dropdown .dropdown-menu li a:hover {
    background: #fff;
    color: #2f56a1;
}

.change-fild .dropdown .dropdown-menu li a:hover {
    background: #2f56a1;
    color: #fff;
}

.content .dropdown.show button {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.reedem-code .field-wrapper .content .dropdown.show .dropdown-menu.show {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
    height: 195px;
    overflow-x: auto;
}

#submitmodal #cancelmodelbutton_save {
    margin-right: 15px;
}

.change-fild .dropdown button {
    margin: 15px 0px 15px 0px;
    border: 1px solid #cbcbcb;
    position: relative;
    border-radius: 16px;
    -webkit-appearance: none;
    background: url(../img/down-arrow-bold-blue.png) 98% / 2% no-repeat;
    font-size: 14px;
    color: #2f56a1;
    width: 100%;
    text-align: left;
    padding: 18px;
    max-width: 100%;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.change-fild .dropdown button:focus {
    box-shadow: none;
}

.change-fild .dropdown .dropdown-toggle::after {
    display: none;
}

.change-fild .dropdown ul.dropdown-menu {
    width: 100%;
    border: 1px solid #cbcbcb !important;
    margin-top: -4px;
    border: 1px solid transparent;
    border-radius: 16px;
    height: 210px;
    overflow-x: auto;
}

.change-fild .dropdown .dropdown-menu li a {
    display: block;
    padding: 6px 15px;
    display: block;
    padding: 6px 15px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #2f56a1;
}

.change-fild .dropdown.show button {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.change-fild .dropdown.show .dropdown-menu.show {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
}

.info-btn img {
    height: 15px;
    margin-left: 10px;
    position: relative;
}

.info-details {
    position: absolute;
    background: #fff;
    z-index: 999;
    display: none;
    left: 12%;
    top: 2%;
    padding: 10px;
    border-radius: 16px;
    max-width: 310px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #2f56a1;
}

.info-btn:hover .info-details {
    display: block;
}

.contactus-wrapper .banner-boxes {
    flex-direction: flex-start;
}

.info-details a {
    color: #2f56a1;
}

#report_submit_modal .welcome-msg:after {
    background: inherit;
}

#report_submit_modal .sumit-essay {
    margin-top: 50px;
}

#report_submit_modal .sumit-essay a {
    font-size: 16px;
    padding: 12px 50px;
}

.tandc-wrapper {
}


/* marking screen  */

.body-bg {
    background: #eeeeee;
}

.marking-sidebar {
    background: #2f56a1;
    width: 245px;
}

.dashboard .plans {
    /* border-top-left-radius: 0;
    border-bottom-left-radius: 0; */
}

.marking-sidebar .create-acc-btn {
    justify-content: flex-end;
}

.marking-sidebar .create-acc-btn .toggler-btn {
    display: none;
}

.marking-sidebar .create-acc-btn a {
    display: none;
}

.marking-logo {
    height: 38px;
}

.marking-sidebar .menu ul {
    padding-left: 55px;
}

.marking-sidebar .menu ul li a {
    padding: 10px 25px;
    font-weight: 700;
}

.marking-sidebar .menu ul li a.active {
    color: #1c6190;
    text-decoration: none;
}

.marking-dashboard {
    margin-left: 280px;
}

.sidepanelSH .marking-sidebar {
    width: 0;
}

.essay-detail-marking {
    display: flex;
    justify-content: space-between;
}

.essay-detail-marking {
    width: 100%;
}

.essay-detail-marking .content {
    display: flex;
    color: #2f56a1;
    font-size: 16px;
    margin: 0;
}

.essay-detail-marking .content span {
    white-space: nowrap;
}

.essay-detail-marking .content .bold {
    margin-right: 10px;
    font-weight: 700;
}

.pagination-wrapper {
    display: flex;
    color: #2f56a1;
    font-size: 20px;
    justify-content: flex-end;
}

.pagination-wrapper .bold {
    font-weight: 700;
    margin-right: 10px;
}

.pagination-wrapper select {
    border: none;
    -webkit-appearance: none;
    color: #2f56a1;
    position: relative;
    background: url(../img/dropdown-bold.png) no-repeat 100% 55%;
    background-size: 30%;
    width: 55%;
}

.pagination-wrapper .width-wrpper {
    width: 7%;
}

.marking-table {
    overflow-x: auto;
}

.marking-table table {
    width: 1500px;
}

.marking-table table th {
    background: #2f56a1;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border: 1px solid #9e9e9e;
    font-weight: 600;
}

.marking-table table tbody td {
    color: #2f56a1;
    font-size: 16px;
    text-align: left;
    border: 1px solid #9e9e9e;
}

.marking-table table tbody td a {
    color: #0097a7;
    text-decoration: underline;
}

.marking-table table tbody td.red {
    color: #ff0000;
    background: transparent !important;
}

.marking-table table tbody td.yellow {
    color: #e59138;
    background: transparent !important;
}

.long-view-content {
    padding: 30px 15px;
    border: 1px solid #595959;
    border-radius: 25px;
}

.long-view-content p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.dropdownaccorian-wrapper {
    background: transparent;
}

.dropdownaccorian-wrapper .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdownaccorian-wrapper .header-wrapper h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.dropdownaccorian-wrapper .header-wrapper p {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    border: 1px solid #000;
    padding: 1px 16px;
    border-radius: 5px;
}

.accordian-wrapper li .heder {
    width: 20%;
}

.accordian-wrapper li .accodn {
    width: 80%;
}

.dropdownaccorian-wrapper .accordian-wrapper {
    margin: 15px 0;
    border-bottom: 1px solid #595959;
}

.accordian-wrapper li .heder p {
    font-size: 16px;
    font-weight: 600;
    color: #1c6190;
}

.accordian-wrapper li {
    display: flex;
}

.accodn .faq .faq-list {
    padding: 0;
    list-style: none;
}

.accodn .faq .faq-list li {
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px 20px;
    position: relative;
    flex-direction: column;
    border: 1px solid #000;
}

.accodn .faq .faq-list a {
    display: flex;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    width: 85%;
    justify-content: space-between;
    /* background: url(../img/dropdown-bold.png) 99% / 2% no-repeat; */
}

.logo-mb-sc img.lg {
    display: none;
}

.accodn .faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: -25px;
    top: 6px;
    transition: 1s;
}

.accodn .faq-title {
    text-align: center;
    font-size: 17px;
    border-bottom: 2px dashed #ffffff;
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #ffffff;
}

.accodn .faq .faq-list p {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
}


/* .accodn .faq .faq-list li:after {
    background: url(../img/dropdown-bold.png) no-repeat;
    position: absolute;
    right: 18px;
    content: ' ';
    top: 13px;
    height: 22px;
    width: 25px;
    background-size: 20px;
} */

.dropdownaccorian-wrapper.lightyellow {
    background: #eef6eb;
}

.dropdownaccorian-wrapper.light-blue {
    background: #ebf4fc;
}

.sv-sb-btn a {
    font-size: 20px;
    color: #fff;
    background: #2f56a1;
    padding: 12px 35px;
    border-radius: 12px;
    display: inline-block;
    margin: 15px 10px;
}

.sv-sb-btn {
    display: flex;
    justify-content: flex-end;
}

.reserch.text-center {
    padding-left: 50px;
}

.graph-section .summary-wrapper .details div {
    width: 100%;
}

.graph-section .blue {
    border: 2px solid #2f56a1;
    background: transparent;
}

.graph-section .default-wrapper {
    border-radius: 15px;
    overflow: hidden;
}

.graph-section .default-wrapper a {
    position: relative;
}

.graph-section .default-wrapper a:after {
    background: url(../img/down-arrow-bold.png) 100% 100% no-repeat;
    content: '';
    position: absolute;
    right: 24px;
    background-size: 30px;
    width: 30px;
    height: 30px;
    top: 20px;
}

.remove a:after {
    background: none !important;
}

.graph-section .default-wrapper a {
    color: #fff;
    display: block;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background: #2f56a1;
    padding: 25px 20px;
    font-size: 20px;
    font-weight: 700;
}


/* .graph-section .default-wrapper a.collapsed{border-radius: 12px;} */

.remove_spaces {
    margin-top: 0 !important;
    overflow: hidden !important;
}

.graph-section .summary-wrapper {
    border-right: 1px solid #2f56a1;
    height: 100%;
    margin-top: 0;
}

.graph-section .summary-wrapper .details {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.graph-section .summary-wrapper .details p {
    color: #2f56a1;
}


/* .graph-section .summary-wrapper .details div p:first-child{ font-weight: 600;} */

.graph-section .faq {
    margin: 20px 0;
}

.graph-section .yellowr {
    border: 2px solid #ed9e04;
}

.graph-section .yellowr a {
    background: #ed9e04;
}

.graph-section .details {
    padding: 0 15px;
}

.graph-section .details h3 {
    font-weight: 600;
    font-size: 20px;
}

.graph-section .details p {
    margin-top: 15px;
    color: #000;
    font-size: 16px;
}

.row-pd {
    padding: 20px 0;
}

.graph-wrapperimg .details {
    margin-top: 20px;
}

.graph-section .redr {
    border: 2px solid #ee3b3b;
}

.graph-section .redr a {
    background: #ee3b3b;
}

.graph-section .greenr {
    border: 2px solid #02b56b;
}

.graph-section .greenr a {
    background: #02b56b;
}

.graph-section .violet {
    border: 2px solid #5c5796;
}

.graph-section .violet a {
    background: #5c5796;
}

.freefillingreport {
    margin: 30px 0;
}

.freer-plan img {
    height: 45px;
    margin-right: 10px;
}

.ranges-wrapper {
    border-radius: 12px;
    margin: 20px 0;
}

.ranges-wrapper.g-blue {
    border: 2px solid #2f56a1;
    overflow: hidden;
}

.ranges-wrapper .summaryboxes {
    margin-top: 0;
    border-radius: 0;
    height: 100%;
}

.ranges-wrapper .summaryboxes h3 {
    font-weight: 700;
}

.blue-right-wrapper .summaryboxes {
    background-color: transparent;
}

.blue-right-wrapper .summaryboxes p {
    color: #2f56a1;
}

.blue-right-wrapper .summaryboxes h3 {
    color: #2f56a1;
}

.blue-right-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.ranges-wrapper.g-yellow {
    border: 2px solid #ed9e04;
    overflow: hidden;
}

.ranges-wrapper.g-yellow .summaryboxes {
    background: #ed9e04;
}

.feedback-clr {
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.feedback-clr h3 {
    font-weight: 600;
    font-size: 20px;
}

.feedback-clr p {
    color: #000;
    font-size: 16px;
}

.g-yellow .feedback-clr h3 {
    color: #ed9e04;
}

.feedback-clr.flex-column p {
    margin: 10px 0;
    align-items: flex-start !important;
    width: 100%;
}

.ranges-wrapper.g-red {
    border: 2px solid #ee3b3b;
    overflow: hidden;
}

.ranges-wrapper.g-red .summaryboxes {
    background-color: #ee3b3b;
}

.g-red .feedback-clr h3 {
    color: #ee3b3b;
}

.ranges-wrapper.g-green {
    border: 2px solid #02b56b;
    overflow: hidden;
}

.ranges-wrapper.g-green .summaryboxes {
    background-color: #02b56b;
}

.g-green .feedback-clr h3 {
    color: #02b56b;
}

.ranges-wrapper.g-violet {
    border: 2px solid #5c5796;
    overflow: hidden;
}

.ranges-wrapper.g-violet .summaryboxes {
    background-color: #5c5796;
}

.g-violet .feedback-clr h3 {
    color: #5c5796;
}

.marking-sidebar .menu {
    margin-top: 0px;
}

.drpd-tagline {
    display: flex;
    justify-content: space-between;
    padding-right: 0px;
}

.drpd-tagline p {
    padding-top: 0 !important;
    margin-bottom: 0px !important;
    font-size: 16px !important;
}

.dropdownaccorian-wrapper ul:last-child {
    border-bottom: none;
}

.onlylogo-mobile img {
    height: 35px;
}

.onlylogo-mobile {
    margin-bottom: 15px;
    text-align: center;
    display: none;
}

#inprogrssubmitesy p {
    font-size: 20px;
    color: #2f56a1;
    font-weight: 600;
}

.page-header {
    margin-bottom: 30px;
}

.page-header h1 {
    font-size: 28px;
    color: #2f56a1;
    font-weight: 600;
}

.ssc-btns {
    display: flex;
    justify-content: flex-end;
    margin: 30px 0 0 0;
}

.ssc-btns a {
    font-size: 16px;
    background: #2f56a1;
    color: #fff;
    padding: 10px 40px;
    font-weight: bold;
    border-radius: 12px;
    margin: 0 15px;
}

.points-wrapper ul li {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.points-wrapper ul li .rt {
    width: 80%;
    color: #2f56a1;
    font-weight: 700;
}

.report-donload .download-reserhs .homepagebtn {
    margin: 0;
    flex-direction: column;
    align-items: flex-start;
}

.report-donload .download-reserhs .homepagebtn h2 {
    font-weight: 400;
}

.report-donload .download-reserhs .homepagebtn a {
    margin: 10px 0px;
}

.report-donload .download-reserhs .homepagebtn h3 {
    font-weight: 400;
}

.testinomials .wrapper {
    text-align: center;
    padding: 45px 15px 15px 15px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 3px 15px 2px rgba(0, 0, 0, 0.3);
}

.testinomials .wrapper p {
    color: #2f56a1;
    font-size: 20px;
    margin-bottom: 10px;
}

.testinomials .wrapper p.ph {
    height: 120px;
    overflow-x: auto;
}

.testinomials .wrapper .name p {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
}

.testinomials .wrapper .name span {
    color: #2f56a1;
    font-size: 20px;
    font-weight: 400;
}

.areuschool {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.areuschool h3 {
    color: #2f56a1;
    font-size: 28px;
    font-weight: 400;
}

.areuschool a {
    text-align: center;
    background: #2f56a1;
    color: #fff;
    border-radius: 12px;
    padding: 12px 0;
    margin: 10px 0;
    display: block;
    max-width: 100%;
    width: 100%;
}

.footer {
    display: flex;
    padding-bottom: 10px;
    border-top: 1px solid #e6e6e6;
    padding-top: 10px;
}

.footer ul li a {
    color: #b6b6b6;
    font-size: 14px;
}

.footer .tc {
    display: flex;
    margin-left: 20px;
}

.footer .tc li a {
    color: #000;
    padding: 0 10px;
    border-right: 1px solid #000;
}

.footer .tc li:last-child a {
    border-right: none;
}

.testinomials .wrapper img {
    height: 65px;
    position: absolute;
    top: -28px;
    left: 28px;
}


/* .marking-fixed-wrapper{  position: fixed; width: 54%; background: #fff;     z-index: 99;}
.marking-bottom-wrapper{padding-top: 35%;} */

#landingscreen .modal-header {
    padding: 0;
    border-bottom: none;
}

#landingscreen .modal-header span {
    font-size: 40px;
    color: #2f56a1;
}

.testinomials {
    margin-bottom: 50px;
}

.plans-wrapper.border-four .active .plan-b {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

#freereport2,
#report_submit_modal {
    background: grey;
}

#freereport .modal-dialog {
    margin: 10px auto;
    max-width: 65%;
}

#freereport2 .modal-dialog {
    margin: 10px auto;
    max-width: 65%;
}

.modalinmodal .modal-footer {
    border-top: none;
}

.modalinmodal .sumit-essay a {
    font-size: 16px;
    color: #fff;
    max-width: 175px;
    width: 100%;
    display: flex;
    white-space: nowrap;
    text-align: center;
    justify-content: center;
    margin: 0 5px;
}

#freereport2 .header-b2 h1 {
    margin-top: 5px;
}

.strt-wr-btn {
    background: #2F56A2 !important;
    color: #fff !important;
    padding: 10px !important;
    border-radius: 12px;
}

.mar-spcl .banner-boxes {
    align-items: flex-start;
}

.mar-spcl .banner {
    background: #fff;
}

.greybg {
    background: #f6f6f6;
}

.footer-blue-color {
    border-top: none;
}

.plans-wrapper .active .plan-b.border-four {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.footer-fixed-b {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.sticky {
    position: fixed;
    top: 0;
    max-width: 60%;
    width: 100%;
    background: #fff;
    z-index: 99;
}

.sticky + .content {
    padding-top: 102px;
}

.contactus .log-inbg form input::-moz-placeholder {
    color: #b6b6b6;
}

.contactus .log-inbg form textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
}

.footerfix-p {
    position: absolute !important;
    bottom: -75px;
}

.acdn-bg {
    background: #2f56a1;
}

.acdn-bg .row {
    background: #fff;
}

.acdn-bg.yellowr {
    background: #ed9e04;
}

.acdn-bg.redr {
    background: #ee3b3b;
}

.acdn-bg.greenr {
    background: #02b56b;
}

.acdn-bg.violet {
    background: #5c5796;
}

.privac-p-wrapper a {
    color: #194e92;
    background: transparent;
    padding: 0;
    text-decoration: underline;
    font-size: 16px;
}

.number-listig {
    padding: 0 25px;
}

.privac-p-wrapper h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.disc-listing ul li {
    position: relative;
    padding-left: 25px;
    margin: 15px 0;
}
.disc-listing ul{
    list-style-type: none;
}

.disc-listing ul li:before {
    position: absolute;
    background: #000;
    top: 8px;
    left: 0;
    content: ' ';
    height: 10px;
    width: 10px;
}

.marking-fixed-wrapper.sticky .essay-detail-marking {
    display: none;
}

.marking-dashboard-wrapper .sidebar .create-acc-btn {
    margin: 10px 0 0px 0;
}

.overalgrd p {
    margin: 15px 0;
    color: #2f56a1;
}

.overalgrd img {
    height: 500px;
}

.allstatusfield h3 {
    margin-top: 15px;
}

.allstatusfield p {
    color: #2f56a1;
    font-size: 16px;
}

.ranges-wrapper.g-blue hr {
    border-color: #2f56a1;
    width: 95%;
}

.graph-section .greydarkr a {
    background: #666666;
}

.graph-section .greydarkr {
    border: 2px solid #666666;
}

.pl-leave-feddbk {
    flex-direction: column;
    align-items: flex-start;
}

.pl-leave-feddbk a {
    margin-left: 0px !important;
    margin-top: 15px;
}

.perid-wrper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.forsummary table {
    width: 900px;
}

#passwordreset .modal-dialog {
    max-width: 30%;
}

.passwordr-wrapper p {
    color: #2f56a1;
}

.passwordr-wrapper input {
    padding: 8px 10px;
    font-size: 14px;
    color: #3b5998;
    border: 1px solid #cbcbcb;
    border-radius: 8px;
    margin: 10px 0;
    width: 100%;
}

.passwordr-wrapper a {
    padding: 5px 35px;
}

.nwpass span {
    display: flex;
    align-items: center;
}

.nwpass span p {
    width: 20%;
}

.payment-form h4 {
    font-size: 28px;
    margin: 0 0 15px 0;
    margin-top: 0px;
}

.payment-form .nwpass span input {
    padding: 8px 10px;
    font-size: 14px;
    color: #3b5998;
    border: 1px solid #cbcbcb;
    border-radius: 8px;
    margin: 10px 0;
    width: 100%;
}

.payment-form .nwpass span p {
    color: #2f56a1;
    text-align: left;
    font-size: 21px;
}

.payment-form .shoping-cart span {
    color: #2f56a1;
    font-size: 21px;
}

#essay_content {
    color: #000;
    font-size: 16px;
    margin: 15px 0;
    overflow: hidden;
}

.payment-form .shoping-cart {
    display: flex;
    justify-content: space-between;
}

.payment-form .shoping-cart p {
    border: 1px solid #cbcbcb;
    border-radius: 6px;
    padding: 2px 30px;
    margin-top: 4px;
    background: #fff;
}

.payment-form .shoping-cart .shield {
    height: 20px;
}

.payment-form .subttal {
    border: 1px solid #cbcbcb;
    padding: 15px 5px;
    border-radius: 6px;
    background: #fff;
}

.payment-form .subttal table tr td {
    border-top: none;
}

.payment-form .subttal table tr td.text-center p {
    text-align: left;
    margin-left: 25%;
}

.flex-e {
    display: flex;
    align-items: flex-end;
}

.payment-form .subttal table tr td.text-center p {
    font-size: 21px;
}

.log-inbg.setting-wrapper .form-group.justify-content-end {
    margin-bottom: 0;
}

.payment-form .subttal p {
    color: #2f56a1;
}

.new-d-sub span {
    display: flex;
    margin: 0px 15px 17px 15px;
    justify-content: space-between;
    border-bottom: 1px solid #dadada;
}

.paypal-wrp p {
    margin-bottom: 20px;
    font-size: 22px;
}

.paypal-wrp {
    text-align: left;
    padding-left: 50px;
}

.payment-form .subttal p {
    font-size: 21px;
}

.setting-wrapper .form-group {
    display: flex;
    align-items: center;
}

.setting-wrapper .form-group label {
    width: 20%;
    color: #2f56a1;
    font-size: 21px;
    font-weight: 400;
    text-align: left;
}

.setting-wrapper .form-group input {
    padding: 22px 15px;
    font-size: 14px;
    color: #3b5998;
    border: 1px solid #cbcbcb;
    border-radius: 12px;
}

.setting-wrapper {
    margin-top: 30px;
}

.setting-wrapper h3 {
    margin-bottom: 15px;
}

.setting-wrapper .loginbtn {
    max-width: 175px;
    width: 100%;
    display: block;
    text-align: center;
}

.email-prefrence {
    margin-top: 0px;
    width: 100%;
}

.email-prefrence p {
    margin: 15px 0;
    font-size: 16px;
    color: #3b5998;
    display: inline-block;
}

.chngepasswod .form-group {
    display: flex;
    align-items: center;
}

.chngepasswod .form-group label {
    width: 35%;
    text-align: left;
    color: #2f56a1;
    font-size: 16px;
    font-weight: 400;
}

.chngepasswod .form-group.loginbtn-wrapper {
    align-items: flex-end;
    max-width: 100%;
}

.setting-wrapper form {
    max-width: 100%;
}

.setting-wrapper h1 {
    margin-bottom: 50px;
}

.setting-wrapper.log-inbg {
    padding: 25px 25px;
}

.email-prefrence .chekmark {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.setting-wrapper.email-prefrence .form-group.justify-content-end {
    margin-bottom: 0;
}


/* The container */

.email-prefrence .contner {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.email-prefrence .contner input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.email-prefrence .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #2f56a1;
}


/* When the radio button is checked, add a blue background */

.email-prefrence .contner input:checked ~ .checkmark {
    background-color: #2f56a1;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.email-prefrence .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.email-prefrence .contner input:checked ~ .checkmark:after {
    display: block;
}

.outside-heading {
    margin-left: 25px
}

.outside-heading h1 {
    font-size: 32px;
}

.outside-heading h3 {
    font-size: 32px;
}

.innder-tag-btns p {
    font-size: 20px !important;
    font-weight: 700;
    background: #ed9e04;
    color: #fff !important;
    padding: 12px 12px;
    margin: 15px 0;
    display: inline-block;
    border-radius: 14px;
}

.innder-tag-btns p.green {
    background: #02b56b;
    display: inline-block;
}

.innder-tag-btns p.violet {
    background: #5c5796;
    display: inline-block;
}

#landingscreen .modal-header .close {
    padding: 0px 30px;
    /* right: 34px;
    position: absolute;
    top: 40px; */
    display: inline;
    font-size: 44px;
    opacity: 1;
}

.marking-dashboard-wrapper.sidepanelSH .menu ul li a.active {
    background: transparent;
}

.marrking-select-value {
    width: 10%;
}

.marrking-select-value select {
    width: 100%;
    background: url(../img/dropdown-bold.png) 99% / 18% no-repeat;
    -webkit-appearance: none;
    border: none;
}

.accodn .faq .faq-list .change-fild {
    margin-top: 0px !important;
}

.accodn .faq .faq-list .change-fild .dropdown button {
    margin: 0px 0px 15px 0px;
}

.accodn .faq .faq-list .change-fild .dropdown li {
    border: none;
    margin-bottom: 0px;
}

.accodn .faq .faq-list .change-fild .dropdown li a {
    width: 100%;
    padding: 0;
}

#thansksignin .modal-dialog {
    max-width: 58% !important;
}

#thansksignin .welcome-msg:after {
    background-size: 225px !important;
}

.error {
    margin-left: 33.3%;
    display: block;
    color: red;
}

.tocontinue-bg {
    background: transparent !important;
    border:none;
    color: #2f56a1 !important;
    padding: 0 !important;
    cursor: pointer !important;
}

.modal_width {
    max-width: 56% !important;
}

.nw-ad-graph-wrpper {
    padding: 50px 0;
}
.page-break {
    clear: both;
    page-break-after: always;
}
.nw-ad-graph-wrpper .nav-tabs {
    border-bottom: 0;
    display: inline-flex;
    border-radius: 12px;
    justify-content: center;
    border: 1px solid #2f56a1;
    overflow: hidden;
}

.nw-ad-graph-wrpper .nav-tabs li a {
    background: #fff;
    font-size: 20px;
    color: #2f56a1;
    display: block;
    padding: 12px 0;
    width: 160px;
    border-left: 1px solid #2f56a1;
}

.nw-ad-graph-wrpper .nav-tabs li:first-child a {
    border-left: none;
}

.nw-ad-graph-wrpper .nav-tabs li a.active {
    background: #2f56a1;
    color: #fff;
}

.nw-ad-graph-wrpper .tab-content p {
    color: #2f56a1;
    font-size: 20px;
    text-align: center;
    margin-top: 25px;
}

.nw-ad-graph-wrpper .tab-content img {
    width: 50%;
    margin-top: 30px;
}

.border-top-remove {
    border-top: none;
}

.other-sec-wrp .form-group {
    margin-bottom: 0;
}

.other-sec-btns {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.other-sec-btns a.loginbtn {
    margin: 0;
    max-width: 228px;
}

#load {
    position: absolute;
    top: 0;
    display: none;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url(../img/tenor.gif);
    background-repeat: no-repeat;
    background-position: center;
}

#preloader {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url(../img/tenor.gif);
    background-repeat: no-repeat;
    background-color: #FFF;
    background-position: center;
}

path.slice {
    stroke-width: 2px;
}

/* polyline {
    opacity: .3;
    stroke: gray;
    stroke-width: 2px;
    fill: none;
} */

#load2 {
    position: absolute;
    top: 0;
    display: none;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url(../img/tenor.gif);
    background-repeat: no-repeat;
    background-position: center;
}


/*.graph-wrapperimg .wrapper_tab {
    padding: 0px 0;
}
*/

#area_chart,
#pyramid,
#sentence_length {
    margin-right: 50px;
    margin-left: -20px
}

.p_comment h3 {
    margin-left: -10px;
}

#structure_chart3 {
    margin-left: -15px;
}

#spelling_error,
#collections,
#punctuations,
#confused,
#redundancy,
#capitalization,
#sentence_counter,
#sentence_counter2 {
    margin-right: 50px;
}

#tone_chart,
#topic_chart,
#word_counter {
    margin-right: 50px;
    margin-left: -15px;
}

html {
    scroll-behavior: smooth;
}

#landingscreen .brand-logo h2 {
    font-style: none;
}

.border-top-remove {
    border-top: none;
}

.direct_links a {
    font-weight: bold;
    padding: 0px 15px;
}

.center-container {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
    margin: 0px auto;
}

.fsize-45 {
    font-size: 45px;
    margin-bottom: 4%;
}
.fsize-55 {
    font-size: 55px;
    margin-bottom: 3%;
}
.fsize-52 {
    font-size: 40px;
}
.report_img.banner-boxes img {
    height: auto;
    margin-top: 0px;
}

.tour_section {
    display: block;
    width: 100%;
}

.tour_section a {
    width: 296px;
    margin-right: 10% !important;
    float: left;
    margin-top: 20px !important;
    display: inline-block;
}

.tour_section {
    display: block;
    width: 100%;
}

#myvideoModal .modal-body,
#myModalvideo .modal-body {
    position: relative;
    padding: 0px;
}

#myvideoModal .close,
#myModalvideo .close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

div#questionscreen .modal-dialog,
#timerscreen .modal-dialog {
    max-width: 75%;
    margin: 0px auto;
}

div#questionscreen .modal-dialog,
#timerscreen .modal-dialog {
    max-width: 1000px;
    margin: 0px auto;
    width: 85%;
}

#timerscreen .modal-dialog {
}

div#questionscreen .modal-content,
#timerscreen .modal-content {
    padding: 30px 30px 30px 30px;
    border: none;
    border-radius: 25px;
}

div#questionscreen,
#timerscreen {
    padding: 0px 10px !important;
}

.meter {
    height: 20px;
    position: relative;
    background: transparent;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-shadow: none;
    border: 0.5px solid rgba(41, 70, 88, 0.15);
    width: 100%;
    margin: 5% 0 5% 0;
}

.task-page {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.16);
    -moz-border-radius: 41px 0 0 41px;
    -webkit-border-radius: 41px 0 0 41px;
    border-radius: 41px 0 0 41px;
}

.meter > span {
    display: inline-block;
    height: 100.9%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.blue > span {
    background-color: #2f56a1;
}

.modal-content.model-inner .becomeaPartner img {
    width: 220px;
    margin-bottom: 15px;
}

.model-inner .field-wrapper {
    display: flex;
    margin: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center !important;
    margin-top: 20px !important;
}

.model-inner .labl {
    flex: 0 0 50%;
    max-width: 50%;
}

.model-inner button.btn.btn-primary {
    float: right;
    background: #2f56a1;
    border-color: #2f56a1;
    border-radius: 10px;
    font-weight: 600;
}

.model-inner .change-fild .dropdown button {
    margin: 0;
}

.graph-section .blue {
    background: #fff;
}

div#myModalvideo {
    padding: 0px !important;
}

div#myModalvideo .modal-content,
div#myModalvideo .modal-body {
    background: transparent;
    border: 0px;
}

div#myModalvideo .modal-dialog {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    margin: 0px;
    height: auto !important;
    max-width: 600px;
}

div#questionscreen .modal-dialog .change-fild .dropdown button {
    background-size: 15px;
}

#questionscreen .sumit-essay,
#timerscreen .sumit-essay {
    margin: 0px;
}

#questionscreen .sumit-essay a,
#timerscreen .sumit-essay a {
    padding: 12px 40px;
    margin: 0px;
}

.remove-space {
    align-items: flex-start;
}

.marker-footer {
    position: relative !important;
}

#free_essay_chart,
#Premiumg,
#Readabilitys {
    margin: 35px auto;
    width: 550px;
}

.premium_text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.safari-image {
    max-width: 100%;
    max-height: 319px;
}

.margin-topic {
    margin-top: 15px !important;
}

.premium_text_survey {
    margin-top: -34px;
}

.drop-menu-board {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 100%;
    max-width: 100%;
}

.premium_image_setting tr td img {
    /* background: red; */
    position: absolute;
    left: 0;
}

.premium_image_setting tr td {
    position: relative;
}

.batch_img tr td img {
    left: -8px;
}

.contactus-footer {
    margin-bottom: 10%;
}

.update-password {
    min-height: 100vh;
    height: auto;
}

.login-password {
    min-height: 100vh;
    height: auto;
}

.password-footer {
    background: #eeeeee;
    padding-left: 16.666667%;
    bottom: 0;
    position: absolute;
    left: 0;
}

.update-password .plans {
    height: calc(100vh - 90px);
    margin: 0px;
}

.login-password .plans {
    min-height: calc(100vh - 191px);
    height: auto;
    margin: 0px;
}

.password-sidebar {
    z-index: 1;
}

.my_essay_tab_height {
    min-height: 200px;
}


/************** contact page *******************/

html {
    min-height: 100%;
    position: relative;
}

.page-contact {
    margin-bottom: 80px;
}

.page-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}


/*HIGHLIGHTS*/

.highlight-1 {
    /* background: #ff5; */
    /* border-radius: 3px; */
    padding: 2px 1px !important;
    line-height: 20px;
}

.highlight-2 {
    background: #ffa;
}

.highlight-3 {
    background: #ff7;
}

.highlight-4 {
    background: #ff5;
}


/*TOOLTIPS*/


/*Bottom*/

.change-fild .dropdown input {
    margin: 15px 0px 15px 0px;
    border: 1px solid #cbcbcb;
    position: relative;
    border-radius: 16px;
    -webkit-appearance: none;
    background: url(../img/down-arrow-bold-blue.png) 98% / 3% no-repeat;
    font-size: 14px;
    color: #2f56a1;
    width: 100%;
    text-align: left;
    padding: 18px;
    max-width: 100%;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.change-fild .dropdown input::placeholder {
    color: #2f56a1;
}

.editable_html {
    height: auto !important;
    display: flex;
    width: 100%;
    clear: both;
}

.editable_html {
    margin-bottom: 30px;
}

.editable_html img {
    max-width: 100%;
    width: 100%;
}

.left-box,
.right-box {
    padding-right: 10%;
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.pop_alert_icon i {
    color: #ff0000;
    font-size: 30px;
}

.popup_alert {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
    color: #2f56a1;
    font-size: 16px;
    width: 160px;
    position: absolute;
    z-index: 2;
    background: #fff;
    top: 0;
    display: none;
    left: 35px;
    line-height: normal;
}

.row.analyst_summary_para {
    padding: 10px 0px;
}

.pop_alert_icon {
    position: relative;
    float: left;
}

.pop_alert_icon:hover .popup_alert {
    display: block;
}

.row.analyst_summary_para .summary-wrapper {
    float: left;
    width: 100%;
    height: auto;
}

.row.analyst_summary_para .details {
    margin: 0px;
    margin-bottom: 15px;
}

.row.analyst_summary_para .details p {
    margin: 0px;
}

.row.analyst_summary_para .col-md-4.col-lg-6 {
    justify-content: center;
    display: flex;
    align-items: center;
}


/* topicaccordian */

.accodiantopic-wrapper {
    width: 100%;
}

.accordion-topic {
    margin: 15px 0px 15px 0px;
    border: 1px solid #cbcbcb;
    position: relative;
    border-radius: 16px;
    -webkit-appearance: none;
    color: #2f56a1;
    font-size: 16px;
    width: 100%;
    text-align: left;
    padding: 18px 28px 18px 18px;
    max-width: 100%;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.accordion-topic .accordion-section-title {
    width: 80%;
    display: inline-block;
    background: url(../img/down-arrow-bold-blue.png) 100% / 7% no-repeat;
    color: #2f56a1;
    font-size: 16px;
}

.accordion-topic .accordion-section-title.active {
    background: url(../img/down-arrow-bold-blue.png) 100% / 2% no-repeat;
    width: 93%;
}

.accordion-topic .accordion-section:last-child .accordion-section-title {
    border-bottom: none;
}

.accordion-topic .accordion-section-content {
    display: none;
}

.text-box-addon {
    padding: 30px 15px;
    border: 1px solid #595959;
    border-radius: 25px;
}

.text-box-addon textarea {
    border: none;
    resize: none;
}

.addmagespc {
    padding-top: 266px;
}

.scrollercontent p {
    height: 145px;
    overflow-y: auto;
}

.scrollercontent {
}

.topicaccordic {
    margin-top: 5px;
}

.topicaccordic .card {
    border-radius: 14px;
}

.topicaccordic .card-header {
    background: transparent;
    border-bottom: none;
    padding: 10px 15px 10px 15px;
}

.topicaccordic .card-header h5 button {
    text-align: left;
    width: 100%;
    padding: 0 30px 0 0;
    color: #2f56a1;
    position: relative;
}

.topicaccordic .card-header h5 button:after {
    background: url(../img/down-arrow-bold-blue.png) no-repeat;
    position: absolute;
    content: ' ';
    right: 0;
    height: 13px;
    width: 13px;
    background-size: 13px;
    top: 10px;
}


/*
.scrollercontent::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
    background-color: #f5f5f5;
    border-radius: 10px;

}

.scrollercontent::-webkit-scrollbar
{
	width: 6px;
    background-color: #555;
    border-radius: 50px;
    height: 50px;
}

.scrollercontent::-webkit-scrollbar-thumb
{

	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
} */

.pop_alert_icon {
    margin-top: 7px;
}

.content.w-100 {
    margin-top: 30px;
}

.marking-bottom-wrapper {
    padding: 0 15px;
    border: 1px solid #595959;
    height: 310px;
    overflow: hidden;
    border-radius: 25px;
    overflow-y: auto;
}

.marking-bottom-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.marking-bottom-wrapper::-webkit-scrollbar {
    width: 6px;
    background-color: #555;
    border-radius: 50px;
    height: 50px;
}

.marking-bottom-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.marking-bottom-wrapper .long-view-content {
    border: none;
    padding: 0px 15px;
}

.marker2-footer {
    bottom: -75px
}

.marker2-footer ul li a {
    font-weight: normal !important;
}

.row.analyst_summary_para h3.heading.cefr {
    text-align: center !important;
    padding: 0px 15px;
    font-weight: bold;
}

.dashboard .menubar .navbar {
    padding: 15px 15px 14px 15px;
}

.reedem-code .dropdown.ques-ans input {
    margin-bottom: 0px;
    margin-top: 0px;
}

.custom_title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

span.info_level {
    position: relative;
    right: 5px;
}

.essay-detail-marking .right-wrapper span {
    font-weight: normal;
}

div#rightLarger iframe {
    width: 100%;
    height: 300px;
}

.ssc-btns.login_set {
    margin: 0px;
    padding-right: 10px;
}

.marking-bottom-wrapper.auto-margin {
    margin-top: 30%;
}

.optional_topic {
    width: 90%;
}

.change-fild .optional_topic button {
    border: none !important;
    position: relative;
    margin: 0;
    padding: 0;
    font-style: italic;
    font-size: 20px;
    background-size: 15px;
}

.change-fild .optional_topic button::before {
    position: absolute;
    content: '';
    height: 1px;
    top: 48%;
    width: 220px;
    background: #cbcbcb;
    left: auto;
    right: 37px;
    margin: 0 auto;
}

.timerpop .modal-dialog {
    margin-top: 10px !important;
}

.enhanced_popup {
    justify-content: flex-end !important;
}

.allignHead .essy-wrapper .details-box .detail span p:nth-child(2) {
    text-align: right;
}


.task-level a{
    width: 40px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #2f56a1;
    background-color: #fff;
    color: #2f56a1;
}
.task-level a:hover, .task-level a.active{ 
    background-color: #2f56a1;
    color: #ffffff;
    border: 1px solid #2f56a1;
}
.nw-ad-graph-wrpper {
    padding: 0px 0;
    margin-left: +0px;
    margin-top: +0px;
}

.nw-ad-graph-wrpper .nav-tabs {
    border-bottom: 0;
    display: inline-flex;
    border-radius: 12px;
    justify-content: center;
    border: 1px solid #2f56a1;
    overflow: hidden;
}

.nw-ad-graph-wrpper .nav-tabs li a {
    /*background: #fff;*/
    font-size: 16px;
    color: #2f56a1;
    display: block;
    padding: 8px 0;
    width: 100px;
    margin-right: 0px;
}

.nw-ad-graph-wrpper .nav-tabs li:first-child a {
    border-left: none;
}

.nw-ad-graph-wrpper .nav-tabs li a.active {
    background: #2f56a1;
    color: #fff;
    border: 1px solid #2f56a1;
}

.nw-ad-graph-wrpper .tab-content p {
    color: #2f56a1;
    font-size: 20px;
    text-align: center;
    margin-top: 25px;
}

.nw-ad-graph-wrpper .tab-content img {
    width: 50%;
    margin-top: 30px;
}

.other-sec-wrp .form-group {
    margin-bottom: 0;
}

.other-sec-btns {
    display: flex;
    /*justify-content: space-between;*/
    width: 100%;
}

.other-sec-btns a.loginbtn {
    margin: 0;
    max-width: 228px;
}
.table-text {
    width: 100%;
    height: 100%;
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    line-height: 1.3em;
    -webkit-line-clamp: 2; /* if you change this, make sure to change the fallback line-height and height */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .exercise-text {
    width: 100%;
    height: 100%;
    color: black;
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    line-height: 1.3em;
    -webkit-line-clamp: 1; /* if you change this, make sure to change the fallback line-height and height */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .form-label-text {
    width: 100%;
    color: black;
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-line-clamp: 1; /* if you change this, make sure to change the fallback line-height and height */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .custom_badge{
    background-color: white;
     margin-right: 30px; 
     font-size: 17px;
  }
  .gfg {
    margin: 3%;
    position: relative;
}

.text-image {
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    left: -100px;
    top: 10px;
    position: absolute;
    color: #FFF;
    text-transform: uppercase;
    font-weight:bold;
}
.myImage {
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
}

/* or */

#image_wrapper {
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
    background-color: #000;
    width : 200px
}

