@media(min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1170px;
    }
}

@media(min-width: 1300px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1240px;
    }
}

@media(max-width: 1200px) {
    .join-class a,
    .trial-btn a {
        font-size: 14px;
        padding: 0 15px;
        white-space: nowrap;
    }
    .courses-img {
        max-width: 85px;
    }
    .courses-blog {
        padding: 20px;
    }
}

@media(max-width: 991px) {
    h1 {
        font-size: 26px;
        line-height: 32px;
    }
    h2 {
        font-size: 24px;
        line-height: 32px;
    }
    h3 {
        font-size: 22px;
        line-height: 26px;
    }
    h4 {
        font-size: 20px;
        line-height: 30px;
        color: var(--txt-color);
        font-weight: 500;
    }
    h5 {
        font-size: 16px;
        line-height: 23px;
    }
    h6 {
        font-size: 18px;
        line-height: 28px;
    }
    .header-right-top .trial-btn a span {
        display: none;
    }
    .banner-part-left {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 40%;
    }
    .banner-part-right {
        width: 60%;
    }
    .banner-part-right {
        font-size: 18px;
    }
    .create-math-row .col-xs-12,
    .meet-our-inner .col-xs-12 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .courses-inner .col-xs-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .header-right-top .trial-btn {
        display: none;
    }
    .header-drop-down .dropdown {
        margin-right: 10px !important;
    }
    /*
	.courses-img {
		max-width: 80px;
	}*/
    .courses-blog {
        padding: 15px 20px;
    }
    .courses-info .trial-btn a {
        height: 40px;
        line-height: 40px;
    }
    .sidebar-right {
        padding-left: 0px;
    }
    .link-box-side ul {
        padding: 15px 0;
    }
    .link-box-side li a {
        padding-right: 15px;
    }
    .sidebar-box-link li a {
        padding: 0;
    }
}

