/* @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
html,
body {
	width: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
}

a,
a:hover {
	text-decoration: none!important
}


/* p{font-family:'Poppins',sans-serif;} */

.search-form input {
	width: 86%;
	border-radius: 0px;
	padding: 27px 10px;
	margin-right: 40px !important;
}

.search-form input::placeholder {
	color: #777;
	font-size: 13px
}

header ul li {
	display: inline-block;
	list-style: none;
	margin-right: 22px;
	padding: 17px;
	height: 30px;
	width: 30px;
	background: #002759;
	border: 1px solid#0078B7;
	transform: rotate(45deg);
}

header ul li a i {
	color: #fff;
	transform: rotate(-45deg);
	text-align: center;
	top: -7px;
	position: relative;
	left: -5px;
}

nav {
	background: #0078b7;
}

header ul li:hover {
	background: #002759;
}

header ul li:hover .fa {
	color: #fff!important
}

nav a {
	color: #fff;
	padding-top: 0px !important;
	padding-bottom: .3rem !important;
}

nav a:hover {
	color: #fff
}

nav .nav-item {
	margin-right: 30px
}

.search-form button {
	background: #0078B7;
	color: #fff;
	border-radius: 0px;
	padding: 14px 18px;
	width: 10%;
}

.search-form button:hover {
	color: #fff;
	background: #002759
}

nav .dropdown-menu {
	background: #0078b7;
	padding: 0px;
	margin-top: 8px;
	border-radius: 0px;
}

nav .dropdown-menu a {
	color: #fff;
	padding: 6px 15px!important
}

nav .dropdown-menu a:hover {
	background: #002759;
	color: #fff
}

.nav-link i {
	font-size: 10px;
	position: relative;
	top: -1px;
}

section .item {
	height: 100%;
	position: relative;
}

section .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section .item .cover {
	padding: 75px 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
}

section .item .cover .section-content {
	position: relative;
	padding: 56px;
	overflow: hidden;
}

section .item .cover .section-content h2 {
	font-weight: 300;
	font-size: 35px;
	color: #fff;
}

section .item .cover .section-content h1 {
	font-size: 56px;
	font-weight: 600;
	margin: 5px 0 20px;
	word-spacing: 3px;
	color: #fff;
}

section .item .cover .section-content h4 {
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
	color: #fff;
}

section .owl-item.active h1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}

section .owl-item.active h2 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}

section .owl-item.active h4 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}


/* section .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
} */

section .owl-nav .owl-prev {
	position: absolute;
	left: 10%;
	top: 43%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: #fff !important;
	width: 40px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 0px!important;
}

section .owl-nav .owl-prev span {
	font-size: 1.6875rem;
	color: #002759;
}

section .owl-nav .owl-prev:focus {
	outline: 0;
}

section .owl-nav .owl-prev:hover {
	background: #fff !important;
}

section .owl-nav .owl-next {
	position: absolute;
	right:10%;
	top: 43%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: #fff !important;
	width: 40px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 0px!important;
}

section .owl-nav .owl-next span {
	font-size: 1.6875rem;
	color: #002759;
}

section .owl-nav .owl-next:focus {
	outline: 0;
}

section .owl-nav .owl-next:hover {
	background: #fff !important;
}

section:hover .owl-prev {
	left: 5%;
	opacity: 1;
}

section:hover .owl-next {
	right:5%;
	opacity: 1;
}

nav .active {
	border-bottom: 2px dotted #eee
}

nav .nav-link:hover {
	border-bottom: 2px dotted #eee
}

.header-content {
	background: rgba(0, 0, 0, 0.4);
	padding: 30px;
	position: absolute;
	left: 50%;
	width: 82%;
	top: 77%;
	z-index: 999;
	transform: translate(-50%, 50%);
}

.about-section {
	padding: 107px 0px;
	padding-bottom: 25px;
}

.about-img::before {
	position: absolute;
	left: -20px;
	top: 105px;
	height: 365px;
	z-index: -999;
	width: 360px;
	background-image: url(../../images/pattern.png);
	background-repeat: repeat;
	content: "";
}

