
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/****************************************
  Author: AppTree
  Author URI: http://www.apptree.mk
  Version: 1.0
  License: GNU General Public License
*****************************************/

/* -------------------------------- 

    Fonts

-------------------------------- */

@font-face {
    font-family: PequenaNeo;
    src: url("../fonts/PequenaNeo-Regular.otf") format("opentype");
}

@font-face {
    font-family: PequenaNeoBold;
    font-weight: bold;
    src: url("../fonts/PequenaNeo-Bold.otf") format("opentype");
}

@font-face {
    font-family: MyriadPro;
    src: url("../fonts/MyriadPro-Regular_0.otf") format("opentype");
}

@font-face {
    font-family: MyriadProBold;
    font-weight: bold;
    src: url("../fonts/MyriadPro-Bold_0.otf") format("opentype");
}

@font-face {
    font-family: He;
    src: url("/fonts/HE___.otf") format("opentype");
}

@font-face {
    font-family: HeBold;
    src: url("../fonts/HE_____0.otf") format("opentype");
}

/* -------------------------------- 

    Primary style

-------------------------------- */

* {
    font-family: "MyriadPro";
}

*, *::after, *::before {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    font-family: 'PequenaNeo', sans-serif;
    color: #2e3233;
    background-color: #ffffff;
}

/* body.nav-is-toggled{
    transform: translateX(10%);
} */

a {
    color: #69aa6f;
    text-decoration: none;
}

a:focus {
    outline: none!important;
}

img {
    /* make images responsive */
    max-width: 100%;
}

input {
    font-family: sans-serif;
    font-size: 1.6rem;
}

input[type="search"]::-ms-clear {
    /* removes close icon - IE */
    display: none;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

table td, 
table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

/* -------------------------------- 

    Menu components 

-------------------------------- */

.kv-header-wrapper {
    display: block;
}

.kv-header-wrapper .kv-header-top {
    background: #94bbde;
    height: 60px;
}

.kv-header-wrapper .kv-header-top .kv-lang-mob {
    line-height: 33px;
    margin-right: 15px;
}

.kv-header-wrapper .kv-header-top .kv-lang-mob select {
    color: #003f88;
    border: none;
    background: #fff;
}

.kv-header-wrapper .kv-header-top .kv-lang-mob select option {
    color: #003f88;
}

.kv-header-wrapper .kv-header-top .kv-lang-mob select:focus {
    outline: none;
}

.kv-header-wrapper .kv-header-top ul.kv-lang {
    line-height: 30px;
    margin-right: 15px;
}

.kv-header-wrapper .kv-header-top ul.kv-lang li {
    display: inline;
}

.kv-header-wrapper .kv-header-top ul.kv-lang li::after {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 1px;
    height: 80%;
    bottom: 3px;
}

.kv-header-wrapper .kv-header-top ul.kv-lang li:last-child::after {
    display: none;
}

.kv-header-wrapper .kv-header-top ul.kv-lang li a {
    font-size: 14px;
    color: #fff;
    padding: 10px 10px 10px 5px;
    transition: ease-out .2s;
}

.kv-header-wrapper .kv-header-top ul.kv-lang li a:hover {
    color: #003f88;
    text-decoration: none;
    transition: ease-in .2s;
}

.kv-header-wrapper .kv-header-top ul.kv-lang li.active a {
    color: #003f88;
}

.kv-header-wrapper .kv-header-top .kv-search input {
    border-radius: 25px;
    border: none;
    height: 30px;
    padding: 10px 30px 10px 10px;
    font-size: 14px;
}

.kv-header-wrapper .kv-header-top .kv-search input:focus {
    outline: none;
}

.kv-header-wrapper .kv-header-top .kv-search input::-webkit-input-placeholder {
    font-size: 14px;
}

.kv-header-wrapper .kv-header-top .kv-search i {
    color: #94bbde;
    position: absolute;
    bottom: 7px;
    right: 25px;
    cursor: pointer;
}

.kv-header-wrapper .header-section {
    background: #ffffff;
    height: 60px;
}

.kv-header-wrapper .header-section a.kv-logo {
    display: block;
    position: absolute;
    top: -50%;
    background-image: url('../img/kids-vids_logo.svg');
    background-repeat: no-repeat;
    width: 160px;
    height: 80px;
    z-index: 9999;
}

.kv-header-wrapper .header-section a.kv-logo-mobile {
    display: block;
    position: relative;
    background-image: url('../img/kids-vids_logo.svg');
    background-repeat: no-repeat;
    width: 160px;
    height: 80px;
    z-index: 9999;
}

.kv-header-wrapper .header-section .kv-becutan a.kv-becutan-logo {
    display: block;
    background-image: url('../img/becutan_logo.svg');
    background-repeat: no-repeat;
    width: 90px;
    height: 25px;
    margin-top: 15px;
}

.kv-header-wrapper .header-section {
    line-height: 60px;
}

/* Navigation */

.kv-header-wrapper .header-section .kv-menu .navbar {
    padding: 0;
}

.dropdown-toggle::after {
    display: none;
}

.kv-header-wrapper .header-section .kv-menu .navbar ul.navbar-nav {
    margin-top: 10px;
}

.kv-header-wrapper .header-section .kv-menu .navbar ul.navbar-nav a.nav-link {
    color: #94bbde;
    font-size: 20px;
    line-height: 50px;
    padding: 0;
    cursor: pointer;
    transition: ease-out .2s;
    text-transform: uppercase;
    background: transparent;
}

.kv-header-wrapper .header-section .kv-menu .navbar ul.navbar-nav a.nav-link:hover {
    color: #003f88;
    transition: ease-in .2s;
}

.kv-header-wrapper .header-section .kv-menu .navbar ul.navbar-nav li {
    transition: ease-in-out .1s;
}

.kv-header-wrapper .header-section .kv-menu .navbar ul.navbar-nav li.show {
    background-color: #e6f2fb;
    border-radius: 10px 10px 0 0;
    transition: ease-in .1s;
}

.kv-header-wrapper .header-section .kv-menu .navbar ul.navbar-nav li.show a {
    color: #003f88!important;
}

.kv-header-wrapper .header-section .kv-menu .navbar ul.navbar-nav li.nav-item {
    display: inline;
    height: 50px;
    padding: 0 35px;
    margin: 0 30px 0 0;
    border: none;
}

.kv-header-wrapper .header-section .kv-menu .navbar ul.navbar-nav ul.dropdown-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #ffffff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
    transform: translate3d(0, 30px, 0);
}

.kv-header-wrapper .header-section .kv-menu .navbar ul.navbar-nav ul.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}

.kv-header-wrapper .header-section .kv-menu .navbar ul.navbar-nav li.nav-item a.dropdown-item {
    font-size: 15px;
    color: #003f88;
    text-transform: uppercase;
    padding: 20px 20px 20px 15px;
    line-height: normal;
    letter-spacing: normal;
    white-space: normal;
}

.kv-header-wrapper .header-section .kv-menu .navbar ul.navbar-nav li.nav-item .submenu-children li a {
    padding: 15px;
}

.kv-header-wrapper .header-section .kv-menu .navbar ul.navbar-nav li.nav-item a.dropdown-item:focus {
    color: #003f88;
    background-color: #f8f9fa;
}

.kv-header-wrapper .header-section .kv-menu .navbar ul.navbar-nav ul.dropdown-menu li.dropdown-submenu {
    position: relative;
}

.kv-header-wrapper .header-section .kv-menu .navbar ul.navbar-nav ul.dropdown-menu li.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 10px;
    top: 47%;
}

.dropdown-toggle-icon::before {
    color: #e92e92;
    border-style: solid;
    border-width: 0.5px 0.5px 0 0;
    content: '';
    display: inline-block;
    height: 0.6em;
    right: 12px;
    position: absolute;
    top: 44%;
    transform: rotate(45deg);
    vertical-align: top;
    width: 0.6em;
}

.kv-header-wrapper .header-section .kv-menu .navbar ul.navbar-nav ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
    top: 40%!important;
    left: 100%;
    margin-left: 0.5rem;
    margin-right: .1rem;
}

.kv-header-wrapper .header-section .kv-pediatar a.kv-pediatar-logo {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url('../img/ask-doctor/Expert_SR.png');
    background-repeat: no-repeat;
    width: 150px;
    height: 90px;
    z-index: 9999;
}

