@media (max-width:480px) {  
.main-header {
    position: relative;
    top: 0;
}
.main-menu__logo img{
	    width: 200px;
}
.text-box h2 {
    margin-bottom: 4px;
    font-size: 16px;
}
.text-box{
        width:60%;
        left: 2%;
        top: 48%;
		padding: 10px;
}
.none{
	display:none;
}
.text-box p {
    margin-bottom: 0px;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
.text-box p.mar0 {
    margin-bottom: 0px;
    color: #000;
    font-size: 14px;
}
.about-four__success-ratio {
    position: absolute;
    top: 170px;
    left: -11px;
	padding: 10px 10px 9px;
}
.about-four__btn-and-call-box {
    margin-top: 10px;
}
.project-four__top {
    margin-bottom: 0;
}
.project-four__single {
    margin-bottom: 10px;
}
.project-four__single {
    position: relative;
    display: block;
    margin-bottom: 0;
}
.project-four__title {
    font-size: 18px;
	    margin-bottom: 5px;
}
.project-four__content {
    margin-top: 10px;
}
.contact-two__input-box {
    margin-bottom: 8px;
}
.project-three .filter-layout .col-xl-3.col-lg-3.col-md-6{
	    top: 15px;
}
.service-details__img img {
    border-radius: var(--careon-bdr-radius);
    width: 100%;
}
.service-details__need-help-title {
    font-size: 22px;
}
.service-details__need-help-icon {
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background-color: #ef5892;
    border-radius: 50%;
    margin: 7px auto 6px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.service-details__need-help-icon span {
    font-size: 22px;
}
.service-details__need-help-inner {
    padding: 10px;
    margin-top: 20px;
}
.hopital h1 {
    font-size: 18px;
}
.ah {
    border: 1px dotted #ccc;
    padding: 20px 2px;
}

}

.coming img{
    width: 35%;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    border: 2px solid #ccc;
    padding: 10px;	
}