/*========== Banner Scetion Here ==========*/
.banner-two.style-about {
    background: url(./assets/images/photo/photo2.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    height: 100%;
  }
  .banner-two.style-about.style-details-two .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    background-size: 3px 3px;
  }
  .banner-two.style-about .page-tittle {
    padding: 250px 0px;
    max-width: 685px;
    text-align: left;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
  }
  .banner-two.style-about .page-tittle .banner-tittle {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .banner-two.style-about .page-tittle .left-content {
    display: flex;
    align-items: center;
  }
  .banner-two.style-about .page-tittle .left-content .home {
    font-size: 24px;
    font-weight: 500;
    margin-right: 20px;
    text-transform: capitalize;
    position: relative;
  }
  .banner-two.style-about .page-tittle .left-content .home a {
    color: #fff;
    transition: all 0.4s ease-in-out;
  }
  .banner-two.style-about .page-tittle .left-content .home a:hover {
    color: #109b9e;
  }
  .banner-two.style-about .page-tittle .left-content li {
    margin-right: 20px;
    text-transform: capitalize;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
  }
  .banner-two.style-about .page-tittle .left-content li i {
    font-size: 16px;
  }
  .banner-two.style-about .page-tittle .left-content li a {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
  }
  
  @media screen and (max-width: 991px) {
    .banner-two.style-about .page-tittle {
      padding: 150px 0px;
    }
    .banner-two.style-about .page-tittle .banner-tittle {
      font-size: 60px;
    }
    .banner-two.style-about .page-tittle .left-content .home {
      font-size: 22px;
    }
    .banner-two.style-about .page-tittle .left-content a {
      font-size: 22px;
    }
  }
  @media screen and (max-width: 768px) {
    .banner-two.style-about .page-tittle {
      padding: 100px 0px;
    }
    .banner-two.style-about .page-tittle .banner-tittle {
      font-size: 42px;
      text-align: center;
    }
    .banner-two.style-about .page-tittle .left-content {
      justify-content: center;
    }
    .banner-two.style-about .page-tittle .left-content .home {
      font-size: 18px;
    }
    .banner-two.style-about .page-tittle .left-content a {
      font-size: 18px;
    }
  }
  /*========== Banner Scetion Ends ==========*/
  
  
  /*========== Tour Info Here ==========*/
  .tour-info {
      overflow: hidden;
    }
    .tour-info .tour-info-items {
      box-shadow: 0px 4px 24px 0px rgba(106, 105, 194, 0.25);
      padding: 30px;
    }
    .tour-info .tour-info-items .tour-info-tittle {
      margin-bottom: 30px;
    }
    .tour-info .tour-info-items .tour-info-tittle h3 {
      font-size: 36px;
      text-transform: capitalize;
      font-weight: 700;
      color: #454545;
    }
    .tour-info .tour-info-items .tour-info-list {
      display: flex;
    }
    .tour-info .tour-info-items .tour-info-list .left {
      margin-right: 15px;
    }
    .tour-info .tour-info-items .tour-info-list .left i {
      font-size: 18px;
      color: #109b9e;
    }
    .tour-info .tour-info-items .tour-info-list .right p {
      font-size: 18px;
      color: #727272;
      font-weight: 500;
      text-transform: capitalize;
    }
    .tour-info .tour-info-items .tour-info-list .default-btn {
      padding-inline: 40px;
      line-height: 56px;
      background: #109b9e;
      border-radius: 5px;
      color: #fff;
      font-weight: 500;
      font-size: 18px;
      transition: all 0.4s ease-in-out;
      border: 1px solid #109b9e;
    }
    .tour-info .tour-info-items .tour-info-list .default-btn:hover {
      background: #fff;
      border: 1px solid #109b9e;
      color: #109b9e;
    }
    .tour-image img {
      width: 100%;
  }
  .tour-info-list.btns .default-btn {
    background: #109b9e;
    padding: 10px 20px;
    margin-top: 25px;
    display: inline-block;
    color: #fff;
    transition: all 0.4s ease-in-out;
    text-align: center;
    font-size: 20px;
  }
  .tour-info-list .default-btn:hover {
    background: #000;
  }
    
    @media screen and (max-width: 768px) {
      .tour-info .tour-info-items .tour-info-tittle h3 {
        font-size: 22px;
      }
      .tour-info .tour-info-items .tour-info-list .left i {
        font-size: 15px;
      }
      .tour-info .tour-info-items .tour-info-list .right p {
        font-size: 15px;
      }
      .tour-info .tour-info-items .tour-info-list .default-btn {
        font-size: 15px;
      }
    }
    /*========== Tour Info End ==========*/
  
    /*========== Tour Info Detailas Here ==========*/
  .blog-page .blog-wrapper .tour-details-items .tour-inner-details .tour-content h3 {
      font-size: 28px;
      font-weight: 700;
      color: #454545;
      text-transform: capitalize;
      margin-bottom: 15px;
    }
    .blog-page .blog-wrapper .tour-details-items .tour-inner-details .tour-content p {
      color: #727272;
      font-weight: 500;
      line-height: 30px;
    }
    .blog-page .blog-wrapper .tour-details-items .tour-inner-details .tour-content .tour-content-info .tour-content-details ul li {
      padding-block: 10px;
    }
    .blog-page .blog-wrapper .tour-details-items .tour-inner-details .tour-content .tour-content-info .tour-content-details ul li i {
      color: #109b9e;
      margin-right: 8px;
    }
    .blog-page .blog-wrapper .tour-details-items .tour-inner-details .tour-content .tour-content-info .tour-content-details ul .d-list i {
      color: #727272;
    }
    .blog-page .blog-wrapper .tour-details-items .tour-location {
      margin-top: 30px;
    }
    .blog-page .blog-wrapper .tour-details-items .tour-location .tour-contents {
      margin-bottom: 30px;
    }
    .blog-page .blog-wrapper .tour-details-items .tour-location .tour-contents h3 {
      font-size: 28px;
      font-weight: 700;
      color: #454545;
      text-transform: capitalize;
    }
    .blog-page .blog-wrapper .tour-details-items .tour-location .tour-location-details iframe {
      width: 100%;
      height: 450px;
      border-radius: 20px;
    }
    
    @media screen and (max-width: 768px) {
      .blog-page .blog-wrapper .tour-details-items .tour-inner-details .tour-content h3 {
        font-size: 22px;
      }
      .blog-page .blog-wrapper .tour-details-items .tour-inner-details .tour-content p {
        font-size: 14px;
      }
      .blog-page .blog-wrapper .tour-details-items .tour-location .tour-contents h3 {
        font-size: 22px;
      }
    }
    /*========== Tour Info Detailas End ==========*/
  
    
  
  
  
  
  
  
    