@media (max-width: 767px) {
  .banner .content p {
    font-size: 10px;
  }
  .banner .content h2 {
    font-size: 24px;
  }
  .sbox {
    margin: 10px auto;
  }
  .enquiryform {
    height: initial;
    position: relative;
  }
  footer .box {
    position: relative;
    margin: 10px auto;
  }
  .imgBox {
    position: relative;
    width: 100%;
    transition: 0.5s;
    z-index: 2;
  }
  .social-icon {
    padding-left: 0px;
  }
  .footTextArea {
    margin: 0 auto;
  }
  .variousServices h3 {
    width: 100%;
    margin-left: 0;
  }
  .contactContent {
    padding-top: 50px;
  }
  .officeLoaction {
    padding: 20px 0px;
  }
  .officeLoaction h2 {
    font-size: 25px;
  }
  .contactPartner h3 {
    text-align: left;
    font-size: 25px;
  }
  .officeAddress h4 {
    text-align: left;
    font-size: 25px;
  }
  .top-header ul {
    text-align: center;
  }
  .banner ul li {
    width: 25%;
  }
  .services .sbox .scontent p,
  .services .sbox {
    height: inherit;
  }
  .partners,
  .services,
  .hearfrom,
  .tagline,
  .services .sbox {
    padding: 15px;
  }
  .btn-primary {
    margin-bottom: 9px;
  }
  .top-header ul li {
    font-size: 12px;
  }
  .contactH3 {
    width: 100%;
    margin-left: 0px;
  }
  .navbar-brand img {
    width: 100px;
  }
  .m-50 {
    margin: 147px auto 0;
  }
  .social-icon li {
    list-style: none;
    margin: 9px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .packageImage3 img {
    width: 55%;
    height: 11%;
    position: absolute;
    bottom: 81px;
    right: 0;
}
  .services .sbox {
    height: inherit;
    padding: 10px;
  }
  .services .sbox .scontent p {
    height: 200px;
    text-align: center;
  }
  .services .sbox .scontent a {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    border-radius: 4px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    margin: 15px auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
  }
  .social-icon li {
    list-style: none;
    margin: 9px;
  }
}
@media (min-width:992px ) and (max-width:1199px){
  .packageImage3 img {
    width: 54%;
    height: 11%;
    position: absolute;
    bottom: 81px;
    right: 0px;
}
}