.kv-header-wrapper .header-section .kv-pediatar a.kv-pediatar-logo-en {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url('../img/ask-doctor/Expert_EN.png');
    background-repeat: no-repeat;
    width: 200px;
    height: 90px;
    z-index: 9999;
}

.kv-header-wrapper .header-section .kv-pediatar a.kv-pediatar-logo-al {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url('../img/ask-doctor/Expert_AL.png');
    background-repeat: no-repeat;
    width: 200px;
    height: 90px;
    z-index: 9999;
}

/* -------------------------------- 

Overlay mobile menu

-------------------------------- */

.menu-icon {
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    display: block;
    left: 5%;
    top: 10%;
}

@media only screen and (min-width: 1170px) {
    .menu-icon {
        display: none;
    }
}

.menu-icon-line {
    height: 2px;
    width: 30px;
    display: block;
    background-color: #fff;
    margin-bottom: 7px;
    cursor: pointer;
    -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
    transition: background-color .5s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, background-color .5s ease;
    transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}

.menu-icon-line-left {
    width: 16.5px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.menu-icon-line-right {
    width: 16.5px;
    float: right;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.menu-icon:hover .menu-icon-line-left, .menu-icon:hover .menu-icon-line-right {
    width: 30px;
}

.mobile-nav {
    position: fixed;
    z-index: 98;
}

.mobile-nav:before, .mobile-nav:after {
    content: "";
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(227, 228, 232, 0.6);
    border-bottom-left-radius: 200%;
    z-index: -1;
    -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    -webkit-transform: translateX(100%) translateY(-100%);
    transform: translateX(100%) translateY(-100%);
}

.mobile-nav:after {
    background: #e9b035;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.mobile-nav:before {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.nav-mobile {
    margin-top: 60px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.nav-is-toggled .nav-mobile {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.nav-is-toggled::after {
    opacity: 1;
    visibility: visible;
}

.nav-mobile {
    display: -webkit-box;
    display: flex;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: 0.45s;
    transition: 0.45s;
}

.nav-mobile .kv-becutan-logo{
    background-image: url('../img/becutan_logo.svg');
    background-repeat: no-repeat;
    margin-left: 15px;
    margin-top: 20px;
}


.nav-items {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
}

.nav-item:not(:last-child) {
    border-bottom: solid 1px #daf9f4;
}

.nav-link {
    display: block;
    padding: 0.875em 1em;
    background-color: #fff;
    color: #003f88;
    font-size: 1rem;
    line-height: 1.3em;
    font-weight: 300;
}

.nav-expand-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
}

.nav-expand-content a.main-category {
    font-weight: 600;
    background-color: #caddef;
}

.nav-expand-content .nav-back-link i{
    margin-right: 0.5em;
}

.nav-expand-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.nav-expand-link:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f054";
    font-weight: 600;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
}

.nav-expand.active>.nav-expand-content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}

body.nav-is-toggled .menu-icon-line {
	background-color: #fff;
	-webkit-transform: translate(0px, 0px) rotate(-45deg);
          transform: translate(0px, 0px) rotate(-45deg);
}
body.nav-is-toggled .menu-icon-line-left {
	width: 15px;
	-webkit-transform: translate(2px, 4px) rotate(45deg);
          transform: translate(2px, 4px) rotate(45deg);
}
body.nav-is-toggled .menu-icon-line-right {
	width: 15px;
	float: right;
	-webkit-transform: translate(-3px, -3.5px) rotate(45deg);
          transform: translate(-3px, -3.5px) rotate(45deg);
}
body.nav-is-toggled .menu-icon:hover .menu-icon-line-left,
body.nav-is-toggled .menu-icon:hover .menu-icon-line-right {
	width: 15px;
}


/* -------------------------------- 

    Slider components 

-------------------------------- */

#slider {
    width: 1200px;
    height: 530px;
    margin: 0 auto;
}

#slider .kv-product-image-mob {
    display: none;
}

.ls-v6 .ls-bottom-nav-wrapper{
    display: none!important;
}

#slider .kv-category-title-slide-m{
    display: none!important;
}

/* -------------------------------- 

    Vertial Small menu components 

-------------------------------- */

.kv-menu-vertical {
    width: 250px;
    position: fixed;
    top: 180px;
    z-index: 99;
    right: -250px;
    transition: ease-in 0.4s;
}

.kv-menu-vertical a.trigger {
    background-image: url('../img/pull_icon.svg');
    width: 29px;
    height: 63px;
    position: absolute;
    left: -28px;
    top: 0;
    transition: ease-in 0.4s;
}

.kv-menu-vertical.active a.trigger {
    background-image: url('../img/push_icon.svg');
    transition: ease-in 0.4s;
}

.small-menu-open {
    right: 0px!important;
    transition: ease-in 0.4s;
}

.kv-menu-vertical .kv-menu {
    background: #f8f8f8;
    color: #333;
    font-size: 14px;
    padding: 15px;
    margin-top: 0;
    font-weight: 500;
    border-bottom-left-radius: 30px;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 15px rgba(0, 0, 0, .175);
}

.kv-menu-vertical .kv-menu a{
    text-decoration: none;
}

.kv-menu-vertical .kv-menu .media img {
    width: 25%;
}

.kv-menu-vertical .kv-menu .media .media-body {
    height: 62px;
    border-bottom: 1px solid #93bbde;
}

.kv-menu-vertical .kv-menu .media .media-body h5 {
    color: #093f87;
    text-transform: uppercase;
    transition: ease-in-out .2s;
}

.kv-menu-vertical .kv-menu .media .media-body h5:hover {
    color: #e91490;
    text-decoration: none;
    transition: ease-in .2s;
}

/* -------------------------------- 

    Body components 

-------------------------------- */

main {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center bottom;
    /* background-size: 100% 90%; */
}

/* About Us Holder */

.kv-about_holder {
    text-align: center;
    font-family: "MyriadPro";
}

.kv-about_holder p {
    font-size: 15px;
    color: #1f4386;
    margin-bottom: 10px;
}

.kv-about_holder p sup {
    vertical-align: super;
}

.kv-about_holder p sub {
    vertical-align: sub;
}

.kv-about_holder p strong {
    font-weight: bold;
}

.kv-about_holder p i {
    font-style: italic;
}

.kv-about_holder .kv-pediatar a.kv-pediatar-logo {
    display: block;
    background-image: url('../img/ask-doctor/Expert_SR.png');
    background-repeat: no-repeat;
    width: 200px;
    height: 90px;
    z-index: 9999;
}

.kv-about_holder .kv-pediatar a.kv-pediatar-logo-en {
    display: block;
    background-image: url('../img/ask-doctor/Expert_EN.png');
    background-repeat: no-repeat;
    width: 200px;
    height: 90px;
    z-index: 9999;
}

.kv-about_holder .kv-pediatar a.kv-pediatar-logo-al {
    display: block;
    background-image: url('../img/ask-doctor/Expert_AL.png');
    background-repeat: no-repeat;
    width: 200px;
    height: 90px;
    z-index: 9999;
}

/* News Holder */

.kv-news_holder {
    font-family: MyriadPro, sans-serif;
}

.kv-news_holder .kv-news_title {
    text-align: center;
}

.kv-news_holder .kv-news_title h2 {
    color: #ed017e;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.kv-news_holder .card-body {
    padding: 15px;
    background-color: #f4f2f3;
}

.kv-news_holder .card-body a.card-title {
    font-size: 17px;
    font-weight: bold;
    color: #ed017e;
    transition: ease-in-out .2s;
}

.kv-news_holder .card-body a.card-title:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: ease-in .1s;
}

.kv-news_holder .card-body p.card-text {
    font-size: 15px;
    color: #003f88;
    margin-top: .9rem;
    line-height: 18px;
    height: 65px;
}

.kv-news_holder .card-body a.btn {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    background-color: #ed017e;
    padding: 0 25px;
    border-radius: 5px;
    margin-left: 20px;
    transition: ease-in-out .2s;
}

.kv-news_holder .card-body a.btn:hover {
    opacity: 0.7;
    transition: ease-in .2s;
}

.kv-news_holder .card-body a.btn:focus {
    outline: none;
}

.kv-news_holder .owl-carousel .owl-dots button:focus {
    outline: none;
}

.kv-news_holder .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    background: #D6D6D6;
}

