/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
    /*--cnvs-themecolor:#037151;*/
}

/******************************HEADER START*************************************/
#header-wrap #logo img {
    height: auto;
}

#logo img {
    width: 250px;
}

.is-expanded-menu #header.sticky-header-shrink #header-wrap #logo img {
    width: auto;
}

h1,
.h1 {
    font-size: 2rem;
}

.dark {
    --cnvs-contrast-bg: #012241;
}

.header-misc .button {
    --cnvs-btn-color: #037151;
}

.header-misc .button:hover {
    background-color: #012241;
    color: #fff;
    border: 1px solid #ffffff;
}

/******************************HEADER  END*************************************/



/******************************HEADER START LOGIN *****************************/
.loggedin-user-header {}

.loggedin-user {
    max-width: 450px;
    min-width: 200px;
}

/*small-logged-in-profile-image
{
    border-radius: 2rem;
}*/
.small-logged-in-profile-image-user {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}

.small-logged-in-profile-image-user img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header-misc.loggedin-user .dropdown a.btn.btn-secondary.btn-sm {
    background: transparent;
    border: none;
    height: 6.3rem;
    display: table-cell;
}

.sticky-header-shrink .header-misc.loggedin-user .dropdown a.btn.btn-secondary.btn-sm {
    height: 4.1rem;
}

.header-misc.loggedin-user .dropdown a.btn.btn-secondary.btn-sm:hover {
    background: #02182d;
    border: none;
    transition: 0.5s;
}

.loggedin-user ul.dropdown-menu.dropdown-menu-end.show {
    width: 280px;
    background: #ffffffdb;
    color: black;
}

.header-misc.loggedin-user a.dropdown-item.text-start:hover {
    background: #1b7353;
    color: #ffffff;
}

.loggedin-user a.dropdown-item.text-start {
    color: #012241;
}

.loggedin-user .dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid rgb(1 34 65);
    opacity: 1;
}

.dropdown.top-messeges i {
    font-size: 24px;
    margin-right: 5px;
}

.dropdown.top-messeges {
    background: #011a30;
    color: #ffffff;
}

.dropdown.top-messeges .btn .badge {
    position: absolute;
    top: -21px;
    left: 32px;
    width: 25px;
    height: 25px;
    padding: 7px 2px 3px 2px;
    text-align: center;
}

.sticky-header-shrink .dropdown.top-messeges .btn .badge {
    position: relative;
    top: 6px;
    left: 0px;
    width: 25px;
    height: 25px;
    padding: 7px 2px 3px 2px;
    text-align: center;
}

.header-misc.loggedin-user .dropdown.top-messeges a.btn.btn-secondary.btn-sm:hover {
    background: #061422;
    border: none;
    transition: 0.5s;
}

.dropdown.top-messeges .dropdown-menu-end i {
    font-size: 16px;
}

.small-logged-in-profile-name-menu {
    display: none;
}

.small-logged-in-profile-name {}

/******************************HEADER END LOGIN *******************************/


/******************************FOOTER START*************************************/

.footer-logo {
    margin-bottom: 10px;
    height: 60px;
}

#footer {
    --cnvs-footer-bg: #012241;
    background-color: var(--cnvs-footer-bg);
}

.footer_logo_colum ul li {
    padding: 0.50rem 8px;
    font-size: 1rem;
    list-style: none;
}

/******************************FOOTER END*************************************/

/******************************INDEX PAGE START*************************************/
#content .button {
    background-color: #012241;
    color: #ffffff;

}

#content .button:hover {
    background-color: #ffffff;
    color: #012241;
    border: 1px solid #012241;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content h7,
#content p {
    color: #012241;
}

.iconlist>li i:first-child,
.iconlist>li img:first-child {
    --cnvs-iconlist-color: #012241;
    color: var(--cnvs-iconlist-color);
}

.big_icon .iconlist>li i:first-child,
.big_icon .iconlist>li img:first-child {
    font-size: 30px;
    width: 30px;
    top: 0.4em;
}

.big_icon .iconlist li {
    margin-top: 1em;
}

.green_gradient_background {
    /*background: rgb(72,121,88);
background: radial-gradient(circle, rgba(72,121,88,1) 1%, rgba(0,112,80,1) 100%);*/
    background: rgb(72, 121, 88);
    background: linear-gradient(90deg, rgba(72, 121, 88, 1) 1%, rgba(0, 112, 80, 1) 100%);
}

.green_gradient_background h1,
.green_gradient_background p {
    color: #ffffff;
}

/******************************INDEX PAGE END*************************************/
/****************************** INNER PAGE START**********************************/
.inner-content-image {
    height: 20em;
}

a {
    color: #012241;
}

a:hover {
    color: #1abc9c;
}

.iti {
    width: 100%;
}

.input-group>.form-control,
.input-group>.form-select,
.input-group>.form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    border: 1px solid #012241;
}

.input-group-text {
    border: 1px solid #012241;
}

.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type=text],
.iti--allow-dropdown input.iti__tel-input[type=tel] {
    border: 1px solid #012241;
}

/*.iti__selected-country {

    border-right: 1px solid #012241;
}*/
.iti__selected-country-primary {
    border-right: 1px solid #012241;
}

.form-control {
    border: 1px solid #012241;
}

/*****OTP******/
.otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.otp-field input {
    height: 45px;
    width: 42px;
    border-radius: 6px;
    outline: none;
    font-size: 1.125rem;
    text-align: center;
    border: 1px solid #ddd;
}

.otp-field input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
    display: none;
}

.resend {
    font-size: 12px;
}

/*****OTP*******/
/*Book a Free Trial Class Autocomplete API Related CSS*/
.autocomplete-container {
    /*the container must be positioned relative:*/
    position: relative;
}

.autocomplete-container input {
    /*width: calc(100% - 37px);
  outline: none;
  
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  padding-right: 31px;
  font-size: 16px;*/
}

.autocomplete-items {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: calc(100% + 2px);
    left: 0;
    right: 0;

    background-color: #fff;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: rgba(0, 0, 0, 0.1);
}

.autocomplete-items .autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: rgba(0, 0, 0, 0.1);
}

.clear-button {
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;

    position: absolute;
    right: 5px;
    top: 0;

    height: 100%;
    display: none;
    align-items: center;
}

.clear-button.visible {
    display: flex;
}


.clear-button:hover {
    color: rgba(0, 0, 0, 0.6);
}



/*Google Facebook Sign Up Sign In Button*/

