body {
	padding: 0px;
	margin: 0px;
	font-family: 'Outfit';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Regular.eot');
    src: url('../fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/Outfit-Regular.woff') format('woff'),
        url('../fonts/Outfit-Regular.ttf') format('truetype'),
        url('../fonts/Outfit-Regular.svg#Outfit-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Medium.eot');
    src: url('../fonts/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Medium.woff2') format('woff2'),
        url('../fonts/Outfit-Medium.woff') format('woff'),
        url('../fonts/Outfit-Medium.ttf') format('truetype'),
        url('../fonts/Outfit-Medium.svg#Outfit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-SemiBold.eot');
    src: url('../fonts/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('../fonts/Outfit-SemiBold.woff') format('woff'),
        url('../fonts/Outfit-SemiBold.ttf') format('truetype'),
        url('../fonts/Outfit-SemiBold.svg#Outfit-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Bold.eot');
    src: url('../fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Bold.woff2') format('woff2'),
        url('../fonts/Outfit-Bold.woff') format('woff'),
        url('../fonts/Outfit-Bold.ttf') format('truetype'),
        url('../fonts/Outfit-Bold.svg#Outfit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



.container-fluid {
	max-width: 1600px;
}
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_top {
	background: #722f37;
	height: 42px;
	padding-top: 8px;
	overflow: hidden;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader .header_top {
	height: 0;
	padding: 0;
}
.darkHeader {
	background: #fff;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.header_contact_info span {
	display: inline-flex;
	align-items: center;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	margin-right: 15px;
}
.header_contact_info span a {
	color: #fff;
}
.header_contact_info span img {
	width: 25px;
	border-radius: 50%;
	background: #bda692;
	margin-right: 7px;
	padding: 3px;
}
.header_bottom {
	background: #fff;
	padding: 5px 0;
	border-bottom: 1px solid #ffe9d4;
}
.logo img {
	width: 135px;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	margin-right: 18px;
	position: relative;
}
.header_menu ul li a {
	display: block;
	color: #282828;
	font-style: normal;
	text-decoration: none;
	position: relative;
	z-index: 99;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 25px 0px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_menu ul li a:hover, .header_menu ul li.active a {
	color: #722f37;
}
.header_btn1 {
	border: 1px solid #722f37;
	background: #fff;
	display: inline-block;
	font-size: 16px;
	padding: 8px 20px 9px;
	border-radius: 5px;
	color: #722f37;
	margin-left: 10px;
}
.header_btn2 {
	background-image: -moz-linear-gradient( 3deg, rgb(114,47,55) 0%, rgb(75,28,34) 100%);
	background-image: -webkit-linear-gradient( 3deg, rgb(114,47,55) 0%, rgb(75,28,34) 100%);
	background-image: -ms-linear-gradient( 3deg, rgb(114,47,55) 0%, rgb(75,28,34) 100%);
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	padding: 9px 20px 10px;
	border-radius: 5px;
	color: #fff;
	margin-left: 10px;
}
.header_btn2 img {
	width: 18px;
	margin-right: 5px;
}

/* Button Animation */
.btn_animate {
	overflow: hidden;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btn_animate:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: -moz-linear-gradient( 3deg, rgb(114,47,55) 0%, rgb(75,28,34) 100%);
	background-image: -webkit-linear-gradient( 3deg, rgb(114,47,55) 0%, rgb(75,28,34) 100%);
	background-image: -ms-linear-gradient( 3deg, rgb(114,47,55) 0%, rgb(75,28,34) 100%);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn_animate:hover, .btn_animate:focus, .btn_animate:active {
	color: #fff;
}
.btn_animate:hover:before, .btn_animate:focus:before, .btn_animate:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.btn_animate2 {
	overflow: hidden;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btn_animate2:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #bda692;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn_animate2:hover, .btn_animate2:focus, .btn_animate2:active {
	color: #fff;
}
.btn_animate2:hover:before, .btn_animate2:focus:before, .btn_animate2:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.home_banner_section {
	margin-top: 150px;
}
.home_banner_slider {
	border-radius: 15px;
}
.home_banner_right {
	background: url("../images/banner_bg.jpg") #f9eee1 no-repeat center;
	background-size: cover;
	border-radius: 15px;
	min-height: 100%;
	padding: 20px 35px 20px 60px;
}
.banner_heading {
	font-size: 45px;
	color: #111;
	font-weight: 600;
	line-height: 1.1;
	max-width: 370px;
}
.banner_subheading {
	font-size: 20px;
	color: #987555;
	font-weight: 600;
	line-height: 1.1;
	position: absolute;
	top: 61%;
  	right: 25%;
}
.banner_btn1 {
	border: 1px solid #722f37;
	background: #fff;
	display: inline-block;
	font-size: 16px;
	padding: 8px 20px 9px;
	border-radius: 5px;
	color: #722f37;
	margin: 25px 10px 0 0;
	font-weight: normal;
	line-height: inherit;
	text-transform: none;
}
.banner_btn2 {
	background: #987555;
	display: inline-block;
	font-size: 16px;
	padding: 9px 20px 10px;
	border-radius: 5px;
	color: #fff;
	margin: 25px 0 0;
}
.banner_circle_img {
	position: absolute;
	top: 65px;
	right: 65px;
}
.banner_circle_icon {
	border-radius: 50%;
	background-image: -moz-linear-gradient( 3deg, rgb(114,47,55) 0%, rgb(75,28,34) 100%);
	background-image: -webkit-linear-gradient( 3deg, rgb(114,47,55) 0%, rgb(75,28,34) 100%);
	background-image: -ms-linear-gradient( 3deg, rgb(114,47,55) 0%, rgb(75,28,34) 100%);
	width: 54px;
}
.banner_circle_text {
	animation: rotating 20s linear infinite;
	-webkit-animation: rotating 20s linear infinite;
	position: absolute;
	top: -23px;
	left: -23px;
	min-width: 100px;
}
@-webkit-keyframes rotating {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
.home_scrolling_section {
	background-image: -moz-linear-gradient( 3deg, rgb(114,47,55) 0%, rgb(75,28,34) 100%);
	background-image: -webkit-linear-gradient( 3deg, rgb(114,47,55) 0%, rgb(75,28,34) 100%);
	background-image: -ms-linear-gradient( 3deg, rgb(114,47,55) 0%, rgb(75,28,34) 100%);
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 65px;
	width: 100%;
	margin-top: 80px;
	white-space: nowrap;
}
.home_scrolling_section_inner {
	display: block;
	width: 200%;
	position: absolute;
	animation: marquee 50s linear infinite;
}
.home_scrolling_section_inner:hover {
	animation-play-state: paused;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.home_scrolling_section span {
	display: inline-block;
	color: #fbf9f6;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	margin-right: 90px;
	text-transform: uppercase;
	position: relative;
}
.home_scrolling_section span::before {
	position: absolute;
	content: "";
	background: #fbf9f6;
	border-radius: 50%;
	width: 13px;
	height: 13px;
	top: 5px;
	right: -53px;
}
.home_scrolling_section span:last-child {
	margin-right: 0;
}
.home_scrolling_section span:last-child:before {
	display: none;
}
.home_about_section {
	background: url("../images/about_bg.jpg") #f9eee1 no-repeat center;
	background-size: cover;
	padding: 70px 0;
}
.home_about_section_heading {
	font-size: 38px;
	color: #111;
	font-weight: 600;
	line-height: 1.1;
}
.text-wrapper{
	max-height:200px;
	overflow:hidden;
	transition:max-height .5s ease;
	position:relative;
	background-image: linear-gradient(#666, #eee);
    color: transparent;
    background-clip: text;
	margin-top: 20px;
}
.text-wrapper.open{
    max-height:1000px;
}
.text-wrapper.open{
	color: #666;
    background-image: none;
}
#showBtn{
    cursor:pointer;
}
.home_service_section {
	padding: 70px 0;
}
.home_service_section_heading {
	font-weight: 500;
	color: #111;
	font-size: 30px;
	line-height: 1.2;
}
.home_service_section_heading strong {
	font-weight: 500;
	color: #987555;
}
.home_service_box {
	margin-top: 35px;
	padding: 0 20px;
}
.home_service_box_inner {
	min-height: 100%;
	padding-bottom: 70px;
}
.home_service_box_img {
	border-radius: 10px;
}
.home_service_box_img img {
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_service_box_inner:hover .home_service_box_img img {
	transform: scale(1.1);
}
.home_service_box_img strong {
	position: absolute;
	top: 15px;
	left: 15px;
	background: #fff;
	border-radius: 30px;
	color: #562128;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 3px 8px;
}
.home_service_box_heading {
	color: #111;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 22px;
}
.home_service_box_text {
	color: #404746;
	font-size: 15px;
	margin-top: 15px;
}
.home_service_box_btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border: 1px solid #722f37;
	background: #fff;
	display: inline-block;
	font-size: 16px;
	padding: 9px 20px 10px;
	border-radius: 5px;
	color: #722f37;
}
.home_service_box_btn:after {
	background: #722f37;
	width: 10px;
	height: 10px;
	position: absolute;
	content: "";
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_service_box_btn:hover:after {
	background: #fff;
}
.home_include_section {
	background: url("../images/include_bg.jpg") #723035 no-repeat center bottom;
	background-size: cover;
	background-attachment: fixed;
	padding: 70px 0;
}
.home_include_section_heading {
	font-weight: 500;
	color: #111;
	font-size: 30px;
	line-height: 1.2;
}
.home_include_section_btn1 {
	background: #fff;
	display: inline-block;
	font-size: 16px;
	padding: 9px 20px 10px;
	border-radius: 5px;
	color: #722f37;
	margin: 25px 10px 0 0;
}
.home_include_section_btn2 {
	background: #987555;
	display: inline-block;
	font-size: 16px;
	padding: 9px 20px 10px;
	border-radius: 5px;
	color: #fff;
	margin: 25px 0 0;
}
.home_include_section_text {
	color: #f0f0f0;
}
.home_include_box {
	margin-top: 40px;
}
.home_include_box_inner {
	background: #fbf9f6;
	box-shadow: 0px 15px 15.36px 0.64px rgba(0, 0, 0, 0.11);
	border-radius: 8px;
	min-height: 100%;
	padding-bottom: 20px;
}
.home_include_box_img {
	border-radius: 0 0 8px 8px;
}
.home_include_box_text {
	color: #753339;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.3;
	padding: 22px 5px 0;
}
.home_treatment_section {
	padding: 70px 0;
}
.treatment_slide_box {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
	margin: 12px;
	min-height: 100%;
}
.treatment_slide_box_img {
	background: #f3eadd;
	padding: 40px 10px;
	border-radius: 0 0 10px 10px;
}
.treatment_slide_box_img img {
	width: 50px;
}
.treatment_slide_box_text {
	color: #555;
	font-size: 15px;
	padding: 20px 20px 0;
}
#treatment_slide {
	margin-top: 40px;
}
#treatment_slide .owl-stage {
	display: flex;
	padding-bottom: 0;
}
#treatment_slide .owl-item {
	min-height: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px !important;
}
#treatment_slide .item {
	flex: 0 0 auto;
	max-width: 100%;
}
#treatment_slide .owl-prev {
	background: url("../images/prev_icon.png") no-repeat center !important;
	background-size: 100% !important;
	width: 14px;
	height: 32px;
	border-radius: 0;
	font-size: 0 !important;
	float: left;
}
#treatment_slide .owl-next {
	background: url("../images/next_icon.png") no-repeat center !important;
	background-size: 100% !important;
	width: 14px;
	height: 32px;
	border-radius: 0;
	font-size: 0 !important;
	float: right;
}
#treatment_slide .owl-dots {
	display: none !important;
}
#treatment_slide .owl-nav{
	position: absolute;
	top: 50%;
	left: -40px;
	right: -40px;
	transform: translate(0, -50%);
	margin-top: 0;
}
.home_area_section {
	background: url("../images/area_bg.jpg") #723035 no-repeat center bottom;
	background-size: cover;
	padding: 50px 0;
}
.home_area_section:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(114, 47, 55, 0.9);
}
.home_area_section .container {
	position: relative;
	z-index: 9;
}
.home_area_list ul {
	padding: 0;
	margin: 15px 0 0;
}
.home_area_list ul li {
	list-style: none;
	margin: 10px 5px 0;
	display: inline-block;
}
.home_area_list ul li a {
	display: block;
	border: 1px solid #b88f6a;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	padding: 7px 18px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_area_list ul li a:hover {
	background: #987555;
	border-color: #987555;
	color: #fff;
}
.home_contact_section {
	padding: 70px 0;
}
.home_contact_section_text {
	color: #666;
	margin-top: 20px;
}
.home_contact_section_content_heading {
	font-weight: 500;
	color: #111;
	font-size: 17px;
	line-height: 1.3;
}
.home_contact_section_content_text {
	color: #666;
	margin-top: 5px;
	font-size: 15px;
}
.home_contact_section_content {
	border-top: 1px solid #eee;
	padding: 15px 0;
}
.home_contact_section_content img {
	margin-right: 15px;
}
.home_contact_form_box {
	border: 1px solid rgb(255, 238, 222);
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 8px 13.76px 2.24px rgba(0, 0, 0, 0.09);
	padding: 40px 30px;
}
.home_testimonial_section {
	background: #fff6ed;
	padding: 70px 0;
}
.home_testimonial_section_subheading {
	border: 1px solid #722f37;
	display: inline-block;
	border-radius: 4px;
	color: #722f37;
	font-weight: 500;
	font-size: 13px;
	background: #fff;
	padding: 2px 10px 3px;
	margin-bottom: 10px;
}
.footer {
	background: #722f37;
	padding: 60px 0 20px;
	position: relative;
}
.footer_bg1 {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.5;
	mix-blend-mode: luminosity;
}
.footer_bg2 {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.5;
	mix-blend-mode: luminosity;
}
.footer .container {
	position: relative;
	z-index: 9;
}
.footer_top_heading {
    font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}
