.web-hide {
    display:none;
}

.web-show {
    display:inline-block;
}

.mobile-hide {
    display:inline-block;
}
    
.mobile-show {
    display:none;
}

body:not(.menu-sandwich) #main-menu>ul>li {
	font-size: 16px;
}

body:not(.menu-sandwich) #main-menu.open>ul>li {
	font-size: 18px;
}

@media only screen and (min-width: 600px) {
	.featured-insight-articles .insight-post-image {
		height: 600px;
	}
	.regular-insight-articles .insight-post-image {
		height: 225px !important;
	}
}

@media only screen and (min-width: 768px) {
	.featured-insight-articles .insight-post-image {
		height: 590px;
	}
	.regular-insight-articles .insight-post-image {
		height: 225px !important;
	}
}

@media only screen and (min-width: 992px) {
	.nav-next {
		text-align: right;
	}
	.nav-next,
	.nav-previous {
		margin-bottom: 0;
	}
	#footer .footer-right-block {
		float: right;
		margin-left: 12.5%;
		margin-bottom: 0;
		display: table;
	}
	#footer .footer-socials ul {
		text-align: center;
	}
	#footer .footer-socials ul li {
		margin: 0 0 0 0px;
	}
	#footer .copyright {
		margin-bottom: 5px;
	}
	.footer-menu {
		margin: 0;
	}
	.footer-bottom {
		padding: 100px 0;
		text-align: center;
    }
    .featured-insight-articles .insight-post-image {
		height: 587px;
	}
	.regular-insight-articles .insight-post-image {
		height: 225px !important;
	}
	.full-width-row-padding {
		padding-left: 100px;
		padding-right: 100px;
	}
	.modal-lg {
        width: 1160px !important;
    }
}