.about-content {
	padding-right: 30px
}

.about-content .subheading {
	color: #002759;
	font-weight: 600
}

.about-content h1 {
	font-weight: 600
}

.about-content p {
	color: #777;
	text-align: justify;
	font-size: 15px;
	line-height: 2
}

.know-more-btn {
	color: #fff!important;
	background: #0078B7;
	border-radius: 0px!important
}

.know-more-btn:hover {
	background: #002759
}

.icon-div i {
	color: #0078B7;
	font-size: 50px
}

.icon-div h3 {
	font-size: 20px;
	margin-bottom: 0px
}

.icon-div {
	border: 1px solid #eee;
	padding: 20px
}

.amenities-section {
	padding: 100px 0px
}

.amenities-content {
	border: 4px double #eee;
	padding: 40px
}

.hvr-shutter-in-horizontal::before {
	background: #0078b7!important
}

footer {
	background: rgb(0, 0, 0, 0.5);
	padding: 50px 0px
}

footer h2 {
	color: #fff;
	font-size: 20px
}

footer p {
	color: #fff;
	text-align: justify;
	font-size: 15px
}

footer ul li {
	list-style: none;
	color: #fff;
	display: inline-block;
	margin-right: 25px
}

footer ul {
	margin-left: -40px!important;
}

footer ul li a {
	color: #fff;
	font-size: 15px
}

footer ul li i {
	margin-right: 7px;
	font-size: 12px
}

footer a {
	color: #fff;
}

.foot-section {
	background: rgb(0, 0, 0, 0.8);
	padding: 20px 0px
}

.foot-section p {
	color: #fff
}


/* about us page */

.about-banner-section {
	background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .4)), url(../../images/about-banner.png);
	height: 200px;
}

.banner-caption {
	margin-top: 30px;
	color: #fff;
	position: relative;
	top: 13%;
}

.banner-caption h1 {
	font-size: 45px;
	font-weight: 600;
}

#breadcrumbs {
	list-style: none;
	padding: 8px 16px;
}

#breadcrumbs li {
	display: inline-block;
	font-weight: 600
}

#breadcrumbs li a {
	color: #0078B7;
	text-decoration: none;
}

#breadcrumbs li a:hover {
	transition-delay: 50ms;
	transition: 50ms;
	color: #3867d6;
	text-decoration: underline;
}

#breadcrumbs li+li::before {
	padding: 8px;
	content: ">>";
	margin-left: 0px;
	color: #fff;
}

.about-main {
	background: url('../../images/back.png');
	background-size: cover;
}

.about-main h1 {
	font-weight: 600
}

.about-main {
	padding: 40px 0px
}

.about-main p {
	color: #777;
	text-align: justify;
	font-size: 15px;
	line-height: 2
}

.conf-section {
	background: #303030;
	padding: 100px 0px
}

.timeline-classic {
	text-align: left;
}

.timeline-classic-item {
	position: relative;
	overflow: hidden;
	padding: 0 0 70px 35px;
	margin-bottom: -25px;
}

.timeline-classic-item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.timeline-classic-item-image {
	width: 100%;
}

.timeline-classic-item-title {
	;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 0;
	color: #fff;
}

.thumbnail-classic-item-subtitle {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
	color: #eee;
}

.timeline-classic-item-divider {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	align-items: center;
	padding-top: 25px;
}

.timeline-classic-item-divider::before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border: 2px solid #0076B4;
	border-radius: 50%;
}

.timeline-classic-item-divider::after {
	content: '';
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 300vh;
	background: #0076B4;
	min-height: 100px;
}

*+.timeline-classic-item-main {
	margin-top: 20px;
}

.context-dark .timeline-classic-item-divider::before,
.bg-gray-850 .timeline-classic-item-divider::before,
.bg-gray-800 .timeline-classic-item-divider::before,
.bg-gray-800-2 .timeline-classic-item-divider::before,
.bg-primary .timeline-classic-item-divider::before,
.bg-primary-darker .timeline-classic-item-divider::before {
	border-color: #fff;
}

