@media screen and (min-width:992px){
.header-nav ul li:hover .sub-menu {
    display: block;
}
}
@media screen and (min-width:1600px){
    .container{
        width: 100%;
        max-width: 1400px;
    }   
}


@media screen and (max-width:1599px){
  
}
@media screen and (max-width:1399.99px){
 .team-member-repeat img{
  height: 360px;
 }
 .collections_list-grid img {
    height: 388px;
}
.our-team-page-grid .team-member-repeat img {
    height: 540px;
}
}
@media screen and (max-width:1279.99px) {
.contact-details {
    width: 288px;
}
.our-team-page-grid .team-member-repeat img {
    height: 440px;
}
}

@media screen and (max-width:1199px) {
 
}

@media screen and (max-width:991px) {

.mobile-menu-wrap{
      position: fixed;
    height: 100%;
    background: #fff;
    z-index: 999;
    top: 0;
    width:100%;
}
.mobile-menu-inner {
        padding: 15px;
        max-height: calc(100svh - 112px);
        overflow-y: auto;
    }
.mobile-menu-inner ul li {
    display: block;
    margin:0;
}
.submenu-dropdown{
  position: static;
  width: 100%;
}
    header ul li a {
        font-size: 16px;
        font-weight: 400;
        display: flex
;
        justify-content: space-between;
        border-bottom: 1px solid #f2f2f2;
        padding: 10px 0;
    }


.mobile-menu-wrap.open-mobile-menu {
    display: block !important;
}

.team-member-repeat img{
      height: 220px;
}
.team-grid-wrap{
      grid-template-columns: repeat(2, 1fr);
}
.collections_list-grid img {
    height: 248px;
}
.our-team-page-grid .team-member-repeat img {
    height: 360px;
}
.team-detail h2{
  font-size: 32px;
  
}
.member-name p{
  font-size: 14px;
}
.member-info p {
    margin: 0;
    width: 215px;
    font-size: 14px;
    text-align: right;
    line-height: 25px;
}
.open-menu-btn {
    display: block !important;
}
.mob-menu-header {
    display: flex !important
;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.inner-menu-wrap{
 position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 222;
    display: none;
}
.open-menu{
  display: block !important;
}
.header-right ul {
  display: block;
        width: 100%;
        padding: 0;
        max-height: calc(100% - 107px);
        overflow: auto;
}
header ul li{
  width: 100%;
  height: auto;
}
header ul li a{
  display: block;
  width: 100%;
          padding: 15px;
}

}

@media screen and (max-width:767px){
  
.about-inner-data {
    display: block !important;
}
.about-img {
    width: 100%;
    margin-bottom: 30px;
}
.about-data {
    width: 100%;
    padding-left: 0;
}
.product-grid-wrap {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 0;
    margin-top: 30px;
}

.footer-inner-data{
  display: block;
  text-align: center;
}
.footer-logo{
  margin: 0 auto;
}
.contact-details {
        width: 100%;
        margin: 30px 0;
        text-align: center;
        justify-content: center;
    }
    .quick-menu {
    width: 100%;
    margin: 0 auto;
}
.socila-media-icons{
  justify-content: center;
}

.footer-bottom{
  display: block;
  text-align: center;
}
.copyright-text {
    margin-top: 10px;
}
.footer-bottom-nav ul{
  display: block;
  padding: 0px;
  margin: 0px;
}
.footer-bottom-nav ul li {
    display: inline-block;
    margin: 0px 9px;
}

.footer-right-iner, .footer-right{
  width: 100%;
}
.contact-detail-repeat{
font-size: 14px;
        text-align: left;
        line-height: 24px;
}

.footer-emails-wrap {
    margin: 14px 0;
}
.team-grid-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
        .team-member-repeat img {
        height: 370px;
    }
    h2{
      font-size: 36px;
      line-height: 50px;
    }
    p, *{
      font-size: 14px;
    }
    .sec-padding {
    padding: 50px 0px;
}
.about-data .primary-btn {
    margin-top: 20px;
}
.primary-btn svg {
    width: 24px;
}
    .banner-inner-data .primary-btn {
   
    height: 48px;
    width: auto;
}
.primary-btn{
  min-width: 173px;
}
.product-repeat img{
  height: 250px;
}
h1 {
    font-size: 40px;
}
section.inner-pages-banner{
  height: 250px;
}
.small-container.infrasture-data-wrap{
  gap: 40px;
}
.product-grid-wrap.collections_list-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.contact-form {
    padding: 20px;
    margin: 40px 0;
}
.get-intouch-info .contact-detail-repeat {
    font-size: 18px;
    line-height: 26px;
    justify-content: start;
}
.get-intouch-info{
  margin-top: 20px !important;
}
.quick-menu ul li{
  margin: 10px !important;
  display: inline-block;
}
.footer-right {
    margin-top: 40px;
}
section.home-banner-sec.banner-wrapper > img {
    height: 400px;
    object-fit: cover;
}
}

