@media only screen and (min-width: 1200px) {
  .mega-menu-main {
    /* border-top: 1px solid #e5e5e5; */
    background: #fff;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.16);
  }

  .mega-menu-main-card img {
    border-radius: 5px;
  }

  .mega-menu-main-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #e5e5e5;
    grid-gap: 20px;
  }

  .mega-menu-main-card .mega-menu-inner-card-left,
  .mega-menu-main-card .mega-menu-inner-card-right {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 20px;
  }

  .vertical-cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }

  .mega-menu-card {
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    padding: 10px;
    background: #f9f9f9;
    transition: all 0.4s;
    display: block;
    height: 100%;
  }

  .horizontal-cards {
    display: flex;
    align-items: flex-start;
    grid-gap: 10px;
  }

  .mega-menu-card:hover {
    background: #eaeaea;
  }

  .padding-y {
    padding: 20px 0;
  }

  .mega-menu-main-card h3 {
    color: var(--blue);
    font-size: var(--font-24);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
  }

  .mega-menu-main-card h4 {
    color: var(--darkblack);
    font-size: var(--font-16);
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 10px;
  }

  .mega-menu-main-card p {
    color: var(--gray);
    font-size: var(--font-14);
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  .solutions-card {
    min-height: 225px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    align-items: flex-start;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .solutions-card h2 {
    color: var(--darkblack);
    font-size: var(--font-32);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .solutions-card h2 a {
    transition: all 0.3s ease-in-out;
  }

  .solutions-card h2:has(> a):hover {
    color: var(--lgreen);
  }

  .solutions-card strong {
    color: var(--darkblack);
    font-size: var(--font-20);
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .boutique-hotel img {
    height: 150px;
    width: 100%;
  }

  /* Card Design For Padding */
  .margin-b {
    margin-bottom: 10px;
  }

  .revenue-services {
    padding: 0 0 20px 20px;
  }

  .resort {
    padding: 0 20px 0 0;
  }

  /* Mega main-2 */
  .resources-card {
    padding: 20px;
  }

  .resources-card h2 {
    color: var(--darkblack);
    font-size: var(--font-32);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .resources-card h4 {
    color: var(--darkblack);
    font-size: var(--font-16);
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 4px 0px;
  }

  .resources-card p {
    color: var(--gray);
    font-size: var(--font-14);
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 20px;
  }

  .blog-main {
    background-color: #f9f9f9;
  }

  .blog-cards {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    align-items: flex-start;
    max-width: 760px;
    grid-gap: 10px;
  }

  .blog-cards:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .blog-header {
    display: flex;
    align-items: center;
    grid-gap: 10px;
  }

  .blog-header .blog-title {
    color: var(--lgreen);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }

  .blog-header .blog-date {
    color: #808080;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }

  .blog-content h3 {
    color: var(--blue);
    font-size: var(--font-20);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 4px 0;
    white-space: nowrap;
    max-width: 638px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .blog-content p {
    color: var(--gray);
    font-size: var(--font-14);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .case-study-main-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

  .case-study-main-cards .case-study-card-blue,
  .case-study-main-cards .case-study-card-grey {
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    min-width: 320px;
  }

  .case-study-card-blue {
    background: linear-gradient(180deg, #2371ff 0%, #0e4dc0 100%);
  }

  .case-study-card-grey {
    background: linear-gradient(180deg, #454545 0%, #343434 100%);
  }

  .case-study-main-cards h3 {
    color: var(--white);
    font-size: var(--font-20);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .case-study-main-cards p {
    color: var(--white);
    font-size: var(--font-14);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    max-width: 90%;
  }

  .floating-btn {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    bottom: 12px;
    right: 12px;
    background-color: var(--white);
    transition: all 0.5s;
  }

  .floating-btn img {
    width: 18px;
    height: 18px;
  }

  .floating-btn:hover {
    background-color: transparent;
    border: 1px solid white;
  }

  .floating-btn:hover img {
    filter: brightness(0) invert(1);
  }

  .faq-main {
    padding: 20px;
    background: #eccaa4;
    max-width: 420px;
    position: relative;
  }

  .faq-cards {
    display: flex;
    align-items: flex-start;
  }

  .faq-cards .contactcta {
    border-radius: 50px;
    background: var(--blue);
    padding: 5px 5px 5px 16px;
    color: var(--white);
    text-align: center;
    font-size: var(--font-16);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid var(--blue);
    transition: 0.4s all;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .faq-cards a.contactcta span {
    border-radius: 50px;
    background: var(--white);
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
  }

  .faq-cards a.contactcta:hover span {
    background: var(--blue);
  }

  .faq-cards a.contactcta:hover img {
    filter: brightness(0) invert(1);
  }

  .faq-cards a.contactcta span img {
    width: 16px;
    height: 16px;
  }

  .resources-mega-menu-main {
    display: grid;
    grid-template-columns: 1fr 2fr;
    border-top: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.16);
  }

  .faq-cards .faq-inner-image {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .resources-card-inners {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-image {
    width: 98px;
    height: 98px;
    border-radius: 10px;
  }

  .blog-image img {
    width: 98px;
    height: 98px;
    border-radius: 10px;
    object-fit: cover;
  }

  .blog-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .blog-header a {
    color: var(--lgreen);
    font-size: 14px;
    text-decoration: underline;
  }

  .blog-header a:hover {
    color: var(--blue);
  }
}

@media only screen and (min-width: 1921px) {
  .mycasestudySwiper .swiper-wrapper {
    justify-content: center;
  }

  .resources-card-inners {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }

  .faq-main {
    padding: 20px;
    background: #eccaa4;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1860px) {
  .faq-cards .faq-inner-image {
    width: 190px;
  }

  .case-study-main-cards .case-study-card-blue,
  .case-study-main-cards .case-study-card-grey {
    min-width: 270px;
  }
}

@media only screen and (max-width: 1799px) {
  .Revevoleve-Features-four-grid {
    grid-gap: 100px;
  }

  .page-template-solutions-independent-hotels-tmpl .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 1027px;
  }
}

@media only screen and (max-width: 1699px) {
  .casestudybox p {
    width: 100%;
  }

  .accodian-four .accordion-item:has(.show) .accordion-header,
  .accodian-four .accordion-item:has(.show) .accordion-button {
    padding: 10px 10px 10px 10px;
  }

  .accodian-four .accordion-item:has(.show) .accordion-body {
    padding: 0 20px 20px 20px;
  }

  .accodian-four button.accordion-button.collapsed {
    padding: 20px;
  }

  .Features-four-grid-lft p {
    line-height: 140%;
  }

  .home .Revevoleve-banner-dsc {
    left: 47%;
    transform: translate(-45%, -50%);
  }

  .six-slider-box {
    min-height: 525px;
  }

  .solutions-hotel-second-img img,
  .solutions-hotel-second-img2 {
    width: 100%;
  }

  .resort-our-solution {
    margin-left: 70px;
  }

  .main-casestudy-detail {
    grid-template-columns: 1fr 360px;
    grid-gap: 86px;
  }

  .casestudy-detail-right {
    width: 360px;
  }

  .switchboard-strategic-tab .nav-pills .nav-link {
    width: 305px;
  }
}

@media only screen and (max-width: 1679px) {
  :root {
    --revevoleve: 1400px;
  }

  .mainfooterflex {
    grid-gap: 60px;
  }

  .about-sec-grid {
    grid-gap: 110px;
  }

  .profit-revenu {
    grid-gap: 70px;
  }

  .casestudybox {
    padding: 60px 40px 40px 40px;
  }

  .innernews {
    padding: 50px 60px;
  }

  .report-img-lft img {
    max-width: 1080px;
  }

  .key-features-grid-inn {
    padding: 30px;
  }

  .Features-four-grid-lft {
    padding-left: 70px;
  }

  .main-support {
    grid-gap: 70px;
  }

  .support-text-box {
    grid-gap: 30px;
  }

  .support-text-box {
    padding-top: 25px;
  }

  .all-blog-group-block {
    padding: 20px;
  }

  .blog-detail-group {
    grid-template-columns: 899px auto;
    grid-gap: 130px;
  }

  .content p {
    font-size: 16px;
  }

  .box-one-img {
    min-width: 90px;
    min-height: 90px;
  }

  .third-box-one {
    grid-gap: 20px;
  }

  .box-inn-img img {
    width: 336px;
  }

  .hoverbox {
    width: 318px;
  }

  .home .Revevoleve-banner-dsc {
    left: 45%;
    transform: translate(-42%, -50%);
  }

  .solutions-hotel-second-inn {
    grid-gap: 55px;
  }

  .solutions-hotel-second-dsc h2 {
    font-size: 44px;
  }

  .switchboard-strategic-tab .nav-pills .nav-link {
    width: 305px;
  }

  .how-card::before {
    right: -44%;
  }

  .mega-menu-main-card .mega-menu-inner-card-left,
  .mega-menu-main-card .mega-menu-inner-card-right {
    grid-template-columns: repeat(1, 1fr);
  }

  .resort .mega-menu-card,
  .boutique-hotel .mega-menu-card {
    display: flex;
    grid-gap: 10px;
  }

  .resort img,
  .boutique-hotel img {
    width: 170px;
    object-fit: cover;
    height: 185px;
  }

  .boutique-hotel.padding-y {
    padding-top: 0px;
    padding-left: 20px;
  }

  .mega-menu-inner-card-right .vertical-cards {
    padding-right: 20px;
  }

  .boutique-hotel .mega-menu-card {
    flex-direction: row-reverse;
  }

  .revenue-services {
    padding-bottom: 0px;
  }

  .margin-b {
    margin-bottom: 0px;
  }

  .faq-inner-image,
  .case-study-image {
    display: none;
  }

  .resources-card-inners {
    grid-template-columns: repeat(1, 1fr);
    padding-right: 20px;
  }

  .faq-main {
    max-width: 100%;
  }

  .floating-btn {
    bottom: 12px;
    right: 12px;
  }

  .resources-mega-menu-main {
    grid-gap: 20px;
  }

  .faq-main {
    padding: 20px;
  }

  .resources-card.case-study-main {
    padding: 20px 0;
  }

  .boutique-hotel img {
    height: 100%;
    object-fit: cover;
  }

  .secondary-card {
    margin-top: 0;
  }

  .header-faq,
  .header-doc-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media only screen and (max-width: 1599px) {
  :root {
    --font-20: 18px;
    --font-64: 58px;
  }

  .profit-image {
    width: 160px;
    height: 160px;
  }

  .profit-image img {
    width: 70px;
    height: 70px;
  }

  .insights-images img {
    width: 100%;
  }

  .thrtee-blue-grid {
    grid-gap: 100px;
  }

  .Features-four-grid-rgt img {
    width: 850px;
  }

  .latest-blog-contain {
    grid-template-columns: 831px auto;
  }

  .solutions-independent-second-inn {
    grid-gap: 90px;
  }

  .box-one-dsc h6 {
    font-size: 22px;
  }

  .four-inn-gridiocon {
    grid-gap: 80px;
  }

  .blog-detail-group {
    grid-gap: 100px;
  }

  .home .Revevoleve-banner-dsc {
    left: 42%;
    transform: translate(-36%, -50%);
  }

  .solutions-hotel-six-slider .mysolutationSwiper {
    margin-left: 100px;
  }

  .six-slider-box h5 {
    font-size: 24px;
  }

  .six-slider-box {
    min-height: 485px;
  }

  .solutions-hotel-third-inn .row3 {
    padding: 30px 30px 45px 30px;
  }

  .resort-our-solution-grid-block {
    padding: 20px;
  }

  .coman-boxes {
    padding: 20px;
  }

  .whitedsc a.contactcta span {
    padding: 8px 10px;
  }

  .casestudybox span {
    width: 70px;
    height: 70px;
  }

  .imagesmain img {
    max-height: 250px;
    object-fit: contain;
  }

  .linkinner {
    grid-gap: 26px;
  }

  .headermain .navbar-brand {
    width: 240px;
  }

  .headermain .navbar-brand img {
    width: 100%;
  }
}

@media only screen and (max-width: 1535px) {
  .navbar-nav li:not(:last-child) a {
    margin-right: 35px;
  }

  .menu-item-has-children>a::after {
    right: 12px;
  }

  .casestudy-detail-right {
    width: 325px;
  }

  .main-casestudy-detail {
    grid-template-columns: 1fr 325px;
    grid-gap: 86px;
  }

  .login-btn a,
  .req-btn a {
    padding: 12px 20px;
  }
}

@media only screen and (max-width: 1499px) {
  :root {
    --revevoleve: 1300px;
    --font-64: 56px;
    --font-48: 44px;
  }

  .navbar-brand img {
    width: 250px;
  }

  .about-sec-grid-img img {
    width: 600px;
    height: 600px;
  }

  .casestudybox {
    padding: 30px 30px 30px 30px;
  }

  .casestudybox span {
    width: 70px;
    height: 70px;
  }

  .Revevoleve-banner-dsc br {
    display: none;
  }

  .profit-taxt p {
    width: 535px;
  }

  .profit-list {
    grid-gap: 30px;
  }

  .innernews::after {
    font-size: 160px;
  }

  .report-img-lft img {
    max-width: 1010px;
  }

  .Revevoleve-Features-two::after {
    height: 590px;
    background-size: contain;
  }

  .key-features-grid-inn img {
    width: 80px;
  }

  .Features-four-grid-lft {
    padding-left: 50px;
  }

  .Revevoleve-Features-four-grid {
    grid-gap: 80px;
  }

  .Features-four-grid-rgt img {
    width: 760px;
  }

  .support-box-text-one-img,
  .support-box-text-two-img {
    width: 92px;
    height: 92px;
  }

  .support-box-text-one-text,
  .support-box-text-two-text {
    width: 380px;
  }

  .support-box-text-one-text h3,
  .support-box-text-two-text h3 {
    font-size: 26px;
  }

  .accodian-four .accordion-button {
    font-size: 24px;
  }

  .support-box-text-one-img img {
    width: 48px;
  }

  .accodian-four .accordion-item:has(.show) .accordion-header,
  .accodian-four .accordion-item:has(.show) .accordion-button {
    padding: 10px 10px 5px 10px;
  }

  .latest-blog-contain {
    grid-template-columns: 753px auto;
  }

  .blog-detail-group {
    grid-template-columns: 808px auto;
    grid-gap: 120px;
  }

  .content span {
    font-size: 22px;
  }

  .content p {
    font-size: 14px;
  }

  .four-inn-blue {
    padding: 80px 200px 80px 60px;
    min-width: 745px;
  }

  .four-inn-img img {
    margin-left: -160px;
    width: 500px;
  }

  .solutions-independent-third-box {
    padding: 20px;
  }

  .box-inn-img img {
    width: 100%;
    height: 100%;
  }

  .hoverbox {
    width: 295px;
    height: 273px;
  }

  .solutions-hotel-second-inn {
    grid-template-columns: 280px auto 280px;
  }

  .solutions-hotel-second-img img,
  .solutions-hotel-second-img2 img {
    width: 280px;
  }

  .six-slider-box {
    padding: 20px;
  }

  .monthaly-all-pages-detail h2 {
    font-size: 50px;
  }

  .resort-our-solution-grid-block h4 {
    font-size: 24px;
  }

  .six-rowone-title {
    width: 450px;
  }

  .page-template-solutions-boutique-hotels .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 1300px;
  }

  .whitedsc {
    padding: 20px;
  }

  .navbar-nav li:not(:last-child) a {
    margin-right: 30px;
  }

  .menu-item-has-children>a::after {
    right: 11px;
  }

  .formdemo {
    max-width: 90%;
    margin: -350px auto 0;
  }

  .page-template-solutions-boutique-hotels .Revevoleve-sec-one.Revevoleve-Features-one p {
    font-size: 22px;
    max-width: 1100px;
  }

  .coman-title-text p {
    max-width: 1043px;
  }

  .About-us-four-inn {
    max-width: 1085px;
  }

  .four-inn-blue {
    height: 515px;
  }

  .workicon img {
    width: 80px;
  }

  .our-recent-post-mid {
    font-size: 40px;
  }

  .main-casestudy-detail {
    grid-template-columns: 925px 325px;
    grid-gap: 50px;
  }

  .switchboard-strategic-tab .nav-pills .nav-link {
    width: 295px;
  }

  .imagesmain img {
    max-height: 230px;
  }

  .how-card::before {
    right: -38%;
  }

  #menu-item-1100>a::after,
  #menu-item-1102>a::after {
    right: 12px;
  }

  .profile-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .profile-cards:nth-child(2) {
    border: none;
  }

  .navbar-collapse {
    gap: 20px;
  }

  .headermain .navbar-brand {
    width: 220px;
  }

  .login-btn a,
  .req-btn a {
    font-size: 16px;
  }

  .linkinner {
    grid-template-columns: 1fr 2fr 2fr;
  }
}

@media only screen and (max-width: 1399px) {
  :root {
    --revevoleve: 1200px;
    --font-48: 40px;
    --font-28: 25px;
    --font-64: 51px;
    --font-24: 20px;
    --font-40: 34px;
  }

  .innernews::after {
    font-size: 147px;
  }

  .innernews {
    padding: 40px;
  }

  .flexnews {
    grid-gap: 30px;
  }

  .footerlogo p {
    width: 290px;
  }

  .login-btn a,
  .req-btn a {
    padding: 10px 20px;
  }

  .navbar-nav li:not(:last-child) a {
    margin-right: 29px;
  }

  a.getstarted {
    padding: 15px 33px;
  }

  .about-sec-grid-img img {
    width: 550px;
    height: 550px;
  }

  .about-sec-grid {
    grid-gap: 90px;
  }

  .testimonials-contant img {
    width: 150px;
    height: 150px;
  }

  .testimonials-dsc p {
    max-width: 1030px;
    padding-top: 55px;
  }

  .Revevoleve-sec-five .swiper-button-prev:after,
  .Revevoleve-sec-five .swiper-button-next:after {
    width: 70px;
    height: 70px;
    bottom: 16px;
  }

  a.reqdemobtn {
    padding: 15px 30px;
  }

  .profit-image {
    width: 140px;
    height: 140px;
  }

  .profit-image img {
    width: 60px;
    height: 60px;
  }

  .profit-taxt p {
    width: 515px;
  }

  .key-features-grid-inn img {
    width: 80px;
    height: 80px;
  }

  .key-features-grid-inn {
    padding: 30px;
  }

  .testimonials-contant img {
    width: 120px;
    height: 120px;
  }

  .gryfooterbg {
    margin: -90px auto 0 auto;
    padding: 180px 0 0 0;
  }

  .newsforrm input#input_1_1 {
    padding: 29px 85px 29px 24px;
  }

  .Revevoleve-Features-one .Revevoleve-banner-dsc {
    width: 70%;
  }

  .Revevoleve-banner-dsc h1 {
    padding-bottom: 20px;
  }

  .report-img-lft img {
    max-width: 880px;
  }

  .Revevoleve-Features-two .key-features-grid-inn {
    padding: 20px;
  }

  .Revevoleve-Features-two::after {
    bottom: 214px;
  }

  .Features-four-grid-rgt img {
    width: 830px;
  }

  .accodian-four .accordion-body p {
    line-height: 120%;
  }

  .support-box-text-one-text p,
  .support-box-text-two-text p {
    font-size: 16px;
  }

  .machine-learning-text-img img,
  .api-document-text-img img,
  .support-image img {
    width: 100%;
  }

  .support-box-text-one-text,
  .support-box-text-two-text {
    width: 350px;
  }

  .support-box-text-one-text h3,
  .support-box-text-two-text h3 {
    font-size: 24px;
  }

  .main-support {
    grid-gap: 50px;
  }

  .support-text-box {
    grid-gap: 10px;
  }

  .support-text p {
    line-height: 140%;
  }

  .Features-four-grid-rgt img {
    width: 770px;
  }

  .accodian-four {
    padding-top: 20px;
  }

  .report-dsc-top h2,
  .report-dsc-bottam h2 {
    font-size: 28px;
  }

  .dscpre p {
    line-height: 130%;
  }

  .report-img-rgt {
    margin-top: 22px;
  }

  .blog-detail-group {
    grid-template-columns: 733px auto;
    grid-gap: 93px;
  }

  .blog-detail-group-left h1 {
    font-size: 36px;
  }

  .blog-detail-group-left h2 {
    font-size: 36px;
  }

  .About-us-sec-grid-img img {
    width: 330px;
  }

  .workicon img {
    width: 80px;
  }

  .workicon p {
    font-size: 20px;
  }

  .four-inn-img img {
    margin-left: -160px;
    width: 550px;
  }

  .four-inn-blue {
    height: 550px;
  }

  .About-team-slider {
    width: calc(100% - 230px);
  }

  .solutions-independent-second-img img {
    width: 100%;
  }

  .four-inn-gridiocon {
    grid-gap: 60px;
  }

  .hoverbox {
    width: 269px;
    height: 250px;
  }

  .hoverbox p {
    line-height: 130%;
    max-width: 220px;
  }

  .box-inn-dsc {
    font-size: 20px;
  }

  .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 947px;
  }

  .page-template-blog-list-tmpl .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 890px;
  }

  .page-template-solutions-independent-hotels-tmpl .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 910px;
  }

  .solutions-hotel-second-dsc h2 {
    font-size: 38px;
  }

  .solutions-hotel-second-inn {
    grid-gap: 40px;
  }

  .solutions-hotel-second-dsc h2 {
    line-height: 100%;
  }

  .row1,
  .row2,
  .row3 {
    grid-gap: 40px;
  }

  .solutions-hotel-third-inn .row2 {
    padding: 30px 30px 100px 30px;
    margin-left: 120px;
  }

  .solutions-hotel-third-inn .row3 {
    padding: 30px 30px 50px 30px;
    margin-left: 250px;
  }

  .row3 {
    grid-template-columns: 350px auto;
  }

  .monthaly-all-pages {
    padding: 20px;
  }

  .resort-ai-driven-text h2 {
    line-height: 120%;
  }

  .resort-ai-driven-text {
    margin-right: -101px;
    padding: 60px 165px 60px 50px;
  }

  .resort-ai-driven-image img {
    width: 500px;
  }

  .resort-feacture-block-text-one {
    padding: 30px;
  }

  .resort-our-solution-grid-block {
    padding: 15px;
  }

  .page-template-solutions-resorts-tmpl .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 1170px;
  }

  .six-rowone-title {
    width: 400px;
  }

  .Case-Study-second-boxes {
    grid-gap: 35px;
  }

  .Case-Study-green,
  .Case-Study-blue,
  .Case-Study-grey {
    padding: 20px;
  }

  .Case-Study-second-boxes-inn .btn {
    width: 55px;
    height: 55px;
  }

  .page-template-case-studies-tmpl .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 846px;
  }

  .page-template-contact-us-tmpl .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 818px;
  }

  .white-paper-grid {
    grid-gap: 35px;
  }

  .navbar-nav .menu-item a {
    font-size: 16px;
  }

  .menu-item-has-children>a::after {
    top: 51px;
  }

  .Revevoleve-sec-one.Revevoleve-Features-one .banners-bg p {
    max-width: 720px;
  }

  .innercontactcontent {
    width: 689px;
  }

  .page-template-solutions-hotel-chains-tmpl .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 1104px;
  }

  .resort-our-solution-image img {
    width: 420px;
  }

  .main-casestudy-detail {
    grid-template-columns: 825px 325px;
    grid-gap: 50px;
  }

  .casestudy-detail-right {
    width: 325px;
  }

  .switchboard-strategic-tab .nav-pills .nav-link {
    width: 264px;
    padding: 15px 0px;
  }

  .elevate-block {
    grid-template-columns: repeat(2, 350px);
  }

  .elevate-block-data {
    width: 350px;
  }

  .gridiantimg img {
    height: 222px;
    object-fit: contain;
  }

  .switchboard-cards {
    padding: 20px;
  }

  .who-card {
    max-width: 40%;
  }

  .how-card::before {
    right: -32%;
    width: 174px;
  }

  .resources-card {
    padding: 10px;
  }

  .resources-card.case-study-main {
    padding: 10px 0;
  }

  .resources-mega-menu-main,
  .case-study-main-cards {
    grid-gap: 10px;
  }

  .mega-menu-main-card,
  .mega-menu-main-card .mega-menu-inner-card-left,
  .mega-menu-main-card .mega-menu-inner-card-right {
    grid-gap: 10px;
  }

  .resources-card-inners {
    margin-right: 10px;
    padding: 0px;
  }

  .blog-content h3 {
    max-width: 466px;
  }

  #menu-item-1100>a::after,
  #menu-item-1102>a::after {
    right: 10px;
    top: 50px;
  }
}

@media only screen and (max-width: 1320px) {
  .headermain .navbar-brand {
    width: 200px;
  }

  .login-btn a,
  .req-btn a {
    padding: 8px 16px;
  }

  .navbar-collapse {
    gap: 10px;
  }
}

@media only screen and (max-width: 1299px) {
  :root {
    --revevoleve: 1120px;
    --font-48: 35px;
    --font-22: 20px;
    --font-18: 16px;
    --font-32: 26px;
    --font-24: 18px;
    --font-28: 20px;
    --font-20: 16px;
  }

  .about-sec-grid {
    grid-gap: 70px;
  }

  .navbar-nav li:not(:last-child) a {
    margin-right: 30px;
  }

  .key-features-grid-inn {
    border-radius: 30px;
    background: #f7f7f7;
    padding: 20px;
  }

  .socialmedia ul li a {
    width: 50px;
    height: 50px;
  }

  .innernews::after {
    font-size: 137px;
  }

  .innernews {
    padding: 35px;
  }

  .casestudybox h6 {
    width: 324px;
  }

  .testimonials-dsc p {
    max-width: 802px;
  }

  .casestudybox span {
    width: 50px;
    height: 50px;
  }

  .profit-image {
    width: 120px;
    height: 120px;
  }

  .profit-list {
    grid-gap: 30px;
  }

  .abt-swiper .mySwiper {
    padding-bottom: 54px;
  }

  .about-sec-grid-img img {
    width: 500px;
    height: 500px;
  }

  .footerlogo img {
    width: 250px;
  }

  .socialmedia ul li a img {
    width: auto;
  }

  .Revevoleve-banner-dsc h1 {
    padding-bottom: 20px;
  }

  .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 60%;
  }

  .accodian-four .accordion-button {
    font-size: 22px;
  }

  .machine-section-text {
    padding: 30px 20px 0px 20px;
  }

  .api-section-text {
    padding: 30px 20px 20px 20px;
  }

  .blog-detail-group {
    grid-template-columns: 660px auto;
    grid-gap: 88px;
  }

  .blog-detail-socialmedia {
    padding: 25px 25px 49px 25px;
  }

  .content span {
    font-size: 20px;
  }

  .About-team-slider .swiper-button-prev:after {
    left: 70px;
  }

  .About-team-slider .swiper-button-next:after {
    right: 70px;
  }

  .About-team-slider {
    width: calc(100% - 200px);
  }

  .four-inn-blue {
    min-width: 730px;
  }

  .solutions-independent-second-inn {
    grid-gap: 70px;
  }

  .box-one-img img {
    width: 50px;
  }

  .cuvimg img {
    width: 130px;
  }

  .page-template-blog-list-tmpl .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 720px;
  }

  .page-template-solutions-independent-hotels-tmpl .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 800px;
  }

  .hoverbox {
    width: 93%;
    height: 93%;
  }

  .six-slider-box h5 {
    font-size: 22px;
  }

  .solutions-hotel-second-img img,
  .solutions-hotel-second-img2 img {
    width: 260px;
  }

  .solutions-hotel-second-inn {
    grid-template-columns: 260px auto 260px;
  }

  .solutions-hotel-second-img2 img {
    margin-top: 50px;
  }

  .monthaly-all-pages {
    padding: 13px;
  }

  .resort-our-solution-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .page-template-solutions-boutique-hotels .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 1090px;
  }

  .boutique-third-inn-row {
    grid-gap: 40px;
  }

  .Case-Study-second-boxes-inn h2 {
    width: 245px;
  }

  .page-template-faq-tmpl .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 840px;
  }

  .page-template-contact-us-tmpl .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 655px;
  }

  .fotmpart {
    padding: 100px 70px 100px 239px;
  }

  .whitedsc {
    padding: 15px;
  }

  .whitedsc .contactbtn {
    margin: 25px 0 0 0;
  }

  .Revevoleve-sec-one.Revevoleve-Features-one .banners-bg p {
    max-width: 570px;
  }

  .about-sec-grid-dsc .swiper-button-next:after,
  .about-sec-grid-dsc .swiper-button-prev:after {
    bottom: -75px;
  }

  .headermain nav.navbar {
    width: calc(100% - 80px);
    margin: 0 auto;
  }

  .main-casestudy-detail {
    grid-template-columns: 749px 321px;
    grid-gap: 50px;
  }

  .casestudy-detail-right {
    width: 321px;
  }

  .switchboard-strategic-tab .nav-pills .nav-link {
    width: 238px;
    padding: 15px 0px;
  }

  .elevate-block {
    grid-template-columns: repeat(2, 300px);
  }

  .elevate-block-data {
    width: 298px;
  }

  .casestudy-data img {
    width: 28px;
  }

  .data-img img {
    width: 50px;
  }

  .imagesmain img {
    max-height: 210px;
  }

  .how-card {
    min-width: 25%;
  }

  .inner-banner-card p {
    max-width: 100% !important;
  }

  .mainfooterflex {
    grid-gap: 30px;
  }
}