@media only screen and (min-width: 1024px) {
	body.content-full-width .content-wrapper {
		padding-right: 0;
		padding-left: 0;
	}
	body.content-full-width .footer-bottom,
	body.content-full-width .footer-widget-area {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media only screen and (min-width: 1396px) {
	body.menu-sandwich.admin-bar #main-menu {
		padding-top: 86px;
	}
	body:not(.menu-sandwich) .header-widgetised-area {
		float: right;
	}
	body:not(.menu-sandwich) .header-widgetised-area .widget {
		float: left;
		margin-bottom: 0;
	}
	body:not(.menu-sandwich) .header-widgetised-area .widget-title,
	body:not(.menu-sandwich) .header-widgetised-area .textwidget {
		display: inline-block;
		margin-bottom: 0;
	}
	body:not(.menu-sandwich) .header-widgetised-area .widget_text {
		padding: 0.55em 0.83em;
	}
	body:not(.menu-sandwich) #main-menu {
		text-align: center;
		position: static;
		width: auto;
		background: none;
		padding: 0;
		overflow-y: inherit;
		margin-left: 0%;
	}
	body:not(.menu-sandwich) #main-menu .header-widgetised-area {
		float: right;
		margin: 7.5px 0 7.5px 20px;
		text-align: left;
	}
	body:not(.menu-sandwich) #main-menu .button-close {
		display: none;
	}
	body:not(.menu-sandwich) #main-menu .dropdown-toggle {
		display: none;
	}
	body:not(.menu-sandwich) #main-menu>ul {
		display: inline-block;
		margin: 20px 0px 0px 0px;
		text-align: left;
	}
	body:not(.menu-sandwich) #main-menu>ul>li a {
		padding: 0.55em 1.3em;
	}
	body:not(.menu-sandwich) #main-menu>ul>li>a {
		line-height: 19px;
		color: #25221C;
		text-transform: uppercase;
	}
	body:not(.menu-sandwich) #main-menu>ul>li>a:hover,
	body:not(.menu-sandwich) #main-menu>ul>li>a:focus {
		color: #4EBEEC;
	}
	body:not(.menu-sandwich) #main-menu>ul>li.menu-item-has-children>a:before {
		top: 1.3em !important;
		-webkit-transform: rotate(0deg) !important;
		-ms-transform: rotate(0deg) !important;
		transform: rotate(0deg) !important;
		font-size: 0.55em !important;
		margin-top: 0 !important;
	}
	body:not(.menu-sandwich) #main-menu>ul>li>ul {
		top: 100% !important;
		left: 0;
		margin-top: 10px;
	}
	body:not(.menu-sandwich) #main-menu ul li:hover>ul {
		visibility: visible;
		opacity: 1;
	}
	body:not(.menu-sandwich) #main-menu ul li.menu-item-has-children>a {
		padding-right: 2em;
		margin-right: 0;
	}
	body:not(.menu-sandwich) #main-menu ul li ul {
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		display: block !important;
		padding: 0;
		visibility: hidden;
		opacity: 0;
		z-index: 100;
		position: absolute;
		right: 100%;
		top: 0;
		width: 13.75rem;
		background-color: #fff;
		border: 1px solid #EDEDED;
	}
	body:not(.menu-sandwich) #main-menu ul li ul li {
		position: relative;
		border-bottom: 1px solid #EDEDED;
		margin-left: -1px;
        margin-right: -1px;
        margin-bottom: -1px;
	}
	body:not(.menu-sandwich) #main-menu ul li ul li:hover:last-of-type {
      border-bottom: 1px solid #4EBEEC;
    }
	body:not(.menu-sandwich) #main-menu ul li ul li a {
		padding: 15px 30px;
		display: block;
		line-height: 26px;
		color: #25221C;
		font-weight: 700;
	}
	body:not(.menu-sandwich) #main-menu ul li ul li, body:not(.menu-sandwich) #main-menu ul li ul li a {
	    -webkit-transition-property: none;
        -moz-transition-property: none;
        -o-transition-property: none;
        transition-property: none;
	}
	body:not(.menu-sandwich) #main-menu ul li ul li a:hover,
	body:not(.menu-sandwich) #main-menu ul li ul li a:focus {
		color: #333;
	}
	body:not(.menu-sandwich) #main-menu ul li ul li:hover>a {
		background-color: #4EBEEC;
		color: #fff !important;
	}
	body:not(.menu-sandwich) #main-menu ul li ul li ul {
		padding: 0;
	}
	body.navbar-no-background:not(.menu-sandwich) #main-menu,
	body.navbar-no-background:not(.menu-sandwich) #main-menu .navbar-nav {
		background-color: transparent !important;
	}
	.comments-area .comment-list .author-avatar {
		float: left;
	}
	.comments-area .comment-list .comment-wrapper {
		margin-left: 50px;
	}
	.comments-area .comment-list ol.children {
		margin-left: 100px;
	}
	.comment-form-author,
	.comment-form-email,
	.comment-form-url,
	.form-submit,
	.comment-subscription-form {
		width: 32%;
		float: left;
		margin-left: 2%;
	}
	.comment-form-author,
	.form-submit {
		margin-left: 0;
	}
	.comment-subscription-form {
		display: table;
		height: 46px;
	}
	.comment-subscription-form label {
		display: table-cell;
		vertical-align: middle;
	}
	body.fixed-header.admin-bar .navbar {
		top: 32px;
	}
	.navbar-toggle {
		display: none !important;
    }
    .navbar-wrapper {
		padding: 25px 130px !important;
    }
    .breadcrumb-wrapper {
        padding: 25px 130px 0px 130px;
    }
}

@media only screen and (min-width: 1400px) {
	body.content-full-width .content-wrapper {
		padding-right: 0;
		padding-left: 0;
	}
}

@media only screen and (min-width: 1396px) and (max-width: 1459px) {
	body:not(.menu-sandwich) #main-menu>ul>li {
		font-size: 15px !important;
	}
	body:not(.menu-sandwich) #main-menu>ul>li a {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

@media only screen and (min-width: 1460px) and (max-width: 1528px) {
	body:not(.menu-sandwich) #main-menu>ul>li {
		font-size: 15px !important;
	}
	body:not(.menu-sandwich) #main-menu>ul>li a {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

@media only screen and (min-width: 1600px) {
	.regular-insight-articles .insight-post-image {
		height: 300px !important;
	}
	.featured-insight-articles .insight-post-image {
		height: 638px;
	}
	.spg-clip,
	.regular-insight-articles .insight-post-image {
		height: 250px !important;
	}
	.full-width-row-padding {
		padding-left: 100px;
		padding-right: 100px;
	}
	.search-result-item .post-image {
        height: 250px !important;
    }
    .insight-hover-animation .insight-post-image-home {
        height:250px;
    }
}

