body{
    font-family: "Opensans", Arial, sans-serif !important;
}

header{
    position: sticky;
    top: 0;
    z-index: 100;
}
.nav-item{
    margin-bottom: 10px;
}

.integramed_nav_link {
		color: #fff;
		letter-spacing: 0;
		text-transform: none;
		margin-top: 0;
		margin-bottom: 10px;
		padding-top: 3px;
		padding-bottom: 3px;
        padding-left: 13px;
        padding-right: 13px;
		font-family: "Opensans", sans-serif;
		font-size: 16px;
		font-weight: 300 ;
		line-height: 16px;
		text-decoration: none;
		display: inline-block;
}	
		
.integramed_nav_link:hover {
	color: #79b62e !important;
    font-weight: 600;
}
		
.integramed_nav_link.active {
	color: #fff !important;
	font-weight: 600;
}

.integramed_navbar_container{
    height: 100px;
    background-color: #741e82;
}
.navbar-collapse{
    height: 100%;
}
.integramed_topbar_logo{
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100px;
    margin-left: 20px;
    display: flex;
}

.integramed_logo_image{
    width: 90%;
    height: 95%;
}
.navbar-toggler{
    border: none !important;

}
.navbar-toggler:focus{
    box-shadow: none !important;
}
.in_footer{
    background: #150420;
    padding-top: 20px;
}
.integramed_footer_logo{
    justify-content: flex-start;
    align-items: start;
    width: auto;
    height: 100px;
    margin-left: 40px;
    display: flex;
}
.in_footer_text{
    font-size: 0.9rem;
    line-height: 1.1;
    color: white;
    font-weight: 400;
}
.in_menu_footer_link{
    font-size: 0.9rem;
    line-height: 1.1;
    color: white;
    text-decoration: none;
    font-weight: 400;
}
.in_menu_footer_link:hover{
    font-weight: 600;
}

@media screen and (max-width:992px) {
    .navbar-toggler{
        padding-right: 21px;
        padding-left: 0px;
    }
    .integramed_navbar_container{
        height: 120px;
    }
    .navbar-nav{
        gap: 27px;
    }
    .nav-item{
        text-align: end;
        margin-bottom: 10px;
    }
    .navbar-collapse{
        background-color: #52155c;
        padding-bottom: 40px;
        padding-top: 40px;
        height: auto;
    }
    .integramed_nav_link{
        font-size: 20px; 
        font-weight: 600; 
        line-height: 20px;
        padding-top: 10px;
	    padding-bottom: 10px;
    }
    .integramed_logo_image{
        width: 100%;
        height: 95%;
    }
    .integramed_topbar_logo{
        width: 60%;
        margin-left: 10px;
        inset: 0% auto auto 0%;
    }
}   