@media only screen and (max-width: 1279px) {
  .navbar-nav li:not(:last-child) a {
    margin-right: 23px;
  }

  .gryfooterbg {
    margin: -80px auto 0 auto;
    padding: 170px 0 0 0;
  }

  .menu-item-has-children>a::after {
    right: 5px;
  }

  .switchboard-strategic-tab .nav-pills .nav-link {
    width: 238px;
    padding: 15px 0px;
  }

  .leading-content h4 {
    font-size: 26px;
  }

  #menu-item-1100>a::after,
  #menu-item-1102>a::after {
    right: 6px;
  }

  .blogs-number span::after {
    bottom: -30px;
    height: 30px;
  }

  .case-study-list h3 {
    min-width: 206px;
  }

  .implementation-card h3 {
    min-width: 250px;
  }

  .result-header {
    margin: 30px 0;
  }

  .case-study-blue-box,
  .case-study-main-inner {
    margin-bottom: 30px;
  }

  .case-study-main-inner {
    gap: 16px;
  }

  .looking-forward,
  .final-result-box {
    margin-top: 30px;
  }

  .headermain .navbar-brand {
    width: 190px;
  }
}

@media only screen and (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
    justify-content: end;
  }

  .sub-menu li {
    border-bottom: 1px solid #ddd;
  }

  .sub-menu a {
    border-bottom: none;
  }

  .menu-item-has-children:hover .sub-menu {
    display: block !important;
    overflow: hidden;
  }

  .menu-item-has-children:hover .sub-menu li a {
    /* animation: slideIn 1s forwards; */
    position: relative;
  }

  @keyframes slideIn {
    from {
      left: -100%;
    }

    to {
      left: 0%;
    }
  }

  .key-features-detail {
    grid-template-columns: 250px 1fr;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .join-with-us-inner .success-btn {
    flex-wrap: wrap;
    grid-gap: 20px;
  }

  .join-with-us-inner {
    padding: 0px 20px;
  }
}

