body{
	font-family: 'Poppins', sans-serif;
	color: #27293a;
	font-weight: 300;
}
img{
	max-width: 100%;
}
a, a:hover{
	transition: all 0.3s;
	color: initial;
	text-decoration: none;
}
:focus{
	box-shadow: none !important;
	outline: none !important;
}

/* mobile menu */
.mobile-menu{
	z-index: 11;
	position: relative;
}
.tower-box1 p { text-align:left; } 
.sidenav {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -100%;
  background-color: #006a4d;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align:center;
}
.sidenav a {
	padding: 30px 0;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	display: block;
	transition: 0.3s;    
}
.sidenav a+a {    
	border-bottom: 1px solid #ffffff1a;
}
.sidenav a:hover{
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  padding: 0;
}

/* header */
header {
	box-shadow: 0 1px 2px 0 #0000002b;    
}
header #collapsibleNavbar {
	padding: 0 35px;
}
header ul.navbar-nav li+li {
	margin: 0 0 0 20px;
}
header .navbar-expand-lg .navbar-nav .nav-link {
	margin: 24px 0;
	padding: 0!important;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	position: relative;
	text-transform: capitalize;
}
header ul.navbar-nav li a:hover, header ul.navbar-nav li a.active{
	color: #006a4d; 
	font-weight: 800!important;
}
header ul.navbar-nav li a.active:after {
	content: "\f86c";
	width: 100%;
	position: absolute;
	bottom: -8px;
	line-height: 0;
	left: 0;
	color: #4781ed;
	margin: auto;
	text-align: center;
	font-size: 24px;
	border-radius: 50px;
	font-family: "Font Awesome 5 Pro";
}
.call {
	padding: 10px;
	border-radius: 50px;
	border: solid 2px #3a59a8;
	color: #3a59a8;
	height: 40px;
	width: 40px;
	font-weight: 600!important;   
	margin-right: 8px;
	animation: rotation 4s infinite linear;        
}
.call-btn span{
	color: #3a59a8;
	font-weight: 600;
}
@keyframes rotation {
  from{
	transform: rotate(0deg);
  }
  to{
	transform: rotate(360deg);
  }
}
.call a:hover {
	background-color: #ce95d9;
	color: #fff;       
}
.call a:hover i {
	font-weight: 900;       
}
h1.title {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	margin: 0;
	color: #295fc2;
	margin-bottom: 30px;
}
h1.title:after {
	content: url(../img/dfw-title-after.png);
}
h1.title span {
	display: block;
	font-size: 14px;
	margin: 10px 0 0;
	font-weight: 300;
	color: #080f19;
	max-width: 600px;
	margin: auto;
	line-height: 18px;
}
/* banner */
section.banner {
	background-image: url(../img/dfwmedicalspacebanner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 120px 0!important;
}
section.banner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	/*background: #6a6a6a;*/
	opacity: 0.4;
	top: 0;
}
.banner{
	position: relative;
}
.banner-content {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
}
.banner-description h1 {
	font-size: 36px;
	margin: 0;
	text-transform: capitalize;
}
.banner-description h1 span {
	display: block;
	font-weight: 900;
}
.banner-description p {
	color: #5a5a5a;
	font-size: 14px;
	margin: 10px 0 20px;
	font-weight: 500;
}
.inquiry-btn {
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	border: 2px solid #006a4d;
	color: #fff;
	padding: 15px 22px;
	line-height: 1;
	font-size: 15px;
	font-weight: 600;
	border-radius: 6px;
	background-color: #006a4d;
	letter-spacing: 1px;
}
.inquiry-btn i {
	margin-left: 10px;
	font-size: 14px;
}
.inquiry-btn:hover {
	background-color: transparent;
	color: #006a4d;
}
.banner-slider {
	margin-top: 60px;
}
.banner-slider .owl-stage-outer{
	padding: 0 0 30px;
	margin-left: 50px;
}
.banner-slider .owl-stage {
	display: flex;
	align-items: center;
}
.banner-slider .owl-item.active {
	display: flex;
	min-height: 220px;
}
.banner-slider .owl-item.active+.active {
	transform: scale(0.9);
	min-height: auto;
}
.banner-slider .item {
	background-color: #fff;
	border-radius: 5px;
	padding: 20px;
	box-shadow: 0 5px 5px 0 #00000021;
}
.banner-slider .item h6 {
	font-size: 15px;
	text-align: center;
	color: #767575;
	margin: 0 0 25px;
	font-weight: 700;
	text-transform: capitalize;
}
.item img {
	width: auto !important;    
}
.banner-slider .item img.brand-icon {
	width: auto;
	margin: 10px auto 15px;
}
.track {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	margin: 0 0 20px;
}
.track-review {
	font-size: 16px;
	margin: 0 0 0 10px;
	color: #202020;
}
.track-review span {
	display: block;
	font-size: 13px;
	color: #767575;
}
.banner-slider .item .track img {
	margin: 0;
}
.slder-testimonial p {
	font-size: 12px;
	margin: 0 0 40px;
}
section{
	padding: 50px 0!important;
 }