.footer_about {
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	margin-top: 15px;
}
.footer_social {
	margin-top: 20px;
}
.footer_social img {
	width: 30px;
}
.footer_social a {
	margin-right: 6px;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 15px 0 0;
}
.footer_menu ul li {
    position: relative;
    margin-top: 2px;
}
.footer_menu ul li a {
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	position: relative;
	z-index: 99;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
	color: #987555;
	padding-left: 2px;
}
.footer_contact_info ul {
	padding: 0;
	margin: 20px 0 0;
}
.footer_contact_info ul li {
	color: rgba(255, 255, 255, 0.9);
	position: relative;
	list-style: none;
	margin-top: 18px;
	font-size: 14px;
	padding-left: 38px;
}
.footer_contact_info ul li img {
	position: absolute;
	top: -4px;
	left: 0;
	max-width: 30px;
	background: #987555;
	border-radius: 50%;
	padding: 4px;
}
.footer_contact_info ul li a {
	color: rgba(255, 255, 255, 0.9);
}
.footer_top_block:nth-child(2), .footer_top_block:nth-child(4) {
	padding-left: 50px;
}
.footer_bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 0 0;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.9);
	margin-top: 40px;
	text-align: center;
}
.footer_bottom a {
	color: rgba(255, 255, 255, 0.9);
}
#back-to-top {
	background: #987555;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.ms-nav-prev {
	background: url("../images/prev_icon.png") #fff no-repeat center !important;
	background-size: 9px !important;
	width: 35px !important;
	height: 35px !important;
	border-radius: 50%;
	left: auto !important;
	right: 65px !important;
	top: auto !important;
	bottom: 20px;
}
.ms-nav-next {
	background: url("../images/next_icon.png") #fff no-repeat center !important;
	background-size: 9px !important;
	width: 35px !important;
	height: 35px !important;
	border-radius: 50%;
	right: 20px !important;
	top: auto !important;
	bottom: 20px;
}
.home_form p {
	margin-bottom: 0 !important;
}
.home_form .contact_input {
	position: relative;
	margin-top: 15px;
}
.home_form .contact_input::before {
	position: absolute;
	content: "";
	background-size: 16px !important;
	width: 30px;
	height: 30px;
	top: 8px;
	left: 20px;
	border-radius: 4px;
	z-index: 9;
	opacity: 0.6;
}
.home_form .contact_input input {
	width: 100%;
	min-height: 46px;
	border-radius: 5px;
	border: 1px solid #987555 !important;
	padding-left: 46px;
}
.home_form .contact_input textarea {
	resize: none;
	height: 100px;
	border-radius: 5px;
	border: 1px solid #987555 !important;
}
.name_input::before {
	background: url(../images/name_input.png) #fff0e2 no-repeat center;
}
.email_input::before {
	background: url(../images/email_input.png) #fff0e2 no-repeat center;
}
.phone_input::before {
	background: url(../images/phone_input.png) #fff0e2 no-repeat center;
}
.home_form .contact_btn input {
	background-image: -moz-linear-gradient( 3deg, rgb(114,47,55) 0%, rgb(75,28,34) 100%);
	background-image: -webkit-linear-gradient( 3deg, rgb(114,47,55) 0%, rgb(75,28,34) 100%);
	background-image: -ms-linear-gradient( 3deg, rgb(114,47,55) 0%, rgb(75,28,34) 100%);
	border-radius: 5px;
	margin-top: 20px;
	font-weight: normal;
	font-size: 16px;
	text-transform: capitalize;
	padding: 12px 20px;
}
.home_form {
	margin-top: 10px;
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    margin: 145px 0 50px !important;
	max-width: 100% !important;
	padding: 0 !important;
}
.inner_header {
    background: url("../images/inner_banner.jpg") #111 no-repeat center;
    background-size: cover !important;
    padding: 120px 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
	border-radius: 15px;
}
.inner_header:before {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #fff;
	position: relative;
    font-size: 33px;
	font-weight: 500;
    text-transform: uppercase;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #bda692;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #bda692;
}
.page {
	margin-top: 0 !important;
}
.ti-review-content {
	color: #666 !important;
}
.home_testimonial_slide {
	margin-top: 25px;
}
.inner_page_heading {
	font-size: 29px;
	color: #111;
	font-weight: 600;
	line-height: 1.1;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 28px;
}
.inner_page_heading:before {
	background: url("../images/heading_line.png") no-repeat;
	background-size: 100%;
	width: 80px;
	height: 23px;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
}
.centered_heading:before {
	left: 50%;
	transform: translate(-50%, 0);
}
.inner_page_heading strong {
	color: #562128;
	font-weight: 600;
}
.inner_page_text {
	color: #666;
	margin-top: 20px;
}
.inner_page_text strong {
	color: #444;
	font-weight: 500;
}
.inner_page_list ul {
	padding: 0;
	margin: 0;
}
.inner_page_list ul li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	color: #666;
	margin-top: 4px;
}
.inner_page_list ul li:before {
	background: url("../images/check.png") no-repeat;
	background-size: 100%;
	width: 17px;
	height: 17px;
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
}
.inner_page_mid_section {
	background: url("../images/inner_bg.jpg") #FCF3EA no-repeat center;
	background-size: cover;
	padding: 60px 0;
	margin: 60px 0;
}
.inner_page_bottom_section {
	background: url("../images/inner_bg2.jpg") #562128 no-repeat center;
	background-size: cover;
	padding: 60px 0;
	margin: 60px 0;
}
.inner_page_bottom_section .inner_page_text {
	color: #eee;
}
.inner_page_area_list ul {
	padding: 0;
	margin: 0;
}
.inner_page_area_list ul li {
	list-style: none;
	display: inline-block;
	margin: 10px 5px 0 0;
}
.inner_page_area_list ul li a {
	display: inline-block;
	background: url("../images/footer_address.png") #987555 no-repeat center left 10px;
	background-size: 27px;
	color: #fff !important;
	padding: 8px 20px 9px 38px;
	border-radius: 30px;
}
.inner_page_btn1 {
	border: 1px solid #722f37;
	background: #fff;
	display: inline-block;
	font-size: 16px;
	padding: 8px 20px 9px;
	border-radius: 5px;
	color: #722f37;
	margin: 20px 5px 0 0;
}
.inner_page_btn2 {
	background: #bda692;
	display: inline-block;
	font-size: 16px;
	padding: 9px 20px 10px;
	border-radius: 5px;
	color: #fff;
	margin: 20px 0 0;
}
.contact_page_box_inenr {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	min-height: 100%;
	text-align: center;
	padding: 35px 20px;
}
.contact_page_box_inenr img {
	width: 60px;
	background: #987555;
	border-radius: 50%;
	padding: 10px;
}
.contact_page_box_heading {
	font-weight: 500;
	color: #111;
	margin-top: 10px;
	font-size: 20px;
}
.contact_page_box_text {
	color: #666;
	margin-top: 5px;
}
.contact_page_box_text a {
	color: #666;
}
.contact_form p {
	margin-bottom: 0 !important;
}
.contact_form input {
	margin-top: 15px;
	width: 100%;
	border: none !important;
	min-height: 44px;
	border-radius: 4px;
}
.contact_form textarea {
	margin-top: 15px;
	resize: none;
	border: none !important;
	height: 150px;
	border-radius: 4px;
}
.contact_form .contact_btn input {
	margin-top: 15px;
	width: auto;
	border: none !important;
	min-height: 44px;
	background-image: -moz-linear-gradient( 3deg, rgb(114,47,55) 0%, rgb(75,28,34) 100%);
	background-image: -webkit-linear-gradient( 3deg, rgb(114,47,55) 0%, rgb(75,28,34) 100%);
	background-image: -ms-linear-gradient( 3deg, rgb(114,47,55) 0%, rgb(75,28,34) 100%);
	border-radius: 4px;
	font-size: 16px;
	text-transform: none;
	font-weight: normal;
}
.contact_form {
	margin-top: 15px;
}
.contact_form .wpcf7-spinner {
	display: block !important;
}
.contact_map iframe {
	border-radius: 15px;
	margin-bottom: 0 !important;
	filter: grayscale(100%);
}
.inner_page_img {
	position: relative;
}
.inner_page_img:before {
	position: absolute;
	content: "";
	top: 10px;
	right: 22px;
	background: url("../images/leaf_img.png") no-repeat;
	background-size: 100%;
	width: 100px;
	height: 100px;
	opacity: 0.5;
}
.inner_page_img img {
  clip-path: polygon( 83.2% 25.8%, 85.1% 28.1%, 86.9% 30.4%, 88.6% 32.7%, 90.2% 35%, 91.8% 37.3%, 93.2% 39.6%, 94.5% 41.9%, 95.8% 44.1%, 96.9% 46.4%, 97.8% 48.7%, 98.6% 51%, 99.3% 53.3%, 99.8% 55.7%, 100% 58.1%, 100.1% 60.5%, 100% 63%, 99.7% 65.4%, 99.2% 67.8%, 98.5% 70.2%, 97.6% 72.6%, 96.5% 75%, 95.2% 77.4%, 93.7% 79.7%, 92.1% 81.9%, 90.3% 84%, 88.3% 86.1%, 86.2% 88.1%, 84% 89.9%, 81.6% 91.6%, 79.1% 93.2%, 76.5% 94.6%, 73.8% 95.8%, 71% 96.9%, 68% 97.9%, 65% 98.6%, 61.9% 99.2%, 58.8% 99.6%, 55.7% 99.8%, 52.6% 99.9%, 49.5% 99.8%, 46.4% 99.6%, 43.4% 99.2%, 40.4% 98.6%, 37.5% 97.9%, 34.7% 97%, 32% 96%, 29.4% 94.8%, 27% 93.5%, 24.7% 92%, 22.3% 90.5%, 20.4% 88.8%, 18.6% 87%, 16.9% 85.1%, 15.4% 83%, 14% 80.8%, 12.6% 78.6%, 11.4% 76.3%, 10.2% 74%, 8.9% 71.3%, 8% 68.8%, 7.1% 66.3%, 6.2% 63.8%, 5.4% 61.2%, 4.6% 58.6%, 3.8% 55.9%, 3.1% 53.2%, 2.4% 50.5%, 1.7% 47.8%, 1.1% 45.2%, 0.7% 42.5%, 0.4% 39.9%, 0.2% 37.3%, 0% 34.7%, 0.1% 32.2%, 0.3% 29.7%, 0.7% 27.3%, 1.3% 24.9%, 2.1% 22.6%, 3.1% 20.3%, 4.3% 18.1%, 5.8% 16%, 7.5% 14%, 9.4% 12.1%, 11.5% 10.3%, 13.8% 8.6%, 16.2% 7%, 18.8% 5.6%, 21.5% 4.3%, 24.3% 3.1%, 27.2% 2.2%, 30.1% 1.4%, 33.1% 0.8%, 36% 0.4%, 38.9% 0.2%, 41.8% 0.2%, 44.6% 0.4%, 47.4% 0.8%, 50.2% 1.5%, 52.9% 2.4%, 55.5% 3.4%, 58.1% 4.6%, 60.6% 6%, 63.1% 7.6%, 65.5% 9.2%, 67.8% 11%, 70.1% 12.9%, 72.3% 14.9%, 74.5% 17%, 76.6% 19.2%, 78.6% 21.4%, 80.7% 23.6%, 83.2% 25.8% );
  -webkit-clip-path: polygon( 83.2% 25.8%, 85.1% 28.1%, 86.9% 30.4%, 88.6% 32.7%, 90.2% 35%, 91.8% 37.3%, 93.2% 39.6%, 94.5% 41.9%, 95.8% 44.1%, 96.9% 46.4%, 97.8% 48.7%, 98.6% 51%, 99.3% 53.3%, 99.8% 55.7%, 100% 58.1%, 100.1% 60.5%, 100% 63%, 99.7% 65.4%, 99.2% 67.8%, 98.5% 70.2%, 97.6% 72.6%, 96.5% 75%, 95.2% 77.4%, 93.7% 79.7%, 92.1% 81.9%, 90.3% 84%, 88.3% 86.1%, 86.2% 88.1%, 84% 89.9%, 81.6% 91.6%, 79.1% 93.2%, 76.5% 94.6%, 73.8% 95.8%, 71% 96.9%, 68% 97.9%, 65% 98.6%, 61.9% 99.2%, 58.8% 99.6%, 55.7% 99.8%, 52.6% 99.9%, 49.5% 99.8%, 46.4% 99.6%, 43.4% 99.2%, 40.4% 98.6%, 37.5% 97.9%, 34.7% 97%, 32% 96%, 29.4% 94.8%, 27% 93.5%, 24.7% 92%, 22.3% 90.5%, 20.4% 88.8%, 18.6% 87%, 16.9% 85.1%, 15.4% 83%, 14% 80.8%, 12.6% 78.6%, 11.4% 76.3%, 10.2% 74%, 8.9% 71.3%, 8% 68.8%, 7.1% 66.3%, 6.2% 63.8%, 5.4% 61.2%, 4.6% 58.6%, 3.8% 55.9%, 3.1% 53.2%, 2.4% 50.5%, 1.7% 47.8%, 1.1% 45.2%, 0.7% 42.5%, 0.4% 39.9%, 0.2% 37.3%, 0% 34.7%, 0.1% 32.2%, 0.3% 29.7%, 0.7% 27.3%, 1.3% 24.9%, 2.1% 22.6%, 3.1% 20.3%, 4.3% 18.1%, 5.8% 16%, 7.5% 14%, 9.4% 12.1%, 11.5% 10.3%, 13.8% 8.6%, 16.2% 7%, 18.8% 5.6%, 21.5% 4.3%, 24.3% 3.1%, 27.2% 2.2%, 30.1% 1.4%, 33.1% 0.8%, 36% 0.4%, 38.9% 0.2%, 41.8% 0.2%, 44.6% 0.4%, 47.4% 0.8%, 50.2% 1.5%, 52.9% 2.4%, 55.5% 3.4%, 58.1% 4.6%, 60.6% 6%, 63.1% 7.6%, 65.5% 9.2%, 67.8% 11%, 70.1% 12.9%, 72.3% 14.9%, 74.5% 17%, 76.6% 19.2%, 78.6% 21.4%, 80.7% 23.6%, 83.2% 25.8% );
}
#post-9, #post-254, #post-264 {
	margin-bottom: 0 !important;
}
.rl-gallery-item {
	border-radius: 12px !important;
}
.wp-block-heading {
	background-image: -moz-linear-gradient( 3deg, rgb(114,47,55) 0%, rgb(75,28,34) 100%);
	background-image: -webkit-linear-gradient( 3deg, rgb(114,47,55) 0%, rgb(75,28,34) 100%);
	background-image: -ms-linear-gradient( 3deg, rgb(114,47,55) 0%, rgb(75,28,34) 100%);
	color: #fff;
	font-weight: 500;
	font-size: 20px !important;
	padding: 12px 20px 13px;
	border-radius: 10px 10px 0 0;
}
#block-7 .wp-block-heading {
	margin-top: 0;
}
.wp-block-heading {
	margin-bottom: 0 !important;
}
.widget_categories, .widget_recent_entries, .widget_archive {
	background: #FCF3EA;
	padding: 20px;
	border-radius: 0 0 10px 10px;
}
#block-7, #block-9, #block-11 {
	margin-bottom: 0;
}
.post .entry-summary, .post .entry-content {
	color: #666;
}
.more-link {
	background: #bda692;
	display: block;
	font-size: 16px;
	padding: 9px 0 10px 18px;
	border-radius: 5px;
	color: #fff !important;
	margin: 20px 0 0;
	text-transform: capitalize;
	width: 175px;
}
.pricing_page_heading {
	color: #722f37;
	font-weight: 500;
	font-size: 25px;
	line-height: 1.2;
}
.pricing_page_list ul {
	padding: 0;
	margin: 15px 0 0;
}
.pricing_page_list ul li {
	list-style: none;
	color: #666;
	margin-top: 10px;
	position: relative;
	padding-right: 50px;
}
.pricing_page_list ul li::before {
	border-bottom: 1px dotted #999;
	position: absolute;
	content: "";
	width: 100%;
	bottom: 4px;
	left: 0;
}
.pricing_page_list ul li strong {
	display: inline-block;
	background: #fff;
	font-weight: normal;
	padding: 0 10px 0 0;
	position: relative;
	z-index: 9;
}
.pricing_page_list ul li em {
	position: absolute;
	top: -3px;
	right: 0;
	font-size: 18px;
	font-weight: 500;
	color: #bda692;
	font-style: normal;
	background: #fff;
	padding-left: 10px;
}
.pricing_page_mid_section {
	background: #FCF3EA;
	padding: 60px 0;
	margin: 60px 0;
}
.pricing_page_mid_section .pricing_page_list ul li strong, .pricing_page_mid_section .pricing_page_list ul li em {
	background: #FCF3EA;
}
.pricing_page_bottom_section {
	background: #722f37;
	padding: 60px 0;
	margin: 60px 0;
}
.pricing_page_bottom_section .pricing_page_list ul li strong, .pricing_page_bottom_section .pricing_page_list ul li em {
	background: #722f37;
}
.pricing_page_bottom_section .pricing_page_list ul li strong {
	color: #fff;
}
.facial_page_box {
	margin-top: 30px;
}
.facial_page_box_inner {
	background: #fff;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	min-height: 100%;
	padding: 30px 20px;
}
.facial_page_box_heading {
	color: #562128;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
}
.facial_page_box_text {
	color: #666;
	margin-top: 15px;
}
.facial_page_box_icon img {
	background: #987555;
	border-radius: 50%;
	padding: 5px;
	width: 60px;
	margin-bottom: 20px;
}
.sp-easy-accordion .sp-ea-single .ea-header a {
	font-weight: 500 !important;
	font-size: 18px !important;
	line-height: 28px;
	padding: 10px 15px !important;
}
.sp-easy-accordion .sp-ea-single {
	border-radius: 8px !important;
	overflow: hidden;
}
.rmp-menu-title-image {
	width: 65px;
	height: 65px;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background: #987555;
	color: #fff !important;
	width: 50%;
	float: left;
	font-size: 15px;
	padding: 10px 0;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 42px;
	width: 42px;
	border-radius: 50%;
	padding: 8px 12px 0;
}
.footer_btn3 {
	background-image: -moz-linear-gradient( 3deg, rgb(114,47,55) 0%, rgb(75,28,34) 100%);
	background-image: -webkit-linear-gradient( 3deg, rgb(114,47,55) 0%, rgb(75,28,34) 100%);
	background-image: -ms-linear-gradient( 3deg, rgb(114,47,55) 0%, rgb(75,28,34) 100%);
	color: #fff !important;
	width: 50%;
	float: left;
	font-size: 15px;
	padding: 10px 0;
}
#mega-menu-wrap-primary {
    position: static !important;
}

