#footer-section {
    position: relative;
    display: block;
    background-color: rgba(var(--custom-rgb-color-white),1);
    border-top: 10px solid rgba(var(--custom-rgb-color-gray-light),1);
    padding: 50px 0;
}
#footer-section>.container {
    position: relative;
    height: 100%;
}
#footer-section .title {
    font-size: 20px;
    font-weight: 600;
    color: rgba(var(--custom-rgb-color-black),1);
}

/* --------------------------------------------------------------- */
/* ----------------------- footer contact ------------------------ */
/* --------------------------------------------------------------- */

#footer-section .footer-contact-row,
#footer-section .footer-contact-row>.footer-contact-col {
    position: relative;
}
#footer-section .footer-contact-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}
#footer-section .footer-contact-row>.footer-contact-col {}
#footer-section .footer-contact-row>.footer-contact-col.this-col-left {
    flex: 1 0 0;
}

/* contact */
#footer-section .footer-contact-row .contact-call-row {
    display: none;
    /* border-top: 1px solid rgba(var(--custom-rgb-color-black),0.1); */
    border-bottom: 1px solid rgba(var(--custom-rgb-color-black),0.1);
    padding: 0 0 15px 0;
    margin: 15px 0;
}
#footer-section .contact-call-row>.contact-call-col.this-col-title {
    position: relative;
}
#footer-section .contact-call-row>.contact-call-col.this-col-title:before {
    position: absolute;
    content: "";
    border-top: 1px solid rgba(var(--custom-rgb-color-black),0.1);
    left: 0;
    right: 0;
    top: 10px;
    width: 100%;
    z-index: 1;
}
#footer-section .contact-call-row>.contact-call-col.this-col-title>.text {
    position: relative;
    background-color: rgba(var(--custom-rgb-color-white),1);
    padding: 0 10px;
    z-index: 2;
}

/* social */
#footer-section .footer-contact-row .social-row,
#footer-section .footer-contact-row .social-row>.social-col {
    position: relative;
}
#footer-section .footer-contact-row .social-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
#footer-section .footer-contact-row .social-row>.social-col.this-col-label {
    text-align: right;
}
#footer-section .footer-contact-row .social-row>.social-col.this-col-social {
    padding-left: 20px;
}

/* --------------------------------------------------------------- */
/* ------------------------- footer menu ------------------------- */
/* --------------------------------------------------------------- */

#footer-section .footer-menu-row,
#footer-section .footer-menu-row>.footer-menu-col {
    position: relative;
}
#footer-section .footer-menu-row,
#footer-section .footer-menu-row a {
    color: rgba(var(--custom-rgb-color-black),1);
}
#footer-section .footer-menu-row a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#footer-section .footer-menu-row a:hover {
    color: rgba(var(--custom-rgb-color-secondary),1);
}
#footer-section .footer-menu-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    border-top: 1px solid rgba(var(--custom-rgb-color-black),0.1);
    border-bottom: 1px solid rgba(var(--custom-rgb-color-black),0.1);
    padding: 20px 0;
    margin: 20px 0;
}
#footer-section .footer-menu-row>.footer-menu-col {}
#footer-section .footer-menu-row>.footer-menu-col.this-col-left {
    flex: 1 0 0;
}

