.c-yellow {
    color: #f2d341 !important;
}

.btn-yellow-black {
    color: #000000 !important;
    background: #f2d341 !important;

}

button#languageDropdown {
  background: transparent;
  color: #ffffff;
  font-weight: 700;
  border:none;
}

#langblock.dropdown ul {
  padding: 0;
  min-width: 50px;

}

#langblock {
    margin-bottom: 0;
}


ul.dropdown-menu {
  background-color: #4a81d3;
}

ul.dropdown-menu li a {
  color: #ffffff;

}


section.section-padding-nopadding {
  padding: 0;
}

section.section-padding-bigpadding {
  padding: 100px 0 100px 0;
}

section.section-padding-paddingtop {
  padding: 100px 0 0 0;
}

section.section-padding-paddingbottom {
  padding: 0 0 100px 0;
}

blockquote {
  font-style: italic;
  font-size: 20px;
}


.template-contact form textarea {
  height: 100px;
}


.template-contact h2 {
  margin-bottom: 25px;
}


.errorlist {
  color: red;
}


/*  Product table begin */

.subproducts-table-wrap {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.subproducts-table {
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.subproducts-table thead th {
    background: #f7f8fb;
    border-bottom: 1px solid #e9ecef;
    /* font-size: 14px; */
    font-weight: 700;
    color: #FFFFFF;
    padding: 18px 20px;
    white-space: nowrap;
    background-color: #4a81d3;
}

.subproducts-table tbody td {
    padding: 18px 20px;
    border-bottom: 1px solid #eef1f4;
    vertical-align: middle;
    background: #fff;
    font-weight: bold;
}

.subproducts-table tbody tr:last-child td {
    border-bottom: none;
}

.subproducts-table tbody tr:hover td {
    background: #fcfcfe;
}

.subproduct-title-cell .fw-semibold {
    /* font-size: 16px; */
    /* color: #1f2937; */
    font-weight: normal;
}

.subproduct-features {
    display: grid;
    gap: 6px;
    font-size: 14px;
    color: #4b5563;
}

.subproduct-features span {
    font-weight: 600;
    color: #111827;
}

/* .sub-btn {
    min-width: 130px;
    border-radius: 10px;
    font-weight: 600;
    padding: 9px 14px;
} */

@media (max-width: 767.98px) {
    .subproducts-table thead th,
    .subproducts-table tbody td {
        padding: 14px 12px;
    }

    /* .sub-btn {
        min-width: 110px;
        padding: 8px 12px;
    } */

    .subproduct-title-cell .fw-semibold {
        font-size: 15px;
    }

    .subproduct-features {
        font-size: 13px;
    }
}


.sub-btn-icon {
    /* width: 42px;
    height: 42px;
    min-width: 42px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px; */
    font-size: 24px;
}

/*  Product table end */