.pull-center {
    margin: 0 auto;
}

.img-circle {
    border-radius: 50%;
}

.myicon {
    margin: 5px 0px 0px 0px;
}

.icon-size {
    width: 50px;
    height: auto;
}

.icon-whatsapp {
    width: 30px;
    height: 30px;
}

.custombutton:hover {
    cursor: pointer;
}

.ng {
    background-color: #35155D !important;
    color: #fff;
}

.active {
    color: #512B81 !important;
    /* font-weight:bold !important; */
}

.navlink:hover {
    color: #512B81 !important;
}

a.nav-link:hover {
    color: #512B81 !important;
}

.ng:hover {
    background-color: #512B81 !important;
    color: #fff;
}

body {
    height: auto !important;
    overflow-x: hidden !important;
}

@media only screen and (max-width: 766px) {
    .myicon {
        margin: 10px 0px 0px 0px;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 20px !important;
    }

    .slick-dots li button:before {
        font-size: 8px !important;
    }

    /* .slick-dots{
        width:10px !important;
        height:10px !important;
      } */

    .button-text-size {
        font-size: 14px;
    }

    .icon-whatsapp {
        width: 25px;
        height: 25px;
    }

    .icon-size {
        width: 40px;
        height: auto;
    }

    body {
        font-size: 14px;
        height: auto !important;
        overflow-x: hidden !important;
    }

    h2 {
        font-size: 20px !important;
    }

    h4 {
        font-size: 14px !important;
    }

    .img-responsive {
        width: 40%;
    }
}


.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.navbar-expand2 {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.navbar-expand2 .navbar-nav2 {
    flex-direction: row;
}

.navbar-expand2 .navbar-nav2 .dropdown-menu {
    position: absolute;
}

.navbar-expand2 .navbar-nav2 .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand2 .navbar-nav-scroll {
    overflow: visible;
}

.navbar-expand2 .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand2 .navbar-toggler {
    display: none;
}

.navbar-nav2 {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav2 .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav2 .dropdown-menu {
    position: static;
}

.nav-justified2>.nav-link,
.nav-justified2 .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.dropup2 .dropdown-menu {
    top: auto;
    bottom: 100%;
}

.dropup2 .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup2 .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup2 .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #212529;
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd;
}