body {
	font: 400 normal 16px/27px 'Manrope', sans-serif;
	color: #000;
}

a {
	color: #948366;
	transition: all .2s ease-in-out;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #948366;
}

.justify {
	text-align: justify;
}

#header {
	padding: 15px 0;
	z-index: 1;
	position: relative;
}

.header-shadow {
	box-shadow: 0 2px 16px rgba(0,0,0,.1);
}

.container {
	padding-left: 0px;
	padding-right: 0px;
}

.top-30 {
	margin-top: 30px;
}

.top-50 {
	margin-top: 50px;
	margin-bottom: 30px !important;
}

h1.page_title {
	font-size: 36px;
	font-weight: bold;
	line-height: 58px;
}

ul, ol, p {
    margin-top: 0;
    margin-bottom: 0;
}

ol {
	padding-left: 18px;
}

p {
	margin-bottom: 15px;
}

.rp-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-right: -15px !important;
    margin-left: -15px !important;
}

.ptb-0 {
	top: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mt-35 {
	margin-top: 35px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-75 {
	margin-top: 75px;
}

.mt-100 {
	margin-top: 100px;
}

.mtm-60 {
	margin-top: -60px;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-35 {
	margin-bottom: 35px !important;
}

.padding-no {
    padding: 0px;
}

.padding-right {
    padding-right: 15px;
    padding-left: 0px;
}

.padding-left {
    padding-right: 0px;
    padding-left: 15px;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.p-r-no {
	padding-right: 0px;
}

.fs-10 {
	font-size: 10px !important;
}

.t-b-logo > img,
.t-b-logo > a > img {
	max-height: 60px;
	width: auto;
}

.top-menu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
}

.top-menu > li {
	display: inline-block;
	font-weight: bold;
	line-height: 60px;
	padding: 0px 8px;
	font-size: 16px;
	position: relative;
}

.top-menu > li:last-child {
	padding: 0px 0px 0px 10px;
}

.top-menu > li > ul {
    display: none;
    padding: 0;
	opacity: 0;
    position: absolute;
    top: 70px;
    background: #fff;
    box-shadow: none;
    margin: 0;
    list-style-type: none;
    transition: all .2s ease-in-out;
    width: auto;
    height: auto;
    text-align: left;
    left: -3px;
    z-index: 500;
    border: none;
    border-radius: 0px;
}

.top-menu > li:hover > ul {
	display: block;
	top: 55px;
	opacity: 1;
	border-radius: 15px;
	box-shadow: 0px 4px 30px 0px rgba(25, 49, 57, 0.1);
	margin-top: 5px;
	margin-left: 10px;
	background: #fff;
	padding: 10px;
	width: 280px;
}

.top-menu > li > ul > li{
	line-height: 32px;
	display: block;
	text-align: left;
}

.top-menu > li > ul > li > a {
	font-size: 14px;
    color: #000;
    display: inline-block;
    width: 100%;
    padding: 0 5px;
	transition: all .1s ease-in-out;
	background: transparent;
	border-radius: 7px;
}

.top-menu > li > ul > li > a:hover {
	background: #948366;
	color: #fff;
}


.top-menu > li > a,
.top-menu > li > span{
	color: #000;
	transition: all .2s ease-in-out;
	font: 800 normal 16px/32px 'Manrope';
	padding: 5px 15px;
    border-radius: 25px;
	background: transparent;
	cursor: pointer;
}

.top-menu > li.active > a,
.top-menu > li > a:hover,
.top-menu > li.parent-li.active > span,
.top-menu > li.parent-li > span:hover,
.top-menu > li.parent-li:hover > span {
	color: #000 !important;
    background: #f5f5f5;
}

.top-menu > li.parent-li > span{
	padding: 0px 25px 0 15px;
	position: relative;
}

.top-menu > li.parent-li > span::after{
	display: block;
    position: absolute;
    content: '';
    right: 10px;
    top: 7px;
    width: 7px;
    height: 7px;
    transition: all .2s ease-in-out;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}

.top-menu > li.parent-li.active > span::after,
.top-menu > li.parent-li > span:hover::after,
.top-menu > li.parent-li:hover > span::after {
	border-color: #948366;
	transform: rotate(-130deg);
	top:11px
}


.dropdown-menu > li > a {
    display: block;
    padding: 0 15px;
    clear: both;
    font-weight: 400;
    line-height: 36px;
    color: #000;
    white-space: nowrap;
}

.t-b-call {
	text-align: right;
}

.btn_callback {
    border-radius: 40px;
    background: #948366;
    color: white;
    width: 100%;
    cursor: pointer;
    transition: all ease-in-out 500ms;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Manrope';
	padding: 14px 40px;
	position: relative;
    top: 17px;
}

.btn_callback:hover,
.modal-header .close:hover {
	background: #d4af37;
	color: white;
}


#footer {
	padding: 50px 0 0;
}

#footer .small {
	font-size: 12px;
	line-height: 18px;
}

.copy-block {
	margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ededed;
    font-size: 12px;
    line-height: 16px;
    color: #64759c;
}

.footer-title-block {
	font: bold 21px/27px 'Manrope';
    margin-bottom: 15px;
	font-weight: 600;
}

.b-logo {
	padding-right: 100px;
	padding-bottom: 60px;
}

.footer-menu {
	list-style-type: none;
	padding: 0;
	margin:  0 0 30px;
}

.footer-menu > li > a {
	display: inline-block;
	color: #333;
	position: relative;
	padding-left: 0px;
	transition: all .1s ease-in-out; 
	margin-bottom: 7px;
}

.footer-menu > li > a:hover {
	padding-left: 7px;
	color: #948366;
}

.p-contact {
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.p-contact > span {
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	color: #bcc5c5;
}

.p-contact > a {
	color: #000;
}


.slider-index {
	background-position: top center;
    min-height: 800px;
	border-radius: 15px;
	overflow: hidden;
}

.slider-index .carousel-inner .item {
	min-height: 800px;
	background-position: top center !important;
	background-size: cover !important;
}


.slider-index .carousel-control .glyphicon-chevron-left, 
.slider-index .carousel-control .glyphicon-chevron-right, 
.slider-index .carousel-control .icon-prev, 
.slider-index .carousel-control .icon-next {
	width: 70px;
	height: 70px;
	margin-top: -25px;
	font-size: 72px;
}

.slider-index .carousel-control .glyphicon-chevron-left, 
.slider-index .carousel-control .icon-prev {
	margin-left: -125px;
}

.slider-index .carousel-control .glyphicon-chevron-right, 
.slider-index .carousel-control .icon-next {
	margin-right: -125px;
}

#slider_index {
	background-position: top center;
    min-height: 600px;
}

#slider_index::before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
}

