@media only screen and (max-width:991px) {
  .heaer-responsive{
    display:block;
    color:white;
    font-size: 35px;
    position: fixed;
    padding-top:10px;
    padding-left:500px;
  }
  .header-logo{
    position: fixed;
    left:100px;
  }
  .header-manue{
    display: none;
  }
  .header{
    position: fixed;
  }
.header-manue nav ul{
  position: absolute;
  width: 100%;
  left:0;
  top:100%;
  display: block;
  color:white;
  background: tomato;
}
.header-manue nav ul li a{
  display: block;
  -webkit-transition:0.5s;
  transition: 0.5s;

}
.header-manue nav ul li a:hover{
  background: white;
  color:tomato;
  width:100px;
  padding:10px;
  font-weight: 600;
  border-radius: 10px;
}
.header-manue nav ul li a{
  display: block;
}
.section01-heading h1 {
	font-size: 65px;
}
.section03-parent > div img {
	width: 300px;
	height: 300px;
}
.section03-main-part {
	height: 48vh;
}
.section04-child02 img {
	width: 300px;
	height: 300px;
}
.section04-main-part {
	height: 55vh;
}
.section05-parent > div {
	margin: 0 auto;
}
.section02-main-part {
	height: 64vh;
}
.section07-main-part {
  height: 38vh;
}
.section08-main-part {
	height: 54vh;
}
}
@media only screen and (max-width: 575px) {
  .heaer-responsive {
    padding-left: 80px;
  }
  .header-logo {
    left: 69px;
  }
  .section02-main-part {
    height: auto;
  }
  .section03-main-part {
    height: auto;
  }
  .section04-main-part {
    height: auto;
  }
  .section04-child01 {
    margin-bottom: 20px;
  }
  .section05-parent > div {
    margin: 0 auto 20px;
  }
  .section06-main-part {
    height: auto;
  }
  .section06-parent > div {
    margin-bottom: 20px;
  }
  .section08-form form button {
    display: block;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    margin-left: 108px;
    margin-top: 10px;
  }
  .section08-form form input {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .footer-parent h2 {
    padding-top: 63px;
  }
  .section08-main-part {
    height: auto;
  }
}
