/* Mobile and iPad Navbar */
@media only screen and (max-width: 991px) {
  .navbar-area {
    background-color: #f2f5ff;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-area .dropdown-toggle::after {
    display: none;
  }
  .navbar-area.navbar-top {
    transform: translateY(0);
  }
  .mobile-responsive-nav {
    display: block;
  }
  .mobile-responsive-nav .mobile-responsive-menu {
    position: relative;
  }
  .mobile-responsive-nav .mobile-responsive-menu .logo {
    position: relative;
    z-index: 2;
    max-width: 185px;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav {
    margin-top: 62px;
    background-color: #ffffff;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul {
    border: none !important;
    background-color: #ffffff;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a {
    border-top-color: #efefef;
    color: #002B55 !important;
    font-size: 16px !important;
    font-weight: 400;
    text-transform: capitalize;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a i {
    display: none;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.mean-expand {
    width: 100%;
    height: 28px;
    text-align: right;
    padding: 16px !important;
    background: transparent !important;
    border-left: none !important;
    border-bottom: none !important;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #fe4a55 !important;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 15px;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav {
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0 !important;
    max-height: 50vh;
    overflow-y: scroll;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar {
    width: 7px;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-thumb {
    background-color: #888888;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-thumb:hover {
    background-color: #555555;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container a.meanmenu-reveal {
    top: 0;
    padding: 0;
    width: 35px;
    height: 30px;
    padding-top: 5px;
    color: #fe4a55;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container a.meanmenu-reveal span {
    background-color: #fe4a55;
    height: 4px;
    margin-top: -8px;
    border-radius: 0;
    position: relative;
    top: 8px;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-bar {
    background: transparent;
    position: absolute;
    z-index: 2;
    padding: 0;
  }
  .mobile-responsive-nav .others-options {
    display: none !important;
  }
  .desktop-nav {
    display: none !important;
  }
  .others-option-for-responsive {
    display: block !important;
  }
  .others-option-for-responsive .container .container {
    right: 0;
  }
  .others-option-for-responsive .others-options .search-form {
    margin-left: 0;
    width: 100%;
    margin-right: 10px;
  }
}
/* Max width 767px */
@media only screen and (max-width: 767px) {
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  p {
    font-size: 14px;
  }
  .read-more {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  .read-more i {
    font-size: 19px;
  }
  .common-btn {
    font-size: 14px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .section-title .sub-title {
    margin-bottom: 8px;
    font-size: 15px;
  }
  .section-title h2 {
    font-size: 24px;
  }
  .section-heading {
    margin-bottom: 20px;
  }
  .section-heading .sub-title {
    font-size: 15px;
  }
  .section-heading h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .section-heading p {
    padding-right: 0;
    font-size: 14px;
  }
  /* top header area responsive */
  .top-header-area {
    padding-top: 20px;
  }
  .top-header-area .top-header-content {
    padding-bottom: 20px;
    border-bottom: 0px solid #ffffff;
  }
  .top-header-area .top-header-content .header-info ul li {
    margin-right: 20px;
    margin-bottom: 5px;
  }
  .top-header-area .top-header-content .header-info ul li img {
    top: 1px;
    max-width: 16px;
  }
  .top-header-area .top-header-content .header-right {
    text-align: start;
  }
  .top-header-area .top-header-content .header-right .login {
    margin-right: 25px;
    margin-bottom: 5px;
  }
  .top-header-area .top-header-content .header-right .login ul li img {
    top: 1px;
    max-width: 16px;
  }
  .top-header-area .top-header-content .header-right .flow::before {
    left: 0;
    width: 0px;
  }
  .top-header-area .top-header-content .header-right .flow ul li {
    padding-right: 5px;
  }
  .top-header-area .top-header-content .header-right .flow ul li a {
    font-size: 16px;
  }
  .others-option-for-responsive .dot-menu {
    top: -24px;
  }
  .others-option-for-responsive .container .others-options .option-item {
    margin-right: 15px;
    margin-left: 15px;
  }
  .others-option-for-responsive .container .others-options .option-item .search-btn {
    top: 16px;
  }
  .others-option-for-responsive .container .others-options .option-item .search-overlay.search-popup {
    left: -30px;
    width: 282px;
  }
  .menu {
    position: relative;
  }
  .menu .login-btn {
    background-color: #fea735;
    border-radius: 5px;
    color: #ffffff;
    padding: 12px 20px 12px 40px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    position: relative;
  }
  .menu .login-btn img {
    position: absolute;
    top: 16px;
    left: 16px;
    max-width: 15px;
  }
  .bag {
    display: inline-block;
    position: relative;
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding-right: 0;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #e6e6e6;
    margin-left: 5px;
    margin-right: 5px;
  }
  .bag img {
    max-width: 20px;
    color: rgba(0, 0, 0, 0);
  }
  .bag .number {
    position: absolute;
    top: 10px;
    right: 14px;
    background-color: #fe4a55;
    color: #ffffff;
    font-size: 10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
  }
  .search {
    display: none;
  }
  /* banner area responsive */
  .banner-area {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .banner-area .banner-content {
    max-width: 100%;
  }
  .banner-area .banner-content span {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .banner-area .banner-content h1 {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .banner-area .banner-content p {
    font-size: 14px;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .banner-area .banner-content .banner-btn .default-btn {
    padding-top: 10px;
    padding-left: 38px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-right: 10px;
    font-size: 14px;
  }
  .banner-area .banner-content .banner-btn .default-btn i {
    top: 51%;
    left: 15px;
    font-size: 18px;
  }
  .banner-area .banner-content .banner-btn .popup-btn .play-icon {
    font-size: 14px;
  }
  .banner-area .banner-content .banner-btn .popup-btn .play-icon .icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
  .banner-area .banner-content .banner-btn .popup-btn .play-icon .icon img {
    position: relative;
    top: -2px;
  }
  .banner-area .shape-2 {
    left: 0;
    display: none;
  }
  .banner-area .shape-3 {
    right: 0;
    display: none;
  }
  /* home two banner area responsive */
  .banner-area-two .banner-content {
    margin-bottom: 30px;
  }
  .banner-area-two .banner-content span {
    font-size: 14px;
  }
  .banner-area-two .banner-content h1 {
    font-size: 25px;
    line-height: 34px;
  }
  .banner-area-two .banner-content p {
    font-size: 14px;
    padding-right: 0;
  }
  .banner-area-two .banner-content .banner-btn .default-btn {
    padding-top: 12px;
    padding-left: 40px;
    padding-right: 20px;
    padding-bottom: 12px;
    font-size: 14px;
  }
  .banner-area-two .banner-content .banner-btn .default-btn i {
    top: 51%;
    left: 16px;
    font-size: 18px;
  }
  .banner-area-two .banner-content .banner-btn .default-btn.style {
    margin-left: 4px;
  }
  .banner-area-two .banner-image {
    margin-left: 0;
    text-align: center;
  }
  .banner-area-two .shape-4 {
    display: none;
  }
  .banner-area-two .shape-5 {
    display: none;
  }
  .banner-area-two .shape-6 {
    display: none;
  }
  /* home three banner area responsive */
  .banner-area-three {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .banner-area-three .banner-image {
    margin-bottom: 30px;
    text-align: center;
  }
  .banner-area-three .banner-image .shape-12 {
    display: none;
  }
  .banner-area-three .banner-content {
    max-width: 100%;
    margin-left: 0;
  }
  .banner-area-three .banner-content span {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .banner-area-three .banner-content h1 {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .banner-area-three .banner-content p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .banner-area-three .banner-content .form-join {
    margin-bottom: 30px;
  }
  .banner-area-three .banner-content .form-join .r-relative .form-control {
    height: 50px;
  }
  .banner-area-three .banner-content .form-join .r-relative .common-btn {
    position: relative;
    width: 100%;
    top: 10px;
    right: 0;
  }
  .banner-area-three .banner-content .form-join .r-relative .common-btn i {
    left: 90px;
  }
  .banner-area-three .banner-content .join-card p {
    position: relative;
    top: 5px;
    left: 0;
    font-size: 14px;
    transform: translateY(0);
  }
  .banner-area-three .banner-content .shape-10 {
    display: none;
  }
  .banner-area-three .banner-content .shape-11 {
    display: none;
  }
  .banner-area-three .shape-8 {
    display: none;
  }
  .banner-area-three .shape-9 {
    display: none;
  }
  .banner-area-three .shape-13 {
    display: none;
  }
  /* offer area responsive */
  .offer-area .offer-shape-1 {
    display: none;
  }
  .offer-area .offer-shape-2 {
    display: none;
  }
  .single-offer {
    padding: 20px;
  }
  .single-offer .offer-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 20px;
  }
  .single-offer h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .single-offer span {
    top: 65px;
  }
  /* about area responsive */
  .about-area .about-shape-3 {
    bottom: 0;
    display: none;
  }
  .about-image {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .about-image .about-shape-1 {
    display: none;
  }
  .about-image .about-2 {
    margin-top: 30px;
  }
  .about-image .popup-btn {
    top: 51%;
  }
  .about-content {
    margin-right: 0;
  }
  .about-content .common-btn {
    margin-top: 40px;
    font-size: 14px;
  }
  .col-xl-5:nth-child(3) .single-about {
    margin-bottom: 30px;
  }
  /* home two about area responsive */
  .about-area-two .student-image {
    margin-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .about-area-two .student-image .student .join-card {
    text-align: center;
  }
  .about-area-two .student-image .student-shape-1 {
    top: 35%;
  }
  .about-area-two .about-content .section-heading p {
    margin-bottom: 10px;
  }
  .about-area-two .about-shape-3 {
    display: none;
  }
  /* home three about area responsive */
  .about-area-three .about-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-area-three .about-image {
    margin-right: 0;
  }
  .about-area-three .about-image .about-7 {
    margin-bottom: 20px;
    height: auto;
  }
  .about-area-three .about-image .shape-bg {
    right: 0;
    left: 0;
    margin: auto;
  }
  /* explore area responsive */
  .single-explore .explore-bg {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .single-explore .explore-slider-info {
    padding: 12px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .single-explore .explore-slider-info ul li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .single-explore .explore-slider-info ul li:last-child {
    margin-bottom: 0;
  }
  .single-explore .explore-slider-info h4 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .single-explore .explore-slider-info p {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .single-explore .explore-slider-info .lessons {
    padding-bottom: 10px;
  }
  .single-explore .explore-slider-info .price p {
    padding: 10px 10px;
    text-align: start;
  }
  .single-explore .explore-slider-info .price .bookmark {
    right: 0;
    font-size: 18px;
  }
  /* home two explore area responsive */
  .explore-area-tow .explore-bg {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .explore-slider-two.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    position: relative;
    left: 0;
  }
  .explore-slider-two.owl-carousel.owl-theme .owl-nav[class*=owl-] .owl-next {
    right: 0;
  }
  /* world area responsive */
  .world-area .world-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .world-area .world-bg .world-content .title {
    font-size: 14px;
  }
  .world-area .world-bg .world-content h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .world-area .world-bg .world-content .world-btn .common-btn {
    padding-top: 12px;
    padding-left: 30px;
    padding-right: 15px;
    padding-bottom: 12px;
  }
  .world-area .world-bg .world-content .world-btn .common-btn i {
    top: 52%;
    left: 10px;
    font-size: 18px;
  }
  .world-area .world-bg .world-content .world-btn .common-btn.style {
    margin-right: 5px;
  }
  .world-area .world-bg .shape-1 {
    top: 0;
    display: none;
  }
  .world-area .world-bg .shape-2 {
    right: 0;
    display: none;
  }
  /* count area responsive */
  .count-area .count-info .count-shape .shape-3 {
    max-width: 100px;
  }
  .count-area .count-info .count-shape i {
    top: 58%;
    left: 30px;
    font-size: 40px;
  }
  .count-area .count-info .content {
    left: 115px;
    top: 48%;
  }
  .count-area .count-info .content h3 {
    font-size: 30px;
  }
  .count-area .count-info .content .target {
    font-size: 28px;
    top: 6px;
  }
  .count-area .count-info .content p {
    font-size: 13px;
  }
  .count-area .col-lg-3:nth-child(2) .count-info {
    margin-left: 0;
  }
  .count-area .col-lg-3:nth-child(3) .count-info {
    margin-left: 0;
    margin-right: 0;
  }
  .count-area .col-lg-3:nth-child(4) .count-info {
    margin-left: 0;
  }
  /* why choose us area responsive */
  .why-choose-us-area .choose-shape-3 {
    display: none;
  }
  .why-choose-us-area .choose-shape-4 {
    display: none;
  }
  .why-choose-us-content {
    margin-bottom: 30px;
  }
  .why-choose-us-content .learning li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .why-choose-us-content .learning li i {
    top: 1px;
  }
  .why-choose-us-content .learning li:last-child {
    margin-bottom: 10px;
  }
  .why-choose-us-content .common-btn {
    margin-top: 20px;
  }
  .why-choose-us-image {
    margin-left: 0;
  }
  .why-choose-us-image .shape-bg {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
  }
  .why-choose-us-image .choose-image-2 {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .why-choose-us-image .choose-shape-2 {
    right: 0;
    bottom: 0;
    display: none;
  }
  /* home two why choose us area responsive */
  .choose-area .container-fluid .choose-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .choose-area .choose-image {
    margin-right: 0;
  }
  .choose-area .choose-image .choose-image-3 {
    margin-bottom: 30px;
  }
  .choose-area .choose-image .modern {
    max-width: 100%;
    padding-left: 0;
    text-align: center;
    margin-bottom: 25px;
  }
  .choose-area .choose-image .modern .diploma {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 15px;
  }
  .choose-area .choose-side-bar {
    margin-right: 0;
  }
  .choose-area .choose-side-bar ul li {
    padding-left: 70px;
    margin-bottom: 20px;
  }
  .choose-area .choose-side-bar ul li .icon {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  .choose-area .choose-side-bar ul li h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  /* home three why choose us area responsive */
  .why-choose-us-area .choose-shape-5 {
    right: 0;
  }
  /* skills area responsive */
  .skills-area .skills-bg {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .skills-area .skills-bg .single-skills .skills-image {
    padding-top: 0;
    padding-left: 0;
  }
  .skills-area .skills-bg .single-skills .skills-image .social-icon {
    left: 0;
  }
  .skills-area .skills-bg .single-skills .skills-image .social-icon ul li {
    margin-right: 5px;
  }
  .skills-area .skills-bg .single-skills .skill-info {
    padding-top: 20px;
    padding-left: 0;
  }
  .skills-area .skills-bg .single-skills .skill-info h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .skills-area .shape-4 {
    bottom: 0;
    display: none;
  }
  /* events area responsive */
  .events-area .event-shape-1 {
    display: none;
  }
  .events-area .event-shape-2 {
    display: none;
  }
  .event-card .img-fluid {
    border-radius: 15px 15px 0 0px;
  }
  .event-card .event-card-body {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    border-radius: 0px 0px 15px 15px;
  }
  .event-card .event-card-body .date li {
    margin-right: 8px;
    padding-left: 24px;
  }
  .event-card .event-card-body h4 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 8px;
  }
  .event-card .event-card-body p {
    font-size: 14px;
  }
  .event-card .event-card-body ul li {
    margin-right: 50px;
    padding-left: 24px;
  }
  /* testimonials area responsive */
  .testimonials-card {
    padding: 15px;
  }
  .testimonials-card ul li {
    margin-bottom: 10px;
  }
  .testimonials-card p {
    font-size: 14px;
  }
  .testimonial-style {
    margin-top: 0;
  }
  .testimonial-feedback {
    margin-left: 0;
    margin-right: 0;
  }
  .testimonial-feedback img {
    max-width: 45px;
    margin-bottom: 20px;
  }
  .testimonial-feedback .section-heading .sub-title {
    margin-bottom: 5px;
  }
  .testimonial-feedback .section-heading h2 {
    margin-bottom: 5px;
  }
  /* home two testimonials area responsive */
  .testimonial-area-two .testimonials-card {
    padding: 25px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
  }
  .testimonial-area-two .testimonials-card p {
    margin-bottom: 10px;
  }
  /* faq area responsive */
  .faq-image .faq-image-1 {
    text-align: center;
    margin-bottom: 30px;
  }
  .faq-content {
    margin-left: 0;
  }
  .faq-content .accordion-item .accordion-body {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .faq-content .accordion-item .accordion-body p {
    font-size: 14px;
  }
  /* blog area responsive */
  .blog-area .blog-shape-1 {
    display: none;
  }
  .blog-area .blog-shape-2 {
    display: none;
  }
  .blog-area .blog-shape-4 {
    display: none;
  }
  .blog-card.d-flex {
    display: block !important;
  }
  .blog-card .blog-1 {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .blog-card .blog-card-content {
    padding-left: 0;
  }
  .blog-card .blog-card-content h4 {
    font-size: 17px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .blog-card .blog-card-content ul li {
    padding-left: 22px;
    margin-right: 15px;
  }
  .blog-card.blog-card-style {
    padding: 17px;
  }
  .blog-card.blog-card-style .blog-5 {
    margin-bottom: 20px;
  }
  .blog-card.blog-card-style .blog-card-content {
    padding-bottom: 0;
    padding-left: 0;
  }
  /* home three blog area responsive */
  .blog-area-three .blog-heading {
    margin-bottom: 20px;
  }
  .blog-area-three .blog-heading .section-heading {
    margin-bottom: 15px;
  }
  .blog-area-three .blog-heading .section-heading .sub-title {
    margin-bottom: 5px;
  }
  .blog-area-three .blog-heading .blog-btn {
    text-align: start;
  }
  .blog-area-three .blog-card .blog-info {
    padding: 20px;
  }
  .blog-area-three .blog-card .blog-info h4 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
  }
  /* footer area responsive */
  .footer-area .footer-border {
    padding-bottom: 50px;
  }
  .footer-widget {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .footer-in h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .footer-in ul li {
    font-size: 14px;
    padding-left: 22px;
  }
  .footer-in ul li i {
    top: 2px;
  }
  .footer-in.subscribe p {
    font-size: 14px;
  }
  .footer-in.subscribe .newsletter-form .form-group .form-control {
    height: 55px;
    font-size: 14px;
  }
  .footer-in.subscribe .newsletter-form .form-group .newsletter-btn {
    padding: 8px 10px;
    width: 45px;
    height: 45px;
  }
  .col-lg-3:nth-child(2) .footer-in {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .col-lg-2:nth-child(3) .footer-in {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .copy-area .copy p {
    text-align: center;
  }
  .copy-area .right-side {
    text-align: center;
    font-size: 14px;
  }
  /* home two service area responsive */
  .services-area .service-bg {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .services-card {
    padding: 15px;
  }
  .services-card .service-image-card .service-image {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .services-card .service-image-card .service-image img {
    max-width: 20px;
  }
  .services-card .service-image-card .heading {
    top: 0px;
    left: 60px;
  }
  .services-card .service-image-card .heading h4 {
    font-size: 18px;
    line-height: 26px;
  }
  /* make area responsive */
  .make-area .make-info {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .make-area .make-info .about-shape-4 {
    display: none;
  }
  .make-area .make-image .about-5 {
    text-align: center;
  }
  .make-area .make-image .about-6 {
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .make-area .make-image .review {
    margin-bottom: 30px;
  }
  .make-area .make-image .review::before {
    top: 0;
  }
  .make-area .make-image .review i {
    font-size: 20px;
    top: 2px;
  }
  .make-area .make-image .review h3 {
    font-size: 30px;
  }
  .make-area .make-image .review .target {
    font-size: 30px;
    top: 4px;
  }
  .make-area .make-image .review p {
    font-size: 15px;
  }
  /* video area responsive */
  .video-area .video-bg::before {
    height: 85px;
  }
  .video-area .video-image .event-shape-3 {
    display: none;
  }
  /* popular area responsive */
  .single-popular .popular-content {
    padding: 20px;
  }
  .single-popular .popular-content .class-claud .claud {
    font-size: 14px;
  }
  .single-popular .popular-content .class-claud .claud .user-5 {
    top: -6px;
  }
  .single-popular .popular-content h4 {
    font-size: 18px;
  }
  /* call area responsive */
  .call-area .call-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .call-area .call-info {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .call-area .about-shape-5 {
    left: 0;
  }
  .call-area .call-heading {
    padding: 15px;
  }
  .call-area .call-heading h4 {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .call-area .call-heading .call-form .form-control {
    margin-bottom: 15px;
    font-size: 14px;
  }
  /* pricing area responsive */
  .all-card {
    margin-left: 0;
  }
  .pricing-area .pricing-content .nav-tabs {
    margin-bottom: 30px;
  }
  .pricing-area .pricing-content .nav-item .nav-link {
    padding: 12px 20px;
    font-size: 14px;
  }
  /* faq area responsive */
  .faq-area.faq-area-two .faq-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-banner-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-banner-area .banner-heading h2 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .page-banner-area .banner-heading ul li {
    font-size: 14px;
  }
  .page-banner-area .banner-heading ul li::before {
    height: 16px;
  }
  .class-area .showing {
    margin-bottom: 30px;
  }
  .class-area .showing p {
    text-align: start;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .class-area .showing .form-select {
    font-size: 14px;
  }
  .class-area .single-class {
    padding: 15px;
  }
  .class-area .single-class .class-content {
    padding: 20px;
  }
  .class-area .single-class .class-content h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .class-area .single-class .class-content p {
    margin-bottom: 10px;
  }
  .class-area .single-class .class-content ul li {
    padding-left: 22px;
    margin-right: 20px;
  }
  .class-details-area .class-details {
    margin-right: 0;
  }
  .class-details-area .class-details .class-7 {
    margin-bottom: 25px;
  }
  .class-details-area .class-details .details-heading h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .class-details-area .class-details .description {
    margin-bottom: 20px;
  }
  .class-details-area .class-details .overview {
    margin-bottom: 20px;
  }
  .class-details-area .class-details .study {
    margin-bottom: 25px;
  }
  .class-details-area .class-details .study .table-bordered > :not(caption) > * > * {
    padding: 10px 10px;
    font-size: 14px;
  }
  .class-details-area .class-details .learn {
    margin-bottom: 20px;
  }
  .class-details-area .class-details .average .review-progress {
    margin-bottom: 15px;
  }
  .class-details-area .class-details .average .box {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .class-details-area .class-details .average .col-lg-4:nth-child(2) {
    margin-bottom: 30px;
  }
  .class-details-area .review-form .form-check {
    position: relative;
  }
  .class-details-area .review-form .form-check .form-check-input {
    position: absolute;
    top: 0;
  }
  .class-details-area .review-form .form-check .form-check-label {
    margin-left: 20px;
  }
  .class-details-area .review-form .common-btn {
    margin-top: 10px;
  }
  .class-details-area .information {
    padding: 15px;
    margin-top: 30px;
  }
  .class-details-area .information h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .class-details-area .information .shear ul li {
    margin-right: 5px;
  }
  .col-lg-4:nth-child(2) .review-progress {
    margin-left: 0;
    margin-right: 0;
  }
  .class-area.events-area .single-events {
    padding: 15px;
  }
  .class-area.events-area .single-events .events-content {
    padding: 15px;
  }
  .class-area.events-area .single-events .events-content .date li {
    font-size: 13px;
    padding-left: 18px;
    margin-right: 5px;
  }
  .class-area.events-area .single-events .events-content .date li img {
    top: 2px;
    max-width: 14px;
  }
  .class-area.events-area .single-events .events-content h4 {
    font-size: 18px;
  }
  .class-area.events-area .single-events .events-content ul li {
    margin-right: 35px;
  }
  .class-details-area.event-details-area .class-details h4 {
    font-size: 20px;
  }
  .class-details-area.event-details-area .class-details .map {
    margin-bottom: 20px;
  }
  .class-details-area.event-details-area .class-details .learn ul li {
    font-size: 14px;
  }
  /* blog page */
  .article-area .single-article {
    padding: 15px;
  }
  .article-area .single-article .article-content {
    padding: 15px;
  }
  .article-area .single-article .article-content ul li {
    margin-right: 15px;
  }
  .article-area .single-article .article-content h4 {
    font-size: 18px;
  }
  .article-sidebar {
    padding: 20px;
  }
  .popular-post .single-recent-post .single-recent-info {
    margin-left: 0px;
  }
  .popular-post .single-recent-post .single-recent-info h5 {
    font-size: 16px;
  }
  .gallery .accordion-item .accordion-body .tag-gallery .view-gallery {
    text-align: center;
  }
  .gallery .accordion-item .accordion-body .tag-gallery .col-lg-4:nth-child(4) .view-gallery {
    margin-bottom: 30px;
  }
  .gallery .accordion-item .accordion-body .tag-gallery .col-lg-4:nth-child(5) .view-gallery {
    margin-bottom: 30px;
  }
  .class-area.shop-area .single-shop {
    padding: 15px;
  }
  .class-area.shop-area .single-shop .shop-content {
    padding: 15px;
  }
  .class-area.shop-area .single-shop .shop-content h4 {
    font-size: 20px;
  }
  .class-area.shop-area .single-shop .shop-content .Product-price li {
    margin-bottom: 5px;
  }
  .class-area.shop-area .single-shop .shop-content ul li {
    margin-bottom: 15px;
  }
  .class-area.shop-area .single-shop .shop-content .read-more {
    padding-top: 14px;
    padding-left: 55px;
    padding-right: 30px;
  }
  .product-details-page .product-details {
    padding: 20px 30px;
    margin-bottom: 30px;
  }
  .product-details-page .shop-details-info {
    margin-left: 0;
  }
  .product-details-page .shop-details-info h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .product-details-page .shop-details-info .count-warp li .input-counter {
    margin-right: 20px;
  }
  .product-details-page .shop-details-info .count-warp .common-btn {
    padding-left: 30px;
    padding-right: 20px;
  }
  .product-details-page .shop-details-info .count-warp .common-btn i {
    left: 10px;
  }
  .product-details-page .shop-details-info .tags li {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .reviews-area .why-choose-us-content .nav-item .nav-link {
    font-size: 20px;
  }
  .product-warp {
    margin-top: 20px;
  }
  .product-warp h3 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .single-product {
    padding: 15px;
  }
  .single-product .product-info {
    padding: 15px;
  }
  .single-product .product-info h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .single-product .product-info .price {
    margin-bottom: 5px;
  }
  .single-product .product-info .read-more {
    margin-top: 15px;
    padding-left: 45px;
    padding-right: 25px;
  }
  .shopping-form .cart-wraps .cart-table .table tbody tr .product-name a {
    padding-left: 0;
    font-size: 14px;
  }
  .shopping-form .cart-wraps .cart-table .table tbody .input-counter .minus-btn {
    right: 0;
  }
  .shopping-form .cart-wraps .cart-table .table tbody .input-counter .plus-btn {
    right: 0;
  }
  .shopping-form .coupon-cart .form-group .common-btn {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .shopping-form .coupon-cart .form-group .common-btn i {
    left: 85px;
  }
  .shopping-form .coupon-cart .update {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .shopping-form .coupon-cart .update i {
    left: 90px;
  }
  .checkout-info {
    padding-left: 20px !important;
  }
  .my-account-area .login-form {
    padding: 15px;
  }
  .my-account-area .login-form .form-group .password-check p {
    font-size: 14px;
    text-align: start;
  }
  /* coming soon page */
  .coming-soon-area .coming-soon-content {
    padding: 25px 20px;
  }
  .coming-soon-area .coming-soon-content h2 {
    font-size: 22px;
    margin-top: 20px;
  }
  .coming-soon-area .coming-soon-content #timer {
    margin-top: 20px;
  }
  .coming-soon-area .coming-soon-content #timer div {
    width: 115px;
    height: 115px;
    font-size: 35px;
    margin-bottom: 15px;
  }
  .coming-soon-area .coming-soon-content #timer div span {
    font-size: 14px;
  }
  .coming-soon-area .coming-soon-content .newsletter-form {
    margin-top: 10px;
  }
  /* error page */
  .error-area .error-content-wrap h1 {
    font-size: 100px;
    margin-top: -30px;
  }
  .error-area .error-content-wrap h3 {
    margin: 15px 0 0;
  }
  .error-area .error-content-wrap p {
    margin: 20px 0 20px;
    font-size: 16px;
  }
}
/* Min width 576px to Max width 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .search {
    display: none;
  }
  /* top header area responsive */
  .top-header-area .container-fluid {
    max-width: 540px;
  }
  /* navbar area responsive */
  .navbar-area .container-fluid {
    max-width: 540px;
  }
  /* banner area responsive */
  .banner-area .container-fluid {
    max-width: 540px;
  }
  .banner-area-two .container-fluid {
    max-width: 540px;
  }
  .banner-area-three .banner-content .join-card p {
    position: absolute;
    top: 60%;
    left: 185px;
    transform: translateY(-50%);
  }
  .banner-area-three .banner-content .form-join .r-relative .form-control {
    height: 61px;
  }
  .banner-area-three .banner-content .form-join .r-relative .common-btn {
    position: absolute;
    width: auto;
    top: 5px;
    right: 5px;
  }
  .banner-area-three .banner-content .form-join .r-relative .common-btn i {
    left: 30px;
  }
  /* offer area responsive */
  .single-offer p {
    font-size: 14px;
  }
  /* about area responsive */
  .about-image .about-2 {
    margin-top: 20px;
  }
  .about-content .common-btn {
    margin-top: 20px;
  }
  /* explore area responsive */
  .single-explore .explore-slider-info {
    padding: 25px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .single-explore .explore-slider-info ul li {
    margin-right: 25px;
    margin-bottom: 0;
  }
  .single-explore .explore-slider-info .price p {
    padding: 10px 25px;
    width: auto;
  }
  /* why choose us area responsive */
  .why-choose-us-image .shape-bg {
    position: relative;
    top: auto;
    transform: translateY(0);
  }
  .why-choose-us-image .choose-image-2 {
    margin-bottom: 30px;
  }
  .about-area-two .student-image .student-shape-1 {
    top: 75%;
  }
  .pricing-area .pricing-content {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .class-details-area .class-details .details-heading {
    margin-bottom: 25px;
  }
  .class-details-area .class-details .details-heading h2 {
    margin-bottom: 10px;
  }
  .class-details-area .class-details .details-heading ul li {
    padding-left: 20px;
    margin-right: 10px;
  }
  .class-details-area .class-details .details-heading ul li img {
    top: 4px;
    max-width: 15px;
  }
  .class-area.shop-area .single-shop .shop-content {
    padding: 0;
  }
  .class-area.shop-area .single-shop .shop-content h4 {
    font-size: 18px;
  }
  .class-area.shop-area .single-shop .shop-content ul li {
    font-size: 16px;
  }
  .single-product .product-info .read-more {
    padding-left: 45px;
    padding-right: 25px;
  }
  .shopping-form .coupon-cart .form-group .common-btn i {
    left: 65px;
  }
  .shopping-form .coupon-cart .update i {
    left: 70px;
  }
  .my-account-area .login-form .form-group .password-check p {
    text-align: end;
  }
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .pb-70 {
    padding-bottom: 30px;
  }
  p {
    font-size: 14px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .section-heading h2 {
    font-size: 30px;
    line-height: 44px;
  }
  .common-btn {
    font-size: 14px;
  }
  .read-more {
    font-size: 14px;
  }
  /* top header area responsive */
  .top-header-area .top-header-content .header-info {
    margin-bottom: 10px;
    text-align: center;
  }
  .top-header-area .top-header-content .header-info ul li {
    margin-right: 30px;
  }
  .top-header-area .top-header-content .header-right {
    text-align: center;
  }
  .top-header-area .top-header-content .header-right .flow::before {
    top: 5px;
  }
  .top-header-area .top-header-content .header-right .flow ul li a {
    font-size: 18px;
  }
  .others-option-for-responsive .dot-menu {
    top: -24px;
  }
  .others-option-for-responsive .dot-menu {
    top: -24px;
  }
  .others-option-for-responsive .container .others-options .option-item {
    margin-right: 15px;
    margin-left: 15px;
  }
  .others-option-for-responsive .container .others-options .option-item .search-btn {
    top: 16px;
  }
  .others-option-for-responsive .container .others-options .option-item .search-overlay.search-popup {
    left: -30px;
    width: 282px;
  }
  .menu {
    position: relative;
  }
  .menu .login-btn {
    background-color: #fea735;
    border-radius: 5px;
    color: #ffffff;
    padding: 12px 20px 12px 40px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    position: relative;
  }
  .menu .login-btn img {
    position: absolute;
    top: 16px;
    left: 16px;
    max-width: 15px;
  }
  .bag {
    display: inline-block;
    position: relative;
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding-right: 0;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #e6e6e6;
    margin-left: 5px;
    margin-right: 5px;
  }
  .bag img {
    max-width: 20px;
    color: rgba(0, 0, 0, 0);
  }
  .bag .number {
    position: absolute;
    top: 10px;
    right: 14px;
    background-color: #fe4a55;
    color: #ffffff;
    font-size: 10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
  }
  .search {
    display: none;
  }
  /* banner area responsive */
  .banner-area {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .banner-area .container-fluid {
    max-width: 720px;
  }
  .banner-area .banner-content span {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .banner-area .banner-content h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
  }
  .banner-area .banner-content p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .banner-area .banner-content .banner-btn .popup-btn .play-icon {
    font-size: 14px;
  }
  .banner-area .shape-2 {
    display: none;
  }
  .banner-area .shape-3 {
    display: none;
  }
  /* home two banner area responsive */
  .banner-area-two .container-fluid {
    max-width: 720px;
  }
  .banner-area-two .banner-content {
    margin-bottom: 30px;
  }
  .banner-area-two .banner-content h1 {
    font-size: 51px;
    line-height: 60px;
  }
  .banner-area-two .banner-image {
    margin-left: 0;
  }
  .banner-area-two .shape-4 {
    display: none;
  }
  /* home three banner area responsive */
  .banner-area-three {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .banner-area-three .container-fluid {
    max-width: 720px;
  }
  .banner-area-three .banner-image {
    text-align: center;
    margin-bottom: 30px;
  }
  .banner-area-three .banner-content {
    max-width: 100%;
    margin-left: 0;
  }
  .banner-area-three .banner-content h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .banner-area-three .banner-content .form-join .r-relative .form-control {
    height: 61px;
  }
  .banner-area-three .banner-content .form-join .r-relative .common-btn {
    top: 5px;
  }
  .banner-area-three .banner-content .shape-10 {
    display: none;
  }
  .banner-area-three .shape-8 {
    display: none;
  }
  .banner-area-three .shape-9 {
    display: none;
  }
  /* offer area responsive */
  .offer-area .offer-shape-1 {
    display: none;
  }
  .offer-area .offer-shape-2 {
    display: none;
  }
  .single-offer {
    padding: 25px;
    font-size: 15px;
  }
  .single-offer .offer-icon {
    margin-bottom: 20px;
  }
  .single-offer h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .single-offer span {
    top: 80px;
  }
  /* about area responsive */
  .about-area .about-shape-3 {
    right: 160px;
    bottom: 80px;
  }
  .about-image {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .about-image .about-2 {
    margin-top: 25px;
  }
  .about-image .popup-btn {
    top: 50%;
  }
  .about-content .section-heading {
    margin-bottom: 25px;
  }
  .about-content .section-heading p {
    padding-right: 0;
    margin-bottom: 10px;
  }
  /* home tow about area responsive */
  .about-area-two .student-image {
    margin-right: 0;
  }
  .about-area-two .about-shape-3 {
    right: 100px;
  }
  /* home three about area responsive */
  .about-area-three .about-image {
    margin-right: 0;
  }
  .about-area-three .about-image .shape-bg {
    right: 0;
    left: 0;
    margin: auto;
  }
  /* explore area responsive */
  .single-explore .explore-slider-info {
    padding: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .single-explore .explore-slider-info ul li {
    margin-right: 8px;
    padding-left: 22px;
  }
  .single-explore .explore-slider-info h4 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .single-explore .explore-slider-info p {
    margin-bottom: 12px;
  }
  .single-explore .explore-slider-info .lessons {
    padding-bottom: 20px;
  }
  .single-explore .explore-slider-info .lessons .full {
    padding-left: 22px;
  }
  .single-explore .explore-slider-info .lessons .full i {
    font-size: 18px;
  }
  .explore-area-tow .explore-bg {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .explore-slider-two.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    position: relative;
    left: 0;
  }
  .explore-slider-two.owl-carousel.owl-theme .owl-nav[class*=owl-] .owl-next {
    right: 0;
  }
  /* world area responsive */
  .world-area .world-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .world-area .world-bg .world-content {
    max-width: 560px;
  }
  .world-area .world-bg .world-content h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  .world-area .world-bg .world-content .world-btn .common-btn {
    font-size: 14px;
  }
  .world-area .world-bg .world-content .world-btn .common-btn i {
    font-size: 18px;
    left: 30px;
  }
  .world-area .world-bg .world-content .world-btn .common-btn.style {
    margin-right: 20px;
  }
  .world-area .world-bg .shape-1 {
    top: 0;
    display: none;
  }
  .world-area .world-bg .shape-2 {
    display: none;
  }
  /* count area responsive */
  .count-area .count-info .content {
    top: 48%;
  }
  .count-area .count-info .content h3 {
    font-size: 40px;
  }
  .count-area .count-info .content .target {
    font-size: 35px;
    top: 10px;
  }
  .count-area .col-lg-3:nth-child(2) .count-info {
    margin-left: 0;
  }
  .count-area .col-lg-3:nth-child(3) .count-info {
    margin-left: 0;
    margin-right: 0;
  }
  .count-area .col-lg-3:nth-child(4) .count-info {
    margin-left: 0;
  }
  /* why choose us area responsive */
  .why-choose-us-area .choose-shape-3 {
    display: none;
  }
  .why-choose-us-area .choose-shape-4 {
    display: none;
  }
  .why-choose-us-content {
    margin-bottom: 30px;
  }
  .why-choose-us-content .section-heading {
    margin-bottom: 20px;
  }
  .why-choose-us-content .section-heading .sub-title {
    font-size: 14px;
  }
  .why-choose-us-content .section-heading h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .why-choose-us-content .learning li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .why-choose-us-content .common-btn {
    margin-top: 25px;
    font-size: 14px;
  }
  .why-choose-us-image {
    margin-left: 0;
  }
  /* home two why choose us area responsive */
  .choose-area .container-fluid .choose-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .choose-area .choose-image {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .choose-area .choose-image .choose-image-3 {
    margin-bottom: 30px;
  }
  .choose-area .choose-side-bar {
    margin-right: 0;
  }
  .choose-area .choose-side-bar ul li h4 {
    font-size: 20px;
  }
  /* home three why choose us area responsive */
  .why-choose-us-area .choose-shape-5 {
    right: 0;
  }
  /* skills area responsive */
  .skills-area .skills-bg {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .skills-area .shape-4 {
    display: none;
  }
  /* event area responsive */
  .events-area .event-shape-1 {
    display: none;
  }
  .events-area .event-shape-2 {
    display: none;
  }
  .event-card .event-card-body {
    padding-top: 21px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 21px;
  }
  .event-card .event-card-body .date li {
    margin-right: 20px;
  }
  .event-card .event-card-body h4 {
    font-size: 20px;
    margin-top: 16px;
  }
  .event-card .event-card-body ul li {
    margin-right: 50px;
  }
  /* blog area responsive */
  .blog-area .blog-shape-1 {
    display: none;
  }
  .blog-area .blog-shape-2 {
    display: none;
  }
  .blog-card.d-flex {
    display: block !important;
  }
  .blog-card .blog-1 {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .blog-card .blog-card-content {
    padding-left: 0;
  }
  .blog-card .blog-card-content h4 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .blog-card .blog-card-style .blog-card-content {
    padding-left: 20px;
  }
  /* home three blog area responsive */
  .blog-area-three .blog-card .blog-info {
    padding: 25px;
  }
  .blog-area-three .blog-card .blog-info h4 {
    font-size: 20px;
  }
  /* footer area responsive */
  .footer-area .footer-border {
    padding-bottom: 60px;
  }
  .col-lg-3:nth-child(2) .footer-in {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .col-lg-2:nth-child(3) .footer-in {
    margin-left: 0;
  }
  /* copy area responsive */
  .copy-area .right-side {
    font-size: 14px;
  }
  /* home two services area responsive */
  .services-card {
    padding: 25px;
  }
  .services-card .service-image-card .service-image {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .services-card .service-image-card .heading {
    top: 10px;
    left: 95px;
  }
  .services-card .service-image-card .heading h4 {
    font-size: 20px;
  }
  /* make area responsive */
  .make-area .make-info {
    max-width: 100%;
  }
  .make-area .make-info .about-shape-4 {
    bottom: 35px;
  }
  /* faq area responsive */
  .faq-image {
    margin-bottom: 30px;
    text-align: center;
  }
  .faq-content {
    margin-left: 0;
  }
  .call-area .call-info {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .call-area .about-shape-5 {
    left: 0;
  }
  .video-area .video-image .event-shape-3 {
    top: 25%;
  }
  .single-popular .popular-content {
    padding: 20px;
  }
  .single-popular .popular-content h4 {
    font-size: 20px;
  }
  .all-card {
    margin-left: 0;
  }
  .pricing-area .pricing-content {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .page-banner-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-banner-area .banner-heading h2 {
    font-size: 35px;
    margin-bottom: 6px;
  }
  .page-banner-area .banner-heading ul li {
    font-size: 14px;
  }
  .page-banner-area .banner-heading ul li::before {
    height: 16px;
  }
  .class-area .showing {
    margin-bottom: 35px;
  }
  .class-area .showing .form-select {
    font-size: 14px;
  }
  .class-area .single-class {
    padding: 15px;
  }
  .class-area .single-class .class-content {
    padding: 20px;
  }
  .class-area .single-class .class-content h4 {
    font-size: 20px;
  }
  .class-area .single-class .class-content p {
    margin-bottom: 15px;
  }
  .class-area .single-class .class-content ul li {
    margin-right: 50px;
  }
  .class-details-area .class-details .average .review-progress {
    margin-bottom: 15px;
  }
  .class-details-area .class-details .average .col-lg-4:nth-child(2) {
    margin-bottom: 30px;
  }
  .class-details-area .information {
    margin-top: 30px;
  }
  .class-area.events-area .single-events {
    padding: 15px;
  }
  .class-area.events-area .single-events .events-content {
    padding: 15px;
  }
  .class-area.events-area .single-events .events-content .date li {
    margin-right: 15px;
  }
  .class-area.events-area .single-events .events-content h4 {
    font-size: 20px;
  }
  .class-area.events-area .single-events .events-content ul li {
    margin-right: 70px;
  }
  .class-details-area.event-details-area .class-details .class-7 {
    margin-bottom: 30px;
  }
  .class-details-area.event-details-area .class-details .details-heading h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .class-details-area.event-details-area .class-details .description {
    margin-bottom: 20px;
  }
  .class-details-area.event-details-area .class-details .overview {
    margin-bottom: 20px;
  }
  .class-details-area.event-details-area .class-details .map {
    margin-bottom: 20px;
  }
  .information.information-two .common-btn i {
    left: 260px;
  }
  .class-area.shop-area .single-shop {
    padding: 20px;
  }
  .class-area.shop-area .single-shop .shop-content {
    padding: 20px;
  }
  .class-area.shop-area .single-shop .shop-content h4 {
    font-size: 20px;
  }
  .class-area.shop-area .single-shop .shop-content .Product-price li {
    margin-bottom: 10px;
  }
  .class-area.shop-area .single-shop .shop-content ul li {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .product-details-page .product-details {
    margin-bottom: 30px;
  }
  .product-details-page .shop-details-info h4 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .product-warp h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .single-product {
    padding: 20px;
  }
  .single-product .product-info h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .single-product .product-info .price {
    margin-bottom: 5px;
  }
  .single-product .product-info .read-more {
    margin-top: 15px;
  }
  .single-product .product-info .read-more i {
    left: 55px;
  }
  .shopping-form .coupon-cart .form-group .common-btn {
    padding-left: 40px;
    padding-right: 20px;
  }
  .shopping-form .coupon-cart .form-group .common-btn i {
    left: 15px;
  }
  .shopping-form .coupon-cart .update {
    padding-left: 40px;
    padding-right: 20px;
  }
  .shopping-form .coupon-cart .update i {
    left: 15px;
  }
  .checkout-info .common-btn i {
    left: 90px;
  }
  .error-area .error-content-wrap h1 {
    font-size: 200px;
  }
  .error-area .error-content-wrap h3 {
    margin: 10px 0 0;
  }
  .error-area .error-content-wrap p {
    margin: 15px 0 25px;
    font-size: 16px;
  }
  .testimonial-feedback {
    margin-left: 0;
    margin-right: 0;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  p {
    font-size: 15px;
  }
  .default-btn {
    font-size: 14px;
  }
  .common-btn {
    font-size: 14px;
  }
  .section-title h2 {
    font-size: 35px;
  }
  .section-heading .sub-title {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .section-heading h2 {
    font-size: 30px;
    line-height: 40px;
  }
  /* top header area responsive */
  .top-header-area .container-fluid {
    max-width: 960px;
  }
  .top-header-area .top-header-content .header-right .login {
    margin-right: 0;
  }
  .top-header-area .top-header-content .header-right .flow::before {
    left: 0;
    width: 0px;
  }
  .top-header-area .top-header-content .header-right .flow ul li {
    padding-right: 8px;
  }
  .top-header-area .top-header-content .header-right .flow ul li a {
    font-size: 18px;
  }
  .search-overlay {
    display: none;
  }
  /* navbar area responsive */
  .navbar-area .container-fluid {
    max-width: 960px;
  }
  .navbar-area.navbar-area-two .desktop-nav .search .search-box .search-form {
    display: none;
  }
  /* navbar area responsive */
  .desktop-nav .navbar ul {
    margin-right: 75px;
  }
  .desktop-nav .navbar .navbar-nav .nav-item a {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
    top: 4px;
    right: 4px;
    font-size: 8px;
  }
  .desktop-nav .others-options .search-overlay .search-box {
    margin-left: 0;
    display: none;
  }
  .desktop-nav .others-options .bag {
    width: 50px;
    height: 50px;
    margin-left: 60px;
    margin-right: 15px;
    display: none;
  }
  .desktop-nav .others-options .menu .login-btn {
    padding-left: 40px;
    padding-right: 15px;
    font-size: 13px;
    display: none;
  }
  .desktop-nav .others-options .menu .login-btn img {
    left: 16px;
    max-width: 15px;
  }
  .search {
    display: none;
  }
  .others-option-for-responsive {
    display: block !important;
  }
  .others-option-for-responsive .container .container {
    max-width: 314px;
    top: 25px;
  }
  .others-option-for-responsive .container .container .others-options .option-item {
    margin-left: 0;
    margin-right: 12px;
  }
  .others-option-for-responsive .container .container .others-options .option-item .search-btn {
    top: 16px;
  }
  .others-option-for-responsive .container .container .others-options .option-item .search-overlay.search-popup {
    left: -15px;
    width: 282px;
    font-size: 14px;
  }
  .others-option-for-responsive .dot-menu {
    right: 0;
  }
  .others-option-for-responsive .menu .login-btn {
    display: inline-block;
    font-weight: 500;
    color: #ffffff;
    background-color: #fea735;
    border-radius: 5px;
    padding-top: 14px;
    padding-left: 55px;
    padding-right: 25px;
    padding-bottom: 14px;
    font-size: 14px;
    position: relative;
  }
  .others-option-for-responsive .menu .login-btn img {
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    max-width: 18px;
  }
  .others-option-for-responsive .menu .login-btn:hover {
    background-color: #fe4a55;
  }
  .bag {
    display: inline-block;
    position: relative;
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding-right: 0;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #e6e6e6;
    margin-left: 5px;
    margin-right: 5px;
  }
  .bag img {
    max-width: 20px;
    color: rgba(0, 0, 0, 0);
  }
  .bag .number {
    position: absolute;
    top: 10px;
    right: 14px;
    background-color: #fe4a55;
    color: #ffffff;
    font-size: 10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
  }
  /* banner area responsive */
  .banner-area {
    padding-top: 100px;
    padding-bottom: 180px;
  }
  .banner-area .container-fluid {
    max-width: 960px;
  }
  .banner-area .banner-content {
    max-width: 700px;
  }
  .banner-area .banner-content h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 15px;
  }
  .banner-area .banner-content p {
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .banner-area .shape-1 {
    bottom: -1px;
  }
  .banner-area .shape-2 {
    bottom: 35px;
    left: 220px;
  }
  .banner-area .shape-3 {
    bottom: 35px;
    right: 25px;
  }
  /* home two banner area responsive */
  .banner-area-two .container-fluid {
    max-width: 960px;
  }
  .banner-area-two .banner-content {
    max-width: 475px;
  }
  .banner-area-two .banner-content span {
    margin-bottom: 8px;
    font-size: 15px;
  }
  .banner-area-two .banner-content h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .banner-area-two .banner-content p {
    font-size: 14px;
    padding-right: 0;
  }
  .banner-area-two .banner-content .banner-btn .default-btn {
    font-size: 14px;
  }
  .banner-area-two .shape-4 {
    display: none;
  }
  .banner-area-two .shape-5 {
    display: none;
  }
  .banner-area-two .shape-6 {
    top: 170px;
  }
  /* home three banner area responsive */
  .banner-area-three .container-fluid {
    max-width: 960px;
  }
  .banner-area-three .banner-image .shape-12 {
    top: 50px;
    width: 60px;
  }
  .banner-area-three .banner-content {
    max-width: 100%;
    margin-left: 55px;
  }
  .banner-area-three .banner-content span {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .banner-area-three .banner-content h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
  }
  .banner-area-three .banner-content p {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .banner-area-three .banner-content .form-join {
    margin-bottom: 30px;
  }
  .banner-area-three .banner-content .shape-10 {
    display: none;
  }
  .banner-area-three .banner-content .shape-11 {
    display: none;
  }
  .banner-area-three .shape-8 {
    display: none;
  }
  .banner-area-three .shape-9 {
    display: none;
  }
  /* offer area responsive */
  .offer-area .offer-shape-1 {
    bottom: auto;
    top: 55px;
  }
  .single-offer {
    padding: 18px;
  }
  .single-offer .offer-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 15px;
  }
  .single-offer h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .single-offer p {
    font-size: 14px;
  }
  .single-offer span {
    font-size: 45px;
    top: 60px;
    right: 30px;
  }
  /* about area responsive */
  .about-content .section-heading {
    margin-bottom: 20px;
  }
  .about-content .section-heading p {
    margin-bottom: 10px;
  }
  .about-content .single-about h5 {
    top: 2px;
    left: 50px;
    font-size: 14px;
    line-height: 24px;
  }
  .about-area-three .about-image .about-7 {
    height: 258px;
  }
  /* explore area responsive */
  .single-explore .explore-slider-info h4 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .explore-slider-two.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    position: relative;
    left: 0;
  }
  .explore-slider-two.owl-carousel.owl-theme .owl-nav[class*=owl-] .owl-next {
    right: 0;
  }
  /* world area responsive */
  .world-area .world-bg .shape-2 {
    right: 90px;
  }
  /* count area responsive */
  .count-area .count-info .content {
    top: 45%;
    left: 90px;
  }
  .count-area .count-info .content h3 {
    font-size: 30px;
  }
  .count-area .count-info .content .target {
    font-size: 26px;
    top: 6px;
  }
  .count-area .count-info .content p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .count-area .count-info .count-shape .shape-3 {
    max-width: 80px;
  }
  .count-area .count-info .count-shape i {
    left: 24px;
    font-size: 30px;
  }
  .count-area .col-lg-3:nth-child(1) .count-info {
    margin-left: 0;
    margin-right: -20px;
  }
  .count-area .col-lg-3:nth-child(2) .count-info {
    margin-left: 0;
  }
  .count-area .col-lg-3:nth-child(3) .count-info {
    margin-left: 0;
  }
  .count-area .col-lg-3:nth-child(4) .count-info {
    margin-left: 0;
  }
  /* why choose us area responsive */
  .why-choose-us-image .shape-bg {
    width: 136px;
    height: 136px;
    line-height: 130px;
  }
  .why-choose-us-image .choose-image-2 {
    margin-top: 50px;
  }
  .why-choose-us-image .choose-shape-2 {
    right: 10px;
    bottom: 0;
  }
  /* home three why choose us area responsive */
  .why-choose-us-area .section-heading .sub-title {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .why-choose-us-area .section-heading h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .why-choose-us-area .choose-shape-5 {
    right: 0;
  }
  .why-choose-us-area .why-choose-us-content .learning li {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .why-choose-us-area .why-choose-us-content .common-btn {
    margin-top: 20px;
  }
  /* home two choose area responsive */
  .choose-area .section-heading h2 {
    font-size: 26px;
    line-height: 35px;
  }
  .choose-area .choose-side-bar {
    margin-right: 0;
  }
  .choose-area .choose-side-bar ul li {
    margin-bottom: 15px;
  }
  .choose-area .choose-side-bar ul li h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  /* event area responsive */
  .event-card .event-card-body {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* testimonial area responsive */
  .testimonial-style {
    margin-top: 0;
  }
  .testimonial-feedback {
    margin-left: 0;
    margin-right: 0;
  }
  /* home two testimonial area responsive */
  .testimonial-area-two .testimonials-card {
    padding: 25px;
  }
  /* blog area responsive */
  .blog-card.d-flex {
    display: block !important;
  }
  .blog-card .blog-1 {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .blog-card .blog-card-content {
    padding-left: 0;
  }
  .blog-card .blog-card-content h4 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .blog-card.blog-card-style {
    border: 1px solid #ffffff;
    padding: 20px;
  }
  .blog-card.blog-card-style .blog-5 {
    margin-bottom: 20px;
  }
  .blog-card.blog-card-style .blog-card-content {
    padding-bottom: 0;
  }
  /* home two blog area responsive */
  .blog-area-three .blog-card .blog-info {
    padding: 20px;
  }
  .blog-area-three .blog-card .blog-info ul li {
    font-size: 13px;
    margin-right: 20px;
    padding-left: 22px;
  }
  .blog-area-three .blog-card .blog-info h4 {
    font-size: 20px;
    line-height: 32px;
  }
  /* footer area responsive */
  .footer-widget p {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .footer-widget ul li {
    margin-right: 5px;
  }
  .footer-widget ul li a {
    font-size: 16px;
  }
  .footer-in ul li {
    padding-left: 20px;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .footer-in ul li i {
    font-size: 16px;
  }
  .footer-in.subscribe p {
    font-size: 14px;
  }
  .footer-in.subscribe .newsletter-form .form-group .form-control {
    padding: 10px;
    font-size: 14px;
  }
  .col-lg-3:nth-child(2) .footer-in {
    margin-left: -10px;
  }
  .col-lg-2:nth-child(3) .footer-in {
    margin-left: -20px;
    margin-right: -30px;
  }
  /* home two services area responsive */
  .services-card {
    padding: 20px;
  }
  .services-card .service-image-card .service-image {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .services-card .service-image-card .service-image img {
    max-width: 30px;
  }
  .services-card .service-image-card .heading {
    left: 85px;
  }
  .services-card .service-image-card .heading h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .services-card p {
    margin-top: 15px;
    font-size: 14px;
  }
  /* make area responsive */
  .make-area .make-info .about-shape-4 {
    right: 20px;
  }
  .make-area .make-image .about-6 {
    max-width: 100%;
  }
  .make-area .make-image .review::before {
    top: 0;
  }
  .make-area .make-image .review i {
    font-size: 20px;
    top: 2px;
  }
  .make-area .make-image .review h3 {
    font-size: 30px;
  }
  .make-area .make-image .review .target {
    font-size: 30px;
    top: 4px;
  }
  .make-area .make-image .review p {
    font-size: 15px;
  }
  /* faq area responsive */
  .faq-content {
    margin-left: 20px;
  }
  .faq-content .accordion-item {
    margin-bottom: 10px;
  }
  .faq-content .accordion-item .accordion-body {
    padding-left: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
  }
  .video-area .video-image .event-shape-3 {
    top: 32%;
  }
  .all-card {
    margin-left: -20px;
  }
  .pricing-area .pricing-content {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .pricing-card {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
  }
  .page-banner-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .class-area.shop-area .single-shop {
    padding: 15px;
  }
  .class-area.shop-area .single-shop .shop-content {
    padding: 15px;
  }
  .class-area.shop-area .single-shop .shop-content h4 {
    font-size: 20px;
  }
  .class-area.shop-area .single-shop .shop-content .Product-price li {
    margin-bottom: 10px;
  }
  .reviews-area {
    padding-top: 50px;
  }
  .product-details-page .shop-details-info h4 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .single-product {
    padding: 15px;
  }
  .single-product .product-info {
    padding: 15px;
  }
  .single-product .product-info h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .single-product .product-info .price {
    margin-bottom: 5px;
  }
  .single-product .product-info .read-more {
    margin-top: 15px;
  }
  .product-warp h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  p {
    font-size: 15px;
  }
  .read-more {
    font-size: 15px;
  }
  /* top header area responsive */
  .top-header-area .container-fluid {
    max-width: 1140px;
  }
  .top-header-area .top-header-content .header-info ul li {
    margin-right: 20px;
    padding-left: 22px;
  }
  .top-header-area .top-header-content .header-info ul li img {
    top: 2px;
    max-width: 18px;
  }
  .top-header-area .top-header-content .header-right .login {
    margin-right: 22px;
  }
  .top-header-area .top-header-content .header-right .login ul li img {
    top: 2px;
    max-width: 18px;
  }
  .top-header-area .top-header-content .header-right .flow::before {
    left: -14px;
  }
  .top-header-area .top-header-content .header-right .flow ul li {
    padding-right: 5px;
  }
  .top-header-area .top-header-content .header-right .flow ul li a {
    font-size: 18px;
  }
  /* navbar area responsive */
  .navbar-area .container-fluid {
    max-width: 1140px;
  }
  .navbar-area .desktop-nav .navbar .navbar-nav .nav-item a {
    font-size: 14px;
    margin-left: 9px;
    margin-right: 9px;
  }
  .navbar-area .desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
    top: 3px;
    right: 2px;
    font-size: 9px;
  }
  .navbar-area .desktop-nav .others-options .search .search-box {
    margin-left: 20px;
  }
  .navbar-area .desktop-nav .others-options .search .search-box .search-form .search-input {
    width: 190px;
    height: 40px;
    font-size: 14px;
  }
  .navbar-area .desktop-nav .others-options .search .search-box .search-form .search-button {
    height: 40px;
    font-size: 18px;
    padding-top: 5px;
    padding-left: 12px;
    padding-right: 10px;
    padding-bottom: 0px;
  }
  .navbar-area .desktop-nav .others-options .bag {
    width: 45px;
    height: 45px;
    line-height: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-area .desktop-nav .others-options .bag .number {
    top: 4px;
    right: 5px;
  }
  .navbar-area .desktop-nav .others-options .menu .login-btn {
    font-size: 13px;
    padding-left: 40px;
    padding-right: 15px;
  }
  .navbar-area .desktop-nav .others-options .menu .login-btn img {
    left: 15px;
    max-width: 15px;
  }
  .navbar-area.navbar-area-two .desktop-nav .search .search-box .search-form .search-input {
    height: 50px;
    width: 200px;
    font-size: 14px;
  }
  .navbar-area.navbar-area-three .desktop-nav .search .search-box .search-form {
    margin-left: 0;
  }
  .navbar-area.navbar-area-three .desktop-nav .search .search-box .search-form .search-input {
    font-size: 14px;
    width: 200px;
  }
  .navbar-area.navbar-area-three .desktop-nav .search .search-box .search-form .search-button {
    top: 54%;
  }
  /* banner area responsive */
  .banner-area {
    padding-top: 100px;
    padding-bottom: 165px;
  }
  .banner-area .container-fluid {
    max-width: 1140px;
  }
  .banner-area .banner-content {
    max-width: 630px;
  }
  .banner-area .banner-content h1 {
    font-size: 65px;
    line-height: 80px;
    margin-bottom: 12px;
  }
  .banner-area .banner-content p {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .banner-area .shape-2 {
    bottom: 30px;
    left: 270px;
  }
  .banner-area .shape-3 {
    bottom: 35px;
    right: 110px;
  }
  /* home two banner area responsive */
  .banner-area-two {
    padding-top: 120px;
  }
  .banner-area-two .container-fluid {
    max-width: 1140px;
  }
  .banner-area-two .banner-content span {
    margin-bottom: 8px;
    font-size: 15px;
  }
  .banner-area-two .banner-content h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .banner-area-two .banner-content .banner-btn .default-btn {
    font-size: 15px;
  }
  .banner-area-two .shape-5 {
    display: none;
  }
  .banner-area-two .shape-6 {
    top: 175px;
    left: 45%;
  }
  /* home three banner area responsive */
  .banner-area-three .container-fluid {
    max-width: 1140px;
  }
  .banner-area-three .banner-image .shape-12 {
    top: 100px;
    right: 0;
  }
  .banner-area-three .banner-content {
    margin-left: 100px;
  }
  .banner-area-three .banner-content span {
    font-size: 15px;
  }
  .banner-area-three .banner-content h1 {
    font-size: 45px;
    line-height: 52px;
    margin-bottom: 15px;
  }
  .banner-area-three .banner-content p {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .banner-area-three .banner-content .form-join {
    margin-bottom: 30px;
  }
  .banner-area-three .shape-8 {
    display: none;
  }
  .banner-area-three .shape-9 {
    right: 30px;
  }
  .banner-area-three .shape-10 {
    display: none;
  }
  .banner-area-three .shape-11 {
    display: none;
  }
  /* offer area responsive */
  .offer-area .offer-shape-1 {
    top: 70px;
  }
  .single-offer {
    padding: 20px;
  }
  .single-offer .offer-icon {
    margin-bottom: 20px;
  }
  .single-offer h4 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .single-offer p {
    font-size: 15px;
  }
  .single-offer span {
    top: 75px;
  }
  /* about area responsive */
  .about-content .section-heading {
    margin-bottom: 20px;
  }
  .about-content .section-heading .sub-title {
    font-size: 15px;
  }
  .about-content .section-heading h2 {
    font-size: 35px;
  }
  .about-content .section-heading p {
    padding-right: 0;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .about-content .single-about h5 {
    left: 55px;
    padding-right: 0;
  }
  /* home two about area responsive */
  .about-area-two .section-heading h2 {
    font-size: 34px;
  }
  .about-area-two .about-content ul li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  /* home three about area responsive */
  .about-area-three .section-heading {
    margin-bottom: 20px;
  }
  .about-area-three .section-heading .sub-title {
    margin-bottom: 8px;
    font-size: 15px;
  }
  .about-area-three .section-heading h2 {
    font-size: 35px;
    margin-bottom: 5px;
  }
  .about-area-three .about-image .about-7 {
    height: auto;
  }
  .about-area-three .about-image .about-8 {
    height: 300px;
  }
  /* explore area responsive */
  .single-explore .explore-slider-info {
    padding: 20px;
  }
  .single-explore .explore-slider-info ul li {
    margin-right: 12px;
    padding-left: 20px;
  }
  .single-explore .explore-slider-info h4 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .single-explore .explore-slider-info p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .single-explore .explore-slider-info .lessons {
    padding-bottom: 16px;
  }
  .single-explore .explore-slider-info .lessons .full {
    padding-left: 22px;
  }
  .single-explore .explore-slider-info .lessons .full i {
    font-size: 18px;
  }
  /* home two explore area responsive */
  .explore-area-tow .single-explore .explore-slider-info h4 {
    margin-bottom: 10px;
  }
  /* world area responsive */
  .world-area .container-fluid {
    max-width: 1140px;
  }
  .world-area .world-bg .shape-2 {
    right: 160px;
  }
  /* count area responsive */
  .count-area .count-info .content {
    top: 50%;
  }
  .count-area .count-info .content h3 {
    font-size: 40px;
  }
  .count-area .count-info .content .target {
    font-size: 30px;
    top: 7px;
  }
  .count-area .count-info .content p {
    font-size: 13px;
  }
  .count-area .col-lg-3:nth-child(2) .count-info {
    margin-left: 0;
  }
  .count-area .col-lg-3:nth-child(3) .count-info {
    margin-left: 0;
  }
  .count-area .col-lg-3:nth-child(4) .count-info {
    margin-left: 0;
  }
  /* why choose us area responsive */
  .why-choose-us-content .learning li {
    margin-bottom: 15px;
  }
  .why-choose-us-image .choose-image-2 {
    margin-top: 75px;
  }
  .why-choose-us-image .choose-shape-2 {
    right: 15px;
    bottom: 0;
  }
  /* home three why choose us area responsive */
  .why-choose-us-area .choose-shape-5 {
    right: 0;
  }
  /* skills area responsive */
  .skills-area .skills-bg .single-skills .skill-info {
    padding-top: 20px;
  }
  .skills-area .skills-bg .single-skills .skill-info h4 {
    margin-bottom: 5px;
  }
  /* event area responsive */
  .events-area .event-shape-1 {
    top: 5%;
  }
  .event-card .event-card-body {
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
  }
  .event-card .event-card-body h4 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .event-card .event-card-body p {
    margin-bottom: 10px;
  }
  .event-card .event-card-body ul li {
    margin-right: 80px;
  }
  .event-card .event-card-body ul li i {
    font-size: 18px;
    top: -2px;
  }
  .event-card.style-two .event-card-body {
    padding-top: 30px;
    padding-bottom: 32px;
  }
  /* testimonials area responsive */
  .testimonials-card {
    padding: 22px;
  }
  .testimonials-card ul li {
    margin-bottom: 10px;
  }
  .testimonial-feedback img {
    max-width: 45px;
    margin-bottom: 20px;
  }
  .testimonial-feedback .section-heading {
    margin-bottom: 0;
  }
  .testimonial-feedback .section-heading .sub-title {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .testimonial-feedback .section-heading h2 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  /* home two testimonials area responsive */
  .testimonial-area-two .testimonials-card {
    padding: 25px;
  }
  /* blog area responsive */
  .blog-area .blog-shape-1 {
    top: 100px;
  }
  .blog-area .blog-shape-2 {
    top: 100px;
  }
  .blog-card .blog-card-content h4 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 12px;
    margin-bottom: 20px;
  }
  /* home two blog area responsive */
  .blog-card.blog-card-two {
    margin-bottom: 15px;
    padding: 10px;
  }
  .blog-card.blog-card-two .blog-card-content {
    padding-left: 25px;
  }
  /* footer area responsive */
  .footer-widget .footer-logo {
    margin-bottom: 15px;
  }
  .footer-widget p {
    margin-bottom: 10px;
  }
  .footer-in h4 {
    margin-bottom: 15px;
  }
  .footer-in ul li {
    padding-left: 22px;
    margin-bottom: 5px;
    font-size: 15px;
  }
  .footer-in.subscribe .newsletter-form .form-group .form-control {
    font-size: 15px;
  }
  /* copy area responsive */
  .copy-area .right-side ul li {
    font-size: 15px;
  }
  /* faq area responsive */
  .faq-content {
    margin-left: 30px;
  }
  .faq-content .section-heading {
    margin-bottom: 20px;
  }
  .faq-content .section-heading .sub-title {
    margin-bottom: 8px;
    font-size: 15px;
  }
  .faq-content .section-heading h2 {
    font-size: 35px;
  }
  .faq-content .accordion-item {
    margin-bottom: 10px;
  }
  .faq-content .accordion-item .accordion-body {
    padding-right: 95px;
  }
  .faq-content .accordion-item .accordion-body p {
    font-size: 14px;
  }
  /* home two services area responsive */
  .services-card {
    padding: 25px;
  }
  .services-card .service-image-card p {
    font-size: 14px;
  }
  .services-card .service-image-card .service-image {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .services-card .service-image-card .service-image img {
    max-width: 30px;
  }
  .services-card .service-image-card .heading {
    top: 12px;
    left: 95px;
  }
  .services-card .service-image-card .heading h4 {
    font-size: 20px;
  }
  /* make area responsive */
  .make-area .make-info .section-heading {
    margin-bottom: 15px;
  }
  .make-area .make-info .section-heading .sub-title {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .make-area .make-info .section-heading h2 {
    font-size: 34px;
    margin-bottom: 8px;
  }
  .make-area .make-image .review::before {
    top: 0;
  }
  .make-area .make-image .review i {
    font-size: 20px;
    top: 2px;
  }
  .make-area .make-image .review h3 {
    font-size: 30px;
  }
  .make-area .make-image .review .target {
    font-size: 30px;
    top: 3px;
  }
  .make-area .make-image .review p {
    font-size: 16px;
  }
  .make-area .make-image .about-6 {
    max-width: 100%;
    margin-bottom: 30px;
  }
  /* choose area responsive */
  .choose-area .choose-side-bar {
    margin-right: 0;
  }
  .choose-area .choose-side-bar .section-heading .sub-title {
    font-size: 15px;
  }
  .choose-area .choose-side-bar .section-heading h2 {
    font-size: 30px;
    margin-bottom: 0;
  }
  .choose-area .choose-side-bar ul li {
    margin-bottom: 20px;
  }
  .choose-area .choose-side-bar ul li h4 {
    font-size: 20px;
  }
  /* explore area responsive */
  .explore-slider-two.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    position: relative;
    left: 0;
  }
  .explore-slider-two.owl-carousel.owl-theme .owl-nav[class*=owl-] .owl-next {
    right: 0;
  }
  /* events area responsive */
  .class-area.events-area .single-events {
    padding: 20px;
  }
  .class-area.events-area .single-events .events-content {
    padding: 20px;
  }
  .class-area.events-area .single-events .events-content .date li {
    padding-left: 22px;
    margin-right: 15px;
  }
  .class-area.events-area .single-events .events-content .date li img {
    top: 2px;
    max-width: 16px;
  }
  .class-area.events-area .single-events .events-content h4 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 8px;
  }
  .class-area.events-area .single-events .events-content p {
    font-size: 14px;
  }
  .class-area.events-area .single-events .events-content ul li {
    font-size: 14px;
    margin-right: 75px;
  }
  .class-area.events-area .single-events .events-content ul li i {
    top: -2px;
    font-size: 18px;
  }
  /* shop page responsive */
  .class-area.shop-area .single-shop .shop-content h4 {
    font-size: 20px;
  }
  /* video area responsive */
  .video-area .video-image .event-shape-3 {
    top: 34.5%;
  }
  /* popular area responsive */
  .single-popular .popular-content h4 {
    font-size: 20px;
  }
  /* call area responsive */
  .call-area {
    z-index: 1;
  }
  .call-area .section-heading h2 {
    font-size: 30px;
  }
  .call-area .call-heading h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .call-area .call-heading .call-form .common-btn i {
    top: 50%;
    left: 36%;
  }
  .call-area .about-shape-5 {
    left: -40px;
    max-width: 650px;
    z-index: -1;
  }
  /* pricing page responsive */
  .pricing-area .pricing-content .section-heading h2 {
    font-size: 31px;
    margin-bottom: 5px;
  }
  .pricing-area .pricing-content .common-btn {
    font-size: 14px;
  }
  .pricing-card {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .pricing-card .card-logo .price {
    top: 10px;
    font-size: 25px;
  }
  .pricing-card .card-logo .price span {
    font-size: 13px;
  }
  .pricing-card .support ul li {
    font-size: 13px;
  }
  .pricing-card .read-more {
    font-size: 14px;
    padding-left: 60px;
    padding-right: 30px;
  }
  .pricing-card .read-more i {
    left: 30px;
  }
  /* page responsive */
  .page-banner-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .class-area .single-class {
    padding: 20px;
  }
  .class-area .single-class .class-content {
    padding: 20px;
  }
  .class-area .single-class .class-content h4 {
    font-size: 20px;
  }
  .class-area .single-class .class-content ul li {
    margin-right: 50px;
  }
}
/* Min width 1400px to Max width 1599px */
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .top-header-area .container-fluid {
    max-width: 1320px;
  }
  .navbar-area.navbar-area-three .desktop-nav .search-overlay .search-box .search-form {
    margin-left: 0;
  }
  .desktop-nav .navbar .navbar-nav .nav-item a {
    font-size: 15px;
    margin-left: 12px;
    margin-right: 12px;
  }
  .desktop-nav .others-options .bag {
    margin-left: 15px;
    margin-right: 15px;
  }
  .desktop-nav .others-options .search .search-box {
    margin-left: 30px;
  }
  .desktop-nav .others-options .search .search-box .search-form .search-input {
    height: 50px;
    width: 200px;
    font-size: 14px;
    padding: 15px 20px;
  }
  .desktop-nav .others-options .search .search-box .search-form .search-button {
    height: 50px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
  }
  .desktop-nav .others-options .menu .login-btn {
    padding-left: 52px;
    padding-right: 25px;
    font-size: 14px;
  }
  .desktop-nav .others-options .menu .login-btn img {
    max-width: 15px;
  }
  .navbar-area .container-fluid {
    max-width: 1320px;
  }
  .banner-area {
    padding-top: 100px;
    padding-bottom: 170px;
  }
  .banner-area .container-fluid {
    max-width: 1320px;
  }
  .banner-area .shape-2 {
    left: 340px;
  }
  .banner-area .shape-3 {
    bottom: 50px;
    right: 150px;
  }
  .banner-area-two .container-fluid {
    max-width: 1320px;
  }
  .banner-area-two .banner-content h1 {
    font-size: 70px;
    line-height: 80px;
  }
  .banner-area-two .banner-image {
    margin-left: 0;
  }
  .banner-area-two .shape-4 {
    top: 120px;
    max-width: 820px;
  }
  .banner-area-three .container-fluid {
    max-width: 1320px;
  }
  .banner-area-three .banner-content {
    margin-left: 100px;
  }
  .banner-area-three .shape-7 {
    bottom: -1px;
  }
  .banner-area-three .shape-8 {
    display: none;
  }
  .explore-slider-two.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    position: relative;
    left: 0;
  }
  .explore-slider-two.owl-carousel.owl-theme .owl-nav[class*=owl-] .owl-next {
    right: 0;
  }
  .choose-area .choose-side-bar {
    margin-right: 0;
  }
  .choose-area .choose-side-bar .section-heading h2 {
    font-size: 35px;
  }
}
/* Min width 1600px to Max width 1799px */
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .top-header-area .container-fluid {
    max-width: 1520px;
  }
  .navbar-area .container-fluid {
    max-width: 1520px;
  }
  .desktop-nav .navbar .navbar-nav .nav-item a {
    margin-left: 15px;
    margin-right: 15px;
  }
  .desktop-nav .others-options .search .search-box .search-form .search-input {
    width: 300px;
  }
  .banner-area .container-fluid {
    max-width: 1520px;
  }
  .banner-area-two .container-fluid {
    max-width: 1520px;
  }
  .banner-area-two .banner-image {
    margin-left: 0;
  }
  .banner-area-two .shape-4 {
    top: 100px;
    max-width: 1000px;
  }
  .banner-area-three .container-fluid {
    max-width: 1520px;
  }
  .banner-area-three .shape-8 {
    display: none;
  }
  .single-explore .explore-slider-info {
    padding: 25px;
  }
  .single-explore .explore-slider-info ul li {
    margin-right: 10px;
  }
  .single-explore .explore-slider-info h4 {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=responsive.css.map */