@media only screen and (max-width: 1199px) {
  :root {
    --revevoleve: 876px;
    --font-64: 38px;
    --font-28: 20px;
    --font-20: 16px;
    --font-48: 30px;
    --font-40: 32px;
    --font-25: 20px;
  }

  .profit-revenu {
    flex-direction: column;
  }

  .mainfooterflex {
    grid-gap: 10px;
  }

  .linkinner {
    grid-gap: 0px;
  }

  .about-sec-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .about-sec-grid {
    grid-gap: 40px;
  }

  .about-sec-grid-dsc p {
    padding: 20px 0 29px 0;
  }

  section.Revevoleve-sec-three {
    padding: 80px 0;
  }

  a.getstarted {
    padding: 10px 20px;
  }

  .play-btn img {
    width: 40px;
    height: 40px;
  }

  .key-features-grid-inn img {
    width: 60px;
    height: 60px;
  }

  .testimonials-dsc p {
    max-width: 700px;
  }

  .Revevoleve-sec-five .swiper-button-prev:after,
  .Revevoleve-sec-five .swiper-button-next:after {
    width: 50px;
    height: 50px;
  }

  .innernews::after {
    font-size: 126px;
    left: 25px;
  }

  .innercontactcontent {
    width: 500px;
    height: 500px;
  }

  .contactbtn {
    align-items: center;
  }

  a.reqdemobtn {
    padding: 10px 10px;
  }

  a.contactcta span img {
    width: 13px;
    height: 13px;
  }

  a.contactcta span {
    padding: 5px 10px;
  }

  .profit-revenu {
    grid-gap: 40px;
  }

  section.Revevoleve-sec-two {
    padding: 80px 0;
  }

  section.Revevoleve-sec-five {
    padding-bottom: 80px;
  }

  .Revevoleve-sec-four {
    padding: 80px 0px;
  }

  section.Revevoleve-sec-six {
    padding: 80px 0 0 0;
  }

  .contactsec {
    padding: 80px 0;
    position: relative;
  }

  .mainfooterflex {
    padding-bottom: 80px;
  }

  .testimonials-contant img {
    width: 120px;
    height: 120px;
  }

  .key-features-grid-inn h4 {
    padding: 25px 0 8px 0;
  }

  .about-sec-grid-dsc p {
    max-width: 100%;
  }

  .profit-taxt p {
    width: 700px;
  }

  .flexnews h3 {
    text-align: left;
  }

  .footerlogo p {
    width: 50%;
  }

  /* toggle css */
  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler {
    color: var(--lgreen);
    border: 1px solid var(--lgreen);
  }

  .head-btn {
    margin-left: 0;
    margin: 25px 0;
  }

  .navbar-nav li a {
    margin-right: 0;
    border-bottom: 1px solid var(--lgreen);
    margin-right: 0;
    box-shadow: none;
  }

  .navbar-nav li:not(:last-child) a {
    margin-right: 0;
  }

  .navbar-expand-xl .navbar-nav .menu-item a {
    padding: 15px 0 15px 0;
  }

  .navbar-nav {
    margin-top: 15px;
  }

  .join-with-us-inner {
    padding: 0px 20px;
  }

  a.navbar-brand {
    padding: 20px 0;
  }

  .flexnews img {
    width: 80px;
  }

  .flexnews {
    grid-gap: 20px;
  }

  .innernews {
    padding: 25px;
  }

  .revenue-report-img {
    flex-direction: column;
  }

  .report-img-rgt {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }

  .report-dsc-top {
    margin-bottom: 0;
  }

  .key-features-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .Revevoleve-Features-two::after {
    bottom: 464px;
  }

  .Features-thrtee-blue {
    padding: 336px 0 100px 0;
    margin-top: -288px;
  }

  .thrtee-blue-grid {
    grid-gap: 40px;
  }

  .Revevoleve-Features-one .Revevoleve-banner img {
    height: 500px;
    object-fit: cover;
  }

  .Revevoleve-Features-two,
  section.Revevoleve-Features-four {
    padding: 80px 0;
  }

  .Features-thrtee-blue {
    padding: 336px 0 80px 0;
  }

  .Revevoleve-Features-four-grid,
  .integraction-main {
    flex-direction: column-reverse;
  }

  .Features-four-grid-rgt img {
    width: 100%;
  }

  .Features-four-grid-lft {
    padding: 0 50px;
  }

  .Revevoleve-Features-four-grid {
    grid-gap: 30px;
  }

  .main-support,
  .support-text-box {
    flex-direction: column;
  }

  .support-section-main {
    padding: 80px 0 0px 0;
  }

  .api-section-text,
  .machine-section-text,
  .support-image {
    width: 100%;
  }

  .support-box-text-one-text,
  .support-box-text-two-text,
  .support-text {
    width: 100%;
  }

  .support-text p {
    max-width: 100%;
  }

  .main-latest-blog {
    background-size: cover;
  }

  .latest-blog-contain {
    grid-template-columns: 1fr;
  }

  .all-blog-group {
    grid-template-columns: repeat(2, 1fr);
  }

  .main-all-blog {
    padding-top: 80px;
  }

  .main-latest-blog {
    margin-top: 80px;
  }

  .main-all-blog {
    padding-top: 80px;
  }

  .blog-detail-group {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .blog-detail-socialmedia ul {
    justify-content: start;
  }

  .latest-blog-group-main {
    grid-template-columns: repeat(2, 1fr);
  }

  .main-blog-detail {
    padding-top: 80px;
  }

  .four-inn-blue {
    padding: 80px;
  }

  .four-inn-img img {
    margin-left: -30px;
    width: 100%;
  }

  .four-inn-img {
    width: 100%;
  }

  .About-us-sec-grid-img img {
    width: 250px;
  }

  .About-us-sec-grid-blue {
    height: 100%;
  }

  section.About-us-second {
    padding: 80px 0;
  }

  .four-inn-blue {
    padding: 60px;
  }

  .About-us-four {
    padding-top: 80px;
  }

  .solutions-independent-second-inn {
    grid-template-columns: repeat(1, 1fr);
  }

  .solutions-independent-third-inn {
    grid-template-columns: 1fr 1fr;
  }

  .four-inn-gridiocon {
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
  }

  .solutions-choose-box {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 50px;
  }

  .hoverbox {
    width: 95%;
    height: 95%;
  }

  .hoverbox p {
    line-height: 140%;
    max-width: 80%;
  }

  section.solutions-independent-second,
  .solutions-independent-five,
  .solutions-independent-six-inn {
    padding: 80px 0;
  }

  .solutions-independent-third {
    padding-bottom: 80px;
  }

  .solutions-independent-four-inn {
    padding: 80px 0;
  }

  .latest-blogtitle h3 {
    padding-top: 80px;
  }

  .four-inn-blue {
    min-width: 470px;
  }

  .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 75%;
  }

  .Revevoleve-banner {
    height: 500px;
  }

  .page-template-solutions-hotel-chains-tmpl .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 884px;
  }

  .row1,
  .row2,
  .row3 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .solutions-hotel-second,
  .solutions-hotel-third,
  section.solutions-hotel-six {
    padding: 80px 0;
  }

  .six-slider-box {
    min-height: 390px;
  }

  .pricing-monthaly-all {
    grid-template-columns: repeat(1, 1fr);
  }

  .parcing-all-tabs {
    padding-top: 80px;
  }

  .resort-ai-driven-image img {
    width: 400px;
  }

  .page-template-solutions-resorts-tmpl .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 900px;
  }

  .resort-feacture-block-image img {
    width: 400px;
  }

  .resort-our-solution-grid-inn {
    flex-direction: column;
  }

  .resort-our-solution {
    margin-left: 0;
    max-width: 876px;
    margin: 0 auto;
  }

  .resort-our-solution-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .resort-our-solution-image,
  .resort-our-solution-image img,
  .resort-feacture-block-image img,
  .resort-feacture-block-image {
    width: 100%;
  }

  .resort-ai-driven {
    margin-top: 80px;
  }

  .main-resort-section-six {
    padding: 80px 0;
  }

  .resort-feacture-block {
    flex-direction: column;
    gap: 30px;
  }

  .main-resort-section-two {
    margin-bottom: 80px;
  }

  section.solutions-boutique-second::after {
    width: 100%;
  }

  .page-template-solutions-boutique-hotels .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 950px;
  }

  section.solutions-boutique-second {
    padding: 80px 0;
  }

  .boutique-third-inn-row .title {
    font-size: 22px;
  }

  .boutique-third-inn-row .title {
    min-width: 180px;
  }

  .solutions-independent-sixmain-inn {
    grid-template-columns: repeat(1, 1fr);
  }

  .six-rowone-box {
    margin-top: 60px;
  }

  .independent-six-rowtwo {
    margin-top: 0;
  }

  .six-rowone-title {
    width: 100%;
  }

  .solutions-independent-sixmain {
    padding: 80px 0px;
  }

  .page-template-case-studies-tmpl .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 665px;
  }

  section.Case-Study-second {
    padding: 80px 0 0 0;
  }

  .Case-Study-second-boxes {
    grid-template-columns: repeat(2, 1fr);
  }

  .main-faqs-section {
    padding-top: 80px;
  }

  .contactsecone {
    padding: 80px 0;
  }

  .emailconcotactsec {
    padding-bottom: 80px;
  }

  .contactimg img {
    width: 300px;
  }

  .fotmpart {
    padding: 80px 50px 80px 170px;
    left: -120px;
    min-width: calc(100% - 181px) !important;
  }

  /* .emailconcotactsec {
    padding: 541px 0 80px 0;
} */
  section.white-paper-second {
    padding: 80px 0 0 0;
  }

  .white-paper-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .whitedsc a.contactcta span {
    padding: 8px 14px;
  }

  /* submanu css */
  .navbar-nav li a {
    z-index: 1;
    position: relative;
    border-bottom: 1px solid var(--blue);
    padding: 12px 15px !important;
    width: 100%;
  }

  .navbar-nav .menu-item {
    width: 100%;
  }

  .menu-item-has-children>a.arrowup::after {
    transform: rotate(180deg);
  }

  .menu-item-has-children>a::after {
    top: 13px;
  }

  ul.sub-menu.show {
    display: block !important;
  }

  .sub-menu {
    position: relative;
    box-shadow: none;
    min-width: 100%;
    padding: 0;
  }

  .navbar-nav li .sub-menu li a {
    padding: 12px 10px 12px 30px !important;
  }

  .banners-bg .Revevoleve-banner {
    height: 800px;
    background-position: center left;
  }

  .formdemo .forarea {
    padding: 40px 60px 60px 60px;
  }

  .pricing-plans-table {
    padding: 80px 0 0 0;
  }

  .pricing-plans-table-inn {
    padding-bottom: 30px;
  }

  .pricing-plans-table table tr td:nth-child(1),
  .pricing-plans-table table tr td:nth-child(2),
  .pricing-plans-table table tr td:nth-child(3),
  .pricing-plans-table table tr td:nth-child(4),
  .pricing-plans-table table tr td:nth-child(5) {
    font-size: 18px;
  }

  .pricing-plans-table table th {
    font-size: 22px;
  }

  .main-casestudy-detail {
    grid-gap: 50px;
    display: flex;
    flex-direction: column-reverse;
  }

  .casestudy-detail-right {
    width: 100%;
  }

  .main-casestudy-one {
    padding: 60px 0px 60px 0px;
  }

  .switchboard-strategic-tab .nav-pills .nav-link {
    width: 270px;
    padding: 15px 0px;
  }

  .elevate-block-data {
    height: 130px;
  }

  .analysis-detail-inner-one h3 {
    min-width: 190px;
  }

  .analysis-detail-inner-two h3 {
    min-width: 216px;
  }

  .analysis-detail-inner-three h3 {
    min-width: 255px;
  }

  .analysis-detail-inner-four h3 {
    min-width: 327px;
  }

  .terms-conditions-content {
    padding: 60px 0;
  }

  .hotel-switchboard {
    grid-template-columns: repeat(1, 1fr);
  }

  .switchboard-content h3 {
    margin: 16px 0 8px;
  }

  .switchboard-main,
  .leading-main,
  .who-is-it,
  .how-it-works,
  .revenue-audit,
  .success-story {
    padding: 80px 0 0 0;
  }

  .revenue-management {
    margin-top: 80px !important;
  }

  .revenue-audit-main,
  .success-story-main {
    padding: 80px;
  }

  .who-card {
    max-width: 47%;
  }

  .how-card::before {
    display: none;
  }

  .how-it-works-cards {
    gap: 20px;
    flex-wrap: wrap;
  }

  .how-card {
    min-width: 45%;
  }

  .audit-btn {
    flex-wrap: wrap;
    grid-gap: 10px;
  }

  .mobilemenunew {
    display: block;
  }

  .deskmenunew {
    display: none;
  }

  .resources-mega-menu,
  .mega-menu-main {
    display: none !important;
  }

  .authobiogruid {
    display: flex;
    grid-gap: 60px;
    padding: 60px 0;
    margin: 0 auto 60px 0;
    flex-direction: column-reverse;
  }

  .auhtorbioright {
    max-width: 480px;
  }

  .faq-tabbings .nav-tabs .nav-link {
    padding: 10px 0;
  }

  .faq-tabbing-main {
    grid-template-columns: 1fr;
  }

  .faq-tabbings {
    position: static;
  }

  .headermain .navbar-brand {
    width: 220px;
  }

  .mainfooterflex {
    flex-direction: column;
    gap: 60px;
  }

  .footerlogo {
    max-width: 100%;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .social-media-main {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1023px) {
  .blog-detail-group-left h3 {
    font-size: 22px;
  }

  .solutions-hotel-second-inn {
    grid-template-columns: 1fr;
  }

  .solutions-hotel-second-img img,
  .solutions-hotel-second-img2 img {
    width: 100%;
  }

  .solutions-hotel-second-dsc,
  .solutions-hotel-second-img2 img {
    margin-top: 0;
  }

  .solutions-hotel-third-inn .row2 {
    margin-left: 50px;
  }

  .solutions-hotel-third-inn .row3 {
    margin-left: 100px;
  }

  .solutions-hotel-third-inn .row1 {
    padding: 30px 30px 119px 30px;
  }

  .monthaly-all-pages {
    padding: 20px;
  }

  .boutique-third-inn-row {
    grid-gap: 20px;
  }

  .how-analysis-two h2 {
    margin-top: 40px;
  }

  .main-casestudy-detail {
    grid-gap: 30px;
  }

  .Challenges {
    margin-bottom: 40px;
  }

  .three-box-grid {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 0;
  }

  .three-box-grid .blue-box-card {
    min-height: auto;
  }
}

@media only screen and (max-width: 991px) {
  :root {
    --revevoleve: 90%;
    --font-64: 34px;
    --font-18: 14px;
  }

  .mainfooterflex {
    flex-direction: column;
  }

  .footerlogo p {
    width: 70%;
  }

  .linkinner {
    grid-gap: 40px;
  }

  .casestudybox p {
    width: 310px;
  }

  .key-features-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    padding-top: 40px;
  }

  .key-features-grid-inn {
    padding: 20px;
  }

  .innernews {
    padding: 20px;
  }

  .innernews::after {
    font-size: 108px;
  }

  .testimonials-dsc p {
    max-width: 580px;
  }

  .Revevoleve-banner-dsc {
    left: 40%;
    transform: translate(-30%, -50%);
  }

  .contentabt br {
    display: none;
  }

  .profit-taxt p {
    width: 550px;
  }

  .testimonials-contant img {
    width: 100px;
    height: 100px;
  }

  .flexnews,
  .mainfooterflex {
    grid-gap: 30px;
  }

  .footerlogo {
    max-width: 100%;
  }

  a.getstarted {
    margin-right: 0;
  }

  .gryfooterbg {
    margin: -103px auto 0 auto;
    padding: 170px 0 0 0;
  }

  .newsinner {
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }

  .report-img-lft img {
    max-width: 100%;
  }

  .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 95%;
  }

  .Revevoleve-Features-one .Revevoleve-banner-dsc {
    width: 80%;
  }

  .Revevoleve-banner-dsc {
    left: 33%;
  }

  .Revevoleve-Features-one .Revevoleve-banner img {
    height: 450px;
  }

  .img-grid-icon {
    width: 88px;
    height: 88px;
  }

  .img-grid-icon img {
    width: 45px;
  }

  .latest-blogtitle h3 {
    padding-top: 80px;
  }

  .blog-detail-socialmedia li a img {
    width: 50px;
    height: 50px;
  }

  .blog-detail-group-left h1 {
    font-size: 30px;
  }

  .blog-detail-group-left h2 {
    font-size: 30px;
  }

  .blog-detail-group-left h3 {
    font-size: 20px;
  }

  .About-us-sec-grid-img,
  .About-us-sec-grid-green {
    margin-top: 0px;
  }

  .solutions-independent-third-inn {
    grid-template-columns: 1fr;
  }

  .four-inn-gridiocon {
    grid-template-columns: 1fr 1fr;
  }

  .solutions-independent-six-inn {
    grid-gap: 30px;
    flex-direction: column;
  }

  .cuvimg img {
    display: none;
  }

  .four-inn-blue {
    height: 500px;
  }

  .four-inn-blue {
    min-width: 440px;
  }

  .workicon p {
    font-size: 18px;
  }

  .page-template-features-tmpl .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 80%;
  }

  .page-template-solutions-independent-hotels-tmpl .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 720px;
  }

  .page-template-solutions-hotel-chains-tmpl .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 90%;
  }

  .six-slider-box {
    min-height: 500px;
  }

  .resort-ai-driven {
    flex-direction: column;
  }

  .resort-ai-driven-text {
    margin-right: 0;
    padding: 60px;
  }

  .resort-ai-driven-image img,
  .resort-our-solution-title p {
    width: 100%;
  }

  .resort-our-solution {
    max-width: 90%;
  }

  .resort-feacture {
    margin-top: 80px;
  }

  .boutique-third-inn-row {
    align-items: self-start;
    flex-direction: column;
  }

  .contactformbg {
    flex-direction: column;
    grid-gap: 30px;
  }

  .fotmpart {
    padding: 60px;
    left: 0;
  }

  .contactimg img,
  .contactimg {
    width: 100%;
  }

  .banners-bg .Revevoleve-banner {
    height: 800px;
  }

  .formdemo {
    margin-top: -300px;
  }

  .banners-bg .Revevoleve-banner {
    padding-bottom: 300px;
  }

  .formdemo .gform-theme--foundation .gfield input.large {
    height: 50px;
  }

  .mainsocialseccotnact .callussec:nth-child(2) {
    padding: 0 20px;
  }

  .all-blog-group-block-image img {
    height: 200px;
  }

  .switchboard-strategic-tab .nav-pills .nav-link {
    width: 230px;
    padding: 15px 0px;
  }

  .key-features-detail {
    grid-template-columns: 200px 1fr;
  }

  .features-detail-title {
    display: flex;
    grid-gap: 14px;
    max-width: unset;
    justify-content: space-between;
  }

  .analysis-detail-inner-one h3 {
    min-width: 193px;
  }

  .bold-text-detail-fles img {
    width: 20px;
  }

  .callussec {
    padding: 0 9px;
  }

  .revenue-audit-main,
  .success-story-main {
    padding: 60px;
  }

  .success-btn {
    flex-wrap: wrap;
    grid-gap: 10px;
  }

  .leading-card {
    padding: 16px;
  }

  .leading-content {
    padding-left: 16px;
  }

  .who-inner-cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }

  .who-card {
    max-width: 100%;
  }

  .who-is-it p {
    margin-bottom: 30px;
  }

  .switchboard-main h2,
  .how-it-works h2 {
    padding-bottom: 30px;
  }

  .hotel-switchboard {
    grid-gap: 16px;
  }

  .audit-btn {
    grid-gap: 10px;
  }

  .revenue-management .comanbx:nth-child(1),
  .revenue-management .comanbx:nth-child(2),
  .revenue-management .comanbx:nth-child(3),
  .revenue-management .comanbx:nth-child(4),
  .revenue-management .comanbx:nth-child(5) {
    top: 120px;
  }

  .banner-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
    row-gap: 20px;
  }

  .inner-banner-card {
    padding: 0;
  }

  .inner-banner-card:nth-child(1) {
    padding-right: 20px;
  }

  .inner-banner-card:nth-child(2) {
    padding-left: 20px;
    border: none;
  }

}

