body {
    font-family: 'Montserrat', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h2 {
    font-size: 36px;
    color: #000
}

h3 {
    font-size: 30px;
}

p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0
}
.dash-wrapper p{font-size: 14px;}

img {
    display: block;
}

a {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

.common-heading p {
    margin-top: 10px;
}

.jq-ry-container {
    padding: 0
}

.btn-primary,
.btn-secondary:hover {
    background-color: #ff900c;
}

.btn-primary:hover,
.btn-secondary {
    background-color: #0a70b5
}

.btn {
    outline: none;
    border: none;
    font-weight: 600
}

.container {
    max-width: 1200px;
}

.common-listing.d-flex li {
    margin-right: 40px;
}


/*header*/

.main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding-top: 15px;
}

.home-menu ul li {
    list-style: none;
}

.home-menu ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 12px;
}

.home-menu ul li a:hover {
    color: #ff900c;
}


/*mobile-menu start*/

.mobile-menu-btn {
    display: none;
}

.mobile-menu-btn a {
    display: inline-block
}

.mobile-menu-btn a span {
    font-size: 20px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: #ff900c;
    text-align: center;
    color: #fff
}

.mm-menu {
    background: #fff
}

.mobile-menu .domain-ssl-dropdown:after {
    display: none!important
}

.mobile-menu .mm-title {
    font-size: 20px;
    color: #372582!important;
    font-weight: bold;
}

.mobile-menu .mm-navbar {
    height: 50px;
    line-height: 50px;
    border: none
}

.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: 0
}

.mobile-menu .mm-listview {
    padding: 20px
}

.mobile-menu .mm-listview li a {
    color: #000;
    font-weight: 500;
    padding: 12px 12px 12px 10px;
    font-size: 14px
}

.mobile-menu .mm-listview li a svg path {
    fill: #000
}

.mobile-menu .mm-listview li {
    border-bottom: 1px solid #f0f0f0
}

.mm-listview>li:not(.mm-divider):after {
    display: none!important
}

.mobile-menu .mm-listview li img {
    width: 20px;
    margin-right: 10px
}

.mm-menu .mm-listview>li .mm-next:after {
    border-color: #fff;
    right: 13px
}

.mm-listview .mm-next {
    background: #372582;
    width: 30px;
    border-radius: 5px;
    height: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mm-prev {
    background: #372582;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    top: 20px;
    left: 10px!important
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    left: 13px!important
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: #fff;
    left: 17px
}

.mobile-menu .just-nine a {
    padding: 12px 17px!important
}


/*mobile-menu close*/


/*banner*/

.banner-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(1, 160, 152, .8)), to(rgba(8, 121, 175, .8))), url(../img/banner.jpg);
    background-image: -o-linear-gradient(left, rgba(1, 160, 152, .8) 0%, rgba(8, 121, 175, .8) 100%), url(../img/banner.jpg);
    background-image: linear-gradient(90deg, rgba(1, 160, 152, .8) 0%, rgba(8, 121, 175, .8) 100%), url(../img/banner.jpg);
    padding-top: 250px;
    padding-bottom: 115px;
}

.banner-heading h2 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.banner-heading h4 {
    font-weight: 300;
    color: #d2ff52;
    font-size: 18px;
    line-height: 24px;
}


/*get-help-form*/

.get-help-form {
    margin-top: 70px;
}

.get-help-form h3 {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 300;
}

.get-help-form-groups .form-group {
    margin: 0 8px;
    width: 25%;
}