.media-options a {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.facebook {
    color: #fff;
    background-color: #4267b2;
}

a.facebook .facebook-icon {
    height: 43px;
    width: 43px;
    color: #4267b2;
    font-size: 30px;
    border-radius: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.facebook-icon,
img.google-img {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
}

img.google-img {
    height: 47px;
    width: 47px;
    object-fit: cover;
    background: white;
    padding: 5px;
}

a.google {
    border: 1px solid #CACACA;
}

a.google span {
    font-weight: 500;
    opacity: 1;
    color: #ffffff;
}

a.field.google {
    background: #4285F4;
    color: white;
    border-radius: 5px;
}

a.field.facebook.p-3 {
    border-radius: 5px;
}

.google-facebook-login-signup {
    width: 350px;
}

/****************************************/

/************************* TUTOR JOBS FIND TUTORS LIST END************************/
.custom_search_panel {
    min-height: 320px;
    overflow: visible;

}

.custom_search_panel .input-group {
    min-height: 50px;
}

.custom_search_panel .input-group .button {
    background: #012241;
    color: #ffffff;
}

.custom_search_panel .input-group .button:hover {
    background: #ffffff;
    color: #012241;
}

.custom-jobs-tutors-list-box {
    background: rgb(1, 34, 65);
    background: linear-gradient(90deg, rgba(1, 34, 65, 1) 1%, rgba(8, 61, 111, 1) 100%);
    border-radius: 5px;
    min-height: 218px;
}

.custom-jobs-tutors-list-box:hover {
    background: rgb(1, 34, 65);
    background: linear-gradient(90deg, rgba(8, 61, 111, 1) 100%, rgba(1, 34, 65, 1) 1%);
    transition: .8s;
}

.custom-jobs-tutors-list-box p,
.custom-jobs-tutors-list-box a,
.custom-jobs-tutors-list-box h1,
.custom-jobs-tutors-list-box h2,
.custom-jobs-tutors-list-box h3,
.custom-jobs-tutors-list-box h4,
.custom-jobs-tutors-list-box h5,
.custom-jobs-tutors-list-box h6,
.custom-jobs-tutors-list-box h7 {
    color: #ffffff;
}

.fixed-width-main-collum-find-tutors h5 {
    font-size: 16px;
}

.fixed-width-main-collum-find-tutors p {
    font-size: 16px;
}

.custom-profile-image {
    /* border: 1px solid black; */
    display: inline-block;
    width: 200px;
    height: 238px;
    overflow: hidden;
}

.fixed-width-main-collum-find-tutors {
    width: calc(100% - 27rem);
}

.subject-element-box {
    background: #ffffff;
    padding: 0.5rem 1rem 0.5rem 1rem;
    color: #012241;
    font-weight: 600;
    margin: 0.25rem 1rem 0.25rem 0rem;
    float: left;
    border-radius: 5px;
    border: 1px solid #ffffff;
    font-size: 14px;
}

.info-element-box {
    background: transparent;
    padding: 0.5rem 1rem 0.5rem 1rem;
    color: #ffffff;
    font-weight: 600;
    margin: 0.25rem 1rem 0.25rem 0rem;
    float: left;
    border-radius: 5px;
    border: 1px solid #ffffff;
    font-size: 14px;
}

.info-element-box-tutor {
    background: transparent;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    color: #ffffff;
    font-weight: 600;
    margin: 0.25rem 0.5rem 0.25rem 0rem;
    float: left;
    border-radius: 5px;
    border: 1px solid #ffffff;
    font-size: 10px;
}

.personal-details-element-box {
    background: transparent;
    padding: 0.5rem 1rem 0.5rem 0rem;
    color: #ffffff;
    font-weight: 600;
    margin: 0.25rem 1rem 0.25rem 0rem;
    float: left;
    font-size: 16px;
}

.info-element-sideboxes {
    background: transparent;
    padding: 0.5rem 1rem 0.5rem 1rem;
    color: #ffffff;
    font-weight: 600;
    margin: 0.25rem 1rem 0.25rem 0rem;
    float: left;
    border-radius: 5px;
    border: 1px solid #ffffff;
    font-size: 13px;
    width: 100%;
    text-align: left;
}

.info-element-sideboxes-tutor {
    background: transparent;
    padding: 0.25rem 1rem 0.25rem 1rem;
    color: #ffffff;
    font-weight: 600;
    margin: 0.25rem 1rem 0.25rem 0rem;
    float: left;
    border-radius: 5px;
    border: 1px solid #ffffff;
    font-size: 19px;
    width: 100%;
    text-align: left;
}

.info-element-sidebox-buttons {
    background: #ffffff;
    padding: 0.5rem 1rem 0.5rem 1rem;
    color: #012241;
    font-weight: 600;
    margin: 0.25rem 1rem 0.25rem 0rem;
    float: left;
    border-radius: 5px;
    border: 1px solid #ffffff;
    font-size: 14px;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}

.fixed-width-side-collum {
    min-width: 215px;
    width: 215px;
}

.fixed-width-side-collum-tutor {
    min-width: 215px;
    width: 215px;
}

.fixed-width-main-collum {
    width: calc(100% - 215px);
}

button.info-element-sidebox-buttons:hover {
    background: #037151;
    border: 1px solid #037151;
    color: #ffffff;
    transition: .4s;
}

.info-element-box i,
.personal-details-element-box i,
.info-element-sideboxes i,
.info-element-sidebox-buttons i,
.info-element-box-tutor i,
.tutor-items i,
.info-element-sideboxes-tutor i {
    margin-right: 5px;
}

span.float-right {
    float: right;
}

.page-link.active,
.active>.page-link {
    background-color: #012241;
    border-color: #012241;
}

.page-link {
    color: #012241;
}

.page-link:hover {
    color: var(--bs-pagination-hover-color);
    background-color: #012241;
    border-color: #012241;
}


.ratings {
    margin-right: 10px;
}

.ratings i {

    color: #cecece;
    font-size: 25px;
}

.rating-color {
    color: #24ff00 !important;
}

.review-count {
    font-weight: 400;
    margin-bottom: 2px;
    font-size: 24px !important;
}

.small-ratings i {
    color: #cecece;
}

.review-stat {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 2px;
}

.tutor-items {
    min-width: 118px;
    width: auto;
    float: left;
}

.online {
    color: #24FF00 !important
}

.tutor-status {
    margin-right: 1em;
    margin-left: auto;
}

.job-description-para {
    font-size: 14px;
}

/************************* TUTOR JOBS FIND TUTORS LIST END************************/


/************************* TUTOR MAIN PROFILE PAGE START *************************/
.tutor-profile-single {
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.tutor-profile-contents .content-wrap {
    padding-top: 0px;
}

.tutor-profile-contents {
    top: -15rem;
    position: relative;
}

.main-content-tutor-left {
    width: 953px;
    float: left;
    margin-right: 18px;
}

.main-content-tutor-right {
    width: 330px;
    float: right;
    margin-left: 18px;
}

.main-content-tutor-left .custom-profile-image {
    width: 100%;
    min-width: 250px;
    height: 260px;
}

.main-content-tutor-left .left-sc-contents {
    width: 300px;
    min-width: 250px;
    /*height: 260px;*/
    display: flex;
}

.main-content-tutor-left .left-sc-contents .info-element-sideboxes-tutor {
    width: 49%;
    border-radius: 5px;
}

.main-content-tutor-left .left-sc-contents p {
    font-size: 14px;
}

.main-content-tutor-left .left-sc-contents .info-element-sideboxes-tutor .float-right {
    font-size: 11px;
}

.main-content-tutor-left-left {
    width: 300px;
    float: left;
}

.main-content-tutor-left-right {
    width: 650px;
    float: left;
}

.main-content-tutor-left-right .tutor-items {
    display: flex;
}

.main-content-tutor-left-right .tutor-items h1 {
    font-size: 30px;
}

.main-content-tutor-left-right .tutor-items h3,
.main-content-tutor-left-right .tutor-items span {
    font-weight: 300;
    font-size: 20px;
}

.tutor-profile-contents .online {
    color: #06bb86 !important;
}

.tutor-profile-contents .rating-color {
    color: #06bb86 !important;
}

.main-content-tutor-left-right .tutor-items span i {
    color: #037151 !important;
}

.main-content-tutor-left-right h2 {
    font-size: 1.05rem;
}

.main-content-tutor-left-right p {
    font-size: .9rem;
}

.main-content-tutor-left-left .info-element-sideboxes-tutor {
    width: 49%;
    color: #012241;
    font-size: 14px;
    float: left;
    padding: 0.25rem .5rem 0.25rem .5rem;
    border: 1px solid #012241;
    margin: 0.25rem 0rem 0.25rem 0rem;
    border-radius: 0px;
}

.main-content-tutor-right .info-element-sidebox-buttons {
    background: #012241;
    padding: 1rem 1rem 1rem 1rem;
    color: #ffffff;
    font-weight: 600;
    margin: 0rem 0rem 0.5rem 0rem;
    float: left;
    border-radius: 5px;
    border: 1px solid #ffffff;
    font-size: 16px;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}

.main-content-tutor-right .info-element-sideboxes-tutor {
    background: #037151;
    padding: 1rem 1rem 1rem 1rem;
    color: #ffffff;
    font-weight: 600;
    margin: 0rem 0rem 0.5rem 0rem;
    float: left;
    border-radius: 5px;
    border: 1px solid #037151;
    font-size: 14px;
    width: 100%;
    text-align: left;
}

.main-content-tutor-right .home-tutoring-lcoations-served {
    background: #ffffff;
    padding: 0px;
    color: #ffffff;
    font-weight: 600;
    margin: 0rem 0rem 0.5rem 0rem;
    float: left;
    border-radius: 5px;
    border: 1px solid #037151;
    font-size: 14px;
    width: 100%;
    text-align: left;
}

.main-content-tutor-right .home-tutoring-lcoations-served p {
    color: #012241;
    padding: 0.25rem 1rem 0.25rem 1rem;
    margin: 0.25rem 0rem 0.25rem 0rem;
    font-weight: 400;
}

.main-content-tutor-left i,
.main-content-tutor-right i {
    margin-right: 5px;
}

.main-content-tutor-left .subject-element-box {
    background: #012241;
    padding: 0.5rem 1rem 0.5rem 1rem;
    color: #ffffff;
    font-weight: 600;
    margin: 0.25rem 1rem 0.25rem 0rem;
    float: left;
    border-radius: 5px;
    border: 1px solid #ffffff;
    font-size: 14px;
}

.main-content-tutor-left .reviewtext {
    font-size: .9rem;
    font-style: italic;
}

.load-more {
    background: #012241 !important;
    color: white !important;
}

.load-more:hover {
    background-color: #037151 !important;
    color: #fff !important;
    transition: 0.5s;
}

/************************* TUTOR MAIN PROFILE PAGE END **************************/



.after-login-content .button {
    background-color: #ffffff;
    color: #012241;
}

.after-login-content .button-blue.button-border.button-fill::before {
    background-color: #012241;
}

.small-logged-in-profile-name {
    padding-top: 4%;
}

.dropdown.top-profile-sec a div div i {
    padding-top: 0.1em;
}

.fbox-icon i,
.fbox-icon img {
    border-radius: 50%;
    background-color: #012241;
}

.fbox-effect .fbox-icon i:hover,
.fbox-effect:hover .fbox-icon i {
    background-color: #157352;
    color: #fff;
}

.info-element-sideboxes-tutor-after-logged-in {
    background: transparent;
    padding: 0.65rem .25rem 0.65rem .25rem;
    color: #ffffff;
    font-weight: 600;
    margin: 0.25rem .15rem 0.25rem 0.7rem;
    float: left;
    border-radius: 5px;
    border: 1px solid #ffffff;
    font-size: 12px;
    width: 26%;
    text-align: left;
    text-align: center;
}

.after-login-content .tutor-items {
    min-width: 94px;
}







.after-login-content-tutor-wrt-messege-page .custom-jobs-tutors-list-box {
    border-radius: 0px;
}

.messege-profile-avatar {
    min-width: 200px;
    width: 250px;
    float left;
    display: inline-flex;
}

.messege-profile-avatar-text {
    min-width: 200px;
    width: 265px;
    float left;
}

.messege-profile-avatar img {
    min-width: 50px;
    width: 50px;
    border-radius: 50%;
    float: left;
    height: 50px;
}

.messege-profile-avatar-name {
    padding-top: 5%;
    padding-left: 5%;
}

.messege-bottom-buttons {
    background: #063764;
    padding: 0.5rem 1rem 0.5rem 1rem;
    color: #ffffff;
    font-weight: 600;
    margin: 0.25rem 0rem 0.25rem 1rem;
    float: right;
    border-radius: 5px;
    border: 1px solid #ffffff;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
}

.messege-bottom-buttons i {
    margin-right: 5px;
}

.messege-bottom-buttons:hover {
    background: #198754;
    color: #ffffff;
    transition: 0.5s;
}


#page-menu-wrap {
    position: absolute;
    z-index: 199;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #012241;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}

.page-menu-item:hover>a,
.page-menu-item.current>a {
    background-color: rgb(14 114 81);
    color: #ffffff;
}

.table-dark {
    --bs-table-bg: #012241;
}

.table-hover>tbody>tr:hover>* {
    --bs-table-color-state: #fff;
    --bs-table-bg-state: rgb(14 114 81);
}

tr {
    vertical-align: middle;
}





.messege-from-students .messege-profile-avatar-text {
    min-width: 150px;
    width: 56%;
    float: left;
    font-size: 14px;

}

.messege-from-students .messege-profile-avatar-text div {
    padding: 7%;
}

.messege-from-students .messege-profile-avatar-name {
    padding-top: 8%;
    font-size: 14px;
}

.messege-from-students .messege-profile-avatar {
    min-width: 150px;
    width: 185px;
    display: inline-flex;
    float: left;
}

.messege-from-students .messege-profile-avatar img {
    min-width: 50px;
    width: 50px;
    border-radius: 50%;
    float: left;
    height: 50px;
}

.messege-from-students .messege-from-students-box {
    width: 32.00%;
    min-width: 415px;
}







section.after-login-content.messege-from-students.messege-from-tutors .messege-bottom-buttons {
    margin: 0.25rem 0rem 0.25rem 0rem;
}

section.after-login-content.messege-from-students.messege-from-tutors .messege-from-students-box {
    height: 205px;
}

.messege-tutor-botton-same-height {
    height: 60px;
    font-size: 12px;
}

.messege-from-tutors-section .custom-jobs-tutors-list-box {
    border-radius: 0px;
}

.custom-jobs-tutors-list-box-tutor-messeges {
    background: rgb(1, 34, 65);
    background: linear-gradient(90deg, rgb(20 114 82) 1%, rgb(91 159 91) 100%);
    border-radius: 5px;
    min-height: 218px;
}

.custom-jobs-tutors-list-box-tutor-messeges:hover {
    background: rgb(1, 34, 65);
    background: linear-gradient(90deg, rgb(20 114 82) 100%, rgb(91 159 91) 1%);
    border-radius: 5px;
    min-height: 218px;
}

.custom-jobs-tutors-list-box-tutor-messeges h3,
.custom-jobs-tutors-list-box-tutor-messeges p {
    color: #ffffff;
}

.subject-footer-links ul {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
}

.city-query-results {
    position: absolute;
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
    border-top: none;
    z-index: 99;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    background-color: #fff;

}

.city-query-results li {
    padding: 10px 10px 10px 10px;
    list-style: none;
}

.city-query-results li:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.template-contactform-city {
    border-radius: 0 7px 7px 0 !important;
}

form em {
    font-size: 10px;
    font-style: normal;
    padding-left: 10px;
    font-weight: bold;
}

.input-group .selected-list {
    position: absolute !important;
    min-width: 300px;
    max-width: 100%;
    width: 100%;
    top: 100%;
}



/*********************************Review Page******************************/
.review-page .rate {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px
}

.review-page .rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center
}

.review-page .rating>input {
    display: none
}

.review-page .rating>label {
    position: relative;
    width: 1em;
    font-size: 40px;
    font-weight: 300;
    color: #06bb86;
    cursor: pointer
}

.review-page .rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.review-page .rating>label:hover:before,
.review-page .rating>label:hover~label:before {
    opacity: 1 !important
}

.review-page .rating>input:checked~label:before {
    opacity: 1
}

.review-page .rating:hover>input:checked~label:before {
    opacity: 0.4
}

.review-page .buttons {
    top: 36px;
    position: relative
}

.review-page .rating-submit {
    border-radius: 8px;
    color: #fff;
    height: auto
}

.review-page .rating-submit:hover {
    color: #fff
}

.select2-results__option--highlighted {
    background: #e5e5e5;
    cursor: pointer;
}

.select2-results__option--selected {
    display: none;
}

.select2-results__option[aria-selected=true] {
    display: none;
}

li.select2-search.select2-search--inline {
    display: contents;
}

.select2-selection--multiple .select2-search--inline:first-child input {
    width: 100% !important;
}


.faqs .toggle {
    border-bottom: 1px solid #012241;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

section#content .border-bottom-0 ul li {
    margin-left: 25px;
}

input.razorpay-payment-button {
    width: 300px;
    background: white;
    height: 50px;
}

/*********************************Review Page******************************/

/****************************** INNER PAGE END************************************/
/******************************Responsive*****************************************/
/*@media only screen and (min-width:1025px) and (max-width: 1447px) {*/

@media only screen and (max-width: 1431px) {
    .is-expanded-menu .full-header #logo {
        padding-right: 0px;
        margin-right: auto;
    }

    .loggedin-user {
        max-width: 415px;
        min-width: 200px;
    }

    .loggedin-user-header .menu-link {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .dropdown.top-profile-sec a div div {
        padding-left: 3%;
        padding-right: 3%;
    }

    .small-logged-in-profile-name {
        padding-top: 6%;
    }

    .dropdown.top-profile-sec a div div i {
        padding-top: 0.6em;
    }

    .messege-from-students .messege-from-students-box {
        width: 32.00%;
        min-width: 415px;
    }
}

@media only screen and (max-width: 1366px) {
    .is-expanded-menu .full-header #logo {
        padding-right: 0px;
        margin-right: auto;
    }

    .loggedin-user {
        max-width: 415px;
        min-width: 200px;
    }

    .loggedin-user-header .menu-link {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .dropdown.top-profile-sec a div div {
        padding-left: 3%;
        padding-right: 3%;
    }

    .small-logged-in-profile-name {
        padding-top: 6%;
    }

    .dropdown.top-profile-sec a div div i {
        padding-top: 0.6em;
    }


    .messege-from-students .messege-from-students-box {
        width: 32.00%;
        min-width: 364px;
    }

    .messege-from-students .messege-profile-avatar {
        min-width: 150px;
        width: 175px;
        display: inline-flex;
        float: left;
    }

    .messege-from-students .messege-profile-avatar-text {
        min-width: 150px;
        width: 52%;
        float: left;
        font-size: 11px;
    }
}

@media only screen and (max-width: 1280px) {
    .loggedin-user {
        max-width: 320px;
        min-width: 200px;
    }

    .is-expanded-menu .full-header #logo {
        padding-right: 0px;
        margin-right: auto;
    }

    .loggedin-user-header #logo img {
        width: 210px;
    }

    .dropdown.top-messeges i {
        font-size: 15px;
        margin-right: 5px;
    }

    .dropdown.top-messeges .btn .badge {
        position: absolute;
        top: -23px;
        left: 19px;
        width: 22px;
        height: 22px;
        padding: 7px 2px 3px 2px;
        text-align: center;
    }

    .header-misc.loggedin-user .messege-profile {
        padding: 0.0rem !important;
        font-size: 12px;
    }

    .small-logged-in-profile-name {
        font-size: 12px;
        padding-top: 5%;
    }

    .sticky-header-shrink .dropdown.top-messeges .btn .badge {
        position: absolute;
        top: -19px;
        left: 18px;
        width: 21px;
        height: 20px;
        padding: 7px 2px 3px 2px;
        text-align: center;
    }

    /*.small-logged-in-profile-image {
    border-radius: 2rem;
    margin-top: 0px;
}*/
    .dropdown.top-profile-sec a div div {
        padding-left: 3%;
        padding-right: 3%;
    }

    .dropdown.top-profile-sec a div div i {
        padding-top: 0.1em;
    }

    .loggedin-user-header .menu-link {
        font-size: 12px;
    }



    .messege-from-students .messege-from-students-box {
        width: 32.00%;
        min-width: 304px;
    }

    .messege-from-students .messege-profile-avatar-name {
        padding-top: 10%;
        font-size: 12px;
    }

    .messege-from-students .messege-profile-avatar {
        min-width: 150px;
        width: 150px;
        display: inline-flex;
        float: left;
    }

    .messege-from-students .messege-profile-avatar-text {
        min-width: 150px;
        width: 51%;
        float: left;
        font-size: 10px;
    }

    .messege-from-students .messege-profile-avatar {
        min-width: 150px;
        width: 150px;
        display: inline-flex;
        float: left;
        padding-right: 0px;
    }

    .messege-from-students .messege-profile-avatar-text {
        min-width: 150px;
        width: 51%;
        float: left;
        font-size: 10px;
        padding-left: 0px;
    }

    .messege-from-students .messege-profile-avatar-text div {
        padding: 7% 4% 7% 4%;
    }

    .messege-from-students h6 {
        font-size: 12px;
    }

    .messege-from-students .messege-bottom-buttons {
        font-size: 11px;
    }
}

