body {
	font-family: "Rubik", Sans-serif;
	/*color: #697886;*/
	color: #466471;
	font-size: 15px;
	line-height: 22px;
}
h1, h2, h3, h4, h5, h6 {
	color: #083041;
}
a {
	color: #E17141;
	text-underline-offset: 3px;
	transition: all .3s ease-in-out;
}
a:hover {
	color: #EF8658;
}

html, body {
	overflow-x: hidden;
}

.navbar-expand-lg .navbar-nav .nav-link {
	color: #083041;
	font-size: 15px;
	font-weight: 500;
	padding-left: 15px;
	padding-right: 15px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #EF8658;
}

.navbar-brand img {
	width: 42px;
	height: auto;
	margin-right: 10px;
}
.navbar-mypsyhealth-title {
	color: #083041;
	font-size: 26px;
	line-height: 24px;
	font-weight: 600;
	margin: 0;
}
.navbar-mypsyhealth-subtitle {
	font-size: 12px;
	line-height: 12px;
	margin: 0;
	position: relative;
	left: 1px;
}
@media screen and (max-width: 576px) {
	.navbar-brand img {
		width: 36px;
		height: auto;
		margin-right: 5px;
	}
	.navbar-mypsyhealth-title {
		font-size: 18px;
		line-height: 21px;
	}
	.navbar-mypsyhealth-subtitle {
		font-size: 9px;
		line-height: 9px;
	}
}
.navbar-address {
	position: relative;
	top: 5px;
	width: 150px;
}
.navbar-address-inner {
	position: absolute;
	top: -44px;
	padding: 0 20px 15px 20px;
	width: 200px;
	left: -20px;
	transition: box-shadow .15s ease-in-out;
	pointer-events: none;
}
.navbar-address-inner .navbar-address-time {
	color: #466471;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	margin-top: 5px;
	opacity: 0;
	transition: all .15s ease-in-out;
}
.navbar-address-inner a {
	font-size: 13px;
	margin-top: 5px;
	opacity: 0;
	transition: all .15s ease-in-out;
}
.navbar-address:hover {
	z-index: 99;
}
.navbar-address:hover .navbar-address-inner {	
	border-radius: 0.25rem;
	background: white;
	box-shadow: 0 15px 50px rgb(8 48 65 / 15%);
	pointer-events: auto;
}
.navbar-address:hover .navbar-address-time,
.navbar-address:hover a {
	opacity: 1;
}

.navbar-address-title {
	color: #083041;
	font-size: 13px;
	font-weight: 500;
	margin-top: 15px;
	pointer-events: auto;
}
.navbar-address-text {
	color: #466471;
	font-size: 13px;
	font-weight: 400;
	text-decoration: underline;
	text-decoration-style: dotted;
	line-height: 15px;
	pointer-events: auto;
}

.navbar-contacts-small {
	color: #E17141;
	font-size: 13px;
	margin: 0;
}
.navbar-contacts-whatsapp {
	background-color: #1ebb55;
	margin-right: 10px;
	width: 24px;
	height: 24px;
	padding: 0 3px;
	border-radius: 1rem;
	transition: all .15s ease-in-out;
}
.navbar-contacts-email {
	background-color: #e17141;
	margin-right: 10px;
	width: 24px;
	height: 24px;
	padding: 0 3px;
	border-radius: 1rem;
	transition: all .15s ease-in-out;
}
.navbar-contacts-whatsapp:hover,
.navbar-contacts-email:hover {
	transform: scale(1.2);
}
.navbar-contacts-whatsapp svg,
svg.btn-icon-whatsapp {
	width: 18px;
	height: 18px;
	fill: #ffffff;
	transition: all .15s ease-in-out;
}
.navbar-contacts-email svg,
svg.btn-icon-email {
	width: 18px;
	height: 18px;
	fill: transparent;
	stroke: #ffffff;
	transition: all .15s ease-in-out;
}
.navbar-contacts-whatsapp:hover svg,
.navbar-contacts-email:hover svg {
	margin-top: -1px;
}

.navbar-contacts-phone {
	color: #083041;
	font-size: 21px;
	font-weight: 600;
	text-decoration: none;
}