.kv-news_holder .owl-theme .owl-dots .owl-dot.active span, .kv-news_holder .owl-theme .owl-dots .owl-dot:hover span {
    background: #96bade;
}

.kv-news_holder .kidsvits-news .title{
    height: 55px;
}

/* Media Holder */

.kv-media_holder {
    margin-top: 80px;
}

.kv-media_holder .kv-media_title {
    text-align: center;
}

.kv-media_holder .kv-media_title h2 {
    color: #ed017e;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.kv-media_holder .owl-carousel .owl-item img {
    padding: 6% 13%;
}

.kv-media_holder .owl-carousel .owl-item.center img {
    padding: 0;
    transition: ease-in .3s;
}

.kv-media_holder .owl-carousel .owl-item i {
    display: none;
}

.kv-media_holder .owl-carousel .owl-item.center i {
    position: absolute;
    display: block;
    top: 40%;
    left: 45%;
    font-size: 50px;
    color: #fff;
}

.kv-media_holder .owl-carousel .owl-item p {
    color: #ed017e;
    text-align: center;
    text-transform: uppercase;
}

.kv-media_holder .owl-carousel .owl-item.center p {
    display: none;
}

.kv-media_holder .owl-carousel .owl-prev, .kv-media_holder .owl-carousel .owl-next {
    position: absolute;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.kv-media_holder .owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}

.kv-media_holder .owl-carousel .owl-prev {
    left: 0;
}

.kv-media_holder .owl-carousel .owl-next {
    right: 0;
}

.kv-media_holder .owl-carousel .owl-prev i, .kv-media_holder .owl-carousel .owl-next i {
    color: #e92e92;
    font-size: 25px;
}

.kv-media_holder .owl-carousel .owl-prev:hover, .kv-media_holder .owl-carousel .owl-next:hover, .kv-media_holder .owl-carousel .owl-prev:focus, .kv-media_holder .owl-carousel .owl-next:focus {
    background: transparent;
    outline: none;
}

/* Category & Article Holder */

.kv-catart_holder {
    margin-top: 90px;
    font-family: "MyriadPro";
}

.kv-catart_holder .kv-categries .card {
    border: none;
}

.kv-catart_holder .kv-categries .card .card-img-overlay img.logo {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 85px;
}

.kv-catart_holder .kv-categries .card .card-img-overlay {
    padding: 30px;
}

.kv-catart_holder .kv-categries .card h5.card-title {
    color: #e92e92;
    font-size: 30px;
    width: 35.5%;
}

.kv-catart_holder .kv-categries .card .card-img-overlay a {
    position: absolute;
    bottom: 10%;
    font-size: 15px;
    color: #fff;
    background-color: #e92e92;
    padding: 0 25px;
    border-radius: 5px;
    transition: ease-in-out .2s;
}

.kv-catart_holder .kv-categries .card .card-img-overlay a.btn:hover {
    opacity: 0.7;
    transition: ease-in .2s;
}

/* Article Holder */

.kv-catart_holder .kv-articles {
    margin-top: 40px;
}

.kv-catart_holder .kv-articles .card {
    border: none;
}

.kv-catart_holder .kv-articles .card .card-img {
    margin-bottom: -3px;
}

.kv-catart_holder .kv-articles .card .card-body {
    padding: 20px;
}

.kv-catart_holder .kv-articles .card h5.card-title {
    color: #e92e92;
    font-size: 30px;
    text-transform: uppercase;
}

.kv-catart_holder .kv-articles .card p.card-subtitle {
    color: #e92e92!important;
    font-size: 16px;
    /* font-weight: 600; */
    text-transform: uppercase;
}

.kv-catart_holder .kv-articles .card .center p {
    color: #003f88;
    font-size: 15px;
}

.kv-catart_holder .kv-articles .card .card-body a {
    position: absolute;
    bottom: 5%;
    left: 30%;
    font-size: 15px;
    color: #fff;
    background-color: #e92e92;
    padding: 0 25px;
    border-radius: 5px;
    transition: ease-in-out .2s;
}

.kv-catart_holder .kv-articles .card .card-body .center {
    margin-top: 5em;
}

.kv-catart_holder .kv-articles .card .card-body .card-text {
    margin-top: 1em;
}

.kv-catart_holder .kv-articles .card .card-body a.btn:hover {
    opacity: 0.7;
    transition: ease-in .2s;
}

/* Characters Holder */

.kv-characters_holder {
    margin-top: 50px;
}

/* -------------------------------- 

   Product page components

-------------------------------- */

.kv-product_holder {
    font-family: MyriadPro;
    font-weight: bold;
    margin-top: 40px;
}

.kv-product_holder h2.product-title {
    color: #ee018d;
    font-size: 23px;
    text-align: center;
    padding: 0 40px;
}

.kv-product_holder p.product-subtitle {
    color: #2c5c9a;
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
}

