@media (min-width: 900px) {
  /* --On/off--*/
  .aling-main {
    text-align: inherit;
  }
  .p-relative {
    position: relative;
  }
  .display-responsive, .display-responsive-shape {
    display: inherit;
  }
  .display-responsive-initial, .xl-logo {
    display: initial;
  }
  .mobile-logo{
    display: none;
  }
  /* Shapes */
  .shape9 {
    left: 45%;
    top: 40%;
  }
  .navbar-nav li {
    padding:  0;
}
.shape1 {
  bottom: 8em;
}
  /* Header Area Css */
  .wile-navbar.banner-main-nav {
    background-color: transparent;
}
.margin-top-100 {
	margin-top: 100px !important;
}


}
@media (min-width: 600px) and (max-width: 1000px) {
 .display-responsive-shape{
  display: inherit !important;
 }
 .top-header-area {
  display: none !important;
}

}
@media only screen and (min-width: 992px) and (max-width: 1199px){
  .banner-area .banner-image img:last-child, .banner-area .banner-image img  {
    width: 300px!important;
  }
  .banner-area .banner-image img {
    left: 20%;
    top: -15em;
  }
  .xl-logo, .top-header-area {
    display: none !important;
  }
  .mobile-logo {
    display: inherit;
  }
 
 
}
@media only screen and (max-width: 1300px) and (min-width: 700px) {
  /* .display-responsive, .display-responsive-initial {
    display: none !important;
  } */
  .xl-logo, .top-header-area {
    display: none !important;
  }
  .mobile-logo {
    display: inherit;
  }
  .wile-navbar.banner-main-nav {
    background-color: #fff!important
}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  .display-responsive, .display-responsive-initial {
    display: none !important;
  }
}

@media only screen and (max-width: 767px){
  .display-responsive-initial {
    display: initial !important;
  }
  .top-header-area {
    display: none !important;
  }
  .xl-logo{
    display: none;
  }
}