.footer{

	padding: 4rem 0rem;

}

.footer-image img{
    height: auto;
    aspect-ratio: auto 228 / 28;
    width: 100%;
    max-width: 280px;

}

 .quick-links a{

	color: #000;

    text-decoration: none;

}

.footer-logo-wrapper{

	display: flex;

	justify-content: space-between;

	border-bottom: 1px solid #EAEAEA;

	padding: 0  0 1rem 0;

}

.quick-links {

	text-align: right;

}



.quick-links ul li {

	border-right: 1px solid #5B617A;

	padding: 0 15px 0 15px;

}



.quick-links ul li  {

	font-size: 115%;

	color: #5B617A;

	text-transform: capitalize;

	margin: 0px !important;

	padding: 0 15px 0 15px;

	font-family: Inter-Regular;

	font-weight: 400;

	text-decoration: none;

}



.quick-links ul li:nth-child(2) {

	border-right: none !important;

}

.copyright-text p {

	color: #6B7280;

	font-size: 115%;

	font-family: Inter-Regular;

	font-weight: 400;

	text-align: center;

	padding: 2rem 0 0 0;

}
footer .details-aboutsite, footer .details-aboutsite a {
    color: #494949;
    font-size: 13px;
    text-align: center;
}
@media screen and (min-width: 2000px) and (max-width: 2499px) {

	.copyright-text p {

		color: #6B7280;

		font-size: 160%;

	}

	.quick-links ul li {

		font-size: 160%;

	}

	

	

}

@media screen and (min-width: 1600px) and (max-width: 1999px) {

	.copyright-text p {

		color: #6B7280;

		font-size: 122%;

	}

	.quick-links ul li {

    font-size: 122%;

}

}

@media screen and (min-width: 1201px) and (max-width: 1499px) {

	.copyright-text p {

    color: #6B7280;

    font-size: 115%;

}

}

@media screen and (min-width: 992px) and (max-width: 1200px) {

	.quick-links ul li {

    font-size: 120%;

}

.copyright-text p {

    color: #6B7280;

    font-size: 120%;

    }

}

@media screen and (min-width: 769px) and (max-width: 991px) {

	.footer {

    padding: 4rem 6rem;

}

}

@media screen and (min-width: 569px) and (max-width: 768px) {

	.footer-logo-wrapper {

		flex-direction: column;

		align-items: center;

	}

	.quick-links {

		text-align: center;

		padding: 2rem 0 0 0;

	}

	.footer-image{

		text-align: center;

	}

}

@media screen and (min-width: 320px) and (max-width: 568px) {

	.footer {

		padding: 3rem 1rem;

	}

	.footer-logo-wrapper {

		flex-direction: column;

		justify-content: center;

	}

	.quick-links {

		text-align: center;

	}

	.footer-image{

		text-align: center;

		padding: 0 0 2rem 0;

	}

	.quick-links ul li {

		font-size: 95%;

		padding: 0 10px 0 10px;

	}

	.copyright-text p {

		color: #6B7280;

		font-size: 115%;

	}

}