.kv-product_holder .product-desc {
    height: 500px;
    margin-top: 40px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.kv-product_holder .product-desc::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.kv-product_holder .product-desc::-webkit-scrollbar {
    width: 6px;
    height: 16px;
    background-color: #F5F5F5;
}

.kv-product_holder .product-desc::-webkit-scrollbar-thumb {
    border-radius: 10px;
    width: 10px;
    height: 10px;
    background-color: #ffd339;
}

.kv-product_holder .product-desc p {
    color: #4a679d;
    line-height: 20px;
    font-weight: 300;
    margin-top: 10px;
    padding-right: 5px;
}

.kv-product_holder .product-desc p img{
    margin-left: auto!important;
    margin-right: auto!important;
}

.kv-product_holder .product-desc p sup {
    font-size: 11px;
    vertical-align: super;
}

.kv-product_holder .product-desc p sub {
    font-size: 11px;
    vertical-align: sub;
}

.kv-product_holder .product-desc p em{
    font-style: italic;
}

.kv-product_holder .product-desc p em sup,
.kv-product_holder .product-desc p em sub {
    font-style: italic;
}

.kv-product_holder .product-desc figure {
    text-align: center;
}

.kv-product_holder .product-desc blockquote {
    padding: 5px 20px;
    font-style: italic;
    border-left: 3px solid #2c5c9a;
}

.kv-product_holder .product-desc blockquote p {
    margin-top: 0;
}

.kv-product_holder .product-desc table {
    margin: 10px;
    text-align: center;
    color: #4a679d;
    margin: 0 auto;
    width: 73%;
}

.kv-product_holder .product-desc table td,
.kv-product_holder .product-desc table th{
    font-weight: normal;
}

.kv-product_holder .product-desc table th p{
    color: #fff;
    line-height: 18px;
}

.kv-product_holder .product-desc table th strong,
.kv-product_holder .product-desc table td strong{
    font-weight: bold;
}

.kv-product_holder .product-desc table thead {
    color: #fff;
    background-color: #a4c2e4;
}

.kv-product_holder .product-desc table tbody tr:nth-child(even) {
    background-color: #ccf7fd;
}

.kv-product_holder .product-desc table tbody tr td:first-child {
    text-align: left;
}

.kv-product_holder .product-desc p a {
    color: inherit;
    text-decoration: underline;
}

.kv-product_holder .product-desc p a:hover {
    color: inherit;
    text-decoration: none;
}

.kv-product_holder .product-desc h2 {
    font-size: 25px;
    color: #2c5c9a;
}

.kv-product_holder .product-desc h3 {
    font-size: 22px;
    color: #2c5c9a;
    margin-top: 10px;
}

.kv-product_holder .product-desc h4 {
    font-size: 19px;
    color: #2c5c9a;
    margin-top: 10px;
}

.kv-product_holder .product-desc ul {
    margin: 10px;
}

.kv-product_holder .product-desc ul li {
    color: #2c5c9a;
    margin-left: 30px;
}

.kv-product_holder .product-desc ul li i {
    font-style: italic;
    line-height: 20px;
}

.kv-product_holder .product-desc ul li strong {
    font-weight: bold;
}

.kv-product_holder .product-desc p i {
    font-style: italic;
}

.kv-product_holder .product-desc p strong {
    font-weight: bold;
}

.kv-product_holder .product-desc ul {
    margin: 10px;
}

.kv-product_holder .product-desc ul li {
    color: #2c5c9a;
    margin-left: 30px;
    font-weight: normal;
    line-height: 20px;
    list-style-type: circle;
}

.kv-product_holder .product-desc ol {
    margin: 10px;
}

.kv-product_holder .product-desc ol li {
    color: #2c5c9a;
    margin-left: 30px;
    margin-top: 5px;
    font-weight: normal;
    line-height: 20px;
    list-style-type: decimal;
}

.kv-product_holder .product-desc .accordion {
    padding: .2em 1em .2em .2em;
}

.kv-product_holder .product-desc .accordion .card {
    border: none;
    background-color: transparent;
}

.kv-product_holder .product-desc .accordion .card-header {
    background-color: #a4c2e4;
    border-radius: 50px;
    border: none;
    margin-top: 10px;
}

.kv-product_holder .product-desc .accordion .card-header .btn:focus {
    box-shadow: none;
}

.kv-product_holder .product-desc .accordion .card-header .kv-accordion-title {
    color: #043f88;
    font-size: 15px;
    text-align: left;
    width: 100%;
}

.kv-product_holder .product-desc .accordion .card-header span {
    position: absolute;
    top: 25px;
    right: 15px;
    font-size: 15px;
    color: #e92e92;
    font-weight: 400;
}

.kv-product_holder .product-desc .accordion .card-body ul {
    list-style: disc;
    margin-left: 20px;
}

.kv-product_holder .product-desc .accordion .card-body ul li {
    color: #4a679d;
    line-height: 20px;
    /* font-weight: 300; */
    margin-top: 5px;
}

.kv-product_holder .product-important {
    margin-top: 40px;
}

.kv-product_holder .product-important p {
    color: #4a679d;
    line-height: 20px;
    padding: 0 5em;
    font-weight: bold;
    font-style: italic;
}

/* -------------------------------- 

    Ask the Doctor components

-------------------------------- */

.kv-ask_doctor_holder {
    font-family: MyriadPro;
    margin-top: 40px;
}

.kv-ask_doctor_holder .doctor{
    display: none;
    text-align: center;
    margin-bottom: 60px;
}

.kv-ask_doctor_holder .doctor h2.name{
    font-size:25px;
    color:#1e407e;
}

.kv-ask_doctor_holder .doctor p.workplace{
    font-size:20px;
    margin-top: 10px;
    color:#e92e92;
}

.kv-ask_doctor_holder h2.form-title {
    color: #ee018d;
    font-size: 22px;
    text-align: center;
}

.kv-ask_doctor_holder .form-desc p {
    color: #2c5c9a;
    margin-top: 60px;
    line-height: 20px;
}

.kv-ask_doctor_holder .form-desc p strong{
    font-weight: bold;
}


.kv-ask_doctor_holder .form-desc p em{
    font-style: italic;
}

.kv-ask_doctor_holder form {
    margin-top: 30px;
}

.kv-ask_doctor_holder form label {
    color: #2c5c9a;
    margin-bottom: 10px;
    line-height: 20px;
}

.kv-ask_doctor_holder form input {
    font-size: 15px;
    color: #2c5c9a;
    height: 30px;
    padding: 10px;
    border-radius: 40px;
}

.kv-ask_doctor_holder form textarea {
    font-size: 15px;
    color: #2c5c9a;
    padding: 10px;
    border-radius: 20px;
    resize: none;
}

.kv-ask_doctor_holder form .form-control {
    background-color: #ecf3fb;
    border: none;
}

.kv-ask_doctor_holder form .form-control {
    background-color: #ecf3fb;
    border: none;
}

.kv-ask_doctor_holder .custom-checkbox {
    padding-left: 5em;
}

.kv-ask_doctor_holder .custom-checkbox .custom-control-label::before {
    top: -0.05rem;
    left: -3.5rem;
    width: 20px;
    height: 20px;
    border-radius: 100px;
}

.kv-ask_doctor_holder .custom-checkbox .custom-control-label::after {
    top: -0.05rem;
    left: -3.5rem;
    width: 20px;
    height: 20px;
}

.kv-ask_doctor_holder .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ffffff;
    background-color: #e92e92;
    outline: ;
}

.kv-ask_doctor_holder form button {
    color: #fff;
    font-size: 18px;
    padding: 0 25px;
    border-radius: 50px;
    background-color: #e92e92;
    transition: ease-out .2s;
}

.kv-ask_doctor_holder form button:hover {
    color: #fff;
    opacity: 0.8;
    transition: ease-in .1s;
}

.kv-ask_doctor_holder .user-statment p{
    color: #2c5c9a;
    margin-top: 60px;
    line-height: 20px;
}

.kv-ask_doctor_holder .user-statment p strong{
    font-weight: bold;
}

.kv-ask_doctor_holder .user-statment p em{
    font-style: italic;
}

.kv-ask_doctor_holder .no-doctors{
    display: inline-block;
    padding: 40px;
}

.kv-ask_doctor_holder .no-doctors h2{
    color: #ee018d;
    font-size: 22px;
    text-align: center;
}

.kv-ask_doctor_holder .no-doctors h4{
    color: #2c5c9a;
    font-size: 18px;
    margin-top: 20px;
}

.kv-ask_doctor_holder .no-doctors p{
    color: #2c5c9a;
    margin-top: 10px;
}

/* -------------------------------- 

    News components 

-------------------------------- */

.kv-news_page_holder {
    font-family: MyriadPro;
    margin-top: 40px;
}

.kv-news_page_holder .mt-60 {
    margin-top: 60px;
}

.kv-news_page_holder .mb-80 {
    margin-bottom: 80px;
}

.kv-news_page_holder h2.news-title {
    color: #ee018d;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
}

.kv-news_page_holder p.news-subtitle {
    color: #2c5c9a;
    margin-top: 5px;
    text-align: center;
}

.kv-news_page_holder .news-scroll {
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.kv-news_page_holder .news-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.kv-news_page_holder .news-scroll::-webkit-scrollbar {
    width: 6px;
    height: 16px;
    background-color: #F5F5F5;
}

.kv-news_page_holder .news-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    width: 10px;
    height: 10px;
    background-color: #ffd339;
}

.kv-news_page_holder .news-desc p {
    color: #2c5c9a;
    margin-top: 10px;
    line-height: 20px;
}

.kv-news_page_holder .news-desc p em{
    font-style: italic;
}

.kv-news_page_holder .news-desc p sup {
    vertical-align: super;
}

.kv-news_page_holder .news-desc p sub {
    vertical-align: sub;
}

.kv-news_page_holder .news-desc blockquote {
    padding: 5px 20px;
    font-style: italic;
    border-left: 3px solid #2c5c9a;
}

.kv-news_page_holder .news-desc blockquote p {
    margin-top: 0;
}

.kv-news_page_holder .news-desc p a {
    color: inherit;
    text-decoration: underline;
}

.kv-news_page_holder .news-desc p a:hover {
    color: inherit;
    text-decoration: none;
}

.kv-news_page_holder .news-desc h2 {
    font-size: 25px;
    color: #2c5c9a;
    /* margin-top: 10px; */
}

.kv-news_page_holder .news-desc h3 {
    font-size: 22px;
    color: #2c5c9a;
    margin-top: 10px;
}

.kv-news_page_holder .news-desc h4 {
    font-size: 19px;
    color: #2c5c9a;
    margin-top: 10px;
}

.kv-news_page_holder .news-desc ul {
    margin: 10px;
}

.kv-news_page_holder .news-desc ul li {
    color: #2c5c9a;
    margin-left: 30px;
}

.kv-news_page_holder .news-desc ul li i {
    font-style: italic;
    line-height: 20px;
}

.kv-news_page_holder .news-desc ul li strong {
    font-weight: bold;
}

.kv-news_page_holder .news-desc p i {
    font-style: italic;
}

.kv-news_page_holder .news-desc p strong {
    font-weight: bold;
}

.kv-news_page_holder .news-desc .accordion {
    padding: .2em 1em .2em .2em;
}

.kv-news_page_holder .news-desc .accordion .card {
    border: none;
    background-color: transparent;
}

.kv-news_page_holder .news-desc .accordion .card-header {
    background-color: #a4c2e4;
    border-radius: 50px;
    border: none;
    margin-top: 10px;
}

.kv-news_page_holder .news-desc .accordion .card-header .btn:focus {
    box-shadow: none;
}

.kv-news_page_holder .news-desc .accordion .card-header .kv-accordion-title {
    color: #043f88;
    font-size: 15px;
    text-align: left;
    width: 100%;
}