#footer-section .contact-call-row,
#footer-section .contact-call-row.contact-call-col {
    position: relative;
}
#footer-section .contact-call-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
}
#footer-section .contact-call-row a {
    color: rgba(var(--custom-rgb-color-black),1);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#footer-section .contact-call-row a:hover {
    color: rgba(var(--custom-rgb-color-secondary),1);
}
#footer-section .contact-call-row>.contact-call-col.this-col-title {}
#footer-section .contact-call-row>.contact-call-col.this-col-number {
    padding: 0 20px;
}
#footer-section .contact-call-row>.contact-call-col.this-col-number .number-group,
#footer-section .contact-call-row>.contact-call-col.this-col-number .number-group>.number-item {
    position: relative;
}
#footer-section .contact-call-row>.contact-call-col.this-col-number .number-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
}
#footer-section .contact-call-row>.contact-call-col.this-col-number .number-group>.number-item {
    display: block;
}
#footer-section .contact-call-row>.contact-call-col.this-col-number .number-group>.number-item+.number-item {
    margin-left: 20px;
}
#footer-section .contact-call-row>.contact-call-col.this-col-number .number-group>.number-item .icon+.text {
    margin-left: 10px;
}
#footer-section .contact-call-row>.contact-call-col.this-col-number .number-group>.number-item .icon {
    font-size: 20px;
}
#footer-section .contact-call-row>.contact-call-col.this-col-number .number-group>.number-item .text {
    font-size: 16px;
    font-weight: 600;
}

/* --------------------------------------------------------------- */
/* ---------------------- footer copyright ----------------------- */
/* --------------------------------------------------------------- */

#footer-section .footer-copyright-row,
#footer-section .footer-copyright-row>.footer-copyright-col {
    position: relative;
}
#footer-section .footer-copyright-row,
#footer-section .footer-copyright-row a {
    color: rgba(var(--custom-rgb-color-gray),1);
}
#footer-section .footer-copyright-row a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#footer-section .footer-copyright-row a:hover {
    color: rgba(var(--custom-rgb-color-black),1);
}
#footer-section .footer-copyright-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    font-size: 13px;
}
#footer-section .footer-copyright-row>.footer-copyright-col {}
#footer-section .footer-copyright-row>.footer-copyright-col.this-col-left {
    flex: 1 0 0;
}
#footer-section .footer-copyright-row ul.slot-text-group.list-style-border-short > li:before,
#footer-section .footer-copyright-row ul.slot-text-group.list-style-border-short > li:after {
    opacity: 0.5;
}

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

/* xxl - 1 */
@media (min-width:1500px) and (max-width: 1599.98px) {}

/* xxl - 2 */
@media (min-width: 1400px) and (max-width: 1499.98px) {}

/* xl */
@media (min-width: 1200px) and (max-width: 1399.98px) {

#footer-section {
    font-size: 13px;
    line-height: 20px;
}
#footer-section .title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

/* --------------------------------------------------------------- */
/* ------------------------- footer menu ------------------------- */
/* --------------------------------------------------------------- */

#footer-section .footer-menu-row {
    padding: 15px 0;
    margin: 15px 0;
}
#footer-section .footer-menu-row>.footer-menu-col ul.slot-text-group > li {
    padding: 0 8px;
}
#footer-section .contact-call-row>.contact-call-col.this-col-number .number-group>.number-item+.number-item {
    margin-left: 15px;
}
#footer-section .contact-call-row>.contact-call-col.this-col-number .number-group>.number-item .icon {
    font-size: 17px;
}
#footer-section .contact-call-row>.contact-call-col.this-col-number .number-group>.number-item .text {
    font-size: 14px;
}

/* --------------------------------------------------------------- */
/* ---------------------- footer copyright ----------------------- */
/* --------------------------------------------------------------- */

#footer-section .footer-copyright-row>.footer-copyright-col ul.slot-text-group > li {
    padding: 0 8px;
}

#footer-section .footer-copyright-row {
    font-size: 12px;
}


}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {

#footer-section {
    font-size: 12px;
    line-height: 20px;
}
#footer-section .title {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
}

/* --------------------------------------------------------------- */
/* ------------------------- footer menu ------------------------- */
/* --------------------------------------------------------------- */

#footer-section .footer-menu-row {
    padding: 15px 0;
    margin: 15px 0;
}
#footer-section .footer-menu-row>.footer-menu-col ul.slot-text-group > li {
    padding: 0 8px;
}
#footer-section .contact-call-row>.contact-call-col.this-col-number .number-group>.number-item+.number-item {
    margin-left: 15px;
}
#footer-section .contact-call-row>.contact-call-col.this-col-number .number-group>.number-item .icon {
    font-size: 17px;
}
#footer-section .contact-call-row>.contact-call-col.this-col-number .number-group>.number-item .text {
    font-size: 14px;
}