.navbar input[type="search"] {
	background-color: #E7EBEF;
	border: 0;
	color: #697886;
	font-size: 16px;
	font-weight: 400;
	height: 40px;
	padding-left: 35px;
	box-shadow: none;
}
@media screen and (min-width: 992px) {
	.navbar input[type="search"] {
		font-size: 13px;
		height: 35px;
	}
}
.navbar input[type="search"]::placeholder {
	color: #b0b8c1;
}
.search-input-icon {
	left: 10px;
	position: absolute;
	width: 18px;				
}
nav.navbar {
	box-shadow: 0px 20px 20px 0px rgb(70 81 86 / 10%);
}

.dropdown-menu {
	padding-top: 0;
	padding-left: .25rem;
	border: 0;
	animation-duration: .15s;
	animation-name: slideOut;			
}
.dropdown-menu.show {
	animation-duration: .15s;
	animation-name: slideIn;
	left: 0;
}
@media screen and (min-width: 992px) {
	.dropdown-menu {
		padding: .5rem 0;
		box-shadow: 1px 1px 5px #0000001a;
		animation-duration: .3s;		
	}
	.dropdown-menu.show {
	animation-duration: .3s;
}
}
@keyframes slideIn {
	from {
		transform: translateY(15px);
	}

	to {
		transform: translateY(0px);
	}
}
.dropdown-item {
	color: #083041;
	font-size: 15px;
}
.dropdown-item:focus,
.dropdown-item:hover {
	background-color: #EF865822;
}
.dropdown-item:active {
	background-color: #EF8658;
}

.btn-grn-square {
	color: #083041;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	text-decoration-color: #6978868C;
	text-decoration-style: dotted;
}
.btn-visually-impaired-text {
	text-align: right;
	margin-right: 5px;
	margin-top: -3px;
}
.btn-grn-square-icon {
	background-color: #083041;
	border-radius: .25rem;
	padding: .35rem;
	transition: all .3s ease-in-out;
}
@media screen and (max-width: 576px) {
	.btn-grn-square svg {
		width: 16px;
		height: 16px;
	}
}
.btn-grn-square:hover .btn-grn-square-icon {
	background-color: #EF8658;
}
.btn-grn-square:hover .btn-grn-square-icon svg {
	stroke: #ffffff;
}

.bg-hero {
	background-image: url(../images/new/bg-hero.jpg);
	background-position-y: center;
	background-position-x: -1300px;
	background-repeat: no-repeat;
	height: 600px;
}

.contacts-map {
	position: relative
}
.contacts-map iframe {
	max-height: 300px;
}
@media screen and (min-width: 768px) {
	.contacts-map .contacts-map-overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		box-shadow: 0px 0px 10px 20px rgba(255, 255, 255, 1) inset;
		pointer-events: none;
		border: 10px solid #fff;
		/*z-index: 1;*/
	}
	.contacts-map iframe {
		max-height: unset;
	}
}


.bg-hero > .bg-hero-overlay {
	background-color: #F6F5F0cc;
}
@media (min-width: 576px) {
	.bg-hero > .bg-hero-overlay {
		background-color: transparent;
		background-image: linear-gradient(90deg, #F6F5F0 30%, #FFFFFF00 100%);
	}
	.bg-hero {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 600px;
	}
}
.bg-hero .row {
	position: relative;
}
.bg-hero .advantages {
	display: flex;
	/* position: absolute; */
	top: 30px;
}
.bg-hero .advantages img {
	margin-right: .5em;
}
.bg-hero .advantages img {
	margin-right: .75em;
	/* border-radius: 100px;
	box-shadow: 0 5px 20px rgb(8 48 65 / 15%); */
	transition: all .3s ease-in-out;
}
.bg-hero .advantages img:hover {
	transform: translateY(-3px);
	/* box-shadow: 0 10px 30px rgb(8 48 65 / 30%); */
}
.bg-hero h2 {
	margin-top: 75px;
}
@media (max-width: 767px) {
	.bg-hero h2 {
		margin-top: 175px;
	}
}
.btn {
	border: 0;
	font-weight: 400;				
	transition: all .3s ease-in-out
}
.btn:hover,
.btn:focus,
.btn:active {
	box-shadow: 0px 5px 20px -10px rgb(0 0 0 / 50%)!important;
	transform: translateY(-3px);				
}
.btn svg {
	width: 21px;
	height: 21px;
	position: relative;
	top: -1px;
	margin-right: 5px;
	transition: all .3s ease-in-out
}
.btn-primary {
	background-color: #E17141;
	
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #EF8658;			
}
.btn-secondary {
	background-color: #083041;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
	background-color: #1A4759;	
}
.btn-light {
	background: transparent;
	color: #083041;
	font-weight: 500;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active {
	color: #083041;	
}

#ratings {				
	margin: 0 auto;
	position: relative;
}
@media screen and (min-width: 575px) {
	#ratings {
		margin-top: -60px;
	}
}
#ratings > .container {
	background-color: #ffffff;
	border-radius: 4px;
	box-shadow: 0px 5px 20px -10px rgb(0 0 0 / 20%);
}
#ratings .ratings-a {
	border-bottom: 1px dashed #E17141;
	text-decoration: none;				
}