.kv-news_page_holder .news-desc .accordion .card-header span {
    position: absolute;
    top: 25px;
    right: 15px;
    font-size: 15px;
    color: #e92e92;
    font-weight: 400;
}

.kv-news_page_holder .news-desc .accordion .card-body ul {
    list-style: disc;
    margin-left: 20px;
}

.kv-news_page_holder .news-desc .accordion .card-body ul li {
    color: #4a679d;
    line-height: 20px;
    font-weight: 300;
    margin-top: 5px;
}

/* -------------------------------- 

    Archive components 

-------------------------------- */

.kv-archive_page_holder {
    font-family: MyriadPro;
    margin-top: 40px;
}

.kv-archive_page_holder .mt-60 {
    margin-top: 60px;
}

.kv-archive_page_holder .mb-80 {
    margin-bottom: 80px;
}

.kv-archive_page_holder h2.title {
    color: #ee018d;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.kv-archive_page_holder .kv-archive {
    margin-top: 80px;
}

.kv-archive_page_holder .kv-archive .card {
    background-color: #f5f4f5;
    border: none;
    margin-top: 20px;
}

.kv-archive_page_holder .kv-archive .card .card-img {
    margin-bottom: -3px;
}

.kv-archive_page_holder .kv-archive .card .card-body {
    padding: 20px;
}

.kv-archive_page_holder .kv-archive .card .card-date {
    color: #1f4386;
}

.kv-archive_page_holder .kv-archive .card .card-title {
    font-size: 15px;
    color: #e92e92;
    font-weight: bold;
    line-height: 19px;
    margin-top: 10px;
    text-transform: uppercase;
}

.kv-archive_page_holder .kv-archive .card .card-text {
    color: #043f88;
    line-height: 18px;
}

.kv-archive_page_holder .kv-archive .card .card-body a {
    font-size: 13px;
    margin-top: 20px;
    margin-left: 30px;
    color: #fff;
    background-color: #e92e92;
    padding: 0 25px;
    border-radius: 5px;
    transition: ease-in-out .2s;
}

.kv-archive_page_holder .kv-archive .card .card-body a.btn:hover {
    opacity: 0.7;
    transition: ease-in .2s;
}

.kv-archive_page_holder .kv-pagination .page-link {
    font-size: 18px;
    color: #1f4386;
    background-color: transparent;
    border: none;
    transition: ease-in-out .2s;
    line-height: 30px;
}

.kv-archive_page_holder .kv-pagination .active .page-link {
    color: #e92e92;
    font-weight: bold;
}

.kv-archive_page_holder .kv-pagination .page-link:hover {
    color: #e92e92;
    font-weight: bold;
    transition: ease-in .2s;
}

.kv-archive_page_holder .kv-pagination .page-link:focus {
    outline: none;
}

.kv-archive_page_holder .kv-pagination .page-link i {
    color: #e92e92;
    font-size: 30px;
}

/* -------------------------------- 

    Article components 

-------------------------------- */

.kv-article_page_holder {
    font-family: MyriadPro;
    margin-top: 40px;
}

.kv-article_page_holder .mt-60 {
    margin-top: 60px;
}

.kv-article_page_holder .mb-80 {
    margin-bottom: 80px;
}

.kv-article_page_holder h2.article-title {
    color: #ee018d;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
}

.kv-article_page_holder p.article-subtitle {
    color: #2c5c9a;
    margin-top: 5px;
    text-align: center;
}

.kv-article_page_holder .article-scroll {
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.kv-article_page_holder .article-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.kv-article_page_holder .article-scroll::-webkit-scrollbar {
    width: 6px;
    height: 16px;
    background-color: #F5F5F5;
}

.kv-article_page_holder .article-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    width: 10px;
    height: 10px;
    background-color: #ffd339;
}

.kv-article_page_holder .article-desc p {
    color: #2c5c9a;
    margin-top: 10px;
    line-height: 20px;
}

.kv-article_page_holder .article-desc p em{
    font-style: italic;
}

.kv-article_page_holder .article-desc p sup {
    vertical-align: super;
}

.kv-article_page_holder .article-desc p sub {
    vertical-align: sub;
}

.kv-article_page_holder .article-desc blockquote {
    padding: 5px 20px;
    font-style: italic;
    border-left: 3px solid #2c5c9a;
}

.kv-article_page_holder .article-desc blockquote p {
    margin-top: 0;
}

.kv-article_page_holder .article-desc p a {
    color: inherit;
    text-decoration: underline;
}

.kv-article_page_holder .article-desc p a:hover {
    color: inherit;
    text-decoration: none;
}

.kv-article_page_holder .article-desc h2 {
    font-size: 25px;
    color: #2c5c9a;
    /* margin-top: 10px; */
}

.kv-article_page_holder .article-desc h3 {
    font-size: 22px;
    color: #2c5c9a;
    margin-top: 10px;
}

.kv-article_page_holder .article-desc h4 {
    font-size: 19px;
    color: #2c5c9a;
    margin-top: 10px;
}

.kv-article_page_holder .article-desc ul {
    margin: 10px;
}

.kv-article_page_holder .article-desc ul li {
    color: #2c5c9a;
    margin-left: 30px;
}

.kv-article_page_holder .article-desc ul li i {
    font-style: italic;
    line-height: 20px;
}

.kv-article_page_holder .article-desc ul li strong {
    font-weight: bold;
}

.kv-article_page_holder .article-desc p i {
    font-style: italic;
}

.kv-article_page_holder .article-desc p strong {
    font-weight: bold;
}

.kv-article_page_holder .article-desc .accordion {
    padding: .2em 1em .2em .2em;
}

.kv-article_page_holder .article-desc .accordion .card {
    border: none;
    background-color: transparent;
}

.kv-article_page_holder .article-desc .accordion .card-header {
    background-color: #a4c2e4;
    border-radius: 50px;
    border: none;
    margin-top: 10px;
}

.kv-article_page_holder .article-desc .accordion .card-header .btn:focus {
    box-shadow: none;
}

.kv-article_page_holder .article-desc .accordion .card-header .kv-accordion-title {
    color: #043f88;
    font-size: 15px;
    text-align: left;
    width: 100%;
}

.kv-article_page_holder .article-desc .accordion .card-header span {
    position: absolute;
    top: 25px;
    right: 15px;
    font-size: 15px;
    color: #e92e92;
    font-weight: 400;
}

.kv-article_page_holder .article-desc .accordion .card-body ul {
    list-style: disc;
    margin-left: 20px;
}

.kv-article_page_holder .article-desc .accordion .card-body ul li {
    color: #4a679d;
    line-height: 20px;
    font-weight: 300;
    margin-top: 5px;
}

/* -------------------------------- 

    Category components 

-------------------------------- */

.kv-category_holder {
    font-family: MyriadPro;
    margin-top: 40px;
}

.kv-category_holder img {
    max-width: 90%;
}

.kv-category_holder .category-desc p strong{
    font-weight: 600;
}

.kv-category_holder .category-desc p em{
    font-style: italic;
}

.kv-category_holder .col-md-6 {
    margin-top: 20px;
}

.kv-category_holder .card {
    border: none;
    -webkit-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.15);
    -moz-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.15);
    box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.15);
}

.kv-category_holder .card .card-img-top{
    background-color: #f9f9f9;
    padding: 10px 10px 20px;
}

