/*=======Google-Font========*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&display=swap');

/*======== Cutom-Color-Varriable ======*/
:root {
    --primary-color: #000;
    --secondary-color: #fff;
    --hover-color: #e29d26;
    --link-color: #000;
    --extra-bg: #363636;
}

.container {
    max-width: 95%;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
   
  
    border: 1px solid darkorange !important;
    padding: 6px 0px !important;
    height: 40px !important;
}

.select2 .select2-container .select2-container--default{
    width:100% !important;
}

.select2-selection__arrow{
    display:none !important;
}

.select2-selection__placeholder{
    color:black !important;
}
body {
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
}

.page-title {
    border-bottom: 2px solid #000;
    display: inline-block;
    justify-content: center;
    line-height: 46px;
}

/*======== top-header-section-section========= */
.top-header-section {
    background: #00000084;
    padding: 5px 0;
}

.top-header-section .contact-info a {
    text-decoration: none;
    border: none;
}

.top-header-section .row .btn-col button {
    font-size: 14px;
    font-weight: 700;
    border: 1px solid;
    border-color: var(--secondary-color);
    border-radius: 5px;
    padding: 4px 10px;
    color: var(--secondary-color);
    width: 230px;
    background: transparent;
    transition: 0.4s;
    margin-left: 10px;
    width: 100px;
}

.top-header-section .social-icon {
    margin-right: 10px;
}

.top-header-section .social-icon a i {
    color: var(--secondary-color);
    margin-right: 10px;
    transition: 0.4s;
}

.top-header-section .social-icon a i:hover {
    color: var(--hover-color);
}

.top-header-section .row .btn-col .login {
    padding: 4px 17px;
}

.top-header-section .row .btn-col button a {
    text-decoration: none;
    color: var(--secondary-color);
}

.top-header-section .row .btn-col button a:hover {
    color: var(--hover-color);
    border-color: var(--hover-color);
}

.top-header-section .row .btn-col button:hover {
    color: var(--hover-color);
    border-color: var(--hover-color);
}

/*========= Header-Section =========*/
.header-section {
    background: #363636;
    box-shadow: rgba(0, 0, 0, 0.9) 0px 10px 10px -10px;
    position: sticky;
    top: 0;
    z-index: 999;
}

.header-section .logo-col img {
    max-width: 150px;
}

.header-section .navbar-nav {
    column-gap: 25px;
}

.header-section .row li a {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--secondary-color);
    transition: 0.4s;
}

.header-section .row li a:hover {
    color: var(--hover-color);
    box-shadow: rgb(227, 155, 39) 0px 10px 10px -10px;
}

.header-section .row .btn-col {
    column-gap: 10px;
    padding: 0;
}

.header-section .navbar>.container-fluid {
    padding-right: 0;
}

.header-section .navbar #navbarNav {
    justify-content: end !important;
}

.header-section .mobile-nav {
    display: none;
    text-align: right;
}

.header-section .mobile-nav i {
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}

/*======== Hero-Section-style ==========*/
.carousel-fade-container {
    position: relative;
}

.carousel-inner {
    opacity: .5;
}

.carousel-fade {
    background-color: black;
    /* Set the background color */
}

.carousel-fade .carousel-item {
    transition: opacity 2s ease-in-out;
    opacity: 0.5;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

.carousel-inner img {
    width: 100%;
    height: calc(100vh - 100px);
    opacity: 0.8;
    object-fit: cover;
}

.carousel-content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    /*background: #00000070;*/
}

.scorll-down a {
    color: var(--secondary-color);
    border: 1px solid;
    border-color: var(--secondary-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.4s;
}

.scorll-down a:hover {
    border-color: var(--hover-color);
}

.carousel-title {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--secondary-color);
    font-size: 48px;
    line-height: 55px;
    font-weight: bold;
    margin-bottom: 25px;
}

.hero-section .carousel-buttons {
    display: flex;
    column-gap: 20px;
    justify-content: center;
}

.hero-section .carousel-buttons .btn {
    font-size: 19px;
    font-weight: 600;
    padding: 8px 15px;
    background: transparent;
    border-color: var(--secondary-color);
    color: var(--secondary-color);
    min-width: 150px;
    transition: 0.4s;
}

