@media only screen and (max-width:991px) {
.navbar-toggler.menu-icon:focus,
.navbar-toggler.menu-icon:hover {
    box-shadow: none !important;
    outline: none !important;
}

.navbar-toggler.menu-icon {
    width: 32px;
    padding: 0;
    cursor: pointer;
    position: relative;
    border: 0px;
    margin-right: 10px;
}

.navbar-toggler.menu-icon span {
    width: 100%;
    height: 3px;
    display: block;
    background: #fff;
    margin: 6px 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.navbar-toggler.menu-icon.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggler.menu-icon.active span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: none;
}

.navbar-toggler.menu-icon.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-toggler.menu-icon.active span {
    position: absolute;
    top: calc(50% - 8px);
}

.navbar-toggler.menu-icon.active + .navbar-collapse.collapse {
    left: 0% !important;
}


.navbar-nav {
    margin-left:0px;
}

.nav-link {
    color: #fff;
    font-size: 17px;
    line-height: 1;
}

.navbar-nav .nav-item {
    margin-right: 0px;
    margin-bottom: 15px;
}

.header.fixed .nav-link:hover {
    color: #fff;
}
.header.fixed .nav-link {
    color: #fff;
}

.menu-item-has-children {
    cursor: pointer;
}

.menu-item-has-children>a {
    pointer-events: none;
    cursor: pointer;
    position: relative;
}

.menu-item-has-children>a:after {
    content: '';
    width: 25px;
    height: 25px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    border: none;
}

.menu-item-has-children>a:before {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 27px;
    z-index: 99;
    top: 53%;
    transform: translate(0px, -50%);
    right: 7px;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
}

.menu-item-has-children.current>a:before {
    content: "\f068";
}

 li.menu-item-has-children ul.sub-menu {
    opacity: 1;
    visibility: visible !important;
    position: relative !important;
    left: 0 !important;
    display: none !important;
}

ul li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.header .navbar-brand img {
    max-height: 50px;
}

.header.active {
    background: #000;
}

.header .navbar-nav {
    width: 100%;
    justify-content: start !important;
}
.navbar-nav .nav-item.current-menu-parent>a:after {
    color: #fff;
}

.header nav.navbar ul.sub-menu li a {
    padding: 15px 20px;
    font-size: 12px;
    line-height: 15px;
    padding: 15px 12px;
}
    .header .navbar-brand img {
        max-height: 65px;
    }
	
 .header.inner .navbar-brand img {
        filter: invert(1) brightness(0);
    }
    
    .header.inner .navbar-toggler.menu-icon span {
        background: #000;
    }
    
    .header.active.inner .nav-link {
        color: #fff;
    }
    
    .header.active.inner .nav-link:focus,
    .header.active.inner .nav-link:hover,
    .header.active.inner .active>.nav-link {
        color: #e08652;
    }
    
    .header.active.inner .navbar-toggler.menu-icon span {
        background-color: #fff;
    }
    
	.header.active.inner .menu-item-has-children>a:after {
        background: #fff;
    }
    
    ul.sub-menu li a {
        font-size: 12px;
        padding: 15px 12px;
    }
    
    ul.sub-menu {
        transform: none !important;
    }	
	
.header .navbar-nav {
    margin-bottom: 0 !important;
}

.navbar-toggler.menu-icon {
    margin-right: 0px;
}

.header.inner nav.navbar .nav-link {
    color: #fff;
}
	.header.inner.active .navbar-brand img {
    filter: none;
}
	    .header .navbar-brand img {
        max-height: 50px;
    }
 
    .header.fixed .navbar-brand img {
        filter: none;
    }
	
.header.active {
    height: 100vh;
    overflow-y: scroll;
}	
	
.header.fixed .navbar-toggler.menu-icon span {
    background: #ffffff !important;
}	
}