.get-help-form-groups .form-group input {
    height: 48px;
    border: none;
    border-radius: 3px;
    padding: 0 20px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.get-help-form-groups .form-group input::-webkit-input-placeholder {
    color: #000;
}

.gethelform-submit {
    width: 145px;
    margin-left: 8px;
}

.gethelform-submit input {
    width: 100%;
    height: 48px;
    padding: 0 10px;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}


/*attention-section*/

.attention-section {
    padding: 50px 0
}

.attention-heading {
    border-right: 4px solid #000;
}

.attention-heading h2 {
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}


/*whychooseus-plans-section*/

.whychooseus-plans-section {
    background: -webkit-gradient(linear, left top, right top, from(#019E99), to(#087BAE));
    background: -o-linear-gradient(left, #019E99 0%, #087BAE 100%);
    background: linear-gradient(90deg, #019E99 0%, #087BAE 100%);
    padding: 95px 0 0;
    position: relative;
}

.whychooseus-plans-section:after {
    display: block;
    content: '';
    width: 100%;
    height: 50px;
    background: #fff;
    position: absolute;
    top: -28px;
    left: 0;
    -webkit-transform: skewY(-1deg);
    -ms-transform: skewY(-1deg);
    transform: skewY(-1deg);
}

.whychooseus-plans-section:before {
    display: block;
    content: '';
    width: 100%;
    height: 130px;
    background: #fff;
    position: absolute;
    bottom: -35px;
    left: 0;
    -webkit-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    transform: skewY(-2deg);
}

.whychooseus-section h2 {
    color: #fff;
}

.whychooseus-wrapper {
    margin-top: 50px;
}

.whychooseus-wrap {
    width: 270px;
    height: 270px;
    background: #fff;
    border-radius: 50%;
    padding: 30px 30px;
    margin: 0 auto;
}

.whychooseus-wrap h3 {
    color: #0a70b5;
    margin-bottom: 20px;
}

.whychooseus-wrap p {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


/**/

.choose-plan-section {
    margin-top: 60px;
}

.choose-plan-section h2 {
    color: #fff;
    margin-bottom: 50px;
}

.ourplan-wrap {
    border-radius: 15px;
    background: #fff;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 17px -8px rgba(0, 0, 0, 0.66);
    box-shadow: 0px 0px 17px -8px rgba(0, 0, 0, 0.66);
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border: 3px solid transparent;
}

.selected-plan {
    border-color: #ff900c;
}

.ourplan-wrap .ourplan-wrap-heading {
    background: #242525;
    padding: 15px 10px;
}

.ourplan-wrap .ourplan-wrap-heading h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.ourplan-wrap .ourplan-wrap-heading p {
    color: #ff900c;
    margin-bottom: 0
}

.ourplan-content {
    padding: 40px 60px;
}

.ourplan-content p {
    margin-bottom: 50px;
}


/*howitwork*/

.howitwork-section {
    padding: 70px 0;
}

.howitwork-wrap {
    text-align: center;
}

.how-it-work-wrapper {
    margin-top: 60px;
    margin-bottom: 50px;
}

.howitwork-wrap figure {
    margin-bottom: 15px;
}

.howitwork-wrap h5 {
    font-size: 20px;
    font-weight: 400
}

.howitwork-wrap:after {
    display: block;
    content: "";
    width: 55px;
    height: 50px;
    background-image: url(../img/howitwork-arrow.png);
    background-position: center right;
    background-size: cover;
    position: absolute;
    top: 30%;
    right: -6%;
}

.howitwork-wrap:last-child::after {
    display: none;
}


/*vrg-section*/

.vrg-section {
    background: #f3faff;
    padding-top: 70px;
    padding-bottom: 30px;
}

.vrg-listing-section {
    position: relative;
    padding-top: 40px;
    margin-top: 50px;
}

.vrg-image {
    /*position: absolute;
    left: 0;
    top: 0;*/
    width: 50%;
    float: left;
}

.vrg-image img {
    max-width: 100%;
}

.vrg-listing-wrap {
    width: 50%;
}

.vrg-listing-wrap ul {
    margin-bottom: 40px;
}

.common-listing li {
    list-style: none;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    background-image: url(../img/listing-icon.png);
    padding: 20px 0;
    background-repeat: no-repeat;
    background-position: top 8px left;
    padding-left: 70px;
    margin-bottom: 10px;
}

.vrg-listing-wrap .btn {
    margin-left: 70px;
}

.expert-listing {
    margin-top: 20px;
    margin-bottom: 40px;
}

.meet-expert-sectin {
    padding-top: 140px;
    padding-bottom: 70px;
}


/*expert-slider*/

.expert-slider .item {
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 30px;
}

.expert-slider .item figure {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto
}

.expert-slider .item figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.expert-slider .item .rateYo {
    margin: 20px auto 25px;
}

.expert-slider .item h5 {
    color: #000;
    font-size: 20px;
    margin-bottom: 5px;
}

.expert-slider .item p {
    font-size: 15px;
    margin-bottom: 25px;
}

.expert-slider .item a {
    font-size: 15px;
    text-transform: uppercase;
    color: #0a70b5;
    text-decoration: underline;
}

.expert-slider .owl-nav button {
    height: 45px;
    width: 45px;
    border-radius: 50% !important;
    border: 2px solid #bebebe !important;
    padding: 0;
    line-height: 45px;
    text-align: center;
}

.expert-slider .owl-nav button i {
    font-size: 25px;
    color: #bebebe;
}

.expert-slider .owl-nav button:hover {
    background: #ff900c !important;
    border-color: #ff900c !important;
}

.expert-slider .owl-nav button:hover i {
    color: #fff
}

.expert-slider .owl-nav button:focus {
    outline: none;
}

.expert-slider {
    padding: 0 80px;
}

.expert-slider .owl-nav button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.expert-slider .owl-nav .owl-prev {
    left: 0
}

.expert-slider .owl-nav .owl-next {
    right: 0
}


/*recent review section*/

.recentReviews {
    background: -webkit-gradient(linear, left top, right top, from(#019E99), to(#087BAE));
    background: -o-linear-gradient(left, #019E99 0%, #087BAE 100%);
    background: linear-gradient(90deg, #019E99 0%, #087BAE 100%);
}

.recentReviews .innerSec {
    padding: 60px 0 80px;
}

.revHeading .quoteArrow img {
    margin-bottom: 15px;
}

.revHeading>.innerHead,
.revHeading .quoteArrow {
    float: left;
}

.revHeading .quoteArrow {
    padding-right: 50px;
}

.revHeading h3 {
    font-weight: 700;
    color: #fff;
    margin-top: 3px;
    margin-bottom: 10px;
}

.revHeading p {
    font-size: 22px;
    font-weight: 400;
    color: #101010;
    margin-bottom: 10px;
}


/*.revHeading{padding-bottom: 30px}*/

.reviewGroup {
    margin: 25px -20px 0;
}

.reviewGroup .reviewHeader {
    padding: 0 10px 0px;
    border-bottom: 1px solid #fff;
}

.reviewGroup .reviewFooter {
    padding: 25px 20px 0px;
    color: #fff;
}

.reviewGroup .reviewFooter p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 0px;
}

.reviewGroup .reviewWrap {
    background-color: #0a70b5;
    border-radius: 5px;
    padding: 15px 8px 70px;
    margin: 15px 30px;
}

.reviewGroup .revWritNo h4 {
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.starGroup {
    margin-bottom: 15px;
}

.starGroup .startIcon {
    color: #eda433;
    font-size: 17px;
}

.starGroup .starHead {
    padding-left: 15px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}


/* clear fix */


/*.grid{	padding: 20px;}*/

.grid:after {
    content: '';
    display: block;
    clear: both;
}


/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
    width: 33.333%;
}

.grid-item img {
    display: block;
    width: 100%;
}

.on-slider-star {
    margin-top: 13px;
    margin-bottom: 5px;
}

.slider-content .btn-wrapper a.Hire-Tutor {
    padding: 12px 0;
    background: #eda433;
    display: block;
    width: 150px;
    margin: 0px auto;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
}

.slider-content .btn-wrapper {
    margin-top: 20px;
    margin-bottom: 10px;
}


/*footer*/

.main-footer {
    background: #ff900c
}

.footer-nav {
    padding-top: 20px;
    padding-bottom: 40px;
}

.footer-nav .nav-link {
    color: #fff;
}

.footer-nav .nav-link:hover {
    color: #0a70b5
}

.footer-payment-icon img {
    margin-right: 30px;
    margin-bottom: 20px;
}

.footer-payment-wrap {
    padding-bottom: 20px;
}

.footer-payment-content p {
    font-size: 15px;
    color: #303030;
    margin-bottom: 20px;
}

.footer-payment-content p:last-child {
    margin-bottom: 0
}

.pay-two img {
    display: inline-block;
}

.pay-two,
.pay-one {
    text-align: left;
    padding-left: 25px;
    display: block;
}

.pay-one img {
    display: inline-block;
}


/* **** Math Expert Page **** */

.inner-banner-wrp {
    width: 100%;
    height: 300px;
    position: relative;
    background: url(../img/inner-banner.png) center center no-repeat;
    background-size: cover;
}

.inner-banner-wrp:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(8, 121, 175);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(8, 121, 175, 1) 0%, rgba(1, 160, 152, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(8, 121, 175, 1) 0%, rgba(1, 160, 152, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(8, 121, 175, 1) 0%, rgba(1, 160, 152, 1) 100%);
    opacity: 0.70;
    top: 0;
    left: 0;
}

.inner-header .home-menu li a.cmbtn {
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    padding: 10px 15px;
    width: 120px;
    display: inline-block;
    text-align: center;
}

.inner-header .home-menu li a.cmbtn:hover {
    width: 150px;
    background: #0a70b5;
    color: #fff;
    border-color: #0a70b5;
}

.inner-header .home-menu li {
    margin-right: 15px;
}

.inner-header .home-menu li:last-child {
    margin: 0;
}

.inner-header .home-menu li a.signupbtn {
    background: #ff900c;
    border-color: #ff900c;
    color: #fff;
}

.inner-banner-dt {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
}

.inner-banner-dt h1 {
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    text-align: center;
}

.filter-wrp {
    padding: 45px 0;
    width: 100%;
    background: #f9f8f8;
}

.filter-one {
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: 2px solid #dcdcdc;
}

.filter-dropdown label {
    display: block;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 0 0 10px 20px;
}

.filter-dropdown .form-control {
    padding: 12px 15px;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    font-family: 'Roboto';
    height: auto !important;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e0e0e0;
    display: block;
    box-shadow: none;
}

.filter-dropdown .form-control {
    width: calc(100% - 8px);
    display: inline-block;
    margin: 0 0;
    -webkit-appearance: none;
    background-image: url(../img/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center right 15px;
}

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
    width: 100%;
}

.custome-radio ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.custome-radio ul {
    width: 100%;
    overflow: hidden;
}

.custome-radio li {
    float: left;
    width: 50%;
    text-align: center;
}

.custome-radio li [type="radio"]:checked,
.custome-radio li [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custome-radio li [type="radio"]:checked+label,
.custome-radio li [type="radio"]:not(:checked)+label {
    position: relative;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    font-family: 'Roboto';
    height: auto !important;
    border-radius: 0px;
    background: #fff;
    width: 100%;
    border: 1px solid #e0e0e0;
}

.custome-radio li [type="radio"]:checked+label {
    border: 1px solid #017acd;
    color: #017acd;
}

.custome-radio li [type="radio"]:checked+label:before,
.custome-radio li [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #fff;
}

.custome-radio li [type="radio"]:checked+label:after,
.custome-radio li [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #fff;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custome-radio li [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custome-radio li [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.custome-radio li:first-child label {
    border-radius: 5px 0 0 5px;
}

.filter-two {
    padding: 10px 0 30px;
}

.filter-two .range-slider {
    position: relative;
    width: 100%;
    height: 100px;
    text-align: center;
    display: block;
}

.filter-two .range-slider p {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    font-family: 'Roboto';
    margin: 0;
    margin-bottom: 20px;
}

.rangeValues {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    font-family: 'Roboto';
}

.filter-two .range-slider input[type="range"] {
    pointer-events: none;
    position: absolute;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 15px;
    background: #017acd;
    left: 0;
    top: 50px;
    width: 100%;
    outline: none;
    height: 4px;
    margin: 0;
    padding: 0;
}

.filter-two .range-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 14px;
    background: #fff;
    border: 2px solid #e0e0e0;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.16);
}

.filter-two .range-slider input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 14px;
    background-image: linear-gradient(to bottom, #dad8da 0, #413F41 100%);
}

.filter-two .range-slider input[type="range"]::-ms-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -ms-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 14px;
    border: 0;
    background-image: linear-gradient(to bottom, #dad8da 0, #413F41 100%);
}

.filter-two .range-slider input[type=range]::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: black;
    border: 0;
}

.filter-two .range-slider input[type=range]:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
}

.filter-two .range-slider input[type=range]::-moz-focus-outer {
    border: 0;
}

.choice-day label {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    margin: 0 0 10px;
    display: block;
    font-family: 'Roboto';
}

.choice-day ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.choice-day ul li {
    display: inline-block;
    margin-right: 10px;
}

.choice-day ul li .daybx {
    display: flex;
    align-items: center;
}

.choice-day ul li span {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    font-family: 'Roboto';
}

.search-btn {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 35px;
    border-radius: 5px;
    background: #ff900c;
    display: table;
    margin: 0 auto;
    width: 150px;
    text-align: center;
}

.search-btn:hover {
    background: #0a70b5;
    color: #fff;
}

.listing-wrp {
    padding: 35px 0;
    width: 100%;
}

.list-block {
    margin: 0 0 30px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 15px;
}

.cliigm {
    margin: 0 auto;
}

.cliigm img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: table;
}

.raiting-bx {
    text-align: center;
    margin: 0 0 15px;
}

.raiting-bx i {
    font-size: 17px;
    color: #c1c1c1;
    margin-right: 1px;
}

.raiting-bx i.fill {
    color: #ff900c;
}

.raiting-bx i:last-child {
    margin: 0;
}

.raiting-bx span {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    font-family: 'Roboto';
}

.client-img h4 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    font-family: 'Roboto';
    margin: 0;
    text-align: center;
}

.client-img h4 span {
    font-size: 15px;
    font-weight: normal;
}

.prdt {
    border-bottom: 1px solid #e5e5e5;
}

.client-dta h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    font-family: 'Roboto';
    margin: 0 0 10px;
}

.client-dta h3 span {
    font-weight: normal;
    font-size: 16px;
}

.client-dta h6 {
    font-size: 15px;
    font-weight: normal;
    color: #017acd;
    font-family: 'Roboto';
    margin: 0 0 15px;
    line-height: 22px;
}

.avl-dt h4 {
    font-size: 15px;
    font-weight: normal;
    color: #000;
    font-family: 'Roboto';
    margin: 0 0 10px;
}

.avl-dt h4:last-child {
    margin: 0;
}

.avl-dt {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 15px;
}

.client-dta p {
    font-size: 15px;
    font-weight: normal;
    color: #000000;
    line-height: 22px;
    margin: 0 0 15px;
}

.client-dta .btn-main {
    padding: 10px 25px;
    border-radius: 6px;
    background: #ff900c;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    display: table;
    width: 150px;
    text-align: center;
}

.client-dta .btn-main:hover {
    background: #0a70b5;
    color: #fff;
}

.btn-load {
    padding: 12px 40px;
    background: #0a70b5;
    border-radius: 6px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    display: table;
    margin: 35px auto;
}

.btn-load:hover {
    background: #ff900c;
    color: #fff;
}

.support-wrp {
    width: 100%;
    padding: 30px 0;
    background: rgb(8, 121, 175);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(1, 160, 152, 1) 0%, rgba(8, 121, 175, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(1, 160, 152, 1) 0%, rgba(8, 121, 175, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(1, 160, 152, 1) 0%, rgba(8, 121, 175, 1) 100%);
}

.support-wrp .row {
    display: flex;
    align-items: center;
}

.support-img img {
    margin: 0 auto;
}

.support-dt h4 {
    font-size: 38px;
    font-weight: 500;
    color: #fff;
    display: block;
    margin: 0 0 5px;
}

.support-dt p {
    font-size: 20px;
    font-weight: 300;
    color: #d1df4c;
    margin: 0;
    line-height: 24px;
}


/* **** End Math Expert Page **** */


/* **** Signup Page **** */

.signup-banner {
    height: 450px;
    background-image: url(../img/signup-banner.png);
}

.signup-banner .inner-banner-dt h1 {
    text-align: left;
}

.signup-wrp {
    padding: 60px 0;
    width: 100%;
}

.signup-block {
    display: flex;
    align-items: center;
}

.signup-list li {
    padding: 20px 0;
}

.sign-dt {
    padding-left: 35px;
}

.sign-dt h4 {
    font-size: 20px;
    font-weight: bold;
    color: #ff900c;
    font-family: 'Roboto';
    margin: 0 0 10px;
}

.sign-dt p {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    margin: 0;
}

.apply-block {
    padding: 30px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.20);
    position: relative;
    margin: -250px 0 0;
    z-index: 12;
}

.apply-block h3 {
    font-size: 35px;
    font-weight: normal;
    color: #000;
    text-align: center;
    margin: 0 0 10px;
}

.apply-block p {
    width: 80%;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: center;
    line-height: 24px;
    margin: 0 auto 25px;
}

.apply-block .form-group {
    margin: 0 0 20px;
    overflow: hidden;
}

.apply-block .form-control {
    padding: 10px 15px;
    height: auto;
    border-radius: 3px;
    background: #f2f2f2;
    box-shadow: none;
    border: none;
    font-size: 14px;
    font-weight: normal;
    color: #000;
}

.terms-bx p {
    font-size: 15px;
    font-weight: normal;
    color: #000;
    line-height: 22px;
    margin: 0 0 30px;
    width: 100%;
    display: block;
    text-align: left;
}

.terms-bx p strong {
    font-weight: bold;
}

.terms-bx p a {
    color: #0a70b5;
}

.apply-block .btn-main {
    padding: 10px 20px;
    background: #ff900c;
    border-radius: 3px;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    display: table;
    border: none;
    width: 150px;
    text-align: center;
    float: right;
    transition: .4s linear;
}

.apply-block .btn-main i {
    margin-left: 10px;
}

.apply-block .btn-main:hover {
    background: #0a70b5;
    color: #fff;
}

.ap-not {
    margin: 15px 0 0;
    padding: 15px 0 0;
    border-top: 2px solid #f2f2f2;
}

.ap-not p {
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    color: #000000;
}

.ap-not p a {
    color: #0a70b5;
}


/* **** End Signup Page **** */


/* **** Tutor Profile **** */

.tutor-profile-wrp {
    background-image: url(../img/profile-banner.png);
}

.main-profile-wrp {
    padding: 35px 0;
    width: 100%;
    background: #f9f8f8;
}

.profile-bd {
    display: flex;
}

.pofimgs img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.turo-dt {
    padding: 0 15px 0 30px;
}

.turo-dt h4 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 0 0 10px;
}

.turo-dt h4 span {
    font-size: 16px;
    font-weight: normal;
}

.turo-dt p {
    font-size: 15px;
    font-weight: 300;
    color: #017acd;
    margin: 0 0 10px;
}

.turo-st {
    text-align: left;
    margin: 0 0 10px;
}

.turo-st i {
    font-size: 17px;
    color: #c1c1c1;
    margin-right: 1px;
}

.turo-st i.fill {
    color: #ff900c;
}

.turo-st i:last-child {
    margin: 0;
}

.turo-st span {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    font-family: 'Roboto';
}

.turo-dt h6 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0;
    font-family: 'Roboto';
}

.turo-dt h6 span {
    font-weight: normal;
}

.tutopr-dts p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 22px;
    margin: 0 0 24px;
}

.tutopr-dts .btn-main {
    padding: 10px 15px;
    background: #ff900c;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    display: table;
    width: 150px;
    text-align: center;
    text-transform: uppercase;
}

.tutopr-dts .btn-main:hover {
    background: #0a70b5;
    color: #fff;
}

.steps-m {
    margin: 30px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #dcdcdc;
}

.stbc h5 {
    font-size: 15px;
    font-weight: normal;
    color: #000;
    margin: 0;
}

.stbc h5 i {
    margin-right: 10px;
    font-size: 18px;
}

.edu-data-boc {
    padding: 40px 0;
    border-bottom: 1px solid #dcdcdc;
}

.edu-subs-bx .table {
    margin: 0;
}

.edu-subs-bx .table tbody tr td {
    padding: 10px;
    font-size: 15px;
    font-weight: normal;
    color: #000;
    border: none;
    font-family: 'Roboto';
}

.edu-subs-bx .table tbody tr td:first-child {
    width: 150px;
}

.edu-subs-bx .table tbody tr td strong {
    font-weight: bold;
    font-size: 16px;
}

.edu-subs-bx .table tbody tr td p {
    margin: 0;
    font-weight: 300;
    font-size: 14px;
}

.edu-subs-bx .table tbody tr td p span {
    color: #017acd;
}

.diffrent-wrp {
    border-bottom: none;
}

.diffrent-wrp .table tbody tr td p {
    margin: 0 0 15px;
}

.edu-subs-bx .table tbody tr td strong.dy {
    width: 60px;
    display: inline-block;
}

.raiting-review-wrp {
    padding: 35px 0;
    width: 100%;
    background: #f9f8f8;
}

.raiting-review-wrp .turo-st h4 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 0 0 15px;
}