@media only screen and (max-width: 600px) {
    .testimonial .testimonial-container {
      padding: 20px 20px;
    }
    .testimonial .client-logo {
      margin-bottom:20px;
    }
    .testimonial .testimonial-description {
      max-height: none;
      padding-left: 0px;
      padding-right: 0px;
    }

    
    .team_member_summary .team_members_loop .team_members_loop_image {
      width:100% !important;
    }	
	.featured-insight-articles .insight-post-image {
		height: 600px;
	}
	.regular-insight-articles .insight-post-image {
		height: 225px !important;
	}
    .property-list .slick-next {
        visibility: visible !important;
        opacity: 0.4 !important;
    }
    .property-list .slick-prev {
        visibility: visible !important;
        opacity: 0.4 !important;
    }
    .property-info-wrapper {
        padding:20px 10px;
    }
    .summary-carousal .summary-text {
	    font-size:18px;
	    line-height: 32px;
	    font-weight: 400;
	}
	.footer-menu ul li {
	    display:block;
	    margin-right:0px;
	    margin-top:20px;
	}
	#footer .copyright {
	    text-align:center;
	}
	#footer .footer-contact input[type="submit"], .contact-us-page input[type="submit"] {
	    width:100%;
	}
	
	.site-search {
        display:none;
    }
}

@media only screen and (max-width: 1200px) {
	.timeline__item::after {
		height: 25px;
		width: 25px;
		content: "" !important;
	}
	.center-on-mobile {
	    text-align:center;
	}
}

@media all and (max-width:724px){
    .nav-tabs > li > a > span {
        display:none;
    } 
    .nav-tabs > li > a {
        padding: 5px 5px;
    }
}