#slider_index .carousel-indicators {
    bottom: -70px;
    left: 0;
    margin-left: 0px;
    width: 100%;
}

.carousel-indicators li.active{
    background: #ccc;
    width: 40px;
    height: 4px;
    margin: 1px 0px;
}

.carousel-indicators li{
    background: #fff;
    width: 40px;
    height: 5px;
    margin: 1px 10px;
	border: none;
}

.slider-title {
	text-align: center;
	color: #fff;
}

.slider-title > div:first-child {
	display: inline-block;
	border: 10px solid #fff;
	padding: 10px 10px;
	margin: 150px auto 15px;
	font: bold 54px/60px 'Manrope';
	color: #fff;
}

.slider-title > div:nth-child(2) {
	font-size: 24px;
	font-weight: 300;
}

.slider-title > div:first-child > span {
	color: #E11143;
}

.slide-inner {
	display: flex;
  	align-items: center;
  	justify-content: center;
    padding: 0 100px;
	height: 800px;
}

.slide-inner > div {
	height: auto;
    width: 100%;
}

.slide-title {
    display: inline-block;
    background: rgba(148, 131, 102, 0.8);
    color: #fff;
    font-size: 72px;
    line-height: 54px;
    padding: 10px 10px;
    border-radius: 7px;
    margin-bottom: 10px;
}

.slide-title::after {
	content: '';
	display:block;
}

.slide-subtitle {
    display: inline-block;
    background: rgba(255, 255, 255, 0.7);
    color: #333;
    font-size: 72px;
    line-height: 54px;
    padding: 10px 10px;
    border-radius: 7px;
    margin-bottom: 10px;
	position: relative;
    z-index: 0;
}