/*
	learner-say
*/
section.client-say {
	padding: 80px 0!important;
}
.success-story {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	display: block;
}
.success-story i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 70px;
}
.learner-words {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}
.learner-img{
	background: url(../img/review-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	margin: 0 46px!important;
}
.learner-img:before {
	content: "";
	height: 80px;
	width: 80px;
	position: absolute;
	/*background: #006a4d;*/
	border-radius: 50%;
	top: -34px;
	left: 26px;
	z-index: -1;
}
.learner-img:after {
	content: "";
	height: 100px;
	width: 100px;
	position: absolute;
	/*background: #295fc2;*/
	border-radius: 50%;
	bottom: -46px;
	right: 16px;
	z-index: -1;
}
.words h6 {
	font-weight: 700;
	margin: 10px 0;
	color: #006a4d;
}
.words h6 span {
	display: block;
	font-size: 14px;
	color: #767575;
	font-weight: 500;
	margin-top: 5px;
}
.words p {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	color: #767575;
	font-size: 13px;
}
.words p i {
	margin-right: 8px;
	color: #ce95d9;
}
.learner-say .review-data{
	padding: 60px 0;
}
.learner-say .owl-theme .owl-nav {
	bottom: -60px;
	position: absolute;
	right: 0;
	left: -12%;
}
.learner-say .owl-theme button.owl-next {
	right: -15px;
	background:transparent!important;
}
.learner-say .owl-theme button.owl-prev {
	left: -125px;
	background:transparent!important;
}
.learner-say .owl-theme button.owl-prev span, .learner-say .owl-theme button.owl-next span{
	color: #000000!important;
}
.learner-say .owl-theme .owl-dots {    
	bottom: -60px;
	left: auto;    
	right: 0;
}

/* Location*/
.location-box{
	position: relative;
	text-align: center;
	transition: 1s ease-in-out;
	box-shadow: 0px 0px 8px #00000026;
	border-radius: 10px;
	overflow: hidden;
}
.location-box img{
	transition: 0.6s ease-in-out;
}
.location-box:hover img{
	transform: scale(1.2);
	transition: 0.6s ease-in-out;
}
.location-box span{
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 9999999;
	color: #fff;
	width: 100%;
	text-align: center;
}

/*Featured*/
.featured{
	background-color: #f8f8f8;
	padding: 80px 0!important;
}
.feature-box img{
	width: 100%
}
.feature-box{
	box-shadow: 0px 0px 4px #0000001a;
	border-radius: 8px;
	overflow:hidden;
	transition: 0.4s ease-in-out;
}
.feature-box:hover{ 
	transform: translateY(-10px);
}
.feature-box:hover .fea-content a{
	color:#4977CA!important;
}
.feature-box:hover img {
	transform: scale(1.2);
	z-index: -1;
}
.feature-box img { 
	transition: 0.6s ease-in-out;
}
.feature-box ul{
	list-style: none;
	padding: 0;
	display: flex;
}
.feature-box ul li{
	display: grid;
	width: 33.33%;
}
.fea-content{
	background: #fff;
	padding: 10px;
	border-radius: 0 0 10px 10px;
	font-size: 14px;
	position: relative;
}
.fea-content .title{ 
	position: relative;
}
.fea-content .title .like-btn{ 
	position: absolute;
	right: 0;
}
span.period {
	color: #939494;
}
span.fea-label {
	color: #939494;
}
.star .fill{
	color: #ffc107;
}
.star .nofill{
	color: #e1e1e1;
}
.star .rating{
	background: #788944;
	padding: 0 6px;
	border-radius: 4px;
	margin-left: 10px;
	color: #fff;
}
/*Client*/
section.clients{
	background-image: url(../img/client-bg.png);
	padding: 50px 0;
}
.client-slide{
	width: 100%;
}
.client-slide .owl-theme .owl-dots .owl-dot span{
	background-color: #fff!important;
}
.client-slide .owl-theme .owl-dots .owl-dot span{
	background-color: #fff!important;
}
.client-slide .owl-theme .owl-dots .owl-dot.active span, .client-slide .owl-theme .owl-dots .owl-dot:hover span{
	background: #1447a5!important;
	height: 24px;
}
.client-icon img{
	margin:auto!important;
}
/* placement */
section.placement {
	padding: 50px 0;
}
.placement h1.title:after{
	display: none;
}
.placement-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}
.placement .item:hover .placement-icon{
   animation: swing ease-in-out 1.5s infinite alternate;
}
@keyframes swing {
	0% { transform: rotate(3deg); }
	100% { transform: rotate(-3deg); }
}
.placement-content {
	text-align: center;
	margin: -50px 0 0;
	padding: 50px 20px 30px;
	transition: all 0.3s;
}
.placement-content h1 {
	font-size: 20px;
	color: #295fc2;
	font-weight: 600;
	margin: 20px 0;
}
.placement-content p {
	font-size: 14px;
	color: #080f19;
	margin: 0;
}