@media only screen and (max-width: 750px) {
    .insight-section .spg-custom-sort {
        border: none !important;
        padding: 0px 5px 20px 5px !important;
        margin-bottom: 10px;
    }
    
    .insight-section .spg-loop-actions {
        position: relative !important;
        margin-left: 0px !important;
        margin-bottom: 10px;
        margin-right: 0px !important;
        display: contents;
    }
    
    .insight-section .spg-filter-form {
        margin-left: 0px !important;
    }
    
    .insight-section .spg-loop-content {
        
    }
    
    .insight-section .spg-custom-tax {
        margin: 0px !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
        width: 100%;
    }
    
    .insight-section .spg-filter-form:before {
        width:100%;
    }
    
    .insight-section .spg-custom-sort-opt {
        width:100%;
    }
    
    .insight-section .spg-loop-actions div, .spg-loop-actions span, .spg-loop-actions a, .spg-loop-actions i {
        width:100%;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .insight-section .spg-loop-actions .spg-order {
        display: none;
    }
    
    .insight-section .spg-sort:before {
        width:100%;
    }
    
    .insight-section .spg-loop-actions .spg-orderby-select {
        width: 100%;
        margin-left:0px !important;
        margin-right:0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-top: 5px !important;
        height:55px !important;
    }
    
    .insight-section .spg-custom-sort-opt .select2-choice .select2-arrow {
        /*margin-right: 15px;*/
    }
    
    .spg-custom-sort-opt .select2-choice {
        padding-bottom: 40px !important;
    }
    
    .mobile-hide {
        display:none !important;
    }
    
    .mobile-show {
        display:block !important;
    }
    
    .mobile-full-width, .mobile-full-width button {
        width:100% !important;
    }
    
    .mobile-no-left-right-margin {
        margin-left:0px !important;
        margin-right:0px !important;
    }
    
    .mobile-no-left-right-padding {
        padding-left:0px !important;
        padding-right:0px !important;
    }
    
    .mobile-no-top-bottom-margin {
        margin-top:0px !important;
        margin-bottom:0px !important;
    }
    
    .mobile-no-top-bottom-padding {
        padding-top:0px !important;
        padding-bottom:0px !important;
    }
    
    
    .mobile-left, .mobile-left p {
        text-align:left !important;
    }
    
    .mobile-center {
        text-align:center !important;
    }
    
    .mobile-no-testimonial-outline {
        border: none !important;
        padding: 0px !important;
    }
    
    .testimonial .modal-dialog .testimonial-description {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        font-size: 20px !important;
        line-height: 32px !important;
    }
    
    .calculation-view-wrapper {
        padding:20px 10px;
        margin:10px !important;
    }
    
    .mobile-m-t-10 {
        margin-top:10px;
    }
    
    .mobile-m-t-20 {
        margin-top:20px;
    }
    
    .mobile-m-t-40 {
        margin-top:40px;
    }
    
    .mobile-no-margin {
        margin:0px !important;
    }
    
    .mobile-no-padding {
        padding:0px !important;
    }
    
    .mobile-p-15 {
        padding:15px !important;
    }
    
    .calculation-view-wrapper .ubtn-normal {
        padding-left:0px !important;
        padding-right:0px !important;
    }
    
    .custom-hot-spot-wrapper .utl-hotspot-items .ult-hotspot-item  {
        position:relative !important;
        top:0px !important;
        left:0px !important;
        width: 36%;
        display:inline-block;
        min-height: 100px;
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .custom-hot-spot-wrapper .utl-hotspot-items .ult-hotspot-item a {
        margin-top:14%;
    }
    
    .ult_hotspot_container > img {
        width: 1px !important;
    }
    
    .calculation-stepper-header-wrapper .custom-stepper-key{
        display:none;
    }
    
    .calculation-stepper-header-wrapper .custom-stepper-item{

    }
    
    .calculation-stepper-header-wrapper .stepper-column {
        width: 33%;
        display: inline-block;
    }
    
    .calculation-stepper-header-wrapper .custom-stepper-value {
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 100%;
    }
    
    .mobile-shadow-border {
        box-shadow: 0px 0px 50px rgba(15,85,121,0.2);
    }
    
    .carousal-controls {
        /*margin-top: 730px;
        margin-left: 65px;*/
        background-color: transparent;
    }
    .vc-post-styling .slick-next {
        right: 0px !important;
    }
    .vc-post-styling .slick-prev {
        left: 0px !important;
    }
    .property-filter-container .property-filter {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .property-filter-container {
        margin-bottom:10px !important;
    }
    .contact-details li:last-child {
      margin-bottom: 10px !important;
    }
    .search-results-top-box {
        padding: 0px;
        border:none;
    }
    .search-result-h {
        margin-bottom: 60px;
        font-size:36px !important;
        line-height: 48px !important;
    }
    .search-result-h h1{
        font-size:36px;
        line-height: 48px;
    }
    .error-page-header h1 {
        font-size:36px;
        line-height: 48px;
    }
    .row_reverse{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .search-results-top-box span {
        margin-bottom: 15px;
    }
    .search-results-top-box .sort-by {
        width:100%;
    }
    .search-results-top-box #search {
       width:100%;
       padding-right: 80px;
    }
    .search-results-top-box #search-img {
        margin-left: -88px;
        padding: 18px 32px;
        position: absolute;
        margin-bottom: -24px;
    }
    .search-results-top-box #search::placeholder {
        position:relative;
        top:-7px;
    }
    #main-menu ul li ul li {
        border: 1px solid #E5E5E5;
        padding: 5px 20px;
    }
    #main-menu ul li ul li.current-menu-item {
        background-color: #4EBEEC !important;
        border: 1px solid #4EBEEC;
    }
    #main-menu ul li ul li.current-menu-item a {
        color:#fff !important;
    }
    #main-menu.open {
        margin-left: -102% !important;
    }
    #main-menu {
        width: 104% !important;
    }
    #main-menu #side-nav-search-btn {
      display: inline-block;
      width: 16px;
      height: 16px;
      cursor: pointer;
      margin-bottom: 25px;
      color: #131212;
      font-size: 18px;
      margin-right: 35px;
    }
    
    #main-menu #side-nav-search-btn i{
        vertical-align: text-top;
    }
    
    .top-right-area .contact, .top-right-area .phone {
		text-align:center;
	}
	
	.left-nav-copy-right {
        text-align: center;
    }
    
    .socials {
        text-align:center;
    }
    
    #main-menu ul li ul {
      padding: 5px 0px !important;
    }
    
    #main-menu ul li ul li a {
      padding: 5px 0px !important;
    }
    
    .header-banner-text-area h1{
        font-size:36px !important;
        line-height:49px !important;
    }
    
    .calculation-summary {
    	font-size:18px !important;
    	line-height: 23px !important;
    }
    
    .property-location-dropdown {
        font-size:18px !important;
    	line-height: 23px !important;
    }
    
    body.modal-open .modal {
        padding-left: 0px !important;
    }
    
    body.modal-open .modal-dialog {
      /*width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;*/
    }
    
    body.modal-open .modal-content {
      height: auto;
      min-height: 100%;
      border-radius: 0;
    }
}