#ratings a {
	text-decoration: none;
}
#ratings .web-rating {
	position: relative;
}
@media screen and (min-width: 992px) {
	#ratings .web-rating:not(:last-of-type)::after {
		content: "";
		background-color: #E5EEF3;
		width: 1px;
		height: 90%;
		position: absolute;
		top: 10px;
		right: 0;
	}
}

#ratings .rating-number {
	color: #B0CFDD;
	font-size: 42px;
	font-weight: 800;
	line-height: 42px;
	margin-bottom: 0;
	margin-right: 5px;
	transition: all .3s ease-in-out;
}
#ratings .rating-total {
	color: #B0CFDD;
	font-size: 21px;
	font-weight: 400;
	line-height: 21px;
	margin-bottom: 5px;
	transition: all .3s ease-in-out;
}
#ratings .web-rating > a:hover .rating-number {
	color: #083041;
}

#prices .nav-item {
	padding: 0px 10px;
}

#prices .nav-link {
	color: #083041;
	box-shadow: 0 15px 50px rgb(8 48 65 / 15%);
	font-size: 14px;
	width: 100%;
	min-height: 60px;
	margin-bottom: 20px;
	transition: all .3s ease-in-out;
}
#prices .nav-link:hover,
#prices .nav-link.active {
	background-color: #083041;
	color: #ffffff;
	position: relative;
	transform: translateY(-5px);
}
#prices .nav-link:after {
	content: "";
	position: absolute;
	border-width: 8px;
	bottom: -9px;				
	left: 0px;
	right: 0px;
	margin: 0 auto;
	z-index: 1;
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #083041;
	border-bottom: 0px;
	opacity: 0;
	z-index: 0;
	transition: all .3s ease-in-out;
}
#prices .nav-link.active:after {
	opacity: 1;
}

#prices h5 a {
	font-size: 18px;
	color: #083041;
	text-decoration: none;
}
#prices h5 a:hover {
	color: #EF8658;
}
.price-element {
	align-items: center;
	font-size: 15px;
	margin-bottom: 12px;
}
.price-element a {
	color: #083041;
		
	text-decoration-color: #08304138;
	text-underline-offset: 4px;
}
.price-element a:hover {
	color: #EF8658;
}

.price-service-name {
	
}
.price-service-separator {
/*	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #0830417A;
	flex-grow: 1;
	position: relative;
	top: -10px;
	margin-left: 10px;
	margin-right: 10px;*/
	min-width: 40px;
	margin: 0 10px;
	flex-grow: 1;
	position: relative;
}
.price-service-separator:after {
	content: '';
	position: absolute;
	top: -40%;
	border-bottom: 1px #0830417A dotted;
	height: 100%;
	width: 100%;
}
.price-service-price {
	flex-shrink: 0;
}

@media screen and (max-width: 575px) {
	#team .tns-outer {
		margin-right: -15px;
		margin-left: -15px;
	}
	#team .tns-item {
		padding-left: 15px;
	}
}