.user-raiting .side {
    float: left;
    width: 15%;
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    font-family: 'Roboto';
}

.user-raiting .middle {
    margin-bottom: 3px;
    float: left;
    width: 70%;
}

.user-raiting .right {
    text-align: center;
    font-weight: 300;
}

.user-raiting .row:after {
    content: "";
    display: table;
    clear: both;
}

.user-raiting .bar-container {
    width: 100%;
    background-color: transparent;
    text-align: center;
    color: white;
}

.bar-5 {
    width: 100%;
    height: 18px;
    background-color: #f6bb42;
}

.bar-4 {
    width: 30%;
    height: 18px;
    background-color: #f6bb42;
}

.bar-3 {
    width: 10%;
    height: 18px;
    background-color: #f6bb42;
}

.bar-2 {
    width: 4%;
    height: 18px;
    background-color: #f6bb42;
}

.bar-1 {
    width: 15%;
    height: 18px;
    background-color: #f6bb42;
}

.bar-0 {
    width: 0%;
    height: 18px;
    background-color: #f6bb42;
}


/* Responsive layout - make the columns stack on top of each other instead of next to each other */

@media (max-width: 400px) {
    .side,
    .middle {
        width: 100%;
    }
    .right {
        display: none;
    }
}

.review-head h4 {
    font-size: 24px;
    font-weight: normal;
    color: #000;
    margin: 0;
    font-family: 'Roboto';
}

