/*@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700&display=swap&subset=devanagari,latin-ext');*/
/*@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=cyrillic,hebrew,latin-ext');*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

body {
    padding: 0px;
    margin: 0px;
    /*    font-family: 'Rajdhani', sans-serif;*/
    /*font-family: 'Rubik', sans-serif;*/
    font-family: 'Roboto Condensed', sans-serif;
}

body::-webkit-scrollbar {
    width: 10px;
    height: 30px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: white;
}

body::-webkit-scrollbar-thumb {
    background-color: #092847;
    outline: 1px solid #e0fd9a;
    border-radius: 10px;
}

.bg-sky {
    background: #f7fafd;
}

.clrgreen {
    color: #092847 !important;
}

.clrblue {
    color: #092847 !important;
}

.bggreen {
    background: #092847 !important;
}

.bgblue {
    background: #092847 !important;
}

a:hover {
    text-decoration: none;
}

/* --- header ---*/
header {
    width: 100%;
    height: 100px;
    background: #fff;
    margin: 10px 0;
}

.logo {
    margin-top: 3px;
    margin-bottom: 6px;
}

.log {
    float: right;
    margin-top: 30px;
    align-items: center;
}

/* .log i {
    font-size: 36px;
} */
.main-user-profile-img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 2px 3px 0px #333;
}

.main-user-profile-img img {
    width: 35px;
    height: 35px;
    object-fit: cover;
}

#error_request {
    color: tomato;
    font-size: 12px;
    displa: inline-block;
    margin-bottom: 5px;

}

.modal-title {
    color: #092847;
}

.send-call-req {
    background: #092847;
    border: none;
    padding: 6px 15px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 2px 2px 2px #a5a2a2;
}

.log .log-reg-btn {
    font-size: 18px;
    font-weight: 600;
    margin-right: 35px;
    margin-left: 20px;
    background: #092847;
    padding: 5px 20px;
    color: #fff;
}

.login-btn {
    align-items: center;
    color: #092847;
    font-size: 18px;
    font-weight: 600;
    padding: 5px;
}

.login-btn i {
    margin-right: 5px;
    font-size: 23px;
}

.login-btn span {}

/* custom dropdown */
.dropdown {
    margin-left: 13px;
    position: relative;
    display: inline-block;
}

.show-user-name {
    font-size: 17px;
    color: #092847 !important;
    font-weight: 600;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 150px;
    right: 0;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
    padding: 5px 10px;
    z-index: 1;
}

.dropdown-content a {
    display: block;
    color: #092847;
    font-size: 14px;
    padding: 5px 10px;
}

.dropdown-content a i {
    margin-right: 10px;
    font-size: 16px;
    color: #adadad;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* End custom dropdown */
/* --- End header ---*/
/* --- main banner --- */
main {
    position: relative;
    background: url(../images/banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
}

.bnr {
    position: relative;
}

.bnr-cont {
    text-align: center;
    margin: 70px 0;
}

.bnr-txt {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}

.tutr-txt {
    background: #fff !important;
    padding: 0px 10px;
    transition: all 0.7s;
}

.tutr-txt:hover {
    color: #fff !important;
    background: #092847 !important;
}

.register-btn {
    font-size: 23px;
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
    background: #092847;
    text-align: center;
    font-weight: 600;
    margin-top: 13px;
    display: inline-block;
    transition: all 0.7s;
}

.register-btn:hover {
    color: #092847 !important;
    background: #fff !important;
}

/* --- End main banner --- */
/* --- Search Box ---*/
.search-box {
    background: #092847;
    padding: 20px 5px;
    display: flex;
    align-items: center;
    position: relative;
    top: -70px;
}

.find-txt {
    text-align: center;
}

.find-txt h1 {
    color: #092847 !important;
    font-size: 45px;
    font-weight: 600;
}

.find-txt h3 {
    color: #fff;
    margin: 0;
    font-weight: 600;
}

.search-box .form-control {
    padding: 13px;
    background: #e0fd9a;
    border-radius: 0px;
    border: none;
}

.find-btn {
    background: #092847;
    padding: 10px 25px;
    /* border-radius: 25px; */
    border-radius: 0px;
    color: #f3f3f3 !important;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.7s;
    border: none;
}

.find-btn:hover {
    /* color: #092847 !important;
    background: #fff !important; */
}

/* --- End Search Box ---*/
.tutor-edu-box {
    background: #fff;
    padding: 15px;
    border-radius: 0px;
    transition: all 0.6s;
    position: relative;
    margin: 10px;
    box-shadow: 0px 3px 6px 4px #ddd;
    display: block;
}

.tutor-edu-box:hover {
    box-shadow: 0px 0px 0px 0px #cecdcd;
}

.tutor-fees {
    position: absolute;
    transform: rotate(-50deg);
    color: #092847;
    font-weight: 600;
}

#index-tutor .owl-nav {
    display: none;
    width: 100%;
    justify-content: space-between;
    padding: 0px;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
}

#index-academy .owl-nav {
    display: none;
    width: 100%;
    justify-content: space-between;
    padding: 0px;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
}

#index-tutor .owl-prev {
    background: #ffffff;
    padding: 0px 10px !important;
    color: #092847;
    font-size: 26px;
    font-weight: 600;
    outline: none;
    box-shadow: 4px 3px 10px 4px #6b6a6a;
}

#index-academy .owl-prev {
    background: #ffffff;
    padding: 0px 10px !important;
    color: #092847;
    font-size: 26px;
    font-weight: 600;
    outline: none;
    box-shadow: 4px 3px 10px 4px #6b6a6a;
}

#index-tutor .owl-next {
    background: #ffffff;
    padding: 0px 10px !important;
    color: #092847;
    font-size: 26px;
    font-weight: 600;
    outline: none;
    box-shadow: 4px 3px 10px 4px #6b6a6a;
}

#index-academy .owl-next {
    background: #ffffff;
    padding: 0px 10px !important;
    color: #092847;
    font-size: 26px;
    font-weight: 600;
    outline: none;
    box-shadow: 4px 3px 10px 4px #6b6a6a;
}

#index-tutor:hover#index-tutor .owl-nav {
    display: flex;
}

#index-academy:hover#index-academy .owl-nav {
    display: flex;
}

