body,
.navbar {
    background: #163355;
}

a:hover {
    color: #eece01 !important;
}

.nav-link:hover {
    color: #eece01 !important;
}

.nav-link:focus {
    color: #eece01 !important;
}

.therapy-preview {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2;
   -webkit-box-orient: vertical;
}

.therapy-home:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2);
}

.therapy-icon {
    transition: .3s ease-in-out;
}

.therapy-icon:hover {
    transform: scale(1.15);
}

.therapy-home-title {
    white-space: nowrap;
}

.randevu-btn {
    font-size: 18px;
}

.randevu-btn:hover {
    background: #eece01;
    border-color: transparent;
    color: #000!important;
}

.price-item {
    border-radius: 10px;
}

.insta-pic {
    transition: .4s ease-in-out;
}

.insta-pic:hover {
    transform: translateY(-10px);
}

@media screen and (min-width: 900px) {
    .slider-heading-left {
        position: absolute;
        top: 20%;
        left: 6%;
    }

    .slider-heading-left-far {
        position: absolute;
        top: 20%;
        left: 20%;

    }
    .phone-nav {
        display: none;
    }
}

/*.phone-nav {*/
/*    display: none;*/
/*}*/

@media screen and (max-width: 900px) {
    .responsive-img {
        width: 100% !important;
    }
    .navbar-brand {
        width: 70%;
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
    }
    .randevu-btn {
        margin-left: 0 !important;
    }
    .phone-nav {
        background: transparent;
        height: 60px;
        width: 110%;
        margin-left: -0.75rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .phone-nav a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.contact-btn {
    color: #fff;
}

.contact-btn:hover {
    background: #F57E57;
    color: #000;
    border-color: transparent;
}