@media only screen and (max-width:767px) {
    .banner {
        height: 70vh;
    }

.banner h1 {
    font-size: 46px;
}

.banner .btn-default {
    margin: 5px 5px;
}

h2 {
    font-size: 42px;
}

.about .btn-default {
    margin-bottom: 20px;
}

.why-work {
    padding: 0px 0px 70px 0px;
}

.neighborbox h3 {
    font-size: 22px;
}

body #a-qr-nav {
    left: -16px;
}

p {
    font-size: 14px;
    line-height: 1.6;
	padding-bottom:10px;
}

.blog .text-end {
    text-align: left !important;
}

.blog .btn-default {
    margin-bottom: 20px;
}

.blogbox {
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.blogbox h3 {
    font-size: 20px;
}

.footer {
    text-align: center !important;
}

.footer .socialinfo,.contactinfo {
    justify-content: center;
}


#a-qr {
    height: 1600px;
}

body #a-qr-slider-txt {
    top: 16%;
}

#a-qr-slider-txt {
    left: 0px !important;
    width: 100% !important;
    top: 15%;
}

#a-qr-slider-txt {
    height: 968px !important;
}

.testimonials {
    padding-bottom: 120px;
}

.page-banner h1 {
    font-size: 26px;
    line-height: 48px;
}

/** **/
.spperinfo .bg {
    border-radius: 20px;
    padding: 20px;
}

.spperinfo p label {
    font-size: 16px;
}

.section-title h6 {
    font-size: 16px;
}

.cf7mls_next.action-button, .cf7mls_back, .cf7mls_next, .spperinfo input.wpcf7-submit, .cf7mls_back.action-button {
    line-height: 45px !important;
    min-width: 100px !important;
    font-size: 14px !important;
}

.spperinfo input.wpcf7-submit, form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    height: 45px;
}

.spperinfo input {
    font-size: 14px;
    height: 50px;
}

#stepper.alert span.wpcf7-list-item {
    width: 100%;
}

.spperinfo.alert label {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.spperinfo.alert h4 {
    font-size: 20px;
}

.spperinfo input.wpcf7-submit,
form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    height: 50px!important;
}

.spperinfo .section-title h2 {
    margin-bottom: 10px;
    font-size: 24px !important;
}

.spperinfo {
    padding: 50px 0px 20px 0px;
    margin: 0;
}

.buysellform .bgs {
    padding: 0 20px;
}

.buysellform .section-title.center {
    margin-bottom: 0px !important;
}

.buysellform h4 {
    margin-top: 20px;
    font-size: 20px;
}


.lavalcontent .nav-tabs li button {
    line-height: 46px;
    padding: 0px 15px;
    font-size: 16px;
    border-radius: 4px;
}

.lavalcontent .nav-tabs li {
    margin: 3px 3px;
}

.lavalcontent h3 {
    font-size: 20px;
}

.lavalcontent .bgs {
    padding: 40px 20px;
}

/**/
.a-qr-arrows {
    width: 95px;
    height: 45px;
    bottom: -161px;
    right: 0px;
}

h4 {
    font-size: 20px;
}

h2 {
    font-size: 35px;
}

.properties {
    padding: 50px 0px 0px 0px;
}

.neighborbox h3 {
    font-size: 15px;
    line-height: 1.2;
}

.page-banner h1 {
    font-size: 26px;
    line-height: 33px;
}

body .a-qr-slider-title-left-top {
    font-size: 6vw;
    padding-right: 36px;
}

.social {
    padding: 50px 0px 20px 0px;
}

.footer {
    padding: 20px 0px 0px 0px;
}

.footer .bg {
    padding: 30px 0px 0px 0px;
}

.about .col-lg-4>img {
    margin-top: 10px;
}

.buysellform .section-title.mb-5 {
    margin-bottom: 0px !important;
}

form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    margin-bottom: 0 !important;
}

.blog .owl-carousel .owl-nav button.owl-prev {
    left: -11px;
}

.blog .owl-carousel .owl-nav button.owl-next {
    right: -11px;
}

