body {
    background: #ffffff;
}
#navigation .nav-item a{
    font-size: 17px !important;
}
#cmbLang{
    max-width: 120px !important;
}

.form-control {
    appearance: auto;
}

.top-menu .logo-img {
    height: 43px;
}

.top-menu .icon-down {
    font-size: 11px;
    margin-top: 2px;
    color: #8392AB;
    margin-left: 8px;
}

.top-menu #nav-input-search {
    padding: 7px 40px;
    min-width: 230px;
}

.top-menu #nav-btn-search {
    top: 4px;
    left: 5px;
    padding: 7px 10px;
    border-radius: 35px;
}

.owl-stage-outer {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: var(--theam-color) !important;
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 2px !important;
    width: 15px !important;
}

.border-gray-100 {
    border: 1px solid #f1f1f1 !important;
}

.instructor-img {

    width: 100%;
    height: 260px;
}

.payment-thum {
    width: 75px;
    height: 37px;
    padding: 4px !important;
    background: #dddddd03;
}

.underline-pages {
    border-bottom: 2px solid red !important;
    width: 46px;
    margin-left: 1px;
}

.underline-links {
    border-bottom: 2px solid red !important;
    width: 80px;
    margin-left: 2px;
}

.underline-contact {
    border-bottom: 2px solid red !important;
    width: 82px;
    margin-left: 2px;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-item:not(:first-of-type) {
    border-top: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

@media (min-width: 300px) {
    .mt-xs-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xs-1 {
        margin-top: 0.25rem !important;
    }

    .pt-xs-2 {
        padding-top: .50rem !important;
    }
}

.breadcrumb-section {
    background: #f7f8fa;
    box-shadow: inset 4px 0 3px rgb(0 0 0 / 25%);
}

/* site layout css */

.top-menu-loggedin-user img {
    height: 29px;
    border-radius: 20px;
    object-fit: cover;
    border: 1px solid #b7b7b7;
}

.top-menu-loggedin-user>a {
    margin-top: 2px;
}

#language-change-form>select {
    padding: 5px 5px;
    background: none;
    border: 1px solid #c7c7c75c;
}
.shopping-carts{
    text-align: center;
    border-radius: 28px;
    font-size: 12px;
    color: #4e4e4e;
    padding: 7px 10px;
    margin-top: 4px;
    cursor: pointer;
    background: #c7c7c7;
}
.shopping-cart-count{
    top: 1px;
    right: -2px;
    padding: 0px 5px;
    font-size: 9px;
    background: #ea0606;
    color: #fff;
    border-radius: 50px;
}

.theme-radius{
    border-radius: 0.3rem;
}

.contact-address .single-contact .icon{
    display: inline-table;
}

.contact-address .single-contact .icon i {
    font-size: 27px;
    padding: 9px 21px;
    color: var(--theamColor);
}

.contact-us-email input {
    height: 50px;
}

.contact-details .address {
    width: 80%;
    text-align: justify;
}

.onclick-url{
    cursor: pointer;
}

.footer-section{
    min-height: 420px;
}
