@media (min-width: 120px) and (max-width: 810px) {
 #approvedReviewsDiv{
    margin-top:-1% !important;
    margin-left: 0.2% !important;
 }
    .reviewsContainerDiv{
        margin-top: 0% !important;
    }

    .reviewContentContainer {
        display:block !important;
    }

    .adventureNewsStyle h5{
        padding:4.5% !important;
    }

    .findStyle2 {
          margin-bottom: 10%;
        }

        .reviewRightSideContainer {
            width:100% !important;
        }

        .reviewLeftSideContainer {
            width:100% !important;
        }

        .mainIndexContent {
            margin-bottom: 30% !important;
        }
}

.reviewRightSideContainer {
    width:55%;
}

.reviewLeftSideContainer {
    width:45%;
}

    #allAdventureContainer {
      padding: 12px;
      margin-top:2%;

    }

    .adventureTopDescriptionText {
      text-align: center;
      background: #273E47;
      padding: 10px;
      color: #fff;
      margin-bottom: 30px;
    }

    .adventureMainTitle {
      text-align: center;
      background: #212529;
      padding: 10px;
      margin: 0px;
      margin-top: -5px;
      color: #fff;
    }


    .findStyle2 {
      margin-bottom: 3%;
      padding: 0px 13px;
    }

    .adventureNewsStyle h5 {
      background: #273E47;
      color: #fff;
      padding: 2.5%;
      margin: 0px;
    }

    .adventureNewsStyle p {
          background: #c0392b;
          color: #fff;
          padding: 20px;
          min-height: 100px;
          box-shadow: 3px 8px 9px 0px #121617eb;
          text-align: justify;
        }


    .parallaxForSmm {
      /* The image used */
      background-image: url("../images/evertopresort/adventure-bg.webp") !important;
      /* Set a specific height */
      min-height: 500px;

      /* Create the parallax scrolling effect */
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;

      padding: 24px;

      margin: 3px;
      padding-top: 42px;
      margin-bottom: 25px;
    }

    #singleAdventureContainer {
      padding: 28px 10px;

    }

    .singleAdventureLeft {
      margin: 0px;
      background: #273E47;
      padding: 0px;
      color: #fff;
      box-shadow: -3px 5px 9px 0px #121617eb;

    }

    .singleAdventureLeft img {
      margin: 16px;

      margin-right: 10px;


    }

    .singleAdventureRight {
      margin: 0px;

      padding: 0px;


    }

    .leftHeaderAdventure {
      padding: 10px 25px;
      background: #212529;
      display: flex;

    }

    .adventureMainContainer2 {

      padding: 25px 20px !important;

    }

    #singleAdventureDescription {
      margin: 25px 0px;
      padding: 33px;
      background: #f54;
      color: #fff;
    }

    .mainPackage2 {
      height: 200px;
      padding: 11px 0px;
      margin: 0;

    }

    .packagesAdventureTitleAdventures {
      padding: 18px;
      margin: 0px;
      margin-bottom: 0px;
      background: #212529;
      color: #fff;
      margin-bottom: -11px;
      margin-top: 25px;
    }

    .bottomAdventureStyle2 {
      padding: 0px;
    }

    .rightContentTopSingleLinks {
      margin-left: auto;
      margin-right: 0;

    }

    .singleAdventureLeft p {
      padding: 20px;

    }

    .rightDivPackagesContent {

      padding: 0px;
    }

    .bottomContent {
      margin-top: 70px;
    }

    .mainIndexContent{
      margin-top: 6%;
      margin-bottom: 1%;
    }

    .adventureDetailsHeading{
        text-align: center;
        margin: 2%;
        color:#fff;
        background-color: #c0392b;
        padding: 1%;
    }

    .adventureDetailsHeading:hover {
      font-weight: bold;
    }

    .adventureDetailsDiv{
        text-align: center;
        font-size: 20px;
        padding: 2%;
        color:#fff;
        background-color:#212529f5;
    }

    /*.adventureDetailsDiv:hover{
        font-weight: bold;
    }*/

    .parallaxForPackages1 {
            /* The image used */
            background-image: url("../images/evertopresort/single-adventure-bg-1.webp") !important;
          /* Set a specific height */
          min-height: 500px;

          /* Create the parallax scrolling effect */
          background-attachment: fixed;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          padding-bottom:2%;

    }

     .parallaxForPackages2 {
           /* The image used */
           background-image: url("../images/evertopresort/single-adventure-bg-2.webp") !important;
           /* Set a specific height */
           min-height: 500px;

           /* Create the parallax scrolling effect */
           background-attachment: fixed;
           background-position: center;
           background-repeat: no-repeat;
           background-size: cover;
           padding-bottom:2%;
      }

      .parallaxForPackages3 {
            /* The image used */
            background-image: url("../images/evertopresort/single-adventure-bg-3.webp") !important;
            /* Set a specific height */
            min-height: 500px;

            /* Create the parallax scrolling effect */
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            padding-bottom:2%;
       }

       .star-rating-trustpilot {
         font-size: 200%;
       }

       .star-trustpilot {
         cursor: pointer;
         color: gray;
       }

       .star-trustpilot.active,
       .star-trustpilot:hover {
         color: gold;
       }


     .star-rating {
       font-size: 190%;
     }
      .star {
        cursor: pointer;
        color: gray;
        margin-left: 20%;
      }
      .star.active,
      .star:hover {
        color: gold;
      }

      .review-star-rating {
         font-size: 190%;
       }
        .review-star {
          cursor: pointer;
          color: gray;
        }
        .review-star.active,
        .star:hover {
          color: gold;
        }



      .error {
          border: 2px solid #c0392b;
      }

      .error:focus {
        border: 2px solid #c0392b;
      }


      .singleReview{
          display: flex;
          background: #1d1b1a1a;
          margin-bottom: 12px;
          /*box-shadow: 0px 0px 5px #121617eb;*/
      }

      #approvedReviewsDiv {
        max-height: 960px; /* Set the maximum height where scrolling should start */
        overflow-y: auto;
      }