.slide-description {
	color: #000;
	font-size: 24px;
	padding: 25px 0 35px;
	font-weight: 700;
}

.slide-call {
	border-radius: 40px;
    background: rgba(0,0,0,.5);
    color: white;
    display: inline-block;
    cursor: pointer;
    transition: all ease-in-out 250ms;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Manrope';
    padding: 14px 40px;
	position: relative;
	z-index: 1000;
}

.slide-call > img {
	height: 20px;
    width: auto;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.slide-call:hover {
	color: #fff;
	background: #948366;
}

.slide-g-call {
	border-radius: 40px;
    background: #948366;
    color: white;
    cursor: pointer;
    transition: all ease-in-out 250ms;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Manrope';
    padding: 16px 40px;
	margin-left: 10px;
}

.slide-g-call:hover {
	color: #fff;
	background: #d4af37;
}

.modal-header {
	border-bottom: none;
	text-align: center;
}

.modal-header .modal-title {
    font: 600 normal 28px / 52px 'Manrope';
    margin-top: 30px;
    margin-bottom: -15px;
}

.modal-header .close {
	font-size: 42px;
    position: absolute;
    right: 15px;
    top: 15px;
    background: #f3f5fa;
    opacity: 1;
    text-shadow: none;
    font-weight: 200;
    border-radius: 25px;
    width: 36px;
    line-height: 36px;
    margin-top: 0;
}

.modal-content {
	border:none;
	border-radius: 30px;
}

.modal-body {
	padding: 15px 30px;
}

.modal-footer {
	border-top:none;
	text-align:center;
}

.modal .input-lg, .modal .form-horizontal .form-group-lg .form-control {
    height: 52px;
    border-radius: 30px;
}


.contact-form label {
    font-weight: 600;
    font-size: 12px;
    color: #777;
    line-height: 18px;
}

.s-message {
	display: none;
}

.button-sbmt {
	display: inline-block;
    line-height: 50px;
    border-radius: 40px;
    background: #948366;
    color: white;
    width: 100%;
    cursor: pointer;
    transition: all ease-in-out 500ms;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Manrope';
    border: none;
}

.button-sbmt:hover {
	background: #d4af37;
}

.section {
	margin: 80px 0;
}

.section-description {
	margin-bottom: 45px;
	color: #747474;
}

#services_index {
	position: relative;
	overflow: hidden;
}

#services_index::after {
	width: 2000px;
    height: 2000px;
    display: block;
    content: '';
    position: absolute;
    top: 500px;
    right: -1000px;
    background: radial-gradient(#b1b1b170, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    z-index: 0;
}

#services_index::before {
	width: 2000px;
    height: 2000px;
    display: block;
    content: '';
    position: absolute;
    top: -400px;
    left: -1000px;
    background: radial-gradient(#b1b1b170, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    z-index: 0;
}

