body {
  padding: 0%;
  margin: 0% auto;
  font-family: "Yantramanav", sans-serif !important;
  width: 100%;
  overflow-x: hidden;
}

header {
  float: left;
  width: 100%;
  padding: 20px 5%;
  position: relative;
  z-index: 9999;
  box-sizing: border-box;
}

section {
  float: left;
  width: 100%;
}
a,
li,
ul {
  color: inherit;
  text-decoration: none;
}

.center {
  text-align: center;
}

.col-1 {
  float: left;
  width: 100%;
  /* box-sizing: border-box; */
}

.col-2 {
  float: left;
  width: 50%;
  /* box-sizing: border-box; */
}

.col-3 {
  float: left;
  width: 33.33%;
  /* box-sizing: border-box; */
}

.col-4 {
  float: left;
  width: 25%;
  /* box-sizing: border-box; */
}

.logo {
  float: left;
}

.logo img {
  height: 60px;
}

.banner {
  float: left;
  margin-top: -150px;
  height: 900px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.banner-filter {
  float: left;
  width: 100%;
  height: 900px;
  margin-top: -900px;
  background-color: rgba(0, 0, 0, 0.4);
  /* padding: 200px 50px 0px 50px; */
  padding: 200px 5% 0px 5%;
}

.banner img {
  float: left;
  width: 100%;
}

.contact-number {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

.main-para {
  padding: 100px 0px;
  box-sizing: border-box;
}

.main-para h1 {
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.main-para p {
  color: #333;
}

.form {
  float: left;
  padding: 30px 40px 50px 40px;
  box-sizing: border-box;
  width: 500px;
  background: #ebebeb;
  margin-left: 50px;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.form h1 {
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
  padding: 0px 0px 0px 0px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
}

.form input {
  float: left;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Yantramanav", sans-serif !important;
  border: none;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 20px;
}
input:focus {
  outline: none;
  border: 2px solid #878383;
  padding: 9px;
}

.form textarea {
  float: left;
  width: 100%;
  min-height: 100px;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Yantramanav", sans-serif !important;
  border: none;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 20px;
}
textarea:focus {
  outline: none;
  border: 2px solid #878383;
  padding: 9px;
}

.form select {
  float: left;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Yantramanav", sans-serif !important;
  border: none;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 20px;
}
.form select option {
  float: left;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Yantramanav", sans-serif !important;
  border: none;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 20px;
}

select:focus {
  outline: none;
  border: 2px solid #878383;
  padding: 9px;
}

.form .btn {
  float: left;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  font-family: "Yantramanav", sans-serif !important;
  border: 1px solid #0df581;
  border-radius: 6px;
  font-size: 14px;
  background: #0df581;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  font-weight: 700;
}

.form .btn:hover {
  background: #09ba62;
  border-color: #09ba62;
}

.about-us {
  float: left;
  width: 100%;
  text-align: center;
  background: #252525;
  color: #fff;
  padding: 20px 5%;
  box-sizing: border-box;
}

.about-us h1 {
  font-size: 24px;
  line-height: 48px;
  color: #ccc;
}

.about-us p {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #b0b0b0;
}

.packages {
  float: left;
  width: 100%;
  text-align: center;
  background: #ebebeb;
  padding: 50px 5%;
  box-sizing: border-box;
}
.packages h1 {
  font-size: 48px;
  color: #04190e;
}
.box {
  float: left;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}

.package-box {
  float: left;
  box-sizing: border-box;
  width: 100%;
  min-height: 200px;
  margin-bottom: 50px;
  background: #fff;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.package-box img {
  float: left;
  width: 100%;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.package-box .text {
  padding: 0% 5%;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.package-box h2 {
  float: left;
  width: 100%;
  font-size: 24px;
  padding: 0;
  margin: 0;
  line-height: 36px;
  text-align: left;
  margin-bottom: 20px;
}

.package-box p {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 16px;
  padding: 0;
  line-height: 28px;
  margin: 0;
}

.package-box p strong {
  font-size: 24px;
  line-height: 60px;
}
.package-box p.duration span {
  color: red;
}

.package-box .btn {
  float: left;
  width: 100%;
  cursor: pointer;
}

.package-box .btn p {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 0px;
  background: #4caf50;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.credit {
  float: left;
  width: 100%;
  text-align: center;
  background: #333;
  color: #fff;
  padding: 20px 5%;
  box-sizing: border-box;
}

.about-us p {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 728px) {
  .col-sm-1 {
    width: 100%;
  }
  .col-sm-2 {
    width: 50%;
  }

  header {
    height: 80px;
  }
  .logo img {
    height: 40px;
  }

  .contact-number {
    font-size: 24px;
  }

  .banner {
    margin-top: -90px;
    height: 800px;
  }

  .banner img {
    height: 800px;
  }

  .form {
    width: 90%;
    padding: 5%;
    margin-left: 0px;
    margin-top: -400px;
  }

  .form h1 {
    font-size: 18px;
  }
}

.whatsapp {
  float: right;
  position: fixed;
  right: 2%;
  bottom: 5%;
  background: #09ba62;
  height: 50px;
  width: 50px;
  border-radius: 10px;
  cursor: pointer;
}
.whatsapp img {
  height: 50px;
  border-radius: 10px;
}

ul {
  float: left;
  width: 100%;
  padding: 0px 10px;
}

ul li {
  float: left;
  width: 100%;
  text-align: left;
  line-height: 28px;
}