@media only screen and (max-width: 1227px) {
    .is-expanded-menu .full-header #logo {
        padding-right: 0px;
        margin-right: auto;
    }

    .loggedin-user-header .menu-link {
        font-size: 13px;
        padding-right: 6px;
        padding-left: 6px;
    }

    .loggedin-user-header #logo img {
        width: 190px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
    #logo {
        margin-right: 0px;
        width: 10em;
    }

    .is-expanded-menu .full-header #logo {
        padding-right: 0px;
    }

    .is-expanded-menu .menu-link {
        --cnvs-primary-menu-padding-x: .5em;
    }

    .header-misc {
        margin-left: 2px;
    }

    .header-misc a.button.button-circle {
        font-size: 14px;
        padding: 5px 20px 5px 20px;
    }
}

@media screen and (max-width: 1366px) {
    .main-content-tutor-right {
        width: 304px;
        float: right;
        margin-left: 10px;
    }

    .main-content-tutor-left {
        width: 816px;
        float: left;
        margin-right: 10px;
    }

    .main-content-tutor-left-left {
        width: 288px;
        float: left;
    }

    .main-content-tutor-left-right {
        width: 526px;
        float: left;
    }
}

@media only screen and (max-width: 1200px) {
    .custom_search_panel ::-ms-input-placeholder {
        /* Edge 12-18 */
        font-size: 12px;
    }

    .custom_search_panel ::placeholder {
        font-size: 12px;
    }

    .custom_search_panel select {
        font-size: 12px !important;
    }

    .custom_search_panel button#template-search-submit {
        font-size: 12px;
    }

    .loggedin-user {
        max-width: 256px;
        min-width: 200px;
    }

    .is-expanded-menu .full-header #logo {
        padding-right: 0px;
        margin-right: auto;
        width: 17%;
    }
}