/*
	contact lead
*/
section.contact-lead {
	margin: 50px 0 0;
	background-image: url(../img/contact-bg.png);
}
.counselor-form {
	padding: 20px;
	background: #fff;
	border-radius: 10px;
}
form.counselor-form .form-control {
	height: 50px;
	background-color: transparent !important;
	border: 1px solid #c2c2c2;
	border-radius: 10px;
	font-weight: 300;    
	font-size: 14px;
	color: #080f19;
	width: 100%;
}
form.counselor-form .form-control:focus, form.counselor-form .form-control:hover{
	border: 1px solid #080f19;
}
form.counselor-form .form-control::placeholder {
	color: #080f19;
}
form.counselor-form .form-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
form.counselor-form .form-group:last-child {
	margin:0;
}
select.form-control {   
	width: 100%;
	height: 49px;
	display: inline-block;
	margin: 0 0 16px;
	-webkit-appearance: none;
	background-image: url(../img/down-arrow.png);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: center right 15px;
}
select.form-control:focus,select.form-control:hover{
	border: 1px solid #080f19;
	outline:none!important;
	box-shadow:none!important;
}
.terms-notice{
	font-size: 15px;
}
.terms-notice a{
	text-decoration: underline;
}
/*
	footer
*/
footer {
	padding: 50px 0 30px;
	background: #24252f;
	color: #fff;
}
.footer-logo {
	margin: 0 0 25px;
}
footer .about-data {
	font-size: 13px;
}
footer .about-data ul{
	padding: 0;
	list-style: none;
}
footer .about-data ul li{
	display: flex;
	align-items: center;
}
footer .about-data li:before {
	content: "\f111";
	font-family: "Font Awesome 5 Pro";
	font-size: 8px;
	font-weight: 800!important;
	margin-right: 10px;
	color: #5bd169;
}
footer .quick-links a{
	color: #fff;
	font-size: 14px;
}
footer .quick-links a:before {
	content: "\f324";
	margin-right: 10px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 12px;
}
footer .quick-links a:hover{
	color: #006a4d;
}
.social-links {
	padding-top: 20px;
}
footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.social-links ul li {
	margin-right: 20px;
	padding: 0;
}
footer ul li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none!important;
}
footer ul li a:hover{
	color: #006a4d; 
}
.contact-info ul li {
	border-bottom: solid 2px #ffffff6b;
	padding: 10px 0;
}
.contact-info ul li span{ 
	display: flex;
	align-items: baseline;
}
.address {
	display: flex;
	align-items: flex-start;
	font-size: 14px;
}
.address i {
	color: #babcbe;
	margin: 3px 8px 0 0;
	font-size: 20px;
}
.address+.address {
	margin: 20px 0 0 0;
}
h3.footer-links {
	color: #006a4d;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0 0 25px;
}
h3.footer-links + ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
h3.footer-links + ul li+li {
	margin: 10px 0 0;
}
h3.footer-links + ul li a {
	font-size: 13px;
	font-weight: 600;
}
h3.footer-links + ul li a:hover {
	color: #718337;
}
form.subcribe-form button {
	transition: all 0.3s;    
}
.social-media a+a {
	margin-left: 10px;
}
.social-media a {
	color: #555555;
	font-size: 15px;
}
.social-media a:hover{
	color: #ce95d9;
}
.social-media {
	position: absolute;
	bottom: 10px;
	right: 15px;
}
.copyright-bottom{
	background: #1b1c26;
	padding: 10px 0;
}
.copyright-bottom a{ 
	color: #006a4d;
}
p.copyright {
	font-size: 14px;
}
/*Program Page*/
.program-banner {
	background-image: url(../img/program-banner.png);
	padding: 85px 0!important;
	background-size: cover;
	background-repeat: no-repeat;
}
.program-banner .banner-description p{
	color: #aeaeae;
}
.counter{
	border: solid 2px #9b9b9b;
	border-radius: 8px;
	padding: 18px 8px;
	height: 100%;
}
.counter .title{
	font-size: 22px;
}
.counter h1.title span {
	font-size: 20px;
	margin: 0 0 10px 0;
}
.program-highlight ul{
	list-style-type: none;
}
.program-highlight ul li:before {
	content: "\f192";
	position: absolute;
	left: 0;
	font-weight: 600;
	color: #bbbbbb;
	font-family: FontAwesome;
}
.eligibility-box{
	background: #fff;
	padding: 20px;
	border-radius: 6px;
	box-shadow: 2px 0px 4px 0px #b9b9b9ad;
}
.certificate-box{
	background-color: #f9f9f9;
	padding: 18px;
}
.facilities-say .item{
	border: solid 1px #9b9b9b;
	border-radius: 8px;
	padding: 20px;
}
.facilities-say .client-info img{
	width: 100%!important;
}
.client-info{
	margin-top: -16%;
}
.client-info .row{
	align-items: flex-end;
}
.client-info h6 {
	font-weight: 700;
	margin: 0;
}
.client-info h6 span {
	display: block;
	color: #767575;
	font-size: 13px;
	font-weight: 500;
	margin-top: 5px;
	line-height: 1;
}
.client-social {
	position: absolute;
	right: 4px;
	top: 0;
	color: #0077b7!important;
	font-size: 20px;
}
.tool-cover .owl-carousel .owl-stage{
	display: flex;
	align-items: center;
}  
.tool-cover .owl-carousel.owl-drag .owl-item img{
	margin: auto;
} 
.tabsec .tab-content{
	background: #fff;
	position: relative;
	z-index: 9;
	padding: 20px;
}
.tabsec .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #27293a;
	background-color: #fff;
	border: 0;
	border-radius: 0;
}
.tabsec .nav-tabs .nav-item {
	margin-bottom: 0;
	width: 27.33%;
}
.tabsec .nav-tabs .nav-link{
	padding: 8px;
	height: 100%;
}
.tabsec .nav-tabs .nav-link:focus, .tabsec .nav-tabs .nav-link:hover{
	border: 0!important;
	padding: 8px;
}
.tabsec .nav-tabs {
	border: 0;
	width: 85%;
}
.tabsec .nav-tabs .nav-item {
	margin-bottom: 0;
	width: calc(100%/3);
}
.vertical-tab .nav-tabs {
  display: none;
}
.vertical-tab .tab-content{
	width: 100%
}
.vertical-tab .tab-content .card-body ul{
	list-style-type: none;
	padding: 0;
	border: solid 1px #eee;
	border-radius: 10px;
}
.vertical-tab .tab-content .card-body li {
	padding: 18px;
	border-bottom: solid 1px #eee;
}
.vertical-tab .tab-content .card{
	background: transparent;
	margin-bottom: 20px;
}
.vertical-tab .tab-content .tabdata{
	height: 367px;
	padding-right: 20px!important;
	overflow-y: scroll;
}
.vertical-tab .tab-content .tabdata{
	height: 367px;
	padding-right: 20px!important;
	overflow-y: scroll;
}
.vertical-tab .tab-content .tabdata li:before {
	content: "\f111";
	margin-right: 16px;
	font-family: FontAwesome;
	font-size: 12px;
}
/* width */
.tabdata::-webkit-scrollbar,.project-box .project-content::-webkit-scrollbar{
  width: 8px;
  padding: 0 10px;
}

/* Track */
.tabdata::-webkit-scrollbar-track,.project-box .project-content::-webkit-scrollbar-track {
  background: #ffffff; 
  border:solid 1px #eee;
  border-radius: 50px;
  overflow: hidden;
}
 
/* Handle */
.tabdata::-webkit-scrollbar-thumb,.project-box .project-content::-webkit-scrollbar-thumb {
  background: #ce95d9;
  box-shadow: 0px 0px 4px 0px #0006;
  border-radius: 50px; 
}
.vertical-tab .tab-content .tabdata li:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.vertical-tab .tab-content .tabdata li:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom: solid 1px #eee;
}
.syllabus-slide .owl-theme .owl-dots{
	left: 18%;
}
.syllabus-slide .owl-theme .owl-nav{
	text-align: left;
	left: 16%;
	position: relative;
}
.project-slide .item{
	padding-top: 48px;
}
.project-box .project-content{
	height: 150px;
	overflow-y: scroll;
	font-size: 13px;
	color: #767575;
	padding-right: 14px;
}
.project-box{
	background: #f9f9f9;
	padding: 16px;
	border-radius: 10px;
}
.project-box h6{
	font-weight: 800;
	font-size: 18px;
}
.project-box .icon-box img{
	margin: auto;
	background: #e9e9e9;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
	margin-top: -28%;
}
.explore .tab-pane{
	border:0;
	background: transparent;
	border-radius: 0;
	margin-bottom: 0!important;
}
.explore .tab-pane .card-header{
	background: transparent;
	border: 0;
	border-top: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	border-radius: 0;
	padding: 28px;
}
.explore .tab-pane .card-header .tab-title img {
	margin-right: 20px;
}
.explore .tab-pane .card-header .tab-title .tab-icon{
	position: absolute;
	right: 30px;
}
.explore .tab-pane .card-header .tab-title .tab-icon i {
	font-weight: normal;
	font-size: 14px;
	right: 0;
	position: relative;
}
.start-career{
	background-color: #fdfafd;
}
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}
.icon {
  padding: 10px;
  color: #000;
  text-align: center;
}
.input-field{
	background-color: transparent !important;
	border: 0;
	border-radius: 10px;
	font-weight: 500;
	font-size: 14px;
	width: 100%;
	color: #27293a;
}
.syllabus-section{
	padding: 140px 0 50px 0!important;
}
.syllabus {
	background: #f9f9f9;
	padding: 60px 0;
}
.syllabus .title{
	text-align: left;
	margin-bottom: 20px;
}
.syllabus object{
	position: absolute;
	bottom: 0;
}
.faq-box .card{
	border-top: solid 1px #eee!important;
	border-radius: 0;
	padding: 20px 0;
	margin: 0!important;
}
i.fas.fa-globe-americas{
	padding: 12px;
}