.service-item > div {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 20px 0px rgba(52,49,75,0.1);
    transition: all .1s ease-in-out;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.service-item > div:hover {
	box-shadow: 0px 0px 30px 0px rgba(52,49,75,0.1);
}

.service-item > div > a:first-child {
	width: 100%;
	display: block;
	height: 250px;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.service-item.si-2 > div > a:first-child {
	height: 350px;
}

.service-item.doc2tpl > div > a:first-child {
    height: 550px;
}

.service-content {
	min-height: 205px;
}

.service-content .block-subtitle {
	margin-bottom: -15px;
    margin-left: 25px;
    margin-top: 25px;
	color: #000;
	padding-top: 0;
	padding-bottom: 0;
}

.service-item .service-title {
	font: 500 22px/27px 'Manrope';
    color: #000;
	padding: 25px 25px 15px;
}

.service-item .service-description {
	font: normal 16px/22px 'Manrope';
    color: #747474;
	padding: 0px 25px 15px;
}

.service-item.service-disabled > div > a:hover {
	color: #000;
	cursor: default;
}

.service-item > div > span {
	display: block;
	font-size: 12px;
	min-height: 55px;
	line-height: 18px;
	margin-top: 4px;
}

.learnmore-link {
	font: 500 16px/22px 'Manrope';
    color: #000;
	position: relative;
	display: inline-block;
	padding: 0 25px 30px;
	transition: all ease-in-out 500ms;
}

.learnmore-link::after {
	width: 10px;
	height: 10px;
	content: '';
	position: absolute;
	display: block;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	transition: all ease-in-out 500ms;
	top: 7px;
    right: 5px;
}

.learnmore-link::before {
	width: 2px;
	height: 10px;
	content: '';
	position: absolute;
	display: block;
	background: #000;
	transition: all ease-in-out 500ms;
	transform: rotate(-45deg);
	top: 7px;
    right: 9px;
}

.learnmore-link:hover {
	color: #948366;
}

.learnmore-link:hover::after {
	border-color: #948366;
	transform: rotate(-45deg);
}

.learnmore-link:hover::before {
	background: #948366;
	transform: rotate(-90deg);
}

.h1-block-title {
	font: 500 46px / 54px 'Manrope';
    padding: 0px 0px 30px;
    margin: 15px 0 0px;
	position: relative;
    z-index: 0;
}

.h2-block-title {
	font: 500 46px / 54px 'Manrope';
    padding: 0px 0px 30px;
    margin: 0px;
    margin-bottom: 15px;
}

.h3-block-title {
	font: 500 32x / 42px 'Manrope';
    padding: 0px 0px 25px;
    margin: 0px;
    margin-bottom: 15px;
}

.block-subtitle {
	color: #948366;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 15px;
    background: #ebebeb;
    border-radius: 30px;
    margin-bottom: 7px;
    font-size: 14px;
	position: relative;
    z-index: 0;
}

.out-btn {
	border: 1px solid #d8d8d8;
    padding: 15px 35px;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    display: inline-block;
    border-radius: 30px;
    color: #000;
	transition: all ease-in-out 250ms;
}

.out-btn:hover {
	color: #fff;
	background: #948366;
	border-color: #948366;
}

#insurance_index {
	background: #f8f8f8;
	margin-top: 100px;
	padding: 100px 0;
	overflow: hidden;
}

.logo-box {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

@keyframes moveSlideshow {
	100% {
		transform: translateX(-50%);
	}
}

.logo-slider {
	transform: translate3d(0, 0, 0); /* Hey browser, please use my GPU */
	position: relative;
	overflow: hidden;
	animation-name: moveSlideshow;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-duration: 50s;
	animation-direction: normal;
	animation-delay: 0s;
	display: flex;
	width: max-content;
	min-width: 200%;
	flex-shrink: 0;
}
.bar-logos {
	width: 50%;
	flex-shrink: 0;
	opacity: 1;
}

.logo-slides {
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-slide {
	height: 120px;
	min-width: 220px;
	width: 220px;
	max-width: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
}

.logo-slide > img {
	filter: grayscale(1);
	max-width: 180px;
	height: auto;
	transition: all ease-in-out 500ms;
}

.logo-slide > img:hover {
	filter: grayscale(0);
}

.review-card {
	background: linear-gradient(100deg, transparent, rgb(249, 249, 249, 0.7));
    border-radius: 15px;
    box-shadow: 0px 0px 20px 0px rgba(52, 49, 75, 0.1);
    transition: all .1s ease-in-out;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
	padding: 35px 40px;
    z-index: 1;
}

.review-card > div {
	font: 500 22px / 27px 'Manrope';
	padding-bottom: 10px;
}

.review-card > p {
	color: #747474;
}

.review-card > span {
	display: block;
	padding-bottom: 10px;
}

.review-card > span > span {
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-right: 5px;
}

.review-card > span > span.r-star {
	background: url('./../images/star-green.png');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}


#cons_index {
	background: linear-gradient(0deg, transparent, #f8f8f8);
	padding: 100px 0;
}

.cons-block {
	background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 0px rgba(52, 49, 75, 0.1);
    transition: all .1s ease-in-out;
    overflow: hidden;
    position: relative;
	display: flex;
	flex-wrap: wrap;
}

.cons-bg {
	width: 38%;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.cons-content {
	width: 62%;
	padding: 60px 60px;
	
}

.row-0 {
	margin-left: -15px;
	margin-right: -15px;
}


.cons-block .h2-block-title {
	padding: 0px 0px 25px;
    margin-bottom: 0;
}

.cons-block p {
	color: #747474;
	margin-bottom: 30px;
}

.cons-block input[type="text"],
.cons-block input[type="date"] {
	border-radius: 30px;
}


.ab-container {
  position: relative;
  width: 100%;
  height: 400px;
  border: none;
  display: block;
  margin-bottom: 30px;
}

.ab-container::before{
	content: 'Before';
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 5px 15px;
    border-radius: 7px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    z-index: 100;
	transition: all ease-in-out 250ms;
	opacity: 0;
}

.ab-container::after{
	content: 'After';
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 5px 15px;
    border-radius: 7px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    z-index: 100;
	transition: all ease-in-out 250ms;
	opacity: 0;
}

.ab-container:hover::after,
.ab-container:hover::before {
	opacity: 1;
}

.ab-container .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto 100% !important;
  background-repeat: no-repeat !important;
}
.ab-container .background-img {
}
.ab-container .foreground-img {
  width: 51%;
  border-right: 6px solid #fff;
}
.ab-container .ab-slider {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0.3);
  outline: none;
  margin: 0;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.ab-container .ab-slider:hover {
  background: rgba(242, 242, 242, 0.1);
}
.ab-container .ab-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 6px;
  height: 400px;
  background: white;
  cursor: pointer;
}
.ab-container .ab-slider::-moz-range-thumb {
  width: 6px;
  height: 400px;
  background: white;
  cursor: pointer;
}
.ab-container .ab-slider-button {
  pointer-events: none;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  left: calc(51% - 18px);
  top: calc(51% - 18px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ab-container .ab-slider-button:after {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #5d5d5d;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
}
.ab-container .ab-slider-button:before {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #5d5d5d;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
}

.article-idx-item > div,
.article-line-index {
	border-radius: 15px;
	box-shadow: 0px 0px 20px 0px rgba(52,49,75,0.1);
    transition: all .1s ease-in-out;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

..article-line-index {
	background: #fff;
}

.article-idx-item > div::after {
	height: 50%;
    width: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.7));
    bottom: 0;
    left: 0%;
    z-index: 0;
}

.article-idx-content {
	margin-top: 250px;
	min-height: 140px;
	position: relative;
	z-index: 1;
}

.article-idx-title > a,
.article-line-title > a {
	font: 500 22px / 27px 'Manrope';
    color: #fff;
    padding: 25px 25px 15px;
    display: inline-block;
	min-height: 90px;
}

.article-line-title > a {
	color: #000 !important;
	min-height: 80px;
    padding-top: 20px;
    padding-bottom: 5px;
}

.article-idx-title > span,
.article-line-title > span {
	font: 500 14px / 24px 'Manrope';
    color: #fff;
	padding: 0px 25px 15px;
	display: inline-block;
}

.article-line-title > span {
	color: #747474;
}

.article-line-index {
	margin-bottom: 15px;
}

.breadcrumbs-list {
	list-style-type: none;
	padding: 0px;
	margin:  0px;
}

.breadcrumbs-list > li {
	display: inline-block;
	margin-right: 3px;
}

.breadcrumbs-list .separate-ul {
	margin-right: 3px;
}

.breadcrumbs-list > li > a,
.breadcrumbs-list .separate-ul {
	font-size: 10px;
	color: #555;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.breadcrumbs-list .separate-ul {
	color: #a5a5a5;
}

.breadcrumbs-list > li > a:hover {
	color: #948366;
}

.breadcrumbs-list > li > span {
	color: #a5a5a5;
	font-size: 10px;
	font-weight: 500;
	
}

#header_block {
	background: #f8f8f8;
    padding: 100px 0 120px;
    overflow: hidden;
	margin: 0;
}

.header-block-bg {
	position: relative;
	z-index: 0;
}

.header-block-bg::before {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
	display: block;
	background: #f8f8f8e1;
}

.page-content {
	background: #fff;
    border-radius: 15px;
    padding: 30px;
    margin-top: 0;
	position: relative;
	top: -60px;
	z-index: 100;
}

.banner-page-in {
	border-radius: 15px;
    margin-top: 0;
	position: relative;
	top: -60px;
	z-index: 100;
	overflow: hidden;
}

.img-card > div {
	padding: 30px;
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 15px;
	border: 1px solid #d8dede;
}

.img-card > div > span {
	display: block;
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 24px;
    margin: 15px 0;
}

.panel-group .panel {
    border-radius: 15px;
    overflow: hidden;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #f8f8f8;
    border-color: #d8dede;
}

.panel-title {
    line-height: 36px;
	font-weight: 600;
}

.panel-title > a:focus,
.panel-title > a:visited {
	outline: none;
	text-decoration: none;
}

.panel-body {
    padding: 20px 15px;
}

.list-ul {
	padding-top: 30px;
	padding-bottom: 15px;
}

.list-ul li {
	padding-bottom: 15px;
}


.list-ul li::marker {
	color: #948366;
}

.no-bg {
	margin-top: 0 !important;
}

.no-bg::before {
	display: none !important;
}

.doctor-content {
	padding: 30px 15px;
}
















.left-menu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.left-menu > li {
	padding: 7px 0px 10px 0px;
	font-size: 15px;
	line-height: 21px;
}

.left-menu > li > a,
.left-menu-link {
	color: #000;
	font-weight: 500;
}

.left-menu-link {
	display: block;
    margin-top: 7px;
    margin-block: 7px;
}

.left-menu > li > a:hover,
.left-menu-link:hover {
	color: #E11143;
	text-decoration: none;
}

.left-menu-link.active,
.left-menu > li.active > a
 {
	font-weight: 700;
	text-decoration: underline;
	color: #E11143;
}

.left-menu-link.active:hover {
	text-decoration: none;
}

.section-grey {
	background: #f8fafa;
	padding: 80px 0;
}

#tg_index {
	padding: 80px 0;
	position: relative;
}

#tg_index::after {
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: url('./../images/tg-pattern.svg');
	opacity: 0.1;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	
}