@media only screen and (max-width: 800px) {
  :root {
    --font-64: 28px;
    --font-48: 25px;
    --font-28: 18px;
    --font-24: 16px;
  }

  .Revevoleve-banner-dsc h1 {
    padding-bottom: 25px;
  }

  .play-btn {
    padding-top: 25px;
  }

  .profit-image img {
    width: 40px;
    height: 40px;
  }

  .profit-image {
    width: 120px;
    height: 111px;
  }

  .testimonials-dsc p {
    max-width: 500px;
  }

  .testimonials-dsc p {
    padding-top: 30px;
  }

  .testimonials-author {
    padding-top: 40px;
  }

  .contactbtn {
    margin: 35px 0 0 0;
  }

  a.contactcta {
    padding: 4px 4px 4px 10px;
  }

  .casestudybox {
    padding: 20px;
  }

  .flexnews img {
    width: 80px;
  }

  .innernews::after {
    left: 11px;
  }

  .Revevoleve-Features-one .Revevoleve-banner-dsc {
    width: 70%;
  }

  .Revevoleve-banner-dsc {
    left: 36%;
  }

  .Revevoleve-Features-one .Revevoleve-banner img {
    height: 400px;
  }

  .thrtee-blue-grid {
    flex-direction: column;
  }

  .img-grid-dsc {
    font-size: 22px;
  }

  .all-blog-group {
    grid-template-columns: repeat(1, 1fr);
  }

  .all-blog-group-block-text h2 {
    font-size: 20px;
  }

  .main-latest-blog {
    margin-top: 60px;
  }

  .latest-blog-group-main {
    grid-template-columns: repeat(1, 1fr);
  }

  .blog-detail-socialmedia h4 {
    font-size: 22px;
  }

  .About-team-slider {
    width: calc(100% - 140px);
  }

  .About-team-slider .swiper-button-prev:after {
    left: 90px;
    width: 40px;
    height: 40px;
  }

  .About-team-slider .swiper-button-next:after {
    right: 90px;
    width: 40px;
    height: 40px;
  }

  .solutions-independent-second-content h2 {
    line-height: 140%;
  }

  .latest-blogtitle h3 {
    padding-top: 60px;
  }

  .About-us-four-inn {
    flex-direction: column;
  }

  .four-inn-img img {
    margin-left: 0;
    width: 100%;
  }

  .four-inn-blue {
    min-width: 100%;
  }

  .page-template-blog-list-tmpl .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 630px;
  }

  .page-template-solutions-boutique-hotels .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 90%;
  }

  .page-template-case-studies-tmpl .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 600px;
  }

  .page-template-contact-us-tmpl .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 545px;
  }

  .callussec a {
    font-size: 18px;
  }

  .banners-bg .Revevoleve-banner {
    height: 800px;
  }

  .banners-bg .Revevoleve-banner {
    padding-bottom: 300px;
  }

  .all-blog-group-block-image img {
    height: auto;
  }

  .switchboard-strategic-tab .nav-pills .nav-link {
    width: 220px;
    padding: 15px 0px;
  }

  .elevate-block {
    grid-template-columns: repeat(2, 280px);
  }

  .elevate-block-data {
    width: 280px;
  }

  .bold-text-detail.common-bold .bold-text-detail-fles img,
  .bold-text-detail-fles img {
    width: 20px;
  }

  .block-detail {
    padding: 25px;
  }

  .imagesmain img {
    max-height: 200px;
  }

  .case-study-banner h1 {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --font-40: 30px;
  }

  .profit-taxt p {
    width: 100%;
  }

  .Revevoleve-banner-dsc {
    left: 30%;
    transform: translate(-20%, -50%);
  }

  .key-features-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }

  .about-sec-grid-dsc p {
    max-width: 500px;
  }

  .profit-list {
    flex-direction: column;
  }

  .profit-image {
    width: 120px;
    height: 120px;
  }

  .profit-list:not(:last-child) {
    margin-bottom: 40px;
  }

  .linkinner {
    grid-template-columns: 1fr;
  }

  .linkinner {
    grid-gap: 30px;
  }

  .socialmedia ul {
    justify-content: flex-start;
  }

  .innernews::after {
    font-size: 76px;
    left: 25px;
  }

  .innernews {
    padding: 15px 20px;
  }

  .flexnews img {
    width: 80px;
    height: 70px;
  }

  .flexnews h3 {
    text-align: left;
  }

  .flexnews {
    grid-gap: 20px;
  }

  .mainfooterflex {
    padding-bottom: 40px;
  }

  section.Revevoleve-sec-six {
    padding: 60px 0 0 0;
  }

  section.Revevoleve-sec-five {
    padding-bottom: 60px;
  }

  section.Revevoleve-sec-five {
    padding-bottom: 60px;
  }

  .testimonials-contant img {
    width: 100px;
    height: 100px;
  }

  section.Revevoleve-sec-three,
  section.Revevoleve-sec-two {
    padding: 60px 0;
  }

  .Revevoleve-sec-four::after {
    background: none;
  }

  .testimonials-dsc p {
    max-width: 100%;
  }

  .flexcopy {
    flex-direction: column;
    grid-gap: 10px;
  }

  .innercontactcontent {
    width: 400px;
    height: 400px;
  }

  .contactsec::before {
    background: none;
  }

  section.Revevoleve-sec-three {
    border-radius: 40px;
    overflow: hidden;
  }

  .casestudybox p {
    width: 100%;
  }

  .contactsec {
    padding: 60px 0;
  }

  .headermain nav.navbar {
    width: calc(100% - 60px);
  }

  .Revevoleve-sec-five .swiper-button-prev:after,
  .Revevoleve-sec-five .swiper-button-next:after {
    display: none;
  }

  .gryfooterbg {
    margin: -103px auto 0 auto;
    padding: 175px 0 0 0;
  }

  .Revevoleve-banner-dsc {
    left: 23%;
  }

  .Revevoleve-Features-one .Revevoleve-banner-dsc {
    width: 90%;
  }

  .Revevoleve-banner-dsc p {
    line-height: 130%;
  }

  .Revevoleve-Features-two,
  section.Revevoleve-Features-four {
    padding: 60px 0;
  }

  .report-img-rgt {
    grid-gap: 20px;
  }

  .Features-thrtee-blue {
    padding: 236px 0 80px 0;
    margin-top: -171px;
  }

  .support-section-main {
    padding: 60px 0 0px 0;
  }

  .main-latest-blog {
    margin-top: 20px;
  }

  .main-latest-blog {
    padding: 40px 0px 60px 0px;
  }

  .all-blog-group {
    grid-gap: 30px 30px;
    padding-top: 30px;
  }

  .latest-blog-contain {
    grid-gap: 40px;
  }

  .main-all-blog {
    padding-top: 60px;
  }

  .blog-detail-group-left h1 {
    font-size: 24px;
  }

  .blog-detail-group-left h2 {
    font-size: 24px;
  }

  .blog-detail-group-left h3 {
    font-size: 18px;
  }

  .blog-detail-group-left h4 {
    font-size: 18px;
  }

  .main-blog-detail {
    padding-top: 60px;
  }

  .latest-blogtitle h3 {
    padding-top: 60px;
  }

  section.About-us-second,
  .About-us-third {
    padding: 60px 0;
  }

  .About-us-sec-grid-img,
  .About-us-sec-grid-green {
    margin-top: 60px;
  }

  .four-inn-blue {
    padding: 40px;
  }

  .About-us-third .coman-title-text p {
    max-width: 90%;
  }

  .four-inn-gridiocon {
    grid-template-columns: 1fr;
  }

  .hoverbox {
    width: 93%;
    height: 92%;
  }

  .hoverbox p {
    line-height: 130%;
    max-width: 85%;
  }

  section.solutions-independent-second,
  .solutions-independent-five,
  .solutions-independent-six-inn,
  .solutions-independent-four-inn {
    padding: 60px 0;
  }

  .solutions-choose-box,
  .solutions-independent-four-inn h3 {
    padding-top: 30px;
  }

  .solutions-independent-second-inn {
    grid-gap: 50px;
  }

  .solutions-independent-third {
    padding-bottom: 60px;
  }

  .About-us-sec-grid {
    flex-direction: column;
  }

  .About-us-sec-grid-img {
    text-align: center;
  }

  .home .Revevoleve-banner-dsc {
    left: 29%;
    transform: translate(-20%, -50%);
  }

  .play-btn {
    padding-top: 15px;
  }

  .Revevoleve-banner-dsc h1 {
    padding-bottom: 15px;
  }

  .Revevoleve-banner {
    height: 350px;
  }

  .page-template-blog-list-tmpl .Revevoleve-sec-one.Revevoleve-Features-one p,
  .page-template-features-tmpl .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 90%;
  }

  .page-template-solutions-independent-hotels-tmpl .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 490px;
  }

  .Revevoleve-banner br {
    display: none;
  }

  .solutions-hotel-second,
  .solutions-hotel-third,
  section.solutions-hotel-six {
    padding: 60px 0;
  }

  .solutions-hotel-third-inn .row2,
  .solutions-hotel-third-inn .row3 {
    margin-left: 0;
  }

  .solutions-hotel-six-slider .mysolutationSwiper {
    margin-left: 0;
    max-width: 80%;
    margin: 0 auto;
  }

  .six-slider-box {
    min-height: 400px;
  }

  .monthaly-all-pages-detail h2 {
    font-size: 42px;
  }

  .resort-ai-driven-text {
    padding: 40px;
  }

  .resort-our-solution-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .main-resort-section-six {
    padding: 60px 0;
  }

  .resort-feacture {
    margin-top: 60px;
  }

  .resort-ai-driven {
    margin-top: 60px;
  }

  .main-resort-section-two {
    margin-bottom: 60px;
  }

  section.solutions-boutique-second,
  .solutions-independent-sixmain {
    padding: 60px 0;
  }

  section.Case-Study-second {
    padding: 60px 0 0 0;
  }

  .Case-Study-second-boxes {
    grid-template-columns: repeat(1, 1fr);
  }

  .Case-Study-second-boxes-inn p,
  .Case-Study-second-boxes-inn h2 {
    max-width: 100%;
  }

  .main-faqs-section {
    padding-top: 60px;
  }

  .main-faqs-section-accordion {
    margin-top: 30px;
  }

  .main-faqs-section .accordion-button {
    padding: 15px;
  }

  .page-template-faq-tmpl .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 90%;
  }

  .main-faqs-section .accordion-body {
    padding: 15px;
    font-size: 16px;
  }

  .contactsecone {
    padding: 60px 0;
  }

  .mainsocialseccotnact {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }

  .callussec:not(:last-child) {
    border-bottom: 1px solid #d7d7d7 !important;
  }

  .mainsocialseccotnact .callussec:nth-child(2) {
    border: none;
    border-width: 0 1px;
  }

  .page-template-contact-us-tmpl .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 90%;
  }

  section.white-paper-second {
    padding: 60px 0 0 0;
  }

  .white-paper-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .whitemodelmain .modal-dialog {
    max-width: 500px !important;
  }

  .whitemodelmain .modal-content {
    padding: 30px;
  }

  .Revevoleve-banner ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .banners-bg .Revevoleve-banner {
    padding-bottom: 200px;
  }

  .formdemo {
    margin-top: -200px;
  }

  .Revevoleve-sec-one.Revevoleve-Features-one .banners-bg p {
    max-width: 480px;
  }

  .emailconcotactsec {
    padding-bottom: 60px;
  }

  .formdemo .forarea {
    padding: 40px 40px 40px 40px;
  }

  .bgafter::after {
    display: none;
  }

  .Features-four-grid-rgt img {
    padding-left: 10px;
  }

  .page-template-solutions-boutique-hotels .Revevoleve-banner {
    height: 490px;
  }

  .gridiocon-inn img {
    width: auto;
  }

  .pricing-plans-table {
    padding: 60px 0 0 0;
  }

  .product-used {
    padding: 30px;
  }

  .grid-block {
    grid-column-gap: 25px;
  }

  .results-images {
    border-radius: 10px;
  }

  .elevate-block {
    grid-template-columns: 1fr;
  }

  .elevate-block-data {
    width: 100%;
  }

  .switchboard-strategic-tab ul#pills-tab {
    flex-direction: column;
  }

  .switchboard-strategic-tab .nav-pills .nav-link {
    width: 100%;
    padding: 15px 10px;
  }

  .grid-block {
    grid-template-columns: 1fr;
  }

  .analysis-detail-inner-one,
  .analysis-detail-inner-two,
  .analysis-detail-inner-three,
  .analysis-detail-inner-four {
    display: flex;
    flex-direction: column;
    grid-gap: 0px !important;
  }

  .how-analysis-one h3 {
    margin-bottom: 0px;
  }

  .analysis-detail-inner-one,
  .analysis-detail-inner-three {
    margin-bottom: 15px;
  }

  .how-analysis-common {
    padding: 30px;
  }

  .Revevoleve-banner h1 {
    padding: 0 10px;
  }

  .how-analysis-two {
    margin-left: 30px;
  }

  .terms-conditions-content {
    padding: 40px 0;
  }

  .switchboard-main,
  .leading-main,
  .who-is-it,
  .how-it-works,
  .revenue-audit,
  .success-story {
    padding: 60px 0 0 0;
  }

  .revenue-management {
    margin-top: 60px !important;
  }

  .revenue-audit-main,
  .success-story-main {
    padding: 40px;
  }

  .success-story-main p,
  .revenue-audit-main p {
    padding: 12px 0 20px;
  }

  .how-it-works-cards {
    gap: 20px;
    flex-direction: column;
  }

  .how-card {
    min-width: 100%;
  }

  .how-card h4 {
    padding: 16px 0 10px;
  }

  .leading-content h4 {
    font-size: 20px;
  }

  .leading-content span img {
    width: 24px;
    height: 24px;
  }

  .who-is-it br {
    display: none;
  }

  .contact-info {
    padding: 20px 0;
  }

  .blog-main-card {
    margin-left: 0;
  }

  .blog-detail-group-left h4 {
    padding: 0px;
  }

  .blogs-inner-titles p {
    padding: 8px 0 30px 0px;
  }

  .case-study-banner .Revevoleve-banner {
    height: 500px;
  }

  .banner-box {
    margin-top: 30px;
  }

  .case-study-list,
  .implementation-card {
    flex-direction: column;
  }

  .case-study-list span {
    display: none;
  }

  .hotel-table td,
  .hotel-table th {
    padding: 8px;
  }

  .context {
    margin-bottom: 0;
  }

  .market-interll span,
  .profile-grid {
    margin-bottom: 20px;
  }

  .custom-responsive {
    min-width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
  }

  .custom-responsive tr td {
    min-width: 200px;
  }

  .custom-responsive tr td:nth-child(3) {
    min-width: 300px;
  }

  .custom-table-wrapper .table-responsive {
    min-width: calc(100vw - 100px);
    max-width: calc(100vw - 100px);
  }

  .custom-table-wrapper th,
  .custom-table-wrapper td {
    min-width: 180px;
  }

  .footerlogo {
    flex-direction: column;
    gap: 30px;
  }
  .custome-blog-5-table.table-responsive {
    min-width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
}
  .custom-blog-table .table-responsive {
  min-width: calc(100vw - 40px);
  max-width: calc(100vw - 40px);
}
}

