@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* banner */
    .header-nd-banner .banner .banner-content h1 {
        font-size: 50px;
        margin-top: -12px;
    } 
    .header-nd-banner .banner .banner-content {
        padding: 180px 0;
    }

    /* feature */
    .feature {
        padding: 80px 0;
    }

    .feature .single-feature {
        padding: 40px 0;
    }

    .feature .single-feature img {
        width: 60px;
    }

    .feature .single-feature h3 {
        font-size: 20px;
    }

    /* admission */
    .admission .part-img {
        display: none;
    }

    /* achivement */
    .achivement {
        padding: 120px 0;
        background: aliceblue;
    }
    .achivement:after {
        display: none;
    }

    /* testimonial */
    .testimonial .section-title h2 br {
        display: none;
    }
    .testimonial .client-thumb-slider {
        display: none;
    }

    /* new course */
    .new-course .part-img {
        display: none;
    }

    /* blog */
    .blog .single-blog {
        margin-bottom: 40px;
    }

    .blog .single-blog .part-text .meta ul li {
        display: none;
    }

    .blog .single-blog .part-text .meta ul li:first-child {
        display: block;
        text-align: left;
    }

    .blog .single-blog .part-text .text h3 a {
        line-height: 30px;
    }

    .blog .blog-list {
        padding: 0 25px;
    }

    .blog .blog-list ul li.blog-listing .list-single-blog h3 a {
        font-size: 18px;
        line-height: 28px;
    }

    /* footer */
    .footer .address-area {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* topbar */
    .topbar .responsive-button {
        width: 100%;
        text-align: right;
    }

    .topbar .responsive-button .navbar-toggler {
        padding: 0;
        border: 1px solid #085dad;
        width: 45px;
        height: 45px;
        display: inline-block;
        outline: none;
        color: #085dad;
        font-size: 30px;
        line-height: 45px;
    }

    .topbar .top-info {
        padding-top: 25px;
        padding-bottom: 9px;
    }

    .topbar .log-reg-buttons {
        text-align: center;
        border-bottom: 1px solid #0f5ea9;
        padding-bottom: 25px;
    }

    /* header */
    .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item .nav-link {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 15px 15px;
        background: #064e92;
    }

    .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item:first-child .nav-link {
        margin-top: 15px;
    }

    .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item:last-child .nav-link {
        margin-bottom: 15px;
    }

    .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item .dropdown-menu {
        opacity: 1;
        visibility: visible;
        display: none;
    }

    .header-nd-banner .header .buy-button {
        display: none;
    }

    .header-nd-banner .header.header-nd-banner .header {
        background: #085dad;
    }

    .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }
    .header-nd-banner .header .logo {
        padding: 19px 0;
    }

    .header-nd-banner .header .responsive-button {
        width: 100%;
        text-align: right;
    }

    .header-nd-banner .header .responsive-button .navbar-toggler {
        padding: 0;
        border: 1px solid #fff;
        width: 45px;
        height: 45px;
        display: inline-block;
        outline: none;
        color: #fff;
        font-size: 30px;
        line-height: 45px;
    }

    .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item.nav-icon {
        margin-top: 15px;
        padding-bottom: 0;
    }

    /* banner */
    .header-nd-banner .banner .banner-content {
        margin-top: 0;
        padding: 120px 0;
    }

    .header-nd-banner .banner .banner-content h1 {
        font-size: 36px;
        margin-top: -9px;
        line-height: 46px;
    }

    .header-nd-banner .banner .banner-content .search-bar-form {
        margin-top: 26px;
    }

    .header-nd-banner .banner .banner-content .search-bar-form input {
        height: 50px;
        padding: 0 70px 0 20px;
    }

    .header-nd-banner .banner .banner-content .search-bar-form button {
        height: 50px;
        width: 50px;
    }

    /* feature */
    .feature {
        padding: 80px 0;
    }

    /* section title */
    .section-title {
        margin-bottom: 40px;
    }

    .section-title h2 {
        font-size: 28px;
        line-height: 38px;
        margin-top: -8px;
    }

    .section-title h2 br {
        display: none;
    }

    /* course */
    .course {
        padding: 80px 0 45px;
    }

    .course .section-title h2 span {
        display: none;
    }

    .course .section-title h2:after {
        display: block;
    }

    .course .section-title {
        text-align: left !important;
    }

    .course .portfolio-menu .filterizr__controls li {
        margin: 0;
        border: 1px solid #085dad;
        padding: 11px 30px;
        margin-bottom: 10px;
        margin-right: 6px;
        border-radius: 50px;
    }

    .course .portfolio-menu .filterizr__controls li:after {
        display: none;
    }

    /* admission */
    .admission .part-form {
        padding: 80px 0;
    }

    .admission .part-img {
        display: none;
    }

    .admission .part-form form input,
    .admission .part-form form select {
        height: 50px;
    }

    .admission .part-form form .select-box span.icon {
        height: 50px;
        line-height: 50px;
    }

    /* schedule */
    .schedule {
        padding: 80px 0;
    }

    .schedule .schedule-area .part-body .table {
        width: 1100px;
    }

    .schedule .schedule-area .part-body .table-binding {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .schedule .schedule-area .part-head p {
        text-align: left;
        margin-top: 5px;
    }

    /* achivement */
    .achivement {
        padding: 80px 0 33px;
        background: aliceblue;
    }

    .achivement:after {
        display: none;
    }

    .achivement .single-achivement {
        margin-bottom: 40px;
    }

    /* testimonial */
    .testimonial {
        padding: 80px 0;
    }

    .testimonial .client-thumb-slider {
        display: none;
    }

    .testimonial .slider-content-binding .testimonial-area .single-testimonial,
    .testimonial .slider-content-binding .testimonial-2-area .single-testimonial {
        border: 1px solid #085dad;
        margin: 0;
        padding: 0 0 0;
        box-shadow: none;
        padding: 30px;
    }

    .testimonial .slider-content-binding ul {
        text-align: center;
        right: 0;
    }

    .testimonial .section-title h2 span {
        display: none;
    }

    .testimonial .section-title {
        text-align: left !important;
        margin-bottom: 40px;
    }

    .testimonial .section-title h2:after {
        display: block;
    }

    .testimonial .slider-content-binding .testimonial-area .single-testimonial p,
    .testimonial .slider-content-binding .testimonial-2-area .single-testimonial p {
        font-size: 18px;
        line-height: 30px;
    }

    /* instructor */
    .instructor {
        padding: 80px 0 40px;
        background: aliceblue;
    }

    .instructor .single-instructor {
        margin-bottom: 40px;
    }

    /* call to action */
    .call-to-action {
        padding: 80px 0;
    }

    .call-to-action .cta-content h2 {
        font-size: 36px;
        line-height: 46px;
        margin-top: -8px;
        margin-bottom: 24px;
    }
    .call-to-action .cta-content p {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 30px;
    }

    /* new course */
    .new-course {
        padding: 80px 0;
    }

    .new-course .part-countdown .timer {
        display: flex;
    }

    .new-course .part-countdown .timer .single-count {
        flex: 1;
        width: auto;
    }

    .new-course .part-countdown .timer .single-count:last-child {
        margin-right: 0;
    }

    .new-course .part-img {
        display: none;
    }

    /* newsletter */
    .newsletter {
        padding: 80px 0;
    }

    .newsletter h3 {
        font-size: 28px;
        line-height: 38px;
        margin-top: -8px;
        margin-bottom: 22px;
    }

    /* blog */
    .blog {
        padding: 80px 0 60px;
    }

    .blog .single-blog {
        margin-bottom: 40px;
    }

    .blog .single-blog .part-text .text h3 a {
        line-height: 30px;
    }

    .blog .blog-list {
        padding: 0 25px;
    }
    .blog .single-blog .part-text .meta ul li {
        display: none;
    }

    .blog .single-blog .part-text .meta ul li:first-child {
        display: block;
        text-align: left;
    }
    .blog .blog-list ul li.blog-listing .list-single-blog h3 a {
        font-size: 18px;
        line-height: 28px;
    }

    /* footer */
    .footer {
        padding: 80px 0 72px;
    }

    .footer .about-widget {
        margin-bottom: 30px;
    }

    .footer .link-widget {
        margin-bottom: 30px;
    }

    .footer .address-area {
        margin-top: 40px;
        text-align: left;
    }

    .footer .address-area ul li {
        padding: 0;
        display: block;
    }

    .footer .address-area ul li:after {
        display: none;
    }

    .footer .address-area ul li:last-child {
        margin-bottom: 0;
    }

    /* copyright */
    .copyright .copyright-area p {
        text-align: center;
    }

    .copyright .payment-area {
        display: none;
    }
    /* homepage-2 */
    /* > topbar */
    .topbar.homepage-2 .top-info {
        padding: 12px 0;
    }

    .topbar .user-control {
        display: none;
    }

    .topbar.homepage-2 .top-link {
        padding: 0;
    }

    /* > banner */
    .header-nd-banner .banner.homepage-2 .banner-content {
        padding-right: 0;
    }

    /* > video */
    .video.homepage-2 {
        padding-top: 80px;
    }

    /* > feature */
    .second-feature {
        padding: 80px 0 17px;
    }

    /* > process to get course */
    .process-to-get-course {
        padding: 80px 0 50px;
    }

    .process-to-get-course .section-title {
        margin-bottom: 40px;
        text-align: left !important;
    }

    .process-to-get-course .section-title h2:after {
        display: block;
    }

    /* > download app */
    .download-app {
        padding: 80px 0;
    }

    .download-app .part-text h3 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 17px;
        margin-top: -6px;
    }

    .download-app .part-img img {
        padding: 0;
    }

    .download-app .part-img {
        margin-bottom: 40px;
    }

    .download-app .part-img:after {
        display: none;
    }

    .download-app .part-text .download-buttons a:last-child {
        margin-top: 10px;
    }

    /* > testimonial */
    .testimonial.homepage-2 .slider-content-binding .testimonial-2-area .single-testimonial img {
        margin-top: 0;
        width: 100px;
    }

    .testimonial.homepage-2 .slider-content-binding ul.slider-control {
        position: initial;
        display: flow-root;
    }

    .testimonial.homepage-2 {
        padding-bottom: 80px;
        background: aliceblue;
    }

    .testimonial.homepage-2 .slider-content-binding .testimonial-area .single-testimonial p,
    .testimonial.homepage-2 .slider-content-binding .testimonial-2-area .single-testimonial p {
        font-size: 16px;
        line-height: 28px;
        color: #555;
    }

    /* contact */
    .contact {
        padding: 80px 0;
    }

    .contact .part-map #map {
        height: 300px;
    }

    /* form */
    .etu-form {
        padding: 80px 0;
    }

    /* faq */
    .faq {
        padding: 80px 0 50px;
    }

    /* error */
    .error {
        padding: 80px 0;
    }

    /* braedcrump begin */
    .breadcrump-etu .breadcrump-content {
        margin-top: 0;
    }
    .breadcrump-etu .breadcrump-content h2 {
        font-size: 24px;
    }

    /* contact to course */
    .admission.contact-to-course {
        padding-top: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* topbar */
    .topbar .responsive-button {
        width: 100%;
        text-align: right;
    }

    .topbar .responsive-button .navbar-toggler {
        padding: 0;
        border: 1px solid #085dad;
        width: 45px;
        height: 45px;
        display: inline-block;
        outline: none;
        color: #085dad;
        font-size: 30px;
        line-height: 45px;
    }

    .topbar .top-info {
        padding-top: 25px;
        padding-bottom: 9px;
    }

    .topbar .log-reg-buttons {
        text-align: center;
        border-bottom: 1px solid #0f5ea9;
        padding-bottom: 25px;
    }

    /* header */
    .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item .nav-link {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 15px 15px;
        background: #064e92;
    }

    .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item:first-child .nav-link {
        margin-top: 15px;
    }

    .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item:last-child .nav-link {
        margin-bottom: 15px;
    }

    .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item .dropdown-menu {
        opacity: 1;
        visibility: visible;
        display: none;
    }

    .header-nd-banner .header .buy-button {
        display: none;
    }

    .header-nd-banner .header.header-nd-banner .header {
        background: #085dad;
    }

    .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }
    .header-nd-banner .header .logo {
        padding: 19px 0;
    }

    .header-nd-banner .header .responsive-button {
        width: 100%;
        text-align: right;
    }

    .header-nd-banner .header .responsive-button .navbar-toggler {
        padding: 0;
        border: 1px solid #fff;
        width: 45px;
        height: 45px;
        display: inline-block;
        outline: none;
        color: #fff;
        font-size: 30px;
        line-height: 45px;
    }

    .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item.nav-icon {
        margin-top: 15px;
        padding-bottom: 0;
    }

    /* banner */
    .header-nd-banner .banner .banner-content {
        margin-top: 0;
        padding: 120px 0;
    }

    .header-nd-banner .banner .banner-content h1 {
        font-size: 36px;
        margin-top: -9px;
        line-height: 46px;
    }

    .header-nd-banner .banner .banner-content .search-bar-form {
        margin-top: 26px;
    }

    .header-nd-banner .banner .banner-content .search-bar-form input {
        height: 50px;
        padding: 0 70px 0 20px;
    }

    .header-nd-banner .banner .banner-content .search-bar-form button {
        height: 50px;
        width: 50px;
    }

    /* feature */
    .feature {
        padding: 80px 0;
    }

    /* section title */
    .section-title {
        margin-bottom: 40px;
    }

    .section-title h2 {
        font-size: 28px;
        line-height: 38px;
        margin-top: -8px;
    }

    .section-title h2 br {
        display: none;
    }

    /* course */
    .course {
        padding: 80px 0 45px;
    }

    .course .section-title h2 span {
        display: none;
    }

    .course .section-title h2:after {
        display: block;
    }

    .course .section-title {
        text-align: left !important;
    }

    .course .portfolio-menu .filterizr__controls li {
        margin: 0;
        border: 1px solid #085dad;
        padding: 11px 30px;
        margin-bottom: 10px;
        margin-right: 6px;
        border-radius: 50px;
    }

    .course .portfolio-menu .filterizr__controls li:after {
        display: none;
    }

    /* admission */
    .admission .part-form {
        padding: 80px 0;
    }

    .admission .part-img {
        display: none;
    }

    .admission .part-form form input,
    .admission .part-form form select {
        height: 50px;
    }

    .admission .part-form form .select-box span.icon {
        height: 50px;
        line-height: 50px;
    }

    /* schedule */
    .schedule {
        padding: 80px 0;
    }

    .schedule .schedule-area .part-body .table {
        width: 1100px;
    }

    .schedule .schedule-area .part-body .table-binding {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .schedule .schedule-area .part-head p {
        text-align: left;
        margin-top: 5px;
    }

    /* achivement */
    .achivement {
        padding: 80px 0 33px;
        background: aliceblue;
    }

    .achivement:after {
        display: none;
    }

    .achivement .single-achivement {
        margin-bottom: 40px;
    }

    /* testimonial */
    .testimonial {
        padding: 80px 0;
    }

    .testimonial .client-thumb-slider {
        display: none;
    }

    .testimonial .slider-content-binding .testimonial-area .single-testimonial,
    .testimonial .slider-content-binding .testimonial-2-area .single-testimonial {
        border: 1px solid #085dad;
        margin: 0;
        padding: 0 0 0;
        box-shadow: none;
        padding: 30px;
    }

    .testimonial .slider-content-binding ul {
        text-align: center;
        right: 0;
    }

    .testimonial .section-title h2 span {
        display: none;
    }

    .testimonial .section-title {
        text-align: left !important;
        margin-bottom: 40px;
    }

    .testimonial .section-title h2:after {
        display: block;
    }

    .testimonial .slider-content-binding .testimonial-area .single-testimonial p,
    .testimonial .slider-content-binding .testimonial-2-area .single-testimonial p {
        font-size: 18px;
        line-height: 30px;
    }

    /* instructor */
    .instructor {
        padding: 80px 0 40px;
        background: aliceblue;
    }

    .instructor .single-instructor {
        margin-bottom: 40px;
    }

    /* call to action */
    .call-to-action {
        padding: 80px 0;
    }

    .call-to-action .cta-content h2 {
        font-size: 28px;
        line-height: 38px;
        margin-top: -8px;
        margin-bottom: 24px;
    }

    .call-to-action .cta-content p {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 30px;
    }

    /* new course */
    .new-course {
        padding: 80px 0;
    }

    .new-course .part-countdown .timer {
        display: flex;
    }

    .new-course .part-countdown .timer .single-count {
        flex: 1;
        width: auto;
    }

    .new-course .part-countdown .timer .single-count:last-child {
        margin-right: 0;
    }

    .new-course .part-img {
        display: none;
    }

    /* newsletter */
    .newsletter {
        padding: 80px 0;
    }

    .newsletter h3 {
        font-size: 28px;
        line-height: 38px;
        margin-top: -8px;
        margin-bottom: 22px;
    }

    .newsletter input {
        width: 100%;
    }

    /* blog */
    .blog {
        padding: 80px 0 60px;
    }

    .blog .single-blog {
        margin-bottom: 40px;
    }

    .blog .single-blog .part-text .text h3 a {
        line-height: 30px;
    }

    .blog .blog-list {
        padding: 0 25px;
    }

    .blog .blog-list ul li.blog-listing .list-single-blog h3 a {
        font-size: 18px;
        line-height: 28px;
    }

    /* footer */
    .footer {
        padding: 80px 0 72px;
    }

    .footer .about-widget {
        margin-bottom: 30px;
    }

    .footer .link-widget {
        margin-bottom: 30px;
    }

    .footer .address-area {
        margin-top: 40px;
        text-align: left;
    }

    .footer .address-area ul li {
        padding: 0;
        display: block;
    }

    .footer .address-area ul li:after {
        display: none;
    }

    .footer .address-area ul li:last-child {
        margin-bottom: 0;
    }

    /* copyright */
    .copyright .copyright-area p {
        text-align: center;
    }

    .copyright .payment-area {
        display: none;
    }

    /* homepage-2 */
    /* > topbar */
    .topbar.homepage-2 .top-info {
        text-align: center !important;
    }

    .topbar .user-control {
        display: none;
    }

    .topbar .top-link {
        padding: 10px 0 25px;
        border-top: 1px solid rgba(8, 93, 173, 0.1);
    }

    /* > banner */
    .header-nd-banner .banner.homepage-2 .banner-content {
        padding-right: 0;
    }

    /* > video */
    .video.homepage-2 {
        padding-top: 80px;
    }

    /* > feature */
    .second-feature {
        padding: 80px 0 17px;
    }

    /* > process to get course */
    .process-to-get-course {
        padding: 80px 0 50px;
    }

    .process-to-get-course .section-title {
        margin-bottom: 40px;
        text-align: left !important;
    }

    .process-to-get-course .section-title h2:after {
        display: block;
    }

    /* > download app */
    .download-app {
        padding: 80px 0;
    }

    .download-app .part-text h3 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 17px;
    }

    .download-app .part-img img {
        padding: 0;
    }

    .download-app .part-img {
        margin-bottom: 40px;
    }

    .download-app .part-img:after {
        display: none;
    }

    .download-app .part-text .download-buttons a:last-child {
        margin-top: 10px;
    }

    /* > testimonial */
    .testimonial.homepage-2 .slider-content-binding .testimonial-2-area .single-testimonial img {
        margin-top: 0;
        width: 100px;
    }

    .testimonial.homepage-2 .slider-content-binding ul.slider-control {
        position: initial;
        display: flow-root;
    }

    .testimonial.homepage-2 {
        padding-bottom: 80px;
        background: aliceblue;
    }

    .testimonial.homepage-2 .slider-content-binding .testimonial-area .single-testimonial p,
    .testimonial.homepage-2 .slider-content-binding .testimonial-2-area .single-testimonial p {
        font-size: 16px;
        line-height: 28px;
        color: #555;
    }

    /* contact */
    .contact {
        padding: 80px 0;
    }

    .contact .part-map #map {
        height: 300px;
    }

    .contact .single-address-box {
        margin-bottom: 16px;
    }

    /* form */
    .etu-form {
        padding: 80px 0;
    }

    /* faq */
    .faq {
        padding: 80px 0 50px;
    }

    /* error */
    .error {
        padding: 80px 0;
    }

    /* braedcrump begin */
    .breadcrump-etu .breadcrump-content {
        margin-top: 0;
    }
    .breadcrump-etu .breadcrump-content h2 {
        font-size: 24px;
    }

    /* contact to course */
    .admission.contact-to-course {
        padding-top: 80px;
    }
}