@media only screen and (max-width: 1100px) {
    .loggedin-user {
        max-width: 260px;
        min-width: 200px;
    }

    .loggedin-user-header .menu-link {
        font-size: 12px;
        padding-right: 4px;
        padding-left: 4px;
    }



    .messege-from-students .messege-from-students-box {
        width: 32.00%;
        min-width: 304px;
    }

    .messege-from-students .messege-profile-avatar-name {
        padding-top: 10%;
        font-size: 12px;
    }

    .messege-from-students .messege-profile-avatar {
        min-width: 150px;
        width: 150px;
        display: inline-flex;
        float: left;
    }

    .messege-from-students .messege-profile-avatar-text {
        min-width: 150px;
        width: 51%;
        float: left;
        font-size: 10px;
    }

    .messege-from-students .messege-profile-avatar {
        min-width: 150px;
        width: 150px;
        display: inline-flex;
        float: left;
        padding-right: 0px;
    }

    .messege-from-students .messege-profile-avatar-text {
        min-width: 150px;
        width: 51%;
        float: left;
        font-size: 10px;
        padding-left: 0px;
    }

    .messege-from-students .messege-profile-avatar-text div {
        padding: 7% 4% 7% 4%;
    }

    .messege-from-students h6 {
        font-size: 12px;
    }

    .messege-from-students .messege-bottom-buttons {
        font-size: 11px;
    }
}