/* .tutor-fees {
position: absolute;
transform: rotate(90deg);
}
.tutor-fees p{
} */
.slider-profile {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-profile img {
    height: 100px;
    width: 100px;
    object-fit: cover;
}

.wrk-exp2 {
    margin: 6px 0 !important;
    display: flex !important;
    margin-left: 0px !important;
}

/* Most Populer Search Subject */
.subject-box {
    padding: 10px;
    margin: 15px 0;
}

.subjects {
    padding: 6px 17px;
    background: #092847;
    margin: 5px;
    display: inline-flex;
    border-radius: 20px;
    font-size: 14px;
    color: white;
    transition: all 0.7s;
}

.subjects:hover {
    color: #fff;
    background: #092847;
}

/* Most Populer Search Subject */
/* --- Tutor Details ---*/
/* .tutor-details {} */
.sub-heading {
    position: relative;
    margin-bottom: 20px;
}

.sub-heading h3 {
    font-size: 30px;
    font-weight: 505;
    position: relative;
}

.sub-heading h3 :after {
    width: 100px;
    height: 3px;
    content: "";
    background: #092847;
    position: absolute;
    bottom: -8px;
    left: 0px;
}

.tutor-box {
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 15px 0 10px;
    padding: 8px 10px;
    /* height: 200px; */
    box-shadow: 0px 3px 5px 0px #060606ba;
    border-radius: 10px;
    padding: 15px;
    background: #fff;
    /*width: 100%;*/
    /*text-align: center;*/
    /*display: block;*/
    /*position: relative;*/
    /*overflow: hidden;*/
    /*margin: 15px 0 10px;*/
    /*padding: 8px 10px;*/
    /* height: 200px; */
    /*box-shadow: 0px 3px 5px 0px #060606ba;*/
}

.s-t-name {
    font-weight: 600;
    margin-bottom: 0;
}

.profilr-pic {
    width: 120px;
    height: 120px;
    border-radius: 0px;
    /* border: 5px solid #e1efbf; */
    border: 5px solid #fff;
    overflow: hidden;
    margin: 10px auto 5px;
    display: block;
    display: flex;
    align-items: center;
    border-radius: 50%;
}

.profilr-pic img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: top;
}

.fees {
    width: 110px;
    height: 49px;
    color: #092847;
    position: absolute;
    top: -6px;
    transform: rotate(-45deg);
    left: -33px;
    /* font-weight: 600; */
    background: #fff;
    /*width: 110px;*/
    /*height: 49px;*/
    color: #fff;
    /*position: absolute;*/
    /*top: -8px;*/
    /*transform: rotate(-45deg);*/
    /*left: -34px;*/
}

.watch {
    margin-right: 6px;
}

.fa-stopwatch {
    display: block;
    margin: 6px;
    font-size: 16px;
}

.watch span {
    font-size: 14px;
    display: block;
    font-weight: 600;
}

.watch span i {
    font-size: 12px;
}

.rating {
    font-size: 11px;
    color: #333;
    margin-top: 10px;
}

.rating i {}

.tutor-subject {
    display: flex;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 0;
    margin: 8px 0;
    /* display: block; */
    max-width: 250px;
    align-items: center;
}

.tutor-subject span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    color: #092847;
}

.tutor-subject i {
    font-size: 16px;
    color: #092847;
    margin-top: 2px;
    margin-right: 10px;
    /*color: red;*/
    /*color: #092847 !important;*/
}

.tutor-name,
.centre-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 0;
    margin: 8px 0;
    display: block;
    max-width: 200px;
}

.d-flexx .tutor-name,
.centre-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 0;
    margin: 8px 0;
    display: block;
    max-width: 300px !important;
}

.d-flexx .centre-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 0;
    margin: 8px 0;
    display: block;
    max-width: 300px !important;
}

.tutor-name a,
.centre-name a {
    font-size: 21px;
    font-weight: 600;
}

.tutor-contact,
.centre-contact {
    display: flex;
    margin: 8px 0;
    justify-content: space-around;
}

.contact-form h3 {
    position: relative;
    font-size: 22px;
    color: #092847;
}

.cnt-btn {
    padding: 7px 10px;
    font-size: 13px;
    color: #fff;
    border-radius: 0px;
    font-weight: 500;
    transition: all 0.5s;
    border: none;
    cursor: pointer;
}

.cnt-btn:hover {
    background: #092847 !important;
    color: #fff !important;
}

.cnt-btn i {
    font-size: 13px;
    color: #fff;
    margin-right: 2px;
}

.wrk-exp {
    margin: 6px 0;
    display: flex;
    margin-left: 40px;
}

.wrk-exp i {
    font-size: 18px;
    /* color: #092847; */
    margin-right: 10px;
    color: #092847;
}

.wrk-exp span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: #092847;
}

.tutor-address {
    margin: 6px 0;
    padding: 0;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
}

.tutor-address i {
    font-size: 16px;
    /* color: #092847; */
    margin-right: 10px;
}

.tutor-address span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    color: #092847;
    max-width: 400px;
}

.tutor-detail {
    display: flex;
    margin: 6px 0px;
}

.tutor-detail i {
    font-size: 16px;
    /* color: #092847; */
    margin-right: 10px;
}

.tutor-detail span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    color: #092847;
    max-width: 400px;
}

.more-tutor {
    display: block;
    text-align: center;
    margin: 30px 10px;
}

.bgblur {
    background: #092847;
}

.bggreen {
    background: #092847;
}

.more-btn {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    border-radius: 30px;
    padding: 8px 18px;
}

.more-btn i {
    margin-left: 5px;
}

.more-btn:hover{
    color: #fff;
}
/* --- End Tutor Details ---*/
/* ---Education center details ---*/
.centre-back {
    background: #e6f2ff;
    padding: 20px 0;
}

/* ---End Education center details --- */

/*Help section*/
.help {
    background: url("../images/banner-help.webp");
    background-size: cover;
    background-attachment: fixed;
}

.help-text {
    margin: 0 auto;
}

.help-text h3 {
    margin-bottom: 25px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.help-text .more-btn {
    transition: all 0.8s;
}

.help-text .more-btn:hover {
    color: #092847 !important;
    background: #fff !important;
}

/*End Help section*/
/* Autocomplete */
/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    display: block;
}

/* input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
  }
  
  input[type=text] {
    background-color: #f1f1f1;
    width: 100%;
  }
  
  input[type=submit] {
    background-color: DodgerBlue;
    color: #fff;
    cursor: pointer;
  } */

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 115%;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow-y: scroll;
    width: 100%;
    overflow-x: hidden;
    border-radius: 5px;
    box-shadow: 0px 2px 4px 3px #dfdfdf;
}

.autocomplete-items div {
    padding: 5px 7px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    font-size: 14px;
    text-transform: uppercase;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #dee2e7;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: #dee2e7 !important;
    color: #ffffff;
}

.autocomplete-items::-webkit-scrollbar {
    width: 10px;
    height: 30px;
}

.autocomplete-items::-webkit-scrollbar-thumb {
    background-color: #092847;
    outline: 1px solid #e0fd9a;
    border-radius: 10px;
}

.autocomplete-items::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background: white;
}

/* End autocomplete */
/* Tag input  */
.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
    background: #092847;
    border-radius: 15px;
    padding: 0px 4px 0px 10px;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 2px;
    display: inline-block;
}

.bootstrap-tagsinput {
    display: block !important;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 4px !important;
    background: #fff;
    color: #092847;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
}