.kv-category_holder .card .kv-product-info{
    background-color: #e92e92;
    padding: 10px 0px 10px 0px;
    height: 135px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.kv-category_holder .kv-product-info h2 {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.kv-category_holder .kv-product-info p {
    color: #2c5c9a;
    margin-top: 5px;
    text-align: center;
}

/* .kv-category_holder p {
    color: #2c5c9a;
    margin-top: 20px;
    text-align: left;
} */

.kv-category_holder a {
    position: absolute;
    bottom: 15px;
    left: 40%;
    font-size: 15px;
    /* margin-top: 50px; */
    /* margin-left: 30px; */
    color: #e92e92;
    background-color: #ffffff;
    padding: 0 25px;
    border-radius: 5px;
    transition: ease-in-out .2s;
}

.kv-category_holder a:hover {
    color: #e92e92;
    opacity: .7;
    transition: ease-in .2s;
}

/* -------------------------------- 

    Contact components

-------------------------------- */

.kv-contact_holder {
    font-family: 'MyriadPro';
    margin-top: 40px;
}

.kv-contact_holder h2 {
    color: #e92e92;
    font-size: 20px;
    margin-left: 20px;
}

.kv-contact_holder form {
    margin-top: 30px;
}

.kv-contact_holder form input {
    font-size: 15px;
    color: #2c5c9a;
    height: 30px;
    padding: 10px;
    border-radius: 40px;
}

.kv-contact_holder form textarea {
    font-size: 15px;
    color: #2c5c9a;
    padding: 10px;
    border-radius: 20px;
    resize: none;
}

.kv-contact_holder form input::placeholder, .kv-contact_holder form textarea::placeholder {
    color: #2c5c9a;
}

.kv-contact_holder form .form-control {
    background-color: #ecf3fb;
    border: none;
}

.kv-contact_holder form .form-control {
    background-color: #ecf3fb;
    border: none;
}

.kv-contact_holder form .button {
    text-align: right;
}

.kv-contact_holder form button {
    color: #fff;
    font-size: 18px;
    margin-right: 5em;
    padding: 0 25px;
    border-radius: 50px;
    background-color: #e92e92;
    transition: ease-out .2s;
}

.kv-contact_holder form button:hover {
    color: #fff;
    opacity: 0.8;
    transition: ease-in .1s;
}

.kv-contact_holder .kv-address {
    padding: 0 50px;
}

.kv-contact_holder .kv-address i {
    color: #888888;
    font-size: 50px;
}

.kv-contact_holder .kv-address h2 {
    color: #e92e92;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 0;
}

.kv-contact_holder .kv-address h3 {
    color: #2c5c9a;
    font-size: 15px;
    margin-top: 10px;
}

.kv-contact_holder .kv-address .kv-info p {
    color: #2c5c9a;
    font-size: 15px;
    margin-top: 7px;
    line-height: 18px;
}

.kv-contact_holder .kv-address .kv-info a {
    color: #2c5c9a;
}

/* -------------------------------- 

    Page components 

-------------------------------- */

.kv-page_holder {
    font-family: MyriadPro;
    margin-top: 40px;
}

.kv-page_holder .mt-60 {
    margin-top: 60px;
}

.kv-page_holder .mb-80 {
    margin-bottom: 80px;
}

.kv-page_holder h2.page-title {
    color: #ee018d;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
}

.kv-page_holder .page-scroll {
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.kv-page_holder .page-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.kv-page_holder .page-scroll::-webkit-scrollbar {
    width: 6px;
    height: 16px;
    background-color: #F5F5F5;
}

.kv-page_holder .page-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    width: 10px;
    height: 10px;
    background-color: #ffd339;
}

.kv-page_holder .page-desc p {
    color: #2c5c9a;
    margin-top: 10px;
    line-height: 20px;
}

.kv-page_holder .page-desc p sup {
    vertical-align: super;
}

.kv-page_holder .page-desc p sub {
    vertical-align: sub;
}

.kv-page_holder .page-desc p a {
    color: inherit;
    text-decoration: underline;
}

.kv-page_holder .page-desc p a:hover {
    color: inherit;
    text-decoration: none;
}

.kv-page_holder .page-desc h2 {
    font-size: 25px;
    color: #2c5c9a;
    margin-top: 10px;
}

.kv-page_holder .page-desc h3 {
    font-size: 22px;
    color: #2c5c9a;
    margin-top: 10px;
}

.kv-page_holder .page-desc h4 {
    font-size: 19px;
    color: #2c5c9a;
    margin-top: 10px;
}

.kv-page_holder .page-desc ul {
    margin: 10px;
}

.kv-page_holder .page-desc ul li {
    color: #2c5c9a;
    margin-left: 30px;
}

.kv-page_holder .page-desc ul li i {
    font-style: italic;
    line-height: 20px;
}

.kv-page_holder .page-desc ul li strong {
    font-weight: bold;
}

.kv-page_holder .page-desc p i {
    font-style: italic;
}

.kv-page_holder .page-desc p strong {
    font-weight: bold;
}

/* Privacy page */

.kv-page_holder table thead th {
    font-size: 16px;
    color: #2c5c9a;
    border-top: none;
    border-bottom: 2px solid #ed017e;
    padding: 10px;
}

.kv-page_holder table tbody td {
    font-size: 16px;
    color: #2c5c9a;
    text-align: left;
    padding: 10px;
    vertical-align: middle;
}

/* Radio Buttons */

#cookieTable{
    margin-top: 20px;
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	table { 
	  	width: 100%; 
	}

	/* Force table to not be like tables anymore */
	/* table, thead, tbody, th, td, tr { 
		display: block; 
	} */
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 50%; 
	}

	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		/* Label the data */
		content: attr(data-column);

		color: #000;
		font-weight: bold;
	}

}

.cookie-label {
    width: 150px;
    display: inline-block;
    margin-bottom: 10px;
    display: none;
}

.cookie-btn {
    display: inline-block;
    *display: inline;
    padding: 6px 6px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #5a5959;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.cookie-btn:hover, .cookie-btn:focus, .cookie-btn:active, .cookie-btn.active, .cookie-btn.disabled, .cookie-btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.cookie-btn:active, .cookie-btn.active {
    background-color: #cccccc \9;
}

input[type="radio"].toggle {
    display: none;
}

input[type="radio"].toggle {
    display: none;
}

