/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.search-icon {
    position: absolute;
    right: 13px !important;
    top: 18px !important;
    color: #fff;
    font-size: 25px !important;
    cursor: pointer;
}
.mid-video {
margin-left:0px; 
}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
 

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

 @media only screen and (max-width: 991px) {
 .mid-video {
margin-left:0px; 
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
 .mid-video {
margin-left:-100px; 
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
 
}

@media (min-width: 992px){/* Desk */
.slider-fade .owl-item {
  height: 100vh;
  }
}

@media screen and (max-width: 991px){ /* mobile */
.nav-list {
display:none;
}
.slider-fade .owl-item {
    height: 50vh;
}
.nygcilife .owl-item {
    height: 80vh;
}
.home-banner {
min-height:250px !important;
}
.width50p {
width:50%;
}
}
@media screen and (max-width: 850px){ /* tab */


}
@media screen and (max-width: 600px){ /* mobile */

}