.title-column-left {
	font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px;
    margin-top: 15px;

}

.title-column-left a {
	color: #000;
}

.title-column-left a:hover {
	color: #E11143;
}

.list-card,
.list-news-card {
	background: #fff;
    border-radius: 7px;
    padding: 25px 30px;
	box-shadow: 0 2px 12px 0 #2a31371a;
    line-height: 22px;
    margin-top: 15px;
    transition: all .2s ease-in-out;
}

.list-city-card {
    background: #fff;
    border-radius: 7px;
	box-shadow: 0 2px 12px 0 #2a31371a;
    line-height: 22px;
    margin-top: 15px;
    transition: all .2s ease-in-out;
    padding: 0px;
}
    
.list-news-card-img {
	display: flex;
	padding: 0px;
}

.news-page-img {
	margin-top: 15px;
	border-radius: 7px;
	box-shadow: 0 2px 12px 0 rgb(42 49 55 / 40%);
	width: 100%;
}

.list-card-img {
	width: 30%;
	height: auto;
	overflow: hidden;
	border-radius: 7px 0 0 7px;
    background-size: cover !important;
    background-position: center !important;
    transition: all .2s ease-in-out;
}

.list-city-card .list-card-img {
	width: 100%;
	height: 150px;
	border-radius:0;
	filter: brightness(1);
	transition: all .2s ease-in-out;
}

