




/* Mobile Devices (portrait and landscape) */


@media (max-width: 768px) {

.deskshow {display:none;}

.mobshow {display:block!important;}

.logo-area img {
    width: 50%;
}

.bg-video  {
    position: relative;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: translate(0%, 0%);
}

.heading-area-cta h4 {
    font-size: 25px;
    text-align: center;
}

.true-teacher a {
    font-size: 14px;
    margin: 10px auto 0;
    width: 80%;
}

.matt-girl-yoga::before {
    left: 0;
}

.heading-part h2 {
    font-size: 30px;
    line-height: 30px;
}

.box-all-rr span { 
    font-size: 16px;
}
 
.box-all-rr {
    margin-bottom: 25px;
}

.medi-news ul {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.medi-news ul li {
    margin-bottom: 15px;
}
 .medi-news ul li:last-child { 
     margin-bottom: 0px;
 }
 
 .backgroundimg {
    padding: 100px 0px;
    background-size: contain;
    background-repeat: no-repeat;
    border-top: 1px solid #dcc5c5;
}

.form-head {
    width: 100%;
}

.whitepartyy{
    padding: 25px;
    border-radius: 25px;
    width: 100%;
    margin: 0 auto;
}
.menu-footer-rr {
    display: block;
    gap: 150px;
}

.heading-foot {
    margin-top: 25px;
}

.social  {
    list-style: none;
    padding: 0;
    margin: 0;
}
}



/* Tablet Devices (portrait and landscape) */


@media (max-width: 1024px) and (min-width: 769px) {

  .owl-nav {
    display: none;
}
 .deskshow {display:none;}
 .mobshow {display:block!important;}
 .topheader {
  padding: 7px 0;
  background-color: #c4161c;
}
.topheader::before {
  display: none;
}

.section-bannerhome::before {
  display: none;
}

.form-banner-part::before  {
  display: none;
}

.blickingarea {
  display: none;
}

ul.topleft {
  gap: 15px;
  justify-content: space-between;
}
ul.topleft li a {
  color: #fff;
  font-size: 14px;
}
.menu-header {
  background-color: #fff;
}
.bannerarea {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.form-banner-part {
  margin-top: -75px;
  z-index: 8;
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 40px 25px 0;
  text-align: center;
}

.cont input[type="text"] {
  border-bottom: 2px solid #beaeae;
  height: 40px;
}

input[type="date"] {
  border-bottom: 2px solid #beaeae;
  height: 40px;
}

input[type="number"] {
  border-bottom: 2px solid #beaeae;
  height: 40px;
  margin-bottom: 15px;
}

.rr-title-area-center h2 {
  font-size: 22px;
}

.rr-title-area-center p {
  padding: 5px 0 0 0;
  font-size: 14px;
}

.rr-popular-destinations {
  margin: 40px 0 0px 0;
  border-top: 1px solid #eeeeee;
  padding-bottom: 50px;
  padding-top: 40px;
}

.rr-box-why {
  padding: 25px 10px;
  height: auto;
}

.reviews-rr {
  width: 50%;
}

.rr-box h1 {
  font-size: 35px;
}
.rr-offer-area {
  padding: 70px 0 0;
}
.rr-offer-area::before {
  height: 507px;
  top: 0;
}

.rr-bgblack {
  padding: 30px 20px 10px;
  background-size: cover;
  border-radius: 0px;
}
.bor {
  border-right: 0px solid #ffffff;
  padding-bottom: 30px;
}

.center-side-rr img {
  width: 100%;
}
.menu-footer-rr {
  display: flex;
  gap: 70px;
}
.menu-title-rr {
  padding-bottom: 15px;
  padding-top: 30px;
}

section.footer-main-rr {
  padding: 80px 0px;
  background-size: contain;
}

.rr-box-why p {
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rr-box-why h5 {
  font-size: 16px;
  margin: 15px 0 6px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rr-offer-co h3 {
  font-size: 155px;
  text-align: center;
}

.pyment-sec {
  display: flex;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  float: none;
  justify-content: space-between;
  border-top: 1px solid #eee;
}
.copyrightar p {
  font-size: 14px;
  text-align: center;
}
}