@media only screen and (max-width: 1600px){
    .header-navbar ul {
        gap: 20px;
    }
    .header-navbar ul li::before {
        display: none;
    }
    .header-search-feild input {
        width: 320px;
    }
    .shopping-banner-wrapper {
        height: 400px;
    }
}
@media only screen and (max-width: 1500px){
    .header-search-feild input {
        font-size: 14px;
    }
    .header-search-feild input {
        width: 260px;
        padding: 0px 15px 0px 110px;
    }
    .header-search-btn a {
        width: 100px;
        font-size: 14px;
    }
    
    .header-btn a {
        width: 100px;
        height: 40px;
        font-size: 14px;
    }
    .index-banner-wrapper {
        min-height: 650px;
    }
    .index-banner-wrap-text h6 {
        font-size: 35px;
    }
    .index-third-wrapper .owl-nav {
        width: 100%;
        left: 0%;
    }
    .index-banner-wrap-text h5 {
        font-size: 35px;
    }
    .index-banner-wrap-text p {
        font-size: 14px;
        width: 100%;
    }
    .banner-btn-1 a {
        height: 40px;
    }
    .banner-btn-2 a {
        height: 40px;
    }
    .index-banner-wrapper .owl-nav button i {
        height: 40px;
        width: 40px;
    }
    .index-first-wrap-bg {
        width: 500px;
    }
    .index-first-wrap-1 p {
        font-size: 14px;
    }
    .index-first-wrap-text p {
        font-size: 14px;
    }
    .index-first-wrap-1 h6 {
        font-size: 30px;
    }
    .index-first-wrap-text h5 {
        font-size: 35px;
    }
    .index-second-wrap-img {
        width: 22%;
    }
    .index-second-wrap-text h5 {
        font-size: 35px;
    }
    .index-second-wrap-text p {
        font-size: 14px;
    }
    .side-main-text h6 {
        font-size: 25px;
    }
    .side-main-text {
        padding: 0px 25px;
    }
    .side-main-text p {
        font-size: 14px;
    }
    .side-main-text a {
        font-size: 14px;
        width: 160px;
        height: 40px;
    }
    .index-second-blog-text h6 {
        font-size: 22px;
    }
    .index-fourth-wrap-img {
        display: none;
    }
    .index-fourth-wrap-text h5 {
        font-size: 25px;
        width: 50%;
    }
    .index-fifth-wrap-img-1 {
        display: none;
    }
    .index-fifth-wrap-img-2 {
        display: none;
    }
    .index-fifth-wrap-bg-field {
        margin: 0px 50px 35px 50px;
    }
    .index-fifth-wrap-bg-text p {
        font-size: 14px;
        width: 80%;
    }
    .index-fifth-wrap-bg-text h6 span {
        font-size: 35px;
    }
    .index-fifth-wrap-bg-text h6 {
        font-size: 20px;
    }
    .about-first-wrap-bg {
        max-width: 400px;
        top: 20%;
    }
    .about-first-wrapper {
        padding: 50px 0px;
    }
    .change-password-banner-wrapper {
        height: 300px;
    }
    .change-password-first-wrapper {
        padding: 50px 0px;
    }
    .first-wrap-user-feild input {
        height: 65px;
    }
    .contact-banner-wrapper {
        height: 300px;
        padding: 0px 0px 0px 0px;
        display: flex;
        flex-direction: inherit;
        align-items: center;
    }
    .contact-banner-wrap-img {
        display: none;
    }
    .contact-first-wrapper {
        padding: 50px 0px;
    }
    .courses-banner-wrapper {
        height: 300px;
    }
    .courses-first-wrapper {
        padding: 50px 0px 50px 0px;
    }
    .courses-detail-banner-wrapper {
        height: 300px;
    }
    .profile-banner-wrapper {
        height: 300px;
    }
    .profile-first-wrapper {
        padding: 50px 0px;
    }    
    .profile-first-wrap-text h6 {
        font-size: 30px;
    }
    .upload-banner-wrapper {
        height: 300px;
    }
    .contact-banner-wrap-text h5 {
        font-size: 30px;
    }
    .shopping-banner-wrapper {
        height: 300px;
    }
    .search-courses {
        width: 90%;
    }
    .vendor-banner-wrapper {
        height: 300px;
    }
}
@media only screen and (max-width: 1100px){
    .header-logo-wrap {
        max-width: 110px;
    }
    .header-logo-wrap img {
        width: 100%;
    }
    .header-search-feild input {
        width: 200px;
        padding: 0px 15px 0px 90px;
    }
    .header-search-btn a {
        width: 80px;
        font-size: 12px;
    }
    .header-navbar ul {
        gap: 10px;
    }
    .header-navbar ul li a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 575px) {
    .menu-bar {
        position: absolute;
        top: 10.5%;
        right: 5%;
        background: var(--green);
        color: var(--white);
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        font-size: 16px;
    }
    .header-flex {
        position: fixed;
        width: 80%;
        height: 100%;
        left: -100%;
        top: 0px;
        background: var(--green);
        z-index: 99;
        flex-direction: column-reverse;
        justify-content: flex-end;
        align-items: flex-start;
        transition: 0.5s;
        padding: 30px 10px;
    }
    .header-active {
        left: 0%;
    }
    .header-navbar {
        flex-direction: column;
        align-items: self-start;
    }
    .header-btn {
        margin: 30px 0px 30px 0px;
    }
    .header-navbar ul li a {
        color: #FFF;
    }
    .header-btn a {
        background-color: #FFF;
        color: var(--green);
    }
    .header-navbar ul li:hover::before {
        display: none;
    }
    .header-navbar ul li::before {
        display: none;
    }
    .header-navbar ul {
        display: flex;
        gap: 25px;
        flex-direction: column;
    }
    .header-search-feild input {
        width: 300px;
        padding: 0px 15px 0px 115px;
    }
    .header-search-btn a {
        width: 110px;
        font-size: 14px;
    }
    .index-first-wrap-bg {
        display: none;
    }
    .index-fifth-wrap-img-1 {
        display: none;
    }
    .index-fifth-wrap-img-2 {
        display: none;
    }
    .index-fourth-wrap-img {
        display: none;
    }
    .index-second-wrap-img {
        display: none;
    }
    .header-course p {
        font-size: 14px;
    }
    .index-banner-wrapper {
        min-height: auto;
        padding: 50px 0px;
    }
    .index-banner-wrap-slider {
        margin: 60px 0px 0px 0px;
    }
    .index-banner-wrapper button.owl-prev {
        top: 0px;
    }
    .index-banner-wrapper .owl-nav {
        justify-content: center;
        margin: 30px 0px 0px 0px;
    }    
    .banner-btn-1 a {
        font-size: 14px;
    }
    .banner-btn-2 a {
        font-size: 14px;
    }
    .index-banner-wrap-text p {
        width: 100%;
        font-size: 14px;
    }
    .index-first-wrapper {
        padding: 50px 0px;
    }
    .index-first-wrap-1 h6 {
        font-size: 30px;
        text-align: left;
    }
    .index-first-wrap-text h6 {
        text-align: left;
    }
    .index-first-wrap-text h5::before {
        right: unset;
    }
    .index-first-wrap-text h5 {
        text-align: left;
        font-size: 35px;
    }
    .index-first-wrap-text {
        margin: 0px 0px 50px 0px;
    }
    .index-first-wrap-text p {
        font-size: 14px;
        width: 100%;
        text-align: left;
    }
    .index-first-wrap-1 h6::before {
        left: 0;
    }
    .index-first-wrap-1 p {
        font-size: 14px;
        text-align: left;
    }
    .index-second-wrap-text {
        margin: 0px 0px 50px 0px;
    }
    .index-fifth-wrap-bg {
        padding: 40px 20px;
    }
    .index-fifth-wrap-bg-field {
        margin: 0px 0px 15px 0px;
    }
    .index-banner-wrapper::before {
        display: none;
    }
    .index-banner-wrap-text h6 {
        font-size: 30px;
    }
    .index-banner-wrap-text h5 {
        font-size: 25px;
    }
    .index-fourth-wrap-text {
        left: 0px;
    }
    .index-third-wrapper .owl-nav {
        display: none;
    }
    .coypright-flex {
        flex-direction: column;
    }
    .index-fifth-wrap-bg-text h6 span {
        font-size: 25px;
    }
    .index-fifth-wrap-bg-text p {
        font-size: 14px;
        width: 100%;
    }
    .
    .coypright-link ul li a {
        font-size: 14px;
    }
    .index-fifth-wrap-bg-text {
        margin: 0px 0px 40px 0px;
    }
    .index-fifth-wrap-bg-field input {
        font-size: 14px;
    }
    .index-fifth-wrap-bg-field textarea {
        font-size: 14px;
        height: 80px;
    }
    .index-fifth-wrap-btn button {
        width: 40%;
        font-size: 14px;
    }
    .index-fourth-side {
        padding: 30px 0px;
        margin: 30px 0px 0px 0px;
    }
    .side-main-text {
        padding: 0px 15px;
    }
    .side-main-text h6 {
        font-size: 30px;
    }
    .side-main-text a {
        font-size: 14px;
        width: 180px;
    }
    .index-second-blog-text {
        padding: 15px;
        height: auto;
    }
    .index-second-wrap-text p {
        font-size: 14px;
        width: 100%;
    }
    .index-fourth-wrap-text h6 {
        font-size: 25px;
    }
    .index-fourth-wrap-text a {
        font-size: 14px;
        width: 150px;
    }
    .index-fourth-wrap-text p {
        font-size: 14px;
        width: 60%;
    }
    .index-fourth-wrap-text h5 {
        width: 70%;
        font-size: 25px;
    }
    .index-fourth-side-1 h6, .index-fourth-side-2 h6, .index-fourth-side-3 h6 {
        font-size: 26px;
    }
    .index-fifth-wrapper {
        padding: 50px 0px;
    }
    .index-second-wrap-text h5 {
        font-size: 30px;
    }
    .footer-04 input {
        font-size: 14px;
    }
    .footer-01 p {
        font-size: 14px;
    }
    .coypright-text p {
        font-size: 14px;
    }
    .coypright-link ul li a {
        font-size: 14px;
    }
    .about-first-wrap-bg {
        display: none;
    }
    .about-first-wrapper {
        padding: 50px 0px;
        overflow-x: hidden;
    }     
    .index-fourth-wrap-text {
        position: relative;
    } 
    .courses-first-wrapper {
        padding: 50px 0px 50px 0px;
    }
    .courses-first-wrap-text h5 {
        font-size: 35px;
    }
    .courses-first-wrap-text p {
        font-size: 14px;
        width: 100%;
    }
    .courses-first-wrap-tabs-1 ul {
        gap: 20px;
    }
    .courses-first-wrap-tabs-1 ul li button {
        font-size: 16px;
    }
    .courses-first-wrap-tabs-1 ul::before {
        width: 100%;
    }
    .courses-banner-wrapper {
        height: 300px;
    }
    .courses-first-wrap-tabs {
        overflow-x: hidden;
    }
    .courses-detail-banner-wrapper {
        height: 300px;
    }
    .courses-detail-first-wrap-text h6 {
        font-size: 30px;
    }
    .courses-detail-learn-text h6 {
        font-size: 20px;
    }
    .courses-detail-learn-1 ul li {
        width: 100%;
        font-size: 14px;
    }
    .courses-detail-learn-1 ul li:last-child {
        margin: 0px;
    }
    .courses-detail-learn {
        padding: 15px;
    }
    .accordion-body {
        padding: 0.5rem 0.5rem;
    }
    .courses-tab .accordion-flex-1 a {
        font-size: 14px;
    }
    .courses-tab .accordion-flex-2 h6 {
        font-size: 14px;
    }
    .courses-tab .accordion-flex-2 span {
        font-size: 14px;
    }
    .courses-tab .accordion-item h6 {
        font-size: 14px;
    }
    .courses-requirments ul li {
        font-size: 14px;
    }
    .courses-requirments p {
        font-size: 14px;
    }
    .shopping-first-wrap-text h6 {
        font-size: 30px;
    }
    .courses-rating-text h6 {
        font-size: 18px;
    }
    .table-text-1 h6 {
        font-size: 14px;
    }
    .shopping-table {
        flex-wrap: wrap;
    }
    .table-text-1 h6 {
        width: 100%;
    }
    .shopping-table-1 {
        gap: 10px;
    }
    .shopping-table-1 {
        margin: 0px 0px 10px 0px;
    }
    .upload-text-para p {
        font-size: 14px;
    }
    .upload-text-wrap-2 ul li {
        font-size: 14px;
    }
    .upload-text-wrap p {
        font-size: 14px;
    }
    .upload-text-wrap h6 {
        font-size: 22px;
    }
    .index-second-blog-text h6 {
        font-size: 20px;
    }
    .profile-first-wrap-text h6 {
        font-size: 30px;
    }
    .contact-first-wrap-feild input {
        height: 65px;
    }
    .profile-first-wrapper {
        padding: 50px 0px;
    }
    .profile-banner-wrapper {
        height: 300px;
    }
    .vendor-pagination ul {
        gap: 15px;
    }
    .vendor-pagination ul li.page-active {
        width: 40px;
        height: 40px;
    }
    .vendor-pagination ul li {
        font-size: 20px;
    }
    .vendor-first-wrapper {
        padding: 50px 0px;
    }
    .contact-banner-wrap-text h5 {
        font-size: 30px;
    }
    .upload-banner-wrapper {
        height: 300px;
    }
    .upload-first-wrapper {
        padding: 50px 0px 0px 0px;
    }
    .search-courses {
        width: 95%;
        display: block;
        padding: 10px 15px 10px 15px;
        position: relative;
        margin: 0px 0px 40px 0px;
    }
    .search-feild-feild-1 {
        width: 100%;
        margin: 0px 0px 10px 0px;
    }
    .search-feild-feild-1 input {
        border-bottom: 1px solid #3e843c;
        height: 55px;
        padding: 0px 25px;
        font-size: 16px;
    }
    .search-feild-feild-1 i {
        font-size: 15px;
        top: 32%;
    }
    .search-feild-feild-2 input {
        border-bottom: 1px solid #3e843c;
        height: 55px;
        padding: 0px 25px;
        font-size: 16px;
    }
    .search-feild-feild-2 i {
        font-size: 15px;
        top: 32%;
    }
    .search-feild-feild-2 {
        width: 100%;
        margin: 0px 0px 15px 0px;
    }
    .search-feild-feild-3 {
        width: 100%;
    }
    .search-feild-feild-1::before {
        display: none;
    }
    .search-feild-feild-3 a {
        height: 55px;
        border-radius: 5px;
    }
    .contact-banner-wrap-text li a {
        font-size: 16px;
    }
    .shopping-banner-wrapper {
        height: 300px;
    }
    .shopping-first-wrapper {
        position: relative;
        padding: 50px 0px 100px 0px;
    }
    .vendor-banner-wrapper {
        height: 300px;
    }
    .contact-banner-wrap-img {
        display: none;
    }
}
@media only screen and (max-width: 425px) {
}
@media only screen and (max-width: 375px) {
    .header-search-feild input {
        width: 220px;
        padding: 0px 15px 0px 115px;
    }

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