.review-feature-wrp li {
    padding: 0 15px 30px;
    border-bottom: 1px solid #dcdcdc;
    margin: 0 0 30px;
    font-family: 'Roboto';
}

.review-feature-wrp li:last-child {
    border-bottom: none;
}

.review-feature-wrp li h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 15px;
}

.review-feature-wrp li p {
    font-size: 15px;
    font-weight: normal;
    color: #000;
    line-height: 22px;
    margin: 0 0 15px;
}

.review-feature-wrp li h6 {
    font-size: 15px;
    font-weight: normal;
    color: #000;
    line-height: 22px;
    margin: 0;
}

.review-feature-wrp .btn-group .btn-main {
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    background: #989898;
    text-transform: uppercase;
    margin-right: 10px;
    width: 120px;
    text-align: center;
}

.review-feature-wrp .btn-group .btn-main.nxtbtn {
    background: #ff900c;
    margin: 0;
}

.review-feature-wrp .btn-group .btn-main:hover {
    background: #0a70b5;
    color: #fff;
}

.raiting-frm .form-group {
    margin: 0 0 20px;
}

.raiting-frm .form-group .form-control {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    background: #fff;
    border-radius: 6px;
    font-family: 'Roboto';
    border: 1px solid #dadada;
    box-shadow: none;
    height: auto;
    resize: none;
}