@media(max-width: 767px) {
    header {
        height: 58px;
    }
    section {
        padding: 10px 0;
    }
    .header-inner {
        display: inline-block;
        width: 100%;
    }
    .header-drop-down {
        display: inline-block;
        width: 73%;
        vertical-align: middle;
        margin-top: -15px;
    }
    .header-drop-down .dropdown {
        display: inline-block;
    }
    .logo {
        margin-left: 35px;
        margin-bottom: 5px;
        margin-top: 7px;
        text-align: left;
        float: left;
    }
    .header-right-top {
        width: 26%;
        display: inline-block;
        vertical-align: middle;
        position: unset;
        top: 0px;
    }
    .search-icon-part {
        position: absolute;
        top: 0;
        right: 0;
    }
    .header-drop-down .dropdown button {
        font-size: 14px;
    }
    .header-part.sticky-fixed {
        position: relative;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 999;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -ms-box-shadow: none !important;
        -o-box-shadow: none !important;
        box-shadow: none !important;
    }
    .banner-part-left {
        width: 100%;
        opacity: 0.2;
    }
    .banner-part-right {
        width: 100%;
    }
    .banner-part {
        margin-bottom: 0;
    }
    .footer-bottom-middle {
        margin-top: 30px;
    }
    .footer-bottom-left {
        padding-right: 0px;
        text-align: center;
    }
    .header-inner {
        position: relative;
    }
    .join-class {
        margin-right: 0px;
    }
    .search-icon-part {
        position: absolute;
        top: 28px;
        right: 0;
    }
    .header-inner {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .header-drop-down {
        justify-content: center;
    }
    .logo {
        margin-right: 0px;
    }
    .header-drop-down .dropdown:last-child {
        margin-right: 0px !important;
    }
    .header-right-top {
        justify-content: center;
        top: 0px;
    }
    .logo img {
        max-width: 200px;
    }
    .header-drop-down {
        width: 100%;
        text-align: center;
    }
    .header-right-top {
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }
    .header-drop-down .dropdown button {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-right-top .join-class {
        margin-right: 0px;
    }
    .header-drop-down {
        display: none;
    }
    .header-right-top {
        margin-top: 0px;
    }
    .search-icon-part {
        top: 20px;
    }
    .form-search-fix .form {
        max-width: 92%;
    }
    .humbarger-menu {
        display: block;
        float: left;
    }
    .logo img {
        margin-right: -15px;
    }
    .menu-part {
        position: fixed;
        top: 45px;
        left: -100%;
        z-index: 9999;
        background: #fff;
        padding: 20px;
        width: 100%;
        text-align: left;
        display: block;
        height: calc(100% - 34px);
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        overflow: auto;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .menu-part.active {
        left: 0px;
    }
    .menu-part ul,
    .menu-part li {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }
    .menu-part ul {
        margin-bottom: 25px;
    }
    .menu-part li {
        display: block;
    }
    .menu-part li a {
        padding: 5px 5px 5px 5px;
        display: flex;
        color: var(--txt-color);
        width: 100%;
        align-items: center;
    }
    .menu-part li a img {
        margin-right: 10px;
    }
    .menu-part li:hover a {
        color: var(--head-color);
    }
    /*
	.menu-part h6{
		margin-bottom: 15px;
	}*/
    .courses-inner .col-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sidebar-right {
        margin-top: 30px;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .header-right-top {
        position: relative;
        left: 0;
        width: 96px;
        float: inline-end;
    }
    .login-btn,
    .app-nav {
        /* float: right; */
        margin-top: 8px;
    }
    .search-button-top{
        float: right;
        margin: 0;
    }
    .banner-part {
        padding: 5px 0;
    }
    .header-part {
        height: 45px;
    }
    .join-us-button-section {
        padding: 20px;
    }
    .made-with-love {
        margin: auto;
        float: unset;
    }
    .profile-usermenu {
        margin-top: 1px;
    }
    .cat-outer-box {
        padding-top: 26px;
    }
    .cat-outer-box span.small-t {
        font-size: 25px;
    }
    .blog-post {
        /*width: auto; */
        min-width: auto;
    }
    .job-box-contents {
        border-left: 0;
        margin: 0 0px 10px;
    }
}

@media(max-width: 576px) {
    body {
        font-size: 16px;
        line-height: 26px;
    }
    .banner-part-right {
        font-size: 16px;
    }
    .create-math-row .col-xs-12,
    .meet-our-inner .col-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-top-inner {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .footer-top-left {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .nav-tabs .nav-link span {
        display: none;
    }
    .login-app-section {
        width: 100%;
    }
    .join-with-us-section-wrapper {
        display: unset;
    }
    .registartion-counts {
        width: auto;
    }
    span.tagline {
        display: inline-block;
    }
    .scroll-top {
        right: 25px;
        bottom: 18px;
    }
    .oneline-lists {
        font-size: 15px;
    }
    .lbl-radio .checkmark {
        height: 22px;
        width: 22px;
    }
    .lbl-radio .checkmark:after {
        top: 8px;
        left: 8px;
    }
    .lbl-radio {
        padding-left: 28px;
        margin-top: 5px;
        padding-top: 2.5px;
    }
    .banner-part-inner{
        text-align: center;
    }
    .trial-btn {
      margin: auto;
    }

    .official-website a {
        width: 100%;
        margin: 15px 0;
    }
    .lightbg div.cat-title h3 {
        font-size: 15px;
    }
    .lightbg p.cat-descc {
        font-size: 12px;
    }
}

@media(max-width: 400px) {
    .new-line {
        display: inline-block;
    }
    .be-comment-content span {
        width: auto;
    }
    .first-char {
        padding-top: 12px;
    }
    .first-char {
        padding-left: 16px;
        font-size: 34px;
        height: 54px;
        width: 53px;
    }
    .be-comment-content {
        margin-left: 60px;
    }
    .test-category-content span,
    .sidebar-category-content span {
        font-size: 13px;
    }
    .search-display-top{
        width: 320px;
    }    

}

@media(max-width: 360px) {
    .banner-btns-txt {
        white-space: nowrap;
        max-width: 34%;
        overflow: hidden;
    }
}