.list-city-card:hover .list-card-img {
    filter: brightness(1.2);
}

.list-city-card .list-card-img > a {
    display: block;
    width: 100%;
    height: 100%;
}

.list-card.short-card {
    position: relative;
    padding-bottom: 90px;
}

.list-card-content {
	width: 75%;
	height: auto;
	padding-left: 15px; 
}

.list-city-card .list-card-content {
    padding: 25px 30px;
    width: 100%;
}

.list-news-card-img .list-card-content {
	padding: 25px 30px 25px 15px;
}

.list-card:hover,
.list-news-card:hover {
	box-shadow: 0 1px 5px #04040438;
}

.list-card-h {
	min-height: 50px;
}

.list-card-h > h3 {
	margin-top: 0px;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.2;
	width: 80%;
	display: inline-block;
}

.list-news-card .list-card-h > h3,
.list-card.short-card .list-card-h > h3 {
	width: 93%;
}

.list-card-h .ad-label {
	width: 20%;
	float: right;
    text-align: right;
}

.list-news-card .list-card-h .ad-label,
.list-card.short-card .list-card-h > .ad-label {
	width: 7%;
}

.list-card-h > h3 > a {
	color: #000;
}

.list-card-h > h3 > a:hover {
	color: #E11143;
}

.list-card-c {
	font-size: 15px;
    text-align: justify;
    color: #555;
}

