.text-blue {
    color: #3c337a;
}

.bg-blue {
    background-color: #3c337a;
    color: white;
}

.bg-grey {
    background-color: #e7e9ec;
}

.text-red {
    color: #eb1e27;
}

.nav-link:hover {
    background-color: whitesmoke !important;
    color: #3c337a !important;
}

.carousel_text_large {
    position: absolute;
    top: 70px;
    right: 200px;
    color: aliceblue !important;
}

.carousel_text_small {
    position: absolute;
    top: 8px;
    right: 10px;
    color: aliceblue !important;
}

.col-border {
    border: 2px solid black !important;
}

.btn-1:hover {
    background-color: whitesmoke !important;
    color: green !important;
}

.btn-2:hover {
    background-color: whitesmoke !important;
    color: red !important;
}

.btn-3:hover {
    background-color: whitesmoke !important;
    color: blue !important;
}

.feedback-box {
    border-radius: 15px;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 3px;
    padding-right: 5px;
    width: 90%;
    margin: auto;
}

.div-box {
    border-radius: 20px;
    padding-left: 5px;
    padding-top: 8px;
    padding-bottom: 3px;
    padding-right: 5px;
    background-color: #e6e6e6;
}

.about-heading {
    float: left;
    width: 50%;
    background-color: #e7e9ec;
    height: 300px;
    font-size: 50px;
    color: #545454;
    padding-left: 250px;
    padding-top: 70px;
}

.about-content {
    float: right;
    width: 50%;
    height: 300px;
    font-size: 23px;
    color: #545454;
    padding-left: 10px;
    padding-right: 5px;
}

.about-heading-sm {
    float: left;
    width: 50%;
    background-color: #e7e9ec;
    height: 200px;
    font-size: 20px;
    color: #545454;
    padding-left: 65px;
    padding-top: 70px;
}

.about-content-sm {
    float: right;
    width: 50%;
    height: 200px;
    font-size: 10px;
    color: #545454;
    padding-left: 10px;
    padding-right: 5px;
}

.card-box {
    background-color: #c7d0d8;
    border-radius: 20px;
    padding-top: 15px;
    padding-bottom: 7px;
}

.get-box-title {
    padding-top: 55px;
    padding-left: 480px;
}

.get-box-desc {
    padding-left: 100px;
    font-size: 22px;
}

.get-box-title-sm {
    padding-top: 5px;
    text-align: center;
}

.get-box-desc-sm {
    font-size: 18px;
    padding-bottom: 10px;
    margin: auto;
}

.accordion {
    background-color: #e6e6e6;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    border-radius: 20px;
    text-align: left;
    outline: none;
    font-size: 25px;
    transition: 0.4s;
}

.active-2,
.accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active-2:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: #f2f2f2;
    font-size: 20px;
    border-radius: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.fa {
    padding: 20px;
    font-size: 30px !important;
    width: 80px;
    text-align: center;
    text-decoration: none;
}

.fa:hover {
    opacity: 0.7;
    color: floralwhite;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-instagram {
    background: #bc2a8d;
    color: white;
}

.panel-footer {
    margin-top: 30px;
    padding-top: 35px;
    padding-bottom: 30px;
    border-top: 0;
}

.panel-footer div.row {
    margin-bottom: 35px;
}

#hours,
#address,
#testimonials {
    line-height: 2;
}

#hours>span,
#address>span {
    font-size: 1.1em;
}

#address p {
    color: orange;
    font-size: .8em;
    line-height: 1.8;
}


/* #testimonials {
    font-style: italic;
} */


/* #testimonials p:nth-child(2) {
    margin-top: 25px;
} */

@media(max-width: 768px) {
    .panel-footer section {
        margin-bottom: 30px;
        text-align: center;
    }
    .panel-footer section:nth-child(3) {
        margin-bottom: 0;
    }
    .panel-footer section hr {
        width: 50%;
    }
}

.top-arrow-large {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.top-arrow-small {
    position: fixed;
    bottom: 5px;
    right: 5px;
}