input[type="radio"].toggle:checked+label {
    background-image: linear-gradient(to top, #969696, #727272);
    box-shadow: inset 0 1px 6px rgba(41, 41, 41, .2), 0 1px 2px rgba(0, 0, 0, .05);
    cursor: default;
    color: #E6E6E6;
    border-color: transparent;
    text-shadow: 0 1px 1px rgba(40, 40, 40, .75);
}

input[type="radio"].toggle+label {
    /* width: 40px; */
    box-sizing: content-box;
}

input[type="radio"].toggle:checked+label.cookie-btn:hover {
    background-color: inherit;
    background-position: 0 0;
    transition: none;
}

input[type="radio"].toggle-left+label {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="radio"].toggle-left:checked+label {
    background-image: linear-gradient(to top, #58ba31, #390);
    box-shadow: inset 0 1px 6px rgba(41, 41, 41, .2), 0 1px 2px rgba(0, 0, 0, .05);
    cursor: default;
    color: #fff;
    border-color: transparent;
    text-shadow: 0 1px 1px rgba(40, 40, 40, .75);
}

input[type="radio"].toggle-right:checked+label {
    background-image: linear-gradient(to top, #f03a1e, #c00);
    box-shadow: inset 0 1px 6px rgba(41, 41, 41, .2), 0 1px 2px rgba(0, 0, 0, .05);
    cursor: default;
    color: #fff;
    border-color: transparent;
    text-shadow: 0 1px 1px rgba(40, 40, 40, .75);
}

input[type="radio"].toggle-right+label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* -------------------------------- 

    Search components 

-------------------------------- */

.kv-search_holder {
    font-family: MyriadPro;
    margin-top: 40px;
}

.kv-search_holder .mt-60 {
    margin-top: 60px;
}

.kv-search_holder .mb-80 {
    margin-bottom: 80px;
}

.kv-search_holder h2.search-title {
    color: #ee018d;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
}

.kv-search_holder .search-desc p {
    color: #2c5c9a;
    margin-top: 10px;
    line-height: 20px;
}

.kv-search_holder .search-desc a {
    font-size: 15px;
    color: #fff;
    background-color: #e92e92;
    padding: 3px 25px;
    border-radius: 5px;
    transition: ease-in-out .2s;
    text-decoration: none;
}

.kv-search_holder .search-desc a:hover {
    opacity: .7;
    transition: ease-in .2s;
}

.kv-search_holder .search-desc hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.kv-search_holder .search-scroll {
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.kv-search_holder .search-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.kv-search_holder .search-scroll::-webkit-scrollbar {
    width: 6px;
    height: 16px;
    background-color: #F5F5F5;
}

.kv-search_holder .search-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    width: 10px;
    height: 10px;
    background-color: #ffd339;
}

.kv-search_holder .search-desc ol {
    margin: 10px;
}

.kv-search_holder .search-desc ol li {
    color: #2c5c9a;
    margin-left: 30px;
    margin-top: 5px;
    font-weight: normal;
    line-height: 20px;
    list-style-type: decimal;
}

.kv-search_holder .search-desc .accordion {
    padding: .2em 1em .2em .2em;
}

.kv-search_holder .search-desc .accordion .card {
    border: none;
    background-color: transparent;
}

.kv-search_holder .search-desc .accordion .card-header {
    background-color: #a4c2e4;
    border-radius: 50px;
    border: none;
    margin-top: 10px;
}

.kv-search_holder .search-desc .accordion .card-header .btn:focus {
    box-shadow: none;
}

.kv-search_holder .search-desc .accordion .card-header .kv-accordion-title {
    color: #043f88;
    font-size: 15px;
    text-align: left;
    width: 100%;
}

.kv-search_holder .search-desc .accordion .card-header span {
    position: absolute;
    top: 25px;
    right: 15px;
    font-size: 15px;
    color: #e92e92;
    font-weight: 400;
}

.kv-search_holder .search-desc .accordion .card-body ul {
    list-style: disc;
    margin-left: 20px;
}

.kv-search_holder .search-desc .accordion .card-body ul li {
    color: #4a679d;
    line-height: 20px;
    /* font-weight: 300; */
    margin-top: 5px;
}

.kv-search_holder .search-desc table {
    margin: 0 auto;
    text-align: center;
}

.kv-search_holder .search-desc table thead {
    color: #fff;
    background-color: #a4c2e4;
}

.kv-search_holder .search-desc table tbody tr:nth-child(even) {
    background-color: #ccf7fd;
}

.kv-search_holder .search-desc table tbody tr td:first-child {
    text-align: left;
}

.kv-search_holder .search-desc p em {
    font-style: italic;
}

.kv-search_holder .search-desc p sup {
    vertical-align: super;
}

.kv-search_holder .search-desc p sub {
    vertical-align: sub;
}

.kv-search_holder .search-desc figure {
    text-align: center;
}

.kv-search_holder .search-desc blockquote {
    padding: 5px 20px;
    font-style: italic;
    border-left: 3px solid #2c5c9a;
}

.kv-search_holder .search-desc blockquote p {
    margin-top: 0;
}

/************************************
*   Cookie popup
*************************************/

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    padding: 30px 40px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.95);
    display: grid;
    grid-template-columns: 70% auto;
    align-items: center;
    color: white;
    z-index: 9999;
}

.cookie-consent>.content>.title {
    font-family: "Merriweather", sans-serif;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #808285;
}

.cookie-consent>.content>.description {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300!important;
    line-height: 1.5em;
    margin-bottom: 20px;
    color: #808285;
    letter-spacing: 0.2px;
}

.cookie-consent>.content>.description a {
    color: #e92e92;
    font-size: 16px!important;
    font-weight: 300!important;
}

.cookie-consent>.content>.description a:hover {
    text-decoration: none;
}

.cookie-consent>.action {
    /* display: flex; */
    margin-left: 25%;
}

.cookie-consent>.action>.btn-ok {
    font-family: "Roboto", sans-serif;
    border: 0;
    position: relative;
    display: block;
    line-height: 1.2em !important;
    font-size: 1.1em;
    font-weight: 500;
    text-align: left;
    color: #6e6e70;
    background-color: #f5f4f4;
    white-space: nowrap;
    padding: 15px 20px;
    min-width: 190px;
    margin-bottom: 15px;
    -webkit-transition: padding 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: padding 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: padding 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: padding 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: padding 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.cookie-consent>.action>.btn-ok:hover {
    padding-left: 35px;
}

.cookie-consent>.action>.btn-ok::before, .cookie-consent>.action>.btn-ok::after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.cookie-consent>.action>.btn-ok::before {
    left: calc(100% - 54px);
    background-color: #a4c2e4;
    /* transform: skewX(-12deg); */
    -webkit-transition: left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.cookie-consent>.action>.btn-ok::after {
    width: 57px;
    background: transparent no-repeat center center;
    background-size: 14px 20px;
    background-image: url('/kidsvits/img/arrow.png');
    -webkit-transition: right 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: right 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: right 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: right 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: right 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.cookie-consent>.action>.btn-ok:hover::before, .cookie-consent>.action>.btn-ok:hover::before {
    left: 110%;
}

.cookie-consent>.action>.btn-ok:hover::after, .cookie-consent>.action>.btn-ok:hover::after {
    right: 10px;
}

.settings-link {
    font-family: "Roboto", sans-serif;
    color: #808285;
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    padding: 4px 3px 4px 14px;
    display: block;
    line-height: 1;
    font-style: italic;
    font-weight: 700;
    letter-spacing: .5px;
    margin: 0 auto;
    float: none;
    /* width: 181px; */
    -webkit-transition: padding 0.2s ease-out;
    -moz-transition: padding 0.2s ease-out;
    -ms-transition: padding 0.2s ease-out;
    -o-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
}

.settings-link:hover {
    padding-left: 24px;
    text-decoration: none;
    color: #808285;
}

.settings-link::before {
    content: " ";
    width: 1px;
    height: 100%;
    top: 0;
    left: 2px;
    border-left: 1px solid #fff;
    border-color: inherit;
    transform: rotate(11deg);
    position: absolute;
}

/* -------------------------------- 

    Footer components 

-------------------------------- */

footer {
    font-family: "MyriadPro";
    background-color: #003f88;
    padding: 20px;
}

footer .kv-links ul {
    display: inline;
}

footer .kv-links ul li {
    padding: 3px;
}

footer .kv-links ul li a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    transition: ease-in-out .1s;
}

footer .kv-links ul li a:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: ease-in .1s;
}

footer .kv-alkaloid {
    text-align: center;
    align-content: center;
}

footer .kv-alkaloid img {
    width: 120px;
    /* margin-top: 30px; */
}

footer .kv-icons {
    text-align: right;
}

footer .kv-icons ul li {
    display: inline-block;
    margin: .15em;
    position: relative;
    font-size: 1.2em;
}

footer .kv-icons a:after {
    position: relative;
    left: 4px;
    top: 4px;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: block;
    border: 1.5px solid #fff;
    transition: all 265ms ease-out;
}

footer .kv-icons i {
    color: #fff;
    position: absolute;
    font-size: 20px;
    top: 14px;
    left: 15px;
    transition: all 265ms ease-out;
}

footer .kv-icons a:hover i {
    opacity: 0.6;
}

footer .kv-icons i.fa-facebook-f {
    left: 17px;
}

footer .kv-copyright {
    margin-top: 10px;
    text-align: right;
}

footer .kv-copyright p {
    color: #fff;
    font-size: 13px;
}

/* Toast notification */
.kv-toast{
    text-align:left;
    padding: 21px 0;
    background-color:#efefef;
    border-radius:4px;
    top: 0px;
    position:relative;
    box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.2);
    margin-bottom: 30px;
}

.kv-toast::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-top-left-radius:4px;
    border-bottom-left-radius: 4px;
}

.kv-toast .icon{
    position:absolute;
    top: 29%;
    left:22px;
    transform:translateY(-50%);
    width:14px;
    height:14px;
    padding: 7px;
    border-radius:50%;
    display:inline-block;
}

.kv-toast.success .icon i{
    font-size: 24px;
    color: #2BDE3F;
}

.kv-toast.error .icon i{
    font-size: 24px;
    color: #f10404;
}

.kv-toast .content{
    padding-left:70px;
    padding-right:60px;
}

.kv-toast .content p{
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    color: #878787;
}

.kv-toast .close{
    position: absolute;
    right: 22px;
    top: 50%;
    width: 14px;
    cursor:pointer;
    height: 14px;
    fill:#878787;
    transform: translateY(-50%);
}

.kv-toast.success::before{
    background-color: #2BDE3F;
}

.kv-toast.error::before{
    background-color: #f10404;
}

/* ACCORDION */

.accordion.space {
    margin-top: 30px;
    margin-bottom: 30px;
}

.accordion .dropit .card-body{
    color: #2c5c9a;
    margin-top: 10px;
    line-height: 20px;
}

.accordion .dropit ul,
.accordion .dropit ol{
    padding: 10px;
    list-style: circle;
}

.accordion .dropit ul li,
.accordion .dropit ol li{
    line-height: 20px;
    padding: 5px 0 5px 0;
}

.accordion .dropit .card-header{
    cursor: pointer;
}

.accordion .dropit .collapse p{
    padding: 10px;
}