.context-dark .timeline-classic-item-divider::after,
.bg-gray-850 .timeline-classic-item-divider::after,
.bg-gray-800 .timeline-classic-item-divider::after,
.bg-gray-800-2 .timeline-classic-item-divider::after,
.bg-primary .timeline-classic-item-divider::after,
.bg-primary-darker .timeline-classic-item-divider::after {
	background: #fff;
}

.context-dark .thumbnail-classic-item-subtitle,
.bg-gray-850 .thumbnail-classic-item-subtitle,
.bg-gray-800 .thumbnail-classic-item-subtitle,
.bg-gray-800-2 .thumbnail-classic-item-subtitle,
.bg-primary .thumbnail-classic-item-subtitle,
.bg-primary-darker .thumbnail-classic-item-subtitle {
	color: #fff;
}

@media (max-width: 575.98px) {
	.timeline-classic-item {
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767.98px) {
	.timeline-classic-item {
		flex-wrap: wrap;
	}
	.timeline-classic-item-main,
	.timeline-classic-item-aside {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.timeline-classic-item {
		display: flex;
		padding-left: 0;
		padding-bottom: 90px;
	}
	.timeline-classic-item-aside {
		max-width: 33.33%;
	}
	.timeline-classic-item-main {
		max-width: 60%;
	}
	.timeline-classic-item-divider {
		position: relative;
		padding: 25px 20px 0;
	}
	.timeline-classic-item-title {
		font-size: 32px;
	}
	.thumbnail-classic-item-subtitle {
		font-size: 18px;
		line-height: 1.4;
	}
	*+.timeline-classic-item-main {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.timeline-classic-item *+h4,
	.timeline-classic-item *+.heading-4 {
		margin-top: 20px;
	}
	.timeline-classic-item-title {
		font-size: 36px;
	}
	.thumbnail-classic-item-subtitle {
		font-size: 20px;
		line-height: 1.4;
	}
	.timeline-classic-item-aside {
		max-width: 37%;
	}
	.timeline-classic-item-main {
		max-width: 50%;
	}
}

@media (min-width: 1200px) {
	.timeline-classic-item-aside {
		max-width: 33.33%;
	}
	.timeline-classic-item-title {
		font-size: 30px;
	}
}

@media (min-width: 1600px) {
	.timeline-classic-item {
		padding-bottom: 125px;
	}
	.timeline-classic-item *+h4,
	.timeline-classic-item *+.heading-4 {
		margin-top: 30px;
	}
}


/* faq css */

.app {
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	padding: 3em;
}

.app::before {
	content: "";
	position: absolute;
	top: -1.5rem;
	left: -1.5rem;
	width: 206px;
	height: 206px;
	background-color: #002759;
	z-index: -1;
}

.app::after {
	content: "";
	position: absolute;
	bottom: -1.5rem;
	right: -1.5rem;
	width: 206px;
	height: 206px;
	background: transparent;
	border-right: 3.5rem solid #002759;
	border-bottom: 3.5rem solid #002759;
	z-index: -1;
}

.app__head {
	margin-top: 2em;
}

.app__head h1 {
	font-size: clamp(3rem, 5vw, 3.6rem);
	font-weight: 700;
	width: 80%;
	line-height: 1.2;
}

.accordion {
	margin-bottom: 0.5em;
	border-radius: 3px;
	width: 100%;
	border: 1px solid #e6e6e6;
	cursor: pointer;
}

.accordion.is-open {
	box-shadow: 0 13px 12px -14px rgba(80, 21, 91, 0.32);
	border-radius: 3px;
}

.accordion__header button {
	display: block;
	width: 100%;
	border: 0;
	background-color: #fff;
	padding: 1em;
	text-align: left;
	outline: none;
}

.accordion__title {
	font-size: 1rem;
	/* font-size: clamp(); */
	font-weight: 400;
	line-height: 41px;
}

.accordion__header p {
	margin-bottom: 0px!important
}

.accordion__icon {
	cursor: pointer;
	float: right;
}

.accordion .accordions__icon>* {
	width: 4rem;
}

.accordion .icon__plus {
	display: block;
}

.icon__minus {
	display: none;
}

.accordion.is-open .icon__minus {
	display: block;
}

.accordion.is-open .icon__plus {
	display: none;
}

.accordion__content {
	height: 0;
	overflow: hidden;
	transition: height 0.3s ease-out;
}

.accordion__inner {
	padding-top: 0em;
	width: 100%;
	padding: 1em 1.5em;
}

.accordion__inner p {
	font-size: 1rem;
	line-height: 1.4;
	margin-bottom: 6px!important;
	color: var(--clr-body);
	opacity: 0.7;
}

@media (max-width: 768px) {
	.app {
		max-width: 90%;
		margin: 0 auto;
		display: grid;
		grid-template-columns: 1fr;
		gap: 3rem;
	}
	.app__head h1 {
		width: 90%;
	}
	.app::before {
		display: none;
	}
	.app::after {
		display: none;
	}
}

.faq-section {
	padding: 100px 0px
}

.faq-section h1 {
	font-weight: 600
}

.faq-banner-section {
	background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .4)), url(../../images/faq-banner.png);
	height: 300px
}

.sitemap1-div {
	height: 100%;
	padding: 20px;
}

.sitemap-div a {
	display: inline-block;
	color: #000;
	padding: 7px 0px;
}

.sitemap-div p {
	color: #000;
	font-size: 19px
}

.sitemap-div {
	margin-bottom: 20px;
}


/* media query */

.navbar-toggler {
	border: 1px solid #fff
}

.navbar-toggler-icon {
	line-height: 1.5em;
	color: #fff
}

@media only screen and (max-width:575px) 
{
    .mob-scroll{overflow: auto!important;}
    .pic-1{width:450px!important}
    .pic-2{width:450px!important}
	.banner-caption h1 {
    font-size: 20px!important;
    font-weight: 600;
}
.inner-title{font-size:20px}
	.navbar-toggler-icon i{line-height: 1.5em!important}
	#but1{width:30%!important;padding: 7px 18px!important;}
	.timeline-classic-item-aside iframe{width:100%!important;height:100%!important}
	.about-main h1 {
    font-weight: 600;
    font-size: 20px;
}

.search-section {
    position: relative!important;
    width: 100%;
    top: 0!important;
    background: transparent;
    transform: translateY(0%)!important;
    margin-top: 10px!important;
}
.sitemap1-div {
    height: 100%;
    padding: 0px 15px!important;
}

.floating-menu {
    position: fixed!important;
    left: 0!important;
    right:auto!important;
    background: #0078B7;
    top: auto!important;
    bottom:57px;
    z-index: 99;
    transition: 2s;
}
	.banner-caption h1{font-size:35px}
	#disModal .modal-dialog {
		max-width: 100%!important;
	}
	
	.about-main img{width:100%;height:100%!important}
	
	.about-main{margin-top:0px!important;padding:20px 0px}
	.logo img {
		width: 50%!important
	}
	.social-ul {
		position: fixed;
		top: 75%;
		right: 0;
		z-index: 999
	}
	header ul li {
		display: block;
		margin-right: 0px;
		transform: rotate(0deg);
		background: #002759;
		border: 1px solid #fff
	}
	header ul li a i {
		transform: rotate(0deg);
		color: #fff!important
	}
	section .item {
		height: auto
	}
	.header-content {
		padding: 0px;
		top: 0;
		transform: translate(0%, 0%);
		width: 100%;
		left: 0;
		background: transparent;
		position:relative;
	}
	.search-form input {
		width: 65%!important;
		margin-right: 0px!important;
		padding: 20px 10px
	}
	.search-form button {
		width: 24%;
		padding: 8px 15px
	}
	.about-section {
		padding: 20px 0px;
	}
	.about-content {
		padding-right: 15px;
	}
	.know-more-btn {
		margin-bottom: 20px
	}
	.about-img::before {
		display: none
	}
	.amenities-section {
		padding: 20px 0px;
	}
	.amenities-content {
		padding: 30px
	}
	.icon-div {
		margin-bottom: 20px
	}
	.foot-section .text-right {
		text-align: left!important
	}
	/* .amenities-section .row{margin-right:0px!important} */
	.navbar {
		z-index: 9999999
	}
	.dropdown-item {
		white-space: break-spaces
	}
}