.hero-section .carousel-buttons .btn a {
    text-decoration: none;
    font-size: 19px;
    font-weight: 600;
    padding: 8px 15px;
    background: transparent;
    border-color: var(--secondary-color);
    color: var(--secondary-color);
    min-width: 150px;
    transition: 0.4s;
}

.hero-section .carousel-buttons .btn,
.hero-section .carousel-buttons .btn a:hover {
    color: var(--hover-color);
    border-color: var(--hover-color);
}

/*======= Counter-Section ===========*/
.counter-section .container {
    padding: 50px 0;
    padding-top: 0;
    margin-top: 0 !important;
}

.counter-section .row {
    column-gap: 25px;
}

.counter-section .row .col-md-3 img {
    width: 60px;
    text-align: center;
    margin-bottom: 10px;
    transition: 0.4s;
}

.counter-section .row .col-md-3:hover img {
    transform: scale(1.09);
}

.counter-section .row .col-md-3 {
    border-color: var(--hover-color);
    max-width: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px 0;
    border-radius: 10px;
    border: 2px solid var(--hover-color);
    /* box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset; */
    transition: 0.4s;
}

.counter-section .row .col-md-3:hover {
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px 1px, rgba(146, 116, 116, 0.08) 5px 1px 2px inset;
}

.counter-section .row .col-md-3 .counter {
    font-size: 30px;
    font-weight: 600;
    color: var(--primary-color);
}

.counter-section .row .col-md-3 h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 8px;
    color: var(--primary-color);
}

/*=======Support-Secton-Style ===========*/
.support-section .title {
    font-size: 30px;
    line-height: 37px;
}

.support-section .title a {
    text-decoration: none;
    transition: 0.4s;
}

.support-section .title:first-child {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
}

.support-section .title a:hover {
    color: #363636;
}

.support-section .btn-col a {
    text-decoration: none;
    color: var(--link-color);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    width: 200px;
    border: 1px solid;
    border-color: var(--link-color);
    display: inline-block;
    text-align: center;
    padding: 8px 0;
    transition: 0.4s;
    border-radius: 3px;
}

.support-section .btn-col a i {
    margin-right: 10px;
}

.support-section .btn-col .reg {
    background: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
    margin-right: 15px;
}

.support-section .btn-col .reg:hover {
    background: var(--hover-color);
    color: var(--secondary-color);
    border-color: var(--hover-color)
}

.support-section .btn-col .call:hover {
    background: var(--hover-color);
    color: var(--secondary-color);
    border-color: var(--hover-color)
}

/*======categori-sect{ion-style =======*/
.categori-section .title-row h2 {
    font-size: 30px;
    color: var(--primary-color);
}

.categori-section .title-row h3 {
    font-size: 16px;
    margin-bottom: 40px;
    color: var(--primary-color);
}

.card-flip .card-front .card-body {
    background: var(--extra-bg);
    padding: 30px 0;
}

/*
flip card
*/
.card-flip>div {
    backface-visibility: hidden;
    transition: transform 500ms;
    transition-timing-function: linear;
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
}

.card-front {
    transform: rotateY(0deg);
}

.card-back {
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
}

.card-flip:hover .card-front {
    transform: rotateY(-180deg);
}

.card-flip:hover .card-back {
    transform: rotateY(0deg);
    color: var(--link-color);
}

/* .card-flip .card-back .card-body .btn:hover{
    color: var(--primary-color);
    border-color: var(--link-color);
} */
.card-flip .card-back .card-body {
    background: #363636d6;
}

.card-flip .card-back .card-body .btn {
    color: var(--hover-color);
    border-color: var(--hover-color);
}

/*========= Review-Slider-Style =========*/
.review-section .slider .slick-track {
    column-gap: 30px;
    display: flex;
}

.review-section .slider .text-center {
    border: 1.5px solid var(--hover-color);
    padding: 20px 30px;
}

.review-section .slider .slick-slide {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
}

.review-section .slider h2 {
    font-size: 24px;
    line-height: 29px;
    font-style: italic;
    color: var(--primary-color);
}