/* End Tag input  */
/* -- footer -- */
footer {}

.f-lgo {
    max-width: 150px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.f-lgo img {}

.f-about {}

.f-about p {
    font-size: 14px;
    color: #092847;
    font-weight: 400;
}

.footer-mnu {
    justify-content: center;
    margin-top: 50px;
}

.footer-mnu li {
    font-weight: 400;
    font-size: 13px;
    margin-right: 15px;
}

footer li a {
    color: #092847;
}

.footer-social {}

.footer-social li {
    font-size: 20px;
}

.footer-social li i {}

.footer-email {
    margin-bottom: 10px;
    margin-top: 30px;
}

.footer-email span {
    font-weight: 400;
}

.footer-bar {
    height: 30px;
    text-align: center;
    background: #092847;
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-email i {
    color: #092847;
}

.footer-email span a {
    color: #092847;
}

.f-e-xnt {
    text-align: justify;
}

.exp-smap-cnt {
    padding: 15px;
    margin-top: 20px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.exp-smap-cnt h2 {
    font-size: 27px;
    padding: 20px 0;
    border-radius: 10px;
    color: #333;
    font-weight: 600;
    margin-bottom: 0;
}

.expl-cat-cnt {
    margin-top: 10px;
    display: block;
    margin-left: 10px;
    margin-bottom: 10px;
}

.expl-cat-cnt h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.expl-cat {
    padding: 5px 10px;
}

.expl-cat a {
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* -- End footer -- */
/*==== === == = END INDEX PAGE= == === ====*/
/*=== == = login-register.php Page === == =*/
/*=== == = End login-register.php Page === == =*/
.register {
    /*background: url("../images/register-banner.webp");*/
    /*background-size: cover;*/
    /*width: 100%;*/
    /*height: 100vh;*/
}

.register {
    /*background: #d9d9d9;*/
    background: #f4f9ff;
}

.register-home {
    display: inline-block;
    margin-bottom: 30px;
    padding-top: 26px;
    margin-right: 20px;
}

.register-home .btn {
    padding: 5px 20px;
    background: #092847;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0px 2px 0px 2px #fff;
}

.rg-btn-grp {
    display: inline-block;
    /* margin-bottom: 30px; */
    /* padding-top: 26px; */
    margin-right: 20px;
}

.rg-btn-grp .btn {
    padding: 5px 20px;
    background: #092847;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0px 2px 0px 2px #fff;
}

.register-box {
    background: #fff;
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #333;
}

.register-logo {
    width: 150px;
    margin: 10px auto;
}

.register-logo img {}

.rg-heading {
    /* color: rgb(174, 206, 97); */
    color: #092847;
    font-size: 25px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -1.2px;
    text-align: center;
}

.register-box .form-group {
    position: relative;
}

.rg-lg-heading {
    font-size: 21px;
    font-weight: bold;
    color: #092847;
    text-align: center;
}

.register-box .form-group .form-control {
    outline: none;
}

.forgot_pass {
    display: block;
    text-align: left;
    color: #092847;
    font-weight: 400;
    font-size: 13px;
}

.form-control:focus {
    color: #333 !important;
    background-color: #f3f6fd;
    border-color: #ddd;
    outline: 0;
    box-shadow: none;
}

.rg-btn-grp a {
    padding: 5px 20px;
    background: #fff;
    color: #092847;
    font-size: 18px;
    font-weight: 600;
    display: flex;
}

.error-txt {
    font-size: 13px;
    float: left;
    color: tomato;
}

.success-txt {
    font-size: 15px;
    float: left;
    color: #092847;
}

/*=== == =End Of login-register.php = == ===*/
/*= == === profile-details.php === == =*/
.author-banner {
    width: 100%;
    position: relative;
}

.author-main-area {
    width: 100%;
    background: #f3f6fd;
}

.author-inner-area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.author-left {
    /*    width: 30%;*/
    background: #fff;
}


.author-profile {
    width: 100%;
}
.auth-pic-container{
    width: 160px;
    margin: 0 auto;
    position: relative;
}
.auth-pic {
    width: 130px;
    height: 130px;
    background-size: 100%;
    border-radius: 50%;
    /* border: 20px solid #fff; */
    margin: 0 auto;
    position: relative;
    /*margin-top: -100px;*/
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 3px 2px #b5b4b4;
}

.auth-pic-in-form {
    position: relative;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 5px 3px 3px #092847;
    margin: 0 auto;
}

.auth-pic-in-form img {
    width: 160px;
    height: 160px;
    object-fit: cover;
}

.auth-pic-in-form input {
    position: absolute;
    left: 0;
    opacity: 0;
    height: 160px;
    width: 160px;
}

.profile-save-btn {
    background: #092847;
    border: none;
    padding: 5px 20px;
    color: #fff;
}

.profile-cancel-btn {
    border-radius: 0;
    padding: 5px 20px;
    background: #545b62;
    border: none;
    color: #fff;
    margin-right: 14px;
}

.auth-name h3 span {
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    padding: 5px 0 0;
}

.a-detail-box {}

.a-detail-box i {
    font-size: 20px;
    margin-right: 10px;
    color: #092847;
}

.a-detail-box p {
    font-size: 15px;
    font-weight: 500;
    /* margin-bottom: 8px; */
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 0;
    /* margin: 8px 0; */
    display: block;
    max-width: 200px;
}

.a-detail-box a {
    color: #092847;
    cursor: pointer;
}

.auth-pic img {
    object-fit: cover;
    height: 130px;
    width: 130px;
    object-position: top;
}

.auth-follow {
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
}

.auth-follow a {
    background: #092847;
    color: #fff;
    padding: 5px 16px 5px 10px;
    display: inline-block;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    border-radius: 4px 0 0 4px;
}

.auth-follow span {
    background: #092847;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    position: relative;
    left: -4px;
}

.auth-follow span:before {
    content: '';
    border: 7px solid transparent;
    position: absolute;
    left: -8px;
    border-right: 8px solid #092847;
    border-left: 0;
    top: 8px;
}

.auth-message {
    width: 100%;
    padding: 10px 20px;
}

.auth-message h4 {
    color: #092847;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}

.auth-message textarea {
    width: 100%;
    font-size: 13px;
    color: #333;
    padding: 8px 10px;
    outline: none;
    border: 1px solid #e5e7ec;
    margin-bottom: 10px;
}

.auth-message button {
    background: #092847;
    color: #fff;
    padding: 5px 15px;
    font-size: 15px;
    cursor: pointer;
    border: none;
}

.author-right {}

.auth-name {
    width: 100%;
    background: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}

.auth-name h3,
.auth-name h1,
.author-details h1 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #092847;
    font-family: 'Rubik', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 0;
    /* margin: 8px 0; */
    display: block;
    max-width: 210px;
    margin-bottom: 0;
}

.auth-name h3 span {
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    padding: 5px 0 0;
}

.auth-name a {
    background: #092847;
    padding: 5px 15px;
    border: 2px solid #092847;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

.auth-tab {
    width: 100%;
}

.auth-tab ul {
    justify-content: space-between;
}

.auth-tab .nav li {
    /*width: 24%;*/
    width: 31%;
    background: #fff;
}

.auth-tab ul li a {
    padding: 15px 10px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #092847;
    font-weight: 500;
    position: relative;
}

.auth-tab ul li .nav-link {
    box-shadow: 0px 2px 3px 0px #333;
}

.auth-tab ul li:hover a,
.auth-tab ul li:hover a i,
.auth-tab ul li a.active,
.auth-tab ul li a.active i {
    color: #092847;
}

.auth-tab ul li a i {
    display: block;
    color: #092847;
    font-size: 30px;
    margin-bottom: 5px;
    transition: 0.4s;
}

.authpage-list {
    width: 100%;
    background: #fff;
    margin: 20px 0 0;
    padding: 0px 15px;
}

.nav-link.active{
   background: #092847;
    color: #fff !important; 
}
.nav-link.active i{
    color: #fff !important; 
}

.usr-lft-mnu{
    
}
.usr-lft-mnu .nav{
    display: block;
    margin-top: 20px;
}
.ulog-nav-item{
    margin-bottom: 10px;
}
.ulog-nav-item .nav-link{
    display: block;
    color: #09284763 !important;
    font-size: 16px;
    font-weight: 500;
    /* background: #f3f6fd; */
    border-radius: 0px 20px 20px 0;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 25px;
}

.ulog-nav-item .nav-link i{
    font-size: 20px;
    margin-right: 7px;
    margin-left: 0;
    color: #09284763;
}

.ulog-nav-item .nav-link.active {
   background: transparent;
    color: tomato!important;
    border-radius: 0px 20px 20px 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    /*background-image: linear-gradient(to top right, #092847, #4996dc)*/
}
.ulog-nav-item .nav-link.active i {
    color: tomato!important;
}

.p-skill {
    flex-wrap: wrap;
    justify-content: start !important;
}

.cursor-pointer{
  cursor: pointer;
}
.p-desc ul li {
    position: relative;
    margin: 10px 0;
}

.itm-del {
    position: absolute !important;
    left: -13px;
    top: -5px;
    padding: 0 2px !important;
}

.itm-del i {
    color: #333 !important;
    border-radius: 50%;
    font-size: 13px !important;
}

.p-desc ul li i {
    font-size: 18px;
    color: #c8e08f;
}

.p-desc p,
ul {
    font-size: 15px;
}

.p-skill li {
    width: auto !important;
    background: #092847 !important;
    color: #fff;
    padding: 3px 19px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    margin-right: 15px !important;
}

.l-type {
    color: #809ebc;
    font-size: 13px;
}

.d-sub-title {
    font-size: 20px;
    position: relative;
    margin-bottom: 23px;
    font-weight: 600;
}

.add-new-btn {
    cursor: pointer;
}

.d-sub-title:after {
    content: "";
    width: 50px;
    height: 3px;
    background: #092847;
    position: absolute;
    bottom: -11px;
    left: 0px;
    border-radius: 4px;
}

.text-university {
    display: block;
    margin-left: 30px;
    color: #969696;
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 22px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: #092847;
}

input:focus + .slider {
  box-shadow: 0 0 1px #092847;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.tswitch{
    display:flex;
}
.tswitch h6{
   margin-right:10px; 
   margin-top:2px;
}
/*end profile -*/
/*Class --*/
.accordion {}

.acc-title {
    font-size: 16px;
    position: relative;
    color: #092847 !important;
    font-weight: 600;
    padding: 10px 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgb(219, 239, 172);
    width: 100%;
    display: block;
}

.card-body {
    font-size: 15px;
    font-weight: 500px;
}

.card {
    position: relative;
    margin-bottom: 10px;
    border: 1px solid rgba(169, 169, 169, 0.125);
}

.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
}

/*end class--*/
/* following */
.authpage-list {
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 15px 15px;
}

.auth-fol-box {
    width: 100%;
    display: flex;
    padding: 0px 0;
    border-bottom: 1px solid #f5f5f5;
    justify-content: space-between;
    align-items: center;
}

.foll-img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.foll-img img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #f7f6f6;
    -webkit-box-shadow: 0px 7px 15px -7px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 7px 15px -7px rgba(0, 0, 0, 1);
    box-shadow: 0px 7px 15px -7px rgba(0, 0, 0, 1);
}

.foll-img a {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
    padding-left: 20px;
}

.foll-btn {
    background: #092847;
    color: #fff;
    font-size: 14px;
    padding: 6px 17px 6px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    border-radius: 20px;
    border-bottom: 1px solid #e6e5e5;
    -webkit-box-shadow: 0px 7px 15px -7px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 7px 15px -7px rgba(48, 37, 37, 0.6);
    box-shadow: 0px 7px 15px -7px rgba(37, 37, 37, 0.6);
    transition: all 1s;
}

.foll-btn:hover {
    background: #ababab;
    color: #fff;
}

.folling-btn {
    background: #ababab;
    color: #e8e8e8;
    font-size: 14px;
    padding: 6px 17px 6px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    border-radius: 20px;
    border-bottom: 1px solid #e6e5e5;
    -webkit-box-shadow: 0px 7px 15px -7px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 7px 15px -7px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 7px 15px -7px rgba(37, 37, 37, 0.6);
    transition: all 1s;
}

.folling-btn:hover {
    color: #fff;
    background: #092847;
}

.foll-img .wrk-exp {
    margin: 6px 0;
    display: flex;
    margin-left: 0px !important;
}

/* End following */
/* Blog Section */
.text_post {
    padding: 10px 20px;
    box-shadow: 5px 5px 5px #ddd;
    border-radius: 0px;
    background: #E5E7E9;
}

.text_post {
    padding: 10px 20px;
    /* box-shadow: 5px 5px 5px #092847; */
    border-radius: 0px;
    /* background: #092847; */
    background: #f1f1f1;
}

.text_post textarea {
    height: 100px;
    border: none;
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    resize: none;
    outline: none;
}

.text_post span {
    position: relative;
}

.text_post span i {
    font-size: 25px;
    color: #fff;
    position: absolute;
    left: 22px;
    bottom: 0px;
}

.text_post span i small {
    color: #ffffff;
    margin-left: 4px;
    font-size: 18px;
}

.text_post span input[type='file'] {
    opacity: 0;
}

.text_post span input[type='submit'] {
    border: 1px solid #092847;
    background: #092847;
    border-radius: 0px;
    padding: 2px 15px;
    color: #fff;
    float: right;
    clear: both;
    font-size: 14px;
    padding: 2px 20px;
}

.clear {
    clear: both;
}

.art-post-btn{
    padding: 20px 20px;
    box-shadow: 0px 2px 5px #ddd;
    background: #faf9f9;
    margin: 16px 0;
    border-radius: 10px;
}
.art-post-btn a{
    padding: 15px 30px;
    background: #d9dadb;
    border-radius: 25px;
    display: block;
    font-size: 16px;
    color: #333;
    cursor:pointer;
}

.art-post-btn a i{
    margin-right: 7px;
    font-size: 19px;  
}

.post_result {
    padding: 20px 20px;
    box-shadow: 0px 2px 5px #ddd;
    background: #faf9f9;
    margin: 10px 0;
    border-radius: 10px;
}

.stu_details {
    display: flex;
}

.stu_details img {
    max-width: 51px;
    max-height: 51px;
    margin-right: 15px;
    border: 1px solid #b7b7b7;
}

.stu_details span {
    margin-top: 6px;
}

.stu_details span h3 {
    font-size: 20px;
    font-weight: 600;
}
.article-click{
   color:#092847;
   display:inline-block;
}

.stu_details span h6 {
    font-size: 13px;
}
.atclbtm{
    
}
.atclbtm-cat{
    display: inline-block;
    padding: 4px 12px;
    background: #ddd;
    color: #333;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
}
.post_details {
    padding: 5px 5px 20px;
    margin: 5px 0 10px;
    /* border-bottom: 1px solid #ddd; */
}

.post_details h6 {
    font-weight: 600;
}

.post_details img {
    border-radius: 10px;
}

.post_details p {
    font-size: 15px;
    font-weight: 400;
    color: #17202A;
}

/*
.post_details h4 {
    margin-top: 5px;
}
*/
.cmd_icon {
    display: flex;
    padding: 5px 20px;
    justify-content: right;
}

.cmd_icon h5 {
    font-size: 13px;
    color: #212529;
    margin-bottom: 10px;
    font-weight: 500;
}

.cmd_icon i {
    font-weight: 700;
    font-size: 16px;
}

.like {
    margin-right: 10px;
    color: #333;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
    margin-left: 10px;
}

.cmd_icon i {
    font-weight: 700;
    font-size: 16px;
}

.cmd {
    margin-right: 10px;
    color: #333;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
    margin-left: 7px;
}

.cmd_icon i {
    font-weight: 700;
    font-size: 16px;
}

.cmd_details {
    display: flex;
    margin-top: 5px;
}

.cmd_details input ::placeholder {
    font-size: 10px;
}

.cmd_details img {
    width: 40px;
    height: 40px;
    border: 1px solid #a0a0a0;
}

.cmd_details input {
    margin-left: 20px;
    max-height: 30px;
    margin-top: 6px;
    border: 0px;
    width: 100%;
    outline: none;
    background: transparent;
    transition: all 1s;
}

.cmd_details input:focus {
    border-bottom: 1px solid #ddd;
}

.cmd_details label {
    margin-left: 20px;
    max-height: 30px;
    margin-top: 6px;
    border: 0px;
    width: 100%;
    outline: none;
}

.cmd_details label h5 {
    font-size: 15px;
}

.cmd_details label h6 {
    font-weight: 400;
    padding: 0px 0 0 0px;
    font-size: 14px;
}

.uart-thmb{
    display: block;
    width: 100px;
    max-height: 150px;
    overflow: hidden;
    position: relative;
    padding: 12px;
    border: 2px dashed #626262;
    border-radius: 8px;
}
.uart-thmb img{
    width: 100%;
    height: auto;
    margin-right: 10px;
    z-index: 9; 
}
.uart-thmb input{
    z-index: 99;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
/* End Blog Section */
/*= == === End profile-details.php === == =*/
/*= == === Own Profile.php === == =*/
.auth-ch-bnr {
    position: absolute;
    top: 60px;
    left: 50px;
}

.auth-ch-bnr input[type='file'] {
    opacity: 0;
}

.auth-ch-bnr i {
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    left: 5%;
    border: 1px solid #8e8285;
    padding: 5px 20px;
    background: #0000009e;
}

.auth-ch-bnr i small {
    font-size: 18px;
    margin-left: 10px;
    font-weight: 500;
}

.auth-ch-photo {
    position: relative;
    /* bottom: 0; */
    margin-top: -45px;
    left: 20%;
    background: none;
    overflow: hidden;
    transition: all 1s;
    right: 0;
    /* margin-bottom: 7px; */
    padding: 10px;
}

.auth-ch-photo a {
    background: white !important;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 5px 3px #ddd;
}

.auth-ch-photo .btn-primary {
    background: none;
    border: none;
}

.auth-ch-photo input[type='file'] {
    opacity: 0;
    overflow: hidden;
}

.auth-ch-photo i {
    font-size: 24px;
    color: #092847;
}

.auth-ch-photo i small {
    font-size: 15px;
    font-weight: 500;
    margin-left: 5px;
}

.card2 {
    border: none;
}

.form-control {
    display: block;
    width: 100%;
    padding: 4px .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #092847;
    background-color: #f3f6fd;
    background-clip: padding-box;
    border: 1px solid #d0d0d0;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control2 {
    display: block;
    width: 100%;
    padding: 5px .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #f3f6fd;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: 0px 2px 2px 2px #a5a2a2;
}

.c-edit {
    position: absolute !important;
    top: 3px !important;
    right: 0px !important;
    font-size: 15px !important;
    color: #b7b7b7 !important;
    margin-right: 0 !important;
    cursor: pointer;
}

.btn-custom {
    background: #092847;
    padding: 5px 7px;
    border: 0px solid #092847;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.card-body2 {
    padding: 5px;
}

.auth-tab2 .nav li {
    /*width: 18%;*/
    width: 15%;
}

/* profile */
.add_language_box-part {
    max-width: 300px;
    margin: 15px auto;
}

/* end profile*/
/* Gallery  */
.gallery-upload {
    position: relative;
}

/* .p-gallery{
    height: 50px;
} */
#upload-glry {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    left: 0;
}

#demo {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.green {
    background-color: #6fb936;
}

.thumb {
    margin-bottom: 30px;
}

.page-top {
    margin-top: 85px;
}

img.zoom {
    /* width: 100%;
      height: 200px; */
    border-radius: 5px;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    object-fit: cover;
    width: 100%;
    height: 150px;
}

.transition {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
}

.modal-header {
    border-bottom: none;
}

.modal-title {
    color: #000;
}

/* End Gallery */
/*= == === End Own Profile.php === == =*/
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

.panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

.panel-title>a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
}

/*= == === Media Query === == =*/
/* Search Result Page  */
.d-flexx {
    display: flex !important;
}

.d-flexx .tutor-contact :nth-child(1) {
    margin-right: 10px !important;
}

.tutor-box .tutor-subject span {
    font-size: 14px;
}

.tutor-box .wrk-exp span {
    font-size: 14px;
}

.tutor-box .tutor-address span {
    font-size: 14px;
}

.search-filter-box {
    box-shadow: 0px 3px 5px 0px #060606ba;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.create-profile {
    padding: 8px 20px;
    background: #092847;
    color: #fff;
    /* margin: 10px 0; */
    /* display: block; */
    border-radius: 10px;
    font-size: 17px;
}

.f-pin {
    position: relative;
}

#show-ajax-pin {
    display: none;
    position: absolute;
    background: #fff;
    max-height: 150px;
    width: 100%;
    overflow-x: auto;
    z-index: 9;
    box-shadow: 0px 3px 4px 0px #333;
    text-align: left;
}