@media only screen and (min-width:569px) and (max-width:800px) {
	section .item {
		height: 50vh
	}
	.about-img::before {
		left: -12px;
		top: 18px;
		height: 202px;
		width: 166px
	}
	.icon-div {
		margin-bottom: 10px
	}
}

@media only screen and (min-width:900px) and (max-width:1024px) {
	.nav-link {
		font-size: 0.8rem!important
	}
	.about-img::before {
		height: 203px;
		width: 299px
	}
	.icon-div h3 {
		font-size: 16px!important
	}
	section .item {
		height: 50vh
	}
}

.about-ul {
	margin-left: -40px
}

.about-ul li {
	list-style-type: none;
	color: #777;
	text-align: justify;
	font-size: 15px;
	line-height: 2;
}

.about-content h3 {
	font-size: 1.3rem;
	color: #002759
}

.about-ul li i {
	color: #0476B4;
	margin-right: 7px;
	font-size: 11px;
	position: relative;
	top: -2px
}

.about-slider .item {
	height: auto!important
}

.about-slider .owl-dots .owl-dot span {
	background: #0078B7
}

.about-slider .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #002759
}

#disModal .modal-dialog {
	max-width: 70%
}

.dis-modal p {
	color: #777;
	font-size: 15px;
	text-align: justify;
	line-height: 2;
}