@media only screen and (max-width: 799px) { 
   .testimonial .col-container {
        display: block;
        width: 100%;
    }
    
    .testimonial .last-tile {
        padding-right:15px;
    }
    
    .testimonial .first-tile {
        padding-left:15px;
    }
    
    .testimonial .col {
        padding-bottom:15px;
    }
    
    .summary-carousal-wrapper {
        padding:30px 15px !important;
    }
    
    .summary-carousal .summary-description {
        padding:0px 20px 10px 20px !important;
    }
    
    .summary-carousal .summary-client-logo {
        padding: 0px 20px 20px 20px !important;
    }
}

@media only screen and (max-width: 991px) {
	#footer .footer-contact {
		padding: 20px 30px;
	}
	.footer-cta,
	.footer-menu ul,
	.footer-socials,
	.footer-bottom .copyright>span {
		text-align: center;
	}
	.comments-area .comment-list .author-avatar {
		display: none;
	}
	.horizontal-list-item ul, .horizontal-list-item-right-margin ul {
        display:inline-block !important;
    }
    .horizontal-list-item-right-margin ul li {
        margin: 0px 40px 20px 0px !important;
    }
    .horizontal-list-item ul li {
        margin: 0px 40px 20px 0px !important;
    }
    .center-with-margin ul {
        justify-content: left !important;
        display: inline-block !important;
        -webkit-box-pack: start !important;
        -webkit-box-align: start !important;
    }
}

@media only screen and (max-width: 1200px) { 
    .mobile-testimonial-dropdown {
        display:inline-block !important;
     }
     .web-testimonial {
         display:none !important;
     }
     
     .testimonial .testimonial-box {
         padding: 20px 0px !important;
     }
}

@media only screen and (max-width: 1395px) {
    .calculation-stepper-header-wrapper .custom-stepper-key{
        display:none;
    }
    
    .calculation-stepper-header-wrapper .custom-stepper-value {
        width:100%;
    }
}

@media only screen and (max-width: 1395px) {
	.top-right-area {
		display: block;
		float: none;
		color: #fff;
	}
	.navbar-nav .sub-menu::before {
		visibility: hidden;
	}
	.navbar-nav .sub-menu::after {
		visibility: hidden;
	}
	.current-menu-item ul li a {
	    
	}
	#expsearch input[type="search"],
	#expsearch input[type="search"]:focus {
		width: 100%;
	}
	.top-right-area .contact::after,
	.top-right-area .contact::before,
	#expsearch::after,
	.top-right-area .phone::after,
	.top-right-area .phone::after {
		display: none;
	}
	.top-right-area .contact a,
	.top-right-area .phone a,
	.top-right-area .socials i {
		color: #131212;
	}
	.search-exp input[type="text"],
	.search-exp input[type="text"]:focus {
		position: relative;
		font-size: 16px;
		padding-left: 10px;
		padding-right: 10px;
		/*width: 100%;*/
		background: #fff;
	}
	.search-exp input[type="submit"],
	.search-exp span {
		display: none;
	}
	.mobile-search {
        display:inline-block;
        margin-bottom:20px;
    }
    .socials {
        margin-top:10px;
    }
    .contact-number-wrapper {
    
    }
    .top-right-area {
	  margin-left:0px !important;
	  margin-top:25px;
    }
}