#show-ajax-pin::-webkit-scrollbar {
    width: 10px;
    height: 30px;
}

#show-ajax-pin::-webkit-scrollbar-thumb {
    background-color: #092847;
    outline: 1px solid #092847;
    border-radius: 10px;
}

#show-ajax-pin::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: white;
}

#show-ajax-subject {
    display: none;
    position: absolute;
    background: #fff;
    max-height: 150px;
    width: 100%;
    overflow-x: auto;
    z-index: 9;
    text-align: left;
    box-shadow: 0px 3px 4px 0px #333;
}

#show-ajax-subject::-webkit-scrollbar {
    width: 10px;
    height: 30px;
}

#show-ajax-subject::-webkit-scrollbar-thumb {
    background-color: #092847;
    outline: 1px solid #092847;
    border-radius: 10px;
}

#show-ajax-subject::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: white;
}

#show-ajax-pin ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

#show-ajax-subject ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

#show-ajax-pin ul li {
    padding: 5px 15px;
    max-height: 35px;
    overflow: hidden;
    border-bottom: 1px solid #09284770;
    color: #092847;
    cursor: context-menu;
    font-weight: 600;
}

#show-ajax-pin ul li:hover {
    background: #fff;
}

#show-ajax-subject ul li {
    padding: 7px 15px;
    max-height: 35px;
    overflow: hidden;
    border-bottom: 1px solid #09284770;
    color: #092847;
    cursor: context-menu;
    font-weight: 600;
}