/****** Style Star Rating Widget *****/

.give-rating h5 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    font-family: 'Roboto';
    margin: 0 10px 0 0;
}

.give-rating .rating {
    border: none;
    display: inline-block;
    vertical-align: middle;
}

.give-rating .rating>input {
    display: none;
}

.give-rating .rating>label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.give-rating .rating>.half:before {
    content: "\f089";
    position: absolute;
}

.give-rating .rating>label {
    color: #c1c1c1;
    float: right;
    margin: 0;
}


/***** CSS Magic to Highlight Stars on Hover *****/

.give-rating .rating>input:checked~label,

/* show gold star when clicked */

.give-rating .rating:not(:checked)>label:hover,

/* hover current star */

.give-rating .rating:not(:checked)>label:hover~label {
    color: #ff900c;
}


/* hover previous stars in list */

.give-rating .rating>input:checked+label:hover,

/* hover current star when changing rating */

.give-rating .rating>input:checked~label:hover,
.give-rating .rating>label:hover~input:checked~label,

/* lighten current selection */

.give-rating .rating>input:checked~label:hover~label {
    color: #ff900c;
}

.raiting-frm .btn-main {
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    background: #ff900c;
    text-transform: uppercase;
    border: none;
    float: right;
    cursor: pointer;
    width: 120px;
    text-align: center;
    transition: .4s linear;
}