.list-card-f {
	margin-top: 10px;
}

.list-card.short-card .list-card-f {
    position: absolute;
    bottom: 25px;
}

.list-card-price {
	font-size: 18px;
	font-weight: bold;
}

.pay_period {
	font-size: 12px;
	font-weight: normal;
	color: #A1A1A1;
	display: inline-block;
	position: relative;
}

.list-card-b {
	margin-top: 10px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	font-size: 12px;
	font-weight: normal;
	color: #A1A1A1;
}

.list-card-b > div:first-child > div:first-child > svg {
	display: inline-block;
	position: relative;
	top: 3px;
}

.list-card-b > div:first-child > div:first-child > span.red {
	color: #dc6655;
	font-weight: 700;

}

.share-link:hover svg {
	fill: #4164bd;
}



.share-links-box {
	padding: 0 35px;
}

.share-links-box > a,
.share-links-box > button {
	display: block;
    border-radius: 30px;
    border: 1px solid #A5A5A5;
    line-height: 50px;
    margin-bottom: 7px;
    text-align: center;
    color: #000;
    font-weight: 700;
	position: relative;
	background: none;
    width: 100%;
    overflow: hidden;
    transition: all .2s ease-in-out;
}

.share-links-box > a > .sl-icon,
.share-links-box > button > .sl-icon {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	transition: all .2s ease-in-out;
	transform: rotate(0deg);
	top: 10px;
	left: 10px;
	
}

.share-links-box > a > .sl-icon svg,
.share-links-box > button > .sl-icon svg {
	width: 30px;
	height: 30px;
	transition: all .2s ease-in-out;
}

.share-links-box > a:hover,
.share-links-box > button:hover {
	background: #000;
	color: #fff;	
	border-color: #fff;
}

.share-links-box > a:hover > .sl-icon,
.share-links-box > button:hover > .sl-icon {
	width: 60px;
	height: 60px;
	transform: rotate(15deg);
	position: absolute;
	top: -10px;
	left: -10px;
}

.share-links-box > a:hover > .sl-icon svg,
.share-links-box > button:hover > .sl-icon svg {
	width: 60px;
	height: 60px;
}

.back-link {
	color: #a5a5a5;
    font-size: 12px;
    font-weight: 500;
    padding-top: 25px;
    display: inline-block;
}

.infobar {
	display: flex;
	justify-content: space-between;
}

.infobar > div {
	color: #A1A1A1;
	font-size: 14px;
	width: 50%;
	display: inline-block;
}

.infobar > div:first-child > svg {
	position: relative;
	bottom: -6px;
}

.infobar > div:first-child > span {
	padding-left: 3px;
}

.infobar > div:last-child {
	text-align: right;
}

.infobar > div:last-child a {
	color: #A1A1A1;
    background: #fff;
    padding: 10px 25px;
    border-radius: 7px;
}

.infobar > div:last-child a:hover {
	color: #fff ;
    background: #00244c;
}

.infobar > div:last-child a svg{
	transition: all .2s ease-in-out;
	position: relative;
	bottom: -5px;
	margin-left: 3px;
}

.infobar > div:last-child a:hover svg{
	fill: #fff;
}

.c-pagetitle {
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: 900;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Acrom';

}

.page-subtitle {
	margin-top: -15px;
    line-height: 47px;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 27px;
	font-family: 'Acrom';
	color: #999;
}