.review-section .slider h3 {
    font-size: 16px;
    font-style: italic;
    line-height: 16px;
    color: #00000073;
}

.review-section .slider p {
    font-size: 14px;
    line-height: 20px;
    color: var(--primary-color);
}

/*============partner-logo-seciton =========*/
.partner-logo-seciton .slick-slide .avatar img {
    width: 180px;
    height: auto;
    object-fit: cover;
    border-radius: 0;
}

.slick-slider .slick-track {
    display: flex;
    align-items: center;
}

/*********Find Tutor page ***********/
.tutor-list-section .form-col {
    position: sticky;
    top: 20%;
}

.tutor-list-section .teacher-list .col-4 {
    width: 31.333%;
}

.tutor-list-section .tutor-filter .filter-title {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 8px 0;
    color: var(--primary-color);
    background: #00000014;
}

.tutor-list-section .tutor-filter .filter-title a {
    font-size: 14px;
    text-decoration: none;
    color: var(--link-color);
    transition: 0.4s;
    margin-left: 28%;
}

.tutor-list-section .tutor-filter .filter-title a:hover {
    color: var(--hover-color);
}

.tutor-list-section .tutor-filter {
    flex-wrap: wrap;
    column-gap: 3%;
    row-gap: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 15px 10px;
}

.tutor-list-section .tutor-filter .select-box .lavel {
    position: absolute;
    left: 10px;
    top: 8px;
}

.tutor-list-section .tutor-filter .select-box {
    position: relative;
    width: 100%;
}

.tutor-list-section .tutor-filter select {
    width: 100%;
    outline: none;
    border-radius: 0px;
    border-color: #e29d26;
}

.tutor-list-section .tutor-filter select:focus {
    box-shadow: none;
}

.tutor-list-section .tutor-filter input[type="submit"] {
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
    border: 1px solid;
    border-color: var(--hover-color);
    background-color: var(--hover-color);
    transition: 0.4s;
}

.tutor-list-section .tutor-filter input[type="submit"]:hover {
    color: var(--hover-color);
    border: 1px solid;
    border-color: var(--hover-color);
    background-color: transparent;
}

.tutor-list-section .teacher-list {
    column-gap: 11px;
    row-gap: 30px;
}

.tutor-list-section .teacher-list img {
    width: 140px;
    border-radius: 50%;
    height: 140px;
    object-fit: cover;
    transition: 0.4s;
    border: 1px solid;
}

.tutor-list-section .teacher-list .single-tut {
    transition: 0.4s;
}

.tutor-list-section .teacher-list .single-tut:hover {
    border: 1px solid !important;
    border-color: var(--hover-color) !important;
}

.tutor-list-section .teacher-list .single-tut:hover img {
    transform: scale(1.05);
    border-color: var(--hover-color);
}

.tutor-list-section .teacher-list .single-tut {
    width: 32.333%;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    padding: 20px 10px !important;
}

.tutor-list-section .teacher-list .student-info .job_card_sm_job_bord {
    padding: 15px 0;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    transition: 0.4s;
    width: 100%;
}

.tutor-list-section .teacher-list .student-info .job_card_sm_job_bord:hover {
    border: 1px solid;
    border-color: var(--hover-color);
}

.tutor-list-section .teacher-list .student-info .job_card_sm_job_bord .card-body .row .col-6:nth-child(odd) {
    width: 60%;
}

.tutor-list-section .teacher-list .student-info .job_card_sm_job_bord .card-footer input[type="submit"] {
    text-align: center;
    padding: 5px 0;
    text-decoration: none;
    color: #000;
    font-size: 22px;
    border-radius: 10px;
    border: 1px solid;
    border-color: var(--hover-color);
    transition: 0.4s;
    width: 100%;
    background: var(--hover-color);
}

.tutor-list-section .teacher-list .student-info .job_card_sm_job_bord .card-footer input[type="submit"]:hover {
    color: var(--hover-color);
    background: transparent;
}

.tutor-list-section .teacher-list .student-info .job_card_sm_job_bord .card-body .row .col-6:nth-child(even) {
    width: 40%;
}

.tutor-list-section .teacher-list .student-info .job_card_sm_job_bord .card-body i {
    color: var(--hover-color);
}