.raiting-frm .btn-main:hover {
    background: #0a70b5;
    color: #fff;
}

.smemm .table tbody tr td p span {
    display: inline-block;
}

.mini-bx {
    width: 100%;
    overflow: hidden;
}


/* **** End Tutor Profile **** */

.get-help-form .formkit-form {
    margin: 0 auto;
}

.homepage-login-btn {
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    padding: 10px 15px;
    width: 120px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.homepage-login-btn:hover {
    background: #0a70b5;
    color: #fff !important;
    border-color: #0a70b5;
}

.home-menu ul li .nav-submenu a {
    font-size: 14px;
}


/* submenu */

#nav ul {
    position: absolute;
    padding: 0;
    left: 0;
    display: none;
    /* hides sublists */
}

#nav li:hover ul ul {
    display: none;
}


/* hides sub-sublists */

#nav li:hover ul {
    display: block;
}


/* shows sublist on hover */

#nav li li:hover ul {
    display: block;
    /* shows sub-sublist on hover */
    margin-left: 200px;
    /* this should be the same width as the parent list item */
    margin-top: -35px;
    /* aligns top of sub menu with top of list item */
}

#nav li {
    position: relative;
}

.nav-submenu {
    width: 100%;
}

.nav-submenu li {
    padding: 10px;
    border: 1px solid #fff;
}


/* **** Dashboard Page **** */

.dash-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.left-dashbar {
    position: fixed;
    width: 300px;
    overflow: auto;
    background: #006699;
    top: 0;
    left: 0;
    z-index: 999;
    transition: .4s linear;
}

.logo-dash {
    position: absolute;
    padding: 15px;
    top: 0;
    left: 0;
    right: 0;
    background: #006699;
    z-index: 5;
}

.logo-dash img {
    margin: 0 auto 0px;
    width: 150px;
}

a#open-mobile-menus {
    display: none;
}

a.close-menus {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 6;
    transition: .4s linear;
    opacity: 0.50;
    display: none;
}

a.close-menus:hover {
    opacity: 1;
}

.dash-listing-nav {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    overflow: auto;
    padding: 135px 0 60px;
}

.dash-listing-nav li {
    display: block;
}

.dash-listing-nav li a {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(251, 251, 251, 0.70);
    display: block;
    transition: .4s linear;
}

