@media only screen and (max-width: 1199px) {
}

@media only screen and (min-width: 992px) {

     .openMenu {display: none;}
    .closeMe {
     display: none;
    }
}

@media only screen and (max-width: 991px) 
{
    .menu-toggle {
        display: none;
    }
  header .closeMe button {
    background: none;
    border: none;
    width: 30px;
    margin: 5px 0 0;
}
    header .closeMe {
        display: flex;
        z-index: 9999;
        width: fit-content;
        top: 10px;
        right: 20px;
        position: absolute;
      }
      header .myNav ul {
        display: block !important;
      }
      .TripUjjain_Topbar_icon {
        display: none;
      }
      header .myNav ul li {
        /* display: flex; */
        padding: 10px 10px;
        color: black;
        width: 100%;
    }
   
    header .myNav.active {
      visibility: visible;
      left: 0;
      opacity: 1;
    }
    header .myNav {
      transition: 0.3s;
      display: unset;
      top: 0;
      padding: 60px 0 0 0;
      visibility: hidden;
      left: -100%;
      position: fixed;
      opacity: 0;
      width: 100% !important;
      background: white;
      height: 100%;
      z-index: 999;
    }
    header .container--headerflex .inquiry--webheader {
        display: flex
    ;
        width: 100%;
        align-items: center;
        gap: 14px;
    }
    .contact-info {
        display: flex
    ;
        flex-direction: column;
        gap: 3px;
        margin-top: 30px;
        color: white;
        font-weight: 200;
    }
    header .container--headerflex .logo {
        width: 37%;
    }
    header .container--headerflex .logo img {
        width: 100%;
        /* background: white; */
        padding: 12px 20px;
    }
    
}


@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 767px) {
    
.about-meet img {
}
.or_banner--wrapper {
    height: 560px;
}
    header .container--headerflex {
        padding: 0px 10px;
    }
    .counters--wrap .counter {
    padding: 0 0 40px;
}
.heading--wrapflex {
    display: block;
}
    .main-wrapper {
    padding: 50px 0;
}
    .about-us-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin: 0 0 20px;
}
    .or_news--slider .owl-pagination {
        display:none !important;
    }
    .heading--wrapflex p {
        width: 100%;
    }
    .testimonial__img {
    height: 320px;
    margin: 0 0 30px;
}
    .or_banner--slide h3 {
    font-size: 33px;
    line-height: 53px;
}
    .main-headingwrap h2 {
    font-size: 28px;
    line-height: 38px;
}
    .main-headingwrap h6 {}
    .main-headingwrap p {
    font-size: 14px;
}
    .or_banner--slide p {
    font-size: 14px;
    line-height: 27px;
}
    .or_banner--slide {
    width: 100%;
    margin: 100px 0;
}
    .about-us-image {}
    .read-more-btn {
    padding: 0px 20px;
    height: 42px;
    font-size: 11px;
}
    .or_banner--scroll {
    display: none;
}
    .or_social--nav {
          display: none;
    }
    .meeting-list {
    right: 0;
    display: block;
}
    .meeting-list span {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
}
    .meeting-list li {
    font-size: 13px;
}
    .counters--wrap {
        /* justify-content: center; */
        align-items: normal;
        padding: 0 30px;
    }
    .cardwraper h3 {
    margin: 0 0 6px;
}
   .about-meet {
    margin: 0 0 30px;
}
    .post-image img {
    height: 400px !important;
}
.cardwraper .card-icon img {
    height: 190px;
}
.testimonial__inner {
    height: auto;
}
.testimonial__video {
    display: none !important;
}
.or_news--image img {
    height: 230px;
}

.or_footer--wrapper .or_footer--inner {
    display: block;
    display: block;
        padding: 50px 0;
}
.or_footer--wrapper .or_footer--social {
    justify-content: unset;
}
.or_footer--wrapper .or_footer--menu {
    gap: 25px;
}
.or_footer--wrapper .or_footer--location {
    display: block;
}
.sectionfooter--address .ouraddress-wraap ul {
    display: block;
}
.sectionfooter--address .ouraddress-wraap ul li {

    margin: 0 0 20px;
}
.or_team--block .or_team--image img {
    width: 100%;
    object-fit: cover;
    height: 280px;
}
}

@media only screen and (max-width: 575px) {
}
@media only screen and (max-width: 479px) {
}