.tutor-list-section .student-info .job_card_sm_job_bord .card-body i::before {
    color: var(--hover-color);
}

.tutor-list-section .teacher-list .student-info .job_card_sm_job_bord .card-body .row .content span {
    line-height: 18px;
    font-size: 15px;
    white-space: break-spaces;
    vertical-align: top;
}

.tutor-list-section .teacher-list .student-info .job_card_sm_job_bord .card-body .row .content h6 {
    font-weight: 700;
}

.tutor-list-section .teacher-list .student-info {
    width: 49%;
}

.tutor-list-section .teacher-list .student-info .post-time {
    text-align: right !important;
}

.tutor-list-section .teacher-list div h2 {
    font-size: 22px;
}

.tutor-list-section .teacher-list div h3 {
    font-size: 16px;
    line-height: 18px;
    color: #00000082;
}

.tutor-list-section .teacher-list div p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
}

.tutor-list-section .teacher-list div a {
    font-size: 18px;
    background: var(--hover-color);
    width: 100%;
    transition: 0.4s;
    font-weight: 600;
}

.tutor-list-section .teacher-list div a:hover {
    background: transparent;
    border: 1px solid;
    border-color: var(--hover-color);
    color: var(--hover-color);
}

/******* Tutor-Profile-Section *******8*/
.tutor-profile-section .form-row {
    column-gap: 20px;
}

.tutor-profile-section .form-row .left-col {
    width: 73%;
}

.tutor-profile-section .form-row .left-col img {
    max-width: 160px;
    border-radius: 50%;
    height: 160px;
    object-fit: cover;
}

.tutor-profile-section .form-row .left-col span {
    font-size: 14px;
}

.tutor-profile-section .form-row .left-col .jssocials-share-link {
    color: var(--primary-color);
}

.tutor-profile-section .form-row .left-col .jssocials-share-logo::before {
    font-size: 14px;
    padding: 6px 9px;
    border-radius: 50%;
    line-height: 39px;
    display: inline;
    border: 1px solid #000;
    transition: 0.4s;
}

.tutor-profile-section .form-row .left-col .jssocials-share-link:hover .jssocials-share-logo::before {
    color: red;
    border-color: var(--hover-color);
}

.tutor-profile-section .form-row .left-col .jssocials-shares {
    display: flex;
    margin: 0 auto;
}

.tutor-profile-section .form-row .left-col .fa-envelope::before {
    padding: 6px 7px !important;
}

.tutor-profile-section .form-row .left-col .fa-phone::before {
    padding: 6px 6px !important;
}

.tutor-profile-section .card .card-body .form-group input,
.card .card-body .form-group textarea {
    margin: 5px 0 10px 0;
}

.tutor-profile-section .card .card-body .form-group input:focus {
    box-shadow: none;
    border-color: var(--hover-color);
}

.tutor-profile-section .card .card-body .form-group textarea:focus {
    box-shadow: none;
    border-color: var(--hover-color);
}

.tutor-profile-section .card {
    position: sticky;
    top: 20%;
}

.tutor-profile-section .card .tuition-info {
    background: #00000014;
    padding: 8px 0;
    margin: 20px;
}

.tutor-profile-section .card .card-body .btn {
    width: 100%;
    background-color: #e29d26;
    transition: .4s;
}

.tutor-profile-section .card .card-body .btn:hover {
    background-color: transparent;
    border: 1px solid;
    border-color: var(--hover-color);
    color: var(--hover-color);
}

.education table thead tr th {
    white-space: nowrap;
    background: #00000014;
}

/*========Footer-style =========*/
.footer-section {
    background: var(--extra-bg);
    padding: 40px 0;
    padding-bottom: 0;
}

.footer-section .logo img {
    max-width: 140px;
}

.footer-section .row p {
    font-size: 15px;
    line-height: 22px;
    color: var(--secondary-color);
}

.contact-info a {
    color: var(--secondary-color);
    transition: 0.4s;
    border-bottom: 1px solid;
    border-color: var(--secondary-color);
    position: relative;
    padding-left: 22px;
}

.contact-info a::before {
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    font-size: 13px;
}

