body {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0e5073;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

h1, .h1 { font-size:44px; font-weight: 800; }
h2, .h2 { font-size:38px; font-weight: 800; }
h3 { font-size:32px; font-weight: 800; }
h4 { font-size:26px; font-weight: 800; }
h5 { font-size:20px; font-weight: 800; }
h6 { font-size:18px; font-weight: 800; }



/* THEME */
header.onlyLogo img {
    height: 60px;
}

header .logo img {
    height: 60px;
}

@media (max-width: 992px) {
    header.onlyLogo img, header .logo img { height: 46px!important; }
}


.btn-primary {
    background-color: #0e5073;
    border-color: #0e5073;
    color: #fff;
}
.btn-primary:hover {
    background-color: #3e8c9c;
    border-color: #3e8c9c;
    color: #fff;
}

.btn-outline-primary {
    border-color: #0e5073;
    color: #0e5073;
}
.btn-outline-primary:hover {
    background-color: #0e5073;
    border-color: #0e5073;
    color: #fff;
}

.btn-primary-gradient {
    background: linear-gradient(90deg,rgba(120, 209, 204, 1) 0%, rgba(14, 80, 115, 1) 100%);
    border: 0px;
    color: #fff;
}
.btn-primary-gradient:hover {
    background: linear-gradient(90deg,rgba(120, 209, 204, 1) 0%, rgba(14, 80, 115, 1) 100%);
    border: 0px;
    color: #fff;
}

.btn-secondary-gradient {
    background: linear-gradient(90deg, rgb(252 93 59) 0%, rgb(191 36 1) 100%);
    border: 0px;
    color: #fff;
}
.btn-secondary-gradient:hover {
    background: linear-gradient(90deg, rgb(252 93 59) 0%, rgb(191 36 1) 100%);
    border: 0px;
    color: #fff;
}



#navbar {
    
}
#navbar a {
    font-size: 15px;
    font-weight: 800;
    color: #0e5073;
    border-bottom: 2px solid transparent;
}
#navbar a:hover {
    text-decoration: none;
    border-bottom: 2px solid #0e5073;
}
#navbar .nav-item.active a {
    text-decoration: none;
    border-bottom: 2px solid #0e5073;
}

#navbar .nav-item a.anav18 {
    color: #fc5d3b !important;
}
#navbar .nav-item a.anav18:hover {
    color: #fc5d3b !important;
    border-bottom: 2px solid #fc5d3b;
}
#navbar .nav-item.active a.anav18 {
    color: #fc5d3b !important;
    border-bottom: 2px solid #fc5d3b;
}
#navbar .dropdown-item.active, .dropdown-item:active {
    background-color: #eceaef;
}




