footer#footer {
    padding: 45px 0 80px;
    background-color: var(--text-color);
}
#footer .quantum-footer {
    max-width: 1072px;
    margin: 0 auto;
}
#footer .quantum-icon {
    display: none;
}
#footer .quantum-footer__inner {
    position: relative;
}

#footer .quantum-footer__logo-social-row {
    position: absolute;
    right: 0;
    bottom: 0;
}
#footer .quantum-footer__links-row {
    margin-bottom: 57px;
    display: flex;
    justify-content: space-between;
}
#footer .quantum-footer__links-row a {
    color: var(--white-color);
    font-size: var(--fs-16);
    line-height: 1.25;
    font-family: 'Nunito';
    padding-bottom: 1px;
    text-decoration: none;
    border-bottom: 1px solid;
}
#footer .footer-description p {
    font-size: var(--fs-16);
    line-height: 1.25;
    color: var(--white-color);
    font-family: 'Nunito';
}
@media screen and (max-width: 991px) {
    footer#footer {
        padding: 40px 0 65px
    }
    /*#footer .quantum-footer__logo-social-row {
        display: none !important;
    }*/
    #footer .quantum-footer__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    #footer .quantum-footer__links-row {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-bottom: 0;
        order: 1;
    }
    #footer .footer-description {
        text-align: center;
    }
    #footer .footer-description p {
        line-height: 1.3;
    }
	#footer .quantum-footer__inner{
		display: flex;
		flex-direction: column;
	}
	#footer .quantum-footer__logo-social-row {
		order: 3;
		position: unset;
	}
	#footer .footer-description{
	   	order: 2;
	   	/* padding-bottom: 40px; */
	}
    #footer .quantum-footer__legal-row {
        display: none;
    }
    #footer .footer-description + p {
        display: none;
    }
}

/*ISI Styles */
#fullIsi {
    margin-bottom: 30px;
}
#fullIsi .quantum-button {
    display: none;
}
#fullIsi .quantum-isi-tray__inner {
    max-width: 1072px;
    margin: 0 auto;
    padding: 15px 0 5px;
}
#fullIsi .quantum-isi-tray--closed {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
}
.demo-shell--hide-fixed-bottom .demo-shell__fixed-bottom {
    display: none;
}
#fullIsi h3 {
    font-size: 25px;
    font-family: 'Nunito Sans';
    font-weight: 600;
    color: #d66018;
    line-height: 1.3;
    margin-bottom: 17px;
}
#fullIsi p {
    color: var(--text-color);
    font-size: var(--fs-18);
}
#IsiBottomTray .ft-wt-m {
    margin: 17px 0;
}
#fullIsi .ft-wt-m {
    font-family: 'Nunito Sans';
    font-weight: var(--ft-wtBold);
}
#fullIsi .read-more {
    color: #d2621d;
    margin-left: 30px;
}
#fullIsi ul {
    list-style: none;
    margin: 5px 0 15px;
}
#fullIsi li {
    font-family: var(--ft-family);
    font-size: var(--fs-18);
    display: flex;
    align-items: center;
    line-height: 1.5;
    color: var(--text-color);
}
#fullIsi li:before {
    content: "●";
    padding-right: 10px;
    font-size: var(--fs-16);
}

@media screen and (max-width: 991px) {
	#fullIsi ul{
		margin-top: 3px;
	}
	#fullIsi li{
		display: block;
		line-height: 1.22;
		padding-bottom: 3px;
	}
	#fullIsi li:before{
		font-size: 13px;
	}
    #fullIsi .quantum-isi-tray__inner {
        padding: 20px 20px;
    }
	#fullIsi .quantum-isi-tray--open p, #fullIsi .quantum-isi-tray--open li {
    	font-size: var(--fs-18);
	}
    #fullIsi p {
        font-size: var(--fs-14);
    }
    #fullIsi li {
        font-size: var(--fs-14);
    }
    #fullIsi .quantum-isi-tray__inner .ft-wt-m {
        margin: 6px 0 15px;
    }
    #fullIsi .quantum-isi-tray__inner h3{
        margin-bottom: 0;
        font-size: 18px;
        line-height: 1.22;
    }
}