@media  (max-width:480px){
.tophe li.none{
	display:none;
}
.tophe li {
    list-style: none;
    padding: 6px 5px;
	border-right: none;
}
.navbar-brand img {
    width: 175px;
}
.about-us-images {
        max-width: 100%;
        padding: 10px 11px 10px 15px;
    }
	    .section-title h2 {
        font-size: 22px;
    }
	.section-title p.btags {
    font-weight: 600;
    font-size: 16px;
    margin-top: 0;
    border-bottom: 1px dotted #19abe6;
    padding: 0px 0 1px;
    margin-bottom: 15px;
}
.section-title p {
        margin-top: 4px;
    }
	.program-item {
    position: relative;
    height: calc(100% - 30px);
    margin-bottom: 12px;
}
.testimonial-boxes {
        gap: 10px;
    }
	.book-appointment {
        margin-top: 41px;
    }
	#appointmentForm {
    margin-top: 0;
}
#appointmentForm .form-group{
	margin-bottom:12px ! important;
}
.book-appointment-form .form-control {
        padding: 12px 9px;
    }
	.footer-logo, .about-footer-content {
    margin-bottom: 12px;
    background: #fff;
    padding: 8px;
    border-radius: 10px;
    width: 50%;
}
.footer-logo, .about-footer-content {
        margin-bottom: 6px;
    }
	.footer-links h3:before {
    top: 32px;
    z-index: 9;
}
    .footer-links ul li {
        margin-bottom: 0px;
    }
	.footer-links {
        width: 100%;
        margin-bottom: 20px;
    }
	.footer-links h3 {
        font-size: 18px;
        margin-bottom: 22px;
    }
	.footer-copyright {
        padding: 8px 0;
        margin-top: 0;
    }
	body {
    font-size: 15px;
	}
	.section-title ul {
    padding: 0px;
    margin-bottom: 0;
}
.page-single-sidebar{
	display:none;
}

    .page-service-single {
        padding: 50px 0 0;
    }
	.testimonial-info p {
    text-align: justify;
}
.video video {
    margin-bottom: 8px;
    border: 4px solid #ccc;
}
.page-contact-us .section-title h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    cursor: none;
    color: #fff;
    margin-top: 0;
    background: #19abe6;
    padding: 14px 10px 10px;
    border-radius: 6px;
}
.form-group.mb-4 {
    margin-bottom:12px  !important;
}

.slicknav_nav .slicknav_row, .slicknav_nav li a {
    position: relative;
    font-family: var(--accent-font);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 12px 20px;
    color: #fff;
    line-height: normal;
    margin: 0;
    border-radius: 0 !important;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px dotted #ccc;
}
.contact-us-content {
    border-radius: 30px;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 40px;
}

}

@media  (max-width:1024px){
.main-menu ul li a {
    padding: 15px 3px !important;
}	
.navbar-brand img {
    width: 180px;
}
}