#show-ajax-subject ul li:hover {
    background: #fff;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #092847;
    border-color: #092847;
}

.page-link {
    color: #092847;
    border: 1px solid #fff;
    font-weight: 600;
}

.page-item.disabled .page-link {
    border-color: #fff;
}

.page-link:hover {
    color: #092847;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: transparent;
    border-radius: 0px;
}

.page-link:focus {
    outline: none;
    box-shadow: none;
}

/* End Search Result Page  */
/* About us  */
.contact-box {
    /*box-shadow: 0px 0px 25px 0px #ddd;*/
    padding: 25px;
}

.send-sms {
    color: #fff;
    background: #092847;
    border-radius: 0px;
    font-size: 17px;
}

/* End About us  */
/* 404 Page  */
.go-to-home {
    display: inline-block;
    padding: 6px 25px;
    background: #092847;
    color: #fff;
    border-radius: 20px;
    margin: 15px 0;
    box-shadow: 2px 2px 2px 2px #333;
    transition: all 0.5s;
}

.go-to-home:hover {
    color: #fff;
    box-shadow: none;
}

.pnf-img {
    text-align: center;
}

.sp-not {
    text-align: center;
    padding: 25px;
    color: tomato;
    font-size: 30px;
    font-weight: 600;
}

/* End 404 Page  */
/* Autocomplete  */
#custom-select-status,
#custom-select-status2,
#custom-select-status3,
#custom-select-status4 {
    font-size: 12px;
    font-size: 11px;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #353535;
}

