/******************************
responsive area
********************************/
/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{
	
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{

}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{

}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{

}
@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 480px) and (max-width: 767px) {

}

@media (max-width: 479px) {
.resnone{
display:none !important;
}
.main_logo {
  width: 250px;
  height: auto;
}
.intro-min-h {
  min-height: 100% !important;
}
.new-course-con-wrap {
  height: auto;
}
.new-course-wrap span img {
  width: 100%;
  height: auto;
}

}