* {
    margin: 0px;
    box-sizing: border-box;
}
body {
    font-family: 'Rubik', sans-serif;
    color: #303030;
    font-size: 15px;
    overflow-x: hidden;
}
p {
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    line-height: 24px;
    color: #303030;
}
a {
    font-size: 15px;
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Rubik', sans-serif;
    line-height: 24px;
    color: #303030;
}
a:hover {
    text-decoration: none;
    outline: none;
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
li {
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    line-height: 24px;
    color: #303030;
}
button:focus, input:focus, textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', serif;
    margin: 0px;
    color: #0a0909;
}
p {
    margin: 0px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-30 {
    padding-top: 30px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-30 {
    padding-bottom: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.pb-100 {
    padding-bottom: 100px;
}
.justify-center {
    justify-content: center;
}
.align-item-end {
    align-items: end;
}
.mt-20 {
    margin-top: 20px;
}
.align-item-center {
    align-items: center;
}
.justify-content-space-between {
    justify-content: space-between;
}
.flex-end {
    justify-content: flex-end;
}
.site-width {
    max-width: 1250px;
    margin: 0px auto;
}
 @media screen and (max-width:1518px) and (min-width:1368px) {
.site-width {
    max-width: 1372px;
    padding: 0px 40px;
}
}
 @media screen and (max-width:1708px) and (min-width:1519px) {
.site-width {
    max-width: 1552px;
    padding: 0px 40px;
}
}
 @media screen and (max-width:1920px) and (min-width:1709px) {
.site-width {
    max-width: 1642px;
    padding: 0px 40px;
}
}
 @media screen and (max-width:2500px) and (min-width:1921px) {
.site-width {
    max-width: 1842px;
    padding: 0px 40px;
}
}
 @media screen and (max-width:1280px) and (min-width:1024px) {
.site-width {
    padding: 0px 40px;
    max-width: 1200px;
    padding: 0px 40px;
}
}
 @media screen and (max-width:1024px) and (min-width:888px) {
.site-width {
    padding: 0px 40px;
}
}
 @media screen and (max-width:888px) and (min-width:769px) {
.site-width {
    padding: 0px 40px;
}
}
 @media screen and (max-width:768px) {
.site-width {
    padding: 0px 20px;
}
.quicktutorInfo {
    padding-top: 10px !important;
}
}
/* button */
.cssbuttons-io {
    position: relative;
    /* font-family: inherit; */
    font-weight: 500;
    /* font-size: 16px; */
    letter-spacing: 0px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #ebebeb;
    background: linear-gradient(to right, #e76f0b, #febd26);
    color: ghostwhite;
    display: inline-block;
    overflow: hidden;
}
.cssbuttons-io span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
    display: inline-flex;
    align-items: center;
    padding: 7px 20px;
    width: 120px;
    text-align: center;
    justify-content: center;
}
.cssbuttons-io::before, .cssbuttons-io::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.cssbuttons-io::before {
    content: "";
    background: #f5f5f5;
    width: 180%;
    left: -21%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.cssbuttons-io:hover::before {
    transform: translate3d(100%, 0, 0);
}
.cssbuttons-io:active {
    transform: scale(0.95);
}
/* CSS Start */
.headerSection {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    padding: 14px 0px;
    position: fixed;
    top: 0px;
    transition: 0.3s ease-in-out;
    z-index: 55;
}
.headerContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logoSection {
    width: 210px;
    transition: 0.3s ease-in-out;
}
.headerSection.sticky .logoSection {
    width: 120px;
}
.logoSection img {
    width: 100%;
}
.navSection {
    display: flex;
    align-items: center;
    gap: 16px;
}
.headerSearchoptions {
    display: flex;
    align-items: center;
}
.headerInput {
    border: 1px solid #e1e1e1;
    display: flex;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 0px 0px 0px 10px;
}
.headLocateIco i {
    color: #373737;
    margin-right: 8px;
    position: relative;
    top: 1px;
}
.locationShown p {
    color: #7a7a7a;
}
.locationShown input {
    border: none;
    outline: none;
    padding: 0px;
+ background: transparent;
    background-color: transparent;
}
.headerInput.locationInput {
    max-width: 340px;
    min-width: 340px;
}
.headerInput.searchInput {
    max-width: 340px;
    min-width: 340px;
}
.headerBtn a {
    display: block;
}
.headerBtn a i {
    color: #373737;
    margin-right: 6px;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.headerBtn a i {
    color: #373737;
}
.headerBtn a p {
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.cssbuttons-io:hover span i, .cssbuttons-io:hover span p {
    color: #fff;
}
.hamburger .line {
    width: 32px;
    height: 3px;
    background-color: #000000;
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hamburger {
    display: block;
    position: relative;
    z-index: 66;
}
/* @keyframes widthMenu {
    0%{
        width: 32px;
    }
    50% {
        width: 28px;
    }
    100%{
        width: 32px;
    }
} */


.hamburger:hover {
    cursor: pointer;
}
#hamburger-11 {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#hamburger-11.is-active {
    animation: smallbig 0.6s forwards;
}
#hamburger-11.is-active .line {
    width: 32px;
}
 @keyframes smallbig {
 0%, 100% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 -o-transform: scale(0);
 transform: scale(0);
}
}
#hamburger-11.is-active .line:nth-child(1), #hamburger-11.is-active .line:nth-child(2), #hamburger-11.is-active .line:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
#hamburger-11.is-active .line:nth-child(2) {
    opacity: 0;
}
#hamburger-11.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}
#hamburger-11.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}
.categoryList .nav-tabs .nav-item .nav-link.active {
    background: linear-gradient(0deg, #e76f0b, #febd26);
    color: #fff;
}
.bannerSection {
    background: #f9f9f9;
    padding: 40px 0px 80px;
    margin-top: 104px;
}
.bannerTitle h2 {
    font-weight: 600;
    font-size: 36px;
}
.bannerTitle h2 span {
    color: #ed8012;
    font-weight: bold;
}
.bnrCrdTitle>* {
    font-size: 18px;
    font-weight: 600;
    color: #373737;
    margin-top: 30px;
    margin-bottom: 20px;
}
.bnrCrdContainer {
    display: flex;
    flex-wrap: wrap;
    max-height: 366px;
    overflow: auto;
}
.bnrCrdContainer2 {
    display: block !important;
    max-height: 100%;
    overflow: hidden;
}
.bnrCrdContainer.onToturDetails {
    max-height: 141px;
    overflow: auto;
}
.bnrCrdContainer.listing {
    max-height: 180px;
}
.bnrCrdContainer::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background-color: #ffe3c7;
}
 .bnrCrdContainer::-webkit-scrollbar {
 width: 6px;
 background-color: #F5F5F5;
 transition: all 0.4s ease-in-out;
}
 .bnrCrdContainer::-webkit-scrollbar-thumb {
 background-color: #ed841e;
/* border: 1px solid #555555; */
}
.tutorDetailsSubj {
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}
.tutorDetailsSubj li {
    background: #ffecce;
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 13px;
    border: 1px solid #ffd696;
}
.bnrCards {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    background: #fff;
    width: 30%;
    margin-right: 18px;
    margin-bottom: 18px;
    min-height: 165px;
}
.bnrcrdIco {
    border: 1px solid #ededed;
    background: #f5f5f5;
    width: 80px;
    height: 80px;
    padding: 14px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.bnrcrdIco img {
    width: 100%;
}
.bnrcrdContent {
    text-align: center;
}
.bnrcrdContent h5 {
    font-size: 15px;
    font-weight: 600;
}
.bnrCards:hover {
    border-color: #e76f0b;
    cursor: pointer;
}
.bnrCards:hover .bnrcrdIco {
    background: linear-gradient(0deg, #e76f0b, #febd26);
}
.bnrCards:hover .bnrcrdIco img {
    filter: invert(1) brightness(3);
}
.bannerImg {
    width: 100%;
}
.bannerImg img {
    width: 100%;
}
.counters {
    position: relative;
    z-index: 2;
}
.countersWrap {
    background: #fff;
    padding: 15px 0px;
    border-radius: 10px;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top: -50px;
}
.common-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
    /* flex-direction: column; */
    padding: 20px;
}
.common-box img {
    width: 64px;
    margin-right: 2px;
}
.common-box::after {
    position: absolute;
    right: 0px;
    width: 1px;
    height: 100%;
    background: #bdbdbd5c;
    content: '';
    top: 0px;
    bottom: 0px;
}
.countersWraper .col-md-3:last-child .common-box:after {
    background: #9f9f9f00;
}
.counter-num span {
    font-size: 24px;
    font-weight: 500;
    color: #002e28;
    line-height: 36px;
}
.counter-text {
    font-weight: 600;
}
.features {
    padding: 40px 0px;
}
.featureCardimg {
    width: 100%;
    border: 3px solid #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.featureCardimg:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.featureCard:hover .featureCardimg:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
 @-webkit-keyframes shine {
 100% {
 left: 125%;
}
}
 @keyframes shine {
 100% {
 left: 125%;
}
}
.featureCardimg img {
    width: 100%;
}
.featuresSlider .item {
    padding: 10px;
}
.featuresSlider {
    position: relative;
}
.featuresSlider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: -8px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0px;
}
.featuresSlider.owl-carousel .owl-nav button.owl-prev:hover {
    background: linear-gradient(90deg, #fc6800, #ffba19);
}
.featuresSlider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: -8px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0px;
}
.featuresSlider.owl-carousel .owl-nav button.owl-next:hover {
    background: linear-gradient(90deg, #fc6800, #ffba19);
}
.titleSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.titleSecWrap h4 {
    font-size: 18px;
    font-weight: 600;
}
.defaultBtn a {
    display: block;
}
.defaultBtn a span, .defaultBtn a p, .defaultBtn a i {
    color: #373737;
}
.defaultBtn a i {
    margin-left: 7px;
    position: relative;
    top: -1px;
    font-size: 13px;
}
.titleSection {
    position: relative;
    padding-bottom: 10px;
}
.titleSection::after {
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    width: 100%;
    bottom: 0px;
    height: 1px;
    background-color: #ddd;
}
.bg1 .cssbuttons-io span {
    padding: 6px 20px;
    width: 120px;
}
.bg1 .cssbuttons-io::before {
    background: #fff;
}
.titleSecWrap {
    position: relative;
}
.titleSecWrap h4 {
    /* position: relative; */
    font-size: 22px;
}
.titleSecWrap::after {
    position: absolute;
    content: '';
    width: 70px;
    height: 4px;
    background: linear-gradient(to right, #e76f0b, #febd26);
    bottom: -16px;
    left: 0px;
    z-index: 2;
}
.opporWrapp {
    margin-top: 40px;
}
.opporCard {
    border-radius: 10px;
    position: relative;
    background: #fff;
    overflow: hidden;
    border: 2px solid #ffffff;
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; */
    display: flex;
    flex-direction: column-reverse;
    box-shadow: rgb(50 50 93 / 8%) 0px 2px 5px -1px, rgb(0 0 0 / 22%) 0px 1px 3px -1px;
}
.opporCard::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 45%;
    background: linear-gradient(0deg, #ffffffb3, transparent);
    top: 50%;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 1;
}
.opporCard::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    border: 1px solid #ed8012;
    z-index: 2;
    border-radius: 10px;
    transition: 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.opporCard:hover:after {
    height: 100%;
    visibility: visible;
    opacity: 1;
}
.opporTitle {
    padding: 0;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 13px;
    padding-right: 13px;
}
.opporTitle h5 {
    font-size: 17px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}
.opporImg {
    width: 100%;
    position: relative;
}
.opporImg::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, #fff, transparent);
    left: 0px;
    right: 0px;
    top: 70%;
    margin: auto;
}
.opporImg img {
    width: 100%;
}
.bg1 {
    background: linear-gradient(180deg, transparent, transparent), url(../img/bg/bg1.jpg);
    background-size: cover;
    background-position: center center;
}
.opportunitySlider .item {
    padding: 10px;
}
.opportunitySlider {
    position: relative;
}
.opportunitySlider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: -8px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0px;
}
.opportunitySlider.owl-carousel .owl-nav button.owl-prev:hover {
    background: linear-gradient(90deg, #fc6800, #ffba19);
}
.opportunitySlider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: -8px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0px;
}
.opportunitySlider.owl-carousel .owl-nav button.owl-next:hover {
    background: linear-gradient(90deg, #fc6800, #ffba19);
}
.bg-white .cssbuttons-io span {
    padding: 6px 20px;
    width: 120px;
}
.bg-white .cssbuttons-io::before {
    background: #fff;
}
.quickTutorCard {
    border-bottom: 1px solid #ebebeb;
    border-radius: 10px;
    /* border-right: 1px solid #dddddd40; */
    /* border-left: 1px solid #dddddd40; */
    /* padding: 10px; */
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    box-shadow: rgb(33 35 38 / 9%) 0px 10px 10px -10px;
}
.quickTutorImg {
    width: 100%;
    border: 3px solid #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    overflow: hidden;
    /*height: 310px;*/
    text-align: center;
}
.quickTutorImg img {
    transition: 0.4s ease-in-out;
}
.quickTutorCard:hover .quickTutorImg img {
    transform: scale(1.03);
}
.quicktutorInfo {
    padding: 13px;
    position: relative;
    padding-top: 30px;
}
.homeblogContainer .quicktutorInfo {
    min-height: 240px;
    max-height: 250px;
}
.quickTutorText .title {
    font-size: 16px;
    font-weight: 700;
    color: #002d27;
    position: absolute;
    top: -27px;
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.quickTutorText .tutorName {
    font-size: 16px;
    font-weight: 600;
    margin: 12px 0px;
    margin-top: 0px;
    margin-left: 14px;
}
.quickTutorRatings {
    margin-bottom: 10px;
    margin-left: 10px;
}
.quickTutorRatings span i {
    font-size: 14px;
    position: relative;
    top: -1px;
    color: #ffc100;
}
.quickTutorPrice {
    position: absolute;
    top: 25px;
    right: 20px;
}
.quickTutorPrice span {
    font-size: 20px;
    font-weight: 600;
    color: #fd6900;
}
.quickTutorSlider .item {
    padding: 10px;
}
.quickTutorSlider {
    position: relative;
    margin-top: 40px;
}
.quickTutorSlider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: -8px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0px;
}
.quickTutorSlider.owl-carousel .owl-nav button.owl-prev:hover {
    background: linear-gradient(90deg, #fc6800, #ffba19);
}
.quickTutorSlider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: -8px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0px;
}
.quickTutorSlider.owl-carousel .owl-nav button.owl-next:hover {
    background: linear-gradient(90deg, #fc6800, #ffba19);
}
.bannerAddBox {
    width: 700px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 2px solid #fff;
    text-align: center;
    margin: 50px auto 0 auto;
}
.bannerAddBox img {
    width: 100%;
    border-radius: 7px;
}
.aboutUsFeaturWrap.aboutmain .bnrCards {
    margin-bottom: 0px;
}
.aboutUsContent .abtitle {
    font-size: 22px;
    font-weight: 600;
    color: #fc6800;
    margin-bottom: 7px;
}
.aboutUsContent .subabtitle {
    font-size: 32px;
    font-weight: 700;
    color: #373737;
    margin-bottom: 20px;
}
.aboutUsContent p {
    text-align: justify;
    margin-bottom: 12px;
}
.bg2 {
    background: linear-gradient(180deg, transparent, transparent), url(../img/bg/bg2.jpg);
    background-size: cover;
    background-position: center center;
}
.testimonialCard {
    padding: 23px 23px 46px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    min-height: 324px;
    display: flex;
    flex-direction: column-reverse;
}
.testimonialCard::after {
    content: '';
    height: 90px;
    width: 108px;
    background-color: #002489;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-clip-path: path("M0 0H40L108 90H10C4.47715 90 0 85.5229 0 80V0Z");
    clip-path: path("M0 0H40L108 90H10C4.47715 90 0 85.5229 0 80V0Z");
    z-index: 2;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: none;
}
.testiContent p {
    text-align: justify;
}
.testiauthor {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 18px;/* position: absolute;
    bottom: 21px; */
}
.testiimg {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    border: 1px solid #ffc596;
    /* position: absolute; */
    z-index: 3;
}
.testiimg img {
    width: 100%;
    border-radius: 8px;
}
.testiauthorContent {
    margin-left: 13px;
}
.testiauthorContent h5 {
    font-size: 18px;
    font-weight: 600;
}
.testiauthorContent h5 span {
    font-weight: 400;
    font-size: 15px;
}
.testiauthorContent p {
    color: #282828;
}
.testimonialCard .testiqoute {
    position: absolute;
    right: 20px;
    BOTTOM: 20px;
    font-size: 32px;
    color: #ff7b0069;
}
.reviewrating i {
    color: #febd26;
    font-size: 12px;
    margin: 0px 1px;
}
.reviewSlider {
    margin-top: 40px;
}
.reviewSlider .item {
    padding: 10px;
}
/*---------------------------------
    Footer CSS
-----------------------------------*/
.ft-bg {
    background-image: url(../img/banner/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-widget-info .footer-widget.info-web {
    padding-right: 30px;
    margin-bottom: 40px;
}
.footer-widget-info .footer-widget.ml-70 {
    margin-left: 70px;
}
.footer-widget-info .footer-widget h4 {
    font-size: 20px;
    color: #002e28;
    margin-bottom: 9px;
    /* border-bottom: 1px solid #ebebeba1;
    padding-bottom: 12px; */
    font-weight: 600;
}
.footer-widget-info .footer-widget ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.footer-widget-info .footer-widget ul li {
    margin-bottom: 0px;
    padding-left: 0px;
    color: #343434;
    position: relative;
    transition: 0.4s ease-in-out;
    line-height: 30px;
}
.footer-widget-info .footer-widget ul li:hover {
    padding-left: 8px;
}
.footer-widget-info .footer-widget ul li::after {
    position: absolute;
    content: '';
    height: 3px;
    width: 15px;
    border-radius: 10px;
    background-color: var(--secondaryColor);
    top: 12px;
    left: 0;
}
.footer-widget-info .footer-widget ul li::after {
    position: absolute;
    content: '';
    height: 3px;
    width: 0px;
    border-radius: 10px;
    background-color: var(--secondaryColor);
    top: 12px;
    left: 0;
    transition: var(--transition);
}
.footer-widget-info .footer-widget ul li:hover::after {
    width: 15px;
}
.footer-widget-info .footer-widget ul li:last-child {
    margin-bottom: 0px;
}
.footer-widget-info .footer-widget ul li a {
    color: var(--offWhiteColor);
    position: relative;
}
.footer-widget-info .footer-widget ul li a:hover {
    color: #e76f0b;
}
.footer-widget-info .footer-widget ul li a i {
    font-size: 20px;
    position: absolute;
    content: '';
    left: -30px;
    top: -2px;
}
.footer-widget-info .footer-widget .image {
    width: 100px;
}
.footer-widget-info .footer-widget .image img {
    width: 100%;
}
.footer-widget-info .footer-widget p {
    color: var(--offWhiteColor);
}
.footer-widget-info .footer-widget .info-links {
    margin-top: 30px;
}
.footer-widget-info .footer-widget .info-links span {
    color: var(--offWhiteColor);
    display: inline-block;
}
.footer-widget-info .footer-widget .info-links a {
    color: var(--offWhiteColor);
    display: block;
}
.footer-widget-info .footer-widget .info-links a:hover {
    color: var(--primaryColor);
}
.footer-widget-info .footer-widget .ft-gallery {
    padding: 0 6px 6px 0px;
}
.footer-widget-info .footer-widget .social-links {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 20px;
}
.footer-widget-info .footer-widget .social-links li {
    display: inline-block;
    margin-right: 8px;
    padding: 0;
    margin-bottom: 0;
}
.footer-widget-info .footer-widget .social-links li a {
    display: block;
    background-color: #1f2638;
    width: 45px;
    height: 45px;
    text-align: center;
    color: var(--whiteColor);
    font-size: 25px;
    border-radius: 2px;
    position: relative;
}
.footer-widget-info .footer-widget .social-links li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footer-widget-info .footer-widget .social-links li a:hover {
    background-color: var(--primaryColor);
    color: var(--whiteColor);
}
.footer-widget-info .footer-widget .social-links li:last-child {
    margin-right: 0;
}
.footer-widget-info .footer-widget .contact-item {
    margin-bottom: 00px;
}
.footer-widget-info .footer-widget .contact-item .icon i {
    font-size: 16px;
    color: #fd6c02;
    margin-right: 14px;
}
.footer-widget-info .footer-widget .contact-item .content a {
    color: var(--offWhiteColor);
    display: inline-block;
}
.footer.bg2 {
    background: linear-gradient(180deg, #fff8ea, #fff1d5), url(../img/bg/bg2.jpg);
    background-size: cover;
    background-position: center center;
}
.copyright-section {
    width: 100%;
    background: #002e28;
    padding: 12px 0px;
}
.copyright-section p {
    margin: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.liveChat {
    display: flex;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 1000;
    text-decoration: none;
    font-size: 10px;
    background: #08bf64;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    align-items: center;
    justify-content: center;
    padding: 0px;
}
.liveChat svg {
    fill: #fff;
}
/* Go to Top */

#button {
    display: inline-block;
    background: linear-gradient(to right, #e76f0b, #febd26);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
    font-size: 10px;
    animation: breathing 2s ease-out infinite normal;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#button:hover {
    cursor: pointer;
    background-color: #151e25;
}
#button:active {
    background-color: #151e25;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
 @keyframes breathing {
 0% {
 -webkit-transform: scale(0.9);
 -ms-transform: scale(0.9);
 transform: scale(0.9);
}
 25% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 60% {
 -webkit-transform: scale(0.9);
 -ms-transform: scale(0.9);
 transform: scale(0.9);
}
 100% {
 -webkit-transform: scale(0.9);
 -ms-transform: scale(0.9);
 transform: scale(0.9);
}
}
#whatsapp {
    position: fixed;
    right: 30px;
    text-align: center;
    height: 50px;
    width: 50px;
    font-size: 35px;
    background-color: #13a4e1;
    border-radius: 100%;
    bottom: 100px;
    z-index: 100000000000;
    -webkit-animation: mymove 3s;
    -webkit-animation-iteration-count: infinite;
    animation: mymove 3s;
    animation-iteration-count: infinite;
}
 @-webkit-keyframes mymove {
 from {
 bottom: 100px;
}
to {
    bottom: 100px;
    background-color: #01e675;
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
}
}
 @keyframes mymove {
 from {
 bottom: 100px;
}
to {
    bottom: 100px;
    background-color: #01e675;
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
}
}
/* Inner */

.innerBannerNav {
    min-height: 120px;
    background: linear-gradient(90deg, #ffe7d233, white), url(../img/bg/tx1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    border-bottom: 1px solid #fc660014;
    margin-top: 104px;
}
.productDetailbnrTitle.innerBannerNav {
    min-height: 70px;
}
.inbnrNavWrap {
    min-height: 70px;
}
.inbnrNavWrap .row {
    min-height: 70px;
}
.inbnrNavTitle {
    text-align: left;
}
.inbnrNavTitle h2 {
    font-weight: 600;
    font-size: 22px;
    color: #002e28;
}
.inbnrNavList {
    display: flex;
    justify-content: flex-end;
}
.inbnrNavList ul {
    display: flex;
    align-items: center;
}
.inbnrNavList ul li {
    margin: 0px 6px 0px 6px;
}
.inbnrNavList ul li a {
    font-size: 14px;
    font-weight: 600;
}
.inbnrNavList ul li a.active {
    color: #fc6600;
}
.counters.aboutCounter .countersWrap {
    margin-top: 30px;
}
.bg2.variation2 {
    background: linear-gradient(180deg, white, transparent), url(../img/bg/bg2.jpg);
    background-size: cover;
    background-position: center center;
}
.aboutPage {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 40px;
    border-radius: 13px;
    background: #fff;
}
.aboutPage .countersWrap {
    box-shadow: none;
    padding: 0px;
    padding-top: 12px;
    margin-top: 0px;
}
.howWeDoit {
    margin-top: 40px;
}
.titleSection.centered {
    justify-content: center;
    width: fit-content;
    margin: 0px auto 30px;
    padding: 0px 20px 10px;
}
.titleSection.centered .titleSecWrap::after {
    right: 0px;
    margin: auto;
    bottom: -11px;
}
.titleSection.centered .titleSecWrap h4 {
    text-align: center;
}
.leadershipCard {
    padding: 20px;
    position: relative;
}
.leadershipCard::after {
    position: absolute;
    content: '';
}
.leadershipCard .leaderImg {
    width: 100%;
    border: 3px solid #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    overflow: hidden;
}
.leadershipCard .leaderImg img {
    transition: 0.4s ease-in-out;
}
.leadershipCard:hover .leaderImg img {
    transform: scale(1.03);
}
.leaderInfo {
    position: relative;
    text-align: center;
}
.leaderInfo .socialInfo {
    width: 60%;
    padding: 10px 10px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    margin: 0px auto;
    margin-top: -27px;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
}
.leaderInfo .socialInfo a:hover i.fa-facebook-f {
    color: #0075ea !important;
}
.leaderInfo .socialInfo a:hover i.fa-x-twitter {
    color: #000;
}
.leaderInfo .socialInfo a:hover i.fa-instagram {
    background: -webkit-linear-gradient(#556db3, #ea3367, #ff4f28, #ffad57);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.leaderInfo .socialInfo a:hover i.fa-linkedin-in {
    color: #0077B5 !important;
}
.leaderName {
    margin-bottom: 10px;
}
.leaderName h3 {
    font-size: 22px;
    font-weight: 600;
    color: #002e28;
}
.leaderName h6 {
    font-size: 15px;
    color: #545454;
    margin-top: 5px;
}
.leaderDes p {
    text-align: justify;
}
.partnerCard {
}
.partnerCard.partnerCardLogo {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 4%) 0px 4px 12px;
    margin-bottom: 30px;
}
.partnerImg {
    width: 80%;
    margin: auto;
}
.partnerImg img {
    width: 100%;
}
.partnerImg.partnerperson {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 0px auto;
}
.partnerInfo {
    text-align: center;
}
.partnerInfo h6 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}
.cssbuttons-io.defaultBtn {
    display: inline-block;
}
.partnerApplication {
    margin-top: 40px;
}
.partnerApplication h5 {
    margin-bottom: 18px;
}
.partnerApplication .cssbuttons-io::before {
    background: #08352f;
}
.partnerApplication .cssbuttons-io span {
    color: #fff;
}
.partnerApplication .cssbuttons-io span p {
    color: #fff;
}
.partnerApplication .cssbuttons-io.defaultBtn {
    padding: 6px 20px;
}
.OurPartners.bg1 {
    background: linear-gradient(180deg, transparent, #ffffffc9), url(../img/bg/bg1.jpg);
}
.contactUsPage {
    text-align: center;
}
.contactUsPage h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}
.aboutUsContent.contactUsPage p {
    text-align: center;
}
.choose-location-tab-card {
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 26px 0px 20px;
    text-align: center;
    border: none;
    transition: 0.4s ease;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.choose-location-tab-card:hover {
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.4s ease;
}
.choose-location-tab-card P {
    color: #2e2e2e;
    font-weight: normal;
    font-size: 14px;
    padding-top: 5px;
    line-height: 20px;
}
.choose-location-tab-card p.locationName {
    font-weight: 500;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 4px;
}
.location-tab-sec {
    padding-top: 35px;
}
.choose-location-tab-card img {
    width: 90px;
}
.careerOpportunitypage .opporCard {
    margin-bottom: 22px;
}
.cardListingSec .bnrCards {
    width: 31%;
    margin: auto;
    margin-bottom: 14px;
    min-height: 166px;
}
.cardListingSec .bnrcrdContent h5 {
    font-size: 11px;
    font-weight: 500;
}
svg {
    font-weight: bold;
    text-transform: uppercase;
}
.slide-progress {
    width: 0;
    max-width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #ff7b00, #ffbb1a);
}
.slide-progress-main {
    float: none;
    margin: 0px;
    width: 97%;
    margin: 0px auto;
    position: relative;
}
.cardListingSec .cardListingBnr .item {
    padding: 10px;
}
.listingTutorBnr {
    width: 100%;
    border: 3px solid #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.listingTutorBnr img {
    width: 100%;
}
.quickTutorCard img {
    max-width: 100%;
    max-height: 100%;/*object-fit: cover;*/
}
.bannerLeftWing {
    position: sticky;
    top: 110px;
    padding: 15px 10px 0px;
    box-shadow: 0px 0px 10px #ddd;
    border-radius: 12px;
    margin-bottom: 16px;
}
.bannerLeftWing.index {
    position: unset;
    top : 0px;
    padding : 0px;
    box-shadow : none;
    border-radius: 0px;
}
.filterByClass {
    position: sticky;
    top: 46%;
    padding: 15px 15px 15px;
    box-shadow: 0px 0px 10px #ddd;
    border-radius: 12px;
    background: #fff;
    z-index: 2;
}
.cardListingsWrapper {
    margin-top: 40px;
}
.cardListingsWrapper .quickTutorCard {
    margin-bottom: 20px;
}
.productReivewsandRatings {
    margin: 3px 0px;
    border-bottom: 1px dashed #dddddd9e;
    padding-bottom: 12px;
}
.productReivewsandRatings .starratings i {
    color: #fbad50;
    font-size: 13px;
}
.productReivewsandRatings .starratingInfo span {
    color: whitesmoke;
    font-weight: 600;
    background: #12bd02;
    padding: 4px 11px 4px;
    border-radius: 8px;
    margin-left: 6px;
    font-size: 13px;
}
.gotoReviewSec {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.gotoReviewSec a {
    font-size: 14px;
    font-weight: 400;
}
.firstsecTopgap {
    margin-top: 104px;
}
.tutorTitles h2 {
    font-size: 26px;
    font-weight: 600;
    color: #002e28;
    margin-top: 50px;
    line-height: 1.3;
}
.tutorTitles h4 {
    font-size: 19px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.quickTutorPrice.inner {
    position: unset;
}
.quickTutorPrice.inner span {
    font-size: 30px;
}
.tpriceBooking {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    border-radius: 10px;
    padding: 12px;
    box-shadow: rgb(0 0 0 / 4%) 0px 4px 12px;
}
.tpriceBooking .bookingbtn {
    height: 47px;
}
.tpriceBooking .bookingbtn .cssbuttons-io::before {
    background: linear-gradient(to right, #e76f0b, #febd26);
}
.tpriceBooking .bookingbtn .cssbuttons-io span p {
    color: #fff;
}
.tutorDescription {
    margin-top: 20px;
}
.tutorDescription p {
    text-align: justify;
}
.cardListingSec .tutorDetailFeatures .bnrCards {
    width: 23%;
    min-height: 102px;
    margin: 4px;
}
.cardListingSec .tutorDetailFeatures .bnrcrdIco {
    width: 70px;
    height: 70px;
}
.tutorDetailContent {
    margin-top: 10px;
}
.tutorDetailsSec .cardListingBnr {
    position: sticky;
    top: 102px;
}
/* Tutor Details */

/* Product Details */
.tile {
    width: 100%;
    margin: 50px auto 0px;
}
#tile-1 .tab-pane {
    padding: 25px;
    padding: 20px;
    background: #fbfbf5;
    border-radius: 6px;
    /* max-width: 1000px; */
    margin: 0px auto;
}
#tile-1 .nav-tabs {
    position: relative;
    border: none !important;
    background-color: #fff;
    /*   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
    border-radius: 6px;
    justify-content: unset;
    align-items: unset;
    max-width: 720px;
    margin: 0px auto;
}
#tile-1 .nav-tabs::after {
    position: absolute;
    content: '';
    width: 99.4%;
    height: 1px;
    bottom: -1px;
    left: -4px;
    right: 0px;
    margin: auto;
    background: #4b257240;
}
#tile-1 .nav-tabs li {
    margin: 0px 5px 0px 1px !important;
}
#tile-1 .nav-tabs li a {
    position: relative;
    margin-right: 0px !important;
    padding: 12px 30px !important;
    font-size: 15px;
    border: none !important;
    color: #343434;
    width: 100%;
    background: #f0eaf1;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 700 !important;
}
#tile-1 .nav-tabs a:hover {
    /* background-color: transparent !important;
    border: none; */
    background-color: #ff6400 !important;
    border: none;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#tile-1 .slider {
    display: inline-block;
    width: 30px;
    height: 100%;
    border-radius: 3px;
    background: linear-gradient(90deg, #fd6a00, #ffa000);
    position: absolute;
    z-index: 1;
    bottom: 0;
    transition: all 0.3s linear;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
#tile-1 .nav-tabs .active {
    background-color: transparent !important;
    border: none !important;
    color: #ffffff !important;
    font-weight: 600;
    z-index: 2;
}
.tab-content h1, .tab-content h2, .tab-content h3, .tab-content h4, .tab-content h5, .tab-content h6, .tab-content p strong {
    font-weight: 700;
    font-size: 18px;
}
.tab-content ul {
    margin-top: 10px;
}
.tab-content ul li {
    padding-left: 0;
    background-image: url(../img/icons/bullet-point.png);
    background-size: 16px;
    background-position: left top 4px;
    background-repeat: no-repeat;
    line-height: 24px;
    padding: 19px;
    background: #fff;
    border-radius: 20px;
}
.tab-content h5 {
    position: relative;
    padding-bottom: 5px;
}
.tab-content h5::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background-color: #340459;
    bottom: 0px;
    left: 0px;
}
.cusReviewCreate .comment-list>.comment .comment-body {
    position: relative;
    /* padding-left: 100px; */
    margin-bottom: 0px;
    min-height: 95px;
    border-bottom: 1px solid rgba(34, 34, 34, .1);
    padding-bottom: 25px;
}
.cusReviewCreate .comment-list>.comment .comment-body .comment-author .avatar {
    position: absolute;
    left: 0;
    height: 80px;
    width: 80px;
    border-radius: 100%;
}
.cusReviewCreate .comment-list>.comment .comment-body .comment-author .fn {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 8px;
    display: block;
}
.cusReviewCreate .comment-list>.comment .comment-body .star-rating {
    font-size: 14px;
    margin-bottom: 10px;
}
.cusReviewCreate .text-secondary {
    color: #ffc822 !important;
}
.cusReviewCreate .comment-list>.comment .comment-body p {
    font-size: 14px;
    text-align: justify;
    line-height: normal;
}
.becomePartnerForm.contactQueryFrom.commentReview {
    box-shadow: none;
    position: sticky;
    top: 94px;
}
.becomePartnerForm.contactQueryFrom.commentReview {
    box-shadow: none;
    position: sticky;
    top: 94px;
}
.becomePartnerForm #stars {
    display: flex;
    margin-left: 10px;
}
.becomePartnerForm #stars li i {
    color: #dddd;
}
.becomePartnerForm #stars li i:hover {
    color: #ffc822 !important;
}
.commentReviewForm {
    padding: 20px 0px 20px 20px;
}
.commentReviewForm .formTitle {
    margin-bottom: 10px;
}
.commentReviewForm .form-control {
    border-radius: 10px;
    padding: 10px 20px;
}
.rating-stars ul#stars {
    display: flex;
    align-items: center;
    margin-top: 0px;
}
.rating-stars ul#stars li {
    padding: 0px;
}
.rating-stars ul#stars li:hover i {
    color: #fbad50;
}
.commentReviewForm .tpriceBooking {
    box-shadow: none;
    padding: 0px;
}
/* Accordian */

.industriesAccordWrap .accordion {
    border: none;
}
.industriesAccordWrap .accordion-item {
    border: none;
    margin-bottom: 10px;
}
.industriesAccordWrap .induscont1 {
    background: linear-gradient(270deg, #fff, #f7fdff);
    border-radius: 10px;
    overflow: hidden;
    text-align: justify;
}
.industriesAccordWrap .induscont2 {
    background: linear-gradient(270deg, #fff, #eeffe7);
    border-radius: 10px;
    overflow: hidden;
    text-align: justify;
}
.industriesAccordWrap .induscont3 {
    background: linear-gradient(270deg, #fff, #fff3fc);
    border-radius: 10px;
    overflow: hidden;
    text-align: justify;
}
.industriesAccordWrap .induscont4 {
    background: linear-gradient(270deg, #fff, #f9ffdf);
    border-radius: 10px;
    overflow: hidden;
    text-align: justify;
}
.industriesAccordWrap .induscont5 {
    background: linear-gradient(270deg, #fff, #fff4f4);
    border-radius: 10px;
    overflow: hidden;
    text-align: justify;
}
.industriesAccordWrap .accordion-item .accordion-button {
    font-size: 20px;
    font-weight: 600;
    padding: 17px 20px;
}
.industriesAccordWrap .accordion-item .accordion-button h5 {
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
}
.industriesAccordWrap .accordion-item .accordion-button h5::after {
    position: absolute;
    content: '';
    width: 26px;
    height: 4px;
    left: 0px;
    top: auto;
    background: #002c26;
    visibility: hidden;
    bottom: -10px;
}
.industriesAccordWrap .accordion-item .accordion-button h5::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0px;
    top: auto;
    border: 1px solid #ddd;
    bottom: -9px;
    visibility: hidden;
}
.industriesAccordWrap .accordion-item .accordion-button:not(.collapsed) h5::before {
    visibility: visible;
}
.industriesAccordWrap .accordion-item .accordion-button:not(.collapsed) h5::after {
    visibility: visible;
}
.industriesAccordWrap .accordion-item .accordion-button::after {
    background-size: 15px;
}
.industriesAccordWrap .induscont1 .accordion-button {
    position: relative;
    margin-bottom: 0px;
}
.industriesAccordWrap .accordion-item .accordion-button:not(.collapsed) {
    background: transparent;
    border: none;
    border-radius: 10px;
    margin-bottom: 0px;
    box-shadow: none;
}
.industriesAccordWrap .accordion-item .accordion-button::before {
    position: absolute;
    content: '';
    top: 100%;
    width: 100%;
    height: 1px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    border: 1px dashed #38383814;
}
.industriesAccordWrap .accordion-item .accordion-button:not(.collapsed)::before {
    top: 100%;
    width: 2px;
    height: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
}
.industriesAccordWrap .induscont1 .accordion-button:not(.collapsed)::before {
    background: #ff7200;
}
.industriesAccordWrap .induscont2 .accordion-button:not(.collapsed)::before {
    background: #ff7200;
}
.industriesAccordWrap .induscont3 .accordion-button:not(.collapsed)::before {
    background: #ff7200;
}
.industriesAccordWrap .induscont4 .accordion-button:not(.collapsed)::before {
    background: #ff7200;
}
.industriesAccordWrap .induscont5 .accordion-button:not(.collapsed)::before {
    background: #ff7200;
}
.industriesAccordWrap .accordion-item .accordion-button img {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    margin-right: 10px;
}
.industriesAccordWrap .accordion-item .accordion-collapse {
    position: relative;
}
.industriesAccordWrap .accordion-item .accordion-collapse::after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
}
.industriesAccordWrap .accordion-item .accordion-collapse.show::after {
    border: 1px dashed #ddd;
}
.industriesAccordWrap .accordion-item .accordion-collapse.show {
    border: none;
    box-shadow: none;
}
.industriesAccordWrap .accordion-item .accordion-collapse:not(.show) {
    background: transparent;
    border: none;
    border-radius: 10px;
    box-shadow: none;
}
.becomeTutorbanner .inbnrNavTitle h2 {
    font-size: 25px;
    color: #002e28;
    margin-bottom: 10px;
    line-height: 33px;
    font-weight: 600;
}
.becomeTutorBnr {
    width: 100%;
}
.becomeTutorBnr img {
    width: 100%;
}
.normalBtns .cssbuttons-io span {
    width: auto;
}
.normalBtns .cssbuttons-io::before {
    background: #08352f;
}
.normalBtns .cssbuttons-io span i, .normalBtns .cssbuttons-io span p {
    color: #fff;
    font-size: 14px;
}
.aboutUsContent .text-center p {
    text-align: center;
}
.normalBtns .notEffected.cssbuttons-io {
    margin-left: 10px;
}
.normalBtns .notEffected.cssbuttons-io::before {
    background: #e7e7e7;
}
.normalBtns .notEffected.cssbuttons-io span i, .normalBtns .notEffected.cssbuttons-io span p {
    color: #002c26;
}
.normalBtns .notEffected.cssbuttons-io:hover span i, .normalBtns .notEffected.cssbuttons-io:hover span p {
    color: #fff;
}
.siderStyleFlat {
    z-index: 22;
    min-height: auto;
    top: 0px;
    border-radius: 0px;
    border: none;
}
.careerWrapper {
    z-index: 444;
    position: sticky;
    top: 0px;
}
.siderStyleFlat ul {
    display: flex;
    justify-content: center;
}
.careerNavigation {
    padding: 12px;
    border-radius: 8px;
    background: #fff;
}
.careerNavigation h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.careerNavigation h4::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 2px;
    background: #002e28;
    bottom: 0px;
    left: 0px;
}
.careerNavigation ul li {
    position: relative;
    border-bottom: 1px dashed #ddd;
}
.careerNavigation.siderStyleFlat ul li a {
    padding: 6px 22px;
    display: inline-block;
}
.careerNavigation.siderStyleFlat.sideScrollTopNav ul li.active a {
    padding: 6px 22px;
}
.careerNavigation.siderStyleFlat ul li a::after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    bottom: 0px;
    height: 3px;
    background: #002e28;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
    top: auto;
}
.careerNavigation.sideScrollTopNav.siderStyleFlat ul li.active a:after {
    width: 100%;
}
.careerNavigation.siderStyleFlat h4 {
    text-align: center;
}
.careerNavigation.siderStyleFlat h4::after {
    right: 0px;
    margin: auto;
}
.careerNavigation.siderStyleFlat ul li:last-child {
    border-bottom: 1px dashed #ddd;
}
.careerNavigation.sideScrollTopNav ul li.active a:after {
    visibility: visible;
    opacity: 1;
    width: 3px;
}
.InsideTCWrapper .quickTutorText .tutorName {
    margin: 0px;
    margin-bottom: 8px;
}
.InsideTCWrapper.bg1 {
    background: linear-gradient(180deg, #ffffffcc, #fcfcfcb8), url(../img/bg/bg1.jpg);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
}
.openingsWrapper {
    margin-top: 20px;
}
.careerCard.opening {
    background: #08352f;
    padding: 50px 0px;
}
.openingCarWrap {
    margin-top: 20px;
}
.openingCard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: linear-gradient(90deg, #fcf3eee6, #fdf5e6b8);
    border-radius: 10px;
    box-shadow: rgb(149 157 165 / 11%) 0px 8px 24px;
    border: 1px solid #ffebdac7;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
}
.openingCard:hover {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: linear-gradient(90deg, #fcf3ee, #fdf5e6);
    border-radius: 10px;
    box-shadow: rgb(149 157 165 / 11%) 0px 8px 24px;
    border: 1px solid #ffebda;
    margin-bottom: 20px;
}
.openingCard span:first-child {
    width: 40%;
}
.openingCard span:nth-child(2) {
    width: 30%;
}
.openingCard span:nth-child(3) {
    width: 30%;
}
.openingCard span h4 {
    font-size: 16px;
    font-weight: 600;
}
.openingCard span h5 {
    font-size: 16px;
    font-weight: 600;
}
.titleSecWrap.light h4 {
    color: #fff;
}
.openingTitle h4 {
    color: #fff;
    font-size: 18px;
}
.titleSection .cssbuttons-io span {
    padding: 6px 20px;
}
.aprtCard {
    min-height: 300px;
    padding: 20px;
    background: linear-gradient(90deg, #dfd, #f1fff7);
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #dddddd1f;
}
.apartImg {
    width: 80px;
    margin: auto;
    margin-bottom: 20px;
}
.apartImg img {
    width: 100%;
}
.aprtContent {
    text-align: center;
}
.aprtContent h5 {
    font-size: 18px;
    margin-bottom: 10px;
}
.aprtContent p {
    font-size: 16px;
}
.setApart.ourCulture {
    margin-top: 20px;
}
.setApart.ourCulture .aprtCard {
    display: flex;
    align-items: center;
    min-height: auto;
    background: linear-gradient(90deg, #fdefe7, #fef5e8);
}
.setApart.ourCulture .aprtCard.culII {
    background: linear-gradient(90deg, #e5f3f3, #e8f9f9);
}
.setApart.ourCulture .aprtCard.culII .apartImg {
    background: linear-gradient(90deg, #05888c, #00a3a3);
}
.setApart.ourCulture .aprtCard.culIII {
    background: linear-gradient(90deg, #e2dff7, #f5f3fa);
}
.setApart.ourCulture .aprtCard.culIII .apartImg {
    background: linear-gradient(90deg, #4a35df, #714be7);
}
.setApart.ourCulture .aprtCard.culIV {
    background: linear-gradient(90deg, #edf7f0, #f3f9f6);
}
.setApart.ourCulture .aprtCard.culIV .apartImg {
    background: linear-gradient(90deg, #08951a, #06db41);
}
.setApart.ourCulture .aprtCard.culV {
    background: linear-gradient(90deg, #f2cfea, #fff4ff);
}
.setApart.ourCulture .aprtCard.culV .apartImg {
    background: linear-gradient(90deg, #940895, #ff4ce6);
}
/* .setApart.ourCulture .aprtCard.culVI {
    background: linear-gradient(90deg, #f2cfea, #fff4ff);
}
.setApart.ourCulture .aprtCard.culVI .apartImg {
    background: linear-gradient(90deg, #940895, #ff4ce6);
} */
.setApart.ourCulture .aprtCard .apartImg {
    margin: 0px;
    width: 50px;
    background: linear-gradient(90deg, #fd6d00, #fec43f);
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 5px;
}
.setApart.ourCulture .aprtCard .aprtContent {
    width: 87%;
    padding-left: 10px;
}
.setApart.ourCulture .aprtCard .aprtContent h5 {
    margin-bottom: 0px;
}
.cultureModal .modal-body {
    padding: 0px;
    position: relative;
}
.cultureCard {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #fff;
}
.cultureModal .cultureImg {
    width: 100%;
}
.cultureModal .cultureImg img {
    width: 100%;
}
.cultureModal .btn-close {
    position: absolute;
    right: -42px;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #fff;
}
.cultureModal .cultureContent {
    padding: 20px;
}
.cultureModal .cultureContent h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.cultureModal .cultureContent p {
    margin-bottom: 14px;
    text-align: justify;
}
.cultureModal .cultureContent h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.normalList li {
    background-image: url(../img/icons/arrows.png);
    background-size: 14px;
    background-position: left top 3px;
    padding-left: 22px;
    background-repeat: no-repeat;
    text-align: justify;
    margin-bottom: 8px;
}
.bgDark {
    background: #08352f;
}
.bnrCrdContainer.coursesContainer .bnrCards {
    width: 100%;
}
.tcImpact .aprtCard {
    background: linear-gradient(90deg, #e8ffee, #f9fffc);
    min-height: 240px;
    margin-bottom: 24px;
}
.content {
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    margin-bottom: 13px;
}
.content h1 {
    font-weight: 700;
    font-size: 34px;
}
.content h2 {
    font-weight: 700;
    font-size: 30px;
}
.content h3 {
    font-weight: 700;
    font-size: 25px;
}
.content h4 {
    font-weight: 700;
    font-size: 19px;
}
.content h5 {
    font-weight: 700;
    font-size: 16px;
}
.content h6 {
    font-weight: 700;
    font-size: 14px;
}
.content p {
    margin-bottom: 8px;
    text-align: justify;
}
.tcReviewsPage {
    margin-top: 40px;
}
.tcReviewsPage .testimonialCard {
    margin-bottom: 25px;
}
.blogWrapper .quickTutorText .tutorName {
    margin: 0px;
    margin-bottom: 7px;
}
.newsWrapper {
    margin-top: 40px;
}
.newsCard {
    padding: 10px;
}
.newsImg {
    border-radius: 10px;
    overflow: hidden;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.newsImg img {
    width: 100%;
}
.newsContent {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 0px;
    width: 100%;
    padding: 13px 10px;
    /* margin-top: -50px; */
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
}
.newsContent h4 {
    font-size: 15px;
    font-weight: 600;
    color: #232a47;
    margin: 10px 0px;
    text-align: center;
    line-height: 20px;
}
.newsDate ul {
    display: flex;
    justify-content: space-between;
    width: 98%;
    margin: auto;
    padding: 6px 10px;
    background: #ffffff;
    border-radius: 5px;
    margin-top: -33px;
}
.newsDate ul li {
    display: flex;
    align-items: center;
}
.newsDate ul li i {
    color: #232a47;
    font-size: 13px;
    margin-right: 7px;
}
.newsDate ul li p {
    font-size: 14px;
}
.blogImg {
    width: 100%;
}
.blogImg img {
    width: 100%;
}
.blogDetailWrap .newsDate ul {
    margin-top: 10px;
    margin-bottom: 20px;
}
.blogSideWrap {
    position: sticky;
    top: 85px;
}
.blogSideWrap .newsCard {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    border-bottom: 1px dashed #ddd;
}
.blogSideWrap .newsContent {
    background: transparent;
    box-shadow: none;
    width: 70%;
    text-align: left;
    padding: 6px 12px;
}
.blogSideWrap .newsDate ul {
    background: transparent;
    display: none;
}
.blogSideWrap .newsImg {
    width: 42%;
    border-radius: 10px;
    height: 82px;
}
.blogSideWrap .newsImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogSideWrap .newsContent h4 {
    margin: 0px;
    text-align: left;
}
.blogSideWrap .newsContent p {
    margin: 0px;
    text-align: left;
}
.ckeditorContent p {
    text-align: justify;
    margin-bottom: 8px;
}
.navigationLogo {
    width: 180px;
    padding: 22px;
}
.navigationLogo img {
    width: 100%;
}
.navigationBar {
    position: fixed;
    top: 0px;
    width: 30%;
    background: #fff3eae6;
    z-index: 55;
    min-height: 100vh;
    right: 0px;
    backdrop-filter: blur(5px);
    display: none;
}
.navigationBar ul {
    display: flex;
    flex-direction: column;
}
.navigationBar ul>li>a {
    display: block;
    padding: 8px 21px;
    border-bottom: 1px dashed #ddd;
}
.navigationPoliciesbtn {
    padding: 8px 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-top: 30px;
}
.navigationPoliciesbtn a {
    text-decoration: underline;
    font-size: 14px;
}
.loginForm .right-sidebar-box {
    background: rgba(255, 238, 215, 0.8); /* semi-transparent for blur effect */
    box-shadow: 0 7px 29px rgba(100, 100, 111, 0.2);
    backdrop-filter: blur(6px);
    border: 1px solid #f0ddc4;
    border-radius: 8px 8px 0 0; /* top-left and top-right rounded only */
    padding: 25px 30px;
    max-width: 894px;
    margin: 0 auto;
    position: relative;
    left: -2px;
}
.loginForm .toggle-password {
    position: absolute;
    right: 10px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: fit-content;
}
.loginForm .form-control {
    height: 45px;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
}
.right-sidebar-box {
    background-color: #f8f8f800;
    border-radius: 6px;
    padding: 0px;
    max-width: 894px;
    margin: 0px auto;
    background: #fcf7fe;
    padding: 25px 30px;
    border-radius: 8px;
    border: 1px solid #dddddd4a;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
    left: -2px;
}
.right-sidebar-box .custom-form label {
    color: #565656;
    display: block;
    font-size: 15px;
    margin-bottom: calc(2px + 0.3125vw);
    font-weight: 600;
}
.right-sidebar-box .custom-form .custom-input {
    position: relative;
}
.right-sidebar-box .custom-form .form-select:focus {
    box-shadow: none;
}
.right-sidebar-box .custom-form .form-select {
    border: 1px solid #dddddd80 !important;
    padding: 7px 14px;
    border-radius: 6px;
}
.right-sidebar-box .custom-form .custom-input i {
    align-items: center;
    color: #4a5568;
    display: flex;
    font-size: 15px;
    left: 0;
    line-height: 1;
    padding: 15px;
    position: absolute;
    top: 0px;
}
.form-control {
    background-color: #fff;
}
textarea.form-control {
    min-height: 30px;
}
.right-sidebar-box .custom-form .custom-input textarea {
    height: 92px;
}
 .right-sidebar-box .custom-form .custom-input .form-control::placeholder {
 font-size: 14px;
}
.right-sidebar-box .custom-form .custom-input .form-control:focus {
    box-shadow: none;
}
.captcha {
    padding: 0px;
    width: 177px;
    position: relative;
}
.captcha img {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #dddddd80 !important;
}
.refreshcaptcha {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: -29px;
    height: fit-content;
}
.submitandclear {
    display: flex;
    gap: 12px;
}
.fullwButton .cssbuttons-io {
    width: 100%;
}
.fullwButton .cssbuttons-io::before {
    background: linear-gradient(to right, #e76f0b, #febd26);
}
/* new */

.signupWithGmail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 10px;
    border: 1px solid #ffe0c4;
    border-radius: 8px;
    background: #ffdbdb59;
}
.signupgmailIco svg {
    width: 18px;
    position: relative;
    top: -1px;
}
.signupwithFacebook {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 7px 10px;
    border: 1px solid #bfdfff;
    border-radius: 8px;
    background: #a4d9ff38;
}
.signupFacebookIco svg {
    width: 18px;
    position: relative;
    top: -1px;
}
.signupwithEmail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 10px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: #f4f4f4;
}
.signupwithOtp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 10px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: #f4f4f4;
}
.register {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 10px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: #f4f4f4;
}
.signupwithEmailIco svg {
    width: 18px;
    position: relative;
    top: -1px;
}
.termscheck .form-check-label, .termscheck span, .termscheck a {
    font-size: 13px;
}
.formSubscribe a {
    font-weight: bold;
    font-size: 13px;
}
.loginSignupForm {
    margin-top: 90px;
}
/* StudentPanel */
.studentPanel {
    margin-top: 104px;
    display: flex;
    width: 100%;/* overflow: hidden; */
}
.panelSidebar {
    width: 24%;
    height: 100vh;
    background: #edfffd;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-right: 1px solid #ade9e1;
    position: sticky;
    top: 100px;
}
.panelSidebar .mainsidebar {
    padding: 20px 20px;
}
.panelSidebar .mainsidebar > li > a {
    display: inline-block;
    padding: 8px 0px;
    width: 100%;
    border-bottom: 1px dashed #ddd;
}
.panelSidebar .mainsidebar > li > a:hover, .panelSidebar .mainsidebar > li > a.active {
    background: #002e28;
    color: #fff;
    padding-left: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.panelMainWrapper {
    width: 76%;
    padding: 20px;
}
.panelCard {
    background-clip: padding-box;
 box-shadow: 0 .25rem .625rem rgba(46, 38, 61, .2);
    padding: 20px;
    border-radius: 8px;
}
.profiledashDP .avatar {
    margin: auto;
    margin-bottom: 10px;
    width: 65px;
    height: 65px;
}
.avatar {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
}
.avatar img {
    width: 100%;
    height: 100%;
}
.profiledashDP .avatar .dashboardProfileEditBtn {
    position: absolute;
    bottom: -4px;
    background: #fff2f2;
    display: inline-block;
    right: -2px;
    z-index: 2;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    text-align: center;
    font-size: 11px;
    line-height: 28px;
}
.avatar.avatar-online:after {
    background-color: #56ca00;
}
.avatar.avatar-online:after, .avatar.avatar-offline:after, .avatar.avatar-away:after, .avatar.avatar-busy:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 3px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    box-shadow: 0 0 0 2px #fff;
}
.rounded-circle {
    border-radius: 50% !important;
}
.profileDashContent {
    text-align: center;
}
.profileDashContent h5 {
    font-size: 20px;
    font-weight: 600;
    color: #002f29;
}
.profileDashContent p {
    font-size: 14px;
    color: #6c6c6c;
}
.profileDashContent h6 {
    font-size: 13px;
    font-weight: 600;
}
.profileShortInfo h4 {
    margin-bottom: 10px;
    font-size: 20px;
}
.profileShortInfo h4 span {
    font-size: 30px;
    font-weight: 700;
    color: #fd6700;
}
.profileForm .form-control {
    height: 45px;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
}
.profileForm .form-select {
    height: 45px;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
}
.profileForm .form-select:focus {
    box-shadow: none;
}
.profileForm .form-control:focus {
    box-shadow: none;
}
.signupHeader h4 {
    font-size: 20px;
    font-weight: 600;
    color: #002e28;
    margin-bottom: 10px;
}
.procardStyle {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.result-data-table td {
    background: #002e28;
    color: #fff;
}
.cssbuttons-io.makepayment {
    padding: 0px;
}
.cssbuttons-io.makepayment span {
    padding: 3px 16px;
    width: 100%;
}
.fullwButton .cssbuttons-io span {
    width: auto;
}
.byTutorFaciSlider {
    width: 100%;
    position: relative;
}
.cardListingSec .tutorDetailFeatures .byTutorFaciSlider .bnrCards {
    width: 100%;
    margin-bottom: 0px;
    min-height: 140px;
}
.byTutorFaciSlider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 38%;
    left: -18px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0px;
}
.byTutorFaciSlider.owl-carousel .owl-nav button.owl-prev:hover {
    background: linear-gradient(90deg, #fc6800, #ffba19);
}
.byTutorFaciSlider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 38%;
    right: -18px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0px;
}
.byTutorFaciSlider.owl-carousel .owl-nav button.owl-next:hover {
    background: linear-gradient(90deg, #fc6800, #ffba19);
}
.normalList li.availlocations {
    background-image: url(../img/icons/location.png);
    background-color: #fff5e4;
    padding: 6px;
    background-position: left 10px center;
    padding-left: 30px;
    border-radius: 10px;
}
.availlocationSlider {
    padding: 0px 40px;
}
.availlocationSlider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 3px;
    left: 0px;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: 0px;
    font-size: 12px;
}
.availlocationSlider.owl-carousel .owl-nav button.owl-prev:hover {
    background: linear-gradient(90deg, #fc6800, #ffba19);
}
.availlocationSlider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 3px;
    right: 0px;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: 0px;
    font-size: 12px;
}
.availlocationSlider.owl-carousel .owl-nav button.owl-next:hover {
    background: linear-gradient(90deg, #fc6800, #ffba19);
}
.cardListingsWrapper.newlisting .quickTutorCard {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 13px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    gap: 5px;
}
.cardListingsWrapper.newlisting .quickTutorCard .quickTutorImg {
    width: 30%;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: none;
}
.cardListingsWrapper.newlisting .quickTutorCard .quicktutorInfo {
    width: 69%;
}
.cardListingsWrapper.newlisting .quickTutorText .tutorName {
    margin: 0px;
    margin-bottom: 10px;
    font-size: 22px;
}
.cardListingsWrapper.newlisting .quickTutorRatings {
    margin: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
}
.cardListingsWrapper.newlisting .normalList li.availlocations {
    background-image: url(../img/icons/location.png);
    background-color: #ffe9c1;
    padding: 2px;
    background-position: left 10px center;
    padding-left: 25px;
    border-radius: 10px;
    font-size: 12px;
    background-size: 10px;
    margin-bottom: 0px;
}
.cardListingsWrapper.newlisting .availlocationSlider.owl-carousel .owl-nav button.owl-prev {
    display: none;
}
.cardListingsWrapper.newlisting .availlocationSlider.owl-carousel .owl-nav button.owl-next {
    display: none;
}
.cardListingsWrapper.newlisting .availlocationSlider {
    padding: 0px;
}
.cardListingsWrapper.newlisting .quickTutorText .title {
    top: 9px;
    font-size: 12px;
    padding: 6px 11px;
    border-radius: 6px;
    box-shadow: none;
    padding: 0px;
}
.listingtShotInfo {
    margin-bottom: 10px;
}
.hctFromWrapper {
    position: relative;
    z-index: 3;
}
.hctFromContainer {
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 30px;
    background: #fff;
}
.formWrapper {
    margin-top: 20px;
}
.formWrapper .form-control {
    border-radius: 30px;
    padding: 10px 20px;
}
.formWrapper .form-control.form-select:focus {
    box-shadow: none;
    border-color: #060606;
}
.hctFromContainer .form-group {
    display: block;
    margin-bottom: 14px;
}
.hctFromContainer .form-group span {
    margin-bottom: 10px;
    font-weight: 500;
    display: inline-block;
}
.hctFromContainer .form-group input:focus {
    box-shadow: none;
    border-color: #060606;
}
.hctFromContainer .form-group textarea:focus {
    box-shadow: none;
    border-color: #060606;
}
.captchaimg {
    width: 170px;
    border: 1px solid #dddddded;
    border-radius: 30px;
    padding: 3px 4px;
}
.example-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 555;
    flex-direction: column;
    right: 20px;
    gap: 10px;
    bottom: 25%;
}
.example-2 .icon-content {
    margin: 0 10px;
    position: relative;
}
.example-2 .icon-content .tooltip {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    transition: all 0.3s ease;
    width: 90px;
    text-align: center;
}
.example-2 .icon-content .tooltip {
    opacity: 1;
    visibility: visible;
    top: -36px;
}
.example-2 .icon-content a {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #4d4d4d;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    text-align: center;
}
.example-2 .icon-content a:hover {
    box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}
.example-2 .icon-content a svg {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
}
.example-2 .icon-content a i {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
}
.example-2 .icon-content a:hover {
    color: white;
}
.example-2 .icon-content a .filled {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover .filled {
    height: 100%;
}
.example-2 .icon-content a .filled, .example-2 .icon-content a ~.tooltip {
    background: #ed8012;
}
.tooltip button {
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins';
}
.modal textarea.form-control {
    min-height: auto;
    height: auto;
}
 @media screen and (max-width:768px) {
.bannerAddBox {
    max-width: 700px;
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 2px solid #fff;
    text-align: center;
    margin: 50px auto 50px auto;
}
.bannerAddBox img {
    max-width: 100%;
    border-radius: 7px;
}
.example-2 {
    right: 20px;
    gap: 0px;
    bottom: 29%;
}
.example-2 .icon-content a {
    width: 50px;
    height: 50px;
}
}
.headerInput.searchInput {
    position: relative;
}
.search-results {
    position: absolute;
    top: 106%;
    left: 0px;
    right: 0px;
    background: #fff;
    box-shadow: 0px 0px 10px #ddd;
    border-radius: 10px;
    overflow: hidden;
    overflow-y: auto;
    max-height: 300px;
    padding: 10px;
    display: none;
    z-index: 55;
}
.search-results li {
}
.search-results li a {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 4px;
    padding-top: 4px;
}
.search-results li:last-child a {
    border-bottom: none;
    padding-bottom: 0%;
}
.search-results li a img {
    width: 50px;
    height: 50px;
    border-radius: 7px;
    margin-right: 11px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 10px;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #dffffa;
}
.accountdropbtn:hover .dropdown-content {
    display: block;
}
.accountdropbtn:hover .dropbtn {
    background-color: #3e8e41;
}
/* .bannerCarousel {
    display: none!important;
} */
.bannerCarousel {
    /* margin-bottom: 20px; */
    padding: 10px;
}
.bannerCarouseltwo {
    padding: 10px;
}
.homeTopBnrImg {
    border-radius: 12px;
    overflow: hidden;
    max-height: 250px;
}
.homeTopBnrImg img {
    border-radius: 0px;
}
.cardListingsWrapper.newlisting .availlocationSlider {
/*min-height: 33px;*/
}
.examCatCard {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    justify-content: space-between;
    box-shadow: 0px 0px 10px #ddd;
    border: 1px solid #e6e6e6;
    margin-bottom: 23px;
    min-height: 325px;
}
.examCatCard::after {
    content: '';
    position: absolute;
    width: 126px;
    height: 126px;
    border-radius: 100%;
    background: #fff7e9;
    right: -4%;
}
.examCatTextWrap {
    padding: 14px;
    width: 76%;
}
.examCatText h4 {
    font-size: 24px;
    font-weight: 600;
}
.examCatText ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 11px;
    margin-top: 17px;
}
.examCatText ul li {
}
.examCatText ul li a {
    padding: 4px 10px;
    border-radius: 30px;
    display: inline-block;
    /*width: 110px;*/
    text-align: center;
    border: 1px solid #11111117;
    background: #dddddd14;
    font-size: 14px;
    font-weight: 500;
}
.examCatImgWrap {
    width: 70px;
    position: relative;
    z-index: 3;
    right: 15px;
}
.examCatImgWrap img {
    width: 100%;
}
.quickTutorImg.blogImg {
    position: relative;
    max-height: inherit;
    min-height: inherit;
    height: 200px;
}
.blogDate {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ffffffc2;
    padding: 5px 11px;
    border-radius: 10px;
    backdrop-filter: blur(8px);
    font-size: 13px;
    font-weight: 600;
}
a.searchbySubBtn {
    display: block;
    background: #f4f4f4;
    padding: 6px 10px;
    border-radius: 7px;
    border: 1px solid #ddd;
}
a.searchbySubBtn:hover, a.searchbySubBtn.active {
    border-color: #ed8012;
    background-color: #ff2b06;
    color: #fff;
}
.searchBySubWrap {
    display: none;
    padding: 10px;
    background: #f6f6f6;
    border-radius: 9px;
    border: 1px solid #e8e8e8;
    max-height: 144px;
    overflow: auto;
}
.searchBySubWrap::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background-color: #ffe3c7;
}
 .searchBySubWrap::-webkit-scrollbar {
 width: 6px;
 background-color: #F5F5F5;
 transition: all 0.4s ease-in-out;
}
 .searchBySubWrap::-webkit-scrollbar-thumb {
 background-color: #ed841e;
/* border: 1px solid #555555; */
}
.form-check-input:focus {
    box-shadow: none;
}
.headerSection.sticky {
    background-color: #f2f2f299;
    backdrop-filter: blur(8px);
}
b, strong {
    font-weight: 600;
}
.blogContent h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px;
}
.ckeditor h3 {
    font-size: 18px;
    margin: 8px 0px;
    margin-top: 18px;
}
.ckeditor h4 {
    font-size: 16px;
    margin: 8px 0px;
    margin-top: 18px;
}
.ckeditor h5 {
    font-size: 14px;
    margin: 8px 0px;
    margin-top: 18px;
}
.ckeditor h2 {
    font-size: 26px;
    margin: 8px 0px;
    margin-top: 18px;
}
.ckeditor h1 {
    font-size: 28px;
    margin: 8px 0px;
    margin-top: 18px;
}
.ckeditor p {
    text-align: justify;
}
.ckeditor ol li {
    list-style: inherit;
}
.ckeditor dl li, .ckeditor ul li {
    list-style: disc;
}
.bnrCrdContainer.onToturDetails {
    overflow-x: hidden;
    padding: 0px 22px;
    max-height: 146px;
}
.pb-50 {
    padding-bottom: 30px;
}
.pt-50 {
    padding-top: 30px;
}
.registerAsTutorHeaderBtn {
    padding: 7px 15px;
    border: 1px solid #ffdeab;
    background: linear-gradient(86deg, #ffe7d2, #fff0d9);
    border-radius: 11px;
    font-weight: 500;/*min-width: 150px;*/
}
.select2-container {
    width: 100%!important;
}
.select2-container--default .select2-selection--multiple {
    height: 45px;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
}
.right-sidebar-box .custom-form .form-select {
    height: 45px;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
    padding: 4px;
}
.select2-container .select2-selection--multiple {
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
}
.select2-container--default .select2-selection--single, .select2-container .select2-selection--single {
    height: 45px!important;
    border-radius: 10px!important;
    padding: 10px 20px!important;
    font-size: 16px!important;
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
}
.right-sidebar-box.bookNowFormDiv {
    box-shadow: none;
    border: none;
    padding: 10px;
    background: none;
}
.booknowForm {
    position: relative;
    padding-top: 0px;
}
.booknowForm .btn-close {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 3;
}
.booknowForm .cssbuttons-io::before {
    background: linear-gradient(to right, #e76f0b, #febd26);
}
.footerAddres .content p {
    text-align: left;
}
.footer-widget-info .footer-widget .contact-item {
    margin-bottom: 7px;
}
.footer-widget-info .footer-widget .contact-item .icon i {
    position: relative;
    top: 3px;
}

/* responsive */
@media screen and (max-width:1400px) and (min-width:1300px) {
.headerInput.locationInput {
    max-width: 280px;
    min-width: 280px;
}
.headerInput.searchInput {
    max-width: 280px;
    min-width: 280px;
}
.bnrCrdContainer.onToturDetails {
    max-height: 150px;
    overflow-x: hidden;
}
.examCatCard {
    min-height: 300px;
}
.examCatTextWrap {
    width: 80%;
    padding: 14px;
}
.examCatCard::after {
    width: 130px;
    height: 130px;
    right: -30px;
}
.examCatImgWrap {
    width: 60px;
    right: 10px;
}
.normalBtns .cssbuttons-io span {
    border-radius : 30px;
}
.examCatText ul li a {
    font-size : 12px;
    font-weight : 600 !important;/*width: 136px;*/
}
.normalBtns .cssbuttons-io span {
    padding: 5px 12px;
}
.normalBtns .cssbuttons-io span i, .normalBtns .cssbuttons-io span p {
    font-size : 13px;
}
.normalBtns.mt-4 {
    margin-top : 13px!important;
}
.normalBtns .notEffected.cssbuttons-io {
    margin-left : 0px;
    border-radius : 30px;
}
.examCatText h4 {
    font-size : 16px;
}
}
 @media screen and (max-width:1200px) and (min-width:1000px) {
.headerInput.locationInput {
    max-width: 290px;
    min-width: 290px;
}
.locationShown p {
    font-size: 12px;
}
.headerInput.searchInput {
    max-width: 290px;
    min-width: 290px;
}
.locationShown input {
    font-size: 12px;
}
 .locationShown input::placeholder {
 font-size: 12px;
}
.headerInput.searchInput {
    margin-right: 10px;
}
.bannerTitle h2 {
    font-size: 26px;
}
.bnrCrdTitle>* {
    margin-bottom: 10px;
    margin-top: 10px;
}
.bnrCards {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    background: #fff;
    width: 30%;
    margin-right: 14px;
    margin-bottom: 8px;
    min-height: 155px;
}
.bnrcrdIco {
    width: 60px;
    height: 60px;
}
.bnrcrdContent h5 {
    font-size: 13px;
}
.common-box {
    padding: 0px;
}
.common-box img {
    width: 54px;
    margin-right: 2px;
    margin-left: 10px;
}
}
 @media screen and (max-width:999px) and (min-width:888px) {
.bnrCrdContainer {
    max-height: 266px;
}
.headerInput.locationInput {
    max-width: 240px;
    min-width: 240px;
    height: 47px;
}
.locationShown {
    position: relative;
    overflow: hidden;
}
.headerInput.searchInput {
    max-width: 240px;
    min-width: 240px;
}
.cssbuttons-io span {
    padding: 10px 13px;
    width: 90px;
}
.logoSection {
    width: 140px;
}
.bannerTitle h2 {
    font-weight: 600;
    font-size: 26px;
}
.bnrCards {
    margin-right: 13px;
    margin-bottom: 12px;
    min-height: 119px;
    width: 29%;
}
.bnrcrdIco {
    width: 60px;
    height: 60px;
}
.bnrcrdContent h5 {
    font-size: 12px;
    font-weight: 600;
}
.common-box img {
    width: 40px;
    margin-right: 2px;
}
.counter-num span {
    font-size: 16px;
    line-height: 25px;
}
.counter-text {
    font-size: 12px;
}
.common-box {
    gap: 11px;
    /* flex-direction: column; */
    padding: 0px;
}
.pb-50 {
    padding-bottom: 20px;
}
.pt-50 {
    padding-top: 20px;
}
.features {
    padding: 20px 0px;
}
.countersWrap {
    padding: 10px;
}
.aboutUsFeaturWrap.aboutmain {
    position: sticky;
    top: 80px;
}
.footer-widget-info .footer-widget .contact-item {
    margin-bottom: 0px;
}
.aboutUsSection .site-width > .row.align-item-end {
    align-items: unset;
}
.example-2 {
    bottom: 29%;
}
.cardListingSec .bnrCrdContainer {
    max-height: 56vh;
}
.tutorTitles h2 {
    font-size: 20px;
}
.tutorTitles h4 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.cssbuttons-io span {
    padding: 10px 13px;
    width: 110px;
}
}
 @media screen and (max-width:887px) and (min-width:768px) {
.site-width {
    max-width: 750px;
    margin: 0px auto;
}
.headerInput.locationInput {
    max-width: 200px;
    min-width: 200px;
    height: 40px;
}
.locationShown {
    position: relative;
    overflow: hidden;
}
.headerInput.searchInput {
    max-width: 200px;
    min-width: 200px;
    height: 40px;
}
.cssbuttons-io span {
    padding: 6px 43px;
    width: 86px;
}
.logoSection {
    width: 140px;
}
.bannerTitle h2 {
    font-weight: 600;
    font-size: 26px;
}
.bnrCards {
    margin-right: 13px;
    margin-bottom: 12px;
    min-height: 150px;
    width: 46%;
}
.bnrcrdIco {
    width: 60px;
    height: 60px;
}
.bnrcrdContent h5 {
    font-size: 12px;
    font-weight: 600;
}
.common-box img {
    width: 40px;
    margin-right: 2px;
}
.counter-num span {
    font-size: 16px;
    line-height: 20px;
}
.common-box {
    gap: 11px;
    /* flex-direction: column; */
    padding: 0px;
}
.countersWrap {
    padding: 10px;
}
.footer-widget-info .footer-widget .contact-item {
    margin-bottom: 0px;
}
.counter-text {
    font-weight: 600;
    font-size: 13px;
}
.aboutUsFeaturWrap.aboutmain .bnrCards {
    margin-bottom: 14px;
}
}
@media screen and (max-width: 768px) {
.homeTopBnrImg {
    max-height: auto;
}
.bannerLeftWing.index {
    margin-top : 12px;
}
.bannerCarousel {
    padding: 10px 0px;
}
.bannerCarouseltwo {
    display : none!important;
}
.bnrCrdTitle>* {
    margin-top: 20px;
    margin-bottom: 30px;
}
.pb-50 {
    padding-bottom: 10px;
}
.pt-50 {
    padding-top: 10px;
}
.features {
    padding: 10px 0px;
}
.bannerSection {
    margin-top: 24px;
}
.bannerCarousel {
    display: block!important;
}
.bannerImg {
    display: none;
}
.bannerSection .row {
    flex-direction: column-reverse;
}
.cardListingsWrapper.newlisting .quickTutorCard {
    flex-direction: column;
}
.cardListingsWrapper.newlisting .quickTutorCard .quickTutorImg {
    width: 100%;
}
.cardListingsWrapper.newlisting .quickTutorCard .quicktutorInfo {
    width: 100%;
    max-height: inherit;
}
.industriesAccordWrap .accordion-item .accordion-button {
    padding: 13px 12px;
}
.industriesAccordWrap .accordion-item .accordion-button h5 {
    font-size: 11px;
    padding-right: 7px;
}
#tile-1 .tab-pane {
    padding: 10px;
}
.innerBannerNav {
    margin-top: 0px;
}
.aboutPage {
    padding: 20px;
}
.firstsecTopgap {
    margin-top: 0px;
}
#tile-1 .nav-tabs li a {
    font-size: 15px;
    font-weight: 700 !important;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 10px !important;
}
.blogImg img {
    max-height: 200px;/*object-fit: cover;*/
}
.homeblogContainer .quicktutorInfo {
    min-height: 150px;/*max-height: 250px;*/
}
}
 @media screen and (max-width:767px) and (min-width:668px) {
.listingtShotInfo {
    margin-bottom: 10px;
    margin-top: 15px;
}
.cardListingsWrapper.newlisting .row .col-md-12 {
    width: 50%;
}
.cardListingSec .bnrCards {
    width: 24%;
}
.cardListingSec.firstsecTopgap.tutorDetailsSec {
    margin-top: 60px;
}
.tutorDetailContent {
    margin-top: 30px;
}
.bnrCrdContainer.coursesContainer .row .col-md-3 {
    width: 30%;
}
.partnerInfo h6 {
    font-size: 13px;
}
.partnerImg.partnerperson {
    width: 100px;
    height: 100px;
}
.ourPartnerWrap .row .col-md-3 {
    width: 25%;
}
.bnrCrdContainer {
    max-height: 321px;
}
.bannerLeftWing {
    position: relative;
    margin-top: 40px;
    top: 0px;
}
.site-width {
    max-width: 668px;
    margin: 0px auto;
}
.headerInput.locationInput {
    max-width: 160px;
    min-width: 160px;
    height: 40px;
    align-items: center;
}
.locationShown {
    position: relative;
    overflow: hidden;
    line-height: normal;
}
.headerInput.searchInput {
    max-width: 160px;
    min-width: 160px;
    height: 40px;
}
.headLocateIco {
    line-height: normal;
}
.cssbuttons-io span {
    padding: 9px 12px;
    width: 116px;
    font-size: 12px;
    height: 39px;
}
.logoSection {
    width: 90px;
}
.locationShown input {
    font-size: 12px;
}
.headLocateIco i {
    font-size: 13px;
}
.bannerTitle h2 {
    font-weight: 600;
    font-size: 34px;
    text-align: center;
}
.bnrCrdTitle>* {
    text-align: center;
}
.bnrCards {
    margin-right: 13px;
    margin-bottom: 12px;
    min-height: 150px;
    width: 46%;
}
.bnrcrdIco {
    width: 80px;
    height: 80px;
}
.bnrcrdContent h5 {
    font-size: 13px;
    font-weight: 600;
}
.common-box img {
    width: 40px;
    margin-right: 2px;
}
.counter-num span {
    font-size: 16px;
    line-height: 20px;
}
.common-box {
    gap: 9px;
    /* flex-direction: column; */
    padding: 0px;
    flex-direction: column;
    text-align: center;
    border-bottom: 1px solid #dddddd30;
    margin-bottom: 6px;
}
.common-box::after {
    display: none;
}
.countersWrap {
    padding: 10px;
}
.countersWrap .col-md-3 {
    width: 47%;
    padding: 10px;
}
.aboutUsContent {
    margin-bottom: 20px;
}
.col-md-6.aks-logo {
    text-align: center;
}
.col-md-6.aks-logo .text-end {
    text-align: center !important;
}
.footer-widget-info .footer-widget .contact-item {
    margin-bottom: 0px;
}
.counter-text {
    font-weight: 600;
    font-size: 13px;
}
.aboutUsFeaturWrap.aboutmain .bnrCards {
    margin-bottom: 14px;
}
}
 @media screen and (max-width:667px) and (min-width:480px) {
.registerAsTutorHeaderBtn span {
    display: none;
}
.headerSearchoptions {
    gap: 11px;
    justify-content: space-between;
    width: 100%;
}
.listingtShotInfo {
    margin-bottom: 10px;
    margin-top: 15px;
}
.cardListingsWrapper.newlisting .row .col-md-12 {
    width: 50%;
}
.cardListingSec .bnrCards {
    width: 24%;
}
.cardListingSec.firstsecTopgap.tutorDetailsSec {
    margin-top: 60px;
}
.tutorDetailContent {
    margin-top: 30px;
}
.bnrCrdContainer.coursesContainer .row .col-md-3 {
    width: 30%;
}
.partnerInfo h6 {
    font-size: 13px;
}
.partnerImg.partnerperson {
    width: 100px;
    height: 100px;
}
.ourPartnerWrap .row .col-md-3 {
    width: 25%;
}
.bnrCrdContainer {
    max-height: 323px;
}
.bannerLeftWing {
    position: relative;
    margin-top: 40px;
    top: 0px;
    margin-bottom: 80px;
}
.site-width {
    max-width: 668px;
    margin: 0px auto;
}
.headerInput.locationInput {
    max-width: 50%;
    min-width: 50%;
    height: 40px;
    align-items: center;
    margin: 0px;
}
.bannerSection {
    margin-top: 0px;
    padding: 0px;
}
.headerContainer {
    flex-direction: column;
    align-items: flex-start;
}
.locationShown {
    position: relative;
    overflow: hidden;
    line-height: normal;
}
.headerInput.searchInput {
    max-width: 50%;
    min-width: 50%;
    height: 40px;
    margin: 0px;
}
.headLocateIco {
    line-height: normal;
}
.cssbuttons-io span {
    padding: 9px 12px;
    width: 116px;
    font-size: 12px;
    height: 39px;
}
.logoSection {
    width: 120px;
    padding: 0px 0px 10px;
}
.locationShown input {
    font-size: 12px;
}
.navSection {
    position: absolute;
    right: 16px;
}
.headLocateIco i {
    font-size: 13px;
}
.bannerTitle h2 {
    font-weight: 600;
    font-size: 34px;
    text-align: center;
}
.bnrCrdTitle>* {
    text-align: center;
}
.bnrCards {
    margin-right: 13px;
    margin-bottom: 12px;
    min-height: 150px;
    width: 46%;
}
.bnrcrdIco {
    width: 80px;
    height: 80px;
}
.bnrcrdContent h5 {
    font-size: 13px;
    font-weight: 600;
}
.common-box img {
    width: 40px;
    margin-right: 2px;
}
.counter-num span {
    font-size: 16px;
    line-height: 20px;
}
.common-box {
    gap: 9px;
    /* flex-direction: column; */
    padding: 0px;
    flex-direction: column;
    text-align: center;
    border-bottom: 1px solid #dddddd30;
    margin-bottom: 6px;
}
.common-box::after {
    display: none;
}
.countersWrap {
    padding: 10px;
}
.countersWrap .col-md-3 {
    width: 47%;
    padding: 10px;
}
.aboutUsContent {
    margin-bottom: 20px;
}
.hamburger {
    background: #fff;
    padding: 3px 4px;
}
.hamburger .line {
    width: 22px;
    height: 2px;
}
.site-width {
    max-width: 668px;
    margin: 0px auto;
}
.headerSection {
    position: unset;
}
.locationShown {
    position: relative;
    overflow: hidden;
}
.liveChat {
    width: 35px;
    bottom: 27px;
    height: 35px;
}
.liveChat svg {
    width: 20px;
}
.example-2 .icon-content a {
    width: auto;
    height: 30px;
}
.example-2 {
    bottom: 18%;
}
#whatsapp {
    height: 30px;
    width: 30px;
    font-size: 16px;
    bottom: auto;
    top: 77%;
}
#button {
    width: 30px;
    height: 30px;
    bottom: 20px;
}
#button::after {
    font-size: 15px;
    line-height: 31px;
}
.cssbuttons-io span {
    padding: 9px 43px;
    width: 86px;
}
.bannerSection {
    margin-top: 0px;
}
.bannerTitle h2 {
    font-weight: 600;
    font-size: 25px;
    text-align: center;
}
.bnrCrdTitle>* {
    text-align: center;
}
.bnrCards {
    margin-right: 13px;
    margin-bottom: 12px;
    min-height: 150px;
    width: 46%;
}
.bnrcrdIco {
    width: 80px;
    height: 80px;
}
.bnrcrdContent h5 {
    font-size: 13px;
    font-weight: 600;
}
.common-box img {
    width: 40px;
    margin-right: 2px;
}
.counter-num span {
    font-size: 16px;
    line-height: 20px;
}
.common-box {
    gap: 9px;
    /* flex-direction: column; */
    padding: 0px;
    flex-direction: column;
    text-align: center;
    border-bottom: 1px solid #dddddd30;
    margin-bottom: 6px;
}
.common-box::after {
    display: none;
}
.countersWrap {
    padding: 10px;
}
.countersWrap .col-md-3 {
    width: 47%;
    padding: 10px;
}
.quickTutorImg {
    height: 400px;
}
.aboutUsContent {
    margin-bottom: 20px;
}
.col-md-6.aks-logo {
    text-align: center;
}
.col-md-6.aks-logo .text-end {
    text-align: center !important;
}
.footer-widget-info .footer-widget .contact-item {
    margin-bottom: 0px;
}
.counter-text {
    font-weight: 600;
    font-size: 13px;
}
.aboutUsFeaturWrap.aboutmain .bnrCards {
    margin-bottom: 14px;
}
.footer-widget-info .footer-widget .contact-item .icon i {
    font-size: 16px;
    color: var(--whiteColor);
    margin-right: 14px;
}
}
 @media screen and (max-width:479px) and (min-width:300px) {
.registerasTutor {
    margin-top: 0px!important;
}
.headerSection.sticky .logoSection {
    width: 83px;
}
.navSection {
    gap: 6px;
}
.registerAsTutorHeaderBtn {
    padding: 0px;
    width: auto;
    height: 38px;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
    display: flex !important;
    align-items: center;
    gap: 6px;
    font-size: 12px;
}
.quicktutorInfo {
    min-height: 180px;
    max-height: 195px;
}
.blogDetailWrap {
    margin-bottom: 10px;
}
.quickTutorText .title {
    font-size: 11px;
    font-weight: 700;
    color: #002d27;
    position: absolute !important;
    top: -21px !important;
    background: #fff !important;
    padding: 7px 12px;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.normalBtns .cssbuttons-io span {
    width: auto;
    padding: 0px 10px;
    height: 25px;
}
.examCatText .cssbuttons-io.defaultBtn {
    margin-left: 0px;
}
.cssbuttons-io span {
    padding: 0px 10px;
    height: 31px;
}
.examCatText ul li a {
    padding: 0px 10px;
    border-radius: 30px;
    display: inline-block;
    width: auto;
    text-align: center;
    border: 1px solid #11111117;
    background: #dddddd14;
    font-size: 10px;
}
.examCatText ul {
    gap: 4px;
    margin-top: 7px;
}
.normalBtns.mt-4 {
    margin-top: 13px !important;
}
.examCatText h4 {
    font-size: 15px;
    font-weight: 600;
}
.examCatTextWrap {
    padding: 13px;
    width: 73%;
}
.examCatImgWrap {
    width: 50px;
    right: 11px;
}
.examCatCard::after {
    width: 90px;
    height: 90px;
}
.aboutUsContent .subabtitle {
    font-size: 18px;
}
p {
    font-size: 12px;
    line-height: 20px;
}
.aboutUsContent p {
    text-align: center;
}
.site-width {
    max-width: 460px;
    margin: 0px auto;
}
.headerSearchoptions {
    gap: 4px;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}
.listingtShotInfo {
    margin-bottom: 10px;
    margin-top: 15px;
}
.cardListingsWrapper.newlisting .row .col-md-12 {
    width: 50%;
}
.cardListingSec .bnrCards {
    width: 49%;
}
.inbnrNavTitle {
    text-align: center;
}
.inbnrNavList {
    justify-content: center;
}
.inbnrNavWrap .row {
    min-height: 0;
}
.inbnrNavWrap {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cardListingsWrapper.newlisting .row .col-md-12 {
    width: 100%;
}
.cardListingSec.firstsecTopgap.tutorDetailsSec {
    margin-top: 20px;
}
.cardListingsWrapper.newlisting .quickTutorRatings {
    top: 0;
}
#tile-1 .nav-tabs li a {
    font-size: 9px;
    font-weight: 700 !important;
    min-height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px !important;
    line-height: normal;
}
.tutorDetailContent {
    margin-top: 30px;
}
.tutorDetailContent .cssbuttons-io span {
    width: 86px;
}
.tutorDetailContent .tpriceBooking .bookingbtn {
    height: 36px;
}
.bnrCrdContainer.coursesContainer .row .col-md-3 {
    width: 30%;
    padding: 4px;
}
.bnrCrdContainer.coursesContainer .bnrCards {
    width: 100%;
    margin-right: 0px;
    min-height: 137px;
    margin-bottom: 0px;
}
.partnerInfo h6 {
    font-size: 13px;
}
.partnerImg.partnerperson {
    width: 100px;
    height: 100px;
}
.ourPartnerWrap .row .col-md-3 {
    width: 25%;
}
.bnrCrdContainer {
    max-height: 323px;
}
.bannerLeftWing {
    position: relative;
    margin-top: 40px;
    top: 0px;
    margin-bottom: 80px;
}
.cardListingSec .bannerLeftWing {
    position: relative;
    margin-top: 10px;
    top: 0px;
    margin-bottom: 20px;
}
.site-width {
    max-width: 668px;
    margin: 0px auto;
}
.headerInput.locationInput {
    align-items: center;
    max-width: 100%;
    min-width: 100%;
    height: 31px;
    margin: 0px;
    padding: 4px 11px;
    border-radius: 7px;
}
.bannerSection {
    margin-top: 0px;
    padding: 0px;
}
.headerContainer {
    flex-direction: column;
    align-items: flex-start;
}
.locationShown {
    position: relative;
    overflow: hidden;
    line-height: normal;
}
.headerInput.searchInput {
    max-width: 100%;
    min-width: 100%;
    height: 31px;
    margin: 0px;
    padding: 4px 11px;
    border-radius: 7px;
}
.headLocateIco {
    line-height: normal;
}
.cssbuttons-io span {
    padding: 9px 12px;
    width: 116px;
    font-size: 12px;
    height: 39px;
}
.logoSection {
    width: 122px;
    padding: 0px 0px 10px;
}
.locationShown input {
    font-size: 12px;
}
.navSection {
    position: absolute;
    right: 16px;
    margin-top: 18px;
}
.headLocateIco i {
    font-size: 13px;
}
.bannerTitle h2 {
    font-weight: 600;
    font-size: 34px;
    text-align: center;
}
.bnrCrdTitle>* {
    text-align: center;
}
.bnrCards {
    margin-right: 13px;
    margin-bottom: 12px;
    min-height: 150px;
    width: 46%;
}
.bnrcrdIco {
    width: 80px;
    height: 80px;
}
.bnrcrdContent h5 {
    font-size: 13px;
    font-weight: 600;
}
.common-box img {
    width: 40px;
    margin-right: 2px;
}
.counter-num span {
    font-size: 16px;
    line-height: 20px;
}
.common-box {
    gap: 9px;
    /* flex-direction: column; */
    padding: 0px;
    flex-direction: column;
    text-align: center;
    border-bottom: 1px solid #dddddd30;
    margin-bottom: 6px;
}
.common-box::after {
    display: none;
}
.countersWrap {
    padding: 10px;
}
.countersWrap .col-md-3 {
    width: 47%;
    padding: 10px;
}
.aboutUsContent {
    margin-bottom: 20px;
}
.hamburger {
    background: #fff;
    padding: 3px 4px;
}
.hamburger .line {
    width: 22px;
    height: 2px;
}
.site-width {
    max-width: 668px;
    margin: 0px auto;
}
.headerSection {
    position: unset;
}
.locationShown {
    position: relative;
    overflow: hidden;
}
.liveChat {
    width: 35px;
    bottom: 27px;
    height: 35px;
}
.liveChat svg {
    width: 20px;
}
.example-2 .icon-content a {
    width: auto;
    height: 30px;
}
.example-2 {
    bottom: 18%;
}
#whatsapp {
    height: 30px;
    width: 30px;
    font-size: 16px;
    bottom: auto;
    top: 77%;
}
#button {
    width: 30px;
    height: 30px;
    bottom: 20px;
}
#button::after {
    font-size: 15px;
    line-height: 31px;
}
.cssbuttons-io span {
    padding: 9px 43px;
    width: 86px;
}
.bannerSection {
    margin-top: 0px;
}
.bannerTitle h2 {
    font-weight: 600;
    font-size: 25px;
    text-align: center;
}
.bnrCrdTitle>* {
    text-align: center;
}
.bnrCards {
    margin-right: 13px;
    margin-bottom: 12px;
    min-height: 150px;
    width: 46%;
}
.bnrcrdIco {
    width: 80px;
    height: 80px;
}
.bnrcrdContent h5 {
    font-size: 13px;
    font-weight: 600;
}
.common-box img {
    width: 40px;
    margin-right: 2px;
}
.counter-num span {
    font-size: 16px;
    line-height: 20px;
}
.common-box {
    gap: 9px;
    /* flex-direction: column; */
    padding: 0px;
    flex-direction: column;
    text-align: center;
    border-bottom: 1px solid #dddddd30;
    margin-bottom: 6px;
}
.common-box::after {
    display: none;
}
.countersWrap {
    padding: 10px;
}
.countersWrap .col-md-3 {
    width: 47%;
    padding: 10px;
}
.quickTutorImg {
    /*height: 250px;*/
    height: auto;
    width: 80%;
    margin: auto;
    max-height: 251px;
    min-height: 230px;
}
.aboutUsContent {
    margin-bottom: 20px;
}
.titleSection {
    position: relative;
    padding-bottom: 5px;
}
.titleSection .cssbuttons-io span {
    padding: 6px 10px;
    /*width: 70px;*/
    height: 24px;
}
.titleSection .defaultBtn a i {
    font-size: 9px;
}
.titleSecWrap h4 {
    position: relative;
    font-size: 12px;
}
.titleSection .cssbuttons-io span p {
    font-size: 14px;
}
.col-md-6.aks-logo {
    text-align: center;
}
.col-md-6.aks-logo .text-end {
    text-align: center !important;
}
.footer-widget-info .footer-widget .contact-item {
    margin-bottom: 0px;
}
.counter-text {
    font-weight: 600;
    font-size: 13px;
}
.aboutUsFeaturWrap.aboutmain .bnrCards {
    margin-bottom: 14px;
}
.footer-widget-info .footer-widget .contact-item .icon i {
    font-size: 16px;
    color: var(--whiteColor);
    margin-right: 14px;
}
.headerSection {
    position: unset;
}
.locationShown {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.cssbuttons-io span {
    padding: 9px 43px;
    width: 86px;
}
.bannerSection {
    margin-top: 0px;
}
.hamburger {
    background: #ffffff75;
    padding: 3px 4px;
}
.hamburger .line {
    width: 22px;
    height: 2px;
    margin: 4px auto;
}
.bannerTitle h2 {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}
.bnrCrdTitle>* {
    font-size: 13px;
    font-weight: 600;
    color: #373737;
    margin-top: 12px;
    margin-bottom: 16px;
    text-align: center;
}
.bnrCards {
    margin-right: 10px;
    margin-bottom: 12px;
    min-height: 117px;
    width: 46%;
}
.bnrcrdIco {
    width: 60px;
    height: 60px;
}
.bnrcrdContent h5 {
    font-size: 11px;
    font-weight: 600;
}
.titleSecWrap h4 {
    position: relative;
    font-size: 15px;
}
.common-box img {
    width: 40px;
    margin-right: 2px;
}
.counter-num span {
    font-size: 16px;
    line-height: 20px;
}
.common-box {
    gap: 9px;
    /* flex-direction: column; */
    padding: 0px;
    flex-direction: column;
    text-align: center;
    border-bottom: 1px solid #dddddd30;
    margin-bottom: 6px;
}
.common-box::after {
    display: none;
}
.countersWrap {
    padding: 10px;
}
.countersWrap .col-md-3 {
    width: 47%;
    padding: 10px;
}
.aboutUsContent {
    margin-bottom: 20px;
}
.col-md-6.aks-logo {
    text-align: center;
}
.col-md-6.aks-logo .text-end {
    text-align: center !important;
}
.footer-widget-info .footer-widget .contact-item {
    margin-bottom: 0px;
}
.counter-text {
    font-weight: 600;
    font-size: 13px;
}
.aboutUsFeaturWrap.aboutmain .bnrCards {
    margin-bottom: 14px;
}
.footer-widget-info .footer-widget .contact-item .icon i {
    font-size: 16px;
    color: var(--whiteColor);
    margin-right: 14px;
}
.locationShown input {
    font-size: 13px;
    line-height: 22px;
    width: 100%;
}
.pb-50 {
    padding-bottom: 0px;
}
.pt-50 {
    padding-top: 0px;
}
.features {
    padding: 10px 0px;
}
.opporWrapp {
    margin-top: 20px;
}
.quickTutorSlider {
    position: relative;
    margin-top: 20px;
}
.reviewSlider {
    margin-top: 20px;
}
.aboutUsContent .abtitle, .aboutUsContent .subabtitle {
    text-align: center;
}
.headerBtn a i {
    margin: 0px;
}
.quickTutorPrice {
    position: relative;
    top: 0;
    right: 0;
}
.quickTutorText .tutorName {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    margin-top: 0px;
    margin-left: 0;
}
.quickTutorRatings {
    margin-bottom: 10px;
    margin-left: 0px;
    position: absolute;
    top: 40px;
    right: 12px;
    font-size: 11px;
}
.quickTutorRatings span i {
    font-size: 11px;
    top: 0px;
}
}
@media screen and (max-width:768px) {
.footer-widget {
    margin-top: 20px;
}
.navigationBar {
    width: 100%;
}
#hamburger-11.is-active .line:nth-child(1) {
    transform: translateY(4px) rotate(45deg);
}
#hamburger-11.is-active .line {
    width: 22px;
}
#hamburger-11.is-active .line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}
#hamburger-11 {
    position: unset;
    right: 13px;
    top: 15px;
}
.headerBtn {
    position: relative;
    bottom: 0;
    right: 0;
    z-index: 3;
}
.dropdown-content {
    right: 0px;
    bottom: auto;
    top: 100%;
}
.headerSearchoptions {
    transition: 0.3s ease-in-out;
}
.headerSection {
    transition: 0.3s ease-in-out;
}
.headerSection.sticky {
    position: fixed;
    z-index: 44;
    background: #ffffff75;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    padding: 10px 0px 10px 0px;
    border-radius: 12px;
}
}
/* updation after live */
.quickTutorPrice {
    top: 59px;
}
.quickTutorPrice span {
    font-size: 15px;
}
.quickTutorImg {
    height: 230px;
}
.quickTutorRatings {
    font-size: 11px;
    margin-bottom: 0px;
}
.quickTutorSlider {
    margin-top: 12px;
}
@media screen and (max-width: 479px) and (min-width: 300px) {
.quickTutorCard img {
    max-width: 100% !important;
    max-height: 230px!important;/* object-fit: cover; */
}
.quickTutorImg {
    /* height: 250px;
        height: auto!important; */
    width: 100%;
    margin: auto;
    /*max-height: 160px;*/
        /*min-height: 160px;*/
    text-align: center;
}
.quickTutorRatings {
    right: auto;
    left: 0px;
}
.quickTutorPrice {
    top: 30px;
}
.quicktutorInfo {
    min-height: 115px;
    max-height: 115px;
}
}
/*Pankaj css start */


.info, .success, .warning, .error, .validation {
    margin: 10px 0px;
    padding: 5px 10px 5px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size: 18px;
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}
input.parsley-success, select.parsley-success, textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
}
input.parsley-error, select.parsley-error, textarea.parsley-error {
    color: #B94A48;
    background-color: #FFBEBE!important;
    border: 1px solid #EED3D7!important;
}
.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.8em;
    line-height: 0.9em;
    opacity: 0;
    color: #B94A48;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.parsley-errors-list.filled {
    opacity: 1;
}
.ajaxError {
    font-size: 12px;
    color: #f00;
    font-weight: bold;
}
.example-2 .icon-content a {
    background-color: #fcb624;
}
/* farman 16 */


.inquiry-btn {
    background: linear-gradient(to right, #e76f0b, #febd26);
    height: 145px;
    width: 35px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    top: 150px;
    right: 0px;
    z-index: 1000000;
    position: fixed;
    border: transparent !important;
}
.animate {
    animation: mymove2 3s infinite;
}
 @keyframes mymove2 {
 from {
background: linear-gradient(to right, #e76f0b, #febd26);
}
to {
    background: linear-gradient(to right, #072d27, #084e43);
}
}
.inquiry-btn:hover {
    background: linear-gradient(to right, #febd26, #e76f0b );
}
.inquiry-btn:active {
    background: linear-gradient(to right, #e76f0b, #febd26) !important;
    border: transparent !important;
}
 .inquiry-btn:focus-visible {
 background:linear-gradient(to right, #e76f0b, #febd26)!important;
 border: transparent !important;
}
.inquiry-canvas {
    z-index: 1000000000000000;
}
.vertical-text {
    padding: 10px 0px;
    color: #ffffff;
    writing-mode: vertical-lr;
    display: inline;
    line-height: 10px;
}
.offcanvas-body .custom-form .custom-input .form-control:focus {
    box-shadow: none;
}
.offcanvas-body .form-control {
    height: 40px;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
 box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.offcanvas-body .custom-form .custom-input textarea {
    height: 92px;
}
.inquiry-btn2 {
    position: absolute;
    right: 20%!important;
    top: auto!important;
    bottom: -45px!important;
    height: auto;
    width: auto;
    font-size: 22px;
    color: #fff;
    padding: 1px 15px;
    border-radius: 5px;
    border: 1px solid #fff!important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 0;
}
.inquiry-btn2:hover {
    color: #fff !important;
}
.faqaccordion .accordion-item {
    background-color: #ededed;
    margin-bottom: 10px;
    border-radius: 10px;
}
.faqaccordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #fc6800;
}
.faqaccordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    font-family: 'Poppins', serif;
    padding: 12px 20px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    border: none;
    background: none;
    outline: none;
}
.faqaccordion button:hover, .faqaccordion button:focus {
    cursor: pointer;
    color: #fc6800;
}
.faqaccordion button:hover::after, .faqaccordion button:focus::after {
    cursor: pointer;
    color: #fc6800;
    border: 1px solid #fc6800;
}
.faqaccordion button .accordion-title {
    padding: 15px 15px 15px 0;
}
.faqaccordion button .icon {
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 0;
    margin-right: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}
.faqaccordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}
.faqaccordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}
.faqaccordion button[aria-expanded='true'] {
    color: #fc6800;
}
.faqaccordion button[aria-expanded='true'] .icon::after {
    width: 0;
}
.faqaccordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}
.faqaccordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}
.faqaccordion .accordion-content p {
    font-size: 15px;
    font-weight: 400;
    padding: 0px 20px;
    color: #303030;
    font-family: 'Rubik', sans-serif;
    margin: 1em 0;
}
 @media(max-width:576px) {
.faqaccordion button {
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 400;
}
.faqaccordion .accordion-content p {
    font-size: 13px;
    padding: 0px 10px;
    font-weight: 300;
    margin: 1em 0;
}
.faqaccordion button .icon {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    top: 8px;
}
.faqaccordion .accordion-item {
    margin-bottom: 9px;
}
.faqaccordion button .icon::before {
    top: 7px;
    left: 3px;
    width: 10px;
}
.faqaccordion button .icon::after {
    top: 3px;
    left: 7px;
}
.studentPanel {
    margin-top: 30px;
    display: flex;
    width: 100%;/* overflow: hidden; */
}
.profileShortInfo h4 {
    margin-bottom: 10px;
    font-size: 20px;
}
.profileShortInfo h4 span {
    font-size: 22px;
    font-weight: 700;
    color: #fd6700;
}
.panelCard {
    background-clip: padding-box;
 box-shadow: 0 .25rem .625rem rgba(46, 38, 61, .2);
    padding: 15px;
    border-radius: 8px;
}
.panelSidebar .mainsidebar {
    padding: 10px 10px;
}
.panelMainWrapper {
    width: 100%;
    padding: 10px;
}
.panelSidebar {
    width: auto;
    height: auto;
}
.panelSidebar .mainsidebar > li > a {
    padding: 5px 0px;
    font-size: 13px;
}
.studentPanel {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
}
/*farman*/

.news-section {
    background: linear-gradient(to right, rgb(231 231 231) 0%, rgb(255 255 255 / 30%) 100%);
    padding: 25px 15px;
    border-radius: 12px;
    box-shadow: 0 0 5px #797878;
    overflow: hidden;
    max-height: 350px;
    border: 4px solid #fff;
    position: relative;
    margin-top: 20px;
}
.news-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.news-list p {
    align-items: center;
    padding: 0px 0px 0px 8px;
    font-size: 16px;
    color: #000;
}
.news-list p .time {
    font-size: 12px;
    color: #002e28;
    font-style: italic;
    font-weight: 500;
}
.heightlight {
    color: #fd6900 !important;
    font-weight: 500 !important;
    font-size: 16px;
}
.news-full {
    position: relative;
    width: 100%;
    height: 295px;
    overflow: hidden;
    margin: 7px 0 7px 0
}
.news-bdr {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #2c2c2c;
    height: 2px;
    margin: 5px 0 10px 0;
    background: url(../img/bg/newsbdr.jpg) left bottom repeat-x
}
 @media (max-width: 991px) {
.news-section {
    max-height: 250px;
    padding: 20px;
}
.news-list p {
    font-size: 1rem;
    padding: 5px 10px;
}
}
 @media (max-width: 576px) {
.news-section {
    max-height: 250px;
    padding: 10px;
}
.news-list p {
    font-size: 14px;
    text-align: left;
    margin-bottom: 0px;
}
.heightlight {
    font-weight: 400 !important;
    font-size: 14px;
}
.news-list p .time {
    font-size: 11px;
    text-align: left;
}
}
 @media (max-width: 576px) {
.examCatCard {
    min-height: auto;
}
.faq-head {
    text-align: center;
    margin-bottom: 10px;
}
.faq-head h6 {
    font-size: 14px !important;
}
}
/* 11-04-2025 - serach bar input */
.locationShown {
    width: 100%;
}
.locationShown input:focus {
    box-shadow: none;
}
 @media screen and (max-width:1350px) and (min-width: 1200px) {
.headerInput.locationInput {
    max-width: 250px;
    min-width: 250px;
}
}

/* listing card img size */
@media screen and (max-width:1920px) and (min-width: 1700px) {
.quickTutorImg {
    height: 320px;
}
}
@media screen and (max-width:1699px) and (min-width: 1440px) {
.quickTutorImg {
    height: 270px;
}
}
@media screen and (max-width:1200px) and (min-width: 999px) {
.quickTutorImg {
    height: 180px;
}
}
/**/
.headLocateIco.headsearchiconbtn {
    position: absolute;
    right: 7px;
}
.headerInput.searchInput form {
    width: 92%;
}
.locationShown input {
    width: 100%;
}


/* talk bot css*/
@media screen and (max-width:500px) {
.tawk-min-container .tawk-button-circle.tawk-button-large {
    width: 30px;
    height: 30px;
}
.tawk-min-chat-icon {
    width: 20px;
}
body.tawk-mobile, html.tawk-mobile {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    bottom: 0px;
}
.registerAsTutorHeaderBtn span {
    display: block;
}
.registerAsTutorHeaderBtn {
    padding: 0px;
    width: auto;
    height: 30px;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
    display: flex !important;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    padding: 10px 10px;
}
.headerBtn a p {
    display: block;
}
.cssbuttons-io span {
    padding: 0px;
    width: auto;
    height: 25px;
    text-align: center;
    gap: 6px;
    padding: 4px 8px;
}
}
.faq-head {
    text-align: center;
    margin-bottom: 15px;
}
.faq-head h6 {
    font-size: 20px;
}
input.search-input::placeholder {
 color: var(--bs-body-color);
}
 @media(max-width:576px) {
.home_search_section {
    padding: 30px 0px !important;
}
.search-section {
    position: relative;
    padding: 0px 0px;
}
.inquiry-btn {
    height: 120px;
    width: 35px;
    top: 150px;
}
.inquiry-btn.inquiry-btn2 {
    right: 0!important;
    left: 0!important;
    top: auto !important;
    bottom: auto !important;
    height: auto;
    width: 70% !important;
    margin: 15px auto 0 auto;
    font-size: 17px;
    z-index: 1;
}
.offcanvas-body .custom-form .custom-input textarea {
    height: 80px;
}
.offcanvas-body .form-control {
    height: 36px;
    border-radius: 10px;
    padding: 10px 10px;
    font-size: 13px;
}
}
 @media screen and (max-width:480px) {
.bannerSection {
    margin-top: 34px!important;
}
.dropdown-content a {
    padding: 5px 8px;
    font-size: 14px;
}
.registerasTutor {
    margin-top: 25px !important;
}
.cardListingSec .bnrCards {
    min-height: 16px;
}
.innerBannerNav {
    margin-top: 17px;
}
.headLocateIco.headsearchiconbtn {
    right: 0px;
    background: #ed8012;
    color: #fff;
    padding: 7px 0px 5px 8px;
    margin-top: -5px;
    border-radius: 0px 5px 5px 0px;
}
.headLocateIco.headsearchiconbtn i {
    color: #fff;
}
.listingTutorBnr {
    width: auto!important;
    margin: auto;
    border: none;
    box-shadow: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.listingTutorBnr img {
    max-width: 100% !important;
    width: auto!important;
    max-height: 150px !important;
    border: 3px solid #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}
.tutorTitles h2 {
    font-size: 17px;
}
.loginSignupForm {
    margin-top: 30px;
}
}
 .locationShown input::placeholder {
color: #000;
}

/* responsive start */
@media screen and (max-width:768px) {
.footer-widget-info .footer-widget.info-web {
    margin-bottom: 0px;
}
.quickTutor {
    padding-top: 10px;
}
.examCat {
    margin-top: 20px;
}
.aboutUsSection {
    padding-top: 10px;
}
.homeBlog {
    padding: 20px 0px 0px 0px;
    margin-bottom: 10px;
}
.quickTutorPrice span {
    font-size: 13px;
}
.mb-5 {
    margin-bottom: 20px !important;
}
.news-full {
    height: 220px;
}
/*.quickTutorImg { min-height: 300px; }*/
     /*.quickTutorImg img { max-height: 300px; }*/
.quicktutorInfo .quickTutorRatings {
    position: relative;
}
.quicktutorInfo .quickTutorPrice {
    top: auto;
}
.quicktutorInfo .title {
    position: relative;
    top: auto;
    background: transparent;
}
.quickTutorText .tutorName {
    margin-top: 10px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.homeBlog .owl-theme .owl-nav {
    margin-top: 0px !important;
}
}
/*=========================22-9-25======================================*/


/* Form Steps */
.form-step {
    display: none;
}
.form-step-active {
    display: block;
}
/* Progress Bar */
.progressbar-container {
    margin-bottom: 30px;
}
.progressbar {
    counter-reset: step;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
}
.progressbar li {
    position: relative;
    text-align: center;
    flex: 1;
    color: #999;
    font-weight: 500;
}
.progressbar li:before {
    counter-increment: step;
    content: counter(step);
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 2px solid #ccc;
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    border-radius: 50%;
    background-color: white;
    color: #999;
    transition: all 0.3s ease;
}
.progressbar li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    top: 17px;
    left: -50%;
    z-index: -1;
    transition: all 0.3s ease;
}
.progressbar li:first-child:after {
    content: none;
}
/* Active + Completed steps (same color) */
.progressbar li.active, .progressbar li.completed {
    color: #393a3b;
}
.progressbar li.active:before, .progressbar li.completed:before {
    border-color: #ec7f11;
    background-color: #ec7f11;
    color: #fff;
}
.progressbar li.completed + li:after {
    background-color: #ec7f11;
}
.form-step .form-control, .form-step .form-select {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #f2c893;
    padding: 0.5rem;
    border-radius: 4px !important;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.right-sidebar-box .form-step .form-select {
    border: 1px solid #f2c893 !important;
}
/*==============================home page-add-section 14-10====================*/


.home_search_section {
    position: relative;
    background: linear-gradient(120deg, #ec7e10 0%, #0b3a32 80%);
    padding: 110px 0px;
    margin-top: 40px;/*overflow: hidden; */
}
.home_search_section::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -250px;
    width: 550px;
    height: 550px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: rotate(-45deg);
}
 @media screen and (max-width:480px) {
.home_search_section {
    margin-top: 0px !important;
}
.search-section h1 {
    font-size: 22px !important;
}
}
.search-section {
    position: relative;
    padding: 25px 0px;/*background: linear-gradient(120deg, #0b3a32 0%, #ec7e10 80%);
    border-radius: 12px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.15);
    backdrop-filter: blur(5px);
    overflow: hidden;*/
}
.search-section h1 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 5px;
    font-weight: 600;
}
.search-section p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
.form-select2, .form-control2 {
    border-radius: 8px;
    height: 42px;
    padding: 0 12px;
    font-size: 15px;
    border: 1px solid #ccc;
    /* Soft smart shadow */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.form-select2:focus, .form-control2:focus {
    border-color: #ec7e10;
    box-shadow: 0 4px 12px rgba(236, 126, 16, 0.25);
    outline: none;
}
.btn-search {
    background-color: #ec7e10;
    color: #fff;
    border-radius: 8px;
    height: 42px;
    border: none;
    font-size: 15px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    /* Soft button shadow */
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
.btn-search:hover {
    background-color: #d16d0e;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    color: #fff;
}
.btn-search:hover {
    background-color: #d16d0e;
}
/*===================city-dropdown-menu==open==================*/

.custom-city-dropdown {
    position: relative;
    width: 100%;
}
.city-toggle {
    width: 100%;
    height: 42px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
    color: #212529;
}
.city-toggle:focus, .city-toggle.active {
    border-color: #ec7e10;
    box-shadow: 0 4px 12px rgba(236, 126, 16, 0.25);
}
.arrow-icon {
    font-size: 12px;
    transition: transform 0.3s ease;
}
.city-toggle.active .arrow-icon {
/*transform: rotate(180deg);*/
}
.city-dropdown-menu {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    width: 580px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    z-index: 10;
    padding: 12px 0;
}
.city-dropdown-menu.active {
    display: block;
    animation: fadeIn 0.25s ease;
}
.dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 14px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    background: #f8f8f8;
    position: sticky;
    top: 0;
    z-index: 10;
}
.city-search {
    width: 230px;
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 28px;
    font-size: 13px;
    padding: 0 8px;
}
.city-list {
    max-height: 240px;
    overflow-y: auto;
    padding: 8px 16px;
}
.city-list ul {
    columns: 3;
    list-style: none;
    padding: 0;
    margin: 0;
}
.city-list li {
    position: relative;
    padding: 4px 0 4px 10px; /* space for arrow */
    cursor: pointer;
    font-size: 14px;
    transition: color 0.2s ease, font-weight 0.2s ease;
}
/* before arrow (hidden by default) */
.city-list li::before {
    content: "\f105"; /* Font Awesome right arrow (Ã¢â‚¬Âº) */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 4px;
    color: #ec7e10;
    opacity: 5;
    transform: translateX(-5px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.city-list li:hover {
    color: #ec7e10;
}
.city-list li:hover::before {
    opacity: 1;
    transform: translateX(0);
}
.city-list li.selected {
    color: #ec7e10;
    font-weight: 600;
}
.dropdown-note {
    border-top: 1px solid #eee;
    padding: 6px 12px;
    font-size: 12px;
    color: #666;
    background: #fafafa;
}
 @media (max-width: 576px) {
.dropdown-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    text-align: left;
}
.dropdown-header span {
    font-size: 13px;
}
.city-search {
    width: 100%;
    height: 32px;
    font-size: 13px;
}
}

/* Ã°Å¸â€œÂ± Extra small phones (Ã¢â€°Â¤400px) */
@media (max-width: 400px) {
.dropdown-header {
    padding: 6px 8px;
}
.city-search {
    font-size: 12px;
    height: 30px;
}
}


/* Responsive Styles */
@media (max-width: 768px) {
.city-dropdown-menu {
    width: 100%;
}
.city-list ul {
    columns: 2;
}
.city-search {
    width: 100px;
}
}
 @media (max-width: 576px) {
.city-dropdown-menu {
    width: 100%;
    left: 0;
}
.city-list ul {
    columns: 1;
}
.dropdown-header span {
    font-size: 13px;
}
.city-search {
    width: 100%;
}
}
 @keyframes fadeIn {
 from {
opacity: 0;
transform: translateY(-5px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
/*===================city-dropdown-menu=end===================*/



/*==============================home page-add-section==end==================*/

 


.sticky-top {
    position: sticky;  /* makes it stick within its parent */
    top: 90px;            /* distance from the top */
    z-index: 1;     /* ensure it stays above other content */
    background: #fff;  /* optional, for readability */
}
.heading_349 {
    margin-bottom: 15px;
    border-bottom: 1px solid #dddbdb;
}
.heading_349 h2 {
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    padding: 0px 0px 20px 0px;
}
.view-toggle {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.view-toggle {
    text-align: right;
}
.view-toggle button {
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    background-color: #f1f1f1;
    border: 1px solid #cfcccc;
    color: white;
    cursor: pointer;
    transition: 0.3s;
}
.view-toggle button:hover {
    background-color: #ffedd7;
    border: 1px solid #f3e0c7;
}
/* Container */
.tuition-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.tuition-price p {
    font-size: 16px;
    font-weight: 600;
    color: #fd6900;
}
.tuition-price p span {
    font-weight: normal;
    font-size: 14px;
    color: #727272;
}
.posted-on p {
    font-size: 14px;
    color: #777;
}
/* Tuition Item */
.tuition-item {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 1px solid #e3e3e3;
}
.tuition-item:hover {
    /*transform: translateY(-3px);*/
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}
.profile-img {
    /* width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ddd;
    */
    min-width: 60px;
    max-height: 60px;
    max-width: 60px;
    object-fit: cover;
    border: 2px solid #ddd;
    border-radius: 100%;
}
.profile {
    display: flex;
    gap: 15px;/*align-items: center;*/
}
.profile-info h3 {
    font-size: 14px;
    margin: 0px 0 10px 0;
    font-weight: 600;
    color: #161616;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.profile-info p {
    margin: 3px 0;
    font-size: 14px;
    color: #7e7c7c;
    font-weight: 400;
}
.address {
    margin: 3px 0;
    font-size: 14px;
    color: #282727;
    font-weight: 400;
}
.id_tuition {
    color: #282727;
}
.profile-info i {
    color: #a7a3a3;
}
.right-info {
    display: flex;
    flex-direction: column;
    /*align-items: flex-end;*/
    gap: 10px;
}
.actions button {
    margin-left: 5px;
    padding: 4px 12px;
    border-radius: 5px;
    border: 1px solid #ebccac;
    background-color: #ffead5;
    color: #181818;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.3s ease;
    /* Smart box shadow */
    box-shadow: 0 2px 5px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.05);
}
.actions button:hover {
    background-color: #ffffff;
}
.actions button:first-child {
    margin-left: 0px;
}
.apply-btn {
    background: #ec7e10 !important;
    color: #fff !important;
    border: 1px solid #ec7e10;
}
.apply-btn:hover {
    background: #fff !important;
    color: #000 !important;
}
/* Grid view: smart card layout */
.tuition-container.grid-view {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    ustify-content: center;
}
.tuition-container.grid-view .tuition-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 350px; /* prevents box from stretching too wide */
    width: 100%;
}
.tuition-container.grid-view .right-info {
    align-items: flex-start;
    margin-top: 10px;
}
/* List view */
.tuition-container.list-view {
    display: flex;
    flex-direction: column;
}
.tuition-container.list-view .tuition-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.tuition-container.list-view .right-info {
    align-items: flex-end;
}

/*Responsive*/
@media (max-width: 768px) {
.tuition-container.grid-view .tuition-item {
    max-width: 100%;
    width: 100%;
}
.view-toggle {
    display: none; /* hide buttons on mobile */
}
.tuition-container.grid-view .tuition-item, .tuition-container.list-view .tuition-item {
    flex-direction: column;
    align-items: flex-start;
}
.tuition-container.list-view .right-info, .tuition-container.grid-view .right-info {
    align-items: flex-start;
    margin-top: 10px;
}
}
.refine-search {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1), 0 2px 4px rgba(0,0,0,0.08);
    padding: 10px;
    border-radius: 6px;
}
.refine-search h3 {
    /* Gradient background */
    background: linear-gradient(90deg, #072d27, #072d27);
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    color: #ffffff; /* keep white text */
    padding: 7px 0px;
    border-radius: 4px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
.accordion {
    display: flex;
    flex-direction: column;
}
.accordion-item {
    margin-bottom: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.accordion-header {
    background-color: #ec7e10;
    color: white;
    padding: 6px 15px;
    width: 100%;
    border: none;
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.accordion-header:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); /* Slightly stronger on hover */
}
.icon {
    font-size: 18px;
    font-weight: bold;
    transition: color 0.3s ease;
}
.accordion-content {
    max-height: 0; /* Closed by default */
    overflow: hidden;
    background-color: #f9f9f9;
    border-top: 1px solid #e0e0e0;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 15px; /* Only horizontal padding when closed */
}
.accordion-content.open {
    padding: 15px; /* Full padding when open *//* max-height will be set dynamically with JS */
}
.accordion-content input[type="text"], .accordion-content label {
    display: block;
    width: 100%;
    padding: 8px;
    margin-top: 6px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.accordion-content label {
    background: none;
    border: none;
    padding: 0;
    font-size: 13px;
}
.accordion-content input[type="radio"] {
    width: auto;
    margin-right: 5px;
    top: 2px;
    position: relative;
}
/*detail-page-new====================*/

/*.detail_outer {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e4e4e4;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin: 30px auto;
  transition: all 0.3s ease;
}

.detail_outer:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
*/






/* Right Column with two cards */
.right-column {
    flex: 1.2;
    background: #f8f9fa;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    border: 1px solid #e4e4e4;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
}
/* Cards inside right column */
.right-card {
    background: linear-gradient(135deg, #0b3a32 0%, #12473d 100%);
    color: #fff;
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
}
.right-card.orange {
    background: linear-gradient(135deg, #ec7e10 0%, #ff6500 100%);
}
.right-card:hover {
    /*transform: translateY(-5px);*/
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.right-card h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;
}
.right-card p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #fff;
    opacity: 0.9;
}
/* Left Column */
.left-column {
    flex: 3;
    padding: 35px 30px;
    background: #fff;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e4e4e4;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.left-column h1 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}
.left-column h2 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 600;
}
.left-column h3 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}
 @media (max-width: 576px) {
.left-column h1 {
    font-size: 22px;
}
.left-column {
    margin-bottom: 20px;
}
}
/* Buttons */
.button, .button2 {
    border: none;
    border-radius: 30px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-block;
}
.button {
    background-color: #ec7e10;
    color: white;
    margin-right: 10px;
}
.button:hover {
    background-color: #d36c0e;
}
.button.book {
    background-color: #0b3a32;
}
.button.book:hover {
    background-color: #062822;
}
.button2 {
    background: #fff;
    color: #0b3a32;
    font-weight: 600;
}
.button2:hover {
    background-color: #fef4eb;
    transform: translateY(-3px);
}
/* Price, Rating, Headings, etc. */

/* Top row for price + buttons */
.top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.price-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}
.price {
    background: linear-gradient(120deg, #ffb64d, #ff8c00);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 2px 14px;
    border-radius: 30px;
}
.rating {
    background: #f2f2f2;
    color: #333;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 30px;
}
.rating i {
    color: #ff8c00;
    margin-right: 5px;
}
.detail_outer h1 {
    color: #0b3a32;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 700;
}
.subjects {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.subjects span {
    /*background: #f9f3ed;
  
  padding: 6px 14px;
  border-radius:4px;
  border: 1px solid #ffd9b3;*/
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
}
.details, .preferences, .description {
    margin-bottom: 18px;
    line-height: 1.6;
}
.details p, .preferences p, .description p {
    margin: 5px 0;
    color: #444;
}
.cards-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.card {
    flex: 1 1 300px; /* responsive width */
    background: #fff;
    border: 0;
    /*border-radius: 16px; 
  padding: 20px 25px;*/
    transition: transform 0.3s ease, box-shadow 0.3s ease;/*box-shadow: 0 6px 18px rgba(0,0,0,0.08);*/
}
.card h3 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
    color: #0a0909;
}
.card p {
    margin: 6px 0;
    color: #444;
}
/*.card:hover {
   transform: translateY(-4px); 
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}
*/

.top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 20px;
}
/* Price & Rating */
.price-rating {
    display: flex;
    align-items: center;
    gap: 12px;
}
/* Contact Info Card */
.contact-box {
    background: linear-gradient(135deg, #ffffff 0%, #efeded 100%);
    border: 2px dashed #e4e4e4;
    border-radius: 16px;
    padding: 15px 20px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    position: relative;
    overflow: hidden;
}
/* Background contact info */
.contact-bg {
    position: absolute;
    top: 5px;
    left: 10px;
    text-align: left;
    color: rgba(0,0,0,0.1); /* very light, like background watermark */
    font-size: 18px;
    line-height: 1.8;
    opacity: 0.2;
    font-weight: 800;
    pointer-events: none; /* ensures buttons are clickable */
 z-index:;
}
.contact-buttons {
    position: relative;
    z-index: 2; /* makes buttons above background text */
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}
/* Image styling */
.right-card img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 50%;
    background: linear-gradient(135deg, #ec7e10, #ffffff);
    padding: 0px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    margin-bottom: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: solid 2px #fff;
}
.right-card img:hover {
    transform: scale(1.08); /* slightly bigger zoom for impact */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); /* stronger shadow */
    filter: brightness(1.05); /* subtle glow effect */
}
.autoComplete_wrapper>ul {
    position: absolute;
    max-height: 226px;
    width: 98%;
    overflow-y: scroll;
    box-sizing: border-box;
    /*left: 0;
    right: 0;*/
    margin: .5rem 0 0 0;
    padding: 0;
    z-index: 1;
    list-style: none;
 border-radius: .6rem;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 3px 6px rgba(149, 157, 165, .15);
    outline: 0;
    transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -webkit-transition: opacity .15s ease-in-out;
}
.autoComplete_wrapper>ul> p {
    text-align: center;
    font-size: 14px;
}
.autoComplete_wrapper>ul>li {
    margin: 0px;
    padding: 2px 10px;
    text-align: left;
    font-size: 14px;
    color: #212121;
 border-radius: .35rem;
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s ease;
}
/*================17-10-25======================*/
.profile-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    padding: 25px;
    margin-bottom: 20px;/*max-width: 950px;
      margin: auto;*/
}
/* ---------- Left Side Smart Info ---------- */
.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}
.info-item i {
    color: #747474;
    font-size: 16px;
    margin-right: 8px;
    width: 20px;
}
.info-item span {
    min-width: 160px;
    color: #444;
    font-weight: 600;
}
/* ---------- Contact Info ---------- */
.contact-info h5 {
    color: #005b9e;
    margin-bottom: 12px;
    font-weight: 600;
}
.contact-box {
    border: 1px dashed #ccc;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 20px;
}
.btn-orange {
    background: #ec7e10;
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}
.btn-orange:hover {
    background: #d36c0e;
}
.btn-orange-blue {
    background: #0b3a32;
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}
.btn-orange-blue:hover {
    background: #d36c0e;
}
/* ---------- Profile Image ---------- */
.tutor_profile-img {
    margin: 0 auto;
    text-align: center;
}
.tutor_profile-img img {
    width: 150px;
    height: 150px;
    background: #eaeaea;
    border-radius: 4px;
    border: solid 1px #eaeaea;
    padding: 5px;
}
.badge-featured {
    background: #ec7e10;
    color: #fff;
    border-radius: 3px;
    padding: 3px 8px;
    font-size: 12px;
    position: relative;
    top: -10px;
    display: inline-block;
    min-width: 150px;
}
/* ---------- Footer ---------- */
.footer_17 {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 10px;
}
/*.footer_17 .btn-orange {
      font-size: 13px;
    }

    .last-login {
      display: flex;
      align-items: center;
      gap: 8px;
    }
*/
.last-login .icons span {
    font-size: 18px;
    margin-left: 6px;
    cursor: pointer;
}
.last-login .icons i {
    font-size: 14px;
    color: #113d36;
}
.orange {
    font-size: 14px;
    color: #ec7e10 !important;
}
/* Make footer responsive */
.footer_17 {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.last-login {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.last-login p {
    margin: 0;
    font-size: 14px;
    color: #333;
}
.last-login .icons span {
    font-size: 18px;
    margin-left: 6px;
    cursor: pointer;
    color: #555;
}
.orange {
    color: #ff6a00;
}
.btn-orange {
    background: #ff6a00;
    color: white;
    border: none;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 4px;
    transition: 0.3s;
}
.btn-orange:hover {
    background: #e55c00;
}
 @media (max-width: 576px) {
.footer_17 {
    flex-direction: column;
    text-align: center;
}
.last-login {
    justify-content: center;
}
.btn-orange {
    width: 100%;
}
}
.about_tutor {
    width: 100%;
    margin-bottom: 20px;
}
.about_tutor h2 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
    color: #0a0909;
}
/*17-11-25=========================*/

/* Hide toggle button on desktop */
.filter-toggle {
    display: none;
}

/* Mobile styles */
@media (max-width: 768px) {
.home_search_section::before {
    display: none
}
.filter-toggle {
    display: block;
    width: 100%;
    padding: 6px 16px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ff8c1a, #ed8012);
    border: 1px solid #d37310;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}
.filter-toggle:hover {
    background: linear-gradient(135deg, #ff9e3d, #f18d2b);
    box-shadow: 0 4px 12px rgba(237, 128, 18, 0.3);
}
.filter-toggle i {
    margin: 0px 20px;
}
.refine-search {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    border: none;
    padding: 0;
}
.refine-search.open {
    max-height: 700px; /* Adjust for content */
    padding: 15px;
    border: 1px solid #ddd;
}
}
/* 29-12-2025 */

.quickhomeTutors .item {
    padding: 10px;
}
.quickhomeTutors {
    position: relative;
    margin-top: 40px;
}
.quickhomeTutors.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: -8px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0px;
}
.quickhomeTutors.owl-carousel .owl-nav button.owl-prev:hover {
    background: linear-gradient(90deg, #fc6800, #ffba19);
}
.quickhomeTutors.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: -8px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0px;
}
.quickhomeTutors.owl-carousel .owl-nav button.owl-next:hover {
    background: linear-gradient(90deg, #fc6800, #ffba19);
}
.quickHomeTutorSlider .item {
    padding: 10px;
}
.quickHomeTutorSlider {
    position: relative;
    margin-top: 40px;
}
.quickHomeTutorSlider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: -8px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0px;
}
.quickHomeTutorSlider.owl-carousel .owl-nav button.owl-prev:hover {
    background: linear-gradient(90deg, #fc6800, #ffba19);
}
.quickHomeTutorSlider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: -8px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0px;
}
.quickHomeTutorSlider.owl-carousel .owl-nav button.owl-next:hover {
    background: linear-gradient(90deg, #fc6800, #ffba19);
}
/*=========================2-1-26====================*/

.achivmnt-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: .35s ease;
    cursor: pointer;
    box-shadow: 0px 0px 10px #ddd;
    border: 1px solid #e6e6e6;
}
.achivmnt-img {
    padding: 10px;
    height: 355px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.achivmnt-img img {
    max-width: 250px;
    max-height: 100%;
    object-fit: contain;
    transition: .4s ease;
}
.achivmnt-box:hover .achivmnt-img img {
    transform: scale(1.08);
}
.achivmnt-title {
    padding: 18px 20px;
    text-align: center;
}
.achivmnt-title h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}
.achivmentslider {
    position: relative;
}
.achivmentslider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: -8px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0px;
}
.achivmentslider.owl-carousel .owl-nav button.owl-prev:hover {
    background: linear-gradient(90deg, #fc6800, #ffba19);
}
.achivmentslider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: -8px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0px;
}
.achivmentslider.owl-carousel .owl-nav button.owl-next:hover {
    background: linear-gradient(90deg, #fc6800, #ffba19);
}
.language-outer {
    position: absolute;
    right: 4%;
    top: 0px;
}
/*language===================*/
 /* Google logo hide */
.goog-logo-link {
    display: none !important;
}
.goog-te-gadget .goog-te-combo {
    margin: 2px 0 !important;
}
/* "Powered by Google Translate" text hide */
.goog-te-gadget span {
    display: none !important;
}
/* Extra top margin remove */
.goog-te-gadget {
    font-size: 0 !important;
}
/* Dropdown visible & styled */
.goog-te-combo {
    font-size: 14px !important;
    padding: 4px 10px;
    border-radius: 2px;
    border: 1px solid #ccc;
    cursor: pointer;
}
/* Header alignment fix */
#google_translate_element {
    display: inline-block;
}
iframe#\:1\.container {
    display: none;
}

/* 03-02-2025 */

.filter-section2 {
  display: flex;
  gap: 16px;
  padding: 16px;
  background: #f2fcff;
  border-radius:0px;
  align-items: flex-end;
  margin-bottom: 20px;
}
 
.filter-item2 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
 
.filter-item2 label {
  font-size: 14px;
  font-weight: 600;
}
 
.filter-item2 input,
.filter-item2 select {
  padding: 8px 10px;
  border: 1px solid #a5c0c7;
  border-radius: 6px;
  font-size: 14px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(38, 103, 119, 0.25);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
 
/* Optional: focus effect */
.filter-item2 input:focus,
.filter-item2 select:focus {
  outline: none;
  border-color: #a5c0c7;
  box-shadow: 0 4px 10px rgba(38, 103, 119, 0.35);
}
 
 
.button-item2 {
  flex: 0.5;
}
 
.search-btn2 {
  padding: 10px;
  background:#266777;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}
 
.search-btn2:hover {
  background: #333;
}
 

@media (max-width: 768px) {
  .filter-section2 {
    flex-direction: column;
    align-items: stretch;
  }
 
  .button-item2 {
    flex: 1;
  }
}

demo-btn-wrap {margin-top:20px;}
.demo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding:10px 36px;
  border-radius: 8px;
  background:#fdbd26;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.demo-btn:hover {
    background: #d16d0e;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    color: #fff;
}
@media screen and (max-width:768px) {
.demo-btn{width: 100%;}
}
