.common-banner-sec {
  height: 500px;
  background-position: top;
}

.common-banner-sec .breadcrumb {
  position: relative;
  z-index: 1;
  padding: 20px 0;
}

.common-banner-sec::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #22222285;
  /* background: linear-gradient(315deg, #00000000 44%, rgba(3, 3, 3, .3) 36%, rgb(3 3 3 / 16%) 0); */
}

.common-banner-sec .main-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 60px;
  z-index: 1;
}

/* contact us page css start */
.contact-sec h2 {
  margin-bottom: 20px;
}

.contact-sec .col-half:nth-of-type(2) h2 {
  text-align: center;
}

.contact-sec .information {
  padding: 40px 40px 0 0;
}

.contact-sec .information ul {
  margin: 30px 0 30px;
}

.contact-sec .information ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 20px;
}

.contact-sec .information .social-icons {
  margin: 20px 0 !important;
}

.contact-sec .information .social-icons li {
  margin-bottom: 0 !important;
}

.contact-sec .information ul li a {
  display: flex;
  font-size: 16px;
}

.contact-sec .information ul li a i {
  margin-right: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background-color: hsl(219.26deg 84.38% 37.65%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-form .form-wrapper {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px;
  border-radius: 10px;
}

.contact-sec .form-wrapper textarea {
  min-height: 100px;
  resize: vertical;
}

.contact-sec .form-wrapper .form-group .btn {
  display: block;
  max-width: 120px;
  margin: 0 auto;
  font-size: 18px;
}

@media (max-width:992px) {
  .contact-sec .information ul li .text {
    width: 80%;
  }

}

@media (max-width:767px) {
  h2 {
    font-size: 22px;
  }

  .common-banner-sec {
    height: 320px;
  }

  .common-banner-sec .main-title {
    text-align: center;
    font-size: 50px;
    width: 100%;
  }

  .common-banner-sec .main-title .destination-sec .row {
    row-gap: 20px;
  }

  .contact-sec .col-half {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-sec .form-wrapper form {
    row-gap: 16px;

  }

  .contact-sec .form-wrapper form .form-group {
    width: 100%;
    margin-bottom: 0;
  }

}

@media (max-width:580px) {

  .common-banner-sec .main-title {
    font-size: 40px;
  }

  .common-banner-sec {
    height: 240px;
  }

  .contact-sec .form-wrapper form .form-group {
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width:480px) {
  .common-banner-sec .main-title {
    font-size: 30px;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: unset;
    position: relative;
    z-index: 1;
    top: auto;
    left: 0;
    padding: 80px 0;
  }

}