@media only screen and (max-width: 1024px) {
    .main-content-tutor-left {
        width: 690px;
        float: left;
        margin-right: 10px;
    }

    .main-content-tutor-right {
        width: 250px;
        float: right;
        margin-left: 10px;
    }

    .main-content-tutor-right .info-element-sidebox-buttons {
        font-size: 12px;
    }

    .main-content-tutor-right .info-element-sideboxes-tutor {
        font-size: 11px;
    }

    .main-content-tutor-right .home-tutoring-lcoations-served p {
        font-size: 11px;
    }

    .main-content-tutor-left .custom-profile-image {
        width: 100%;
        min-width: 200px;
        height: 210px;
    }

    .main-content-tutor-left-left {
        width: 260px;
        float: left;
    }

    .main-content-tutor-left-left .info-element-sideboxes-tutor {
        width: 49%;
        color: #012241;
        font-size: 12px;
        float: left;
        padding: 0.25rem .5rem 0.25rem .5rem;
        border: 1px solid #012241;
        margin: 0.25rem 0rem 0.25rem 0rem;
        border-radius: 0px;
    }

    .main-content-tutor-left .left-sc-contents .info-element-sideboxes-tutor .float-right {
        font-size: 11px;
        padding-top: 0px !important;
    }

    .main-content-tutor-left .left-sc-contents p {
        font-size: 12px;
    }

    .main-content-tutor-left-right {
        width: 428px;
        float: left;
    }

    .main-content-tutor-left-right .tutor-items h1 {
        font-size: 20px;
    }

    .main-content-tutor-left-right .tutor-items h3,
    .main-content-tutor-left-right .tutor-items span {
        font-weight: 300;
        font-size: 15px;
    }

    .ratings i {
        font-size: 16px;
    }

    .main-content-tutor-left-right h2 {
        font-size: .9rem;
    }


    .messege-profile {
        display: none;
    }

    .loggedin-user {
        max-width: 217px;
        margin-left: 0px;
    }

    .loggedin-user-header a.menu-link {
        font-size: 10px;
        padding-left: 10px;
        padding-right: 10px;

    }

    .loggedin-user-header .small-logged-in-profile-name {
        font-size: 12px;
    }

    .loggedin-user-header .dropdown.top-messeges i {
        font-size: 20px;
        margin-right: 5px;

    }

    .dropdown.top-messeges .btn .badge {
        top: -21px;
        left: 22px;
    }

    .header-misc.loggedin-user .dropdown a.btn.btn-secondary.btn-sm {
        height: 6.3rem;
    }

    header.full-header.loggedin-user-header.dark.sticky-header.sticky-header-shrink .dropdown.top-messeges .btn .badge {
        position: relative;
        top: 2px;
        left: 0px;
        width: 25px;
        height: 25px;
        padding: 7px 2px 3px 2px;
        text-align: center;
    }

    /*header.full-header.loggedin-user-header.dark.sticky-header.sticky-header-shrink  .small-logged-in-profile-image {
    margin-top: 4px;
    padding:5px;
}*/

    header.full-header.loggedin-user-header.dark.sticky-header.sticky-header-shrink .small-logged-in-profile-name {
        font-size: 11px;
    }

    .dropdown.top-profile-sec a div div i {
        padding-top: .5em;
    }



    .loggedin-user-header div#logo {
        margin-right: 0px;
        width: 200px;
    }




    .messege-from-students .messege-from-students-box {
        width: 32.00%;
        min-width: 304px;
    }

    .messege-from-students .messege-profile-avatar-name {
        padding-top: 10%;
        font-size: 12px;
    }

    .messege-from-students .messege-profile-avatar {
        min-width: 150px;
        width: 150px;
        display: inline-flex;
        float: left;
    }

    .messege-from-students .messege-profile-avatar-text {
        min-width: 150px;
        width: 51%;
        float: left;
        font-size: 10px;
    }

    .messege-from-students .messege-profile-avatar {
        min-width: 150px;
        width: 150px;
        display: inline-flex;
        float: left;
        padding-right: 0px;
    }

    .messege-from-students .messege-profile-avatar-text {
        min-width: 150px;
        width: 51%;
        float: left;
        font-size: 10px;
        padding-left: 0px;
    }

    .messege-from-students .messege-profile-avatar-text div {
        padding: 7% 4% 7% 4%;
    }

    .messege-from-students h6 {
        font-size: 12px;
    }

    .messege-from-students .messege-bottom-buttons {
        font-size: 11px;
    }

}