/* Extra small devices (portrait phones, less than 576px) 
   No media query for `xs` since this is the default in Bootstrap */


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    
     /* Slider */
     #slider .kv-m_product,
     #slider .kv-m_product-page,
     #slider .kv-m_category-page,
     #slider .kv-category-title-slide-m,
     #slider .kv-doctor-img-m{
        display: none!important;
    }

    .kv-about_holder .kv-pediatar a.kv-pediatar-logo,
    .kv-about_holder .kv-pediatar a.kv-pediatar-logo-en,
    .kv-about_holder .kv-pediatar a.kv-pediatar-logo-al{
        display: none;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) { 

    #slider .kv-m_product,
    #slider .kv-m_product-page,
    #slider .kv-m_category-page,
    #slider .kv-doctor-img-m{
        display: none!important;
    }

    .kv-header-wrapper .header-section .kv-menu .navbar ul.navbar-nav li.nav-item {
        padding: 0 20px;
        margin: 0 0 0 20px;
    }
    
    .kv-header-wrapper .header-section .kv-menu .navbar ul.navbar-nav a.nav-link{
        font-size: 17px!important;
    }

    .kv-header-wrapper .header-section .kv-menu .navbar ul.navbar-nav .dropdown-menu{
        width: 145px;
    }

    .kv-about_holder .kv-pediatar a.kv-pediatar-logo,
    .kv-about_holder .kv-pediatar a.kv-pediatar-logo-en,
    .kv-about_holder .kv-pediatar a.kv-pediatar-logo-al{
        display: none;
    }

    /* Articles on Homepage */
    .kv-catart_holder .kv-articles .card .card-body .center{
        margin-top: 3em;
    }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {

    /* Header */
    .menu-icon{
        display: none;
    }

    .kv-becutan {
        display: none;
    }

    .kv-header-wrapper .header-section .kv-pediatar a.kv-pediatar-logo,
    .kv-header-wrapper .header-section .kv-pediatar a.kv-pediatar-logo-en,
    .kv-header-wrapper .header-section .kv-pediatar a.kv-pediatar-logo-al{
        display: none;
    }
    
    .kv-about_holder .kv-pediatar a.kv-pediatar-logo,
    .kv-about_holder .kv-pediatar a.kv-pediatar-logo-en,
    .kv-about_holder .kv-pediatar a.kv-pediatar-logo-al{
        display: block;
    }

    /* Articles on Homepage */
    .kv-catart_holder .kv-articles .card .card-body .center{
        margin-top: 3em;
    }
    
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) { 

    /* Header */
    .menu-icon{
        display: block;
    }

    .kv-header-wrapper .kv-header-top .kv-search i{
        bottom: 10px;
    }

    .kv-header-wrapper .header-section .kv-becutan a.kv-becutan-logo{
        display: none;
    }

    /* Slider */
    #slider{
        width: auto;
        height: 300px;
        margin-top: 120px;
    }

    #slider .kv-product-image,
    #slider .kv-whitebox,
    #slider .kv-d_product,
    #slider .kv-slogan,
    #slider .ls-bottom-nav-wrapper,
    #slider .kv-slider-title-d,
    #slider .kv-d_product-page,
    #slider .kv-d_category-page,
    #slider .kv-category-title-slide,
    #slider .kv-doctor-name,
    #slider .kv-doctor-workplace,
    #slider .kv-doctor-img-d{
        display: none!important;
    }

    #slider .kv-m_product,
    .ls-v6 .ls-nav-next, 
    .ls-v6 .ls-nav-prev,
    #slider .kv-slider-title-m,
    #slider .kv-slider-caption-m,
    #slider .mobile-caption a,
    #slider .kv-category-title-slide-m,
    .kv-ask_doctor_holder .doctor,
    #slider .kv-doctor-img-m{
        display: block!important;
    }

    #slider .kv-slider-title-m{
        font-size: 20px;
    }

    .mobile-caption{
        width: 100%;
        height: 30px!important;
        -webkit-box-shadow: -1px 13px 16px 34px rgb(255, 255, 255);
        -moz-box-shadow: -1px 13px 16px 34px rgb(255, 255, 255);
        box-shadow: -1px 13px 16px 34px rgb(255, 255, 255);
        background-color: rgba(255, 255, 255);
        z-index: 12;
    }
    
    .mobile-caption a.icon:after{
        content: '\f061';
        font-family: 'Font Awesome 5 Free';
        font-size: 19px;
        font-weight: 600;
        color: #ed017e;
    }

    /* Header */
    .kv-header-wrapper{
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
    }

    .kv-header-wrapper .kv-header-top{
        opacity: 1!important;
    }

    /* Articles on Homepage */
    .kv-catart_holder .kv-articles .card .card-body .center{
        margin-top: 2em;
    }

    .kv-catart_holder .kv-articles .card .card-body .card-text{
        margin-bottom: 1em;
    }

    .kv-catart_holder .kv-articles .card p.card-subtitle{
        height: 64px;
    }

    .kv-catart_holder .kv-articles .card .card-body a{
        position: relative;
    }

    /* Contact Page */
    .kv-contact_holder form .button {
        text-align: center;
    }

    .kv-contact_holder form button {
        margin-right: 0;
    }
    
    .kv-contact_holder .kv-address{
        margin-top: 4em;
    }

    /* Product */
    #slider .kv-product-hero{
        display: none!important;
    }

    #slider .kv-m_product-page{
        display: block!important;
    }

    /* #slider .product-bg-image{
        opacity: 0.5;
    } */


    .kv-product_holder h2.product-title {
        padding: 0px 20px;
    }

    .kv-category_holder .col-md-6 {
        margin-top: 50px;
    }

    .kv-product_holder .product-desc .accordion .card i,
    .kv-search_holder .search-desc .accordion .card i,
    .kv-news_page_holder .news-desc .accordion .card i,
    .kv-article_page_holder .article-desc .accordion .card i{
        font-size: 20px;
    }

    /* Category page */
    #slider .kv-m_category-page{
        display: block!important;
    }
    .kv-category_holder img{
        max-width: 100%;
    }

    .kv-category_holder .kv-product-info h2{
        font-size: 18px!important;
    }

    .kv-category_holder .kv-product-info p{
        font-size: 16px!important;
    }

    .kv-category_holder a{
        position: relative;
        left: 0;
        margin-top: 30px;
    }

    /* Footer */
 
    footer .kv-links{
        text-align: center;
    }

    footer .kv-icons{
        text-align: center;
    }

    footer .kv-copyright{
        text-align: center;
    }

}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) { 
    
    /* Slider */
    #slider{
        width: auto;
        height: 300px;
    }

    #slider .kv-product-image{
        display: none!important;
    }

    #slider .kv-product-image-mob{
        display: block!important;
    }

    /* Menu */
    .kv-menu-vertical{
        top: 140px;
    }


    /* Product page */
    .kv-product_holder .product-important p{
        padding: 0;
    }

    /* Articles on Homepage */
    .kv-catart_holder .kv-articles .card p.card-subtitle{
        height: auto;
    }

}

/* Small devices (landscape phones, 470px and up) */
@media (max-width: 470px) { 

    .ls-v6 .ls-nav-next, 
    .ls-v6 .ls-nav-prev {
        display: block!important;
    }

    .ls-v6 .ls-bottom-nav-wrapper{
        display: none;
    }

    /* Media */

    .kv-media_holder{
        margin-top: 30px;
    }
    
    .kv-catart_holder{
        margin-top: 20px;
    }

    .kv-catart_holder .kv-categries .col-md-6:first-child{
        margin-bottom: 20px;
    }

    .kv-catart_holder .kv-categries .card .card-img-overlay{
        padding: 10px;
    }

    .kv-catart_holder .kv-categries .card .card-img-overlay img.logo{
        width: 65px;  
    }

    .kv-catart_holder .kv-categries .card h5.card-title{
        font-size: 16px!important;
        width: 50%;
        margin-top: 10px;
    }

    .kv-articles .col-md-6:first-child{
        margin-bottom: 20px;
    }


    .cookie-consent{
        display: block;
    }
}

/* Small devices (landscape phones, 470px and up) */
@media (max-width: 340px) { 

    .kv-catart_holder .kv-categries .card .card-img-overlay img.logo{
        display: none;
    }

    .kv-catart_holder .kv-categries .card .card-img-overlay{
        padding: 10px;
    }
    
}