.contact-info a:hover::before {
    color: var(--secondary-color);
}

.contact-info .tel::before {
    content: "\f095";
}

.contact-info .mail::before {
    content: "\f0e0";
}

.contact-info a:hover {
    color: var(--hover-color);
    opacity: 1;
    border-color: var(--hover-color);
}

.footer-section .social-link {
    padding: 20px 0;
}

.footer-section .social-link a i {
    font-weight: 400;
    font-size: 17px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    line-height: 17px;
    width: 35px;
    height: 35px;
    text-align: center;
    margin-right: 5px;
    transition: 0.4s;
}

.footer-section .social-link a i:hover {
    color: var(--hover-color);
}

.footer-section .row h3 {
    color: var(--secondary-color);
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
    border-bottom: 2px solid;
    display: inline-block;
    margin-bottom: 16px;
}

.footer-section .row ul {
    padding-left: 0;
}

.footer-section .row ul li {
    list-style: none;
}

.footer-section .row ul li a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: var(--secondary-color);
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
    transition: 0.4s;
}
.footer-section .row ul li a.fb-group{
    border: 1px solid #fff;
    padding: 4px 9px;
    border-radius: 20px;
    margin-top: 10px;
}
.footer-section .row ul li a:hover {
    color: var(--hover-color);
    box-shadow: rgb(227, 155, 39) 0px 3px 5px -2px;
}

.footer-section .socket p {
    padding: 20px;
    padding-bottom: 0;
}

.footer-section .socket p a {
    color: var(--secondary-color);
    transition: 0.4s;
    text-decoration: none;
    border-bottom: 1px solid;
    border-color: var(--secondary-color);
}

.footer-section .socket p a:hover {
    color: var(--hover-color);
    border-color: var(--hover-color);
}

.tutor-list-section #search {
    display: none;
}

.tutor-list-section .fa-tachometer-alt::before {
    margin-right: 10px;
}


/* End Request Tutor */

/* Home-page update css */
.review-section .avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

#howItsWork {
    margin-top: 0;
    padding-top: 0;
}

.ra-howItsWork h1 {
    font-size: 36px;
    line-height: 70px;
    letter-spacing: 1px;
    margin-bottom: 0px;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    color: #000;
}

.ra-howItsWork .howItsWorkItem {
    width: 60%;
    padding: 2rem;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
    margin-bottom: 4rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    line-height: normal;
    box-shadow: 0px 3px 11px 0px #0675c159;
}

.ra-howItsWork .howItsWorkItem {
    line-height: normal;
}

.ra-howItsWork {
    margin: 3rem 0;
    padding: 4em 0;
    background-color: #fff;
}

.ra-howItsWork .howItsWorkItem.workItemActive {
    /* background: hsla(233, 100%, 90%,0.4); */
    /* background: linear-gradient(90deg, hsla(233, 100%, 90%,0.5) 0%, hsla(0, 0%, 89%,0.5) 100%); */
    /* background: -moz-linear-gradient(90deg, hsla(233, 100%, 90%,0.5) 0%, hsla(0, 0%, 89%,0.5) 100%); */
    /* background: -webkit-linear-gradient(90deg, hsla(233, 100%, 90%,0.5) 0%, hsla(0, 0%, 89%,0.5) 100%); */
    /* filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#CAD0FF", endColorstr="#E3E3E3", GradientType=1 ); */
    box-shadow: 0px 3px 11px 0px #0675c159;
    border: 1px solid #0675c159;
    transition: 0.2s ease-in-out;
}

.ra-howItsWork .howItsWorkItem .svg1 {
    position: absolute;
    height: 188px;
    top: 50%;
    left: 100%;
}

.ra-howItsWork .howItsWorkItem .svg2 {
    position: absolute;
    height: 177px;
    top: 54%;
    right: 100%;
}

.ra-howItsWork .howItsWorkItem:nth-child(2),
.ra-howItsWork .howItsWorkItem:nth-child(4) {
    margin-left: auto;
}

/*=========About us page=========*/
    .about-section .img-col{
      overflow: hidden;
      border-radius: 26px;
    }

    .about-section img {
      transition: 0.4s;
    }

    .about-section img:hover {
      transform: scale(1.05);
    }
    .about-section .img-col h2{
        display: none !important;
      }
