.whatsapp-icon {
    width: 50px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 20;
}

.instagram-section {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.instagram-section .profile-link{
    display: flex;
    align-self: center;
    margin-bottom: 20px;
    font-family: var(--secondary-font);
    font-size: 1.112em;
    position: absolute;
    top: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 333;
    padding: 8px 28px;
    border: 1px solid;
    background: #ffffffc7;
    border-radius: 50px;
}

.instagram-section .profile-link:hover, .instagram-section .profile-link:focus {
    color: #007bff;
    font-weight: 400;
    background: #ffffffc7;
}

.video-container {
    /* position: absolute; */
    z-index: -2;    
}

video {
    width: 100%;
}

#video-container {
    position: relative;
}
#closeVideo {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 20;
    cursor: pointer;
}

.header__top__widget ul li a, .header__top__widget ul li a:hover, .header__top__widget ul li a:focus {
    /* color: #007bff; */
    color: #263246;
}
.offcanvas__widget ul li a, .offcanvas__widget ul li a:hover, .offcanvas__widget ul li a:focus {
    /* color: #007bff; */
    color: #263246;
}

@media (min-width: 1200px) {
	.header__logo img {
		height: 72px;
        max-width: fit-content;
	}
}



body.theme-green  .primary-btn {
    background: #00b090;
}
body.theme-green  .appointment__text {
    background: #00b090;
}
body.theme-green  .footer__about .subscribe-form button {
    background: #00b090;
}
body.theme-green  .footer__about ul li i {
    color: #00b090;
}
body.theme-green  .classes__item__pic span {
    background: #00b090;
}
body.theme-green  .classes__item__text .class-btn {
    color: #00b090;
}
body.theme-green  .classes__item__text .class-btn:hover {
    color: white;
    background: #00b090;
}
body.theme-green  .testimonial__text:before {
    color: #00b090;
}
body.theme-green  .testimonial__slider.owl-carousel .owl-dots button.active {
    background: #00b090;
}
body.theme-green  .testimonial__slider.owl-carousel .owl-dots button:after {
    border-color: #00b090;
}
body.theme-green  .team__item__text h4, body.theme-green .contact__widget__item span, body.theme-green .map .map-inside i {
    color: #00b090;
}
body.theme-green  .about__bar .about__bar__item .barfiller .tip, body.theme-green .site-btn {
    background: #00b090;
}
body.theme-green  .about__bar .about__bar__item .barfiller .tip:after {
    border-color: #00b090 transparent;
}

body.theme-pink  .primary-btn {
    background: #ff6ba9;
}
body.theme-pink  .appointment__text {
    background: #ff6ba9;
}
body.theme-pink  .footer__about .subscribe-form button {
    background: #ff6ba9;
}
body.theme-pink  .footer__about ul li i {
    color: #ff6ba9;
}
body.theme-pink  .classes__item__pic span {
    background: #ff6ba9;
}
body.theme-pink  .classes__item__text .class-btn {
    color: #ff6ba9;
}
body.theme-pink  .classes__item__text .class-btn:hover {
    color: white;
    background: #ff6ba9;
}
body.theme-pink  .testimonial__text:before {
    color: #ff6ba9;
}
body.theme-pink  .testimonial__slider.owl-carousel .owl-dots button.active {
    background: #ff6ba9;
}
body.theme-pink  .testimonial__slider.owl-carousel .owl-dots button:after {
    border-color: #ff6ba9;
}
body.theme-pink  .team__item__text h4, body.theme-pink .contact__widget__item span, body.theme-pink .map .map-inside i {
    color: #ff6ba9;
}
body.theme-pink  .about__bar .about__bar__item .barfiller .tip, body.theme-pink .site-btn {
    background: #ff6ba9;
}
body.theme-pink  .about__bar .about__bar__item .barfiller .tip:after {
    border-color: #ff6ba9 transparent;
}