/*============================= 16.MEDIA QUERIES START =============================*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.nav-style {
		padding: 36px 10px !important;
	}
}

@media only screen and (min-width: 361px) and (max-width: 480px) {
	.content-width {
		width: 75%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 991px) {
	.mar-auto {
		margin: 0 auto;
	}

	.btn-wrapper {
		margin-top: 20px;
	}

	.no-padding {
		padding: 0px 15px;
	}

	.res-text-center {
		text-align: center;
	}

	.navbar-nav-btn,
	.nav-style {
		padding: 10px 0px !important;
	}

	.navbar-nav {
		float: left !important;
	}

	.res-desk-mar-bot {
		margin-bottom: 30px;
	}

	.res-desk-pad-bot {
		padding-bottom: 30px;
	}

	.section-width {
		width: 100%;
		padding-bottom: 30px;
	}

	.navbar-collapse {
		max-height: 180px;
		overflow: auto;
		width: 100%;
	}

	.cta {
		text-align: center;
	}

	.cta-button {
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		top: 0;
		position: inherit;
		right: 0;
		margin-top: 20px;
	}

	.about .text-right {
		text-align: left !important;
	}

	.about-img {
		padding-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.res-tab-mar-bot {
		margin-bottom: 30px;
	}

	.boxed-btn {
		font-size: 14px;
	}

	.pre-nav-border-right {
		border: none;
	}

	.res-disp.display-table-cell {
		display: inherit;
		margin: 0 auto;
		padding-right: 0px;
	}

	.pre-navbar .float-left,
	.pre-navbar .float-right {
		float: none !important;
		display: table;
		margin: 0 auto !important;
		text-align: center;
		padding: 0px;
	}
}

@media only screen and (max-width: 575px) {
	.section-space {
		padding: 50px 0px 50px 0px;
	}

	.section-margin-bottom {
		margin-bottom: 10px;
	}


	.header-bg-img i {
		font-size: 30px;
		font-weight: 600;
		line-height: 40px;
	}

	.header-bg-img {
		padding: 80px 0px 80px 0px;
	}

	.intro-content {
		font-size: 16px;
		line-height: 26px;
	}

	.res-mob-2-mar-bot {
		margin-bottom: 30px;
	}

	.sub-dis {
		position: inherit;
		top: 0px;
		left: 0%;
		padding-top: 30px;
		text-align: center;
	}
}

@media only screen and (max-width: 480px) {
	/* 
	.col-6,
	.col-8,
	.col-4 {
		flex: 0 0 100%;
		max-width: 100%;
	} */

	.res-mob-mar-bot {
		margin-bottom: 30px;
	}

	.cta .padding-right {
		padding-right: 0px;
		margin-bottom: 15px;
	}

	.cta .display-table-cell {
		display: inherit;
	}

	.header-bg-img i {
		display: block;
	}
}

@media only screen and (max-width: 340px) {
	.cta .cta-button .mar-right {
		margin-right: 0px;
	}
}

/* SAFARI MENU ISSUES*/

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

	/*safari Browser*/
	.navbar-expand-lg .navbar-collapse {
		float: right !important;
		display: block !important;
		line-height: 24px !important;
	}

	.navbar-expand-lg .safari-menu {
		display: inline-block !important;
		vertical-align: middle !important;
	}
}

/*=========================================== 16.MEDIA QUERIES END ====================================*/



.contact-img-mobile{
    display: none;
}
.contact-img-tablet{
    display: none;
}
.mobile-video{
    display: none;
}
@media (max-width: 768px)  {
    .pre-navbar {
        display: none;
    }
    .contact-img-desktop{
        display: none;
    }
    .contact-img-tablet{
        display: block;
    }
    .pre-navbar{
        display: none !important;
    }
    .sm-d-none{
        display: none;
    }
    .desktop-video{
        display: none;
    }
    .mobile-video{
        display: block;
    }
    .player-sub-info .d-flex {
        flex-direction: column !important;
    }
    .player-desc{
        width: 100%;
        position: static;
        color: #000 !important;
    }
    .bg-img-property{
        height: auto;
    }
    .down-arrow{
        display: none;
    }
    .green-rectangle{
        display: none;
    }
    .green-rectangle-1{
        display: none;
    }
    .green-rectangle-2{
        display: block;
    }
}
@media (max-width: 575px){
    .green-rectangle-2{
        border-radius: 0;
    }
}
@media (min-width: 2000px){
    .down-arrow{
        top: 75%;
    }
}
@media (max-width: 991px){
    .vertical-hr{
        width: 100% !important;
        height: 1px !important;
    }
    .vertical-hr-div{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
}
@media (max-width: 425px){
    .contact-img-mobile{
        display: block;
    }
    .contact-img-desktop{
        display: none;
    }
    .contact-img-tablet{
        display: none;
    }
    .down-arrow {
        margin-top: 100%;
    }
}
@media (min-aspect-ratio: 16/9){
    .videoBG{
        width: 100%;
        height: 100%;
        object-fit: cover;
	    background-size: cover;
    }
    .video-mobile{
        display: none;
    }
    .video-desktop{
        display: block;
    }
}
@media (max-aspect-ratio: 16/9){
    .videoBG{
        width: 100%;
        height: 100%;
        object-fit: cover;
	    background-size: cover;
    }
    .video-mobile{
        display: block;
    }
    .video-desktop{
        display: none;
    }

}