#doc-slider {
	cursor: grab;
	user-select: none;
}
#doc-slider:active {
	cursor: grabbing;
}
.doc-photo {
	border-radius: .25rem;
}
.doc-name {
	margin-bottom: 10px;
}
.doc-name a {
	color: #083041;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-decoration-color: #6978868C;
	/*text-underline-offset: 4px;*/
}
.doc-name a:hover {
	color: #EF8658;
}
.doc-bio {
	font-size: 14px;
}
.show-all {
	color: #6978868C;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-decoration-color: #6978868C;
	/*text-underline-offset: 4px;*/
}
@media screen and (min-width: 768px) {
	.show-all {
		font-size: 16px;
	}
}
.doc-slider-controls span,
.testimonials-slider-controls span {
	border: 1px solid #6978868C;
	border-radius: .25rem;
	width: 36px;
	height: 36px;
	outline: none!important;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
.testimonials-slider-controls span {
	border: 1px solid #083041;
}
.testimonials-slider-controls span svg {
	stroke: #083041;
}
.doc-slider-controls span svg,
.testimonials-slider-controls span svg {
	transition: all .3s ease-in-out;
}
.doc-slider-controls span:hover,
.testimonials-slider-controls span:hover {
	border: 1px solid #EF8658;
}
.doc-slider-controls span:hover svg,
.testimonials-slider-controls span:hover svg {
	stroke: #EF8658;
}
.doc-slider-controls span.btn-prev,
.testimonials-slider-controls span.btn-prev {
	margin-left: 0;
	margin-right: 5px;		
}
@media screen and (min-width: 768px) {
	.doc-slider-controls span.btn-prev,
	.testimonials-slider-controls span.btn-prev {
		margin-left: 15px;
		margin-right: 5px;
	}
}
.doc-slider-controls svg,
.testimonials-slider-controls svg {
	width: 24px;
	height: 24px;
	position: relative;
	left: -1px;
}
.doc-slider-controls span.btn-next svg,
.testimonials-slider-controls span.btn-next svg {
	transform: rotate(180deg);
	position: relative;
	left: 1px;
}

.bg-colors {
	background: url(../images/new/bg-colors.png);
}
.show-all-default {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	/*text-underline-offset: 4px;*/
}
@media screen and (min-width: 768px) {
	.show-all-default {
		font-size: 16px;
	}
}

#testimonials .btn-secondary {
	font-size: 14px;
	padding: 7px .75rem;
}
#testimonials-slider {
	cursor: grab;
	user-select: none;
}
#testimonials-slider:active {
	cursor: grabbing;
}
#testimonials-slider .item-inner {
	padding: 20px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #E6EAEC73;
	border-radius: 4px;
	box-shadow: 0px 10px 8px 0px rgb(0 0 0 / 6%);
	margin-bottom: 10px;
}
#testimonials-slider .testimonial-text {
	font-size: 14px;
	line-height: 21px;
}
@media screen and (min-width: 575px) {
	#testimonials-slider .testimonial-text {
		font-size: 16px;
		line-height: 24px;
	}
	#testimonials-slider .item-inner {
		padding: 60px;
		background-color: #FFFFFF;
		border-style: solid;
		border-width: 1px;
		border-color: #E6EAEC73;
		border-radius: 4px;
		box-shadow: 0px 10px 8px 0px rgb(0 0 0 / 6%);
		margin-bottom: 10px;
	}
}
#testimonials-slider .testimonial-name {
	color: #083041;
	font-weight: 600;
	margin-bottom: 0;
}

#features .feature img {
	width: 50px;
}
#features h5 {
	font-size: 1rem;
}
@media screen and (min-width: 576px) {
	#features h5 {
		font-size: 1.25rem;
	}
}

#features .feature p {
	font-size: 14px;
}
.feature img {
	transition: all .15s ease-in-out;
}
.feature:hover img {
	transform: translateY(-3px);
}


.accordion-item {
	background: transparent;
	border: 0;
}
.accordion-button {
	background: transparent;
	box-shadow: unset;
	border-bottom: 1px dashed #083041;
	color: #083041;
	font-size: 16px;
	padding: 20px 0 5px 0;
	outline: none;			
}
.accordion-button:focus {
	box-shadow: none;
	border-color: #083041;
}
.accordion-button:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23083041' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
	transform: rotate(90deg);
}
.accordion-button:not(.collapsed) {
	background-color: transparent;
	border-bottom: 1px dashed #E17141;
	box-shadow: none;
	color: #E17141;
}
.accordion-button:not(.collapsed):after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23E17141' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
	transform: rotate(270deg);
}
.accordion-body {
	font-size: 15px;
	padding: 1rem 0.25rem;
}

#accordionContacts .accordion-button {
	font-size: 21px;
	font-weight: 500;
}
#accordionContacts .accordion-body p {
	font-size: 16px;
}

#accordionServices .accordion-button {
	color: #083041;
	font-size: 21px;
	font-weight: 500;
	padding: 25px 0;
	border-bottom: 1px solid #08304126;
}
#accordionServices .accordion-body p {
	font-size: 16px;
}
#accordionServices h5 {
	font-size: 18px;
}


#features .video-about {
	overflow: hidden;
	height: 400px;
	border-radius: .25rem;
}
#features .video-about .bg-video {
	background-image: url(../images/new/obhod.jpg);
	background-position: center center;
	background-size: cover;				
	transition: all 1s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
