@media only screen and (min-width: 1400px) and (max-width: 4000px) {
}
 @media only screen and (min-width: 1200px) and (max-width: 1199px) {
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) and (min-width: 768px) {

.insta-id-text{
	font-size: 1rem;
}
.insta-link-text {
  font-size: 0.75rem;
  letter-spacing: 0.01rem;
}
.logo img {
	max-width: 100%;
}
.custom-btn {
  font-size: 1rem;
  padding: 0.75rem 1rem;
}

}
 @media only screen and (max-width: 767px) {
.top-right-section {
}
.nav ul {
	width: 100%;
}
.header .custom-btn {
	padding: 0.5rem 0.875rem;
	font-size: 0.875rem;
	letter-spacing: 0;
}
.logo img {
	max-width: 100%;
}
.footer-logo {
	text-align: center;
}
.footer-social-wrapper .social-icon {
	justify-content: center;
}
.footer-bottom-inner {
	text-align: center;
}
ul.list-inline li {
	padding: 0 8px;
}





}