.custom-select {
    position: relative;
}

.hidden-all {
    display: none;
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 100;
    display: none;
    max-height: 120px;
    overflow-y: scroll;
    cursor: pointer;
}

.custom-select-options {
    background: #f1f1f1;
    position: absolute;
    width: 100%;
    box-shadow: 0px 2px 1px 0px #333;
    border-radius: 0;
    z-index: 9;
}

.custom-select-options li {
    padding: 6px;
    display: block;
}

.custom-select-options li {
    border-bottom: 2px solid #fff;
}

.custom-select-options li strong {
    color: #333;
}

.custom-select-options li:hover {
    background: #fff;
}

.custom-select-options li strong:hover {
    cursor: pointer;
}

/* End Autocomplete  */

.mx-w-100 {
    max-width: 100% !important;
}

/*Share Modal */
.share-profile-modal {}

.share-profile-modal a {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}

.share-profile-modal a i {
    padding: 8px;
    font-size: 25px;
    box-shadow: 2px 2px 2px 2px #ddd;
    border-radius: 5px;
    transition: all 0.5s;
}

.share-profile-modal a small {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #092847;
    display: block;
}

.share-profile-modal a i:hover {
    box-shadow: none;
}

#fb-btn i {
    padding: 7px 13px;
    background: #1877F2;
    color: #fff;
}


#user-fb-btn i {
    padding: 7px 13px;
    background: #1877F2;
    color: #fff;
}

#wht-btn i {
    background: #25D366;
    color: #fff;
}

#user-wht-btn i {
    background: #25D366;
    color: #fff;
}

#tw-btn i {
    background: #1DA1F2;
    color: #fff;
}

#user-tw-btn i {
    background: #1DA1F2;
    color: #fff;
}

#linked-btn i {
    background: #0A66C2;
    color: #fff;
}
#user-linked-btn i {
    background: #0A66C2;
    color: #fff;
}

#insta-btn i {
    background: #e4405f;
    color: #fff;
}

#user-insta-btn i {
    background: #e4405f;
    color: #fff;
}


#clp-copy i {
    background: #092847;
    color: #fff;
}

#user-clp-copy i {
    background: #092847;
    color: #fff;
}

.curs-pointer {
    cursor: pointer;
}

/*End Share Modal */

/*More Page */
.mpttitle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 22px;
}