@media only screen and (max-width: 575px) {
  :root {
    --font-24: 16px;
    --font-22: 16px;
    --font-40: 26px;
    --font-28: 17px;
  }

  section.Revevoleve-sec-three {
    overflow-x: hidden;
  }

  .about-sec-grid-dsc p {
    max-width: 400px;
  }

  .testimonials-dsc p {
    max-width: 100%;
  }

  .play-btn {
    padding-top: 15px;
  }

  .Revevoleve-banner-dsc h1 {
    padding-bottom: 15px;
    line-height: 120%;
  }

  .Revevoleve-banner img {
    width: 100%;
    background-size: cover;
    height: 300px;
  }

  .innernews::after {
    font-size: 62px;
  }

  .Revevoleve-banner-dsc p {
    font-size: var(--font-20);
  }

  .Revevoleve-banner-dsc {
    left: 20%;
    transform: translate(-12%, -50%);
  }

  .about-sec-grid-img img {
    width: 400px;
    height: 400px;
  }

  .about-sec-grid-dsc h3 {
    width: 60%;
  }

  a.getstarted {
    padding: 10px 15px;
  }

  .gryfooterbg {
    margin: -121px auto 0 auto;
    padding: 190px 0 0 0;
  }

  .newsforrm input#input_1_1 {
    padding: 25px 70px 25px 20px;
  }

  .newsforrm input#gform_submit_button_1 {
    padding: 9px 9px;
  }

  .newsforrm div#field_submit {
    right: -1px;
    top: -2px;
  }

  .Revevoleve-banner-dsc {
    left: 15%;
  }

  .Revevoleve-Features-one .Revevoleve-banner img {
    height: 350px;
  }

  .report-img-rgt {
    grid-template-columns: 1fr;
  }

  .Revevoleve-Features-two::after,
  .Revevoleve-Features-four::after {
    display: none;
  }

  .Features-four-grid-lft {
    padding: 0 30px;
  }

  .latest-blog-text-profile {
    padding-top: 15px;
  }

  .Revevoleve-Features-one .Revevoleve-banner img {
    height: 250px;
  }

  .workicon img {
    width: 60px;
  }

  .workicon p {
    font-size: 18px;
  }

  .four-inn-blue {
    height: 550px;
  }

  .About-us-four {
    padding-top: 60px;
  }

  .solutions-choose-box {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 40px;
  }

  .hoverbox {
    width: 96%;
    height: 95%;
    border-radius: 25px;
  }

  .solutions-independent-four-inn h3 {
    padding-bottom: 40px;
    padding-top: 0 !important;
  }

  .comanbx {
    padding: 20px;
  }

  .home .Revevoleve-banner-dsc {
    left: 19%;
    transform: translate(-12%, -50%);
  }

  .Revevoleve-banner h1 {
    padding-bottom: 20px;
  }

  .Revevoleve-banner p {
    line-height: 140%;
  }

  .Revevoleve-banner br {
    display: none;
  }

  .page-template-solutions-independent-hotels-tmpl .Revevoleve-sec-one.Revevoleve-Features-one p,
  .page-template-solutions-hotel-chains-tmpl .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 90%;
  }

  .Revevoleve-banner h1 {
    line-height: 120%;
  }

  .solutions-hotel-second-dsc h2 {
    font-size: 30px;
  }

  .solutions-hotel-six .coman-title-text h2 {
    margin-bottom: 10px;
  }

  .fotmpart {
    padding: 40px;
  }

  .fotmpart .gform-theme--foundation .gform_footer,
  .fotmpart .gform-theme--foundation .gform_page_footer {
    justify-content: center;
  }

  .formdemo input#gform_submit_button_4 {
    padding: 13px 60px;
  }

  .pricing-plans-table table tr td:nth-child(1),
  .pricing-plans-table table tr td:nth-child(2),
  .pricing-plans-table table tr td:nth-child(3),
  .pricing-plans-table table tr td:nth-child(4),
  .pricing-plans-table table tr td:nth-child(5) {
    font-size: 16px;
  }

  .pricing-plans-table table th {
    font-size: 20px;
  }

  .our-recent-post-mid {
    font-size: 32px;
  }

  .revenue-challenges h2 {
    margin-top: 30px;
  }

  .main-casestudy-one {
    padding: 40px 0px 40px 0px;
  }

  .main-casestudy-detail {
    grid-gap: 30px;
  }

  .results-glance h2 {
    margin-top: 30px;
  }

  .results-glance p {
    margin-bottom: 30px;
  }

  .challenges-before {
    padding: 20px;
    margin-top: 30px;
  }

  .bold-text-detail.common-bold {
    margin-top: 20px;
    padding-left: 20px;
  }

  .chaning-image {
    margin: 20px 0px;
  }

  .key-features h3 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .features-detail-title br {
    display: none;
  }

  .features-detail-title {
    display: flex;
    max-width: unset;
    justify-content: unset;
  }

  .key-features-detail {
    grid-template-columns: 1fr;
  }

  .switchboard-strategic h3 {
    margin-top: 30px;
  }

  .impact-on-revenue {
    padding: 30px;
    margin-top: 30px;
  }

  .elevate-detail {
    padding: 20px;
  }

  .main-casestudy-detail {
    grid-gap: 0;
  }

  .revenue-audit-main,
  .success-story-main {
    padding: 20px;
  }

  .who-card h3 {
    font-size: 22px;
  }

  .who-card {
    padding: 20px;
  }

  .blogs-tiles h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 370px;
  }

  .blogs-tiles {
    border-bottom: 1px solid #e1e6eb;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .blogs-number:last-child .blogs-tiles {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .blogs-tiles h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 276px;
    padding: 0;
    margin: 0;
    border-bottom: 0;
  }

  .imgputer {
    border-radius: 10px;
    padding: 10px;
    width: 200px;
  }

  .imgputer img {
    width: 100%;
  }

  .auhtorbioright {
    max-width: 280px;
  }

  .blue-box-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .blue-box-card {
    min-height: auto;
  }

  .result-header td,
  .result-header th {
    padding: 6px 8px;
    font-size: 12px;
  }

  .result-header {
    margin-bottom: 0px;
  }

  .case-study-main-inner {
    padding-left: 20px;
  }

  .case-study-blue-box {
    margin-top: 30px;
  }

  .final-result-box {
    padding: 30px;
  }

  .case-study-banner h1 {
    font-size: 20px;
  }

  .white-min-box .banner-box {
    grid-template-columns: 1fr;
  }

  .white-min-box .banner-box .inner-banner-card {
    border: none;
  }

  .custom-table-wrapper .table-responsive {
    min-width: calc(100vw - 90px);
    max-width: calc(100vw - 90px);
  }
    .custom-blog-table .table-responsive {
  min-width: calc(100vw - 40px);
  max-width: calc(100vw - 40px);
}
}