.dis-modal h2 {
	font-size: 33px;
	color: #0476B4;
	font-weight: 600;
}

.dis-modal .close {
	background: #0476B4;
	color: #fff;
	margin: -1rem -2rem 0rem auto;
	opacity: 1;
	padding: 0.5rem 1rem
}

.dis-modal {
	border-top-left-radius: 56px;
	border-left: 4px solid #0078B7;
	border-bottom-right-radius: 56px;
	border-right: 4px solid #0078B7;
}

#disModal .modal-header {
	border-bottom: none!important;
	padding-bottom: 0px;
}

#disModal .modal-body {
	padding-top: 0px
}


/* added by priya 23-02-21 */

.inner-title {
	color: #0078B7;
	font-size: 26px;
	margin-bottom: 30px
}

.main-container {
	padding: 60px 0px
}

.main-container .input-fildes {
	padding-bottom: 30px
}

.search-btn {
	background: #0078B7;
	color: #fff!important
}

.reset-btn {
	background: #A90000;
	color: #fff!important
}

.main-container .container {
	box-shadow: 0px 0px 4px 6px #eee;
	padding: 30px
}

.table-heading {
	background: #0078B7;
	color: #fff;
	font-size: 14px
}

.main-table {
	margin-top: 50px
}

#sync1 .item {
	background: url(../../images/bg-01.jpg);
	background-size: cover;
	padding: 0px 0px;
	margin: 5px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	height: 320px!important
}

#sync1 .item img {
	object-fit: contain
}

#sync2 .item img {
	object-fit: contain
}

.table-main-head td {
	vertical-align: middle
}

#sync2 .item {
	background: #eee;
	padding: 0px 0px;
	margin: 5px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	height: 75px!important;
	border: 7px double #dddd;
	margin-top: 5px
}

#sync2 .item h1 {
	font-size: 18px;
}

#sync2 .current .item {
	border: 7px double #0078B7;
}