.mptitm {
    display: block;
    padding: 15px 0;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.mptitm img {
    width: 17px;
    margin-right: 7px;
}

/* End More Page */

/*User Profile */
.d-dbox{
    border-radius: 5px;
    width: 100%;
    height: 100px;
    display: block;
    background: #092847;
    padding: 15px;
}
.d-dbox h6{
   color: #fff;
    font-size: 14px; 
}
.d-dbox-cont{
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}
.d-dbox .d-dbox-btn{
    font-size: 14px;
    background: #fff;
    color: #092847;
    margin-left: 8px;
    padding: 1px 6px;
    border-radius: 4px;  
}
.standard-progress {
    position: relative;
    width: 100%;
    display: flex; 
}
.standard-progress .standard-progress-indicator{
    font-size: 13px;
    font-weight: 500;
    width: auto;
    display: inline-block;
    padding: 0 5px;
    text-align: right;
}
.progress-container{
    width: calc(100% - 120px);
    display: inline-block;
    overflow: visible;
    background: rgba(0,0,0,.1);
    width: 100%;
    height: 13px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin-top: 3px;
}
.progress-fill{
    width: 59.475%;
    background: #02c2a9;
    height: inherit;
    position: absolute;
    left: 0;
    z-index: 1;
    border-radius: 2px;
}
.progress-fill .unachieved{
    background-color: #74767e;
}
.progress-container .progress-threshold-label {
    top: -10px;
    -webkit-transform: translate(calc(-50% - 1px),-100%);
    transform: translate(calc(-50% - 1px),-100%);
    font-size: 11px;
    position: absolute;
    z-index: 2;
    text-align: center;
}
.progress-container .progress-threshold-label:before{
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,2px);
    transform: translate(-50%,2px);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    content: "";
}