.dash-listing-nav li a:hover {
    color: #fff;
}

.dash-listing-nav li.active a {
    background: #fff;
    color: #006699;
}

.copy-dash {
    position: absolute;
    padding: 15px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #006699;
    z-index: 5;
}

.copy-dash p {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 20px;
}

.dash-rightpart {
    padding: 0 0 0 300px;
    width: 100%;
    min-height: 100vh;
    background: #f5f5f5;
    transition: .4s linear;
}

.header-dash {
    padding: 15px 30px;
    background: #fff;
}

.header-dash ul {
    text-align: right;
}

.header-dash ul li {
    display: inline-block;
    margin-right: 25px;
}

.header-dash ul li:last-child {
    margin: 0;
}

.header-dash ul li a {
    display: block;
}

.header-dash ul li a.fabars i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #FF9900;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.header-dash ul li a img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-block;
}

.header-dash ul li a.user-drop i {
    margin-left: 5px;
    color: #333;
}

.header-dash ul li a.user-drop img {
    display: inline-block;
}

.header-dash ul li .dropdown-menu {
    padding: 0;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    border: none;
    display: block;
    left: -70px;
    min-width: 150px;
    margin: 15px 0 0;
    opacity: 0;
    visibility: hidden;
    transition: .4s linear;
}

.header-dash ul li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.header-dash ul li .dropdown-menu:before {
    position: absolute;
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #fff;
    top: -10px;
    right: 15px;
}

.header-dash ul li .dropdown-menu a {
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    display: block;
    transition: .4s linear;
}

.header-dash ul li .dropdown-menu a:hover {
    background: #006699;
    color: #fff;
}

.header-dash ul li .dropdown-item.active{color: #fff;}

.profile-block {
    padding: 30px;
}

.notification-bars {
    margin: 0 0 30px;
}

.notification-bars li {
    margin: 0 0 15px;
    display: block;
    width: 100%;
}

.notification-bars li:last-child {
    margin: 0;
}

.notification-bars li {
    padding: 20px 55px 20px 20px;
    border-radius: 4px;
    display: block;
    border: 2px solid rgba(204, 102, 102, 0.08);
    background: #F9EEEE;
    position: relative;
}

.notification-bars li p {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.50);
    margin: 0;
    line-height: 22px;
}

.notification-bars li p i {
    margin-right: 10px;
    color: #CC6666;
    font-size: 16px;
}

.notification-bars li a.close-ic {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 20px;
    color: #CC6666;
    opacity: 0.50;
    transition: .4s linear;
    transform: translate(0, -50%);
}

.notification-bars li a.close-ic:hover {
    opacity: 1;
}

.notification-bars li.success-n a.close-ic {
    color: #66CC66;
}

.notification-bars li.success-n {
    background: #EEF9EE;
    border: 2px solid rgba(102, 204, 102, 0.08);
}

.notification-bars li.success-n p i {
    color: #66CC66;
}

.notification-bars li.warning-n a.close-ic {
    color: #F0AD4E;
}

.notification-bars li.warning-n {
    background: #FDF6EC;
    border: 2px solid rgba(240, 173, 78, 0.08);
}

.notification-bars li.warning-n p i {
    color: #F0AD4E;
}

.profile-block h2 {
    font-size: 26px;
    font-weight: bold;
    color: #1A1A1A;
    margin: 0 0 30px;
}

.profile-tabs .nav-tabs {
    border: none;
    border-bottom: 1px solid rgba(112, 112, 112, 0.30);
    width: auto;
}

.profile-tabs .nav-tabs li {
    margin: 0 10px 0 0;
}

.profile-tabs .nav-tabs li:last-chiild {
    margin: 0;
}

.profile-tabs .nav-tabs li a {
    padding: 10px 20px;
    border-radius: 0;
    border: none;
    position: relative;
    color: rgba(0, 0, 0, 0.50);
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    transition: .4s linear;
}

.profile-tabs .nav-tabs li a i {
    margin-right: 5px;
}

.profile-tabs .nav-tabs li a:after {
    position: absolute;
    content: '';
    width: 0%;
    height: 3px;
    background: #006699;
    border-radius: 5px 5px 0 0;
    bottom: 0;
    left: 0;
    transition: .4s linear;
}

.profile-tabs .nav-tabs .nav-item.show .nav-link,
.profile-tabs .nav-tabs .nav-link.active {
    background: transparent;
    color: #006699;
}

.profile-tabs .nav-tabs .nav-link.active:after {
    width: 100%;
}

.inner-prodt {
    padding: 35px 0;
}

.profile-pic {
    position: relative;
    width: 145px;
    height: 145px;
    margin: 0 auto;
}

.profile-pic img {
    width: 145px;
    height: 145px;
    border-radius: 50%;
}

.profile-pic label {
    padding: 5px 15px;
    background: #FF9900;
    border-radius: 3px;
    margin: 0 auto;
    display: table;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%, 0);
}

.profile-details .form-group {
    margin: 0 0 20px;
    position: relative;
}

.profile-details .form-group label {
    display: block;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(26, 26, 26, 0.50);
}