.header .container-fluid {
    padding: 0px;
}
	
	.single-post .page-banner h1 {
    font-size: 26px;
}

.single-post .about h3 {
    font-size: 21px;
}

.single-post .about h2 {
    font-size: 24px;
}
	
.navbar-nav>.nav-item>a {
    white-space:nowrap;
}	
	
.btn-default {
    font-size: 16px;
    padding: 0px 20px;
}

.ls-slider .ls-slider-title {
    opacity: 0 !important;
}

.ls-slider .ls-slider-title.active {
    opacity: 1 !important;
}

body .a-qr-slider-title-left-top {
    font-size: 5vw;
    padding-right: 36px;
}	
	
#alertModal .section-title h2 {
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 70px;
	line-height:40px;
}

#alertModal .section-title {
    text-align: center;
    padding: 20px 40px;
}	
	
.workbox .text {
    padding: 7%;
    width: 90%;
    right: 5%;
    margin: 0 auto;
    box-shadow: none;
}
 
.workbox .main-img {
    width: 100% !important;
    height: 100% !important;
    min-height: 320px !important;
}
 
.workbox h3 {
    margin-bottom: 7px;
    line-height: 1.2;
    font-size: 20px;
}
 
.workbox {
    height: inherit;
    padding: 60px 0px;
}
 
.workbox .num {
    top: 14vw;
    left: -4vw;
    width: 10vw;
    height: 8vw;
    font-size: 34px;
    z-index: 9;
}
 
.why-work-latest .owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
}
 
.why-work-latest .owl-carousel .owl-nav button.owl-prev {
    left: 1vw;
}
 
.why-work-latest .owl-carousel .owl-nav button.owl-next {
    right: 1vw;
}
 
.why-work-latest .owl-item {
    padding: 0px 0px;
}
 
.heading_title:before {
    font-size: 22vw;
    letter-spacing: 7px;
}	
	
.testimonials-latest {
    padding: 50px 0px 50px 0px;
}
 
.testimonials-latest h3 {
    margin-bottom: 30px;
    font-size: 24px;
}
 
.testimonials-latest p {
    font-size: 14px;
}
 
.testimonials-latest .heading_title:before {
    top: 13px;
}	
	
.imgborder:after {
    top: -15px;
    left: -10px;
}
 
.imgborder {
    margin-top: 15px;
}	
	
.why-work-latest .owl-theme .owl-nav [class*=owl-] {
    top: 96%;
}
 
.why-work-latest .owl-carousel .owl-nav button.owl-prev {
    left: 1vw;
}
 
.why-work-latest .owl-carousel .owl-nav button.owl-next {
    right: 1vw;
}
 
.heading_title:before {
    font-size: 14vw;
    letter-spacing: 5px;
}
 	.testimonials-latest .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}
 
.testimonials-latest .owl-theme .owl-nav [class*=owl-] {
    top: 100%;
    margin-top: -47px;
}
 
.testimonials-latest .owl-carousel .owl-nav button.owl-next {
    right: 0px;
}
	
	.quote-box{
		padding:50px 20px;
}	
	
.quote-box {
    padding: 30px 15px;
}
 
.quote-box p, ul.list li {
    font-size: 16px;
}
   
.testimonial-box {
    padding: 50px 0px;
}	
	
.testimonials-list label {
    font-size: 14px;
}
 
.quote-box {
    padding: 30px 15px;
}
 
.quote-box p, ul.list li {
    font-size: 16px;
}
   
.testimonial-box {
    padding: 50px 0px;
}

.why-work-latest,
.blog {
    padding: 50px 0;
}

.search-property-section {
    padding: 50px 0 0 0;
}

.newinfo {
    padding: 50px 0;
}

}


@media only screen and (min-width:768px) and (max-width:991px) {
.social .imgbox img {
    height: 120px;
}

p {
    font-size: 14px;
}

body .a-qr-slider-title-left-top {
    font-size: 4vw;
    width: 90%;
}

.neighborbox h3 {
    font-size: 16px;
}

h2 {
    font-size: 44px;
}

#a-qr {
    height: 900px;
}