/* --------------------------------------------------------------- */
/* ---------------------- footer copyright ----------------------- */
/* --------------------------------------------------------------- */

#footer-section .footer-copyright-row>.footer-copyright-col ul.slot-text-group > li {
    padding: 0 8px;
}

#footer-section .footer-copyright-row {
    font-size: 12px;
}

}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {

#footer-section {
    font-size: 12px;
    line-height: 20px;
}
#footer-section .title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

/* --------------------------------------------------------------- */
/* ----------------------- footer contact ------------------------ */
/* --------------------------------------------------------------- */

#footer-section .footer-contact-row {
    flex-wrap: wrap;
}
#footer-section .footer-contact-row>.footer-contact-col.this-col-left,
#footer-section .footer-contact-row>.footer-contact-col.this-col-right {
    width: 100%;
}
#footer-section .footer-contact-row>.footer-contact-col.this-col-left {
    text-align: center;
}
/* #footer-section .footer-contact-row>.footer-contact-col.this-col-right {
    display: flex;
    justify-content: center;
} */

/* contact */
#footer-section .footer-contact-row .contact-call-row {
    display: block;
}

/* social */
#footer-section .footer-contact-row .social-row {
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#footer-section .footer-contact-row .social-row>.social-col {
    text-align: center !important;
    width: 100% !important;
    padding: 0 !important;
}
#footer-section .footer-contact-row .social-row>.social-col.this-col-social .social-group {
    margin: 10px auto 0 auto;
}

/* --------------------------------------------------------------- */
/* ------------------------- footer menu ------------------------- */
/* --------------------------------------------------------------- */

#footer-section .footer-menu-row {
    display: none;
}

#footer-section .contact-call-row {
    flex-wrap: wrap;
}
#footer-section .contact-call-row>.contact-call-col {
    width: 100% !important;
}
#footer-section .contact-call-row>.contact-call-col.this-col-number {
    padding: 10px 0 0 0 !important;
}
#footer-section .contact-call-row>.contact-call-col.this-col-number .number-group {
    justify-content: center;
}
#footer-section .contact-call-row>.contact-call-col.this-col-number .number-group>.number-item .text {
    font-size: 15px;
}

/* --------------------------------------------------------------- */
/* ---------------------- footer copyright ----------------------- */
/* --------------------------------------------------------------- */

#footer-section .footer-copyright-row {
    flex-wrap: wrap;
    font-size: 10px;
}
#footer-section .footer-copyright-row>.footer-copyright-col.this-col-left,
#footer-section .footer-copyright-row>.footer-copyright-col.this-col-right {
    width: 100%;
}
#footer-section .footer-copyright-row>.footer-copyright-col.this-col-left {
    text-align: center;
}
#footer-section .footer-copyright-row>.footer-copyright-col.this-col-right {
    display: none !important;
}
}

/* sm - xs */
@media (max-width: 767.98px) {}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {
    
#footer-section {
    font-size: 12px;
    line-height: 20px;
}
#footer-section .title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

/* --------------------------------------------------------------- */
/* ----------------------- footer contact ------------------------ */
/* --------------------------------------------------------------- */

#footer-section .footer-contact-row {
    flex-wrap: wrap;
}
#footer-section .footer-contact-row>.footer-contact-col.this-col-left,
#footer-section .footer-contact-row>.footer-contact-col.this-col-right {
    width: 100%;
}
#footer-section .footer-contact-row>.footer-contact-col.this-col-left {
    text-align: center;
}

/* contact */
#footer-section .footer-contact-row .contact-call-row {
    display: block;
}

/* social */
#footer-section .footer-contact-row .social-row {
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#footer-section .footer-contact-row .social-row>.social-col {
    text-align: center !important;
    width: 100% !important;
    padding: 0 !important;
}
#footer-section .footer-contact-row .social-row>.social-col.this-col-social .social-group {
    margin: 10px auto 0 auto;
}