@media only screen and (max-width: 480px) {
  :root {
    --font-64: 22px;
  }

  .about-sec-grid-dsc p {
    max-width: 60%;
  }

  .innercontactcontent {
    width: 100%;
  }

  .innernews::after {
    font-size: 49px;
  }

  .innernews {
    padding: 10px 20px;
  }

  .about-sec-grid-img img {
    width: 300px;
    height: 300px;
  }

  .testimonials-contant img {
    width: 70px;
    height: 70px;
  }

  .testimonials-author img {
    width: 50px;
    height: 50px;
  }

  .casestudybox h6 {
    width: 270px;
  }

  .profit-image {
    width: 100px;
    height: 100px;
  }

  .Revevoleve-sec-six-inn h3 {
    max-width: 90%;
    margin: 0 auto;
  }

  .contactbtn {
    flex-direction: column;
  }

  .contactsec {
    padding: 80px 0;
  }

  .flexnews {
    grid-gap: 20px;
    flex-direction: column;
  }

  .gryfooterbg {
    padding: 160px 0 0 0;
  }

  .navbar-brand img {
    width: 200px;
  }

  .Revevoleve-banner img {
    border-radius: 20px;
  }

  .play-btn {
    flex-direction: column-reverse;
    grid-row-gap: 10px;
  }

  .Revevoleve-banner-dsc h1 {
    font-size: 21px;
  }

  .play-btn {
    padding-top: 5px;
  }

  .Revevoleve-banner img {
    height: 330px;
  }

  .gryfooterbg {
    margin: -164px auto 0 auto;
    padding: 225px 0 0 0;
  }

  .flexnews h3,
  .flexnews p {
    text-align: center;
  }

  .img-grid {
    gap: 15px;
  }

  .img-grid-icon {
    width: 80px;
    height: 80px;
  }

  .accodian-four .accordion-button {
    font-size: 16px;
  }

  .Features-four-grid-lft {
    padding: 0 20px;
  }

  .machine-section-text {
    padding: 20px 15px 0px 15px;
  }

  .api-section-text {
    padding: 20px 15px 15px 15px;
  }

  .Revevoleve-Features-one .Revevoleve-banner img {
    height: 200px;
  }

  .four-inn-blue {
    grid-template-columns: 1fr;
    gap: 20px;
    height: 100%;
  }

  .workicon:nth-child(1),
  .workicon:nth-child(3) {
    border-right: none;
    border-bottom: 1px solid rgb(255 255 255 / 8%);
    padding-bottom: 20px;
  }

  .workicon:nth-child(1),
  .workicon:nth-child(2) {
    border-bottom: none;
    border-bottom: 1px solid rgb(255 255 255 / 8%);
    padding-bottom: 20px;
  }

  .About-us-four-inn {
    gap: 20px;
  }

  .hoverbox {
    width: 95%;
    height: 94%;
  }

  .box-dsc-one.comanbx {
    transform: rotate(0deg);
  }

  .box-dsc-two.comanbx {
    transform: rotate(0deg);
  }

  .box-dsc-three.comanbx {
    transform: rotate(0deg);
  }

  .box-dsc-four.comanbx {
    transform: rotate(0deg);
  }

  .box-dsc-five.comanbx {
    transform: rotate(0deg);
  }

  .comanbx:not(:last-child) {
    margin-bottom: 35px;
  }

  .third-box-one {
    align-items: self-start;
    flex-direction: column;
  }

  .third-box-one {
    padding-bottom: 20px;
  }

  .Revevoleve-Features-one .Revevoleve-banner img {
    height: 250px;
  }

  .gridiocon-inn img {
    width: 180px;
  }

  .main-pricing-tabs .nav {
    width: 356px;
  }

  .parcing-all-tabs {
    padding-top: 60px;
  }

  .Case-Study-second-boxes {
    padding-top: 30px;
  }

  .Case-Study-second-boxes-inn .btn {
    width: 45px;
    height: 45px;
  }

  .main-faqs-section .accordion-item:not(:last-child) {
    margin-bottom: 20px;
  }

  /* .emailconcotactsec {
        padding: 521px 0 60px 0;
    } */
  .iconsec {
    width: 70px;
    height: 70px;
  }

  .fotmpart {
    padding: 30px;
  }

  .contactformbg {
    margin-top: 30px;
  }

  .callussec h3 {
    margin: 15px 0;
  }

  .whitedsc .contactbtn {
    align-items: self-start;
  }

  .formdemo .forarea .gform-theme--foundation .gform_fields {
    row-gap: 20px !important;
    column-gap: 20px !important;
  }

  .formdemo .forarea {
    padding: 20px;
  }

  .innercontactcontent h2 {
    font-size: 22px;
  }

  .audit-btn .schedule-btn,
  .success-btn .book-demo-btn {
    padding: 15px 12px;
    width: 100%;
  }

  .audit-btn .mail-btn {
    width: 100%;
  }

  .success-btn .Download-btn {
    padding: 5px;
  }

  .success-btn .Download-btn {
    grid-gap: 6px;
    width: 100%;
  }

  .blogs-number {
    grid-gap: 16px;
  }

  .blogs-inner-titles p {
    padding: 8px 0 16px 0px;
  }

  .blog-main-card {
    padding: 16px;
  }

  .case-study-banner .Revevoleve-banner {
    height: 400px;
  }

  .profile-grid {
    grid-template-columns: 1fr;
  }

  .profile-cards {
    border: none;
  }
}

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

  .revenue-audit-main,
  .success-story-main {
    padding: 4px;
  }
}