@media only screen and (min-width: 480px) and (max-width: 575px) {
    /* topbar */
    .topbar .responsive-button {
        width: 100%;
        text-align: right;
    }

    .topbar .responsive-button .navbar-toggler {
        padding: 0;
        border: 1px solid #085dad;
        width: 45px;
        height: 45px;
        display: inline-block;
        outline: none;
        color: #085dad;
        font-size: 30px;
        line-height: 45px;
    }

    .topbar .top-info {
        padding-top: 25px;
        padding-bottom: 9px;
    }

    .topbar .log-reg-buttons {
        text-align: center;
        border-bottom: 1px solid #0f5ea9;
        padding-bottom: 25px;
    }

    /* header */
    .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item .nav-link {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 15px 15px;
        background: #064e92;
    }

    .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item:first-child .nav-link {
        margin-top: 15px;
    }

    .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item:last-child .nav-link {
        margin-bottom: 15px;
    }

    .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item .dropdown-menu {
        opacity: 1;
        visibility: visible;
        display: none;
    }

    .header-nd-banner .header .buy-button {
        display: none;
    }

    .header-nd-banner .header.header-nd-banner .header {
        background: #085dad;
    }

    .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }
    .header-nd-banner .header .logo {
        padding: 19px 0;
    }

    .header-nd-banner .header .responsive-button {
        width: 100%;
        text-align: right;
    }

    .header-nd-banner .header .responsive-button .navbar-toggler {
        padding: 0;
        border: 1px solid #fff;
        width: 45px;
        height: 45px;
        display: inline-block;
        outline: none;
        color: #fff;
        font-size: 30px;
        line-height: 45px;
    }

    .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item.nav-icon {
        margin-top: 15px;
        padding-bottom: 0;
    }

    /* banner */
    .header-nd-banner .banner .banner-content {
        margin-top: 0;
        padding: 120px 0;
    }

    .header-nd-banner .banner .banner-content h1 {
        font-size: 24px;
        margin-top: -9px;
        line-height: 34px;
    }

    .header-nd-banner .banner .banner-content .search-bar-form {
        margin-top: 26px;
    }

    .header-nd-banner .banner .banner-content .search-bar-form input {
        height: 50px;
        padding: 0 70px 0 20px;
    }

    .header-nd-banner .banner .banner-content .search-bar-form button {
        height: 50px;
        width: 50px;
    }

    /* feature */
    .feature {
        padding: 80px 0;
    }

    .feature .single-feature {
        padding: 40px 0;
    }

    .feature .single-feature img {
        width: 60px;
    }

    .feature .single-feature h3 {
        font-size: 20px;
    }

    /* section title */
    .section-title {
        margin-bottom: 40px;
    }

    .section-title h2 {
        font-size: 24px;
        line-height: 34px;
        margin-top: -8px;
    }

    .section-title h2 br {
        display: none;
    }

    /* course */
    .course {
        padding: 80px 0 45px;
    }

    .course .section-title h2 span {
        display: none;
    }

    .course .section-title h2:after {
        display: block;
    }

    .course .section-title {
        text-align: left !important;
    }

    .course .portfolio-menu .filterizr__controls li {
        margin: 0;
        border: 1px solid #085dad;
        padding: 6px 20px;
        margin-bottom: 10px;
        margin-right: 6px;
        border-radius: 50px;
    }

    .course .portfolio-menu .filterizr__controls li:after {
        display: none;
    }

    /* admission */
    .admission .part-form {
        padding: 80px 0;
    }

    .admission .part-img {
        display: none;
    }

    .admission .part-form form input,
    .admission .part-form form select {
        height: 50px;
    }

    .admission .part-form form .select-box span.icon {
        height: 50px;
        line-height: 50px;
    }

    /* schedule */
    .schedule {
        padding: 80px 0;
    }

    .schedule .schedule-area .part-body .table {
        width: 1100px;
    }

    .schedule .schedule-area .part-body .table-binding {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .schedule .schedule-area .part-head p {
        text-align: left;
        margin-top: 5px;
    }

    /* achivement */
    .achivement {
        padding: 80px 0 33px;
        background: aliceblue;
    }

    .achivement:after {
        display: none;
    }

    .achivement .single-achivement {
        margin-bottom: 40px;
    }

    /* testimonial */
    .testimonial {
        padding: 80px 0;
    }

    .testimonial .client-thumb-slider {
        display: none;
    }

    .testimonial .slider-content-binding .testimonial-area .single-testimonial,
    .testimonial .slider-content-binding .testimonial-2-area .single-testimonial {
        border: 1px solid #085dad;
        margin: 0;
        padding: 0 0 0;
        box-shadow: none;
        padding: 30px;
    }

    .testimonial .slider-content-binding ul {
        text-align: center;
        right: 0;
    }

    .testimonial .section-title h2 span {
        display: none;
    }

    .testimonial .section-title {
        text-align: left !important;
        margin-bottom: 40px;
    }

    .testimonial .section-title h2:after {
        display: block;
    }

    .testimonial .slider-content-binding .testimonial-area .single-testimonial p,
    .testimonial .slider-content-binding .testimonial-2-area .single-testimonial p {
        font-size: 18px;
        line-height: 30px;
    }

    /* instructor */
    .instructor {
        padding: 80px 0 40px;
        background: aliceblue;
    }

    .instructor .single-instructor {
        margin-bottom: 40px;
    }

    /* call to action */
    .call-to-action {
        padding: 80px 0;
    }

    .call-to-action .cta-content h2 {
        font-size: 24px;
        line-height: 34px;
        margin-top: -8px;
        margin-bottom: 24px;
    }

    .call-to-action .cta-content p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    /* new course */
    .new-course {
        padding: 80px 0;
    }

    .new-course .part-countdown .timer {
        display: flex;
    }

    .new-course .part-countdown .timer .single-count {
        flex: 1;
        width: auto;
    }

    .new-course .part-countdown .timer .single-count:last-child {
        margin-right: 0;
    }

    .new-course .part-img {
        display: none;
    }

    /* newsletter */
    .newsletter {
        padding: 80px 0;
    }

    .newsletter h3 {
        font-size: 24px;
        line-height: 34px;
        margin-top: -8px;
        margin-bottom: 22px;
    }

    .newsletter input {
        width: 100%;
    }

    /* blog */
    .blog {
        padding: 80px 0 60px;
    }

    .blog .single-blog {
        margin-bottom: 40px;
    }

    .blog .single-blog .part-text .meta ul li {
        display: none;
    }

    .blog .single-blog .part-text .meta ul li:first-child {
        display: block;
        text-align: left;
    }

    .blog .single-blog .part-text .text h3 a {
        line-height: 30px;
    }

    .blog .blog-list {
        padding: 0 25px;
    }

    .blog .blog-list ul li.blog-listing .list-single-blog h3 a {
        font-size: 18px;
        line-height: 28px;
    }

    /* footer */
    .footer {
        padding: 80px 0 72px;
    }

    .footer .about-widget {
        margin-bottom: 30px;
    }

    .footer .link-widget {
        margin-bottom: 30px;
    }

    .footer .address-area {
        margin-top: 40px;
        text-align: left;
    }

    .footer .address-area ul li {
        padding: 0;
    }

    .footer .address-area ul li:after {
        display: none;
    }

    .footer .address-area ul li:last-child {
        margin-bottom: 0;
    }

    /* copyright */
    .copyright .copyright-area p {
        text-align: center;
    }

    .copyright .payment-area {
        display: none;
    }

    /* homepage-2 */
    /* > topbar */
    .topbar.homepage-2 .top-info {
        text-align: center !important;
    }
    .topbar .user-control {
        display: none;
    }

    .topbar .top-link {
        padding: 10px 0 25px;
        border-top: 1px solid rgba(8, 93, 173, 0.1);
    }

    /* > banner */
    .header-nd-banner .banner.homepage-2 .banner-content {
        padding-right: 0;
    }

    /* > video */
    .video.homepage-2 {
        padding-top: 80px;
    }

    /* > feature */
    .second-feature {
        padding: 80px 0 17px;
    }

    /* > process to get course */
    .process-to-get-course {
        padding: 80px 0 50px;
    }

    .process-to-get-course .section-title {
        margin-bottom: 40px;
        text-align: left !important;
    }

    .process-to-get-course .section-title h2:after {
        display: block;
    }

    /* > download app */
    .download-app {
        padding: 80px 0;
    }

    .download-app .part-text h3 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 17px;
    }

    .download-app .part-img img {
        padding: 0;
    }

    .download-app .part-img {
        margin-bottom: 40px;
    }

    .download-app .part-img:after {
        display: none;
    }

    .download-app .part-text .download-buttons a:last-child {
        margin-top: 10px;
    }

    /* > testimonial */
    .testimonial.homepage-2 .slider-content-binding .testimonial-2-area .single-testimonial img {
        margin-top: 0;
        width: 100px;
    }

    .testimonial.homepage-2 .slider-content-binding ul.slider-control {
        position: initial;
        display: flow-root;
    }

    .testimonial.homepage-2 {
        padding-bottom: 80px;
        background: aliceblue;
    }

    .testimonial.homepage-2 .slider-content-binding .testimonial-area .single-testimonial p,
    .testimonial.homepage-2 .slider-content-binding .testimonial-2-area .single-testimonial p {
        font-size: 16px;
        line-height: 28px;
        color: #555;
    }

     /* contact */
     .contact {
         padding: 80px 0;
     }

     .contact .part-map #map {
         height: 300px;
     }

     .contact .single-address-box {
         margin-bottom: 16px;
     }

    /* form */
    .etu-form {
        padding: 80px 0;
    }

    .etu-form .form-area {
        padding: 0 15px;
        border: none;
    }

    .etu-form .form-area form .single-input-box {
        margin-bottom: 20px;
    }

    .etu-form .form-area form .single-input-box input {
        height: 50px;
    }

    .etu-form .form-area .login-with-social a {
        width: 120px;
    }

    .etu-form .form-area .login-with-social a:last-child {
        margin-bottom: 0;
    }

    .etu-form .form-area h2 {
        font-size: 28px;
        margin-top: -8px;
    }

    /* faq */
    .faq {
        padding: 80px 0 50px;
    }

    /* error */
    .error {
        padding: 80px 0;
    }

    /* braedcrump begin */
    .breadcrump-etu .breadcrump-content {
        margin-top: 0;
    }
    .breadcrump-etu .breadcrump-content h2 {
        font-size: 24px;
    }

    /* contact to course */
    .admission.contact-to-course {
        padding-top: 80px;
    }
}


