@MEDIA (min-width:992px) {
  .tabs-right {
    flex-direction: row;
    justify-content: space-between;
  }

  .tabs-left {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .tabs-bottom {
    flex-direction: column-reverse;
  }

  .tabs-right .nav-tabs,.tabs-left .nav-tabs {
    width: 180px !important;
    margin-bottom: 0 !important;
  }

  .tabs-right .tab-content,.tabs-left .tab-content {
    width: calc(100% - 200px);
  }

  .tabs-right .projects-nav-tab a ,.tabs-left .projects-nav-tab a {
    margin-inline: 0 !important;
    width: 100%;
    text-align: center;
  }

}
@MEDIA (max-width:1199px) {
  .service-box .title {
    padding-inline-start: 0;
  }

  .service-box p {
    padding-inline-start: 0;
  }

  .service-box a {
    margin-inline-start: 0;
  }

  .service-box .content {
    overflow-y: auto;
  }

  .team .box .content {
    height: 60px;
  }
}

/*@MEDIA (max-width: 1024px) {*/
/*	.site-body .elementor-column {*/
/*    width: 100% !important;*/
/*}*/
/*}*/



@MEDIA (max-width: 991px) {

  .woocommerce-account .woocommerce-MyAccount-navigation ,
  .woocommerce-account .woocommerce-MyAccount-content{
    width: 100%;
    margin-bottom: 20px;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 0;
  }

  .woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order td {
    padding: 12px;
  }
  .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .top-header {
    padding: 0 20px;
  }

  .main-header {
    padding: 10px 20px;
  }

  .service-box .content {
    top: 0;
    border-color: var(--secondrycolor);
  }

  .about-section {
    align-items: center;
  }

  .about-section .image-box {
    width: 100%;
  }
  #reviews{
    flex-direction:column;
  }
  #comments {
    width: 100%;
    margin-inline-end: 0;
  }
}

@MEDIA (max-width:767px) {
  .article-meta-info {
    flex-direction: column;
  }

  .article-meta-info .meta {
    margin-bottom: 15px;
  }

  .article-box.bar {
    flex-direction: column;
  }

  .article-box.bar .content {
    width: 100%;
  }

  .article-box.bar img {
    width: 100%;
  }

  .article-box.bar .content p {
    display: none !important;
  }

  .article-box.bar {
    padding-bottom: 15px;
  }
  div#customer_login{
    flex-direction: column;
  }
  div#customer_login > div{
    width: 100% !important;
    max-width: 100% !important;
  }
}



@MEDIA (max-width: 575px) {
	.video_slider .swiper .swiper-slide{
		padding:0;
	}
	.video-slider-button{
		display:none !important;
	}
  .article > .thumbnail img {
    height: 250px;
  }

  .page-title .inner-page-title h1 {
    font-size: 24px;
  }

  .widget-box header {
    text-align: center;
  }

  .widget-box {
    text-align: center;
  }

  .widget-contact {
    width: max-content;
    margin: 0 auto;
    max-width: 95%;
  }

  .widget-social {
    justify-content: center;
  }

  .widget-social a {
    margin-inline-end: 10px;
    margin-inline-start: 10px;
  }

  .main-header .logo-box img {
    width: 140px;
  }

  .top-header {
    min-height: 50px;
  }

  #header .main-header-icons i.cart-icon {
    position: fixed;
    left: 30px;
    bottom: 20px;
    z-index: 10;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }

  #header .main-header-icons i.cart-icon span {
    top: 0;
  }

  .comment-form-author, .comment-form-email {
    width: 100%;
    margin-bottom: 15px;
  }

  .form-submit {
    width: 100%;
  }

  ol.commentlist li .comment-body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  ol.commentlist li .comment-body .comment-author.vcard {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  ol.commentlist li .comment-body .comment-author.vcard img {
    margin-bottom: 10px;
    margin-inline-end: 0;
  }

  ol.commentlist li .comment-body .comment-metadata {
    position: static;
    margin-top: 5px;
  }

  ol.commentlist li .comment-body p {
    padding-inline-start: 0;
    width: 100%;
    margin: 15px 0;
  }

  .reply a {
    margin-inline-start: 0;
  }

  ol.commentlist li .children li {
    padding: 0 5%;
  }

  ol.commentlist li .children li .comment-body {
    background-color: #f5f5f5;
  }
  .comment_container{
    flex-direction: column;
  }
  .comment_container .star-rating{
    position: absolute;
    left: 15px;
    top: 15px;
  }
  .meta{
    margin-top: 10px;
  }
  .meta .woocommerce-review__published-date ,  .meta .woocommerce-review__author{
    font-size:14px;
  }
  .ol.commentlist li .children li{
    margin: 0;
    width: 100%;
    padding: 0;
  }
  #review_form_wrapper{
    width:100%;
  }
}
