p{
    margin:0px !important;
    margin-bottom:7px !important;
}
.about {
    font-size: medium;
    font-weight: 70;
    padding: 20px;
    text-align: justify;
}

.cards {
    margin-top: 50px;
}
@media (min-width:0px) and (max-width:767px){
    .cards {
        margin-top:0px;
    }
}
.shedule {
    border: 1px solid black;
    background-color: wheat;
    height: 250px;
}
@media (min-width:768px) and (max-width:1199px){
    .shedule {
     height: 335px;
    }
}

.card-tittle {
    text-align: center;
    padding: 20px;
    color: red;
}

.card-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}

.box {
    text-align: center;
}

.gal {
    border-radius: 20px;
}

.gal-tittle {
    margin-top: 10px;
    font-weight: 150;
    font-size: large;
}

.gal-head {
    text-align: center;
    color: white;
    background-color: orange;
    padding: 10px;
    margin-bottom: 50px;
}

.card {
    border: none;
    text-align: center;

}

.marquee {
    padding: 10px;
}

span {
    color: red;
}

.bottom {
    background-image: url(../images/footer.jpg);
    height: 200px;
}

.facebook {
    background-image: url(../images/facebook.jpg);
    padding-top: 20px;
    width: 250px;
    height: 170px;
}

.fb-img {
    width: 50px;
    border: white solid 1px;
    padding-left: 5px;
}

.fb-content {
    font-weight: bold;
    color: white;
    text-align: center;
}

.fb-btn {
    background-color: white;
    width: auto;
    margin-left: 30px;
    margin-top: 80px;
}

.faicon {
    text-align: center;
    width: 42px;
    margin: 3px;
    font-size: medium;
    color: orange;
    background-color: white;
    padding: 10px;
    border-radius: 40px;
}

    .faicon:hover {
        background-color: orange;
        color: white;
    }

.social {
    min-height: 100px; /* Adjust the height as needed */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0px 30px 10px 0px;
}

.icon-row {
    align-self: flex-end;
}

.carousel-button {
    position: absolute;
}

.btn-slider {
    background-color: red;
    color: white;
    text-align: center;
    padding: 20px;
    width: 20px;
}

.fixed-button {
    position: absolute;
    bottom: 5px;
    left: 30%;
}

#requestButton {
    background-color: white;
    width:185px;
    color: orange;
    border-radius: 20px;
    opacity: 0.9;
}

    #requestButton:hover {
        background-color: white;
        color: black;
        font:bold;
        opacity: 1;
    }
/* -------contact---------- */
li {
    list-style: none;
}

.info {
    font-size: x-large;
    background-color: orange;
    color: white;
    padding: 20px;
    border-radius: 60px;
    width: 63px;
}
.About {
    font-size: 17px;
    text-align: justify;
    margin-top: 10px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}
/* -------contact---------- */

@media (min-width:660px) and (max-width:900px) {
    .fixed-button {
        left: 14%;
    }
}

@media (max-width:660px) {
    .fixed-button {
        left: 7%;
    }
}

@media (max-width:660px) {
    #requestButton {
        width: 100px;
        font-size: 10px;
    }
}