/*=========Responsive-Design ========*/
@media only screen and (max-width: 1100px) {
    .tutor-list-section #search-filter {
        width: 30%;
    }

    .tutor-list-section .teacher-list {
        width: 70%;
    }

    .tutor-list-section .teacher-list div {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .ra-howItsWork .howItsWorkItem {
        width: 100% !important;
    }

    .ra-howItsWork .relative {
        display: none;
    }

    .tutor-profile-section .form-row .left-col {
        width: 100%;
    }

    .tutor-list-section .tutor-filter.right {
        margin-top: 40px;
    }

    .tutor-list-section .teacher-list div {
        width: 100% !important;
    }

    .tutor-list-section .teacher-list .student-info .post-time {
        text-align: left !important;
    }

    .tutor-list-section #search-filter {
        position: absolute;
        left: -9999px;
        width: 100%;
        margin-bottom: 30px;
    }

    .tutor-list-section .show {
        position: inherit !important;
    }

    .tutor-list-section #search {
        display: block;
        text-align: center;
        text-decoration: none;
        padding: 8px 0px;
        background: #0000;
        border-radius: 20px;
        width: 50%;
        margin: 0 auto;
        margin-bottom: 25px;
        font-size: 17px;
        border: 1px solid;
        border-color: var(--hover-color);
        color: var(--primary-color);
        transition: 0.4s;
    }

    .tutor-list-section #search:hover {
        background: var(--hover-color);
        color: var(--secondary-color);
    }

    .tutor-list-section .teacher-list {
        width: 100%;
        padding: 0;
    }

    .tutor-list-section .teacher-list img {
        width: 130px;
        height: 130px;
    }

    .tutor-list-section .teacher-list div a {
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .tutor-profile-section .tution-details,
    .tutor-profile-section .table-responsive,
    .tutor-profile-section .card-body {
        padding-left: 12px !important;
    }

    .categori-section .title-row h2 {
        font-size: 23px;
        color: var(--primary-color);
    }

    .tutor-list-section .left {
        padding: 0;
    }

    .categori-section .title-row h3 {
        font-size: 14px;
        padding: 0 21px;
    }

    .tutor-list-section .tutor-filter .filter-title a {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .counter-section .row .col-md-3 {
        margin-bottom: 15px;
    }
    .review-section .avatar{
        width: 90px;
    }
    .review-section .avatar img{
        width: 90px;
        height: 90px;
    }
    .categori-section .row>.col-sm-4{
        margin-bottom: 15px;
    }
    #howItsWork1 .howItsWorkItem1,  #howItsWork1 .howItsWorkItem1 .col-8 {
        width: 100%;
    }
    #howItsWork1 .howItsWorkItem1 .col-8 h2{
        font-size: 20px;
        margin-bottom: 15px;
    }
    #howItsWork1{
        padding: 0;
    }
    .review-section.partner-logo-seciton{
        padding: 0 !important;
    }
     .about-section .text-col{
        margin-top: 30px;
      }
      .about-section .text-col h1{
          margin: 0 auto;
      }
      .about-section .text-col h1{
        display: none !important;
      }
      .about-section .img-col h2{
        font-size: 30px !important;
        display: inline-block !important;
        margin-bottom: 40px;
      }
 
}

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

    .tutor-profile-section .tutor-details .parsonal h6,
    .tutor-profile-section .tutor-details .parsonal strong,
    .tutor-profile-section .tution-details strong,
    .tutor-profile-section .tution-details div,
    .tutor-profile-section .card-body form .form-group {
        font-size: 14px;
        line-height: 18px;
        margin-top: 5px;
    }

    .tutor-profile-section .card .tuition-info {
        font-size: 20px;
    }

    .tutor-profile-section .education h4 {
        font-size: 20px;
    }

    .tutor-profile-section tbody,
    td,
    tfoot,
    th,
    thead,
    tr {
        font-size: 14px;
    }

    .tutor-list-section .teacher-list div {
        width: 97%;
    }
}


/* ***** Start Request Tutor  ******/
.find-tutor-section {
    padding: 0 25px;
}