@media only screen and (max-width: 389px) {
  :root {
    --font-48: 23px;
    --font-64: 21px;
  }

  .about-sec-grid-img img {
    width: 250px;
    height: 250px;
  }

  .about-sec-grid-dsc p {
    max-width: 260px;
  }

  .flexnews img {
    width: 60px;
    height: 50px;
  }

  .flexnews {
    grid-gap: 10px;
  }

  .innernews::after {
    font-size: 47px;
  }

  .testimonials-dsc p {
    max-width: 100%;
  }

  .casestudybox p {
    width: 250px;
  }

  .navbar-nav {
    margin-top: 10px;
  }

  .about-sec-grid-dsc h3 {
    width: 50%;
  }

  .Revevoleve-banner-dsc p {
    line-height: 130%;
  }

  .newsforrm input#input_1_1::placeholder {
    font-size: 13px;
  }

  .newsforrm input#input_1_1 {
    padding: 25px 50px 25px 20px;
  }

  .socialmedia ul {
    grid-gap: 10px;
  }

  .blog-detail-socialmedia {
    padding: 15px 15px 35px 15px;
  }

  .blog-detail-socialmedia li a img {
    padding: 12px;
  }

  .blog-detail-socialmedia ul {
    grid-gap: 10px;
  }

  .blog-detail-group-right {
    padding-top: 30px;
  }

  .latest-blog-group-main {
    padding-top: 30px;
  }

  .four-inn-blue,
  .About-us-sec-grid-blue,
  .About-us-sec-grid-green {
    padding: 20px;
  }

  .cuvimg {
    margin-top: 0;
  }

  .Revevoleve-banner {
    height: 360px;
  }

  .solutions-hotel-six-slider .mysolutationSwiper {
    max-width: 90%;
  }

  .resort-ai-driven-text {
    padding: 20px;
  }

  .page-template-solutions-resorts-tmpl .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 90%;
  }

  .icons {
    min-width: 80px;
    min-height: 80px;
  }

  .icons img {
    width: 45px;
  }

  .dflex {
    align-items: self-start;
    flex-direction: column;
  }

  .page-template-case-studies-tmpl .Revevoleve-sec-one.Revevoleve-Features-one p {
    max-width: 90%;
  }

  .whitemodelmain .modal-content {
    padding: 20px;
  }

  .whitemodelmain h1 {
    font-size: 22px !important;
  }

  .formdemo input#gform_submit_button_4 {
    padding: 12px 50px;
  }

  .formdemo .gform-theme--foundation .gform_footer,
  .gform-theme--foundation .gform_page_footer {
    margin-top: 40px;
  }

  .page-template-solutions-boutique-hotels .Revevoleve-banner {
    height: 620px;
    padding: 0 10px;
  }

  .product-used {
    padding: 15px;
  }

  .data-img img {
    width: 35px;
  }

  .impact-on-revenue {
    padding: 15px;
  }

  .how-analysis-common {
    padding: 20px;
  }

  .casestudybox p {
    width: 100%;
  }

  .how-analysis-two {
    margin-left: 20px;
  }

  .audit-btn .mail-btn {
    grid-gap: 6px;
  }

  .join-with-us-inner {
    padding: 0px 10px;
  }

  .blogs-tiles h5 {
    max-width: 200px;
  }

  .join-with-us .book-demo-btn {
    font-size: 13px;
  }

  .blog-detail-group-left .join-with-us .Download-btn p a {
    font-size: 13px;
    font-weight: 500;
  }

  .inner-banner-card h2 {
    font-size: 20px;
  }

  .inner-banner-card p {
    font-size: 14px !important;
  }

  .inner-banner-card:nth-child(1),
  .inner-banner-card:nth-child(2) {
    padding: 0px;
  }

  .inner-banner-card:nth-child(2) {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 374px) {
  :root {
    --font-28: 16px;
  }

  .headermain nav.navbar {
    width: calc(100% - 35px);
  }

  .innernews::after {
    font-size: 38px;
  }

  .img-grid-dsc {
    font-size: 18px;
  }

  .Features-thrtee-blue {
    padding: 236px 0 60px 0;
  }

  .hoverbox {
    width: 94%;
    height: 93%;
  }

  .main-pricing-tabs .nav {
    width: 290px;
  }

  .resort-feacture-block-text-one {
    padding: 20px;
  }

  .analysis-detail-inner-four h3 {
    min-width: 100%;
  }

  .audit-btn .schedule-btn,
  .audit-btn .mail-btn,
  .success-btn .Download-btn {
    font-size: 12px !important;
  }

  .headermain .navbar-brand {
    width: 210px;
  }
}