@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
    header .navbar-brand{
        margin-bottom: 0;
    }
    header .navbar-brand img {
        height: 70px;
    }
    .buttons{
        flex-direction: column;
    }
h1, .h1 {
    font-size: 35px;
}

h2, .h2 {
    font-size: 28px;
}

h4, .h4 {
    font-size: 20px !important;
}

p {
    font-size: 1rem;
}

p.smaller {
    font-size: 14px;
}

p.small {
    font-size: 14px;
}

.main-sidemenu {
    min-width: 100%;
    max-width: 100%;
}

.banner:after {
    height: 235px;
}

.btn {
    font-size: 1rem;
    line-height: 39px;
    padding: 0px 20px;
    min-width: 150px;
    margin-top: 10px;
}

.upcoming-activities .btn {
    margin-bottom: 20px;
}

.testimonials .owl-theme .owl-nav.disabled+.owl-dots {
    top: 100px;
}

.topbar {
    display: none;
}

header .navbar-brand {
    margin-top: -0px;
}

.banner .art {
    margin-top: 0px;
}

h3, .h3 {
    font-size: 25px;
}
.about, 
.upcoming-activities {
    padding: 60px 0px;
}
.testimonials{
    padding: 60px 0px 0px 0px;
}
.about p, 
.upcoming-activities p.lt {
    margin-bottom: 10px;
}
.about .bottom {
    margin-bottom: 0;
}
.imgstyle {
    margin-bottom: 20px;
}

.testimonials h2 {
    font-size: 36px;
}

.testimonials p {
    font-size: 1rem;
}

.testimonials .align1 {
    top: -25px;
    left: 14px;
    max-height: 59px;
}

.testimonials .align2 {
    top: -25px;
    right: 14px;
    max-height: 59px;
}

.footer {
    text-align: center;
}

.footer .social {
    margin-top: 20px;
}

.footer .text-end {
    text-align: center !important;
}

.footer ul li {
    list-style: none;
    display: inline-block;
    padding-right: 0px;
    padding: 5px 0px;
    width: 100%;
}

.textinfo .btn {
    margin-right: 10px;
}

.bgbox:hover {
    transform: scale(1.05) !important;
}

.table tbody>tr>td {
    padding: 14px 10px;
    font-size: 14px;
}

.table thead>tr>th {
    padding: 10px 10px;
    font-size: 14px;
}

.sidebar {
    padding: 0px 35px 60px 35px;
}

.register-form .bg {
    padding: 30px 20px 30px 20px;
}

.contact-form .bg {
    padding: 30px 20px 30px 20px;
}

}

@media only screen and (min-width: 768px)and (max-width: 991px) {
h1, .h1 {
    font-size: 35px;
}

h2, .h2 {
    font-size: 28px;
}

h4, .h4 {
    font-size: 20px !important;
}

p {
    font-size: 1rem;
}

p.smaller {
    font-size: 1rem;
}

p.small {
    font-size: 1rem;
}

.btn {
    font-size: 1rem;
    line-height: 40px;
    border-radius: 50px;
    padding: 0px 15px;
    min-width: 155px;
}

.banner .art {
    margin-top: 0px;
}

.testimonials p {
    font-size: 1rem;
}

.sidebar {
    padding: 0px 15px 60px 15px;
}

.register-form .bg {
    padding: 30px 20px 30px 20px;
}

.contact-form .bg {
    padding: 30px 20px 30px 20px;
}

.textinfo .btn {
    margin-right: 7px;
    margin-bottom: 10px;
}

.testimonials h2 {
    font-size: 30px;
}

}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
header .navbar-nav>.nav-item>.nav-link {
    font-size: 1rem;
}

.navbar-light .navbar-nav>.nav-item {
    margin-left: 20px;
}

h1, .h1 {
    font-size: 35px;
}

h2, .h2 {
    font-size: 28px;
}

h4, .h4 {
    font-size: 20px;
}

p {
    font-size: 1rem;
}

p.smaller {
    font-size: 14px;
}

p.small {
    font-size: 14px;
}

.sidebar {
    padding: 0px 15px 60px 15px;
}

.btn {
    font-size: 1rem;
    line-height: 45px;
}

.register-form .bg {
    padding: 50px 30px 60px 30px;
}

.form-control {
    padding: 0px 10px;
}

textarea.form-control {
    padding: 15px 10px;
}

}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
h1, .h1 {
    font-size: 46px;
}

h4, .h4 {
    font-size: 19px;
}

}