li.menu-item .field-custom.custom-mega-menu {
	display: none;
}
li.menu-item.menu-item-depth-0 .field-custom.custom-mega-menu{
	display: block;
}

li.menu-item .item-title i{
	display: none;
	font-weight: normal;
	font-style: italic;
}
li.menu-item.menu-item-depth-0.mega-menu-style .item-title i{
	display: inline;
}

li.menu-item .sub-mega-item{
	display: none;
}
li.menu-item.menu-item-depth-1.sub-mega-item-wrapper .sub-mega-item{
	display: inline-block;
}
.advise-mobile{
	display: none;
}
.dsk-nav {
	display: flex;
}
.blinking-button {
	  height: 40px;
      padding: 8px 18px;
      font-size: 16px;
	  margin-left: 150px;
	  margin-top: 10px;
	  border-radius: 10px;
      background-color: #fbe64d;
      color: #000;
      border: none;
      cursor: pointer;
/*       animation: blink 1s infinite; */
}
.blinking-button:hover {
    background-color: #ffe600;
    transform: scale(1.05);
}

a.blinking-button.advise-dsk:after {
	font-family: FontAwesome;
    content: "\f178";
    margin-left: 10px;
	position: relative;
	top: 2px;
    transition: transform 0.3s;
}
a.blinking-button.advise-dsk:hover:after {
    transform: translateX(5px);
}

@media (max-width: 768px) {
	.blinking-button {
		margin-right: 5%;
		margin-left: 0px;
		margin-top: 0px;
	}
.advise-dsk{
	display: none;
}
.dsk-nav {
	display: block !important;
}	
	.advise-mobile {
		display: block !important;	
	}
}
a.blinking-button.advise-mobile:after {
	font-family: FontAwesome;
    content: "\f178";
    margin-left: 10px;
	position: relative;
	top: 2px;
    transition: transform 0.3s;
}
.social-btn {
	flex-direction: row !important;
    justify-content: space-between;
}
input[type="number"] {
	background-color: #f5f5f5;
    border-color: transparent;
    box-shadow: none;
}

.widget-address a.widget-address__link {
	text-decoration: underline;
}
.icon-mail-3 a{
	text-decoration: underline;
}
.widget-address__link {
	text-decoration: underline;
}
.text_justify {
	text-align: justify;
}
.logo{
	width: 200px;
}
.post__thumb--single-practice {
	width: 600px;
	height: 375px;
}
.single-location__map {
	display: none;
}
.hiring-interns a{
	text-decoration: underline;
	color: #b4b4b4 !important;
}
@media (max-width: 768px) {
	.hiring-interns a{
		display: none;
	}
}
.hiring-interns {
      animation: flashAnimation 1s infinite;
    }

    @keyframes flashAnimation {
      0%, 100% {
        opacity: 1;
      }
      50% {
        opacity: 0;
      }
    }