.nav-link
{
	font-size: 1.1em!important;
	color: white!important;
}

.login_btn
{
	font-size: 1.1em;
    background-color: #3bbde0!important;
    border-color: #3bbde0!important;
}

.login_btn:hover
{
    font-size: 1.1em;
    background-color: #47d3ea!important;
    border-color: #47d3ea!important;
}

.nav-active
{
	border-bottom: 3px solid #4ac1ea;
}

.footer-link span
{
	font-size: 1.2em!important;
	color: white!important;	
}

.copyright-text
{
	font-size: 1.2em!important;	
}

.header-padding
{
	padding-left:45px!important;
	padding-right: 45px!important;
}

#footer_menu{
    list-style: none;
}
#footer_menu li{
    display: inline;
    padding: 0 10px;
    border-left: solid 1px white;
}
#footer_menu li:first-child{
    border-left: none;
}

    .pricing-card-top
    {
        background-color: #4ac2ea !important;
        text-align: center !important;
        border-top-left-radius: 1em !important;
        border-top-right-radius: 1em !important;
    }

    .pricing-card-bottom
    {
        background-color: #4ac2ea !important;
        text-align: center !important;
        border-bottom-left-radius: 1em !important;
        border-bottom-right-radius: 1em !important;
    }


    .pricing-card-heading span {
        color: white !important;
        font-size: 1.5em;
        font-weight: 600;
    }

    i.fa-plus-circle
    {
        color: purple;
        font-size: 1.4em;
    }
    i.fa-minus-circle
    {
        color: purple;
        font-size: 1.4em;
    }
    span.accordion-title
    {
        color:grey;
        /* font-size: 1.4em; */
		overflow-wrap: break-word;
    	word-break: break-word;
    	white-space: normal;
    }


.btn-link:hover:hover{
    text-decoration: none;
}    

* {
    font-family: 'Gotham-Book', normal; 
  }