.owl-theme .owl-nav {
	/*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*=owl-] {
	transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*=owl-].disabled:hover {
	background-color: #D6D6D6;
}

#sync1.owl-theme {
	position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
}

#sync1.owl-theme .owl-prev {
	left: 10px;
}

#sync1.owl-theme .owl-next {
	right: 10px;
}

.images-section .main-container {
	box-shadow: 0px 0px 3px 4px #eee;
	padding: 05px 30px
}

.images-section {
	margin: 20px 0px
}


/* 64ac15 */

.main-container input,
.main-container input[type="radio"]+label,
.main-container select option,
.main-container select {
	width: 100%;
	padding: 1em;
	line-height: 1.4;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	-webkit-transition: 0.35s ease-in-out;
	-moz-transition: 0.35s ease-in-out;
	-o-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	background: #fff
}

.main-container input:focus {
	outline: 0;
	border-color: #0078B7;
}

.main-container input:focus+.input-icon i {
	color: #0078B7;
}

.main-container select:focus+.input-icon i {
	color: #0078B7;
}

.main-container input:focus+.input-icon:after {
	border-right-color: #0078B7;
}

.main-container select {
	display: inline-block;
	width: 50%;
	text-align: center;
	float: left;
	border-radius: 0;
}

.main-container select:focus,
.main-container select:active {
	border-color: #0078B7;
}

.main-container input:checked+label:after {
	opacity: 1;
}

.main-container select {
	height: 3.4em;
	line-height: 2;
}

.main-container select:first-of-type {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.main-container select:last-of-type {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.main-container select:focus,
.main-container select:active {
	outline: 0;
}

.input-group {
	margin-bottom: 2em;
	zoom: 1;
}

.input-group:before,
.input-group:after {
	content: "";
	display: table;
}

.input-group:after {
	clear: both;
}

.input-group-icon {
	position: relative;
}

.input-group-icon input {
	padding-left: 4.4em;
}

.input-group-icon .input-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 4.4em;
	height: 3.4em;
	line-height: 3.4em;
	text-align: center;
	pointer-events: none;
}

.input-group-icon .input-icon:after {
	position: absolute;
	top: 0.6em;
	bottom: 0.6em;
	left: 3.4em;
	display: block;
	border-right: 1px solid #e5e5e5;
	content: "";
	-webkit-transition: 0.35s ease-in-out;
	-moz-transition: 0.35s ease-in-out;
	-o-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.input-group-icon .input-icon i {
	-webkit-transition: 0.35s ease-in-out;
	-moz-transition: 0.35s ease-in-out;
	-o-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.main-container select {
	padding-left: 65px!important
}

.input-icon i {
	line-height: 3.4!important
}

.thumbnails {
	height:275px;
	display: flex;
	justify-content: center;
	position: relative;
	overflow: hidden;
	transition: transform .3s;
}

.thumbnails img {
	width: 100%;
	object-fit: cover;
	object-position: 50% 20%;
	height:237px;
}

.black {
	text-align: center;
	background: rgb(0, 0, 0, 0.5);
	background-blend-mode: multiply;
	color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: .7;
}

.title {
	color: #fff;
	top: 0;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 10;
	padding: 10px;
	height: 100%
}

/*.black,
.title {
	transition: opacity .3s;
}*/
.pro-card, .pro-thumb{overflow:hidden}
.pro-card img{-webkit-transition: all 2s ease;
      -moz-transition: all 2s ease;
      -ms-transition: all 2s ease;
      transition: all 2s ease}
.pro-card img:hover{width:100%;height:100%}

.thumbnails:hover {
	cursor: pointer;
	transform: scale(1.05);
	z-index: 20;
}

.text-l {
	font-size: 13px
}

.r-id {
background: rgb(0,0,0,0.5);
    font-size: 13px;
    padding: 3px;
    text-align: left;
    width: max-content;
    border: 1px solid #777;
    position: relative;
    left: -10px;
}

.amt-d {
	color: yellow
}

#building-modal .modal-dialog {
	max-width: 74.5%;
}

#building-modal {
	top: 28px
}

#building-modal .modal-header {
	padding-bottom: 0px;
	padding-top: 6px;
	background: #e2effc;
	position: fixed;
	top: 0;
	width: 74.35%;
	z-index: 999;
	border-radius: 0;
}

#building-modal .modal-content {
	margin-top: -20px
}

#building-modal .close-btn {
	top: -4px;
	position: relative;
	width: auto !important;
	padding: 0.5em;
}

#building-modal .modal-header img {
	width: 15%!important
}

.right-side-content {
	position: relative;
}

