.about-img img {
    height: 450px;
    object-fit: cover;
}

.why-choose p {
    max-width: 100% !important;
}

.blog-img img {
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.single-reason {
    height: 90%;
}

.navbar-light .navbar-brand img {
    height: 54px !important;
}

.gallery-img img {
    height: 250px !important;
    object-fit: cover;
}

.table-bg th {
    background-color: #3DB166 !important;
}

.footer-img img {
    height: 90px !important;
}

.event-img img {
    height: 400px !important;
    object-fit: cover;
}

.table-title {
    width: 100% !important;
    color: red !important;
    border: 1px solid #000 !important;
}

@media only screen and (max-width: 768px) {
    .navbar-light .navbar-brand img {
        height: 42px !important;
    }
}

.single-footer-widget p {
    font-size: 13px !important;
    text-align: justify;
}

.fee-table td,
.fee-table th {
    padding: 20px 20px 20px 20px !important;
}

.navbar-toggler {
    border: transparent !important;
}


.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    z-index: 100;
}

.my-float {
    margin-top: 10px;
}

.float-p {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 100px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    z-index: 100;
}

.my-float-p a {
    margin-top: 10px !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    border-radius: 10px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.img_small {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    margin-bottom: 12px;
}

.map_area {
    padding-bottom: 80px;
}

.map_area input,
.map_area textarea {
    border-radius: 10px;
}

.social-links {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 20px;
}

.social-links li {
    margin-left: 0;
    margin-right: 10px;
}

.social-links a {
    display: inline-block;
}

.table th {
    background-color: #3db16647 !important;
}

.table td {
    vertical-align: middle;
}

.table td h6 {
    margin-bottom: 0;
}

.default-btn.btn-sm {
    padding: 5px 24px;
    font-size: 12px;
}

.zoom-gallery img {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.single-preview-img img {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    margin-bottom: 20px;
}


.icofont-instagram{
    background-color:  #ee2a7b !important;
}
.icofont-youtube{
    background-color: #CD201F!important;
}
.icofont-facebook{
    background-color: blue!important;
}


.logo-sm{
    height: 140px;
    width: 100%;
    object-fit: contain;
}

@media screen and (max-width:576px) {
    .logo-sm{
        max-height: 90px !important;
        object-fit: contain;
        object-position: center;

    }
    /* #logo{
        content: url("{% static 'web/img/icon/mobile_logo.png' %}");
    } */
} 