/* MediCare - Home Page 01 HTML Template */

@media screen and (min-width: 320px) and (max-width: 414px){ 
	.main-header .inner-container::before {
		height: 100% !important;
	}

	.main-header .logo-box {
		padding-top: 10px !important;
		padding-bottom: 8px !important;
	}

}

@media screen and (min-width: 768px) and (max-width: 1024px){ 
	
}

@media screen and (min-width: 1025px) and (max-width: 1366px){ 
	
	
}

@media screen and (min-width: 769px) and (max-width: 1920px){ 
  .show-pc {
	display: block;
  }
  .mobile {
	display: none !important;
  }
}

@media screen and (max-width:768px) { 
  .show-pc {
	display: none !important;
  }
  .mobile {
	display: block !important;
  }
  
	

}

@media screen and (max-width:767px) {
  .event-block .inner-box {
    text-align: center;
  }
  .event-block .content-box {
    padding: 0px 0px;
    min-height: 0;
}
.event-block .content-box .date-box {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.event-block .content-box .date-box {
    width: 100px;
    margin: 0 auto 10px;
}
.event-block .content-box .content {
    padding-right: 0;
}
.event-block .read-more {
    position: relative;
    display: block;
    left: 0;
    top: 0;
    padding: 30px 0 0;
    border: none;
    width: 100%;
    text-align: left;
    height: auto;
}
.event-block .read-more {
    display: inline-block;
    width: auto;
}
	

}