#building-modal .modal-content {
	border-radius: 0px!important
}

#building-modal .close-btn,
.req {
	background: #319CD8;
	color: #fff!important;
	border-radius: 0px
}

.bhk-content table {
	font-size: 13px
}

.bhk-content table th {
	background: #e2effc
}

.bhk-content h1 {
	color: #002168;
	font-size: 18px;
	border-left: 4px solid #0078B7;
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #eee;
}

.bhk-content {
	margin-top: 20px
}

.bhk-content ul li {
	list-style-type: none;
	color: #333;
	font-size: 14px;
	margin-bottom: 5px;
	text-align: left;
}


/* .bhk-content ul{margin-left:-40px} */

.bhk-content ul li i {
	color: #0078B7;
	font-size: 14px
}

.tabs {
	display: flex;
	position: relative;
}

.tabs .line {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 6px;
	border-radius: 15px;
	background-color: #c23564;
	transition: all 0.2s ease;
}

.tab-item {
	min-width: 80px;
	padding: 16px 20px 11px 20px;
	font-size: 20px;
	text-align: center;
	color: #c23564;
	background-color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 5px solid transparent;
	opacity: 0.6;
	cursor: pointer;
	transition: all 0.5s ease;
}

.tab-icon {
	font-size: 24px;
	width: 32px;
	position: relative;
	top: 2px;
}

.tab-item:hover {
	opacity: 1;
	background-color: rgba(194, 53, 100, 0.05);
	border-color: rgba(194, 53, 100, 0.1);
}

.tab-item.active {
	opacity: 1;
}

.tab-content {
	padding: 28px 0;
}

.tab-pane {
	color: #333;
	display: none;
}

.tab-pane.active {
	display: block;
}

.tab-pane h2 {
	font-size: 24px;
	margin-bottom: 8px;
}

.nav-tabs li {
	margin-bottom: 0px!important
}

.nav-tabs li a {
	color: #000;
	padding: 12px 15px;
	display: inline-block;
}

.nav-tabs .active {
	background: #ddd
}

.right-side-content h4 {
	font-size: 17px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.right-side-content p {
	font-size: 13px;
	color: #414141;
	letter-spacing: 0.4px;
	margin-bottom: 4px!important;
	border-bottom: 1px solid #eee;
	padding-bottom: 4px;
}

.right-side-content .table td,
.right-side-content .table th {
	padding: .3rem;
	vertical-align: top;
	border-top: none;
	font-size: 13px
}

.price-note {
	color: #179ed4;
	font-size: 14px;
	font-style: italic;
}

.sortlist {
	border: 1px solid #031a5d;
	color: #031a5d;
	border-radius: 0px
}

.search-box {
	position: relative;
	display: flex;
}

.search-input {
	border-left: none
}

.search-button {
	text-align: center;
	height: 38px;
	width: 40px;
	outline: none;
	cursor: pointer;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	border: none;
	background: #0078B7;
}

.select-div select::-ms-expand {
	display: none;
}

.select-div select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select-div::after {
	content: "\f078";
	font-family: FontAwesome;
	position: absolute;
	right: 6px;
	top: 17px;
	font-size: 12px;
}

.select-div1 select::-ms-expand {
	display: none;
}

.select-div1 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select-div1::after {
	content: "\f078";
	font-family: FontAwesome;
	position: absolute;
	right: 20px;
	top: 9px;
	font-size: 12px;
}

.select-div2 select::-ms-expand {
	display: none;
}

.select-div2 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select-div2::after {
	content: "\f078";
	font-family: FontAwesome;
	position: absolute;
	right: 27px;
	top: 11px;
	font-size: 12px;
}

.select-div2 select {
	width: 100%;
	height: auto!important;
	padding: 0.2rem!important
}

select:focus,
input:focus {
	box-shadow: none!important
}

.search-section .form-control {
	border-radius: 0px!important
}

.search-section {
	background: #D0EAFC;
	padding: 10px;
	margin-top: 30px
}

@media only screen and (max-width:767px) {
	.select-div {
		padding-right: 0px!important;
		padding-left: 0px!important;
		margin-bottom: 10px;
	}
	#building-modal .modal-dialog {
		max-width: 100%;
	}
	#building-modal .modal-header {
		width: 100%!important;
		right: 0
	}
	#building-modal .modal-header img {
		width: 50%!IMPORTANT
	}
	.search-button {
		padding: 10px 12px!important;
	}
	.thumbnails {
		height: 265px
	}
	.select-second-div {
		padding-left: 0px!important
	}
	.ban-img {
		height: 170px
	}
	.search-section {
		position: absolute;
		width: 100%;
		top: 27%;
		background: transparent;
		transform: translateY(-70%);
	}
	.search-button {
		position: absolute;
		right: -3px;
		top: -32px;
	}
	.apply-now-btn {
		margin-top: 11px!important;
	}
}

