.nav-tabs {
	    border-bottom: none !important;
}
body {
    font-family: "Fustat",sans-serif !important;
}
.container {
  width: 100%;
  margin: 0 auto;
}

/* Small devices */
@media (min-width: 600px) {
  .container { max-width: 600px !important; }
}

/* Tablets */
@media (min-width: 728px) {
  .container { max-width: 728px !important; }
}

/* Small laptops */
@media (min-width: 984px) {
  .container { max-width: 984px !important; }
}

/* Desktops */
@media (min-width: 1240px) {
  .container { max-width: 1240px !important; }
}

/* Large screens */
@media (min-width: 1291px) {
  .container { max-width: 1291px !important; }
}
.cta-button.font-16{color: inherit !important}
.btn {
		
		    border-radius: 0 !important;
		
		    font-size: 14px !important;
		
		    padding: .375rem 1.4rem !important;
		
		    height: auto !important;
		
		    line-height: 2.4 !important;
}
.accordion-button:after { content: "expand_more" !important; 
}
.accordion-button:not(.collapsed):after {
background: none !important;
}
.accordion-button:focus {     box-shadow: none !important;
}
.accordion-button {
font-size: 20px !important;
}

.btn:hover {
    color: #fff !important;
}