/* --------------------------------------------------------------- */
/* ------------------------- footer menu ------------------------- */
/* --------------------------------------------------------------- */

#footer-section .footer-menu-row {
    display: none;
}

#footer-section .contact-call-row {
    flex-wrap: wrap;
}
#footer-section .contact-call-row>.contact-call-col {
    width: 100% !important;
}
#footer-section .contact-call-row>.contact-call-col.this-col-number {
    padding: 10px 0 0 0 !important;
}
#footer-section .contact-call-row>.contact-call-col.this-col-number .number-group {
    justify-content: center;
}
#footer-section .contact-call-row>.contact-call-col.this-col-number .number-group>.number-item .text {
    font-size: 15px;
}

/* --------------------------------------------------------------- */
/* ---------------------- footer copyright ----------------------- */
/* --------------------------------------------------------------- */

#footer-section .footer-copyright-row {
    flex-wrap: wrap;
    font-size: 10px;
}
#footer-section .footer-copyright-row>.footer-copyright-col.this-col-left,
#footer-section .footer-copyright-row>.footer-copyright-col.this-col-right {
    width: 100%;
}
#footer-section .footer-copyright-row>.footer-copyright-col.this-col-left {
    text-align: center;
}
#footer-section .footer-copyright-row>.footer-copyright-col.this-col-right {
    display: none !important;
}

}

/* xs */
@media (max-width: 575.98px) {

#footer-section {
    font-size: 12px;
    line-height: 20px;
}
#footer-section .title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
#footer-section.bottom-nav-show {
    padding-bottom: 120px;
}

/* --------------------------------------------------------------- */
/* ----------------------- footer contact ------------------------ */
/* --------------------------------------------------------------- */

#footer-section .footer-contact-row {
    flex-wrap: wrap;
}
#footer-section .footer-contact-row>.footer-contact-col.this-col-left,
#footer-section .footer-contact-row>.footer-contact-col.this-col-right {
    width: 100%;
}
#footer-section .footer-contact-row>.footer-contact-col.this-col-left {
    text-align: center;
}

/* contact */
#footer-section .footer-contact-row .contact-call-row {
    display: block;
}

/* social */
#footer-section .footer-contact-row .social-row {
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#footer-section .footer-contact-row .social-row>.social-col {
    text-align: center !important;
    width: 100% !important;
    padding: 0 !important;
}
#footer-section .footer-contact-row .social-row>.social-col.this-col-social .social-group {
    margin: 10px auto 0 auto;
}

/* --------------------------------------------------------------- */
/* ------------------------- footer menu ------------------------- */
/* --------------------------------------------------------------- */

#footer-section .footer-menu-row {
    display: none;
}

#footer-section .contact-call-row {
    flex-wrap: wrap;
}
#footer-section .contact-call-row>.contact-call-col {
    width: 100% !important;
}
#footer-section .contact-call-row>.contact-call-col.this-col-number {
    padding: 10px 0 0 0 !important;
}
#footer-section .contact-call-row>.contact-call-col.this-col-number .number-group {
    justify-content: center;
}
#footer-section .contact-call-row>.contact-call-col.this-col-number .number-group>.number-item .text {
    font-size: 15px;
}

/* --------------------------------------------------------------- */
/* ---------------------- footer copyright ----------------------- */
/* --------------------------------------------------------------- */

#footer-section .footer-copyright-row {
    flex-wrap: wrap;
    font-size: 10px;
}
#footer-section .footer-copyright-row>.footer-copyright-col.this-col-left,
#footer-section .footer-copyright-row>.footer-copyright-col.this-col-right {
    width: 100%;
}
#footer-section .footer-copyright-row>.footer-copyright-col.this-col-left {
    text-align: center;
}
#footer-section .footer-copyright-row>.footer-copyright-col.this-col-right {
    display: none !important;
}

}

/* xs custom */
@media (max-width: 399.98px) {}