.profile-details .form-group .form-control,
.profile-details .form-group h5 {
    padding: 18px 15px;
    display: block;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    height: auto;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.image_preview {
    max-width: 100px;
}

.profile-details .form-group .availabilityRanges select.form-control {
    display: inline-block;
}

.availabilityRanges.row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.add_more_timing {
    padding: 10px 0;
    display: block;
    font-weight: bold;
}

.profile-details .form-group .form-control {
    transition: .4s linear;
}

.profile-details .form-group .form-control:focus {
    color: #006699;
}

span.noter {
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.50);
    line-height: 18px;
    width: 95%;
    margin: 0 auto;
    display: table;
}

.profile-details .btn-main {
    padding: 12px 35px;
    background: #FF9900;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    border: none;
    transition: .4s linear;
    outline: none !important;
}

.profile-details .btn-main:hover {
    background: #006699;
    color: #fff;
}

.profile-details .form-group a i {
    font-size: 18px;
    color: #000000;
    opacity: 0.50;
    /*position: absolute;
    bottom: 17px;
    right: 15px;*/
    transition: .4s linear;
}

.profile-details .form-group a i.fa-times {
    color: red;
}

.profile-details .form-group a i:hover {
    color: #FF9900;
}

.dashlogobd {
    display: none;
}

.timings-row {
    margin-bottom: 10px;
}


/* **** End Dashboard Page **** */


/* **** Signup Steps **** */

.inner-signup {
    min-height: 100vh;
    background: #f7f7f7;
}

.signup-step-wrpper {
    padding: 60px 0;
    width: 100%;
}

.signup-step-wrpper h2 {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin: 0 0 30px;
}

.steps-wrp ul {
    overflow: hidden;
    padding: 15px 0;
    position: relative;
}

.steps-wrp ul li {
    width: 16.6%;
    float: left;
    padding: 0 10px;
    position: relative;
}

.steps-wrp ul li:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #ddd;
    right: 0%;
    top: 30px;
}

.steps-wrp ul li:first-child:after {
    width: 50%;
}

.steps-wrp ul li:last-child:after {
    width: 50%;
    left: 0;
    right: auto;
}

.steps-wrp ul li span {
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 50%;
    line-height: 55px;
    font-size: 20px;
    font-weight: 600;
    color: #111;
    text-align: center;
    display: block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    margin: 0 auto 15px;
    display: table;
    position: relative;
    z-index: 5;
}

.steps-wrp ul li p {
    font-size: 15px;
    font-weight: 500;
    color: #717171;
    text-align: center;
    margin: 0;
    line-height: 22px;
}

.steps-wrp ul li.active span {
    background: #006699;
    color: #fff;
}

.steps-wrp ul li.active p {
    color: #006699;
}

.steps-wrp ul li.completed-tk span {
    background: #FF9900;
    color: #fff;
}

.steps-wrp ul li.completed-tk p {
    color: #FF9900;
}

.progres-bar-com {
    text-align: center;
}

.progres-bar-com h6 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.progres-bar-com h6 span {
    font-size: 14px;
    font-weight: 500;
    color: #717171;
    margin-left: 5px;
}

.animated-progress {
    width: 100%;
    height: 10px;
    border-radius: 30px;
    margin: 20px 10px;
    background: #cecece;
    overflow: hidden;
    position: relative;
}

.animated-progress span {
    height: 100%;
    display: block;
    width: 0;
    line-height: 30px;
    position: absolute;
    text-align: end;
    padding-right: 5px;
    color: transparent;
}

.progress-green span {
    background-color: #ff9900;
}

.loader_class {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.65);
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loader_class img {
    max-width: 100px;
}

.no_tutor {
    font-size: 25px;
    font-weight: bold;
    margin: auto;
    text-align: center;
}

.tutor-availability-selector a {
    text-decoration: none
}

.tutor-availability-selector li {
    padding: 14px
}

.tutor-availability-selector label {
    cursor: pointer
}

.tutor-availability-selector select {
    cursor: pointer;
    font-size: 16px;
    width: 115px;
    display: inline-block
}

.tutor-availability-selector input[type="checkbox"] {
    cursor: pointer;
    vertical-align: text-bottom;
    margin: 2px 4px 2px 0;
    width: 13px;
    height: 13px
}

.tutor-availability-selector .editing {
    outline: 1px solid #dfdfdf;
    background: #dfdfdf
}


/*.tutor-availability-selector .editing .hide-edit {
    display: none
}*/

.tutor-availability-selector .editing .show-edit {
    display: block
}

.tutor-availability-selector .selected label {
    font-weight: 600
}

.tutor-availability-selector .selected .show-selected {
    display: block
}

.tutor-availability-selector .wc-chevron-right {
    top: 1px;
    position: relative
}

.tutor-availability-selector .open .wc-chevron-right {
    left: -1px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.tutor-availability-selector .wc-times-circle {
    font-size: 23px;
    vertical-align: -4px;
    margin-left: 10px;
    color: #aab2bd
}

.tutor-availability-selector #AvailabilityShortNotice p {
    padding-left: 19px;
    margin: 2px 0
}

.tutor-availability-selector .apply-schedule-choices {
    margin-top: 3px
}

.tutor-availability-selector .apply-schedule-choices label {
    margin-right: 6px;
    font-weight: normal
}

.tutor-availability-selector .saving,
.tutor-availability-selector .saved {
    color: #60ad56
}

.hide {
    display: none;
}


/* **** End Signup Steps **** */