#features .video-about a {
	text-decoration: none;
}
.gradient-overlay {
	background-image: linear-gradient(220deg, #5996B0bb 47%, #F0A483bb 100%);
}			

#features .video-about svg {
	width: 48px;
	height: 48px;
	margin-bottom: 20px;
	transition: all .3s ease-in-out;
}
#features .video-about p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
}
#features .video-about:hover .bg-video {
	transform: scale(1.1) rotate(-1deg);
}
#features .video-about svg:hover {
	transform: scale(1.1);
}


#cta {
	margin-bottom: -25px;
}
.bg-orange {
	background-color: #fbf3f1;
}
.cta-img {
	position: relative;
	left: -50px;
	top: -25px;
}
@media (min-width: 1200px) {
	.cta-img {
		position: relative;
		left: 0;
	}
}
.btn-cta {
	font-size: 24px;
	padding: .5rem 0;
	position: relative
}
@media screen and (min-width: 576px) {
	.btn-cta {
		padding: .5rem 1.5rem;
	}
}
.btn-cta:hover {
	background-color: #E17141;
	color: #ffffff;
}
.btn-cta:hover svg {
	stroke: #ffffff;
}
.btn-cta svg {
	width: 24px;
	height: 24px;
}
.btn-cta:after {
	content: "Круглосуточно. Без выходных. Анонимно.";
	position: absolute;
	font-size: 12px;
	font-weight: 400;
	color: #798B9C;
	bottom: -21px;
	left: 50%;
	width: 100%;
	margin-left: -50%;
	transition: all .3s ease-in-out;
}
.btn-cta:hover:after {
	transform: translateY(3px);
}

footer {
	background-color: #083041;				
}
footer h6 {
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 15px;
}
footer a,
footer p {
	color: #FFFFFFBA;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 7px;
	text-decoration: none;
}
footer .disclaimer p:not(:first-of-type) {
	color: #FFFFFF63;
	font-size: 13px;
}
footer .license-url {
	text-decoration: underline;
}
footer .sm-url {
	border-radius: 2rem;
	color: white;
	width: 36px;
	height: 36px;
	padding: 6px;
	transition: all .15s ease-in-out;
}
footer .sm-url:not(:last-of-type) {
	margin-right: 15px;
}
footer .sm-url:hover {
	transform: scale(1.1);
}
footer .sm-url svg {
	fill: #ffffff;
}

footer .sm-url.sm-vk {
	background-color: #4a76a8;
}
footer .sm-url.sm-yt {
	background-color: #bd081c;
}
footer .sm-url.sm-fb {
	background-color: #3b5998;
}
footer .sm-url.sm-ok {
	background-color: #ed8207;
}
footer .sm-url.sm-ig {
	background-color: #c32aa3;
}
footer .sm-url.sm-rss {
	background-color: #ff6153;
}

.bg-fade-up {

}
.breadcrumbs-text {
	color: #697886;
	font-size: 14px;
	margin-bottom: 0;
}
.breadcrumbs-url {
	color: #083041;
	text-decoration: none;
}
.breadcrumbs-separator {
	margin: 0 .25em;
}




/* Toggler */
.navbar-toggler {
	width: 20px;
	height: 20px;
	position: relative;
	transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
	outline: none;
	box-shadow: none;
	border: 0;
}

.navbar-toggler span {
	margin: 0;
	padding: 0;
}

.toggler-icon {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #083041;
	border-radius: 1px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

.middle-bar {
	margin-top: 0px;
}

/* when navigation is clicked */

.navbar-toggler .top-bar {
	margin-top: 5px;
	transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
	margin-top: 5px;
	transform: rotate(-135deg);
}

/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
	margin-top: -5px;
	transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
	margin-top: 5px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
	margin-top: 15px;
	transform: rotate(0deg);
}

/* Color of 3 lines */

.navbar-toggler.collapsed .toggler-icon {
	background: #083041;
}

.dropdown-toggle {
	position: relative;
	margin-right: .45rem;
}
.dropdown-toggle:after {
	content: "";
	flex-shrink: 0;
	width: .9rem;
	height: .9rem;
	margin-left: auto;
	background-size: .9rem;
	position: absolute;
	top: 12px;
	right: -1px;
	transition: all .15s ease-in-out;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23083041' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
	transform: rotate(270deg);
	border: 0;
}
.dropdown-toggle:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23EF8658' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
}

