/* 
========================================================================
--------------------TO MAKE RESPONSIVE----------------------------------
------------------------------------------------------------------------ /

------------------------------------------------------------------------ */



@media screen and (min-width: 1200px) {
 
}
@media screen and (max-width: 1200px) { 

}

@media screen and (max-width: 992px) {
}

@media screen and (min-width: 769px) and (max-width: 991px) {
}

/*
========================================================
Maintaining the lower vieport response for video section
========================================================
*/

/*-----Targetting the 800px -----*/

@media screen and (max-width: 800px) {
 }

/*-----Targetting the 768px -----*/

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

	.container {
		overflow: hidden;
	}

	.mtm-60 {
	    margin-top: 50px;
	    margin-left: 0;
	    margin-right: 0;
	}

	#about_us_index.section {
		padding: 35px 0px;
	}

	.price-list {
    	padding: 10px 35px;
	}

	.section {
		padding: 35px 15px;
	}

	.img-fluid {
		width: 100%;
	}

	.pricing-tabs.nav-tabs {
		justify-content: center;
	}

	#appoinment_index,
	#price_index .section-subtitle,
	#gallery_index .section-subtitle{
		text-align: center;
	}

	#contacts_index .section-title::before {
		left: calc(50% - 35px);
		bottom: -5px;
	}

	#contacts_index .section-title {
		position: relative;
		margin-bottom: 30px;
	}

	.footer-widget {
		margin-bottom: 50px;
	}

	.slide-card-title {
    text-align: center;
    font-size: 48px;
    line-height: 56px;
	}

	.section-subtitle {
		font-weight: 700;
	}

	.carousel-item {
		text-align: center;
	}

	.section-title {
		text-align: center;
	}

	.p-desc {
    	padding: 40px 15px 15px;
	}

	.gold-bg,
	.bege-block,
	#footer {
		overflow: hidden;
	}

	#select_service_index {
		padding-left: 15px;
		padding-right: 15px;
	}

	#header {
		background: #e9e6de;
		padding: 12px 0;
	}

	#slider_index,
	.slide-card {
    	min-height: 400px;
		height: 400px;
	}

	.mh-900 {
		min-height: 700px;
	}

	.h1-header {
    	font-size: 42px;
	}

	.h1-header::before {
		top: -175px;
		font-size: 100px;
		right: 0px;
		opacity: 100;
		line-height: 86px;
	}

	#footer .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.mbm-3 {
		margin-bottom: 3rem !important;
	}

	.slide-title {
    	padding-right: 15px;
	}

	.mobile-line {
		padding: 0 15px;
	}
	
	.mobile-logo > img, .mobile-logo > a > img {
	    max-height: 60px;
	    width: auto;
	}
	
	.navbar-default {
	    background-color: transparent;
	    border-color: transparent;
	}
	
	.navbar-toggle {
		padding: 0px;
		margin: 15px 0 0 0;
		border: 0px;
		border-radius: 0px;
		position: relative;
		background: transparent;
	}
	
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background: none !important;
		border: none;	
	}
	
	
	.navbar-toggle > .icon-bar {
		width: 40px;
	    height: 4px;
	    background-color: #2b1717 !important;
	    transition: all .3s ease-in-out; 
	    display: block;
	    position: relative
	}
	
	.navbar-toggle .icon-bar:nth-child(1) {
		opacity: 0 !important;
		transform: rotate(0deg) !important;
	}
	
	.navbar-toggle .icon-bar:nth-child(2) {
		transform: rotate(45deg) !important;
		width: 40px !important;
		left: 0px !important;
		top: 0px !important;
	}
	
	.navbar-toggle .icon-bar:nth-child(3) {
		transform: rotate(-45deg) !important;
		width: 40px !important;
		left: 0px !important;
		top: -11px !important;
	}
	
	.navbar-toggle .icon-bar + .icon-bar {
	    margin-top: 7px;
	}
	
	.navbar-toggle.collapsed .icon-bar {
	    display: block;
	    position: relative;
	    width: 40px !important;
	    opacity: 1 !important;
		top: 0 !important;
		left: 0 !important;
	    height: 4px;
	    transform: rotate(0deg) !important;
	    background-color: #2b1717 !important;
	    transition: all .3s ease-in-out; 
	}

	.navbar-toggle.collapsed .icon-bar:nth-child(2) {
		width: 30px !important;
		left: 10px !important;
	}
	
	.navbar-default .navbar-collapse {
	    border-top: 0px;
	}
	
	#mobile-navbar {
		padding: 15px 0px;
	}
	
	.top-menu-mobile {
		padding: 0;
        margin-top: 15px;
		list-style-type: none;
	}
	
	.top-menu-mobile li {
		padding: 7px 0px;
		border-bottom: 1px solid #dbdbdb;
	}
	
	.top-menu-mobile li:last-child {
		border-bottom: none;
		margin-bottom: 15px;
	}
	
	.top-menu-mobile li a {
		font-size: 22px;
	    color: #2b1717;
	    font-family: 'Cormorant Garamond', serif;
		text-decoration:  none;
		line-height: 32px;
		display: block;
	}
	
	.slide-card {
		padding: 45px 25px;
	}
	
	.b-logo {
	    margin-bottom: 30px;
	    padding-right: 30px;
		padding-left: 30px;
	}
	
	.b-logo > img {
	    display: block;
	    max-width: 75%;
	    height: auto;
	    margin: 0 auto;
	}

	.list-news-card-img {
	    display: block;
	}

	.list-card-img {
	    width: 100%;
	    height: 250px;
	    border-radius: 7px 7px 0 0px;
	}

	.list-news-card-img .list-card-content {
	    width: 100%;
	    padding: 25px 15px 25px 15px !important;
	}

	.list-card, .list-news-card {
		padding: 25px 15px;
	}

	.list-news-card.list-news-card-img {
		padding: 0px;
	}
	
	.page-subtitle {
        margin-top: -10px;
        line-height: 32px;
	}

	.h1-header {
    font-size: 42px;
	}
	
	.page_title {
	    margin-top: 0px !important;
	    line-height: 42px !important;
	    font-size: 32px !important;
	}
	
	.modal-content .left-menu-link.active {
	    text-decoration: none;
	}

    .modal-content .left-menu > li {
        border-top: 1px solid #e5e5e5;
    }
    
    .row-flex .col-xs-12 {
        width: 100%;
        margin-right: 0px;
    }

	.gallery-img > img {
		width: 100% !important;
		height: auto;
	}

	.article-idx-item {
		position: relative;
		z-index: 1;
	}

}

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

}



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

 }
 
 @media screen and (max-width: 500px) {

 }

/*-----Targetting the iPhone 6 plus and similar viewport-----*/

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

 }

/*-----Targetting the Samsung Gallaxy Note and similar viewport-----*/

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

}

/*-----Taretting the BlackBerry Z10, Google Nexus 4 and similar viewport-----*/

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

}

/*-----Taretting the iPhone 6 and similar viewport-----*/

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

}

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

}


/*-----Taretting the BalckBerry Z30, Samsung Gallaxy Note,Samsung Gallaxy Note II, Google Nexus 5 and similar viewport-----*/

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

}

/*-----Taretting the iPhone 3gs iPhone 4, iPhone 5, Google Nexus S and similar viewport-----*/

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

}

