/*-----------For Tablet Landscape View----------------*/
@media only screen and (max-width:1099px) {
.ownerdetails h4 {
	font-size: 20px;
}
}

/*-----------For Tablet Portrait View----------------*/
@media only screen and (max-width:991px) {
.desktop {
	display: none!important;
}
.mobile {
	display: block!important;
}
.menu-show {
	position: fixed;
	right: 30px;
	top: 38px;
	width: 31px;
	z-index: 9;
	cursor:pointer;
}
.menu-show em {
	display: block;
	background: #fff;
	width: 31px;
	height: 2px;
}
/* .menu-show em:nth-child(1) {
	width: 25px;
}
.menu-show em:nth-child(2) {
	width: 20px;
} */
.menu-show em + em {
	margin-top: 5px;
}
.menu-show.active em {
	background: #6c757d;
}
.menuconainer {
	position: fixed;
	top: 0;
	padding: 35px 0px;
	width: 100%;
	overflow-y: auto;
	background: #241f59;
	height: 100vh;
	left: -100%;
	transition: all ease-in-out 200ms;
	z-index: 99;
}
.menuconainer.active {
	left: 0
}
.menubx {
	float: none;
	width: auto;
	display: block;
	text-align: center;
	margin-top: 40px;
	text-transform: capitalize;
	border-top: 1px solid #fff;
}
.menubx li {
	display: block;
	line-height: normal;
	height: auto;
	padding: 0!important;
	border-bottom: 1px solid #fff;
}
.menubx li a {
	font-size: 20px;
	color:#fff;
	padding: 20px 25px;
}
.menubx li a, .menubx li.current-menu-parent>a {
	display: block;
}
.menubx .sub-menu li.menu-item-has-children>a.sub-menu-link:before {
	display: none;
}
.menubx li.menu-item-has-children i {
	position: absolute;
	right: 0;
	width: 48px;
	height: 48px;
	top: 0;
	border-left: 1px solid #fff;
}
.menubx li.menu-item-has-children i:before {
	content: "";
	border: solid #fff;
	border-width: 0 3px 3px 0;
	padding: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: absolute;
	right: 20px;
	margin-top: 18px;
}
.menubx li.nav-item-open>i:before, .menubx li.sub-nav-item-open>i:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.menubx li.menu-item-has-children>a {
	display: inline-block;
}
.menubx>li:hover .sub-menu, .menubx .sub-nav>ul>li:hover .sub-sub-menu {
	display: none;
}
.menubx .sub-menu, .menubx .sub-sub-menu {
	background: #aaa9a9;
	position: static;
	margin-top: 0px;
	font-size: 14px;
	padding: 0;
	width: auto;
	max-width: none;
}
.menubx .sub-menu li a {
	color:#fff;
}
.menubx .sub-menu li {
	line-height: normal;
	border-bottom: 1px solid #fff;
}
.menubx > li:before {
	display:none !important;
}
.openmenuhead {
	padding: 0 25px;
	position: relative;
}
.closeMenu {
	color: #fff;
	font-size: 34px;
	line-height: 1;
	position: absolute;
	right: 25px;
	top: 0;
	cursor: pointer;
	z-index: 99;
	display: none;
}
.wrapper {
	margin-top: 95px;
}
.herobgbx .imgbx:before {
    padding-bottom: calc(60vh - 95px);
}
.contentbx {
    padding: 60px 0;
}
.contentbx h1, .contentbx h2 {
    font-size: 28px;
	margin-bottom: 25px;
}
}

/*-----------For Mobile View----------------*/
@media only screen and (max-width:767px) {
body {
	font-size: 13px;
}
header .topbx {
	padding: 25px 0;
}
header .logo {
	width: 150px;
}
header .navbar .logo {
	width: 130px;
}
.menu-show {
	top: 26px;
	right:15px;
}
.menubx li a {
	font-size: 16px;
	padding: 17px 25px;
}
.menubx li.menu-item-has-children i {
	height: 38px;
}
.closeMenu {
	top: -5px;
}
.wrapper {
	margin-top: 74px;
}
.btn {
	font-size: 14px;
	padding: 8px 20px;
}
.contentbx {
	padding: 40px 0;
}
.contentbx h1, .contentbx h2 {
	font-size: 24px;
	margin-bottom: 15px;
}
.herobgbx .textarea {
	width: 261px;
}
.herobgbx .textarea h1 {
	font-size: 24px;
	margin-bottom: 12px;
}
.ownerdetails .textbx {
    padding: 30px;
}
.ownerdetails h3 {
	padding-top: 0;
	margin-bottom: 0;
	font-size: 13px;
}
/* .ownerdetails h3:before {
    left: 0px;
    top: 0px;
    width: 40px;
    height: 29px;
    background-size: 30px auto;
} */
.ownerdetails h4 {
	font-size: 14px;
}
footer {
	font-size: 12px;
	padding: 30px 0 10px;
}
footer .footerlogo {
    width: 140px;
    margin-bottom: 25px;
}
footer h4 {
    font-size: 17px;
}
footer p br {
	display: none;
}
footer ul li {
    padding: 0 0 6px;
}
.copyright {
	font-size: 12px;
    margin-top: 15px;
    padding-top: 10px;
	text-align: center;
}
.copyright p {
	margin-bottom: 5px !important;
}
.gotop {
    bottom: 65px;
    right: 5px;
    width: 40px;
}
.contactsec {
	background: linear-gradient(180deg, #fff 34%, rgba(36, 31, 89, 0.8) 0) !important;
}
.googlemap iframe {
	height: 250px;
}
.formbx {
	margin-top: 30px;
	border-radius: 20px;
    padding: 30px 20px;
}
.form-group {
	margin-bottom: 15px;
}
.form-group .form-label {
    font-size: 13px;
    margin-bottom: 5px;
}
.formbx .row {
	margin-left: -5px;
	margin-right: -5px;
}
.formbx .row>*, 
.formbx .row>.col, 
.formbx .row>[class*=col-] {
	padding-left: 5px;
	padding-right: 5px;
}
.ownersec {
	padding-top: 0;
}
}