body #a-qr-slider-txt {
    top: 22%;
}

#a-qr-slider-txt {
    left: 40px !important;
    width: 620px !important;
    bottom: -90px !important;
    height: 330px !important;
    height: 768px !important;
}

.page-banner h1 {
    font-size: 38px;
    line-height: 55px;
}

/** **/
.spperinfo .bg {
    border-radius: 20px;
    padding: 55px 20px;
}

.spperinfo p label {
    font-size: 16px;
}

.cf7mls_next.action-button, .cf7mls_back, .cf7mls_next, .spperinfo input.wpcf7-submit, .cf7mls_back.action-button {
    line-height: 55px !important;
    min-width: 130px !important;
}

.spperinfo input.wpcf7-submit, form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    height: 45px;
}

.spperinfo .btn-info span {
    font-size: 13px;
}

.spperinfo.alert label {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.spperinfo.alert h4 {
    font-size: 20px;
}

.buysellform h4 {
    font-size: 22px;
}

.blogbox h3 {
    font-size: 23px;
}

.lavalcontent .nav-tabs li button {
    line-height: 46px;
    padding: 0px 15px;
    font-size: 13px;
    min-width: 100px;
    border-radius: 4px;
}

.lavalcontent .nav-tabs li {
    margin: 3px 3px;
}

/**/
.a-qr-arrows {
    width: 95px;
    height: 45px;
    bottom: -20px;
    right: -34px;
}
	
	body .ls-slider .ls-slider-title {
    padding-top: 25px;
}

.neighborbox h3 {
    font-size: 13px;
    line-height: 1.3;
}

.page-banner h1 {
    font-size: 38px;
    line-height: 45px;
}

h2 {
    font-size: 36px;
}

h4 {
    font-size: 20px;
}

.footer {
    padding: 70px 0px 0px 0px;
}

.blogbox h3 {
    font-size: 17px;
}

.blogbox .link {
    font-size: 13px;
}

.footer .bg {
    padding: 40px 0px 0px 0px;
}

.blog .owl-carousel .owl-nav button.owl-prev {
    left: -11px;
}

.blog .owl-carousel .owl-nav button.owl-next {
    right: -11px;
}

.lavalcontent h3 {
    font-size: 23px;
}
	
h6 {
    font-size: 18px;
}

#mw-calc-disclaimer {
    margin: 7px 0 2px 15px !important;
}	
.spperinfo .btn-info span {
    font-size: 11px;
    white-space: nowrap;
}
	
.why-work-latest .owl-carousel .owl-nav button.owl-prev {
    left: 5vw;
}
 
.why-work-latest .owl-carousel .owl-nav button.owl-next {
    right: 5vw;
}
 
.workbox h3 {
    margin-bottom: 15px;
    line-height: 1.2;
    font-size: 27px;
}
 
.workbox .num {
    font-size: 71px;
}
 
.heading_title:before {
    font-size: 17vw;
    letter-spacing: 8px;
}
 
.heading_title:before {
    font-size: 15vw;
    letter-spacing: 12px;
}
 	.testimonials-latest {
    padding: 100px 0px 80px 0px;
}
 
.testimonials-latest p {
    font-size: 14px;
}
 
.testimonials-latest .heading_title:before {
    top: 13px;
}
	
.imgborder:after {
    top: -15px;
    left: -15px;
}	
	
	    .heading_title:before {
        font-size: 10vw;
        letter-spacing: 2px;
    }
	
.testimonials-latest .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}
 
.testimonials-latest .owl-theme .owl-nav [class*=owl-] {
    top: 100%;
    margin-top: -47px;
}
 
.testimonials-latest .owl-carousel .owl-nav button.owl-next {
    right: 0px;
}
	
.quote-box {
    padding: 30px 20px;
}
 
.quote-box p, ul.list li {
    font-size: 16px;
}
 