.d-escop{
    
}
.d-escop-title{
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 25px;
}
.d-escop-itm{
    position: relative;
    padding-left: 25px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    margin-bottom: 25px;
}
.d-escop-itm h5{
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 500;
}
.d-escop-itm h5 i{
    position: absolute;
    left: -1px;
    font-size: 19px;
    top: 2px;
}
.d-escop-itm small{
    color: #8f8f8f;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 7px;
    display: block;
    margin-top: 5px;
    font-weight: 400;
}
.d-escop-txt-success{
    color:#02c2a9;
}
.d-escop-txt-muted{
    color:#95979d;
}
/*End User Profile */
.sg-hero-img-cont{
    margin-top: 100px;
}
.iti{
    width: 100%;
}
/* -- (max-width 992px) -- */
/*@media screen and(max-width:992px) {*/
/*}*/
/* -- (max-width 768px) -- */
@media screen and (max-width:768px) {
    .pc-add {
        display: none;
    }

    /*    index page*/
    header {
        height: auto;
    }

    .logo {
        text-align: center;
    }

    .log {
        margin-top: 25px;
        justify-content: center;
        margin-bottom: 15px;
        position: relative;
        float: none;
    }

    .log::before {
        content: "";
        width: 100%;
        height: 1px;
        background: #929291;
        position: absolute;
        top: -17px;
        left: 50%;
        transform: translate(-50%);
    }

    .register-group,
    .login-group {
        padding: 0 15px !important;
    }

    .btn {
        display: block;
    }

    .bnr-cont {
        text-align: center;
        margin: 12px 0;
    }

    .bnr-txt {
        font-size: 25px;
        color: #fff;
    }

    .register-btn {
        font-size: 17px;
        padding: 7px 20px;
    }

    .find-txt h1 {
        color: #092847 !important;
        font-size: 30px;
        display: inline-block;
        margin-left: 6px;
        font-weight: 600;
    }

    .find-txt h3 {
        color: #fff;
        margin: 0;
        display: inline-block;
        font-weight: 600;
    }

    .search-box {
        top: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    .search-box .form-control {
        padding: 9px 15px;
        background: #e0fd9a;
        border-radius: 0px;
        border: none;
        margin: 10px 0;
        /* color: #fff; */
    }

    .find-btn {
        background: #092847;
        padding: 6px 20px;
        border-radius: 0px;
        color: #f3f3f3 !important;
        font-weight: 600;
        font-size: 18px;
        cursor: pointer;
        display: inline-block;
        margin-top: 12px;
        width: 100%;
    }

    .sg-hero-img-cont {
        display: none;
    }

    .find-btn i {
        margin-right: 10px;
    }

    .fa-stopwatch {
        display: block;
        margin: 6px;
        font-size: 20px;
    }

    .watch span {
        font-size: 17px;
        display: block;
        font-weight: 600;
    }

    .m-d-block {
        display: block !important;
    }

    .wrk-exp {
        margin: 6px 0;
        display: flex;
        margin-left: 0px;
        align-items: center;
    }

    .tutor-edu-box {
        margin: 0px;
        margin: 0px;
        padding: 10px;
    }

    .cnt-btn {
        padding: 5px 11px;
        font-size: 11px;
        color: #fff;
        border-radius: 0px;
        font-weight: 500;
    }

    .tutor-contact,
    .centre-contact {
        display: flex;
        margin: 8px 0;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .tutor-edu-box .tutor-contact .mr-3 {
        margin-right: 5px !important;
        /* margin-bottom: 5px; */
        margin-left: 0px !important;
    }

    .tutor-edu-box .tutor-contact,
    .centre-contact {
        display: flex;
        margin: 8px 0;
        justify-content: space-evenly;
        flex-wrap: nowrap;
    }

    .m-hide {
        display: none;
    }

    .cnt-btn {
        padding: 5px 13px;
        font-size: 13px;
        color: #fff;
        border-radius: 0px;
        font-weight: 500;
    }

    .tutor-name a,
    .centre-name a {
        font-size: 19px;
        font-weight: 600;
    }

    .sub-heading h3 {
        font-size: 19px;
        font-weight: 600;
    }

    .sub-heading h3 :after {
        width: 70px;
    }

    .footer-mnu li {
        font-weight: 400;
        font-size: 12px;
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .tutor-subject i {
        font-size: 14px;
        color: #092847;
        margin-top: 2px;
        margin-right: 10px;
        /*color: red;*/
        /*color: #092847 !important;*/
    }

    .wrk-exp i {
        font-size: 15px;
        /* color: #092847; */
        margin-right: 10px;
        color: #092847;
    }

    .footer-mnu {
        justify-content: flex-start;
        margin-top: 10px;
        margin-bottom: 5px;
        flex-wrap: wrap;
    }

    .footer-email {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .f-e-xnt {
        text-align: justify;
    }

    /*    login page*/
    .rg-btn-grp .btn {
        margin-bottom: 20px;
    }

    .rg-heading {
        color: #092847;
        font-size: 23px;
        font-weight: 500;
        -webkit-font-smoothing: antialiased;
        letter-spacing: -1.2px;
    }

    .rg-lg-heading {
        font-size: 22px;
        font-weight: bold;
        color: #092847;
    }

    /*    profile-details page*/
    .auth-pic {
        width: 110px;
        height: 110px;
        background-size: 100%;
        border-radius: 50%;
        /* border: 10px solid #fff; */
        margin: 0 auto;
        position: relative;
        margin-top: 10px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .auth-ch-photo i {
        font-size: 19px;
        color: #092847;
    }

    .auth-ch-photo a {
        background: white !important;
        border-radius: 50%;
        height: 33px;
        width: 33px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 3px 5px 3px #ddd;
    }

    .auth-tab ul li a {
        font-size: 13px;
        padding: 15px 6px;
    }

    .p-desc .w-50 {
        width: 100% !important;
    }

    .auth-tab2 .nav li {
        /*width: 19%;*/
        width: 15%;
    }

    .auth-pic img {
        object-fit: cover;
        height: 110px;
        width: 110px;
    }

    .author-banner {
        width: auto;
        position: relative;
        /* height: 100px; */
    }

    .author-banner {
        /*height: 110px;*/
        width: 100%;
    }

    .author-banner .img-fluid {
        width: 100%;
        height: 110px;
        object-fit: cover;
    }

    .contact-form .pl-5 {
        padding-left: 15px !important;
        margin-top: 30px;
    }

    .contact-form h3::after {
        content: "";
        position: absolute;
        bottom: 5px;
        width: 50px;
        height: 2px;
        background: #092847;
        left: 0px;
    }

    .foll-btn {
        /* position: relative; */
        margin-top: 65px;
        background: #092847;
        color: #fff;
        font-size: 13px;
        padding: 4px 15px 4px;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        border-radius: 20px;
        border-bottom: 1px solid #e6e5e5;
        -webkit-box-shadow: 0px 7px 15px -7px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 7px 15px -7px rgba(0, 0, 0, 0.6);
        box-shadow: 0px 7px 15px -7px rgba(37, 37, 37, 0.6);
    }

    .folling-btn {
        background: #ababab;
        color: #e8e8e8;
        margin-top: 65px;
        font-size: 13px;
        padding: 4px 15px 4px;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        border-radius: 20px;
        border-bottom: 1px solid #e6e5e5;
        -webkit-box-shadow: 0px 7px 15px -7px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 7px 15px -7px rgba(0, 0, 0, 0.6);
        box-shadow: 0px 7px 15px -7px rgba(37, 37, 37, 0.6);
    }

    .auth-ch-bnr i small {
        display: none;
    }

    .auth-ch-photo i small {
        display: none;
    }

    .auth-ch-photo {
        position: absolute;
        top: 40px;
        left: 50%;
        background: transparent;
        overflow: hidden;
        transition: all 1s;
    }

    .auth-ch-bnr {
        position: absolute;
        top: 10px;
        left: 20px;
    }

    .auth-ch-bnr i {
        font-size: 18px;
        color: #ffffff;
        position: absolute;
        left: 5%;
        border: 1px solid #8e8285;
        padding: 4px 15px;
        background: #0000009e;
    }

    /* search result  */
    .d-flexx {
        display: block !important;
    }

    .for-src-pg {
        padding: 5px 5px 30px 5px !important;
        margin: 10px 0 20px !important;
    }

    .for-src-pg .profilr-pic {
        width: 80px;
        height: 80px;
    }

    .for-src-pg .for-src-pg .profilr-pic img {
        width: 80px;
        height: 80px;
        object-fit: cover;
    }

    .for-src-pg .rating {
        font-size: 8px;
        margin-top: 4px;
    }

    .for-src-pg .tutor-name a,
    .for-src-pg .centre-name a {
        font-size: 16px;
        font-weight: 600;
    }

    .for-src-pg .tutor-subject span {
        font-size: 12px !important;
    }

    .for-src-pg .tutor-subject {
        margin: 4px 0;
        max-width: 220px
    }

    .for-src-pg .tutor-subject i {
        font-size: 12px;
    }

    .for-src-pg .wrk-exp {
        margin: 4px 0;
    }

    .for-src-pg .wrk-exp i {
        font-size: 12px;
    }

    .for-src-pg .wrk-exp span {
        font-size: 12px;
    }

    .for-src-pg .tutor-address i {
        font-size: 12px;
    }

    .for-src-pg .tutor-address {
        margin: 4px 0;
    }

    .for-src-pg .tutor-contact,
    .centre-contact {
        position: absolute;
        bottom: -25px;
        display: flex;
        margin: 0px 0;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .for-src-pg .tutor-contact :nth-child(1) {
        margin-right: 20px !important;
    }

    .for-src-pg .cnt-btn {
        padding: 5px 14px;
        font-size: 12px;
        color: #fff;
        border-radius: 0px;
        font-weight: 500;
        border-radius: 15px;
    }

    .for-src-pg .tutor-address span {
        font-size: 12px;
    }

    .for-src-pg .tutor-name {
        margin: 3px 0;
    }

    .page-link {
        padding: 3px 10px;
    }

    .tutor-box-2 {
        padding: 5px 10px;
    }

    .tutor-box-2 .tutor-name {
        padding: 0;
        margin: 0;
    }

    .tutor-box-2 .tutor-subject {
        padding: 0;
        margin: 3px;
    }

    .profilr-pic-2 {
        width: 70px;
        height: 70px;
    }

    .profilr-pic-2 img {
        width: 70px;
        height: 70px;
    }

    .m-none {
        display: none;
    }
    
    .ulog-nav-item{
        margin-bottom: 10px;
        display: inline-block; 
    }
    .ulog-nav-item .nav-link{
        border-bottom: none;
        margin-bottom: 10px;
    }
}

/* -- (max-width 600px) -- */
@media screen and (max-width:600px) {}

/* -- (max-width 411px) -- */
@media screen and (max-width:411px) {}

/* -- (max-width 360px) -- */
@media screen and (max-width:360px) {}

/*= == === End Media Query === == =*/


.register-box {
    text-align: left !important;
}

.nic-itm{
    box-shadow: 0px 1px 4px 1px #ddd;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.nic-itm-dtls{
    
}
.nic-itm-dtls h6{
    margin-bottom: 0px;
    font-size: 15px;   
}
.nic-itm-dtls p{
    font-size: 13px;
}
.nic-itm-ftr{
    display: flex;
    justify-content: space-evenly;
}
.nic-itm-ftr a{
    display: inline-block;
    color: tomato;
}

.nic-itm-ftr a i{
    
}






/* (A) WRAPPER */
#up-wrap, #up-wrap * {
  font-family: arial, sans-serif;
  box-sizing: border-box;
}
#up-wrap {
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.4);
}

/* (B) PROGRESS BAR */
#up-progress, #up-bar, #up-percent { height: 20px;
    border-radius: 15px; }
#up-progress {
  position: relative;
  background: #fff;
}
#up-bar {
  /*background: linear-gradient(90deg, rgba(235,63,22,1) 0%, rgba(228,198,44,1) 35%, rgba(34,106,5,1) 100%);*/
  background:green;
  width: 0;
  transition: width 0.5s;
}
#up-percent {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

/* (C) FILE PICKER */
#up-file { display: none; }
#up-label {
  text-align: center;
    display: block;
    margin-top: 20px;
    padding: 45px 30px;
    color: #fff;
    border: 2px dashed #919191;
    background: transparent;
    cursor: pointer;
    border-radius: 5px;
}
#up-file:disabled ~ #up-label { background: #b1b1b1; }
#up-wrap small{
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: 600;
}
/* (X) DOES NOT MATTER */
/* PAGE & BODY */