@media only screen and (min-width: 320px) and (max-width: 479px) {
    /* topbar */
    .topbar .responsive-button {
        width: 100%;
        text-align: right;
    }
    .topbar .responsive-button .navbar-toggler {
        padding: 0;
        border: 1px solid #085dad;
        width: 45px;
        height: 45px;
        display: inline-block;
        outline: none;
        color: #085dad;
        font-size: 30px;
        line-height: 45px;
    }
    .topbar .top-info {
        padding-top: 25px;
        padding-bottom: 9px;
    }
    .topbar .log-reg-buttons {
        text-align: center;
        border-bottom: 1px solid #0f5ea9;
        padding-bottom: 25px;
    }

    /* header */
    .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item .nav-link {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 15px 15px;
        background: #064e92;
    }
    .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item:first-child .nav-link {
        margin-top: 15px;
    }
    .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item:last-child .nav-link {
        margin-bottom: 15px;
    }
    .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item .dropdown-menu {
        opacity: 1;
        visibility: visible;
        display: none;
    }
    .header-nd-banner .header .buy-button {
        display: none;
    }
    .header-nd-banner .header.header-nd-banner .header {
        background: #085dad;
    }
    .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }
    .header-nd-banner .header .logo {
        padding: 19px 0;
    }
    .header-nd-banner .header .responsive-button {
        width: 100%;
        text-align: right;
    }

    .header-nd-banner .header .responsive-button .navbar-toggler {
        padding: 0;
        border: 1px solid #fff;
        width: 45px;
        height: 45px;
        display: inline-block;
        outline: none;
        color: #fff;
        font-size: 30px;
        line-height: 45px;
    }
    .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item.nav-icon {
        margin-top: 15px;
        padding-bottom: 0;
    }

    /* banner */
    .header-nd-banner .banner .banner-content {
        margin-top: 0;
        padding: 120px 0;
    }
    .header-nd-banner .banner .banner-content h1 {
        font-size: 24px;
        margin-top: -9px;
        line-height: 34px;
    }
    .header-nd-banner .banner .banner-content .search-bar-form {
        margin-top: 26px;
    }
    .header-nd-banner .banner .banner-content .search-bar-form input {
        height: 50px;
        padding: 0 70px 0 20px;
    }
    .header-nd-banner .banner .banner-content .search-bar-form button {
        height: 50px;
        width: 50px;
    }

    /* feature */
    .feature {
        padding: 80px 0;
    }
    .feature .single-feature {
        padding: 40px 0;
    }
    .feature .single-feature img {
        width: 60px;
    }
    .feature .single-feature h3 {
        font-size: 20px;
    }

    /* section title */
    .section-title {
        margin-bottom: 40px;
    } 
    .section-title h2 {
        font-size: 24px;
        line-height: 34px;
        margin-top: -8px;
    }
    .section-title h2 br {
        display: none;
    }

    /* course */
    .course {
        padding: 80px 0 45px;
    }
    .course .section-title h2 span {
        display: none;
    }
    .course .section-title h2:after {
        display: block;
    }
    .course .section-title {
        text-align: left!important;
    }
    .course .portfolio-menu .filterizr__controls li {
        margin: 0;
        border: 1px solid #085dad;
        padding: 6px 20px;
        margin-bottom: 10px;
        margin-right: 6px;
        border-radius: 50px;
    }
    .course .portfolio-menu .filterizr__controls li:after {
        display: none;
    }

    /* admission */
    .admission .part-form {
        padding: 80px 0;
    } 
    .admission .part-img {
        display: none;
    }
    .admission .part-form form input,
    .admission .part-form form select {
        height: 50px;
    }
    .admission .part-form form .select-box span.icon {
        height: 50px;
        line-height: 50px;
    }

    /* schedule */
    .schedule {
        padding: 80px 0;
    }
    .schedule .schedule-area .part-body .table {
        width: 1100px;
    }
    .schedule .schedule-area .part-body .table-binding {
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .schedule .schedule-area .part-head p {
        text-align: left;
        margin-top: 5px;
    }

    /* achivement */
    .achivement {
        padding: 80px 0 33px;
        background: aliceblue;
    }
    .achivement:after {
        display: none;
    }
    .achivement .single-achivement {
        margin-bottom: 40px;
    }

    /* testimonial */
    .testimonial {
        padding: 80px 0;
    }
    .testimonial .client-thumb-slider {
        display: none;
    }
    .testimonial .slider-content-binding .testimonial-area .single-testimonial,
    .testimonial .slider-content-binding .testimonial-2-area .single-testimonial {
        border: 1px solid #085dad;
        margin: 0;
        padding: 0 0 0;
        box-shadow: none;
        padding: 30px;
    }
    .testimonial .slider-content-binding ul {
        text-align: center;
        right: 0;
    }
    .testimonial .section-title h2 span {
        display: none;
    }
    .testimonial .section-title {
        text-align: left!important;
        margin-bottom: 40px;
    }
    .testimonial .section-title h2:after {
        display: block;
    }
    .testimonial .slider-content-binding .testimonial-area .single-testimonial p,
    .testimonial .slider-content-binding .testimonial-2-area .single-testimonial p {
        font-size: 18px;
        line-height: 30px;
    }

    /* instructor */
    .instructor {
        padding: 80px 0 40px;
        background: aliceblue;
    }
    .instructor .single-instructor {
        margin-bottom: 40px;
    }

    /* call to action */
    .call-to-action {
        padding: 80px 0;
    }
    .call-to-action .cta-content h2 {
        font-size: 24px;
        line-height: 34px;
        margin-top: -8px;
        margin-bottom: 24px;
    }
    .call-to-action .cta-content p {
        font-size: 16px;
        line-height: 26px; 
        margin-bottom: 30px;
    }

    /* new course */
    .new-course {
        padding: 80px 0;
    } 
    .new-course .part-countdown .timer {
        display: flex;
    }
    .new-course .part-countdown .timer .single-count {
        flex: 1;
        width: auto;
    }
    .new-course .part-countdown .timer .single-count:last-child {
        margin-right: 0;
    }
    .new-course .part-img {
        display: none;
    }

    /* newsletter */
    .newsletter {
        padding: 80px 0;
    }
    .newsletter h3 {
        font-size: 24px;
        line-height: 34px;
        margin-top: -8px;
        margin-bottom: 22px;
    }
    .newsletter input {
        width: 100%;
    }

    /* blog */
    .blog {
        padding: 80px 0 60px;
    }
    .blog .single-blog {
        margin-bottom: 40px;
    }
    .blog .single-blog .part-text .meta ul li {
        display: none;
    }
    .blog .single-blog .part-text .meta ul li:first-child {
        display: block;
        text-align: left;
    }
    .blog .single-blog .part-text .text h3 a {
        line-height: 30px;
    }
    .blog .blog-list {
        padding: 0 25px;
    }
    .blog .blog-list ul li.blog-listing .list-single-blog h3 a {
        font-size: 18px;
        line-height: 28px;
    }

    /* footer */
    .footer {
        padding: 80px 0 72px;
    }
    .footer .about-widget {
        margin-bottom: 30px;
    }
    .footer .link-widget {
        margin-bottom: 30px;
    }
    .footer .address-area {
        margin-top: 40px;
        text-align: left;
    }
    .footer .address-area ul li {
        padding: 0;
    }
    .footer .address-area ul li:after {
        display: none;
    }
    .footer .address-area ul li:last-child {
        margin-bottom: 0;
    }

    /* copyright */
    .copyright .copyright-area p {
        text-align: center;
    }
    .copyright .payment-area {
        display: none;
    }

    /* homepage-2 */
    /* > topbar */
    .topbar.homepage-2 .top-info {
        text-align: center !important;
    }
    .topbar .user-control {
        display: none;
    }
    .topbar .top-link {
        padding: 10px 0 25px;
        border-top: 1px solid rgba(8, 93, 173, 0.1);
    }

    /* > banner */
    .header-nd-banner .banner.homepage-2 .banner-content {
        padding-right: 0;
    }

    /* > video */
    .video.homepage-2 {
        padding-top: 80px;
    }

    /* > feature */
    .second-feature {
        padding: 80px 0 17px;
    }

    /* > process to get course */
    .process-to-get-course {
        padding: 80px 0 50px;
    }
    .process-to-get-course .section-title {
        margin-bottom: 40px;
        text-align: left!important;
    }
    .process-to-get-course .section-title h2:after {
        display: block;
    }

    /* > download app */
    .download-app {
        padding: 80px 0;
    }
    .download-app .part-text h3 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 17px;
    }
    .download-app .part-img img {
        padding: 0;
    }
    .download-app .part-img {
        margin-bottom: 40px;
    }
    .download-app .part-img:after {
        display: none;
    }
    .download-app .part-text .download-buttons a {
        width: 100%;
    }
    .download-app .part-text .download-buttons a:last-child {
        margin-top: 10px;
    }

    /* > testimonial */
    .testimonial.homepage-2 .slider-content-binding .testimonial-2-area .single-testimonial img {
        margin-top: 0;
        width: 100px;
    }
    .testimonial.homepage-2 .slider-content-binding ul.slider-control {
        position: initial;
        display: flow-root;
    }
    .testimonial.homepage-2 {
        padding-bottom: 80px;
        background: aliceblue;
    }
    .testimonial.homepage-2 .slider-content-binding .testimonial-area .single-testimonial p,
    .testimonial.homepage-2 .slider-content-binding .testimonial-2-area .single-testimonial p {
        font-size: 16px;
        line-height: 28px;
        color: #555;
    }

    /* course details */
    .course-details .course-details-area .part-inst .instructor-pic {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }

    /* contact */
    .contact {
        padding: 80px 0;
    }
    .contact .part-map #map {
        height: 300px;
    }
    .contact .single-address-box {
        margin-bottom: 16px;
    }

    /* instructor details */
    .instructor-details .instructor-details-area .part-inst .instructor-pic {
        width: 100%;
        float: none;
        margin-bottom: 25px;
    }
    .instructor-details .instructor-details-area .control-buttons {
        margin-bottom: 50px;
        display: flow-root;
    }
    .instructor-details .instructor-details-area .control-buttons a {
        width: 100%;
    }
    .instructor-details .instructor-details-area .control-buttons a:last-child {
        margin-top: 10px;
    }

    /* form */
    .etu-form {
        padding: 80px 0;
    }
    .etu-form .form-area {
        padding: 0 15px;
        border: none;
    }
    .etu-form .form-area form .single-input-box {
        margin-bottom: 20px;
    }
    .etu-form .form-area form .single-input-box input {
        height: 50px;
    }
    .etu-form .form-area .login-with-social a {
        width: 100%;
        margin-bottom: 10px;
    }
    .etu-form .form-area .login-with-social a:last-child {
        margin-bottom: 0;
    }
    .etu-form .form-area h2 {
        font-size: 28px;
        margin-top: -8px;
    }

    /* faq */
    .faq {
        padding: 80px 0 50px;
    }
    .faq .accordion .card .card-header h5 button {
        white-space: normal;
        line-height: 26px;
        font-size: 16px;
    }
    .faq .accordion .card .card-header h5 button:after {
        display: none;
    }
    .faq .accordion .card .card-body {
        line-height: 27px;
    }

    /* error */
    .error {
        padding: 80px 0;
    }

    /* braedcrump begin */
    .breadcrump-etu .breadcrump-content {
        margin-top: 0;
    }
    .breadcrump-etu .breadcrump-content h2 {
        font-size: 24px;
    }

    /* contact to course */
    .admission.contact-to-course {
        padding-top: 80px;
    }
}
