@media (min-width: 1200px) and (max-width: 1400px) {
}
/*** Large screen view ***/
@media (max-width: 1280px) {
  .woocommerce div.product div.summary {
    margin-top: 1% !important;
    padding: 0 20px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}

@media (min-width: 1900px) {
}
@media (min-width: 1650px) and (max-width: 1899px) {
}

/*** Tab view ***/
@media (max-width: 1200px) {
  .single-product .prev_next_buttons {
    width: 100%;
  }
  .single-product .flex-control-thumbs li {
    width: 25%;
  }
  .single-product .enquire-now {
    width: 100%;
  }
  .single-product h1.product_title.entry-title {
    font-size: 30px;
    line-height: 40px;
  }
  .single-product .prev_next_buttons a {
    font-size: 18px;
    line-height: 30px;
  }
  .single-product .woocommerce-product-details__short-description p {
    font-size: 14px;
    line-height: 20px;
  }
  /* .woocommerce div.product div.summary {
        margin-top: 30px;
    } */
  .single-product h1.product_title.entry-title {
    font-size: 35px;
    line-height: 40px;
  }
  .prod-banner-content {
    padding: 90px 20px;
  }
  .w-78,
  .w-60 {
    width: 100%;
  }
  #page {
    overflow: hidden;
  }
  .px-100 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .lh-50 {
    line-height: 35px;
  }
  .f-45 {
    font-size: 35px;
  }
  .f-40 {
    font-size: 25px;
  }
  .f-32 {
    font-size: 22px;
  }
  .f-28 {
    font-size: 20px;
  }
  .f-26 {
    font-size: 20px;
  }
  .f-22 {
    font-size: 15px;
  }
  .f-20 {
    font-size: 18px;
  }
  .f-18 {
    font-size: 14px;
  }
  .f-16 {
    font-size: 13px;
  }
  .f-14 {
    font-size: 13px;
  }
  .lh-25 {
    line-height: 18px;
  }
  .lh-30 {
    line-height: 23px;
  }
  .lh-35 {
    line-height: 25px;
  }
  .lh-40 {
    line-height: 25px;
  }
  .lh-55 {
    line-height: 35px;
  }
}

@media (min-width: 992px) {
}