.testimonials-list label {
    font-size: 12px;
}	
 	
}

@media only screen and (min-width:992px) and (max-width:1199px) {
.social .imgbox img {
    height: 120px;
}

p {
    font-size: 14px;
}

body .a-qr-slider-title-left-top {
    font-size: 4vw;
    width: 90%;
}

.neighborbox h3 {
    font-size: 16px;
}

h2 {
    font-size: 44px;
}

#ho-slider-frame {
    margin: 0 0 0 243px;
}

.ho-slider-no {
    font-size: 120px;
}

#a-qr {
    height: 900px;
}

body #a-qr-slider-txt {
    top: 22%;
    height: inherit;
}

.a-qr-nav-line-wrap {
    float: left;
    width: 26px;
    height: 1px;
    padding: 12px 0;
}

#a-qr-nav {
    left: -87px;
}

#a-qr-slider-txt {
    left: 140px !important;
    width: 720px !important;
    bottom: -90px !important;
    height: 330px !important;
    height: 768px !important;
}

.page-banner h1 {
    font-size: 36px;
    line-height: 50px;
}

.blogbox h3 {
    font-size: 23px;
}

.navbar-nav .nav-item {
    margin-right: 16px;
}

/**/
.a-qr-arrows {
    width: 95px;
    height: 45px;
    bottom: -20px;
    right: -17px;
}
	
.navbar-nav .nav-item {
    margin-right: 3px;
}
	.footer .bg {
    padding: 40px 0px 0px 0px;
}

.navbar-nav .nav-item {
    margin-right: 0px;
}

.lavalcontent h3 {
    font-size: 28px;
}
	
.header .middle img {
    max-height: 67px;
}

.header .middle .logo-agency img {
    max-height: 46px;
}

.spperinfo .btn-info span {
    font-size: 14px;
}

#mw-calc-disclaimer {
    margin: 7px 0 2px 15px !important;
}	
	
.header nav.navbar .nav-link {
    font-size: 15px;
}

.ho-slider-no {
    font-size: 98px;
}


.spperinfo .btn-info span {
    font-size: 11px;
}	
	
.why-work-latest .owl-carousel .owl-nav button.owl-prev {
    left: 5vw;
}
 
.why-work-latest .owl-carousel .owl-nav button.owl-next {
    right: 5vw;
}
	
.testimonials-latest .heading_title:before {
    top: 3px;
}
.heading_title:before {
    font-size: 8vw;
    letter-spacing: 15px;
}
 
.workbox .num {
    font-size: 117px;
} 	
.quote-box {
    padding: 30px 20px;
}
 
.quote-box p, ul.list li {
    font-size: 16px;
}
 
.testimonials-list label {
    font-size: 13px;
}
   
.header .middle img {
    max-height: 75px;
}
 
.testimonials-list label {
    font-size: 12px;
}	
	
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
#a-qr {
    height: 900px;
}

body #a-qr-slider-txt {
    top: 22%;
    height: inherit;
}

p {
    font-size: 16px;
}

/**/
.a-qr-arrows {
    width: 95px;
    height: 45px;
    bottom: -19px;
    right: -76px;
}
	
.navbar-nav .nav-item {
    margin-right: 17px;
}	
	
.footer .bg {
    padding: 40px 0px 0px 0px;
}

.page-banner h1 {
    font-size: 40px;
    line-height: 50px;
}

.blogbox h3 {
    font-size: 23px;
}
	
	.navbar-nav .nav-item {
    margin-right: 11px;
}

#ho-slider-no-wrap {
    font-size: 8rem;
}

#mw-calc-disclaimer {
    margin: 7px 0 2px 15px !important;
}
	.header nav.navbar .nav-link {
    font-size: 15px;
}

.ho-slider-no {
    font-size: 98px;
}


.spperinfo .btn-info span {
    font-size: 11px;
}
	
.header .middle img {
    max-height: 75px;
}
 	
}