/*inner pages*/
.breadcrumbs{
	background-image: url(../img/title_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 0!important;
	position: relative;
}
.breadcrumbs:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #295fc2;
	opacity: 0.4;
	top: 0;
}
.inner-page{
	background-color: #f1f0f5;
}
.form-control{
	height: 49px;
}
.locate ul{
	list-style: none;
	display: flex;
	padding: 0;
}
.locate ul li {
	font-size: 18px;
	font-weight: 600;
	color: #006a4d;
}
.locate ul li:after{
	content:">";
	margin: 0 6px;
}
.locate ul li:last-child:after{ 
	display: none;
}
.locate ul li a{
	color: #3a59a9;
	font-size: 17px;
}
.filter select.form-control {
	font-size: 14px;
	border: none!important;
}
.filter .filter-btn{
	background: #006a4d;
	border: 2px solid #006a4d;
	height: 49px;
	width: 49px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 6px;
}
.filter .filter-btn i{
	font-size: 20px;
}
.sidebar{
	height: 700px;
	overflow-y: scroll;
}
/* width */
.inner-page ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.inner-page ::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 10px; 
}
 
/* Handle */
.inner-page ::-webkit-scrollbar-thumb {
  background: #a4a4a4; 
  border-radius: 10px;
}

/* Handle on hover */
.inner-page ::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.sidebar .item{
	background: #3a59a9;
	border-radius: 18px;
	overflow: hidden;
	margin-bottom: 20px;
}
.sidebar .item:hover .img-box img{
	transform: scale(1.1);
}
.sidebar .item:hover .item-title a{
	color: #3a59a9;
}
.sidebar .item .item-body{
	display: flex;
}
.sidebar .item .img-box{
	width: 34%;
	height: 104px;
	overflow: hidden;
}
.sidebar .item .img-box img{ 
	height: 100%;
	width: 100%!important;
	object-fit: cover;
	transition: 1s;
}
.sidebar .item .item-content{
	width: 67%;
	background: #fff;
	padding: 10px;
	border-radius: 0 0 20px 0;
}
.sidebar .item .item-title{
	font-size: 15px;
	font-weight: 500;
}
.sidebar .item .item-title a{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.sidebar .item .item-label{
	font-size: 13px;
	line-height: 16px!important;
	color: #989898;
}
.sidebar .star i{
	font-size: 12px;
}
.star .rating{
	font-size: 12px;
}
.item-footer{
	display: flex;
}
.item-footer ul{
	list-style: none;
	padding: 0;
	display: flex;
	margin: 0;
	justify-content: flex-end;
}
.item-footer li{
	width: 30%;
	display: grid;
	text-align: center;
	padding: 4px 0;
}
.item-footer li .value{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.item-footer li .period{
	color: #e3b323;
	font-size: 14px;
	font-weight: 500;
}
.item-footer .like-btn{
	width: 20%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	color: #fff;
}
.item-footer ul {
	list-style: none;
	padding: 0;
	display: flex;
	margin: 0;
	width: 80%;
	justify-content: flex-end;
}
.property-detail .map{
	background-image: url(../img/client-bg.png);
	height: 400px;
	border-radius: 10px;
	overflow: hidden;
	border: solid 4px #fff;
	box-shadow: 0px 0px 2px #00000038;
	margin-bottom: 20px;
}
.property-detail .map img{
	object-fit: cover;
	height: 100%; 
}
.address-bar{
	max-width: 70%;
	background: #fff;
	margin: auto;
	padding: 14px;
	border-radius: 10px;
	margin-top: -50px;
	margin-bottom: 30px;
	position: relative;
	z-index: 9999
}
.address-icon{
	display: flex;
	align-items: center;
	width: 20%;
	justify-content: center;
	font-size: 35px;
	color: #718339;
}
.contact-btn{
	background: #3a59a9;
	border: solid 1px #3a59a9;
	color: #fff!important;
	padding: 0 10px;
	height: 43px;
	display: flex;
	font-weight: 400;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	font-size: 14px;
	margin: auto;
}
.contact-btn:hover{ 
	background: transparent;
	color:#3a59a9!important;
	border-width: 2px;
}
.blog-image{
	border: solid 2px #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 8px 20px #0000002b;
}
.meta ul{
	list-style-type: none;
	padding: 0;
}
.meta li {
	font-size: 12px!important;
	font-weight: 300!important;
	color: #99989d!important;
	margin-right: 14px;
}
.meta li:last-child{ 
	margin: 0;
}
.meta .cat-name{
	padding: 4px 8px;
	background: #295fc2;
	border-radius: 50px;
	color: #fff!important;
}
.blog-content{
	font-size: 14px;
	color: #79787d;
}
.blog-content p{
	margin: 0
}
.blog-list .blog-item .blog-image{
	height: 148px;
}
.blog-item:hover .blog-image img{
	transform: scale(1.2);
}
.blog-item:hover .meta a{
	color: #006a4d;
}
.blog-list .blog-item .blog-image img{ 
	object-fit: cover;
	height: 100%;
	width: 100%;
	transition: 1s;
}
.side-list .blog-list .blog-item .blog-image{
	height: auto;
}
.newsletter-box{
	padding: 20px;
	background: #dedede;
	border-radius: 10px;
	text-align: center;
}
.newsletter-box h6{
	color: #7c7c7c;
	margin-bottom: 16px!important;
}
.contact-content{
	background: #37539c;
	border-radius: 0 0 10px 10px;
}
.property-content{
	font-size: 14px;
	color: #79787d;
}
#property-sidebar{
	height: 530px;
}
#property-sidebar.sidebar .item{
	background-color: #555555;
}
#property-sidebar.sidebar .item:hover{
	background-color :#3a59a9;
}
#property-sidebar.sidebar .item:hover .item-footer .like-btn i{
	color: #fdc107;
	font-weight: 900!important;
}
.broker-detail{
	border: solid 3px #d2d2d2;
	padding: 20px 0;
	border-left: none;
	border-right: none;
	width: 100%;
}
.broker-detail h5 {
	background: #f1f0f5;
	width: max-content;
	margin-top: -35px;
	padding-right: 14px;
}
.broker-detail .call-text, .broker-detail .call-text a{
	color: #3a59a9!important;
	font-weight: 500;
	font-size: 15px;
}
.broker-detail .broker-pic{
	margin-right: 8px;
}
.broker-detail .inquiry-btn{
	padding: 0;
	height: 49px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.broker-detail input,.broker-detail textarea,.broker-detail select{
	border: none!important;
	margin:0!important;
	font-size: 14px;
}
.broker-detail  textarea{
	padding: .375rem .75rem;
	width: 100%;
	height: 115px;
	border-radius: .25rem;
}
.property-main {
	border: solid 2px #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 8px 20px #0000002b;
	position: relative;
}
.property-main .property-name{
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 10px;
}
.property-main .property-name label{
	font-size: 13px;
	color: #d2d2d2;
	margin: 0;
}
.property-main .property-name span.period{
	color: #fff;
	font-weight: 500;
}
.property-main .property-name span.value{
	color: #d2d2d2;
}
.property-detail ul{
	display: flex;
	list-style-type: none;
	padding: 0;
}
.property-detail li {
	width: 33.33%;
	display: grid;
	color: #fff!important;
}
.show-map{
	background: #3a59a9;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 10px;
	border-radius: 10px;
	text-align: center;
	transition: 0.3s;
}
.show-map:hover{
	transform: translateY(-4px);
}
.show-map i{
	font-size: 22px;
}
.thumbails span {
	float: left;
	margin: 10px;
}
.thumbails span img{
	width: 126px;
	height: 81px;
	border-radius: 6px;
	object-fit: cover;
	box-shadow: 0px 0px 4px #00000059;
	transition: 0.3s
}
.thumbails span img:hover {
	transform: translateY(-2px);
	border-bottom: solid 4px #3a59a9;
}
.inner-page h5 {
	color: #252525;
}
.tower-box{
	background: #f2f2f2;
	padding: 20px 0;
}
.tower-box .middle-side{
	padding: 0px 30px;
}
.tower-box button{
	background: #3a59a8;
	border: 0;
	width: 100%;
	padding: 8px;
	color: #fff;
	max-width: 80%;
}
.tower-box .left-side{
   display: flex;
   justify-content: flex-start;
   align-items: center;
}
.tower-box .right-side{
   display: flex;
   justify-content: flex-end;
   align-items: center;
}
.tower-box .left-side button{
	border-radius: 0 50px 50px 0;
}
.tower-box .right-side button{
	border-radius: 50px 0 0 50px;
}
.tower-box span.button-icon {
	height: 40px;
	width: 40px;
	background: white;
	padding: 10px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #3a59a8;
}
.property-details h4.title{
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #3a59a9;
	font-weight: 600;
}
.detail-point span{
	position: relative;
	display: flex;
	align-items: end;
	padding-left: 24px;
	font-size: 15px;
	text-align: justify;
	line-height: 18px;
	color: #5d5d5d;
}
.call-title{
	color: #3a59a8;
	font-weight: 600;
}
.detail-point span:before {
	content: url(../img/list-icon.png);
	position: absolute;
	left: 0;
	border-radius: 50px;
}
.facilities{
	width: 100%;
	padding: 15px;
	color: #5d5d5d;
}
.fact-point{
	display: flex;
	margin-bottom: 16px;
	font-size: 18px;
	color: #5d5d5d;
}
.fact-point span.point {
	width: 50%;
	font-weight: 600;
}
.fact-point span.value {
	width: 50%;
}
#faq .card {
  margin-bottom: 10px;
  border: 0;
}

#faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #fafafa;
  color: #5d5d5d;
  padding: 20px;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 500;
  width: 100%;
  padding-right: 44px;
}

#faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  float: right;
  font-size:26px!important;
  right: 14px;
  position: absolute;
}

#faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#faq .card .collapsing {
  background: #fafafa;
  line-height: 30px;
}

#faq .card .collapse {
  border: 0;
}

#faq .card .collapse.show {
  background: #fafafa;
  line-height: 30px;
  color: #222;
}
#might_details .slide-itemcls{
    border-radius: 4px;
    overflow: hidden;
    border: solid 2px #e1e1e1;
}
#might_details .slide-itemcls:hover{
    box-shadow: 0px 0px 6px #00000075;
    border: solid 2px #3a59a8;
}
#might_details .slide-itemcls:hover .item-header,#might_details .slide-itemcls:hover .item-footer{
   background : #3a59a8;
   color: #fff;
}
#might_details .slide-itemcls .item-price{
    font-weight: 800;
    color: #0a0a0a;
}
#might .slide-itemcls .item-price{
    font-weight: 400;
    color: #0a0a0a;
    margin-top: 6px;
    /*margin-left: 16px;*/
    margin-right: 5px;
    float: right;
    font-size: 15px;
}
#might .slide-item{
	/*border-radius: 4px;*/
	overflow: hidden;
	border: solid 1px #A9A9A9;
}
#might .item-header{
/*    display: flex;*/
	background: #f5f5f5;
	color: #3a59a8;
}
#might .item-footer{
	display: flex;
	background: #f5f5f5;
	color: #000;
	padding: 8px 0;
	font-size: 15px;
	justify-content: center;
	font-weight: 400;
	margin-right: 50px;
	margin-left: 0px;
}
#might .slide-item:hover{
	box-shadow: 0px 0px 6px #00000075;
	border: solid 2px #3a59a8;
}
#might .slide-item:hover .item-header,#might .slide-item:hover .item-footer{
   background : #3a59a8;
   color: #fff;
}
#might .item-header .title,#might .item-header .address{ 
	font-size: 13px;
	/*padding: 8px;*/
	font-weight: 600;
	margin: 0px 0px 0px 39px;
}
#might .item-body {
	 margin: 4px;
	margin-bottom: 0;
	position: relative;
	text-align: center;
}
#might .properties-slide{
	position: relative;
}
#might .properties-slide .item img{
    width:100%!important;
    /*height:100px;*/
    height:160px;
    margin-left:5px;
    margin-top:5px;
    margin-bottom:6px
}
#might .owl-nav{
	position: absolute;
	top: 36%;
	margin: 0;
	width: 100%;
}
#might .owl-nav .owl-prev{
	position: absolute;
	left: 0;
	background: transparent!important;
	color: #000!important;
}
#might .owl-nav .owl-next{
	position: absolute;
	right: 0;
	background: transparent!important;
	color: #000!important;
}
#might .slide-content{
	display: flex;
	font-size: 10px;
	font-weight: 500;
	position: absolute;
	bottom: 4px;
	z-index: 9999;
	color: #fff;
	width: 100%;
}
#might .slide-content:after {
	content: "";
	position: absolute;
	height: 20px;
	width: 100%;
	background: #000000a8;
	z-index: -1;
	box-shadow: 0px -10px 20px 0px #000000;
}
#might_details .slide-item{
	border-radius: 4px;
	overflow: hidden;
	border: solid 2px #e1e1e1;
}
#might_details .item-header{
/*    display: flex;*/
	background: #f5f5f5;
	color: #3a59a8;
}
#might_details .item-footer{
	display: flex;
	background: #f5f5f5;
	color: #6b6b6b;
	padding: 8px 0;
	font-size: 13px;
	justify-content: center;
	font-weight: 800;
}
#might_details .slide-item:hover{
	box-shadow: 0px 0px 6px #00000075;
	border: solid 2px #3a59a8;
}
#might_details .slide-item:hover .item-header,#might_details .slide-item:hover .item-footer{
   background : #3a59a8;
   color: #fff;
}
#might_details .item-header .title,#might_details .item-header .address{ 
	font-size: 13px;
	padding: 8px;
	font-weight: 600;
	margin: 0px 0px 0px 39px;
}
#might_details .item-body {
	 margin: 4px;
	margin-bottom: 0;
	position: relative;
	text-align: center;
}
#might_details .properties-slide{
	position: relative;
}
#might_details .properties-slide .item img{
	width: 100%!important;
}
#might_details .owl-nav{
	position: absolute;
	top: 36%;
	margin: 0;
	width: 100%;
}
#might_details .owl-nav .owl-prev{
	position: absolute;
	left: 0;
	background: transparent!important;
	color: #000!important;
}
#might_details .owl-nav .owl-next{
	position: absolute;
	right: 0;
	background: transparent!important;
	color: #000!important;
}
#might_details .slide-content{
	display: flex;
	font-size: 10px;
	font-weight: 500;
	position: absolute;
	bottom: 4px;
	z-index: 9999;
	color: #fff;
	width: 100%;
}
#might_details .slide-content:after {
	content: "";
	position: absolute;
	height: 20px;
	width: 100%;
	background: #000000a8;
	z-index: -1;
	box-shadow: 0px -10px 20px 0px #000000;
}
.slide-content .space{
	width: 64%;
}
.slide-content .phone{
	width: 100%;
	font-size: 16px;
	font-weight: 700;
}
.slide-content .phone a{
	color: #bed425!important;
}
.slide-item .like-btn{
	position: absolute;
	z-index: 9;
	right: 6px;
	top: 6px;
	color: red;
	background: #ffffffbd;
	border-radius: 50px;
	height: 34px;
	width: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 4px #00000024;
}
.slide-item .like-btn i{
	margin-top: 3px;
}
#might_details .slide-item .item-price{
    font-weight: 800;
    color: #0a0a0a;
}
#might .slide-item .item-price{
	font-weight: 400;
	color: #0a0a0a;
	margin-top: 6px;
	/*margin-left: 16px;*/
	margin-right: 5px;
    float: right;
    font-size: 15px;
}
.call-to-action{
	padding: 20px;
	background: #3a59a8;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.button-icon{
	background: #fff;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3a59a8;
	font-size: 22px;
}
.receive-box{
	padding: 10px; 
	background: #3a59a8;
	color: #fff;
	font-size: 14px;
}
#facts, #overview{
	background-color: #fafafa;
	padding: 10px 0;
	border-right: 4px;
}
.agent{
	background: #f7f7f7;
	padding: 10px 24px;
	text-align: center;
	border: solid 2px #e3e3e3;
}
.agent .img-box img{
	border: solid 1px #3a59a8;
	height:150px;
	width:150px;
}
.agent .img-box h5{
	margin: 10px 0;
	font-weight: 600;
	color: #363335;
}
.report-box{
	padding: 10px;
	background: #f7f7f7;
}
.report-box ul li{
	color: #5d5d5d;
	font-size: 12px;
}
.report-box .form-group{
	margin-bottom: 10px;
}
.report-box .form-control{
		background: #eeeeee;
	border: solid 1px #eeeeee;
	font-weight: 500;
	border-radius: 16px;
	height: 40px!important;
}
.report-box textarea.form-control{
	height: 90px!important;
}
.report-box .form-control:hover{
	border: solid 1px #3a59a8;
}
.report-box .form-control:hover::placeholder{
	color: #3a59a8;
}
.report-box ul li{
	display: flex;
	margin-bottom: 10px;
}
.report-box ul li:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	margin-right: 6px;
	font-weight: 900;
}
.right-demo .title{
	color: #3a59a8;
	margin-bottom:20px;
	text-transform: capitalize!important;
	font-weight: 600;
}
.hr-line{
	border: 0;
	height: 2px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #3a59a8, rgba(0, 0, 0, 0));
}
.report-box .submit-btn{
	border: none;
	width: 100%;
	padding: 14px;
	background: #006a4d;
	color: #fff;
	font-weight: 600;
}
.report-box .notice{
	color: #636363;
	font-weight: 600;
	font-size: 13px;
}
.contact-box{
	background-color: #3a59a8;
	padding: 16px;
}
.contact-box h5{
		/*padding: 10px 0;*/
	color:#fff;
	font-size: 32px;
}
.right-demo .contact-btn{
	background: #006a4d;
	border-radius: 0;
	color: #fff!Important;
	font-size: 20px;
	height: 58px
}
.contact-btn i{
   font-size: 30px;
}
.any-enquiry .call-btn {
	padding: 10px 20px;
	background: #eee;
	color: #5d5d5d;
	font-weight: 800;
}
.any-enquiry .call-btn:hover{
	background: #3a59a8;
	color: #fff;
}
.any-enquiry .virtual-btn {
	padding: 10px 30px;
	background: #3a59a8;
	color: #fff;
}
.slider-content{
	overflow: hidden;
}
.slider .slick-prev:before, .slider-vertical .slick-next:before {
	display: none;
}
.slider .slick-prev, .slider .slick-next {
		width: 70px;
	height: 70px;
	/* border-style: solid; */
	margin: 10px;
	display: inline-block;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer;
	font-size: 28px;
	color: #000;
	background: #fff;
	border-radius: 50px;
}
.slider .slick-prev:before, .slider .slick-next:before {
	display: none;
}
.slider .slick-prev {
   left: -35px;
	right: auto;
}
.slider .slick-prev  i{
	margin-left: 22px;
}
.slider .slick-next {
	right: -35px;
	left: auto;
} 
.slider .slick-next  i{
	margin-right: 22px;
}  
.slider .slick-prev:hover, .slider .slick-next:hover {
	border-color: transparent #ffd200;
}
.slider .slick-prev.slick-disabled, .slider .slick-next.slick-disabled, .slider .slick-prev.slick-disabled:hover, .slider .slick-next.slick-disabled:hover {
	opacity: 0.1;
	cursor: default;
	border-color: transparent #000000;
}
.slider div {
	text-align: center;
	font-size: 75px;
	color: #ffffff;
}
.slider-thumb .img-item {
	height: 100px;
	width: 100px;
	line-height: 50px;
	font-size: 25px;
}
.slider-content img{
		height: 500px;
	width: 100%;
	padding: 0 20px;
}
.thumb-row{
	display: flex;
	justify-content: center;
	position: absolute;
	width: 100%;
	bottom: 35px;
}
.thumb-img{
	padding: 10px;
}
.thumb-img img{
	border-radius: 4px;
	border: solid 2px #fff;
	/*box-shadow: 0px 0px 12px #000;*/
	height: 80px;
	width: 100%;
	object-fit: cover;
}
.thumb-img.slick-current img{
	border: solid 2px #006a4d;
}
.property-data .title h5{
	font-weight: 600;
	color: #3f5fb0;
	margin-bottom: 20px;
}
.property-data{
	background: #eeeeee;
	padding: 14px;
	border-radius: 16px;
}
.search-result {
	/*background: #f7f7f7;*/
	/*padding: 16px;*/
}
#search-page .locate ul li{
	font-size: 13px;
}
#search-page h5 {
	color: #252525;
	font-size: 18px;
	line-height: 26px;
}
#search-page .item-label span {
	background: #e7f3fb;
	padding: 6px 10px;
	margin: 0 0 8px 0;
	display: -webkit-inline-box;
	border: solid 1px #d1e3f2;
	border-radius: 6px;
	font-size: 13px;
	cursor: pointer;
}
#search-bar{
	padding: 14px 0!important;
}
#search-bar .form-group{
	margin-bottom: 0!important;
}
.stick {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999999;
}
.pagination-wrapper{/*margin-top:15px;*/text-align:center;background: #f7f7f7;margin-bottom: -8px;}
.pagination{margin:0px 0px !important;}
.pagination-lg>li>a, .pagination-lg>li>span{padding: 5px 20px !important;}
.pagination > li > a,
.pagination > li > span{border:none;border-bottom:3px solid #FFF;color:#666666;margin-left:0;margin-bottom:5px;-webkit-transition:all .25s linear;-moz-transition:all .25s linear;-o-transition:all .25s linear;-ms-transition:all .25s linear;transition:all .25s linear;}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span{background:#FFF;}
.pagination > li > a:hover{border-bottom:3px solid #666666;}
.pagination > .active > a,
.pagination > .active > span{color:#666666;border-bottom:3px solid rgba(66, 163, 221, 1);}
.pagination > .disabled > a{border-color:#fff;}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus{margin-bottom:0;color:#C9C9C9;background-color:#FFF;cursor:default;}
.next_page_cls{padding-left: 8px;}
.next_page_cls  > li > a{
	display: inline-flex;
    align-items: baseline;
    justify-content: center;
    border: 2px solid #006a4d;
    color: #fff;
    padding: 10px 22px !important;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    background-color: #006a4d;
    letter-spacing: 1px;
}
.prev-page-cls{padding-right: 8px;}
.prev-page-cls > li > a{
	display: inline-flex;
    align-items: baseline;
    justify-content: center;
    border: 2px solid #006a4d;
    color: #fff;
    padding: 10px 22px !important;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    background-color: #006a4d;
    letter-spacing: 1px;
}

footer {
    background: #fff !important;
    color: #000 !important;
    box-shadow: 0 -6px 20px #00000026
}

footer .quick-links a,
footer ul li a {
    color: #000
}

footer .about-data li:before {
    color: #3a59a8
}

.mapboxgl-popup-content img {
    width: 180px;
    height: 140px
}

.view_city_cls {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    border: 2px solid #006a4d;
    color: #fff;
    padding: 6px 6px;
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    border-radius: 6px;
    background-color: #006a4d;
    letter-spacing: 1px
}

.cont_for_price {
    margin-left: 100px
}

.mapboxgl-popup-content {
    position: relative;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    padding: 10px 10px 15px
}

.mapboxgl-popup-content img {
    height: 128px
}

.total_sq_cls {
    margin: 0 0 0 20px;
    color: #3a59a8
}

.phone_side_cls {
    margin: 9px 20px 0 0
}

.phone_side_cls a {
    color: #3a59a8
}

.image-silder-cls {
    margin: -19px 0 0 0
}

.squree_mon_yr_cls {
    text-align: center;
    color: #3a59a9
}

.squree_mon_yr_cls h5 {
    font-weight: 700
}

.address_cls_serach {
    font-weight: 700;
    color: #27293a
}

.logo-cls {
    padding: 0 !important
}
.mobile-cls{display: none;}
@media(max-width:400px){
	.navbar-brand{
		width:60%;
	}
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 410px) {
	.logo-cls{
		padding: 0px 0px 0px 0px !important;
	}
	.logo_img{
		max-width: 100% !important;
	}
    .mobile-cls{display: block;}
	.desktop-cls{display: none;}
}
@media only screen 
and (min-device-width : 411px) 
and (max-device-width : 520px) {
	.logo-cls{
		padding: 0px 0px 0px 40px !important;
	}
	.logo_img{
		max-width: 80% !important;
	}
	.mobile-cls{display: block;}
	.desktop-cls{display: none;}

}
@media(max-width:767px){
	.slide-item{
		height: 70px;
	}
	.montly_cls{
		text-align: right !important;
		margin-right: 0px;
		margin-left: -4px;
    	margin-top: 8px;
    	font-size: 13px !important;
    	padding:0px 0px 0px 0px !important;
	}
	.slide-item .item-price{
		float: left;
		margin-left: 87px;
		/*margin-left: 75px;*/
		font-size: 13px !important;
	}
	.search-all-cls{padding-top: 0px !important;padding-left: 0px !important;}
	#might .properties-slide .item img{
		width: 100%!important;
	    height: 54px;
	    margin-left: 5px;
	    margin-top: 6px;
	    margin-bottom: 6px;
	}
	.slide-item .item-header .row .col-md-3{
		width: 30%;
    	height: 0px;
	}
	.slide-item .item-header .row .col-md-9{
		height: 65px;
	}
	.item-header .title .address_cls{
		font-size: 12px !important;
    	/*font-weight: 800 !important;
    	padding: 0px 0px 0px 90px !important;*/
    	padding: 0px 0px 0px 100px !important;
    	text-align: start;
	}
	.left_side_price_cls{
		width: 50%;
	    float: left;
	    display: contents;
	}
	/*.right_side_price_cls{*/
	/*	width: 50%;*/
	/*    float: left;*/
	/*}*/
	#might .item-footer{
		display: flex !important;
	    background: #f5f5f5 !important;
	    color: #000 !important;
	    font-size: 12px !important;
	    justify-content: center !important;
	    font-weight: 800 !important;
	    padding: 0px 0px !important;
	    margin-top: 3px;
	    margin-right: 0px;
	    margin-left: 180px;
	}
    #search-field{
	    font-size:13px !important;
	}
	.stick {
	     position: relative; 
	    top: 0;
	    width: 100%;
	    z-index: 9999999999;
	}
	.squree_mon_yr_cls{
		margin-top: 15px;
	}
	.mobile-cls{display: block;}
	.desktop-cls{display: none;}
}

@media(max-width:768px){
	.image-thumb{
		display: flex;
		flex-direction: column-reverse;
	}
	.learner-say .owl-theme button.owl-prev span, .learner-say .owl-theme button.owl-next span {
		color: #000!important;
		font-size: 24px!important;
		font-weight: 400!important;
	}
}
@media(min-width:992px){
	/*.search-result{
		height: 1100px;
		overflow: auto;
	}*/
}
@media (min-width: 1200px){
	.inner-page .container{
    	max-width: 1335px !important;
	}
}
@media (min-width: 1920px){
	.inner-page .container{
		max-width: 1920px !important;
	}
	#map{
		width: 930px !important;
	}
	#might .item-footer{
		margin-left: 123px !important;
	}
}