@media screen and (max-width: 1023px) {
    .header-wrap-clone {
        height: 5.5rem;
    }

    .home-page .green_gradient_background h1 {
        font-size: 15px;
    }

    .home-page .green_gradient_background p {
        font-size: 12px;
    }

    .home-page .green_gradient_background .button {
        font-size: 12px;
        padding: 13px;
    }

    .custom-order {
        display: flex;
    }

    .custom-order-1 {
        order: 1;
    }

    .custom-order-2 {
        order: 2;
    }

    .footer_logo_colum ul li {
        text-align: center;
    }

    .footer-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .info-element-box,
    .subject-element-box {
        padding: 0.25rem .5rem 0.25rem .5rem;
        margin: 0.25rem .25rem 0.25rem 0rem;
        font-size: 12px;
    }

    .personal-details-element-box {
        padding: 0.25rem 0rem 0.25rem 0rem;
        font-weight: 600;
        margin: 0.25rem 0rem 0.25rem 0rem;
        font-size: 12px;
    }

    .custom-jobs-tutors-list-box h3 {
        font-size: 1rem;
    }

    .job-description-para {
        font-size: 12px;
    }

    .custom-profile-image {
        height: 228px;
        display: contents;
    }

    .fixed-width-side-collum-tutor {
        width: 100%;
    }

    .fixed-width-main-collum-find-tutors {
        width: calc(100% - 13.5rem);
    }

    .custom-jobs-tutors-list-box p,
    .custom-jobs-tutors-list-box a,
    .job-description-para {
        text-align: left;
        font-size: 10px;
    }

    .tutor-items h4 {
        font-size: 14px;
        vertical-align: middle;
    }

    .tutor-items {
        min-width: 81px;
        padding-right: 0px;
    }

    .tutor-items a,
    .tutor-items p {
        font-size: 12px;
        vertical-align: top;
    }

    .small-ratings i {
        margin-right: 0px;
        font-size: 12px;
        vertical-align: top;
    }

    .custom-jobs-tutors-list-box h5 {
        font-size: 12px;
        text-align: left;
    }

    .info-element-sideboxes-tutor {
        padding: 0.5rem 1rem 0.5rem 1rem;
        margin: 0.25rem 1% 0.25rem 0rem;
        font-size: 12px;
        width: 49%;
    }

    .info-element-box-tutor {
        padding: 0.5rem 0.5rem 0.5rem 0.5rem;
        margin: 0.25rem 0.25rem 0.25rem 0rem;
        font-size: 10px;
    }

    .fixed-width-side-collum-tutor .info-element-sideboxes-tutor,
    .fixed-width-side-collum-tutor .info-element-sidebox-buttons {
        width: 24%;
        padding: 0.5rem .5rem 0.5rem .5rem;
        margin: 0.25rem 0.21rem 0.25rem 0.21rem;
        font-size: 10px;
    }

    .fixed-width-side-collum-tutor .custom-submit {
        width: 99%;
        text-align: center;
    }

    .job-description-para {
        font-size: 14px;
    }

    section.after-login-content .fixed-width-side-collum-tutor .custom-submit {
        width: 24%;
        text-align: center;
    }

    section.after-login-content .info-element-sideboxes-tutor-after-logged-in {
        width: 30.8%;
    }
}

@media screen and (max-width: 991px) {
    .main-content-tutor-left {
        width: 100%;
        float: left;
        margin-right: 0px;
    }

    .main-content-tutor-right {
        width: 100%;
        float: right;
        margin-left: 0px;
        margin-top: 20px;
    }

    .main-content-tutor-right .info-element-sidebox-buttons {
        width: 50%;
    }

    .main-content-tutor-right .info-element-sideboxes-tutor {
        padding: 1rem 1rem 1rem 1rem;
        margin: 0rem .25rem 0.5rem 0rem;
        font-size: 11px;
        width: 33.33%;
        text-align: left;
    }

    .main-content-tutor-right .home-tutoring-lcoations-served {
        margin: 0rem 0rem 0.5rem 0rem;
        font-size: 11px;
        width: 32.1%;
    }

    .main-content-tutor-right .home-tutoring-lcoations-served .info-element-sideboxes-tutor {
        margin: 0rem 0rem 0.5rem 0rem;
        font-size: 11px;
        width: 100%;
    }

    .messege-profile {
        display: block;
    }

    .loggedin-user {
        max-width: 455px;
        margin-left: 0px;
    }

    /*.small-logged-in-profile-image {
    border-radius: 10rem;
    padding: 12%;
}*/
    .loggedin-user-header .small-logged-in-profile-name {
        font-size: 15px;
        padding-top: 10%;
    }

    .dropdown.top-profile-sec a div div i {
        padding-top: 1.5em;
    }


    .messege-from-students .messege-from-students-box {
        width: 48%;
        min-width: 304px;
    }

    .messege-from-students h6 {
        font-size: 12px;
        margin-bottom: 0px;
        margin-top: 5px;
    }

    .messege-from-students .messege-from-students-box {
        width: 48%;
        min-width: 304px;
        min-height: 115px;
        height: 115px;
    }

    .messege-from-students .messege-profile-avatar {
        min-width: 166px;
        width: 150px;
        display: inline-flex;
        float: left;
        padding-right: 0px;
    }

    section.after-login-content.messege-from-students.messege-from-tutors .messege-from-students-box {
        height: 185px;
    }

    .messege-tutor-botton-same-height {
        height: 60px;
        width: 155px;
        font-size: 12px;
    }

    .custom-jobs-tutors-list-box .row.m-0.p-4 {
        padding: 0rem !important;
    }

}




@media only screen and (max-width: 768px) {
    .messege-from-students .messege-from-students-box {
        width: 48%;
        min-width: 304px;
    }

    .messege-from-students h6 {
        font-size: 12px;
        margin-bottom: 0px;
        margin-top: 5px;
    }

    .messege-from-students .messege-from-students-box {
        width: 48%;
        min-width: 304px;
        min-height: 115px;
        height: 115px;
    }

    .messege-from-students .messege-profile-avatar {
        min-width: 166px;
        width: 150px;
        display: inline-flex;
        float: left;
        padding-right: 0px;
    }

    .subject-footer-links ul {
        -moz-column-count: 3;
        -moz-column-gap: 20px;
        -webkit-column-count: 3;
        -webkit-column-gap: 20px;
        column-count: 3;
        column-gap: 20px;
    }
}



