@media only screen and (max-width:767px) {
.flush-xs {
    padding-right: 0px;
    padding-left: 0px;
} 

.navbar-toggler {
    line-height: 1;
    padding: 0;
    border-radius: 0;
}
.navbar-toggler.menu-icon {
    width: 40px;
    padding:0;
    cursor: pointer;
    position: relative;
    border:0px;
}
.navbar-toggler.menu-icon span {
    width: 100%;
    height: 4px;
    display: block;
    background-color: #005DBA;
    margin: 6px 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.navbar-toggler.menu-icon.active span {
    position: absolute;
    top: calc(50% - 8px);
}
.navbar-toggler.menu-icon.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.navbar-toggler.menu-icon.active span:nth-child(3) {
    -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;
} 

.visible-xs {
    display: inline-block;
}

.xs-100 {
    width: 100%;
}

.navbar-light .navbar-brand {
    width:75%;
}

.navbar-light .navbar-brand img {
    max-height: 100px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

.underlined::after {
    left: 50%;
    margin-left: -35px;
    width: 70px;
}

.row-eq-height {
    display:inline-block;
}h2 {
    font-size: 30px !important;
	letter-spacing: 8px !important;
}

.header .agency-logo {
	display:none!important;
}

.navbar-light .navbar-brand {
    text-align: left!important;
}

.header .navbar {
	width:100%!important;
}

.video {
	height:75vh !important;
}

.video video {
    height: 75vh;
}

.header {
	position:relative!important;
}

.about .first-letter {
    margin: 0px 25px!important;
}

.properties {
	padding:60px 0px!important;
}

.social-media .pl-0 {
	padding-left:15px !important;
}

.social-media .mt-4 {
	margin-top:0px !important;
}

.social-media figure {
	margin-bottom:15px !important;
	height:auto !important;
}

.property-details {
	padding:8px!important;
}

.services img {
	margin-top:20px!important;
}

.section-title::after {
	top:13px !important;
}

.about-footer img {
	margin-bottom:15px !important;
}

.social-footer a {
    margin: 0px 5px!important;
}

.menu {
	width: 100% !important;
	padding:55px 32px!important;
}

.header .menu-btn div {
	width:auto !important;
}

.header .menu-btn {
	position: absolute!important;
	top: 3px!important;
	right:0px!important;
}

a.close-menu {
    position: absolute!important;
    top: 44px!important;
    right: 20px!important;
}

.header .menu .nav-link {
    font-size: 20px!important;
    padding: 5px 0px!important;
}

.header .menu ul {
	padding-left:0px!important;
}

.header .nav-item {
    margin: 0px 0px!important;
}

.menu ul li {
    padding: 0px 0px!important;
}

.menu-details .logo {
	display:none !important;
}

.social-media {
	padding:30px 0px !important;
}

.properties .btn-pos {
    top: 20px!important;
}

.properties .owl-nav {
	margin-top:10px !important;
}
	
	.menu::before {
		width:100% !important;
	}	
	
	.header .menu-btn span {
		background:#000 !important;
	}
	
	.social-fixed {
		display:none !important;
	}
	
	.about .me-pic {
		margin:25px 0px;
	}
	
	.cta .cta-item-text div {
		font-size:32px !important;
	}
	
	.video-box .btn-gold {
		padding-left:0px !important;
		padding-right:0px !important;
		width:100% !important;
	}
}

@media only screen and (min-width:768px) and (max-width:992px) {
.nav-link, .navbar-expand-md .navbar-nav .nav-link, .header a {
    font-size:13px;
    padding-left: 10px;
    padding-right: 10px;
}  

.header .nav-item {
    margin: 0px 5px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}.menu-details a {
    margin: 0px 3px !important;
} 

.menu {
	width: 100% !important;
}

a.close-menu {
    top: 43px!important;
    right: 35px!important;
}

.menu ul li {
	padding: 5px 0px!important;
}

.video {
	height:auto!important;
}

.about,.cta {
	padding:50px 0px !important;
}

.about .first-letter {
    margin: 0px 35px!important;
}

.section-title h2 {
    font-size: 30px!important;
}

.property-details {
    padding: 34px!important;
}

.properties .owl-carousel .owl-nav button.owl-prev {
    width: 15%!important;
}

.properties .owl-carousel .owl-nav button.owl-next {
	 width: 15%!important;
}

.services {
	padding-bottom:50px !important;
}
}

@media (min-width:993px) and (max-width:1169px) {	
.header .nav-item {
    margin: 0px 0px !important;
}

.header .agency-logo img {
    max-height:48px!important;
} 	

.services {
    padding-bottom:50px !important;
}
}
@media only screen and (max-width:1199px) {
    .social-fixed {
        width: 45px;
    }
    
    .footer-logo-img {
        width: 90% !important;
    }
}
@media only screen and (max-width:767px) {
    .contact-footer a, .contact-footer p {
        font-size: 13px;
    }
    .about.inner-page .section-title {
        padding-top: 20px;
    }
}
@media only screen and (max-width:575px) {
    .contact-footer {
        padding: 0 0px 30px;
    }
    .section-title h2 {
        font-size: 20px!important;
    }
}
@media only screen and (max-width: 424px) {
    .cta .cta-item-text div {
        font-size: 24px !important;
    }
    h2 {
        font-size: 24px !important;
        letter-spacing: 5px !important;
    }
}
@media only screen and (max-width: 991px) {
    .buyers-sellers .agent img {
        width: 100%;
    }

    .buyers-sellers::before {
        max-width: 100%;
    }

    .buyers-sellers .about-intro {
        padding: 0 20px 35px 20px;
    }

    .buyers-sellers .black-form {
        padding: 35px 20px;
    }
}


@media screen and (max-width: 767px) {
    #payment-calc .calc-tip-middle {
        max-width: 100px;
    }
    #payment-calc .calc-tip-top, #payment-calc .calc-tip-bottom {
        width: 125px!important;
    }
    #payment-calc h2 a {
        font-size: 18px;
    }
}

@media screen and (max-width: 560px) {
    #payment-calc .calc-tip-wrapper{
        display: none!important;
    }
}

@media only screen and (max-width: 424px) {
     #payment-calc h3 {
        font-size: 15px!important;
    }
    #payment-calc .rh-calc-head #ask {
        width: 70px!important;
    }
    #payment-calc .rh-calc-head .go {
        width: 75px!important;
    }
    #payment-calc .rh-calc-head .col01 {
        width: 8em!important;
    }
}
@media only screen and (max-width:1439px) {
    .contact-form a br {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width:1100px) {
    .contact-form .text-left p a {
        font-size: 14px;
    }
}
.contact-form p:last-child {
    margin-bottom: 20px;
}

/* homepage cta big buttons */
@media (max-width: 768px) {
    .cta .big-button {
        background-image: none;
    }

    .cta .big-button::before {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        transition: none;
    }

    .cta .big-button::after {
        background-image: none;
    }

    .buyers-sellers {
        padding: 50px 0;
    }
}