@media (max-width: 1023px) {
	.mobile-show{
		display:block!important;
	}
	.mobile-hide{
		display:none;
	}
	#menu-shopmenu{
		flex-direction:row;
	}
	#wprmenu_bar{
		left:-10px;
	}
	.announcement-wrapper {
		background: transparent;
        position: fixed;
        left: 0;
        width: 70%;
        z-index: 999999;
        top: 0px;
        transform: translate(20%, 10%);
	}
  .single-product .flex-control-thumbs li {
    width: 12%;
  }
  .locations {
    height: 230px !important;
  }
  .height-500px {
    height: 300px;
  }
  .our-mission-section {
    padding-top: 160px !important;
  }
  .btn-more {
    padding: 10px 40px;
  }
  .pl-100 {
    padding-left: 30px;
  }
  .pr-100 {
    padding-right: 30px;
  }
  .py-5 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
  #navbar_top.navbar > .container-fluid {
    flex-wrap: initial !important;
  }
  .toggler-example.close {
    display: block !important;
  }
  #menu-main-menu li {
    color: #1d0193;
  }
  #menu-main-menu .sub-menu li {
    font-size: 14px;
    line-height: 20px;
    color: #1d0193;
  }
  #menu-main-menu li.current_page_item a {
    text-decoration: none;
  }
  #menu-main-menu > li {
    margin-bottom: 15px;
  }
  i.fas.fa-plus.menu-icon.minus:before {
    content: "\f068";
    font-weight: 900;
    font-size: 13px;
    line-height: 16px;
    vertical-align: middle;
    padding-left: 5px;
    cursor: pointer;
    padding: 3px;
  }
  #menu-main-menu li:hover > a {
    text-decoration: none;
    color: #000;
  }
  .navbar-expand-md .navbar-toggler:hover i {
    color: #1d0193;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: column;
  }
  .navbar-expand-md .navbar-toggler {
    display: block;
    float: right;
    position: relative;
    outline: none !important;
  }
  #menu-main-menu li.current_page_item {
    color: #1d0193;
    text-decoration: none;
  }
  #menu-main-menu li.menu-item-has-children:after {
    border: none;
    display: block;
  }
  #navbar_top .navbar-toggler {
    width: auto !important;
  }
  .navbar-expand-md #navbarToggler.navbar-collapse.show {
    display: block !important;
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 10px;
    z-index: 1;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 60%);
    background-color: #fafad2;
    width: 100%;
    /* height: 100%; */
    overflow: scroll;
    padding: 5rem 2rem 4rem 2rem !important;
    z-index: 2;
  }
  .navbar-expand-md #navbarToggler.navbar-collapse {
    display: none !important;
  }
  #navbar_top #navbarToggler.navbar-collapse.show .close {
    width: 20px !important;
  }
  #close {
    color: #1d0193;
    font-size: 22px;
    font-weight: 700;
    opacity: 1;
  }
  button.close {
    position: absolute;
    top: -10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  #navbar_top
    #navbarToggler.navbar-collapse.show
    #menu-main-menu
    li:hover
    .sub-menu {
    padding: 10px 15px;
    background: transparent;
    box-shadow: none !important;
    position: unset;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

   #menu-shopmenu li {
	padding-right: 25px;
   }
  #menu-main-menu li {
    font-size: 14px;
    line-height: 20px;
	padding-right: 15px;
  }
  .pl-100 {
    padding-left: 40px;
  }
}
@media (min-width: 767px) and (max-width: 980px) {
  .testimonial-section .swiper-button-next {
    right: 75%;
  }
  .testimonial-section .swiper-button-next,
  .testimonial-section .swiper-button-prev,
  .testimonial-section .swiper-button-prev.swiper-button-disabled,
  .testimonial-section .swiper-button-next.swiper-button-disabled {
    bottom: 3%;
  }
}
@media (min-width: 1200px) and (max-width: 1395px) {
  .testimonial-section .swiper-button-next {
    right: 82%;
  }
  .testimonial-section .swiper-button-prev {
    left: 8%;
  }
  .testi-block > div {
    padding: 35px;
  }
  .teachertraining-wrapper h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .teachertraining-wrapper .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .teachertraining-wrapper h3 {
    font-size: 14px;
    line-height: 20px;
    min-height: 40px;
    font-weight: 700;
  }
  .testimonial-section .f-16 {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 5px !important;
  }
  .testimonial-section h2,
  .testimonial-section p {
    margin-bottom: 5px !important;
  }
  .mentor-wrapper .swiper-button-prev,
  .mentor-wrapper .swiper-button-next {
    bottom: 20px;
  }
  .mentor-wrapper .swiper-button-prev {
    left: 35%;
    right: auto;
  }
  .mentor-wrapper .swiper-button-next {
    right: 35%;
    left: auto;
  }
}
@media (max-width: 1023px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin: 0 1% 2.992em 0;
		width: 48%;
    }
	.woocommerce-page.has-sidebar .col-md-3,.woocommerce-page.has-sidebar .col-md-9{
		flex: 0 0 100%;
        max-width: 100%;
	}
	.wpfFilterButton.wpfButton, .wpfClearButton.wpfButton {
        min-height: 45px;
		font-size: 15px;
	}
	.woocommerce-ordering select, .woocommerce .woocommerce-result-count{
		font-size:14px;
	}
	.lmp_load_more_button a{
		font-size:14px;
	}
	.single-product .product h2, .wt-crp-heading{
		  font-size: 24px;
        line-height: 28px;
	}
	.single-product .entry-summary .woocommerce-Price-amount.amount {
      font-size: 16px;
      line-height: 20px;
    }
	.single-product h1.product_title.entry-title,.woocommerce-page.woocommerce div.product .product_title {
        font-size: 28px;
        line-height: 30px;
    }
	.single-product.woocommerce .quantity .qty{
		margin-bottom:20px;
	}
	.single-product .product h2, .wt-crp-heading {
		font-size: 24px;
		line-height: 28px;
	}
	.feature-wrapper .col-sm-3 .pl-3 {
		text-align:center;
		padding-left:0!important;
	}
	.feature-wrapper .col-sm-3 > div > img{
		margin-bottom:10px;
	}
	.feature-wrapper .col-sm-3 > div{
		flex-direction:column;
	}
	#mg-wprm-wrap li.menu-item a {
      padding: 6px 14px;
    }
	.woocommerce ul.products li.product .woocommerce-loop-product__title{
		font-size:16px;
		line-height:20px;
	}
	.happy-customer-wrapper .f-24{
		font-size:20px;
	}
	.feature-wrapper p {
    color: #333;
    font-size: 14px;
	line-height: 18px;
	}
	.feature-wrapper h3 {
    font-size: 18px;
	line-height: 22px;
    margin-bottom: 5px;
	}
	.custom-category-wrapper{
		gap:50px;
	}
	.custom-category{
		width:75px;
	}
	.custom-category p {
		font-size: 15px;
		font-weight: 600;
		text-align: center;
	}
	.custom-category-image {
        width: 100px;
		height: 100px;
	}
	.custom-category-wrapper{
		    padding: 20px 0;
	}