@media only screen and (min-width:1024px) {
	.select2-search--inline {
		width: 100%
	}
	.search-button {
		position: absolute;
		left: -15px;
		top: 0px
	}
	.search-section {
		position: absolute;
		width: 100%;
		top: 50%;
		background: transparent;
		transform: translateY(-50%);
	}
	.search-section .form-control {
		height: 56px
	}
	.select2-search__field,
	.select2-container--default {
		height: 56px!important
	}
	.search-button {
		padding: 28px 30px!important
	}
	.search-button i {
		position: relative;
		top: -8px
	}
	.select-second-div {
		padding-left: 10px!important
	}
}

.p-name,
.t-title,
.b-add {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.apply-now-btn {
	background: #ED1C24!important;
	color: #fff!important;
	padding: 10px 15px;
	border-radius: 0px;
	margin-top: -80px;
}

.back-btn {
	background: #0078B7!important;
	color: #fff!important;
	padding: 2px 8px;
	border-radius: 0px;
}

.floating-menu {
	position: absolute;
	right: 0;
	background: #0078B7;
	top: 18%;
	z-index: 99;
	transition: 2s;
}

.floating-menu span {
	background: #0078B7;
	/*-ms-transform: rotate(90deg);
	transform: rotate(90deg);*/
	position: absolute;
	width: 9rem;
left: 0rem;
top: 8.5rem;
	padding: 0.3rem 0 0 15px;
	font-size: 1.1rem;
	color: #fff;
	height: 42px;
	text-decoration: none;
}

.nested-accordion {
	margin-top: 0.5em;
	cursor: pointer;
}

.nested-accordion h3 {
	padding: 10px 0.5em;
	border: 1px solid #eee;
}

.nested-accordion .comment {
	line-height: 1.5;
	padding: 0.5em;
}

.nested-accordion h3 {
	color: #002759;
	font-size: 20px;
	font-weight: 600
}

.comment h3 {
	color: #fff;
	background: #47a3da;
	font-size: 16px;
	padding: 15px 10px;
}

.comment h3::after {
	top: -11px!important
}

.nested-accordion h3::after {
	content: "+";
	background: #eee;
	color: #003064;
	font-size: 1em;
	position: relative;
	right: 0px;
	border: 1px solid #eee;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	float: right;
	text-align: center;
	top: -8px;
	line-height: 36px;
}


/* .nested-accordion h3.selected {
background:#fff;
color: #fff;
} */

.nested-accordion h3.selected:after {
	content: "-";
}

.nested-accordion .comment {
	/* color: #768e9d; */
	border: 0.063em solid #47a3da;
	border-top: none;
}

.nested-accordion a {
	text-decoration: none;
	color: #47a3da;
}

@media only screen and (min-width:320px) and (max-width:640px) {
	.app {
		gap: 1rem!important;
		max-width: 100%!important;
		padding: 1rem!important
	}
	.aside{top:17%!important}
}




@media only screen and (min-width:991px) and (max-width:1200px)
{
    nav .nav-item{margin-right:15px!important;font-size:15px!important}
    
    
    }




@media only screen and (min-width:1092px)
{
  .aside .toggle1{top:60%!important;background:#002759!important}
.aside{top:15%!important}  
    
    
    }