footer { }
footer a { color: #0e5073; }
footer a:hover {text-decoration: underline; color: #0e5073;}







.custom-pill {border-radius: 70px;}





.bg-grey {background-color: #eee;}


.vh-100 {
    min-height: 100vh!important;
}

.vh100-min {
    min-height: calc(100vh - 100px) !important;
}

.w75d-100m {
    width: 75%!important;
}
@media (max-width: 992px) {
    .w75d-100m { width: 100%!important; }
}


.w-90 {
    width: 90%!important;
}

.w90d-100m {
    width: 90%!important;
}
@media (max-width: 992px) {
    .w90d-100m {
        width: 100%!important;
    }
}

.w50d-100m {
    width: 50%!important;
}
@media (max-width: 992px) {
    .w50d-100m {
        width: 100%!important;
    }
}

.w60d-100m {
    width: 60%!important;
}
@media (max-width: 992px) {
    .w60d-100m {
        width: 100%!important;
    }
}


.square {
    line-height: 0;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
}

.square-50 { width: 50px; height: 50px; }
.square-36 { width: 36px; height: 36px; }
.square-15 { width: 15px; height: 15px;}




/* S: CMS Gallery */
.pswp__bg {background: #000000d1 !important;}
/* E: CMS Gallery */

/* S: CMS Video */
.video-thumb {
	position: relative;
	/*height: 100%;
	min-height: 140px;*/
	cursor: pointer;
}
.video-thumb .play-icon {
    background: rgba(0,0,0, .3);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 40px;
    color: #fff;
	transition: .4s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.video-thumb:hover .play-icon {
    background: rgba(0,0,0, .5);

}

.video-thumb-view-details {
	position: relative;
	height: 100%;
	/*min-height: 140px;*/
	cursor: pointer;
}
.video-thumb-view-details .play-icon {
    background: rgba(0,0,0, .2);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 40px;
    color: var(--color-primary);
	transition: .4s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.video-thumb-view-details:hover .play-icon {
    background: rgba(0,0,0, .5);

}
/* S: Responsive iframe video */
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 20px;
}
.video-wrapper>iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
/* E: Responsive iframe video */
/* E: CMS Video */


.parallax {
    /*position: relative;*/
    content: '';
    z-index: 1;
    right: 0;
    width: 100%;
    height: 300px;
    /* background-image: url(../img/general/big2.jpg); */
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-color: #cecece;
}
@media (max-width: 992px) {
    .parallax {
        height: 160px;
        width: 100%;
        background-attachment: initial;
    }
}


.fw-extrabold {font-weight: 800;}





iframe.gmaps {
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
}



.form-alert {
	display: none;
	position: fixed;
	right: 20px;
	top: 20px;
	max-width: 400px;
	z-index: 999;
}
.form-alert .alert {
	border: none;
	border-radius: 0;
	margin-bottom: 0;
}
.form-alert .alert-warning {
	background: #f4a421;
	color: #fff;
}
.form-alert .alert-success {
	background: #33a212;
	color: #fff;
}
.form-alert .alert .close {
	padding: .65rem 1.25rem;
	color: #fff;
	transition: all .4s;
}
.form-alert .alert .close:hover {
	color: #000;
}
.valid {
	border-color: green!important;
}
.invalid {
	border-color: red!important;
    border-width: 3px;
}




.language {
}
.language a {
    color: #0c5073;
    font-weight: 500 !important;
    border: 0px solid transparent;
}
.language a:hover {
    color: #337e92 !important;
}
.language a.active {
    color: #6fc6c5 !important;
}


    /* S: Mobile menu */
    .js-topPushNav {
        position: relative;
        padding: 0;
        margin: 0;
        list-style-type: none;
    }
    .pushNav {
        width: 100%;
        height: 100vh;
        padding: 0;
        margin: 0;
        list-style-type: none;
        position: absolute;
        top: 0;
        z-index: 100;
        background: #fff;
        
        transition: ease-in-out 0.5s;
        overflow: hidden;
        left: -1000px;
    }
    .pushNav_level.isOpen {
        left: 0;
        overflow: initial;
    }
    .closeLevel,
    .openLevel {
        cursor: pointer;
    }
    /* E: Mobile menu */


.w100m-50d {width: 50%;}
@media (max-width: 992px) {
    .w100m-50d {width: 100%;}
}

.text-yellow {color: #f9e63e;}
.text-orange {color: #fc5d3b;}
.text-body {color: #0e5073 !important;}
.text-shadow-white { text-shadow: 1px 1px #fff; }
.text-shadow-black { text-shadow: 1px 1px #000; }

.bg-orange {background: #fc5d3b;}
.bg-turcoaz {background: #79d2cb;}

.fs-10px {font-size: 10px;}
.fs-12px {font-size: 12px;}
.fs-14px {font-size: 14px;}


.divider{height:1px;background:linear-gradient(90deg, transparent, #e5e7eb, transparent)}
.check::before{content:"✔";margin-right:.5rem;color:var(--accent)}
.rating {width: 100px;}

.linkBodyColor {color: #0e5073;}
.linkBodyColor:hover { color: #337e92 !important; }

.custon-bg-color {background-color: #0e5073;}
.custon-border-color {border-color: #0e5073;}
.custom-rounded {border-radius: 25px;}
.custom-bg-gray {background: #eceaef;}
.custom-bg-gradient {background: linear-gradient(90deg,rgba(120, 209, 204, 1) 0%, rgba(14, 80, 115, 1) 100%);}


.custom-keen-active {background-color: #0e5073!important;}
.custom-keen-active a {color: #fff!important;}

#btnProgramare a {
  animation: bounceIn 0.5s ease;
}
@keyframes bounceIn {
  0% { transform: scale(0.8); opacity: 0; }
  60% { transform: scale(1.05); opacity: 1; }
  100% { transform: scale(1); }
}




.hero {
    min-height: calc(100vh + 0px) !important; 
    margin-top: -100px; 
    background-color: #e5e2e9;
    background-image: url(https://apstomatologic.ro/uploads/manual/hero.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}
@media (max-width: 992px) {
    .hero { 
        min-height: calc(100vh + 0px) !important; 
        margin-top: -65px;
        background-size: auto 50vh;
        background-position: top right;
        background-repeat: no-repeat;
    }
}

.mt--pill { margin-top:-110px; }
@media (max-width: 992px) {
    .mt--pill { margin-top:-100px; }
}

.vh--hero { padding-top: 100px; min-height: calc(100vh - 110px) !important; }
@media (max-width: 992px) {
    .vh--hero {
        padding-top: calc(50vh + 0px) !important;
        min-height: auto !important;
    }
}

.hero-title {font-size:40px; font-weight: 800; line-height: 44px;}






.keen-navigation-wrapper {
  position: relative;
}

.keen-dots {
  display: flex;
  padding: 10px 0;
  justify-content: center;

  margin-top: 10px;
}

.keen-dot {
  border: none;
  width: 10px;
  height: 10px;
  background: #c5c5c5;
  border-radius: 50%;
  margin: 0 5px;
  padding: 5px;
  cursor: pointer;
}

.keen-dot:focus {
  outline: none;
}

.keen-dot--active {
  background: #000;
}

.keen-arrow {
    display: none;


  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  fill: #fff;
  cursor: pointer;
}

.keen-arrow--left {
  left: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z'/%3E%3C/svg%3E");
}

.keen-arrow--right {
  right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 24'%3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'/%3E%3C/svg%3E");
}

.keen-arrow--disabled.keen-arrow--left {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 24 24'%3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z'/%3E%3C/svg%3E");
}

.keen-arrow--disabled.keen-arrow--right {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 24 24'%3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'/%3E%3C/svg%3E");
}






.transition-header {transition: background-color 0.3s ease, backdrop-filter 0.3s ease;}


.sticky-active {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(6px);
}
@media (max-width: 992px) {
    .sticky-active {
        background-color: unset;
        backdrop-filter: none;
    }
}
header.sticky-lg-top {
    overflow-x: hidden;
    width: 100%;
}
header.sticky-lg-top.sticky-active {
    overflow-x: hidden;
}




/* S: Cookie Dialog */
.gdprcookie {
    position: fixed;
    color: #000;
    font-size: 12px;
    line-height: 16px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 350px;
    padding: 25px;
    background: #e9e9e9;
    border-radius: 25px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .7);
    z-index: 99999999;
}
.gdprcookie h1,
.gdprcookie h2 {
    font-size: 20px;
    margin-bottom: 5px;
}
.gdprcookie h2 {
    font-size: 16px;
    color: #000;
}
.gdprcookie p {
    font-size: 12px;
}
.gdprcookie a {
    color: currentColor;
    text-decoration: underline;
}
.gdprcookie-buttons {
    text-align: center;
}
.gdprcookie-buttons button {
    color: #000;
    font-family: inherit;
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
    border-radius: 5px;
    margin: 0 3px;
    background: #000;
    cursor: pointer;
    border: none;
    transition: .4s;
    box-shadow: none;
    outline: none;
}
.gdprcookie-buttons button:first-child {
    background: #000000;
    color: #fff;
}
.gdprcookie-buttons button:first-child:hover {
    background: #999999;
    color: #fff;
}
.gdprcookie-buttons button:last-child {
    background: none;
    font-size: 12px;
}
.gdprcookie-buttons button:disabled {
    color: rgba(255, 255, 255, .5);
}
.gdprcookie-types ul {
    overflow: hidden;
    padding: 0;
    margin: 0 0 10px;
}
.gdprcookie-types li {
    display: block;
    list-style: none;
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
}
.gdprcookie-types input[type=checkbox] {
    margin-right: 10px;
}
/* E: Cookie Dialog */