/* Make the main mega menu span the header */
#mega-menu-wrap-primary #mega-menu-primary {
    position: static !important;
}

/* Make the Services top-level item not restrict the dropdown */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu {
    position: static !important;
}

/* Full browser-width dropdown */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;

    width: 100vw !important;
    max-width: 100vw !important;

    margin: 0 !important;
    padding: 20px 0 !important;

    transform: none !important;
    box-sizing: border-box !important;
}

/* Center the actual menu content */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    width: 1200px !important;
    max-width: calc(100% - 40px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
	float: none !important;
}
.thankyou_btn {
	background: #bda692;
	display: inline-block;
	font-size: 16px;
	padding: 9px 20px 10px;
	border-radius: 5px;
	color: #fff;
	margin: 20px 0 0;
}
.thankyou_text {
	color: #666;
}
.error_container {
	display: flex;
	min-height: 100vh;
	align-items: center;
	text-align: center;
}
.error_container img {
	margin-bottom: 20px;
}


/*============ Responsive =============*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.header_top, .header_menu, .header_btn1, .home_service_section_heading br {
  display: none;
}
#banner_slide .owl-nav {
    bottom: 20px;
}
.header_btn2 {
  font-size: 15px;
  padding: 9px 12px 10px;
  margin-left: 0;
}
.logo img {
  width: 92px;
}
.header_btn2 img {
  width: 15px;
}
.home_banner_section {
  margin-top: 75px;
}
.home_banner_right {
  padding: 30px 20px;
}
.banner_heading {
  font-size: 26px;
  max-width: 210px;
}
.banner_circle_img {
  top: 40px;
  right: 30px;
}
.banner_circle_icon {
  width: 44px;
}
.banner_circle_text {
  min-width: 90px;
}
.banner_subheading {
  font-size: 18px;
  position: static;
  margin-top: 15px;
}
.banner_btn1 {
  font-size: 15px;
  padding: 8px 18px 9px;
}
.banner_btn2 {
  font-size: 15px;
  padding: 9px 18px 10px;
}
.home_scrolling_section {
  height: 50px;
  margin-top: 40px;
}
.home_scrolling_section span {
  font-size: 16px;
}
.home_about_section {
  padding: 40px 0;
  background-position: left;
}
.home_service_section, .home_include_section, .home_treatment_section, .home_area_section, .home_contact_section, .home_testimonial_section {
  padding: 40px 0;
}
.home_about_section_heading, .home_service_section_heading, .home_include_section_heading {
  font-size: 25px;
}
.home_service_box_btn, .home_include_section_btn1, .home_include_section_btn2, .inner_page_btn1, .inner_page_btn2 {
  font-size: 15px;
}
.home_service_box_heading {
  font-size: 20px;
}
.home_include_box, #treatment_slide, .facial_page_box {
  margin-top: 25px;
}
.home_service_box {
  margin-top: 25px;
  padding: 0 12px;
}
#treatment_slide .owl-nav {
  position: static;
  transform: none;
}
#treatment_slide .owl-prev, #treatment_slide .owl-next {
  float: none;
}
.home_area_list ul li a {
  font-size: 14px;
  padding: 6px 15px;
}
.home_area_list ul li {
  margin: 8px 2px 0;
}
.home_contact_section_content img {
  width: 50px;
}
.home_contact_form_box {
  padding: 30px 20px;
}
.home_form .contact_btn input {
  font-size: 15px;
  padding: 11px 20px;
}
.footer_top_block:nth-child(2), .footer_top_block:nth-child(4) {
  padding-left: 12px;
}
.footer_top_block {
  margin-top: 35px;
}
.footer {
  padding: 10px 0 60px;
}
.page .entry-header, .blog_page_header {
  margin: 80px 0 40px !important;
}
.page .entry-title, .blog_page_title {
  font-size: 28px;
}
.inner_header {
  padding: 80px 15px;
}
.inner_page_img {
  margin-bottom: 25px;
}
.inner_page_heading {
  font-size: 24px;
}
.inner_page_mid_section, .inner_page_bottom_section {
  padding: 40px 0;
  margin: 40px 0;
}
.inner_page_area_list ul li a {
  background-size: 24px;
  padding: 8px 18px 9px 33px;
  font-size: 15px;
}
.contact_page_box {
  margin-bottom: 15px;
}
.contact_page_box_inenr img, .facial_page_box_icon img {
  width: 50px;
}
#back-to-top {
  bottom: 55px;
}
}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-size: 15px !important;
	padding: 0px 6px !important;
}
.header_btn1 {
  font-size: 15px;
  padding: 8px 12px 9px;
  margin-left: 5px;
}
.header_btn2 {
  font-size: 15px;
  padding: 9px 12px 10px;
  margin-left: 5px;
}
.header_btn2 img {
  width: 15px;
}
.home_banner_right {
  padding: 20px 35px 20px 30px;
}
.banner_heading {
  font-size: 35px;
  max-width: 295px;
}
.banner_subheading {
  position: static;
  margin-top: 15px;
}
.home_service_box {
  padding: 0 15px;
}
.footer_top_block:nth-child(2), .footer_top_block:nth-child(4) {
  padding-left: 20px;
}
}

@media only screen and (min-width : 1025px) and (max-width : 1200px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-size: 15px !important;
	padding: 0px 6px !important;
}
.header_btn1 {
  font-size: 15px;
  padding: 8px 12px 9px;
  margin-left: 5px;
}
.header_btn2 {
  font-size: 15px;
  padding: 9px 12px 10px;
  margin-left: 5px;
}
.header_btn2 img {
  width: 15px;
}
.home_banner_right {
  padding: 20px 35px 20px 30px;
}
.banner_heading {
  font-size: 35px;
  max-width: 295px;
}
.banner_subheading {
  position: static;
  margin-top: 15px;
}
.home_service_box {
  padding: 0 15px;
}
.footer_top_block:nth-child(2), .footer_top_block:nth-child(4) {
  padding-left: 20px;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}