.find-tutor-section .col-md-8 {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
}

.find-tutor-section form .form-row {
    column-gap: 2%;
    margin-bottom: 20px;
}

.find-tutor-section form .form-row .col-6 {
    width: 49%;
}

.find-tutor-section form label {
    margin-bottom: 5px;
    font-style: italic;
    font-size: 16px;
}

.find-tutor-section form .form-row input,
.find-tutor-section form .form-row select,
.find-tutor-section form .form-row textarea {
    border: 1px solid #fbac0e;
    box-sizing: border-box;
    width: 100%;
    background: transparent;
    padding: 7px;
    font-size: 13px;
    color: #00000082;
}

.find-tutor-section form .form-row input:focus,
.find-tutor-section form .form-row select:focus,
.find-tutor-section form .form-row textarea:focus {
    outline: none;
}

.find-tutor-section form .submit-btn {
    width: 100%;
    background-color: #fbac0e;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #fbac0e;
    padding: 5px;
    transition: 0.4s;
}

.find-tutor-section form .submit-btn:hover {
    background-color: transparent;
    border-color: #fbac0e;
    color: #fbac0e;
}

.find-tutor-section .sidebar .card {
    border-color: #fbac0e;
}

@media only screen and (max-width: 992px) {
    .header-section .navbar #navbarNav {
        position: absolute;
        top: 42px;
        background: #000000df;
        width: 100%;
        height: 100vh;
        text-align: center;
        padding: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .header-section .navbar #navbarNav .navbar-nav {
        position: absolute;
        left: 50%;
        top: 40%;
        transition: tr;
        transform: translate(-50%, -50%);
    }

    .header-section .navbar {
        position: absolute;
        left: 0;
        width: 100%;
    }

    .header-section .row li a:hover {
        box-shadow: none;
    }

    .header-section .mobile-nav {
        display: block;
        z-index: 99999;
        position: relative;
        margin-top: 6px;
    }
}

@media only screen and (max-width: 767px) {
    .find-tutor-section .sidebar {
        margin-top: 20px;
    }

    .top-header-section .contact-info {
        text-align: center;
    }

    .top-header-section .contact-info a {
        font-size: 14px;
    }

    .top-header-section {
        padding: 13px 0;
    }

    .top-header-section .social-icon {
        margin-top: 8px;
        margin-bottom: 10px;
    }

    .carousel-title {
        font-size: 23px;
        line-height: 30px;
    }

    .hero-section .carousel-buttons {
        flex-direction: column;
        row-gap: 15px;
    }
    .hero-section .hero-row{
        margin:0 !important;
    }
    .hero-section .hero-row #myCarousel{
        padding:0;
    }
    .footer-section .container .row {
        flex-direction: column;
        row-gap: 25px;
    }

    .footer-section .container .row {
        text-align: center;
    }

    .footer-section .container .row>div {
        width: 100%;
    }

    .footer-section .container .row .logo {
        margin: 0 auto;
    }

    .tutor-list-section .teacher-list .col-4 {
        width: 100%;
    }

    #howItsWork {
        margin: 0;
        padding: 0;
    }

    #howItsWork>.container>h2 {
        font-size: 22px;
        max-width: 70%;
        margin: 0 auto;
        margin-bottom: 0px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .ra-howItsWork .howItsWorkItem {
        margin-bottom: 40px;
    }

    .ra-howItsWork .howItsWorkItem h2 {
        font-size: 20px;
        margin-bottom: 12px;

    }
    .support-section .title:first-child {
        font-size: 17px;
        line-height: 27px;
    }
    .support-section .btn-col a {
        font-size: 12px;
    }
}

@media only screen and (max-width: 520px) {
    .find-tutor-section .container>h3 {
        font-size: 18px;
        line-height: 25px;
    }

    .find-tutor-section .container>h5 {
        font-size: 16px;
        line-height: 25px;
    }

    .find-tutor-section {
        padding-top: 15px !important;
    }

    .find-tutor-section form .form-row {
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .find-tutor-section form .form-row .col-6 {
        width: 100% !important;
    }

    .find-tutor-section .sidebar {
        margin-top: 20px;
    }
}