.nav-link {
	outline: none;
	box-shadow: none;
	border: 0;
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu { 
		display: none;
	}
	.navbar .nav-item:hover .nav-link {

	}
	.navbar .nav-item:hover .dropdown-menu{
		display: block;
	}
	.navbar .nav-item .dropdown-menu{
		margin-top:0;
	}
}


.widget ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 2rem;
}

.widget ul.menu.vertical li {
	padding: .75rem 0;
}
.widget ul.menu.vertical li:not(:last-of-type) {
	border-bottom: 1px solid #d5e1e7;
}
.widget ul.menu.vertical li a {
	padding: .75rem 0;
	text-decoration: none;
	text-transform: capitalize;
}

.widget ul.tags li {
	display: inline-block;
	padding: .3rem .5rem;
	background-color: #d5e1e7;
	border-radius: .25em;
	margin: .25rem;	
	transition: all .15s ease-in-out;
}
.widget ul.tags li:hover {
	background-color: #bdced7;
	box-shadow: 0px 5px 10px -5px rgb(0 0 0 / 30%)!important;
    transform: translateY(-3px);
}
.widget ul.tags li a {
	color: #083041;
	padding: .3rem 0;	
	text-decoration: none;
}

.left-post {
	box-shadow: 0 10px 10px 0px rgb(0 0 0 / 5%);
    margin-bottom: 3em;
    border-radius: .25rem;
}

.left-post img {
	border-radius: 0.25rem 0.25rem 0 0;
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center center;
}

.post-text {
	padding: 1rem 2rem 2rem 2rem;
}

.post-text .far {
	margin: 0!important;
	display: inline!important;
	font-size: 12px!important;	
	text-transform: none!important;
	font-style: unset!important
}
.post-text .far.fa-calendar-check {
	font-weight: 600!important;
	color: #083041!important;
	margin-right: .5rem!important;
}
.post-text .far.fa-user {
	font-weight: 400!important;
	color: #E17141!important;
}
.post-text h5 {
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.post-text h5 a {
	color: #083041;
	font-size: 21px;	
	text-decoration: none;
	transition: all .15s ease-in-out;
}
.post-text h5 a:hover {
	color: #E17141;
}

ul.pagination {
	display: block;
	max-width: 100%;
	text-align: center;
}
ul.pagination li {
	display: inline-block;
	margin: 0 .25rem;
}
ul.pagination li a {
	color: #083041;
	display: block;
    padding: 0.25rem 0.25rem;
    border-radius: 0;
    text-decoration: none;
}
ul.pagination li.current {
	background-color: #083041;
	border-radius: .25rem;
	margin: 0;
	margin-left: .5rem;
}
ul.pagination li.current a {
	padding: 0.25rem 0.75rem;
	color: white;
}

.mph-content img,
.post-image img,
.post-content img {
	max-width: 100%;
	height: auto;
}

#photos .img-fluid {
	border-radius: .25rem;
}


.special {
	min-height: 350px;
	border-radius: 8px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.old-price {
	text-decoration: line-through;
	opacity: .6;
	margin-bottom: 0;
}
.special-price {
	color: #083041;
	font-size: 24px;
	font-weight: 600;
}

#special-1 {
	background-image: url(../images/new/drip.jpg);
	background-color: #eae8ed;
}

#special-2 {
	background-image:url(../images/new/drip-2.jpg);
	background-color: #f0ebe5;
	background-position: right;
	background-size: cover; 
}
#special-3 {
	background-image:url(../images/new/shop.jpg);
	background-color: #dfe0e5;
	background-position: left;
    background-size: contain;
}
#special-3 h3 {	
    font-weight: 600;
	margin-top: 45px;
    margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
	#special-3 {
		background-position: -100px;
	}
}

@media screen and (max-width: 575px) {
	#special-1 {
		background-size: cover; 
		background-position: -150px;
	}
}

/* Lazyload iframe YOUtube */

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
}

.youtube img {width: 100%; top: -16.82%; left: 0; opacity: 0.7;}

.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}

.youtube img, .youtube .play-button {cursor: pointer;}

.youtube img, .youtube iframe, .youtube .play-button, .youtube .play-button:before {position: absolute;}

.youtube .play-button, .youtube .play-button:before {top: 50%; left: 50%; transform: translate3d( -50%, -50%, 0 );}

.youtube iframe {height: 100%; width: 100%; top: 0; left: 0;}