
/* responsive*/
@media (max-width: 896px) {
  .sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;

    top: 85%;
    right: 3%;
    transform: translate(-50%, -50%);
    width: 50px;
    z-index: 1100;
  }
  .counter-single strong {
    font-size: 10px;
  }
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 320px) and (max-width: 575px) {
  html {
    font-size: 14px;
  }

  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.7441em;
  }

  .mt--120 {
    margin-top: -50px;
  }

  .pt-150 {
    padding-top: 50px;
  }

  .ptb-150 {
    padding: 90px 0;
  }

  .hero-slider-content h1 {
    font-size: 2.25rem;
  }

  .action-btns a.btn,
  .app-download-list li {
    margin-bottom: 15px;
  }

  /*ceo message*/
  .year-highlight-text h4 sub {
    top: -10px;
  }

  .year-highlight-text h4 span {
    font-size: 215px;
    line-height: 150px;
  }

  /*switchable block*/
  .core-idea-wrap.ptb-100 {
    padding-top: 15px;
  }

  /*portfolio*/
  .filter-btn {
    margin-bottom: 10px;
  }

  .portfolio-item,
  .gap {
    width: auto;
  }

  /*testimonial with counter*/
  .counter-wrap {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }

  .counter-wrap li {
    padding: 15px;
  }

  .contact-us-form .form-group {
    margin-bottom: 0;
  }

  .arrow-indicator.owl-theme .owl-nav {
    position: relative;
  }

  /*blog*/
  .single-blog-card {
    margin-bottom: 0;
  }

  /*all col*/
  div[class*="col-"]:not(:last-of-type) {
    margin-bottom: 20px !important;
  }

  .row > div[class*="col-"]:last-of-type {
    margin-bottom: 0;
  }

  .footer-bottom .row > div[class*="col-"]:first-child {
    margin-bottom: 0 !important;
  }

  .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* flex-direction: column-reverse; */
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
      0 2px 10px 0 rgba(0, 0, 0, 0.12);
    /* padding: 20px; */
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    /* border: 1px red solid; */
  }

  .rowrever {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-direction: column-reverse;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
      0 2px 10px 0 rgba(0, 0, 0, 0.12);
    /* padding: 20px; */
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }
  .rowrever1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-direction: column-reverse;

  

  }

  .content .right:before {
    transition: all 0.5s ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    right: 50%;
    bottom: 0;
    background: rgba(0, 0, 0, 0) !important;
    transform: scale(0);
    border-radius: 20px;
  }

  .content .right:hover:before {
    opacity: 0;
    transform: scale(-1);
  }

  .content .rever:before {
    transition: all 0.5s ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    right: 50%;
    bottom: 0;
    background: rgba(0, 0, 0, 0) !important;
    transform: scale(0);
    border-radius: 20px;
  }

  .content .rever:hover:before {
    opacity: 0;
    transform: scale(-1);
  }

  .sticky li img {
    height: 60px;
    width: 60px;
  }

  /*  */
  .content .right {
    width: 100%;
  }

  .content .left {
    width: 100%;
  }

  #mpopupLink {
    display: none;
  }
  .portmain img {
    width: 350px;
  }
  .pt-5 {
    padding-top: 8rem !important;
  }
  .image-wrap img {
    display: block;
    margin-top: 1px !important;
  }
  .ptb-100 {
    padding: 30px 0 80px 0;
  }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
  #mpopupLink {
    display: none;
  }

  .mt--120 {
    margin-top: -50px;
  }

  .pt-150 {
    padding-top: 60px;
  }

  .action-btns a.btn {
    margin-bottom: 15px;
  }

  /*ceo message*/
  .year-highlight-text h4 sub {
    top: -10px;
  }

  .year-highlight-text h4 span {
    font-size: 215px;
    line-height: 150px;
  }

  /*switchable block*/
  .core-idea-wrap.ptb-100 {
    padding-top: 15px;
  }

  /*portfolio*/
  .filter-btn {
    margin-bottom: 10px;
  }

  .portfolio-item,
  .gap {
    width: auto;
  }

  /*testimonial with counter*/
  .counter-wrap {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }

  .counter-wrap li {
    padding: 15px;
  }

  .contact-us-form .form-group {
    margin-bottom: 0;
  }

  .arrow-indicator.owl-theme .owl-nav {
    position: relative;
  }

  /*blog*/
  .single-blog-card {
    margin-bottom: 0;
  }

  /*promo*/
  div[class*="col-"]:not(:last-of-type) {
    margin-bottom: 20px !important;
  }

  .row > div[class*="col-"]:last-of-type {
    margin-bottom: 0;
  }

  .footer-bottom .row > div[class*="col-"]:first-child {
    margin-bottom: 0 !important;
  }

  .content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* flex-direction: column; */
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
      0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    /* border: 1px red solid; */
  }

  .content .rever:before {
    transition: all 0.5s ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    right: 50%;
    bottom: 0;
    background: black !important;
    transform: scale(0);
    border-radius: 20px;
  }

  .content .rever:hover:before {
    opacity: 0.5;
    transform: scale(1);
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
  .mt--120 {
    margin-top: -50px;
  }

  .action-btns a.btn {
    margin-bottom: 15px;
  }

  .content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* flex-direction: column; */
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
      0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    /* border: 1px red solid; */
  }

  #mpopupLink {
    display: none;
  }
  .tab-revers{
    flex-direction: column-reverse;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
  .content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* flex-direction: column; */
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
      0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    /* border: 1px red solid; */
  }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* flex-direction: column; */
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
      0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    /* border: 1px red solid; */
  }
}
