#google_translate_element {
    color: transparent;
}

#google_translate_element a {
    display: none;
}

iframe#\:1\.container {
    visibility: hidden !important;
}

.goog-te-banner-frame {
    display: none !important
}

ul#select2-division-results li {
    width: 100%;
}

ul#select2-city-results li {
    width: 100%;
}

ul#select2-zone-results li {
    width: 100%;
}

ul#select2-service-results li {
    width: 100%;
}

ul#select2-subservice-results li {
    width: 100%;
}

iframe.goog-te-banner-frame {
    display: none !important;
}

.skiptranslate.goog-te-gadget {
    height: 30px;
    overflow: hidden;
}

.goog-te-combo {
    padding: 6px;
    margin: 0 !important;
    background: gray;
    color: white !important;
    border-radius: 4px;
}

.logoinfo {
    display: flex;
}

.logo {
    height: 60px;
}

.title {
    text-transform: uppercase;
    padding-top: 1rem;
    font-size: 25px;
}

.menu {
    display: flex;
    justify-content: space-between;
}

.useraccount {
    text-decoration: none;
}

.admissionaccount {
    text-decoration: none;
}

hr {
    margin: 0.5rem 0 !important;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}

.serviceImage {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    box-shadow: 0px 1px 20px 3px #e7e7e7;
    padding: 4px;
}

.serviceTitle {
    padding-top: 4%;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #fff;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    font-weight: 500;
}

.services:hover {
    border-radius: 6px;
    -webkit-box-shadow: 0 12px 60px 4px rgb(0 0 0 / 15%);
    box-shadow: 0 12px 60px 4px rgb(0 0 0 / 15%);
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: unset;
    align-items: center;
}


/* menu */

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    float: left;
}

li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 8px 14px;
    text-decoration: none;
    font-weight: bold;
}

li.nav-item.active .nav-link {
    color: rgb(0 0 0);
}

.nav-link:hover {
    color: rgb(0 0 0);
}

.categoryservices {
    justify-content: space-between;
}

.categoryInfo {
    padding-top: 3%;
}

.servicecategoryImage {
    width: 100px;
    height: 100px;
    max-height: 120px;
}

.servicecategoryTitle {
    padding-top: 6%;
}

.marraigeservicecategoryImage {
    width: 20%;
}

.marraigeservicecategoryTitle {
    padding-top: 5%;
    font-size: 30px;
    padding-left: 34px;
}

.donateservicecategoryImage {
    width: 40%;
    max-height: 120px;
}

.donateservicecategoryTitle {
    padding-top: 8%;
    text-align: right;
}

#header {
    position: fixed;
    width: 100%;
    background: white;
    top: 0;
    box-shadow: 1px 1px 20px 1px #7a9bf3;
    z-index: 9999;
    background: #15BBC0;
}

#footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: white;
    border-top: 2px solid #0a58ca;
    z-index: 999;
    background: #15BBC0;
}

.services {
    text-align: center;
    border-radius: 6px;
    margin-bottom: 16px;
    -webkit-box-shadow: 0 12px 60px 4px rgb(0 0 0 / 15%);
    box-shadow: 0 12px 60px 4px rgb(162 162 162 / 15%)
}

#space {
    padding-top: 110px;
}


/* media queries */

.d-lg-none {
    display: none;
}


/* // Small devices (landscape phones, 576px and up) */

@media (max-width: 600px) {
    #molilei {
        color: orange;
    }
    #mobcol {
        padding: 0;
        border-bottom: 1px solid;
        border-top: 1px solid;
    }
    #header {
        display: flex;
        justify-content: space-between;
    }
    .d-lg-none {
        display: inline-block;
    }
    #space {
        padding-top: 70px;
    }
    .navbar {
        padding: 0;
        padding-right: 10px;
    }
    .services {
        display: inline-block;
        width: 100%;
        justify-content: space-around;
    }
    .serviceImage {
        width: 35% !important;
        height: 110px !important;
        border-radius: 50%;
        box-shadow: 0px 1px 20px 3px #e7e7e7;
        padding: 4px;
        margin-left: 15px;
    }
    .serviceTitle {
        padding-top: 4%;
        padding: 3px;
        margin: 0;
        font-size: 20px;
        text-align: center;
    }
    .nav-link {
        text-align: left;
        padding-left: 24px;
    }
    .servicecategoryImage {
        width: 55px!important;
        max-height: 55px !important;
    }
    .servicecategoryTitle {
        padding-top: 9%;
        font-size: 16px;
    }
    #smmar {
        margin: auto;
    }
    .marraigeservicecategoryImage {
        width: 40%;
        max-height: 120px;
    }
    .marraigeservicecategoryTitle {
        padding-top: 8%;
        font-size: 20px;
    }
    .donateservicecategoryImage {
        width: 40%;
        max-height: 120px;
    }
    .donateservicecategoryTitle {
        padding-top: 10%;
        font-size: 16px;
        text-align: right;
    }
}


/* // Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    span.select2.select2-container.select2-container--default {
        width: 160px !important;
    }
}


/* // Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .menu {
        display: flex;
        justify-content: space-around;
    }
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 4px 20px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 30px;
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
}


/* // X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}


/* // XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1400px) {}

s