/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1920px) { 
	.container{
		max-width: 1710px;
	}
}
@media (min-width: 1600px) and (max-width: 1919.98px){
	html{
		font-size: 55.2%;
	}
	.container{
		max-width: 1500px;
	}
}
@media (min-width: 1366px) and (max-width: 1599.98px){
	html{
		font-size: 48.4%;
	}
	.container{
		max-width: 1290px;
	}
}
@media (min-width: 1200px) and (max-width: 1365.99px){
	html{
		font-size: 43.2%;
	}
	.container{
		max-width: 1140px;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px){
	html{
		font-size: 36.2%;
	}
	.container{
		max-width: 950px;
	}
}
@media (max-width: 991.98px) {
	html{
		font-size: 62.5%;
	}
	.menu_wrapper{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.menu_wrapper{
		position: fixed;
		top: 0;
		height: 100dvh;
		width: 100%;
		left: -100%;
		background-color: var(--dark);
		z-index: -2;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		overflow: auto;
		padding-top: 18rem !important;
		padding-bottom: 3rem;
		display: block;
		color: #fff;
	}
	.menu_wrapper.current{
		left: 0;
	}
	.hamburger-menu {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	.menu{
		display: block;
		padding: 0 calc((100% - 720px) / 2 + 1.5rem);
	}
	.menu>ul{
		display: block;
		margin-bottom: 3rem;
	}
	.menu>ul>li{
		padding: 3rem 0;
        border-bottom: 0.1rem solid rgba(255, 255, 255, 0.4);
	}
	.menu>ul>li:last-child{
		border-bottom: none;
	}
	.menu>ul>li.dropdown_wrap>ul {
		background-color: transparent;
		padding-bottom: 0;
	}
	.menu>ul>li.dropdown_wrap:hover {
	    background-color: transparent;
	}
	.menu>ul>li>a {
	    font-size: 2.9rem;
	    font-weight: 700;
	    color: #fff;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    font-family: "Cormorant Garamond", serif;
	}
	.menu>ul>li.dropdown_wrap{
		-webkit-box-shadow: none !important;
		        box-shadow: none !important;
	}
	.menu>ul>li.dropdown_wrap>ul {
	    padding: 0 0rem 1.5rem;
	    position: relative;
	    -webkit-transition: none;
	    -o-transition: none;
	    transition: none;
	    opacity: 1;
	    pointer-events: all;
	    width: 100%;
	    display: none;
	    top: 2rem;
	    left: 0%;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
	.menu>ul>li.dropdown_wrap>ul>li>a{
		font-size: 2.3rem;
		color: #fff;
	}
	.menu>ul>li.dropdown_wrap:hover>a {
	    color: var(--yellow) !important;
	}
	.menu>ul>li.dropdown_wrap>ul>li>a:hover,
	.menu>ul>li.dropdown_wrap>ul>li.active>a{
		color: var(--yellow);
	}
	.menu>ul>li.active>a, 
	.menu>ul>li>a:hover {
	    color: var(--yellow) !important;
	}
	.logo {
	    width: 22.3rem;
	}
	.menu_bottom {
	    margin-top: 4rem;
	    padding: 0rem calc((100% - 720px) / 2 + 1.5rem);
	}
	.menu_bottom ul li a{
		color: #fff;
		font-size: 2.4rem;
		display: inline-block;
		margin-bottom: 1.4rem;
		text-decoration: none;
	}
	.menu_bottom ul li a:hover{
		color: var(--yellow);
	}
	.right_menu{
		-webkit-column-gap: 3rem;
		   -moz-column-gap: 3rem;
		        column-gap: 3rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	h1 {
	    font-size: 6.5rem;	
	}
	h2 {
	    font-size: 4.7rem;
	}
	h3,
	.contact_area h2,
	.treatment_inner_content h2,
	.price_area h2{
		font-size: 3.5rem;
	}
	h4{
		font-size: 3rem;
	}
	.treatment_box {
	    padding-bottom: 5.5rem;
	}
	.treatment_content {
	    padding-top: 3rem;
	}
	.dealer_box img {
	    width: 28rem;
	}
	.dealer_content{
		padding: 3.5rem;
	}
	.cta_area>img {
	    left: 17%;
	    height: calc(100% + 12.5rem);
	}

	footer {
	    padding: 2.5rem 0 9rem;	
	}
	.footer_bottom{
		padding-top: 7rem;
	}
	.footer_bottom p{
		margin-top: 1.5rem;
	}
	.footer_bottom ul{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		list-style: none;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		margin-top: 0;
	}
	.footer_bottom ul li{
		margin-top: 1.5rem;
	}
	.slider2 .owl-dots{
		margin-top: 10rem;
	}
	.treatments_area{
		padding-bottom: 0;
	}
	.treatments_area::before {
	    bottom: 5rem;
	}
	.home_area {
	    padding: 22rem 0 12rem;
	}
	.rating_content {
	    margin-top: 8rem;
	}
	.contact_area img, 
	.contact_area iframe {	    
		height: 28rem;
	}
	.inner_home {
	    height: 46rem;
	    padding-top: 11.8rem;
	}
	.side_card {
	    padding: 3.5rem;
	    height: 35rem;
	}
	.side_card h2{
		font-size: 4rem;
	}
	.service_name {
	    max-width: 56rem;
	}

	.two_column .price_item:nth-child(odd) .price_inner:last-child{
		position: relative;
		padding-top: 2.4rem;
		z-index: 1;
		margin-top: 2.4rem;
	}
	.two_column .price_item:nth-child(odd) .price_inner:last-child::before{
		position: absolute;
		content: '';
		left: 50%;
		top: 0;
		height: calc(100% + 2.4rem);
		width: 100vw;
		z-index: -1;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		background-color: #fff;
	}
	.two_column .price_item:nth-child(even) .price_inner:first-child{
		position: relative;
		padding-bottom: 2.4rem;
		z-index: 1;
		margin-bottom: 2.4rem;
	}
	.two_column .price_item:nth-child(even) .price_inner:first-child::before{
		position: absolute;
		content: '';
		left: 50%;
		top: -2.4rem;
		height: calc(100% + 2.4rem);
		width: 100vw;
		z-index: -1;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		background-color: rgba(248, 248, 248, 0.5);
	}
}

/*Medium devices (tablets, 767px and down)*/
@media (max-width: 767.98px) {
	html{
		font-size: 46%;
	}
	.menu{
		padding: 0rem calc((100% - 540px) / 2 + 1.5rem);
	}
}

/*Small devices (landscape phones, 575px and down)*/
@media (max-width: 575.98px) {
	html{
		font-size: 2.1vw;
	}
	body{
		font-size: 1.9rem;
	}
	.container,
	.menu{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.menu_wrapper {
	    padding-top: 12rem !important;
	}
	.inner_home h1{
		font-size: 5rem;
	}
	h1 {
	    font-size: 5.6rem;
	}
	h2 {
	    font-size: 4rem;
	}
	h3,
	.contact_area h2,
	.treatment_inner_content h2,
	.price_area h2 {
	    font-size: 3.4rem;
	}
	.title_wrap .button{
		display: none;
	}
	.home_area {
	    padding: 18rem 0 6rem;
	}
	.home_area h1{
		max-width: 30rem;
	}
	.home_area .button_wrapper{
		margin-top: 5rem;
	}
	.home_area .button_wrapper .button{
		min-width: 24rem;
	}
	.home_content_inner>p {
	    margin-top: 13rem;
	}
	.home_slider .owl-dots{
		display: none;
	}
	.rating_content {
	    margin-top: 4.5rem;
	}
	.home_slider {
	    height: 63%;
	}
	.mt_50{
		margin-top: 4rem;
	}
	.about_area {
	    padding: 1rem 0 0rem;
	}
	.lindy_wrap {
	    row-gap: 4rem;
	}
	.top_title{
		font-size: 1.8rem;
	}
	.treatments_area {
	    padding-top: 9rem;
	}
	.dealer_box{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.dealer_box img{
		width: 100%;
		height: 17rem;
	}
	.dealer_content{
		padding: 4rem;
	}
	.dealer_content p {
	    margin-top: 2rem;
	}
	.dealer_area {
	    padding-bottom: 2rem;
	    padding-top: 6rem;
	}
	.cta_area .button_wrapper .button{
		min-width: 25rem;
	}
	.cta_area {
	    padding: 5.5rem 0 12rem;
	}
	.cta_area>img {
	    left: 2.5rem;
	    height: 23rem;
	    top: auto;
	    -webkit-transform: translateY(0);
	        -ms-transform: translateY(0);
	            transform: translateY(0);
	    bottom: -3rem;
	}
	.footer_logo{
		padding-bottom: 2rem;
	}
	footer {
	    padding: 2.5rem 0 6rem;
	}
	.footer_bottom {
	    padding-top: 3.5rem;
	}

	.breadcrumb_area{
		display: none;
	}
	.inner_home{
		height: auto;
		display: block;
		color: var(--yellow);
		padding-top: 0;
	}
	.inner_home .hero_img{
		position: relative;
		margin-bottom: 3rem;
		height: 43rem;
	}
	.intro_area{
		padding-top: 0;
	}
	.contact_area ul li strong {
	    min-width: 25rem;
	}
	.contact_area {
	    padding-bottom: 5rem;
	}
	.contact_area img, 
	.contact_area iframe {
	    height: 35rem;
	}
	.treatment_inner_area {
	    padding-bottom: 5rem;
	}
	.amount{
		display: none;
	}
	.price_inner{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.treatments_area::before {
        height: calc(100% - 34.5rem);
    }
}