.show-phone-number {
    line-height: 52px;
    border-radius: 7px;
    background: #00244c;
    color: #fff;
    border: none;
    outline: none;
    width: 100%;
    text-align: center;
    font-family: 'Acrom';
    font-weight: 600;
    transition: all .2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.show-phone-number svg {
	margin-right: 15px;
	transition: all .2s ease-in-out;
}

.show-phone-number:hover svg {
	margin-right: 7px;
}

.show-phone-number:hover {
	background: #E11143;
}

.link-phone-number,
.link-phone-number:visited,
.link-phone-number:focus {
	display: block;
    line-height: 20px;
    border-radius: 7px;
    background: #607d8b;
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: 'Acrom';
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    text-decoration: none;
    padding-top: 16px;
    padding-bottom: 16px;
}

.link-phone-number:hover {
	background: #E11143;
	color: #fff;
	text-decoration: none;
}

.vac-hide-info {
    border-radius: 7px;
    padding: 12px 0;
    color: #A1A1A1;
    border: 1px solid #A1A1A1;
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}

.job-soc-block {
	text-align: center;
}

.job-soc-block > a {
	display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 3px;
}

.job-soc-block > a > img {
	width: 40px;
	height: 40px;
	transition: all .2s ease-in-out;
}

.job-soc-block > a:hover img {
	filter: brightness(1.2);
}

.h2-pagetitle {
	font-family: 'Acrom';
    font-weight: 600;
    margin-bottom: 15px;
}

.h3-pagetitle {
	font-family: 'Acrom';
    font-weight: 600;
    margin-top: 36px;
    margin-bottom: 20px;
}

.infobar-separator {
	font-size: 22px;
    font-weight: 100;
    margin-left: 7px;
    margin-right: 7px;
    color: #dbdbdb;
}

.pagination-block {
	text-align: center;
}

.pagination-block .pagination {
    margin: 35px 0px 30px 0px;
    border-radius: 0;
}

.pagination-block .pagination>.disabled>span,
.pagination-block .pagination>.disabled>span:hover,
.pagination-block .pagination>.disabled>span:focus,
.pagination-block .pagination>.disabled>a,
.pagination-block .pagination>.disabled>a:hover,
.pagination-block .pagination>.disabled>a:focus {
    background-color: transparent;
    border-color: transparent;
    font-weight: 700;
}

.pagination-block .pagination>li>a,
.pagination-block .pagination>li>span {
    color: #000;
    background-color: transparent;
    border:none;
    font-weight: 500;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0px;
}

.pagination-block .pagination>.active>a, 
.pagination-block .pagination>.active>span, 
.pagination-block .pagination>.active>a:hover, 
.pagination-block .pagination>.active>span:hover, 
.pagination-block .pagination>.active>a:focus, 
.pagination-block .pagination>.active>span:focus {
	color: #fff;
    background-color: #1c2b54;
    border-color: transparent;
    border-radius: 50%;
}

.alert {
    font-family: Acrom;
    font-weight: 600;
}

.bg-op {
	background: linear-gradient(45deg, #e16e2f, #c0378f);
	color: #fff;
}

.bg-op a {
	color: #FFF;
    font-weight: 600;
    text-decoration: underline;
    font-family: 'Acrom';
}

.bg-op a:hover {
	text-decoration: none;
}

.soc-contact a {
	font-weight: 700;
}

.soc-contact a:hover {
	color: #00244c;
}



.caption-img {
    text-align: center;
    font-size: 12px;
    position: relative;
    top: -15px;
    font-weight: 500;
    color: #A5A5A5;
}

.img-responsive {
	width: 100%;
}

.source-link {
	color: #A5A5A5;
	font-weight: 500;
	margin-top: 25px;
}

.source-link a {
	color: #00244c;
}

.filter-selector-block {
    position: relative;
}

.filter-selector-block::before {
    display: table;
    content: '';
}

.filter-selector-block::after {
    display: table;
    content: '';
    clear: both;
}

.filter-link.collapsed > span:first-child {
    display: inline-block;
}

.filter-link.collapsed > span:last-child {
    display: none;
}

.filter-link > span:first-child {
    display: none;
}

.filter-link > span:last-child {
    display: inline-block;
}

.btn-blue {
    width: 100%;
    color: #fff;
    background-color: #00244c;
    line-height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-blue:focus {
    outline: none;
    color: #fff;
}

.btn-blue svg {
    display: inline-block;
    margin-right: 5px;
}

.row-flex {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch;
}

.row-flex .col-sm-3 {
    width: calc(25% - 10.5px);
    margin-right: 14px;
}

.row-flex .col-sm-3:nth-child(4n) {
    margin-right: 0px;
}

.row-flex .col-sm-6 {
    width: calc(50% - 7px);
    margin-right: 14px;
}

.row-flex .col-sm-6:nth-child(2n) {
    margin-right: 0px;
}

@media (min-width: 768px) {
    .modal-share-link {
        width: 450px;
    }
}