#menu-shopmenu-1{
	flex-direction:row;
	justify-content:space-evenly;
	}
	.cartcontents{
		right:0;
	}
}
/*** mobile view ***/
@media (max-width: 767px) {
	.feature-wrapper .col-sm-3{
		margin-bottom:20px!important;
	}
 .faq-wrapper .card-header button{
	white-space: normal;
    word-break: break-word;
    flex: 1 1 auto;
	 font-size:16px;
 }
  /* Hide all menus initially */
  .footer-menu .menu {
    display: none;
  }

  /* Show menu when visible */
  .footer-menu .menu.footer-menu-visible {
     display: inline-block;
     padding-top: 10px;
     text-align: left;
  }

  .footer-menu .widget-title {
    cursor: pointer;
    position: relative;
    font-weight: bold;
    padding: 10px 0;
    margin-bottom:5px;
	font-size: 20px;
  }

  .footer-menu .footer-arrow {
    float: right;
    font-size: 14px;
    transition: transform 0.3s;
  }
	.footer-logo img {
    width: 115px;
    margin: 0 auto;
    display: block;
    }
	.wp-block-social-links {	    
	justify-content: center;
    margin-bottom: 20px;
}
	.faq-wrapper .card-body {
		font-size: 14px;
	}
	.hero-content h4 {
		font-size: 1.5rem;
	}
	.happy-customer-wrapper .f-24{
		font-size:18px;
	}
	.feature-wrapper p {
        color: #333;
        font-size: 13px;
	   line-height: 16px;
	}
	 .feature-wrapper h3 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 5px;
    }
	.custom-category{
		width:50px;
	}
	.custom-category p {
		font-size: 14px;
		font-weight: 600;
		text-align: center;
		padding-left: 15px;
	}
	.custom-category-image {
        width: 75px;
		height: 75px;
	}
	.custom-category-wrapper{
		    padding: 20px 0;
	}
 .aws-container .aws-search-field {
    font-size: 13px;
    line-height: 16px;
   }
  .aws-container .aws-show-clear .aws-search-field {
     padding-right: 10px;
   }
   #menu-shopmenu-1{
       flex-direction: row;
       justify-content: space-evenly;
}
	.aws-container .aws-search-form{
		height:33px;
	}
	
  
  .contact-form {
    padding: 40px 20px 10px;
    margin: 0 20px;
  }
 
  .counter-box {
    flex: 100%;
  }
  .mentor-wrapper .swiper-button-prev,
  .mentor-wrapper .swiper-button-next {
    bottom: -60px;
  }
  .mentor-wrapper .swiper-button-prev {
    left: 35%;
  }
  .mentor-wrapper .swiper-button-next {
    right: 35%;
  }
  .mentor-wrapper .col-md-7 {
    margin-bottom: 80px;
  }
  .abt-janakivibe .col-md-7,
  .mentor-wrapper .col-md-5 {
    order: 2;
  }
  .abt-janakivibe .col-md-5 {
    margin-bottom: 20px;
  }
  .height-500px {
    height: 250px;
  }
  .copy-right-sec p {
    font-size: 11px;
    line-height: 14px;
  }
  .social-media {
    margin-bottom: 10px;
    justify-content: center !important;
  }
 
  .btn-more {
    margin: 20px 0 !important;
  }

  .lh-50 {
    line-height: 30px;
  }
  .f-45 {
    font-size: 25px;
  }
  .f-40 {
    font-size: 22px;
  }
  .f-32 {
    font-size: 20px;
  }
  .f-28 {
    font-size: 18px;
  }
  .f-26 {
    font-size: 16px;
  }
  .f-22 {
    font-size: 14px;
  }
  .f-20 {
    font-size: 15px;
  }
  .f-18 {
    font-size: 15px;
  }
  .f-16 {
    font-size: 12px;
  }
  .f-14 {
    font-size: 12px;
  }
}
@media (min-width: 600px) and (max-width: 992px) {
}
@media (max-width: 600px) {
  .copy-right-sec > div {
    flex-wrap: wrap !important ;
  }
  .copy-right-sec p {
    justify-content: center !important;
  }
}
@media (max-width: 480px) {
  #menu-footer-menu li {
    font-size: 11px;
    line-height: 14px;
  }
}
@media (max-width: 479px) {
.custom-category-wrapper {
        gap: 35px;
    }

}
@media (max-width: 359px) {
    .custom-category {
        width: 90px;
    }
}
