/*========== Banner Scetion Here ==========*/
.banner-two.style-about.style-details-two {
  background: url(../assets/images/tour/details/bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.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 End ==========*/


/*=============== Contact Page Here ===============*/
.no-resize {
  resize: none;
}

.contact-info {
    overflow: hidden;
  }
  .contact-info .contact-info-items {
    text-align: center;
    box-shadow: 0px 4px 24px 0px rgba(106, 105, 194, 0.25);
    padding: 50px 30px;
    transition: all 0.4s ease-in-out;
  }
  .contact-info .contact-info-items i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #109b9e;
    font-size: calc(1.275rem + 0.3vw);
    box-shadow: 0px 4px 24px 0px rgba(106, 105, 194, 0.15);
    border-radius: 100%;
    text-align: center;
  }
  .contact-info .contact-info-items h5 {
    font-size: 20px;
    color: #454545;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 20px;
  }
  .contact-info .contact-info-items p {
    font-weight: 500;
    font-size: 16px;
    color: #727272;
    margin-top: 10px;
  }
  .contact-info .contact-info-items:hover {
    box-shadow: 0px 4px 24px 0px rgba(131, 194, 236, 0.25);
  }
  .contact-info .contact-right .reply-head {
    font-size: 32px;
    color: #454545;
    font-weight: 600;
    margin: 40px 0px;
  }
  .contact-info .contact-right .form-clt input {
    width: 100%;
    outline: none;
    border-radius: 5px;
    border: none;
    padding: 14px 15px;
    border: 2px solid #ebebeb;
  }
  textarea{
    width: 100%;
    outline: none;
    border-radius: 5px;
    border: none;
    padding: 14px 15px;
    border: 2px solid #ebebeb;
  }
  .contact-info .contact-right .cmn--btn {
    border-radius: 5px;
    padding: 12px 32.5px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    color: #454545;
    text-transform: uppercase;
    transition: all 0.3s;
    border: 1px solid #109b9e;
    background: #fff;
    position: relative;
    box-shadow: none;
    outline: none;
    overflow: hidden;
    letter-spacing: 2px;
    transition: all 0.4s ease-in-out;
  }
  .contact-info .contact-right .cmn--btn:hover {
    color: #fff;
    background: #109b9e;
    border: 1px solid #109b9e;
  }
  .contact-info .googpemap {
    padding: 65px 20px 0;
  }
  .contact-info .googpemap iframe {
    width: 100%;
    height: 450px;
    border-radius: 20px;
  }

  @media screen and (max-width: 991px) {
    .contact-info .googpemap {
      padding: 30px 0px 0;
    }
    .contact-info .googpemap iframe {
      width: 100%;
      height: 450px;
      border-radius: 20px;
    }
  }
  @media screen and (max-width: 768px) {
    .contact-info .contact-info-items h5 {
      font-size: 18px;
    }
    .contact-info .contact-info-items p {
      font-size: 14px;
    }
    .contact-info .contact-right .reply-head {
      font-size: 24px;
    }
    .contact-info .contact-right .cmn--btn {
      font-size: 14px;
    }
    .banner-section .banner-items .banner-content {
      top: 100px;
  }
  }
  /*=============== Contact Page End ===============*/