@media (min-width: 2200px){
	.inner-page .container{
		min-width: 2200px !important;
	}
	#map{
		width: 1070px !important;
	}
	#might .item-footer{
		margin-left: 176px !important;
	}
}

@media (min-width: 2880px){
	.inner-page .container{
		max-width: 2880px !important;
	}
	#map{
		width: 1400px !important;
	}
	#might .item-footer{
		margin-left: 292px !important;
	}
}
@media (min-width: 2560px) {
	.inner-page .container{
		max-width: 2560px !important;
		padding:0px;
	}
	#map{
		width: 1400px !important;
	}
	#might .item-footer{
		margin-left: 292px !important;
	}
    
    
}

.star { display:none; } 
#might .item-header .title {margin: 0px 0px 0px 0px; }
#might .item-header .title_related { margin: 0px 0px 0px 0px; text-align:center;} 
#might_details .item-header .title { margin : 0px 0px 0px 0px; }
#might_details .item-header .title_related { margin: 0px 0px 0px 0px; text-align:center;}
.item-header .title .address_cls{font-size:15px;padding: 5px 0px 0px 0px;    text-align: start;font-weight: 400;}
.item-header .title .montly_cls{font-size:15px; font-weight: 400;  padding: 7px 0px 0px 0px;color: #000;text-align: start;}
/*.item-header .title .year_month_cls{padding: 0px 37px 0px 0px;} */
.all_proprty_cls{margin-top: -36px;padding: 0px 0!important;}
.city_desc_cls{font-weight: 700;color: #5d5d5d;}
.property-overview .col-lg-12{padding: 0px;}
.county_city_cls{margin-top: -10px;}
.search-btn{margin: 0px 0px 17px 14px;}
.search-all-cls{padding-top: 15px;padding-left: 100px;}
.mapboxgl-ctrl-bottom-right { display:none;}
.stats_cls{
	font-weight: bold;
}
.count-listing-cls{
	background: #006a4d;
	color: #fff;
	padding: 12px 0px 0px 0px;
	margin-top: 10px;
}
.count-listing-cls h4{
	padding-left: 20px;
	padding-bottom: 10px;
}
.sidebar-ads{margin-top: 12px;}


/*@media only screen and (min-width: 1201px) and (max-width: 2880px) {
    .inner-page .container{
    max-width: 100% !important;
    width:100% !important;
    }
}*/


@media (min-width: 1281px) {
  
	.inner-page .container{
		max-width: 100% !important;
	}
	#map{
		width: 100% !important;
	}
	#might .item-footer{
		margin-left: 0px !important;
	}

  
}


.quick-links .mb-4, .my-4  {
    margin-bottom: 0.5rem!important;
}
.img-right{
    width: 100%;
    margin-bottom: 5px;
}
.call-us-now-slid {
    margin: 0px 0px 0px 80px!important;
}
.call-to-right{
    background: #000!important;
    margin-bottom: 10px!important;
}