@media screen and (max-width: 767px) {
    .header-misc a.button.button-circle {
        font-size: 12px;
        padding: 0px 15px 0px 15px;
    }

    .custom-spacer {
        min-height: 80vh;
    }

    .custom-jobs-tutors-list-box {
        min-height: 218px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .fixed-width-side-collum {
        min-width: 215px;
        width: 100%;
    }

    .fixed-width-side-collum-tutor {
        min-width: 215px;
        width: 100%;
    }

    .fixed-width-main-collum {
        width: 100%;
    }

    .personal-details-element-box {
        padding: 0.5rem 0rem 0.5rem 0rem;
        font-weight: 600;
        margin: 0.25rem 0rem 0.25rem 0rem;
        font-size: 12px;
    }

    .info-element-box {
        font-size: 10px;
        padding: 0.5rem .5rem 0.5rem .5rem;
        margin: 0.25rem .5rem 0.25rem 0rem;
    }

    .subject-element-box {
        font-size: 10px;
        padding: 0.5rem .5rem 0.5rem .5rem;
        margin: 0.25rem .5rem 0.25rem 0rem;
    }

    .info-element-sideboxes {
        padding: 0.5rem 1rem 0.5rem 1rem;
        margin: 0.25rem 1% 0.25rem 0rem;
        font-size: 10px;
        width: 49%;
    }

    .info-element-sidebox-buttons {
        /*padding: 0.5rem .5rem 0.5rem .5rem;*/
        padding: 0.5rem .25rem 0.5rem .25rem;
        margin: 0.25rem 1% 0.25rem 0rem;
        font-size: 10px;
        width: 49%;
    }

    .info-element-box i,
    .personal-details-element-box i,
    .info-element-sideboxes i,
    .info-element-sidebox-buttons i {
        margin-right: 5px;
    }

    .custom-jobs-tutors-list-box h3 {
        font-size: 1rem;
    }

    .search-pages-contents .content-wrap {
        padding-top: 14px;
    }

    .job-description-para {
        font-size: 14px;
    }





    .custom-profile-image {
        width: 100%;
        height: 375px;
        margin-bottom: 15px;
    }

    .custom-profile-image img {
        height: 376px;
        width: 375px;
    }

    .custom-jobs-tutors-list-box p,
    .custom-jobs-tutors-list-box a,
    .job-description-para {
        text-align: center;
        font-size: 12px;
    }

    .fixed-width-main-collum-find-tutors {
        width: 100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .tutor-items h4 {
        font-size: 14px;
        vertical-align: middle;
    }

    .tutor-items {
        min-width: 81px;
        padding-right: 0px;
    }

    .tutor-items a,
    .tutor-items p {
        font-size: 12px;
        vertical-align: top;
    }

    .small-ratings i {
        margin-right: 0px;
        font-size: 12px;
        vertical-align: top;
    }

    .custom-jobs-tutors-list-box h5 {
        font-size: 14px;
        text-align: center;
    }

    .fixed-width-side-collum-tutor .info-element-sideboxes-tutor,
    .fixed-width-side-collum-tutor .info-element-sidebox-buttons {
        padding: 0.5rem 1rem 0.5rem 1rem;
        margin: 0.25rem 1% 0.25rem 0rem;
        font-size: 12px;
        width: 49%;
    }

    .fixed-width-side-collum-tutor .custom-submit {
        width: 99%;
        text-align: center;
    }

    .tutor-status {
        margin-right: 0px;
        margin-left: 0px;
    }




    .main-content-tutor-left-left {
        width: 200px;
        float: left;
    }

    .main-content-tutor-left .custom-profile-image {
        width: 100%;
        min-width: 200px;
        height: 180px;
    }

    .main-content-tutor-left .left-sc-contents {
        width: 100%;
        min-width: 200px;
        display: block;
    }

    .main-content-tutor-left-left .info-element-sideboxes-tutor {
        width: 100%;
        color: #012241;
        font-size: 12px;
        float: left;
        padding: 0.5rem .5rem 0.5rem .5rem;
        border: 1px solid #012241;
        margin: 0.25rem 0rem 0.25rem 0rem;
        border-radius: 0px;
    }

    .main-content-tutor-left-left .left-sc-contents .info-element-sideboxes-tutor {
        margin-left: 0px !important;
        margin-right: 0px !important;
        width: 100%;
    }

    .main-content-tutor-left .left-sc-contents p {
        font-size: 10px;
        margin-right: 0px !important;
    }

    .main-content-tutor-left-right {
        width: 335px;
        float: left;
    }

    .main-content-tutor-left-right p {
        font-size: .8rem;
    }

    .main-content-tutor-left-right .tutor-items h3,
    .main-content-tutor-left-right .tutor-items span {
        font-weight: 300;
        font-size: 12px;
    }

    .main-content-tutor-right .info-element-sideboxes-tutor {
        margin: 0rem .15rem 0.5rem 0rem;
    }

    .main-content-tutor-left h5 {
        font-size: 14px;
    }

    .main-content-tutor-left p {
        font-size: 12px;
    }

    .main-content-tutor-left .subject-element-box {
        font-size: 12px;
        margin: 0.25rem .15rem 0.25rem .15rem;
    }


    .header-misc.loggedin-user .dropdown a.btn.btn-secondary.btn-sm {
        height: 5.6rem;
    }

    .loggedin-user-header #logo img {
        width: 170px;
    }

    .messege-profile {
        display: none;
    }

    .loggedin-user {
        max-width: 276px;
        margin-left: 0px;
    }

    .loggedin-user-header .small-logged-in-profile-name {
        font-size: 12px;
        padding-top: 2%;
    }

    .dropdown.top-profile-sec a div div i {
        padding-top: 0.0em;
    }




    .after-login-content-tutor-wrt-messege-page .info-element-sideboxes {
        padding: 0.5rem 1rem 0.5rem 1rem;
        margin: 0.25rem 1% 0.25rem 0rem;
        font-size: 10px;
        width: 100%;
        text-align: center;
    }


    .messege-from-students .messege-from-students-box {
        width: 100%;
        min-width: 304px;
        min-height: 115px;
        height: 115px;
    }

    .messege-from-students .messege-profile-avatar-text div {
        padding: 5% 4% 5% 4%;
    }

    .messege-from-students .messege-profile-avatar {
        min-width: 166px;
        width: 255px;
        display: inline-flex;
        float: left;
        padding-right: 0px;
    }

    .messege-from-students .messege-profile-avatar-text {
        min-width: 150px;
        width: 51%;
        float: left;
        font-size: 14px;
        padding-left: 0px;
    }

    .messege-from-students .messege-profile-avatar-name {
        padding-top: 5%;
        font-size: 14px;
    }


    .messege-profile-avatar-text {
        min-width: 200px;
        width: 248px;
        font-size: 14px;
    }

    .messege-tutor-botton-same-height {
        height: 44px;
        width: 155px;
        font-size: 12px;
        width: 100%;
    }

    .input-group .selected-list {
        width: 100%;
    }

    .review-page .rating>label {
        width: 1em;
        font-size: 30px;
    }
}


@media screen and (max-width: 576px) {
    .main-content-tutor {
        padding: 10px;
    }

    .tutor-profile-contents {
        top: 2rem;
        position: relative;
    }

    .tutor-profile-single {
        min-height: 200px;
        height: 200px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .main-content-tutor-left-left {
        width: 100%;
        float: left;
    }

    .main-content-tutor-left .custom-profile-image {
        width: 100%;
        min-width: 200px;
        height: 200px;
    }

    .main-content-tutor-left-left .info-element-sideboxes-tutor {
        font-size: 15px;
    }

    .main-content-tutor-left .left-sc-contents .info-element-sideboxes-tutor .float-right {
        font-size: 15px;
    }

    .main-content-tutor-left .left-sc-contents p {
        font-size: 14px;
    }

    .main-content-tutor-left-right {
        width: 100%;
        float: left;
        padding: 1rem;
    }

    .main-content-tutor-right .info-element-sidebox-buttons {
        width: 100%;
    }

    .main-content-tutor-right .info-element-sideboxes-tutor {
        padding: 1rem 1rem 1rem 1rem;
        margin: 0rem .25rem 0.5rem 0rem;
        font-size: 14px;
        width: 100%;
    }

    .main-content-tutor-right .home-tutoring-lcoations-served {
        margin: 0rem 0rem 0.5rem 0rem;
        font-size: 14px;
        width: 100%;
    }

    .main-content-tutor-right .home-tutoring-lcoations-served .info-element-sideboxes-tutor {
        margin: 0rem 0rem 0.5rem 0rem;
        font-size: 14px;
        width: 100%;
    }

    .fixed-width-side-collum-tutor .info-element-sideboxes-tutor,
    .fixed-width-side-collum-tutor .info-element-sidebox-buttons {
        padding: 0.5rem .55rem 0.5rem .5rem;
    }

    .loggedin-user-header .small-logged-in-profile-name {
        font-size: 12px;
        display: none;
    }

    .loggedin-user {
        max-width: 160px;
        min-width: 120px;
    }

    .small-logged-in-profile-name-menu {
        display: block;
    }

    .top-profile-sec a.btn.btn-secondary.btn-sm.ps-3.pe-3 {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }

    .header-misc.loggedin-user .dropdown a.btn.btn-secondary.btn-sm {
        height: 3.3rem;
    }

    .dropdown.top-messeges .btn .badge {
        position: relative;
        top: 0px;
        left: 0px;
        width: 25px;
        height: 25px;
        padding: 7px 2px 3px 2px;
        text-align: center;
    }

    .loggedin-user-header #logo img {
        width: 135px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .loggedin-user-header div#logo {
        margin-right: auto;
        width: 135px;
        margin-left: auto;
    }

    .loggedin-user {
        max-width: 152px;
        min-width: 120px;
        margin-left: 0px !important;
    }

    /*.small-logged-in-profile-image {
    border-radius: 10rem;
    border-radius: 10rem;
    padding: 0%;
    margin-top: 6px;
}*/
    .dropdown.top-profile-sec a div i {
        padding-top: 0.3em;
    }

    section.after-login-content .info-element-sideboxes-tutor-after-logged-in {
        width: 28.5%;
    }

    .info-element-sideboxes-tutor-after-logged-in {
        width: 28.5%;
    }

    .fixed-width-side-collum-tutor .fixed-width-side-collum-tutor .custom-submit {
        width: 99%;
        text-align: center;
    }


    .messege-profile-avatar {
        min-width: 150px;
        width: 170px;
        float: left;
        display: inline-flex;
        font-size: 13px;
    }

    .messege-profile-avatar img {
        min-width: 50px;
        width: 50px;
        border-radius: 50%;
        float: left;
        height: 50px;
    }

    .messege-profile-avatar-text {
        min-width: 150px;
        width: 188px;
        font-size: 12px;
        padding: 0px;
    }


    .messege-from-students .messege-profile-avatar-text {
        min-width: 150px;
        width: 51%;
        float: left;
        font-size: 12px;
        padding-left: 0px;
    }

    .messege-from-students .messege-profile-avatar {
        min-width: 145px;
        width: 150px;
        display: inline-flex;
        float: left;
        padding-right: 0px;
    }

    .messege-from-students .messege-profile-avatar img {
        min-width: 30px;
        width: 50px;
        border-radius: 50%;
        float: left;
        height: 50px;
    }

    .messege-from-students .messege-profile-avatar-name {
        padding-top: 5%;
        font-size: 12px;
    }

    .messege-from-students .messege-from-students-box {
        width: 330px;
        min-width: 304px;
        min-height: 100px;
        height: 100px;
    }

    .messege-tutor-botton-same-height {
        height: 43px;
        width: 100%;
    }


    /*Modifications added on 30-05-2024*/
    /*Hiding Banner of Book-a free trial class in mobile*/
    .hide-in-mobile {
        display: none !important;
    }

    .book-a-free-trial-class .content-wrap {
        padding-top: 10%;
    }

    .home-page .green_gradient_background h1 {
        font-size: 1.125rem;
        text-align: center;
    }

    .home-page .green_gradient_background p {
        font-size: 1rem;
        text-align: center;
    }

    .home-page .green_gradient_background .button {
        font-size: 1rem;
        padding: 13px;
    }

    .home-page .green_gradient_background>div {
        text-align: center;
    }

    .header-misc {
        margin-left: 0px;
    }

    /*Modifications added on 30-05-2024*/

    .input-group .selected-list {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .custom-mb-sm-2 {
        margin-bottom: .5rem;
    }

    .custom-mt-sm-2 {
        margin-top: .5rem;
    }

    #logo {
        width: 35%;
        margin-right: 0px;
    }

    /*Modifications added on 30-05-2024*/
    /*.header-misc {
    margin-left: 10px;
}*/
    /*Modifications added on 30-05-2024*/
    .header-misc a.button.button-circle {
        font-size: 12px;
        padding: 0px 15px 0px 15px;
    }

    .custom-spacer {
        min-height: 40vh;
    }

    .header-wrap-clone {
        height: 1.5rem;
    }

    .custom-order {
        display: flex;
    }

    .custom-order-1 {
        order: 1;
    }

    .custom-order-2 {
        order: 2;
    }

    .footer-logo {
        width: 100%;
        height: auto;
    }

    .footer_logo_colum ul li {
        text-align: center;
    }

    .inner-page .green_gradient_background h1,
    .inner-page .green_gradient_background h4 {
        text-align: center;
    }

    .inner-page .green_gradient_background p {
        text-align: center;
    }

    .custom-text-sm-center {
        text-align: center;
    }

    .custom-form {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .input-group .selected-list {
        width: 100%;
    }

    .subject-footer-links ul {
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 20px;
    }
}

@media screen and (max-width: 412px) {

    .fixed-width-side-collum-tutor .info-element-sideboxes-tutor,
    .fixed-width-side-collum-tutor .info-element-sidebox-buttons {
        padding: 0.5rem .25rem 0.5rem .25rem;
        margin: 0.25rem 1% 0.25rem 0rem;
        font-size: 11px;
        width: 49%;
    }

    .tutor-items {
        min-width: 49px;
        padding-right: 0px;
    }

    .tutor-items h4 {
        font-size: 12px;
        vertical-align: middle;
    }

    .small-ratings i {
        font-size: 10px;
        vertical-align: text-top;
    }

    .fixed-width-side-collum-tutor .custom-submit {
        width: 99%;
        text-align: center;
    }

    .messege-profile-avatar-text div {
        padding: 11px 5px 10px 5px !important;
    }

    .messege-profile-avatar-text {
        min-width: 140px;
        width: 142px;
        font-size: 10px;
        padding: 0px;
    }

    .input-group .selected-list {
        width: 100%;
    }
}


@media only screen and (max-width: 350px) {
    .loggedin-user {
        max-width: 150px;
        min-width: 120px;
    }

    .messege-profile-avatar {
        min-width: 150px;
        width: 154px;
        float: left;
        display: inline-flex;
        font-size: 13px;
    }

    .loggedin-user-header div#logo {
        margin-right: auto;
        width: 121px;
        margin-left: 0px;
    }

    .input-group .selected-list {
        width: 100%;
    }
}