* {
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    padding: 0;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
}
.mt-5{
    margin-top: 5px;
}
.mt-10{
    margin-top: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.mt-15{
    margin-top: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
body, html {
    width: 100%;
    margin: 0;
}
.container {
    margin-right: auto;
    margin-left: auto;
}
body {
    height: 100%;
    min-height: 100%;
    max-width: 1920px;
    padding: 0;
    margin: auto !important;
    font-family: 'Open Sans', sans-serif!important;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    color: #74777c;
    background-color: #fff;
    font-size: 14px;
}
body.fixed {
    position: fixed;
    left: 0;
    right: 0;
}
body.fixed:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #092c4c;
    opacity: .5;
    z-index: 1023;
}
a {
    color: #1b8644;
}
a:focus, a:hover {
    color: #1b8644;
    text-decoration: none;
}
a, button, input {
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    text-decoration: none;
}
a:hover, button:hover {
    outline: 0;
    text-decoration: none;
}
button:focus, input:focus, textarea:focus {
    outline: 0;
}
li, p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #282828;
}
li, p, ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-transform: inherit;
    font-family: 'Open Sans', sans-serif;
    color: #1b8644;
    font-weight: 500;
    text-transform: inherit;
}
h1 {
    font-size: 21pt;
}
h2 {
    font-size: 17pt;
}
h3,h4,h5{
    text-transform: none;
}
h3 {
    font-weight: 500;
    font-size: 15pt;
    color: #ff7686;
}
h4 {
    font-size: 18px;
    text-transform: none;
}
h5 {
    font-size: 15px;
    text-transform: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
@media (min-width: 992px)
{
    .col-lg-5 {
      width: 41.66666667%;
    }
}

  .col-md-7 {
    width: 58.33333333%
    }  
.col-md-3, .col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.show-mobile {
    display: none !important;
}
.btn-default, .btn-default:focus {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .5);
    color: rgba(255, 255, 255, .5);
}
.btn-default.active, .btn-default:active, .btn-default:hover, .open .dropdown-toggle.btn-default {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.btn-default-color, .btn-default-color:focus {
    background-color: transparent;
    border-color: #adb2b6;
    color: #adb2b6;
}
.btn-default-color.active, .btn-default-color:active, .btn-default-color:hover, .open .dropdown-toggle.btn-default-color {
    background-color: transparent;
    border-color: #90c8c2;
    color: #90c8c2;
}
.error {
    color: #d31e00 !important;
    font-size: 90% !important;
    display: block !important;
}
.green-dot, .pink-dot {
    height: 40px;
    width: 40px;
    background: #1b8644;
    border-radius: 50%
}
.green-dot {
    background: #004886;
}
#forgotPasswordError, #signUpErrors {
    margin-bottom: 10px;
}
.email-exist-error {
    font-size: 13px;
    color: red;
}
div.email-exist-error a {
  color: #90c8c2;
}
.list-style .item .image img {
    height: auto;
}
.cta-btn, .cta-outline {
    text-decoration: none;
    float: none;
    background: #1b8644;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    padding: 13px 32px;
    height: auto;
    display: inline-block;
    margin-top: 40px;
    border: 1px solid #1b8644;
}
.cta-btn:focus, .cta-btn:hover {
    color: #fff;
    background: #004886;
    border-color: #004886;
    outline: none;
}
.cta-outline {
    color: #1b8644;
    background: 0 0;
    transition: all .4s ease-in-out;
}
.cta-outline:focus, .cta-outline:hover {
    color: #fff;
    background: #1b8644;
    border-color: #1b8644;
}
.d-flex {
    display: flex;
    flex-wrap: wrap;
}
.align-center {
    align-items: center;
}
.flex-end {
    align-items: flex-end;
}
html body .pink-btn {
    background: #1b8644;
    border-color: #1b8644;
    color: #fff;
}
html body .light-btn {
    background: #f2f3f5;
    border-color: #f2f3f5;
    color: #343434;
}
html body .green-btn {
    border-color: #004886;
    background: #004886;
    color: #fff;
}
.green-black-btn {
    color: #000;
}
.green-btn:focus, .green-btn:hover {
    background: #1b8644;
    border-color: #1b8644;
}
.hidden, .hide {
    display: none !important;
}
section.blog-sec.homeBlog {
    width: 100%
}
.pac-container{
    z-index: 1000001;
}

@media (min-width:1199px) {
    .container {
        width: 100%;
        max-width: 1200px;
        padding: 0 15px;
    }
}

@media (min-width:1400px) {
    .container {
        width: 100%;
        max-width: 1310px;
        padding: 0 15px;
    }
}

.container-md {
    max-width: 1090px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
/*Header CSS*/
.burger-menu ul.myAccount-sidebar {
  padding: 0;
  padding-left: 10px;
  background: transparent;
  box-shadow: none;
}
#verificationCodeEntry {
    text-align: center;
    margin-top: 60px;
}

#verificationCodeEntry input {
    width: 40px;
    font-size: 30px !important;
    border: none;
    border-bottom: 2px solid #74777c;
    margin-right: 10px;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
    padding-left: 2px;
    padding-right: 2px;
}

.resendCodeContainer {
    padding-top: 40px;
}

#resendCode:hover {
    text-decoration: underline;
}

#verificationErrors {
    text-align: center;
    padding-top: 20px;
}
.header {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    position: -webkit-sticky; 
    top: 0;
    z-index: 99999;
}
#top-bar {
    width: 100%;
    font-size: 13px;
    line-height: 32px;
    background-color: #f1f3f6;
    position: relative;
    z-index: 1020;
    min-height: unset;
}
#top-bar a {
    color: #74777c;
}
#top-bar a:focus, #top-bar a:hover {
    color: #1b8644;
    text-decoration: none;
}
ul#top-buttons {
    float: right;
}
.header .navbar {
    max-width: 1310px;
    padding: 10px 15px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    float: none;
    align-items: center;
    border-radius: 0;
    flex-wrap: nowrap;
}

.left-header {
    display: flex;
    flex: 0 0 50%;
    max-width: 0;
    align-items: center;
}
.toggle-block {
    height: 15px;
    position: relative;
    cursor: pointer;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    display: inherit;
    align-items: center;
    margin-right: 0;
}
.toggle-btn {
    width: 20px;
    height: 20px;
    margin: 6px 0;
    display: block;
    position: relative;
    border-radius: 4px;
    margin-right: 3px;
    background-size: contain;
    background-position: center;
    background-image: url(../images/menu-icon.png);
}
span.toggle-name {
    color: #004886;
    pointer-events: none;
}
.center-header {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.header .navbar-brand {
    padding: 0;
    height: auto;
    width: auto;
}
div#navbarSupportedContent {
    position: absolute;
    right: 15px;
}
.header .navbar-collapse {
    max-width: max-content;
    padding-left: 0;
    flex: 0 0 50%;
    margin-left: auto;
    padding-right: 0;
    align-items: center;
    display: flex !important;
    justify-content: flex-end;
}
.header .navbar-nav {
    float: none;
    display: flex;
    flex: 0 0 100%;
    margin-left: 0;
    margin-right: auto;
    align-items: center;
}
.header .navbar .nav-item:first-child {
    margin-left: 0;
}
.header .navbar-toggler.open .navbar-toggler-icon, .toggle-block.open .toggle-btn {
    height: 0;
    background: 0 0;
}
.header .navbar-toggler.open .navbar-toggler-icon:before, .toggle-block.open .toggle-btn:before {
    transform: rotate(-45deg);
    top: 0;
} 
.header .navbar-toggler.open .navbar-toggler-icon:after, .toggle-block.open .toggle-btn:after {
    transform: rotate(45deg);
    top: 0;
}                                
.header .navbar-toggler.open .navbar-toggler-icon, .toggle-block.open .toggle-btn {
    height: 0;
    background: 0 0;
}
.toggle-block.open .toggle-btn {
    background-image: url(../images/close.png);
    height: 20px;
    background-position: center;
    background-size: contain;
}
.burger-menu {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    z-index: 999998;
    margin-left: -436px;
    overflow-y: auto;
    width: 100%;
    /* max-width: 580px; */
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
}
.burger-menu::-webkit-scrollbar {
    width: 0;
}
.burger-menu::-webkit-scrollbar-thumb {
    background-color: #004886;
    background-color: transparent;
    border-radius: 8px;
}
.burger-menu::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 8px;
}
@-moz-document url-prefix() {
    .burger-menu {
        scrollbar-width: none;
    }
}
.burger-menu::-webkit-scrollbar-thumb:hover {
    background: #1b8644;
    background-color: transparent;
}
.burger-menu .dropdown-menu::-webkit-scrollbar {
    width: 4px;
    margin: 10px 0;
}
.burger-menu .dropdown-menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 8px;
}
.burger-menu .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #004886;
    border-radius: 8px;
}
.burger-menu .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #1b8644;
}
.burger-menu ul li a.open, .burger-menu ul li a:hover, 
.burger-menu ul li.active a {
    color: #e64c7f;
}
.burger-menu.open {
    opacity: 1;
    margin-left: 0;
    visibility: visible;
}
.burger-menu ul {
    background: #fff;
    padding: 40px;
    max-width: 340px;
    min-height: 100%;
    box-shadow: 0 4px 15px rgb(9 44 76 / 8%);
}
.burger-menu ul li {
    position: relative;
    margin-bottom: 10px;
}
.burger-menu ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #092c4c;
    display: block;
    position: relative;
}
.header .navbar .nav-item a:hover {
    color: #1b8644;
}
.burger-menu ul hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.burger-menu ul li a.open, .burger-menu ul li a:hover, .burger-menu ul li.active a {
    color: #e64c7f;
}
.burger-menu .white-space {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 230px;
}
.burger-menu .dropdown-menu, .burger-menu .sub-menu {
    top: 0;
    margin-left: 45px;
    margin-top: 0;
    position: absolute;
    left: 100%;
    background: #ffff;
    padding: 20px 20px 10px;
    width: 220px;
    z-index: 1;
    height: auto;
    border-radius: 7px;
    box-shadow: 0 2px 15px rgb(9 44 76 / 8%);
    max-height: 340px;
    overflow: auto;
}
.burger-menu .dropdown-menu.dropdown-bt {
    top: -100px;
}
.burger-menu .dropdown-menu .active>a, .burger-menu .dropdown-menu .active>a:focus, .burger-menu .dropdown-menu .active>a:hover {
    color: #e44076;
    background-color: transparent;
}
.burger-menu .sub-menu li, .burger-menu .submenu-list {
    margin-bottom: 16px;
}
.burger-menu .sub-menu li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.burger-menu .caret {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    position: absolute;
    right: 0;
    top: 10px;
    background: url(../images/drop-down-icon.svg) center no-repeat;
    height: 10px;
    width: 10px;
    border: 0;
}
#signInDialogForm {
    padding: 0;
}
.alPopup-form {
    position: relative;
    max-width: 552px;
    background: #fff;
    padding: 70px 70px;
    overflow: hidden !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgb(9 44 76 / 8%);
    margin: auto;
}
.alPopup-form .close-btn, .filter-list .close-btn {
    background: url(../images/close-btn.svg) center no-repeat;
    background-size: 20px;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 9px;
    right: 10px;
    cursor: pointer;
}
.alPopup-form .signUpDialogLoginOption {
    vertical-align: top;
    text-align: right;
    margin-top: 13px;
    position: absolute;
    top: -3px;
    right: 45px;
}
/*.alPopup-form .togglePostSignUp, .alPopup-form .toggleSignUp {
    color: #333 !important;
}*/
.alPopup-form .togglePostSignUp:hover, 
.alPopup-form .toggleSignUp:hover,
.alPopup-form .toggleLogIn:hover  {
    color: #1b8644 ;
}
.alPopup-form .signUpDialogFormTitle2, .alPopup-form .signUpDialogFormTitleBar1 {
    margin: 0;
    padding: 0;
}
.alPopup-form .site-title {
    margin-bottom: 24px;
}
.alPopup-form .signUpInput {
    margin: 0;
    max-width: 100%;
    position: relative;
    margin-bottom: 24px;
}
.alPopup-form #resendCode {
    color: #1b8644;
    cursor: pointer;
}
.alPopup-form .signUpInput i {
    margin: 10px 0 0 10px;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 7px;
}
.alPopup-form .signUpInput input {
    height: auto;
    float: none;
    padding: 16px 24px;
}
.alPopup-form .signUpInput textarea:focus {
    color: #092c4c !important;
}
.alPopup-form #AcceptTerms, .alPopup-form #agreeTerms {
    height: 18px;
    width: 18px;
    margin-right: 10px;
    border-radius: 4px;
}
.alPopup-form #signUpTerms {
    text-align: right;
    float: left;
    width: 18px;
    position: relative;
}
.alPopup-form #signUpDisclaimer {
    text-align: left;
    float: left;
    width: calc(100% - 18px);
    padding-right: 0;
    padding-left: 15px;
}
.alPopup-form .cta-btn {
    width: 100%;
    max-width: 216px;
    font-family: 'Open Sans', sans-serif;
}
.alPopup-form .orDivider {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    text-align: center;
    padding: 0;
    margin: 15px 0 !important;
}
.alPopup-form .orDivider span {
    background: #fff;
    display: inline-block;
    z-index: 1;
    position: relative;
    padding: 10px 25px;
}
.alPopup-form .orDivider:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #e0e0e0;
    left: 0;
    bottom: 14px;
}
.alPopup-form .signUpDisclaimerContainer {
    padding-top: 0;
}
.alPopup-form .signUpSubmission .cta-btn {
    margin-top: 0;
}
.alPopup-form .thankYou-btn .cta-btn {
    width: 100%;
    margin-right: 0;
    max-width: 280px;
}
.ui-widget-overlay {
    background: #092c4c !important;
    z-index: 1000000 !important;
    opacity: .5 !important;
}
.ui-widget.ui-widget-content {
    border: 0 !important;
    background: #e0e0e0;
    height: 4px;
    flex: 0 0 100%;
    margin: 28px 10px 25px;
}
.ui-widget.ui-widget-content {
    z-index: 1000001;
    background: 0 0;
}
#signUpTerms .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.signUpDialogFormTitle2 {
    text-align: center;
}
.signUpDialogFormTitle, .signUpDialogFormTitle2 {
    margin: 10px 0;
    color: #00687d;
    padding-bottom: 5px;
    font-size: 26px;
    font-weight: 700;
}
.signUpDialogFormTitle {
    margin: 10px 0 5px 0;
}
.signUpSubmission .mailing-list-box {
    text-align: left;
    padding-left: 20px;
}

.signUpSubmission .mailing-list-box label {
    font-weight: 400;
    font-size: 13px;
}

.signUpSubmission .disclaimer-section a {
    color: #90c8c2;
}
.signUpSubmission .disclaimer-section a:hover {
    color: #1b8644;
}
.signUpSubmission .disclaimer-section {
    margin: 12px 0 12px 20px;
    font-size: 13px;
}

.signUpSubmission .mailing-list-box input#mailing-list {
    margin-left: -20px;
    position: relative;
    top: 3px;
    margin-right: 4px;
}
.form-label-group {
    position: relative;
}

.al-form .group-form-block input, .al-form .group-form-block select, .form-control, .schedule-input .chzn-single {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    width: 100%;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 14px 24px;
    height: auto;
    margin: 0;
}

.form-label-group label {
    opacity: 0;
    color: #828282;
    position: absolute;
    pointer-events: none;
    left: 24px;
    top: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
}

.form-label-group label.error {
    position: absolute;
    bottom: -28px !important;
    top: auto !important;
    left: 5px;
}
/*#contactLandlordForm1 .form-label-group input:not(:placeholder-shown),*/ 
#contactLandlordForm1 .form-label-group select:not(:placeholder-shown),
.form-label-group textarea:not(:placeholder-shown), 
.form-label-group>input:not(:placeholder-shown) 
/*.schedule-input.form-label-group input:not(:placeholder-shown),*/
/* .form-label-group input:not(.phone-field) */{
  color: #092c4c!important;
  padding: 22px 24px 6px;
}
.form-label-group.field-show-label input {
    padding: 25px 24px 7px;
}
.form-label-group textarea:not(:placeholder-shown)~label, 
.form-label-group>input:not(:placeholder-shown)+label,
#contactLandlordForm1 .form-label-group select:not(:placeholder-shown)+label,
.form-label-group>input:not(:placeholder-shown) ~ label {
    top: 5px;
    opacity: 1;
}
#contactLandlordErrors, #contactLandlordErrors2, #listingErrors, #loginErrors, #registrationErrors {
    color: red;
    margin-bottom: 22px;
}

#contactLandlordErrors, #listingErrors, #loginErrors, #registrationErrors {
    margin: 11px 0 11px 0;
}
.verificationNotice {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.small-text {
    font-weight: 400;
    font-size: 13px;
}
.small-text a {
    color: #90c8c2;
}
.small-text a:hover {
    text-decoration: underline !important;
}
.signUpSubmission {
    text-align: center;
    margin-bottom: 10px;
}
.orDivider {
    text-align: center;
    padding: 15px 0 5px 0;
    color: #74777c;
}
.socialLogin {
    text-align: center;
    margin-top: 15px;
}
#googleLogin #gSignIn {
    border: 1px solid #004886;
    box-sizing: border-box;
    border-radius: 30px;
    max-width: 237px;
    margin: auto;
    width: 100%;
    padding: 2px 15px;
    transition: all .4s ease-in-out;
}
#googleLogin #gSignIn:hover{
    background-color: #004886;
}
#googleLogin #gSignIn:hover .abcRioButtonContents {
  color: #fff;
}
#googleLogin .abcRioButton.abcRioButtonLightBlue {
    width: auto !important;
    background: 0 0;
    box-shadow: none;
}

#googleLogin .abcRioButtonContents {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    color: #004886;
    line-height: 40px !important;
}

#googleLogin .abcRioButtonSvg {
    height: 23px;
    width: 23px;
}

#forgotPasswordContainer {
    margin-top: 15px;
    text-align: center;
}
#forgotPassword:hover{
    color: #1b8644;
}
#forgotPasswordError {
    text-align: center;
    color: #d31e00;
}

.error {
    color: #d31e00 !important;
}

.ui-dialog-titlebar {
    display: none !important;
}
/*.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.signupDialog {
    width: 100% !important;
    left: auto !important;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    box-shadow: none !important;
    background: 0 0;
}*/
.ui-dialog.ui-widget-content{
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin-right: 0;
  margin-left: 0;
  box-shadow: none !important;
  position: fixed;
  background: rgb(9 44 76 / 50%) !important;
  z-index: 1000000 !important;
  margin-top: 0 !important;
  padding: 30px 0;
  overflow: auto;
  border-radius: 0 !important;
}
.ui-widget-overlay{
    display: none;
}
body.ui-dialog-open{
    overflow: hidden;
}
.alPopup-form.signup-switch {
    max-width: 944px;
}
.alPopup-form.signup-switch .site-title {
    margin-bottom: 0;
}
.center {
    float: none;
    text-align: center;
    margin: 0 auto;
}
.signUpDialogFormOptionBox {
    margin-top: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
}
.signUpDialogFormOptionBoxFirst {
    margin-top: 35px;
}
.signup-switch .signUpDialogFormOptionBox {
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 24px 24px 24px 0;
    margin-left: 60px;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
}
.signUpDialogFormOptionBox:hover {
    border-color: #1b8644;
}
.signup-switch .signUpDialogContent {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}
.signup-switch .signUpDialogFormLabel {
    width: calc(100% - 62px);
    padding: 0;
    padding-left: 24px;
}
.signup-switch .signUpDialogPhoto {
    padding: 0;
    text-align: right;
    height: 122px;
    width: 122px;
    overflow: hidden;
    margin-left: -60px;
    border-radius: 50%
}
.signup-switch .signUpDialogPhoto img {
    width: 100%
}
.signup-switch .signUpDialogFormLabel h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #000;
    margin-bottom: 8px;
}


/*Header CSS End*/
h1.headerBreadCrumb {
    padding: 8px 0;
    font-size: 1em;
    color: #74777c;
}
.head-btn.searchSort a.chzn-single, .header .navbar .nav-item a {
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    letter-spacing: 0;
    color: #004886;
    padding: 10px 0;
    padding-left: 30px;
    margin: 0;
    display: inline-block;
    height: auto;
    border: 0;
    /* text-transform:uppercase; */
}
 #sortBy_chzn a {
  text-transform: inherit;
}
.head-btn.searchSort a.chzn-single {
    padding-left: 20px;
    padding-right: 30px;
}

.hero-banner {
    padding: 70px 0;
}
.hero-banner .col-md-5, .hero-banner .col-md-6 {
    position: static;
}
.banner-content {
    margin-top: 30px;
}
.banner-content h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-align: left;
    margin-bottom: 20px;
    color: #000;
    font-family: Montserrat, sans-serif;
}
.banner-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #282828;
}
.banner-search {
    z-index: 9;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}
.banner-search .tab-content {
    border: none;
    padding: 16px 24px 14px;
    border-radius: 12px;
    background: #fff;
    position: absolute;
    z-index: 9;
    width: 60%;
    max-width: 960px;
    box-shadow: 0 10px 15px rgb(9 44 76 / 8%);
    margin-bottom: 0;
}
.banner-search .tab-content .active {
    background-color: transparent;
    border: none;
    padding: 0;
}
.banner-search .filter-list-block {
    align-items: inherit;
}
.banner-search form {
    width: 100%
}
.banner-search .tab-content .container {
    padding: 0;
}
.banner-search .filter-list-block {
    align-items: inherit;
}
.filter-list {
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
}
.banner-search .filter-list.search-box {
    margin-bottom: 0;
    /* width: 100%; */
    width: calc(100% - 106px);
    margin-right: 0;
    margin-top: 0;
}
.banner-search .filter-list.search-box input {
    width: 100%;
    max-width: 100%
}
.banner-search .filter-list.alsearch-btn {
    width: 100%;
    max-width: 106px;
    margin-top: 0;
    padding-left: 10px;
}
.banner-search .filter-list.alsearch-btn {
    margin-bottom: 0;
    margin-right: 0;
}
.hero-banner .alEffect-btn {
    margin-top: 130px;
    text-align: center;
}
div .site-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #000;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
}

/*.custom_ow_container > .row{
    height: 150px;
    overflow: hidden;
}*/

.custom_ow_container div .site-title {
    margin-bottom: 0px;
}
.custom_ow_container ul li:first-child {
    padding-top: 0px;
}
.custom_ow_container ul li {
    padding-top: 15px;
}

.invisible_content{
    height:0px;
     overflow: hidden;
}

.invisible_content .read_content {
    margin-left: 5px;
/*    margin-top: 10px;
    display: block;*/
}
.invisible_content.active{
   height: inherit;
}

.custom_ow_container > .row.active{
    height: inherit;
    overflow: hidden;
}

.custom_ow_container ul li:last-child {
    padding-bottom: 0px;
}

.custom_ow_container p.landing--description {
    line-height: 1.9em;
}

.custom_ow_container h2.site-title.landing--title {
    font-size: 20px!important;
    line-height: 20px!important;
    margin-top: 25px!important;
     line-height: 1.5em!important;
}

.read_content:hover {
    color: #1b8644;
}

.read_content {
    cursor: pointer;
    color: #428bca;
    margin-left: 5px;
    font-size: 16px;
}

.custom_ow_container h2.site-title.landing--title {
    font-size: 20px!important;
}

.custom_ow_container ul li {
    list-style: disc;
    margin-left: 20px;
    padding-top: 8px;
    padding-bottom: 15px;
}

.hero-banner .col-md-5, .hero-banner .col-md-6 {
    position: static;
}

.hero-banner .col-md-6 {
    width: 50%
}

.banner-content {
    margin-top: 30px;
}

.banner-content h1 {
    font-size: 48px ;
    font-weight: 700;
    line-height: 56px ;
    text-align: left;
    margin-bottom: 20px;
    color: #000;
    font-family: Montserrat, sans-serif;
}

.banner-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #282828;
}

.banner-img {
    display: flex;
    position: relative;
    height: 100%
}

.banner-img img {
    max-width: 100%;
    margin-left: auto;
    border-radius: 160px 50px;
}

.banner-img .pink-dot {
    position: absolute;
    right: 22%;
    top: -20px;
}

.banner-img .graphic-img1 {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.banner-img .graphic-img2 {
    position: absolute;
    bottom: -32px;
    right: 20%
}

.banner-img .graphic-img3 {
    position: absolute;
    top: -60px;
    left: 0;
}

.email-icon, .graphicImg, .heart-icon {
    height: 92px;
    width: 92px;
    display: inline-block;
    border-radius: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.graphicImg {
    height: 64px;
    width: 64px;
    border: 4px solid #fff;
    box-shadow: 0 4px 15px rgba(9, 44, 76, .08);
}

.graphic-img1 {
    background-image: url(../images/graphic-img3.png);
}

.graphic-img2 {
    background-image: url(../images/graphic-img2.png);
}

.graphic-img3 {
    background-image: url(../images/graphic-img1.png);
}

.graphic-img4 {
    background-image: url(../images/graphic-img4.png);
}

.graphic-img5 {
    background-image: url(../images/graphic-img5.png);
}

.graphic-img6 {
    background-image: url(../images/graphic-img6.jpg);
}

.banner-search .nav-tabs li:first-child a {
    border-radius: 12px;
}

.banner-search .nav-tabs li a {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
    background: #fcfcfc;
    box-sizing: border-box;
    box-shadow: 0 4px 15px rgb(9 44 76 / 8%);
    border-radius: 12px 12px 0 0;
    border: 0 !important;
    padding: 12px 24px !important;
}

.banner-search .nav-tabs .nav-item.active a {
    background: #fff;
}

.banner-search .nav-tabs .nav-item:first-child a {
    border-bottom-left-radius: 0;
}

.banner-search .nav-tabs {
    border: none;
}

.banner-search .tab-content {
    border: none;
    padding: 15px 24px 14px;
    border-radius: 12px;
    background: #fff;
    position: absolute;
    z-index: 9;
    width: 60%;
    max-width: 960px;
    box-shadow: 0 10px 15px rgb(9 44 76 / 8%);
}

.banner-404 .banner-search .tab-content {
    max-width: 820px;
}

.banner-search .tab-content .container {
    padding: 0;
}

.banner-search .tab-content .active {
    background-color: transparent;
    border: none;
    padding: 0;
}

.banner-search .filter-list .filter-btn, .banner-search .filter-list.search-box input {
    font-size: 16px;
    line-height: 22px;
    border-radius: 4px;
    padding: 12px 18px;
}

.ow-custom-startsSearch-owl{
    padding-bottom: 20px!important;
}

.custom_ow_alEffectsec{
    padding-bottom: 45px!important;
}
a.see_more_blog_link.cta-btn.green-btn {
    margin-top: 0;
    margin-bottom: 15px;
}
.filter-list-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.filter-list-block .dropdown-backdrop {
    z-index: -1;
}

.banner-search .filter-list-block {
    align-items: inherit;
}

.banner-search form {
    width: 100%
}

.banner-search #basicSearchForm {
    font-style: normal !important;
    width: 100%
}

.banner-search .filter-list.search-box input {
    width: 100%;
    max-width: 100%
}

.banner-search .search-box .text-danger {
    color: #a94442;
    position: absolute;
    left: 18px;
    bottom: -13px;
}

.banner-search .alsearch-btn .search-input {
    width: auto;
    background: #1b8644;
    background-image: url(../images/search-wicon.svg);
    background-repeat: no-repeat;
    width: 100% !important;
    background-position: 6% center;
    border-color: #1b8644;
    color: #fff;
    padding-left: 30px;
    padding-right: 10px;
}

.banner-search .alsearch-btn .search-input:focus, 
.banner-search .alsearch-btn .search-input:hover {
    color: #fff;
    background-color: #004886;
    border-color: #004886;
}

.filter-list .cta-outline {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    padding: 11px 18px;
    line-height: 1.2;
    border-color: #e0e0e0;
}

.filter-list .apply-btn {
    color: #fff;
    font-weight: 400;
    margin-right: 10px;
    border-color: #e0e0e0;
    background-color: #1b8644;
}

.filter-list .apply-btn:hover,
.filter-list .apply-btn:focus,
.filter-list .cta-outline:hover {
    color: #fff;
    border-color: #1b8644;
}

.filter-list:last-child {
    margin-right: 0;
}

.filter-list .filter-btn, .filter-list input, .filterList-outer .apply-title {
    height: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #4f4f4f;
    color: #004886;
    text-align: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border: 1px solid #004886;
    border-radius: 30px;
    padding: 11px 10px;
    display: inline-block;
    text-decoration: none;
    width: 100% !important;
    margin: 0 !important;
    cursor: pointer;
}

.filter-list .filter-btn:hover, .filter-list input:hover {
    color: #4f4f4f;
}

.filter-list.search-box input::placeholder {
    color: #4f4f4f;
    opacity: 1;
}

.filter-list.search-box input:-ms-input-placeholder {
    color: #4f4f4f;
}

.filter-list.search-box input::-ms-input-placeholder {
    color: #4f4f4f;
}

.filter-list .filter-btn:focus, .filter-list input:focus {
    border-color: #1b8644;
    color: #1b8644;
    outline: 0;
}

.filter-list .filter-btn:focus .caret, .filter-list input:focus .caret {
    background: url(../images/drop-up-icon.svg) center no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
    margin-top: -1px;
}

.filter-list .filter-btn.selected {
    color: #004886;
    border-color: #004886;
}

.filter-list .selected {
    color: #004886;
    border-color: #004886;
}

.filter-list .filter-btn.selected .filter-list input:hover {
    color: #4f4f4f;
}

.filter-list .filter-btn.selected .caret {
    background: url(../images/select-green-arrow.svg) center no-repeat;
    background-size: 100%;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
}

.filter-list .filter-btn.all-filter:focus, .filter-list .filter-btn.all-filter:hover {
    color: #004886;
}

.filter-list .filter-btn.all-filter {
    border: 0;
}

.filter-list .filter-btn.all-filter:before {
    content: "";
    background: url(../images/filter-icon.svg) center no-repeat;
    height: 15px;
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
}

.filter-list .filter-btn.all-filter:after {
    display: none;
}

.filter-list .filter-btn .caret {
    content: "";
    background: url(../images/drop-down-icon.svg) center no-repeat;
    background-size: 100%;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 0;
    vertical-align: middle;
    border: 0;
}

.filter-list.search-box input {
    min-width: 280px;
    text-align: left;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px center;
    padding-left: 25px;
}

.filter-list.search-box input:focus {
    color: #1b8644;
    border-color: #1b8644;
}

.filter-list select:after {
    content: "";
    background: url(../images/drop-down-icon.svg) 0 0 no-repeat;
    width: 5px;
    height: 10px;
}

.filter-list input:focus, .filter-list select:focus {
    outline: 0;
}

.alEffect-img {
    position: relative;
    text-align: right;
}

.alEffect-img img {
    max-width: 100%;
    border-radius: 12px;
}

.alEffect-img .greenFrame {
    position: absolute;
    top: 160px;
    left: -8px;
    z-index: -1;
}

.alEffect-img .green-dot {
    position: absolute;
    top: 130px;
    left: 30px;
}

.greenFrame, .pinkFrame {
    background: url(../images/pinkFrame.svg) 0 0 no-repeat;
    height: 96px;
    width: 115px;
}

.greenFrame {
    background: url(../images/greenFrame.svg) 0 0 no-repeat;
}

.alEffect-block, .recentVideo-block {
    position: relative;
}

.activeList-img .dashed-line, .alEffect-block .dashed-line, .newsletter-content .dashed-line, .recentVideo-block .dashed-line {
    position: absolute;
    top: -30px;
    left: -60px;
    right: 30px;
    bottom: 30px;
    opacity: .1;
    border: 3px dashed #004886;
    box-sizing: border-box;
    border-radius: 12px;
    z-index: -1;
}

.newsletter-content .dashed-line {
    border-color: #1b8644;
    right: -39px;
    left: 70px;
    bottom: -35px;
    top: 40px;
}

.alEffect-sec {
    padding:50px 0 100px;
    position: relative;
}

.alEffect-sec .cta-btn~.cta-btn {
    margin-left: 10px;
}

.alEffect-contant, .recentVideo-contant, .testimonial-block {
    width: 632px;
    z-index: 9;
    position: relative;
    padding: 80px 100px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 15px rgb(9 44 76 / 8%);
}

.alEffect-contant {
    left: -90px;
}

.alEffect-block .dashed-line {
    border-color: #1b8644;
    right: -60px;
    left: 70px;
    bottom: -40px;
    top: 40px;
}

.cityList-sec {
    padding-bottom: 90px;
}

.cityList-sec .row {
    margin: 0 -7.5px;
}

.cityList-sec .col-md-2 {
    padding: 0 7.5px;
}

.cityList-sec a:hover h4 {
    color: #1b8644;
}

.cityList-sec .startsSearch-header .site-title {
    margin-bottom: 10px;
}
.startsSearch-header {
  margin-bottom: 40px;
}

.cityList-sec .startsSearch-header {
    margin-bottom: 40px;
}

.cityList-inner {
    margin: 12px 0;
    background: #fff;
    box-shadow: 0 4px 15px rgb(9 44 76 / 8%);
    border-radius: 30px;
}

.cityList-img {
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 50%
}

.cityList-title {
    padding-left: 15px;
    width: calc(100% - 56px);
    width: -webkit-calc(100% - 56px);
}

.cityList-title h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #282828;
}

.startsSearch-owl {
    /*padding-top: 40px;*/
    padding-bottom: 90px;
}

#owlSearch .owl-dots {
    display: none;
}

#owlHomeBlog .owl-stage, #owlSearch .owl-stage {
    display: flex;
    flex: 1 0 auto;
}

#owlHomeBlog .owl-stage .item, #owlHomeBlog .owl-stage .item a, #owlSearch .owl-stage .item, #owlSearch .owl-stage .item a, #owlSearch .startsSearch-box {
    height: 100%;
    display: block;
}

#owlHomeBlog .owl-stage .item {
    height: unset;
}

.startsSearch-img {
    max-height: 170px;
}

.startsSearch-img img {
    object-fit: cover;
    max-height: 170px;
    height:170px;
}

#owlHomeBlog .owl-stage-outer .owl-item, #owlSearch .owl-stage-outer .owl-item {
    padding: 0px 15px;
}

#owlHomeBlog .owl-stage-outer .owl-item {
    box-shadow: 0 4px 15px rgb(9 44 76 / 8%);
    background-color: #fff;
    height: auto;
    margin: 15px;
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
}

.blog-listing .blog-box {
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: none;
}

.startsSearch-box {
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(9, 44, 76, .08);
}
.startsSearch-content {
    padding: 30px 28px;
}
.startsSearch-content h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
}

.startsSearch-content p {
    font-size: 14px;
    line-height: 23px;
}

#owlHomeBlog .owl-nav button, #owlSearch .owl-nav button, #featured-slider .owl-nav button  {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: url(../images/right-arrow.svg) center no-repeat !important;
    height: 14px;
    width: 10px;
    opacity: .4;
    background-size: 15px !important;
}

#owlHomeBlog img {
    max-height: 200px;
    min-height: 200px;
    object-fit: cover;
}

#owlHomeBlog .owl-nav button span, #owlSearch .owl-nav button span, #featured-slider .owl-nav button span {
    display: none;
}

#owlHomeBlog .disabled span, #owlSearch .disabled span {
    opacity: 0;
}

#owlHomeBlog .owl-nav .owl-prev, #owlSearch .owl-nav .owl-prev, #featured-slider .owl-nav .owl-prev {
    left: -30px;
    transform: rotate(180deg);
}

#owlHomeBlog .owl-nav .owl-next, #owlSearch .owl-nav .owl-next, #featured-slider .owl-nav .owl-next {
    right: -30px;
}

.gallery-sec {
    padding-top: 30px;
    padding-bottom: 100px;
}

.gallery-sec .row {
    margin: 0 -8px;
}

.gallery-sec .col-md-3, .gallery-sec .col-md-4 {
    padding: 0 8px;
    margin-top: 16px;
}

.gallery-box img {
    border-radius: 12px;
    width: 100%
}

.gallery-box {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.gallery-box:hover:after {
    background: rgb(9 44 76 / 70%);
}

.gallery-box h4 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    z-index: 1;
}

.gallery-box~.gallery-box {
    margin-top: 16px;
}

.gallery-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgb(9 44 76 / 50%);
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
}

.testimonial-contant {
    padding: 0 10px;
}

.testimonial-sec .order-2 {
    order: 2;
}

.testimonial-sec {
    padding: 100px 0;
}
.home-testimonial{
    padding-top: 0;
}

.testimonial-img {
    position: relative;
}

.testimonial-img .pinkFrame {
    position: absolute;
    left: -64px;
    bottom: 62px;
    z-index: -1;
}

.testimonial-img .greenFrame {
    position: absolute;
    top: -20px;
    margin-left: -32px;
    z-index: -1;
}

.testimonial-contant p {
    font-style: italic;
}

.testimonial-contant p a {
    color: #282828;
}

.testimonial-block {
    margin-top: 40px;
    padding: 60px 100px;
}

.testimonial-block .author-name.text-right {
    margin-top: 20px;
    font-style: normal;
}

#owlTestimonial .owl-stage {
    align-items: center;
    display: flex;
}

.quote-icon {
    background: url(../images/qoute-icons.svg) center no-repeat;
    background-size: 92px;
    position: absolute;
    height: 80px;
    width: 92px;
    top: -40px;
    left: 40px;
    background-size: 100%
}

.testimonial-btn {
    text-align: center;
}

.testimonial-btn .cta-btn.green-btn {
    border: 1px solid #004886;
    background: 0 0;
    color: #004886;
}

.testimonial-btn .cta-btn.green-btn:hover {
    color: #fff;
    background: #004886;
}

.testimonial-img .testi-img {
    position: absolute;
    background: url(../images/testimonal-img2.png) center no-repeat;
    width: 200px;
    height: 270px;
    right: 0;
    top: 50%;
    border-radius: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.testimonial-img img {
    max-width: 100%
}

#owlTestimonial .owl-nav {
    margin: auto;
    margin-top: 20px;
    position: relative;
    max-width: 80px;
}

#owlTestimonial .owl-nav button {
    position: absolute;
    left: 0;
    font-size: 24px;
    color: rgb(0 0 0 / 80%);
}

#owlTestimonial .owl-nav button.owl-next {
    left: auto;
    right: 0;
}

.testimonial-img .owl-btn {
    position: absolute;
    right: 10px;
    bottom: 40px;
    width: 170px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: .5;
}

.testimonial-img .owl-btn .left-arrow {
    transform: rotate(180deg);
    margin-top: 5px;
}

.newsletter-sec {
    padding: 40px 0 80px;
    background: #fff;
    overflow: hidden;
}

.newsletter-sec .container {
    position: relative;
}

.newsletter-img img {
    max-width: 100%
}

.newsletter-content {
    z-index: 1;
    position: relative;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 15px rgb(9 44 76 / 8%);
}

.newsletter-bg {
    padding: 60px 40px;
    background: #fff;
    position: relative;
    z-index: 9;
    border-radius: 12px;
}

.newsletter-content .dottedLine {
    border: 3px dotted #1b8644;
    border-radius: 12px;
    position: absolute;
    top: 30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
    z-index: -1;
    opacity: .1;
}

.newsletter-content .site-title {
    margin-bottom: 15px;
}

.newsletter-content p {
    font-size: 14px;
    line-height: 23px;
}

.social-links ul {
    display: flex;
    margin-top: 24px;
    flex-wrap: wrap;
    align-items: flex-end;
}

.social-links ul li {
    margin-right: 20px;
}
.social-links ul li a{
    display: flex;
    align-items: flex-end;
}

.social-links ul li:last-child {
    margin-right: 0;
}

.social-links ul li a:hover {
    opacity: .7;
}

.newsletter-input {
    margin-top: 24px;
    flex-wrap: wrap;
    display: flex;
    position: relative;
    z-index: 1;
}

.newsletter-input input {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #bdbdbd;
    color: #092c4c;
    padding: 13px 32px;
    border: 0;
    background: #fff;
    background: #f2f3f5;
    border-radius: 32px 0 0 32px;
    max-width: calc(100% - 170px);
}

.newsletter-input button[type=submit] {
    border: 0;
    color: #fff;
    width: 170px;
    font-size: 16px;
    background: #004886;
    border-radius: 0 32px 32px 0;
}

.newsletter-input button[type=submit]:hover {
    background: #1b8644;
}

.activeList-img {
    position: relative;
}

.activeList-img img {
    max-width: 100%;
    border-radius: 12px;
    z-index: 2;
    position: relative;
}

.activeList-img .pinkFrame {
    position: absolute;
    bottom: -14px;
    margin-left: -68px;
    z-index: 1;
}

.activeList-img .greenFrame {
    position: absolute;
    left: -57px;
    top: 60px;
}

.activeList-img .squareImg-1 {
    position: absolute;
    left: -110px;
    bottom: 30px;
}

.activeList-img .squareImg-2 {
    position: absolute;
    left: 120px;
    bottom: -20px;
}

.activeList-img .squareImg-3 {
    position: absolute;
    top: -40px;
    right: 220px;
}

.activeList-img .green-dot {
    position: absolute;
    left: -21px;
    top: 30px;
    z-index: 3;
}

.activeList-contant {
    position: relative;
}

.activeList-contant {
    position: relative;
    max-width: 320px;
}

.activeList-contant .site-title {
    font-weight: 400;
}

.activeList-contant .graphicImg, .newsletter-content .graphicImg {
    position: absolute;
}

.newsletter-content .graphicImg {
    height: 80px;
    width: 80px;
    position: absolute;
    border-radius: 12px;
    background: url(../images/square-3.png) center no-repeat;
}

.newsletter-img {
    width: 533px;
    height: 311px;
    object-fit: cover;
}

.newsletter-content .squareImg-1 {
    position: absolute;
    right: 0;
    top: 0;
}

.newsletter-content .graphic-img4 {
    right: 0;
    top: 10px;
    height: 50px;
    width: 50px;
    border-color: #1b8644;
}

.newsletter-content .graphic-img5 {
    top: -30px;
    left: -30px;
}

.newsletter-content .graphic-img6 {
    bottom: 90px;
    left: -60px;
}

.bottom-rental-text {
    text-align: center;
    margin-top: 30px;
}

.careers-footer .bottom-rental-text {
    text-align: center;
    margin-top: 0;
    padding-bottom: 40px;
}

.salmon {
    font-style: italic;
}

.footer {
    background: #f2f3f5;
    padding: 30px 0 25px;
}

.footer--row {
    display: flex;
    justify-content: space-between;
}
.footer-col {
  width: 100%;
  max-width: 20%;
  justify-content: center;
  display: inherit;
}
.footer-logo{
    text-align: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
}
.footer-logo a{
    display: inline-block;
}

.footer .footer-logo {
    display: inline-block;
}

.footer-links li:last-child {
    border-bottom: 0;
}

.f-inner h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #004886;
    margin-bottom: 12px;
}

.footer .f-inner address, .footer .f-inner ul li a {
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    color: #092c4c;
    /* text-transform: uppercase; */
}

.footer .f-inner ul li a:focus, .footer .f-inner ul li a:hover {
    color: #004886;
}

.footer .f-inner ul li.active a {
    color: #1b8644;
}

.f-inner li.item {
    border: 0;
}

.footer-bottom p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #282828;
}

footer.footer .f-inner ul li, footer.footer .f-inner ul li a {
    line-height: 20px;
}

footer.footer .f-inner address {
    line-height: 23px;
    margin-bottom: 0;
}
.footer-bottom {
  margin-top: 20px;
}
#location-slider address {
    text-transform: uppercase !important;
}
#updateMessage {
  position: fixed;
  width: 350px;
  display: none;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  background:#1b8644fa;
  text-align: center;
  padding: 21px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  z-index: 10000;
  transform: translateX(-50%);
  box-shadow: 1px 3px 15px 7px rgb(9 44 76 / 20%);
  border: 2px solid #fff;
}
#mapOverloadMessage {
    position: fixed;
    width: 350px;
    display: none;
    border-radius: 6px;
    top: 300px;
    left: 40%;
    background: #000;
    text-align: center;
    padding: 10px 0;
    color: #eee;
    font-size: 14px;
    z-index: 10001;
}

#consent-popup {
    display: inherit;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    background-color: #1b8644;
    opacity: 1;
    z-index: 99999;
    width: 100%;
    text-align: center;
}

#consent-popup p {
    color: #fff !important;
    font-size: 1.4rem;
}

#consent-popup a {
    color: #fff !important;
    font-size: 1.4rem;
}

#consent-popup .consent-btn-container {
    text-align: center;
}

#consent-popup button {
    color: #fff;
    border-color: #fff;
    border-width: 1px;
    margin-top: 16px;
    border-radius: 30px;
}

#consent-popup a, #consent-popup a:active, #consent-popup a:focus, #consent-popup a:hover {
    text-decoration: underline !important;
    outline: 0;
}

#consent-popup-accept {
    outline: 0;
}

#consent-popup.hide-consent {
    opacity: 0;
    z-index: -1;
}

#propertyStatistics {
    display: none;
    width: 60%;
    height: 500px;
    position: fixed;
    top: 50px;
    left: 20%;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 5px;
    z-index: 10005;
}

#propertyStatisticsTitleBar {
    border-bottom: 1px solid #000;
    color: #90c8c2;
    background-color: #e4e4e4;
    font-size: 15pt;
    padding-left: 20px;
    overflow: hidden;
}

#propertyStatisticsTitleBar .closeButton {
    border-left: 1px solid #000;
    padding: 8px 10px 5px 10px;
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #acacac;
    background-color: red;
    text-shadow: 0 1px 0 #fff;
}

#propertyStatisticsTitleBar .closeButton:hover {
    color: #000;
    cursor: pointer;
}

.border-bottom-1 {
    border-bottom: 1px solid #eee;
}

.user_action_box .toggle-fav.toggle-fav-btn {
    margin-bottom: 0;
}

div.blog-listing {
    margin-bottom: 60px;
}
.blog--page div.blog-listing {
    margin-bottom: 0;
}
#owlHomeBlog .info-blog {
    padding: 32px 32px;
}

#owlHomeBlog .blogTitlePreview.home-page h3 a {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #000;
}

#owlHomeBlog .blogTitlePreview.home-page h3 a:hover {
    color: #1b8644;
}

.blogContentPreview {
    color: #4d4f52;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.blog-listing .blogContentPreview {
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    max-height: 143px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blogTitlePreview h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #000;
}

.blogTitlePreview.home-page {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 143px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
    margin-bottom: 14px;
}

.blogTitlePreview h3.home-page {
    font-weight: unset;
}

.blogTitlePreview h3 a {
    color: #000;
}
.blogTitlePreview h3 a:hover {
    color: #1b8644;
}
.blogContentPreview h1, .blogContentPreview p {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 23px !important;
    text-align: left;
    color: #282828;
    font-family: 'Open Sans', sans-serif !important;
    text-align: left !important;
}

.blogContentPreview p a {
    color: #1b8644;
}

.blogContentPreview p a:hover {
    text-decoration: underline;
}

.homeBlog .blog-listing .blog-box {
    box-shadow: 0 4px 15px rgb(9 44 76 / 8%);
    background-color: #fff;
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
    height: 100%
}

.homeBlog .blog-listing .blog-box .image {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.homeBlog .blog-listing .blog-box .image img {
    max-height: 200px;
    min-height: 200px;
    object-fit: cover;
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.homeBlog .blog-listing .blog-box .image:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.homeBlog .blog-listing .info-blog {
    padding: 32px 32px;
    overflow: hidden;
}

.homeBlog .blog-listing .info-blog .blogTitlePreview h3 a:hover {
    color: #1b8644;
}

.homeBlog .blog-listing .blog-box .image>a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(9, 44%, 76%, 50%);
    z-index: 9;
    text-align: center;
    visibility: hidden;
    text-decoration: none;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.homeBlog .blog-listing .blog-box .image:hover>a {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.col-5 {
  width: 25%;
}
.nav-link span.unread-message{
    position: absolute;
    top: 4px;
    right: -11px;
}
span.unread-message {
    background-color: #1b8644;
    border-radius: 100%;
    color: #fff;
    display: inline-flex;
    font-size: .786rem;
    justify-content: center;
    line-height: .786;
    min-height: 1.429rem;
    min-width: 1.429rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    align-items: center;
}
.burger-menu span.unread-message{
    position: absolute;
    top: 0;
    margin-left: 2px;
}
.newsletter-popup{
    padding: 40px 50px;
}
.newsletter-popup .site-title {
  font-size: 20px;
  line-height: 26px;
}
.newsletter-popup #signUpErrors:empty {
  display: none;
}
.newsletter-popup .bottom-rental-text {
  margin-top: 40px;
}
.newsletter-popup .form-control{
    transition: all .4s ease-in-out;
    text-align: center;
    padding:0;
}
.newsletter-popup .form-control a{
    width:100%;
    display:inherit;
    padding: 14px 24px;
}
.newsletter-popup .form-control:hover{
    background-color: #e0e0e0;
}
.or-divider {
  position: relative;
  padding: 0 0 15px 0;
  text-align: center;
}
.or-divider p{
  position: relative;
}
.or-divider p:before,
.or-divider p:after {
  position: absolute;
  content: "";
  width: 45%;
  height: 2px;
  background-color: #dddcdc;
  top: 50%;
  transform: translateY(-50%);
}
.or-divider p:before {
  left: 0;
}
.or-divider p:after {
  right: 0;
}
@media all and (-webkit-min-device-pixel-ratio:1.5) {
    .property-block-heading .head-btn a {
        margin-left: 0;
        margin-right: 15px;
    }
    .filter-list-block {
        position: relative;
        justify-content: center;
    }
    .filter-list {
        position: static;
        margin: 0 2px 10px;
    }
    .grid-view-sec .property-details-box {
        flex: 0 0 33.333% ;
        max-width: 33.333%;
    }
    .grid-view-sec .property-block-list .price-text {
        margin-bottom: 15px;
    }
    .grid-view-sec .property-block {
        padding: 24px 0 20px;
    }
    .myAccountSectionBlock i {
        font-size: 60px;
    }
    .hero-banner .filter-list-block {
        justify-content: flex-start;
    }
    .banner-search .nav-tabs {
        border: none;
        display: block;
    }
    .banner-search .tab-content {
        max-width: 100%;
    }
    .banner-search .tab-content .container {
        padding: 0;
        width: auto;
    }
    .banner-search .filter-list {
        margin: 0 10px 0 0;
    }
    .activeList-contant {
        margin-left: auto;
    }
    .hero-banner {
        padding: 90px 0 100px;
    }
    .similar-property #similarListings .similar-property #similarListings h3, div .site-title {
        font-size: 22px;
        line-height: 30px;
    }
    .recentVideo-sec iframe, .recentVideo-sec video {
        height: 460px;
    }
    .recentVideo-thumb {
        padding: 40px 20px;
    }
    .recentVideo-contant {
        margin-left: -115px;
        padding: 40px 40px;
    }
    .recentVideo-box {
        margin-top: 40px;
    }
    .activeList-sec, .alEffect-sec, .gallery-sec, .recentVideo-sec, .startsSearch-sec, .testimonial-sec {
        padding: 80px 0;
    }
    .testimonial-img .testi-img {
        display: none;
    }
    .quote-icon {
        height: 60px;
        width: 72px;
    }
    .footer .footer-logo img {
        max-width: 100%;
    }
    .gallery-box h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .cityList-sec {
        padding-bottom: 60px;
    }
    .burger-menu ul li a {
        font-size: 16px;
    }
    .alEffect-contant, .recentVideo-contant, .testimonial-block {
        width: 540px;
        padding: 40px 40px;
    }
    .aboutSec-block, .aboutUs-sec, .alcontent-sec, .careers-sec, .contectUs-sec, .faq-sec, .openPositions-sec {
        padding: 60px 0;
    }
    .ourOffice-sec {
        padding: 0 0 40px;
    }
    .testimonial-img .owl-btn {
        width: 100px;
        right: auto;
        left: -270px;
        bottom: 0;
    }
    .aboutSec-block .heart-icon {
        background-size: 40px;
        top: -45px;
        right: -35px;
    }
    .aboutSec-img .chat-icon {
        height: 60px;
        width: 60px;
        bottom: -20px;
        right: -30px;
    }
    .about-map {
        height: 70px;
        width: 70px;
        right: -22px;
    }
    .faq-btn {
        margin-bottom: 60px;
    }
    .careers-footer .bottom-rental-text {
        padding-bottom: 20px;
    }
    .alPopup-form, .plans-block.alPopup-form {
        padding: 40px 40px;
    }
    .porpertyDetails-slider .propertyDetailsSideBar .contactLandlordContainer {
        padding: 15px 20px;
    }
    .postListing-block {
        margin-bottom: 40px;
    }
    #moreDetailsBlock .postListing-block {
        margin-bottom: 40px;
    }
    .blog-listing .blog-box .info-blog {
        padding: 20px 20px;
    }
    .blog-listing .read-btn {
        bottom: 52px;
        right: 36px;
    }
    .blogTitlePreview h3 {
        font-size: 14px;
        line-height: 20px;
        /*margin-bottom: 12px;*/
    }
    .blogPostTagButton, .listingLengthButton, .propertyFeatureItemButton, .propertyTypeButton {
        width: calc(25% - 16px);
    }
    .filter-list .dropdown-box {
        width: 100%}
    .ourOffice-sec .ourOffice-block P {
        font-size: 14px;
        line-height: 21px;
    }
    .paymentSuccessAction {
        width: calc(25% - 16px);
        font-size: 14px;
    }
    .filter-list.search-box {
        width: 100%;
    }
    .country--page .filter-list.search-box,
    .landing--page .filter-list.search-box,
    .searchResults--page .filter-list.search-box {
        width: unset;
    }
    .alEffect-contant {
        width: 480px;
        padding: 40px 50px;
    }
    .propertyFeatureBlock .propertyFeatureItem {
        flex: 0 0 33.333%;
        max-width: 33.333%}
    .filter-bar.search-map-filter-bar.filter-hide {
        height: auto;
        opacity: 1;
        visibility: visible;
    }
    .filter-bar.search-map-filter-bar .filter-list.search-box {
        display: block;
        width: auto;
    }
    .header .navbar .post-btn a {
        margin-left: 12px;
    }
    .plans-block .col-md-6 {
        width: 50%}
    .myAccountSectionBlock img.img-responsive {
        max-height: 60px;
    }
    .newsletter-content .dottedLine {
        top: 20px;
        left: -20px;
        right: 40px;
        bottom: -20px;
    }
}
@media (min-width:1200px) {
    .property-topinfo .propertyDetailsLinks {
        width: auto !important;
        padding-left: 0 !important;
        display: inline-block;
    }

    .swiper-outer-container {
        width: 748px;
        width: 100%;
        height: 690px;
    }
}

@media (min-width:1199px) {
    .landingFilters {
        padding: 25px 0 0 0;
    }

    .landingFiltersTop {
        padding-top: 0 !important;
    }
}

@media (min-width:993px) {
    .searchResultList .image {
        height: 222px;
    }

    .searchPhoto {
        position: relative;
        width: 100%;
        overflow: hidden;
        background-size: cover !important;
        background-position: center !important;
    }

    .homeSideBarPhoto {
        position: relative;
        width: 150px;
        height: 150px !important;
        overflow: hidden;
        background-size: cover !important;
        background-position: center !important;
    }

    #myProperties .image {
        width: 25%
    }

    .searchResultFeatured {
        overflow: hidden;
    }

    .mapSearchForm {
        display: block !important;
    }

    #about-img {
        margin-top: 83px;
    }
}

@media (min-width:992px) {
    .col-md-3 {
        width: 25%
    }

    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }

    .swiper-outer-container {
        width: 100%;
        height: 640px;
    }

    .swiper-outer-container.fullscreen {
        height: 100%
    }

    .messages-image-gallery.image-gallery .swiper-outer-container {
        height: 100%;
    }

    .messages-image-gallery .swiper-outer-container.fullscreen {
        height: 100%
    }
}

@media (min-width:481px) {
    #mapSearchButton {
        display: none;
    }
}

@media(min-width:1580px) and (max-width:1730px) {
    .grid-view-sec .email-btn a {
        padding: 2px 10px;
        font-size: 10px;
    }

    .grid-view-sec .property-block-list .price-text {
        font-size: 12px;
    }
}

@media(max-width:1400px) {
    .banner-content h1 {
        font-size: 42px;
        line-height: 48px;
    }
    #owlSearch .owl-nav .owl-prev {
        left: -20px;
    }
    #owlSearch .owl-nav .owl-next {
        right: -20px;
    }
    #featured-slider .owl-nav .owl-prev {
        left: -20px;
    }
    #featured-slider .owl-nav .owl-next {
        right: -20px;
    }
    .filter-list .filter-btn, .filter-list input {
        font-size: 14px;
        padding: 10px 10px;
    }
}

@media(max-width:1380px) {
    .filter-list:nth-child(4) .dropdown-box, 
    .filter-list:nth-child(5) .dropdown-box, 
    .filter-list:nth-child(6) .dropdown-box {
        right: 10px;
        left: auto;
    }

    .activeList-img .greenFrame {
        left: -20px;
    }

    .activeList-img .squareImg-1 {
        left: -10px;
    }

    .testimonial-img .testi-img {
        width: 180px;
        height: 260px;
    }

    .testimonial-img .owl-btn {
        width: 100px;
    }

    #owlSearch .owl-nav .owl-prev {
        left: -10px;
    }

    #owlSearch .owl-nav .owl-next {
        right: -10px;
    }

    #featured-slider .owl-nav .owl-prev {
        left: -10px;
    }

    #featured-slider .owl-nav .owl-next {
        right: -10px;
    }

    .header .navbar .user-link .dropdown-menu.dropdown-box {
        left: -15px;
    }
    .careers-footer .bottom-rental-text {
        padding-bottom: 40px;
    }

    .col-md-4.col-sm-12.more {
        width: 21%
    }

    .col-md-4.col-sm-12.removeFavorties {
        width: 45%
    }

    .filter-list .cta-outline {
        font-size: 13px;
        padding: 9px 18px;
    }

    .alEffect-img .green-dot {
        top: 130px;
       left: -20px;
    }

    .alEffect-img .greenFrame {
        top: 160px;
        left: -21px;
    }

    .alEffect-contant {
        width: 580px;
        padding: 60px 60px;
    }
    .alEffect-block .dashed-line {
      right: -40px;
    }
    .header-srch #HeaderCityProv {
        min-width: 260px;
    }

    .header .navbar .user-link .btn {
        margin-left: 10px;
    }

    .header-srch .chzn-single, .header-srch .search-map-filter-toggle {
        padding: 9px 16px !important;
    }

    .header .navbar .user-img img, .user-img img {
        margin-right: 6px;
    }
}

@media (max-width:1280px) {
    .alEffect-contant, .recentVideo-contant, .testimonial-block {
      width: 540px;
      padding: 40px 40px;
    }
    .alEffect-block .dashed-line {
      right: -10px;
      left: 0;
    }
    .header .navbar-nav {
      justify-content: flex-end;
    }
    .header-srch {
      margin-right: 10px;
    }
    .header-srch.header-sort {
      margin-right: 10px;
    }
    li.nav-item.ml-auto {
      margin-left: 0;
    }
}
@media (max-width:1200px) {
    .col-5 {
      width: 25%;
    }

    #home-search-section {
        display: none;
    }

    .testimonial-img .greenFrame {
        margin-left: 0;
        right: 0;
    }

    .newsletter-content .dashed-line {
        display: none;
    }

    .alEffect-block .dashed-line {
        right: 40px;
        left: 0;
    }

    #top-bar {
        min-height: 10px;
    }

    .blogPreviewPhoto2, .blogPreviewPhoto3 {
        display: none;
    }
}

@media(max-width:1199px) {
    .sort-by-label {
        margin-left: 0;
    }

    .filterList-outer {
        width: 100%
    }

    .search-wrap {
        justify-content: center;
    }

    .email-btn .heart-icon {
        height: 18px;
        width: 16px;
    }

    .email-btn a {
        font-size: 11px;
        padding: 2px 14px;
    }

    .search-btn label {
        font-size: 12px;
        line-height: 20px;
    }

    .search-btn .checkbox .label-text {
        padding-left: 10px;
        font-size: 12px;
        line-height: 20px;
        font-weight: 400;
    }

    .filter-list.search-box input {
        min-width: 300px;
    }

    .filter-list-block {
        position: relative;
        justify-content: center;
    }

    .filter-list {
        position: static;
        margin: 0 2px 10px;
    }
    .hero-banner .filter-list-block {
        justify-content: flex-start;
    }

    .banner-search .nav-tabs {
        border: none;
        display: block;
    }

    .banner-search .tab-content {
        max-width: 100%
    }

    .banner-search .tab-content .container {
        padding: 0;
        width: auto;
    }

    .banner-search .filter-list {
        margin: 0 10px 0 0;
    }

    .activeList-contant {
        margin-left: auto;
    }

    .hero-banner {
        padding: 90px 0 100px;
    }

    .similar-property #similarListings .similar-property #similarListings h3, 
    div .site-title {
        font-size: 22px;
        line-height: 30px;
    }
    .recentVideo-sec iframe, .recentVideo-sec video {
        height: 460px;
    }
    .recentVideo-thumb {
        padding: 40px 20px;
    }
    .recentVideo-contant {
        margin-left: -115px;
        padding: 40px 40px;
    }
    .recentVideo-box {
        margin-top: 40px;
    }
    .activeList-sec, .alEffect-sec, .gallery-sec, .recentVideo-sec, .startsSearch-sec, .testimonial-sec {
        padding: 80px 0;
    }
    .testimonial-img .testi-img {
        display: none;
    }
    .quote-icon {
        height: 60px;
        width: 72px;
    }
    .footer .footer-logo img {
        max-width: 100%
    }
    .gallery-box h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .cityList-sec {
        padding-bottom: 60px;
    }
    .burger-menu ul li a {
        font-size: 16px;
    }
    .alEffect-contant, .recentVideo-contant, .testimonial-block {
        width: 540px;
        padding: 40px 40px;
    }
    .testimonial-img .owl-btn {
        width: 100px;
        right: auto;
        left: -270px;
        bottom: 0;
    }
    .careers-footer .bottom-rental-text {
        padding-bottom: 20px;
    }

    .alPopup-form, .plans-block.alPopup-form {
        padding: 40px 40px;
    }
    .blog-listing .blog-box .info-blog {
        padding: 20px 20px;
    }

    .blog-listing .read-btn {
        bottom: 52px;
        right: 36px;
    }

    .blogTitlePreview h3 {
        font-size: 14px;
        line-height: 20px;
        /*margin-bottom: 12px;*/
    }

    .blogPostTagButton, .listingLengthButton, .propertyFeatureItemButton, .propertyTypeButton {
        width: calc(25% - 16px);
    }

    .filter-list .dropdown-box {
        width: 100%
    }
    .filter-list.search-box {
        width: 100%
    }

    .alEffect-contant {
        width: 480px;
        padding: 40px 50px;
    }
    .filter-bar.search-map-filter-bar.filter-hide {
        height: auto;
        opacity: 1;
        visibility: visible;
    }

    .filter-bar.search-map-filter-bar .filter-list.search-box {
        display: block;
        width: auto;
    }
    .header .navbar .post-btn a {
        margin-left: 12px;
    }
    .newsletter-content .dottedLine {
        top: 20px;
        left: -20px;
        right: 40px;
        bottom: -20px;
    }
}
@media(max-width:1130px) {
    .home--link{
        display: none;
    }
    .sec-title {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 24px;
    }
    .center-header {
       justify-content: center;
       text-align: center;
    }
    /* .left-header {
     max-width: 80px;
    } */
    .col-5 {
        width: 33%;
    }
}
@media(max-width:1024px) {
    .activeList-contant .site-title {
        margin-bottom: 0;
    }

    .activeList-contant .graphic-img4 {
        right: 0;
    }
    .newsletter-content .graphic-img5 {
        top: -50px;
        left: 10px;
    }
}

@media (min-width:481px) and (max-width:1199px) {
    .nav-logo img {
        content: url("/images/Apartment Love Logo - Small.jpg");
    }
}

@media(max-width:991px) {
    .header .navbar .nav-item a {
        padding-left: 10px;
    }

    .header .navbar .post-btn a {
        padding-left: 10px;
        margin-left: 0;
    }

    .filter-list.search-box input {
        min-width: 180px;
        padding-left: 25px;
    }

    .filter-list .filter-btn, .filter-list input {
        font-size: 14px !important;
        padding: 10px 12px;
    }

    .filter-list {
        margin-right: 10px;
    }

    .filter-list .filter-btn .caret {
        width: 8px;
        height: 8px;
        margin-left: 5px;
    }
    .dropdown-backdrop {
        z-index: -1;
    }

    .dropdown-box {
        width: 380px;
        padding: 20px 20px;
    }
    .banner-content {
        margin-top: 0;
    }

    .hero-banner {
        padding: 60px 0;
    }

    .alEffect-sec .order-2, .testimonial-sec .order-2 {
        order: 1;
        width: 100%
    }

    .alEffect-sec .order-1, .testimonial-sec .order-1 {
        order: 2;
        width: 100%
    }

    .banner-search .tab-content {
        position: relative;
        z-index: 1;
    }

    .banner-img .graphic-img3 {
        top: -10px;
    }

    .activeList-contant {
        max-width: 400px;
        margin-top: 60px;
    }

    .activeList-contant .graphic-img5 {
        top: -70px;
        left: -10px;
    }

    .activeList-contant .graphic-img5 {
        top: -70px;
        left: -10px;
    }

    .activeList-sec, .alEffect-sec, .gallery-sec, .recentVideo-sec, .startsSearch-sec, .testimonial-sec {
        padding: 60px 0;
    }

    .alEffect-contant, .recentVideo-contant, .testimonial-block {
        width: 90%;
        padding: 40px 40px;
        margin-top: -60px;
        margin-left: 30px;
    }

    .activeList-img .dashed-line, .alEffect-block .dashed-line, .recentVideo-block .dashed-line {
        display: none;
    }

    .alEffect-sec .col-md-7 {
        width: 100%
    }

    .alEffect-img img {
        width: 100%;
        height: auto;
    }

    .alEffect-img .greenFrame {
        top: 160px;
        right: -15px;
    }

    .alEffect-img .green-dot {
        position: absolute;
        top: 120px;
        right: -15px;
    }

    .startsSearch-content {
        padding: 20px 15px;
    }

    .gallery-sec .col-md-3, .gallery-sec .col-md-4 {
        width: 100%
    }

    .newsletter-sec .col-md-6 {
        width: 100%
    }

    .banner-content h1 {
        font-size: 34px;
        line-height: 40px;
    }

    .similar-property #similarListings, .similar-property #similarListings h3, div .site-title {
        font-size: 20px;
        line-height: 28px;
    }

    .cityList-sec {
        padding-bottom: 40px;
    }

    .recentVideo-box .pinkFrame {
        display: none;
    }
    #recentVideo .owl-nav {
        right: 0;
        bottom: 30px;
    }

    .testimonial-img .owl-btn {
        display: none;
    }

    .testimonial-block .owl-nav {
        position: absolute;
        bottom: -80px;
        font-size: 24px;
        width: 100%;
        display: flex;
    }

    .testimonial-block .owl-next {
        margin-left: auto;
    }

    li, p {
        font-size: 15px;
        line-height: 22px;
    }

    .ui-widget.ui-widget-content {
        width: 100% !important;
    }

    .filter-list .ui-widget.ui-widget-content {
        width: auto !important;
    }

    #contactLandlordForm1 #Message1 {
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: 128px;
    }

    .al-form .group-form-block input, .al-form .group-form-block select, .form-control, .schedule-input .chzn-single {
        font-size: 14px !important;
        line-height: 20px;
        padding: 14px 15px;
    }

    #contactLandlordForm2 .col-sm-3, #contactLandlordForm2 .col-sm-4, #contactLandlordForm2 .col-sm-5 {
        width: 100%
    }

    #contactLandlordForm2 #Message2 {
        height: 180px;
        margin-bottom: 20px;
    }
    .blog-listing .blog-box .info-blog {
        padding: 20px 20px 30px;
    }

    .blog-listing .read-btn {
        position: static;
    }

    .hero-banner .col-md-5, .hero-banner .col-md-6 {
        width: 100%
    }

    .banner-search .tab-content {
        width: 100%
    }

    #owlTestimonial .owl-nav {
        margin: auto;
        margin-top: 20px;
        position: relative;
        max-width: 80px;
        bottom: 5px;
    }
    .paymentSuccess-sec {
        padding: 40px 0 20px;
    }

    .paymentSuccessAction {
        width: calc(50% - 16px);
    }

    #SecurityForm .group-form.save-btn {
        text-align: left !important;
    }

    .recentVideoThumb-block {
        position: relative;
        width: 100%;
        right: 0;
        bottom: 10px;
        padding-right: 0;
    }

    .col-md-4.col-sm-12.more, .col-md-4.col-sm-12.removeFavorties {
        width: 100%
    }

    .alEffect-contant {
        left: 0;
    }
    .hero-banner .alEffect-btn {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .gallery-box.hide-mobile {
        display: none;
    }

    .gallery-box.hide {
        display: block !important;
    }

    .newsletter-content .graphic-img5 {
        display: none;
    }

    #owlHomeBlog .owl-nav .owl-next, #owlSearch .owl-nav .owl-next , #featured-slider .owl-nav .owl-next {
        right: 0;
    }

    #owlHomeBlog .owl-nav .owl-prev, #owlSearch .owl-nav .owl-prev,  #featured-slider .owl-nav .owl-prev {
        left: 0;
    }

    .newsletter-content {
        margin-top: 30px;
    }

    .newsletter-bg {
        padding: 40px 30px;
    }

    .newsletter-content .dottedLine {
        top: 15px;
        left: -15px;
        right: -15px;
        bottom: -15px;
    }

    .footer .f-inner address {
        line-height: 24px;
    }
}

@media (max-width:992px) {
    .homeGridPhoto {
        height: 325px;
    }

    .footer .col-md-3 {
        width: 50%
    }

    .footer .f-inner address {
        margin-top: 20px;
    }

    #nav-mobile-search {
        display: block !important;
    }
    .searchResultMessageBar {
        display: none;
    }
    .nav {
        display: none;
    }

    .sb-search {
        display: none;
    }

    #nav-mobile-btn {
        display: block;
    }

    #footer #copyright {
        text-align: center;
        line-height: 22px;
    }
    .social-networks {
        float: none;
        margin-top: 20px;
    }

    .property-gallery2 .item {
        width: 234px;
        height: 226px;
    }
    header.investor-header .navbar .nav-item a{
        font-size: 12px;
        line-height: 15px;
    }
}

@media(max-width:920px) {
    .center-header {
        justify-content: center;
        text-align: center;
    }
    div#navbarSupportedContent {
        position: relative;
        right: 0;
    }
    /* .left-header {
        max-width: 80px;
    } */
}
@media (max-width: 850px){
    .apartment-site-logo {
      max-width: 210px;
    }
    .header.investor-header .navbar-collapse {
      flex: 0 0 70%;
    }
    header.investor-header .navbar .nav-item a {
      font-size: 10px;
      line-height: 10px;
    }
    .cityList-title {
      padding-left: 5px;
    }
    .cityList-title h4 {
      font-size: 14px;
    }
}
@media (max-width: 810px){
    .apartment-site-logo {
      max-width: 210px;
    }
    .header.investor-header .navbar-collapse {
      flex: 0 0 70%;
    }
    header.investor-header .navbar .nav-item a {
      font-size: 10px;
      line-height: 10px;
    }
    .cityList-title {
      padding-left: 5px;
    }
    .cityList-title h4 {
      font-size: 14px;
    }
}
@media (max-width:800px) {
    #heroImageSection {
        display: none;
    }

    #home-advanced-search {
        display: block;
    }

}

@media (max-width:770px) {
    #signUpDisclaimer {
        width: 85%;
        padding-left: 0;
        padding-right: 0;
    }

    #signUpTerms {
        width: 15%;
        padding-left: 0;
    }
}

@media (max-width:768px) {
    #consent-popup {
        border-radius: 0;
    }

    .col-sm-12 {
        width: 100%
    }
    .my-acc-icon {
        height: 25px;
        width: 25px;
        display: inherit;
        background-size: cover;
    }
    .messages-icon {
        background-position: -29px 0;
    }
    .dashboard-icon {
        background-position: 1px 0;
        width: 29px;
    }
    .viewed-icon {
        background-position: -55px 0;
    }
    .favorite-icon {
        background-position: -84px 0;
    }
    .map-icon {
        background-position: -109px 0;
    }
    .listing-icon {
        background-position: -142px 0;
    }
    .my-listing-icon {
        background-position: -170px 0;
        width: 22px;
    }
    .subscription-icon {
        background-position: -197px 0;
    }
}

@media(max-width:767px) {
    div#other-filter-label:empty {
        display: none;
    }
    input#HomeHeroSearch {
        padding: 10px;
    }
    .map-toggle-icon.show-mobile {
        display: inline-flex !important;
    }
    div.investor-menu {
        display: inherit;
        justify-content: flex-end;
        width: 100%;
    }
    header.investor-header .investor-nav{
        display: inherit !important;
        transition: all .4s ease-in-out;
        top: 0;
    }
    header.investor-header .investor-navigation{
        position: absolute;
        opacity: 1;
        visibility: visible;
        height: unset;
        padding: 0 15px 0;
        top: 100%;
        box-shadow: 0 11px 9px rgba(9, 44, 76,0.3);
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    header.investor-header  .navbar .nav-item {
        width: 100%;
    }
    header.investor-header div#navbarSupportedContent {
        position: absolute;
        right: 15px;
    }
    header.investor-header .investor-nav .navbar-nav {
        flex-wrap: wrap;
        margin: 0;
    }
    header.investor-header .navbar .nav-item a {
        font-size: 12px;
        line-height: 14px;
        padding: 0;
    }
    span.map-list-toggle {
        display: inline-flex;
    }

    span.clear--all-filter {
        width: 100%;
        display: block;
        color: #1b8644;
        margin-bottom: 10px;
    }

    .filter--box.clear-filter-wrap:empty {
        border: 0;
        margin: 0;
        padding: 0;
        border-top: 1px solid #eee;
        margin-bottom: 14px;
    }

    .filter--box.clear-filter-wrap {
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-top: 1px solid #eee;
        padding-top: 15px;
        margin-top: 10px;
    }

    span.clear--filter-close-icon {
        width: 16px;
        height: 16px;
        background-image: url(../images/filter-close.png);
        display: inline-block;
        vertical-align: sub;
    }

    span.clear--filter-box {
        color: #71a7a1;
        padding: 5px 10px;
        border: 1px solid #004886;
        border-radius: 21px;
        background-color: #00488629;
        margin-right: 5px;
        display: inline-block;
        margin-bottom: 5px;
    }

    div#other-filter-label {
        margin-top: 10px;
        text-align: center;
        width: 100%
    }

    .filter--head {
        font-weight: 700;
        color: #000;
        font-size: 15px;
        margin-bottom: 15px;
        border-top: 1px solid #eee;
        padding-top: 15px;
    }

    .listing-count-box {
        text-align: center;
        margin-top: 20px;
    }
    .header-srch .search-map-filter-toggle {
        margin-left: 10px;
    }

    .header-srch .search-map-filter-toggle:after {
        display: none;
    }
    .show-mobile.search-text-filter-box {
        width: 100%;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .filterList-mobile {
        border: none;
    }
    .filterList-outer .show-mobile.search-text-filter-box .apply-title {
        flex: unset;
        max-width: 100px;
    }
   
    .colored:before, .gray:before {
        background-color: transparent !important;
    }
    .nav-tabs.tabs-left, .nav-tabs.tabs-right {
        width: 100%;
        text-align: center;
    }

    .nav-tabs.tabs-left>li>a, .nav-tabs.tabs-right>li>a {
        margin-right: 0;
    }

    .nav-tabs.tabs-left>li.active>a, .nav-tabs.tabs-left>li.active>a:focus, .nav-tabs.tabs-left>li.active>a:hover, .nav-tabs.tabs-right>li.active>a, .nav-tabs.tabs-right>li.active>a:focus, .nav-tabs.tabs-right>li.active>a:hover {
        border: 1px solid #e3e3e3;
        border-bottom: none;
    }
    .tab-content.tabs-left, .tab-content.tabs-right {
        width: 100%;
        border-top: none;
    }
    .e404 {
        text-align: center;
    }

    .e404>div {
        float: none;
        display: inline-block;
    }

    .e404 i {
        float: none;
        display: inline-block;
        margin-left: 20px;
        position: relative;
        top: -27px;
        margin-top: 0;
    }

    #e404-side {
        margin-top: 0;
    }

    .grid-style1 .item .image-large, .grid-style2 .item .image-large, .grid-style3 .item .image-large, .grid-style4 .item .image-large {
        height: auto;
    }
    #home-search-section .intro h1 {
        padding-top: 90px;
        font-size: 24px;
    }
    #home-search-section .intro p {
        padding-top: 30px;
        font-size: 14px;
    }
    .header .navbar-collapse {
        display: none !important;
    }
    .left-header {
        max-width: 0;
    }
    .center-header {
        justify-content: center;
        text-align: right;
    }
    .newsletter-content {
        margin-top: 0;
    }
    .cityList-sec .col-6 {
        width: 33.33%
    }
    .dropdown-box {
        width: 100%;
        padding: 20px 15px;
        left: 0;
        right: 0;
    }
    .search-btn {
        margin-left: 20px;
        padding: 6px 20px 6px 6px;
    }
    .search-btn label {
        font-size: 14px;
        line-height: 22px;
    }
    .header .navbar {
        padding: 10px 15px;
    }
    .header .navbar-toggler {
        display: block;
        margin-left: auto;
        border: 0;
        height: 20px;
        background: 0 0;
    }
    .header .navbar-toggler .navbar-toggler-icon {
        width: 20px;
        height: 2px;
        display: block;
        position: relative;
        background: #1b8644;
    }
    .header .navbar-toggler .navbar-toggler-icon:after, 
    .header .navbar-toggler .navbar-toggler-icon:before {
        content: "";
        height: 2px;
        width: 100%;
        left: 0;
        background: #1b8644;
        position: absolute;
        transition: all .3s ease-in-out 0s;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
    }
    .header .navbar-toggler.open .navbar-toggler-icon:after, 
    .header .navbar-toggler.open .navbar-toggler-icon:before {
        background: #828282;
    }

    .header .navbar-toggler .navbar-toggler-icon:before {
        top: 5px;
    }

    .header .navbar-toggler .navbar-toggler-icon:after {
        bottom: 5px;
    }

    .header .navbar .nav-item a {
        padding-left: 0;
    }

    .header .navbar-collapse {
        margin-left: auto;
        position: absolute;
        left: 0;
        right: 0;
        background: #fff;
        top: 100%;
        z-index: 99;
        max-width: 200px;
        opacity: 0;
        visibility: hidden;
        max-height: inherit;
        padding: 0 20px 20px;
        box-shadow: 0 4px 6px rgba(89, 89, 89, .05);
    }
    .header .navbar-collapse.collapse.in {
        opacity: 1;
        visibility: visible;
    }
    .header .navbar .post-btn a {
        padding: 0;
        margin-left: 0;
        max-width: 200px;
        display: inline-block;
    }
    .header .navbar .nav-item .heart-icon:before {
        display: none;
    }
    .header .navbar .user-link .btn {
        padding: 0;
        margin-left: 0;
        background: 0 0;
    }
    .header .navbar .user-link {
        position: relative;
        margin-top: 0;
    }
    .header .navbar #navbarSupportedContent .user-link .dropdown-menu.dropdown-box {
        width: 100%;
        padding: 0 50px;
        top: 100%;
        margin-top: 5px;
        box-shadow: none;
        position: relative;
        display: block !important;
    }
    .breadcrumb {
        margin: 0;
        margin-bottom: 15px;
    }
    .cityList-sec .col-6 {
        width: 50%
    }
    .banner-search .filter-list .filter-btn, 
    .banner-search .filter-list.search-box input {
        font-size: 16px;
        line-height: 22px;
        border-radius: 4px;
        padding: 10px 18px;
        padding-right: 10px;
        padding-left: 28px;
    }
    .banner-search .alsearch-btn .search-input{
        background-position: center;
        font-size: 0 !important;
    }
    .banner-search .filter-list.alsearch-btn {
        max-width: 50px;
        display: inherit;
        padding-left: 10px;
        margin-top: 0;
    }
    .banner-search .filter-list.search-box {
        /*width: 100%;*/
         width: calc(100% - 50px); 
    }
    .banner-search .tab-content{
        padding: 10px;
    }
    .activeList-contant .graphic-img4 {
        right: -20px;
    }

    .activeList-sec, .alEffect-sec, .gallery-sec, .recentVideo-sec, .startsSearch-sec, .testimonial-sec {
        padding: 40px 0;
        overflow: hidden;
    }
    .cta-btn {
        font-size: 13px;
        line-height: 18px;
        padding: 10px 18px;
        margin-top: 30px;
    }
    .alEffect-contant, .recentVideo-contant, .testimonial-block {
        padding: 30px 30px;
        margin-top: -60px;
        margin-left: auto;
        margin-right: auto;
        width: 98%
    }
    .newsletter-bg {
        padding: 20px 30px;
    }
    .footer {
        padding: 30px 0 20px;
    }
    .f-inner h6 {
        font-size: 15px;
        line-height: 20px;
    }
    .banner-img img {
        border-radius: 100px 40px;
    }
    .banner-search .filter-list {
        margin: 0 10px 10px 0;
    }
    .graphicImg {
        height: 40px;
        width: 40px;
        border: 2px solid #fff;
    }

    .activeList-img .squareImg-3 {
        display: none;
    }
    .activeList-contant .graphic-img4 {
        right: 0;
        top: -40px;
        height: 30px;
        width: 30px;
    }
    .owl-nav {
        display: none;
    }
    .aboutSec-block, .aboutUs-sec, .alcontent-sec, .careers-sec, .contectUs-sec, .faq-sec, .openPositions-sec, .ourOffice-sec {
        padding: 40px 0;
    }

    .contacts-map-block {
        padding-bottom: 40px;
    }
    #owlSearch .owl-nav, #recentVideo .owl-nav , #featured-slider .owl-nav {
        display: block;
    }
    .testimonial-block .owl-nav {
        bottom: -65px;
    }
    .burger-menu {
        top: 60px;
    }
    .alPopup-form {
        width: 100%;
        max-width: 95%
    }
    .porpertyDetails-slider .col-sm-12 {
        width: 100%
    }
    .form-label-group textarea:not(:placeholder-shown)~label, .form-label-group>input:not(:placeholder-shown)~label {
        left: 16px;
    }
    .hide-mobile {
        display: none !important;
    }
    .show-mobile {
        display: block !important;
    }
    #owlTestimonial .owl-nav {
        bottom: 15px;
    }
    /*#contactLandlordForm1 .form-label-group input:not(:placeholder-shown), */
    .form-label-group textarea:not(:placeholder-shown), 
    .form-label-group>input:not(:placeholder-shown), 
    .schedule-input.form-label-group input:not(:placeholder-shown) {
        color: #092c4c !important;
        padding: 22px 15px 6px;
    }

    /*#signUpDetails .form-label-group>input:not(:placeholder-shown) {
        padding: 14px 15px;
    }*/
    #signUpDetails .form-label-group > input:not(:placeholder-shown){
      padding: 22px 16px 6px;
    }
    .alPopup-form {
        padding: 40px 20px 20px;
    }

    .recentVideo-sec {
        display: none;
    }

    .hide-m {
        display: none !important;
    }

    .filterList-mobile .filter-list.mobile-search-box {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .filter-list:nth-child(4) .dropdown-box, .filter-list:nth-child(5) .dropdown-box, .filter-list:nth-child(6) .dropdown-box {
        right: 0;
        left: 0;
    }

    .header .navbar .user-link .btn {
        display: none;
    }

    .header .navbar #navbarSupportedContent .user-link .dropdown-menu.dropdown-box {
        padding: 0 15px;
    }

    #paymentSuccessActions {
        margin: 20px -8px 0;
    }

    .newsletter-sec {
        padding: 0 0 40px;
    }

    .gallery-sec {
        padding-top: 0;
    }

    .filterList-outer {
        flex: 0 0 100%;
        max-width: 100%
    }

    .filterList-mobile {
        flex: 0 0 100%;
        margin: 1px 0;
        max-width: 100%;
        padding: 5px 0;
    }

    .filterList-mobile {
        display: none;
    }

    .filterList-outer .apply-title {
        flex: 0 0 100%;
        padding: 10px 24px;
        text-align: left;
        font-size: 13px;
        background: url(../images/drop-down-icon.svg) 89% center no-repeat;
        transition: all .3s ease-in-out 0s;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
    }

    .filterList-outer .apply-title.open {
        transition: all .3s ease-in-out 0s;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
    }

    .filterList-mobile .filter-list.filterBtn {
        max-width: calc(60% - 0px);
        flex: 0 0 60%;
        display: flex;
        margin: 0 -10px;
    }

    .filterList-mobile .filter-list.filterBtn button {
        max-width: 100%;
        flex: 0 0 100%;
        margin: 0 10px;
        margin-left: 0;
        text-align: center;
        padding: 9px 15px;
        font-size: 13px;
    }

    .filterList-mobile .filter-list {
        flex: 0 0 33.333%;
        margin: 0;
        padding: 5px 10px;
    }
    .filterList-mobile .filter-list button {
        text-align: center;
        position: relative;
    }
    .filterList-mobile .filter-list .filter-btn .caret {
        top: 13px;
        right: 20px;
        position: absolute;
    }
    .signup-switch .signUpDialogFormLabel {
        width: 100%;
        padding: 0;
        padding-left: 24px;
    }
    .signup-switch .signUpDialogPhoto {
        display: none;
    }
    .signup-switch .signUpDialogFormOptionBox {
        margin-left: 0;
    }
    .alPopup-form.signup-switch {
        max-width: 95%;
    }
    .signUpDialogFormOptionBoxFirst {
        margin-top: 10px;
    }
    .alEffect-btn .cta-btn {
        width: 100%;
    }
    .hero-banner .alEffect-btn .cta-btn {
        display: inline-block;
    }
    a.by-list-btn, a.by-map-btn {
        max-width: 48%;
    }
    a.by-map-btn {
        margin-right: 2%;
    }
    .hero-banner .alEffect-btn .cta-btn.show-mobile {
        display: inline-block !important;
    }
    .header .navbar .nav-item {
        padding: 6px 0;
    }
    .mt-10 {
        margin-top: 10px;
        display: block;
    }
    .burger-menu ul li a {
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
    }
    .burger-menu .sub-menu li a {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }
    .burger-menu .sub-menu li {
        margin-bottom: 12px;
    }
    .toggle-fav.toggle-fav-btn {
        margin: 15px 0;
        text-align: left;
    }
    .blog-listing.grid-style1 .item {
        width: 100%
    }
    .blog-listing .blog-box {
        margin-bottom: 0;
    }

    .blog-listing .owl-dots {
        text-align: center;
    }

    .blog-listing .owl-carousel button.owl-dot {
        background: #94cac4;
        width: 15px;
        height: 15px;
        margin-right: 10px;
        border-radius: 100%
    }

    .blog-listing .owl-carousel button.owl-dot.active {
        background: #1b8644;
    }

    .blog-listing .owl-carousel button.owl-dot:last-child {
        margin-right: 0;
    }
    .alcontent-block.position-details ul li strong {
        width: auto;
        vertical-align: top;
        padding-right: 10px;
    }

    .filter-list.search-box {
        margin-right: 0;
    }
    .filter-bar.search-map-filter-bar .filter-list.search-box {
        width: 100%;
        margin-bottom: 10px;
    }
    .head-btn.searchSort {
        margin-bottom: 0;
    }
    .burger-menu .dropdown-menu, 
    .burger-menu .sub-menu {
        margin-left: 0;
        margin-top: 0;
        position: relative;
        background: #ffff;
        padding: 20px 10px 5px;
        width: 240px;
        z-index: 1;
        top: auto !important;
        border-radius: 0;
        box-shadow: none;
        border: 0;
        overflow: unset;
        max-height: inherit;
        left: auto;
    }
    .burger-menu .dropdown-menu a, .burger-menu .sub-menu a {
        font-size: 14px;
    }
    .burger-menu .white-space {
        width: 185px;
    }

    .comingSoon-block {
        padding: 0 20px;
    }

    .myAccountSectionBlock img.img-responsive {
        display: none;
    }

    .blogContentPreview {
        overflow: hidden;
        display: inherit;
        -webkit-line-clamp: inherit;
        -webkit-box-orient: inherit;
        max-height: 143px;
        overflow: hidden;
        text-overflow: inherit;
        -o-text-overflow: inherit;
        -ms-text-overflow: inherit;
        -moz-binding: url(ellipsis.xml#ellipsis);
    }

    .newsletter-sec {
        padding-bottom: 40px !important;
    }

    .footer .f-inner address {
        line-height: 24px;
    }

    #owlHomeBlog img {
        max-height: 280px;
        min-height: 280px;
    }

    .newsletter-content .dottedLine {
        display: none;
    }
}
@media (max-width: 700px) {
    .footer--row {
      flex-wrap: wrap !important;
      justify-content: flex-start !important;
    }
    .footer-col {
      max-width: 33% !important;
      margin-bottom: 20px;
      justify-content: flex-start !important;
    }
}
@media (max-width:600px) {
    .header-srch #HeaderCityProv {
        min-width: unset;
    }
    .quote-content .col-sm-3, .symbol-information-content .col-sm-3 {
        width: 50%
    }
    .e404 {
        text-align: center;
        width: 268px;
        margin: 0 auto;
    }
    .e404>div {
        float: none;
        display: inline-block;
        font-size: 35pt;
    }
    .e404>div strong {
        font-size: 65pt;
        margin-bottom: -33px;
    }
    .e404 i {
        font-size: 80pt;
        top: -14px;
    }
}

@media(max-width:575px) {
    .banner-img {
        display: none;
    }
    .alEffect-img .green-dot {
        display: none;
    }
    .footer-bottom p {
        font-size: 12px;
    }
    .footer .f-inner address, .footer .f-inner ul li a {
        font-size: 14px !important;
    }
    .group-form-block {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .email-btn {
        position: absolute;
        top: 0;
        right: 15px;
    }
    .email-btn-unset {
        position: unset;
        top: unset;
        right: unset;
    }
    .property-details-box .info-box ul {
        flex: 0 0 100%;
        max-width: 100%
    }

    .search-btn {
        margin-left: 0;
        padding: 6px 20px 6px 6px;
        flex: 0 0 100%
    }

    .search-btn {
        margin-left: 0;
        padding: 6px 20px 6px 6px;
        flex: 0 0 100%;
        margin-top: 15px;
    }
    .dropdown-box ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        list-style: none;
    }
    .group-form-block .group-form {
        flex: 0 0 100%;
        max-width: 100%
    }

    .al-form .group-form-block .save-btn {
        text-align: left;
        justify-content: inherit;
        align-items: center;
        padding-top: 10px;
    }

    .group-form-block.password-block .group-form, .group-form-block.password-block .save-btn {
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: inherit;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }
    .hero-banner {
        padding: 40px 0 0;
    }
    .hero-banner .alEffect-btn {
      margin-bottom: 0;
    }
    .banner-content h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .banner-content p br {
        display: none;
    }

    .alEffect-contant, .recentVideo-contant, .testimonial-block {
        padding: 20px 15px;
        width: 98%
    }

    li, p {
        font-size: 15px;
        line-height: 23px;
    }
    .blogPostTagButton, .listingLengthButton, .propertyFeatureItemButton, .propertyTypeButton {
        width: calc(100% - 16px);
        margin: 0 8px 16px;
    }
    .newsletter-content p br {
        display: none;
    }
    .cta-btn {
        margin-top: 20px;
    }
    .col-sm-12 {
        width: 100%
    }
    .burger-menu .white-space {
        display: none;
    }
    #owlHomeBlog img {
        max-height: 240px;
        min-height: 240px;
    }
}

@media (max-width:500px) {
    #featured-slider .owl-nav {
        display: none;
    }
    .hero-banner {
        padding: 60px 0 0;
    }
    .hero-banner .alEffect-btn {
        margin-bottom: 0;
    }
    .left-header {
        flex: 0 0 100%
    }
    .header .navbar-brand {
        /* width: 100%; */
        justify-content: center;
        display: inline-flex;
    }
    .head-btn.searchSort #sortBy_chzn .chzn-drop.dropdown--open {
        margin-left: 0;
        left: unset !important;
        right: 0;
    }
    .navbar-brand img {
        display: block;
        object-fit: contain;
    }
    .mobile-sidebar {
        display: inherit;
        max-width: 100%;
        background: 0 0;
        margin: 0;
        justify-content: center;
    }
    .dashboard-icon {
        width: 52px;
    }

    .messages-icon {
        background-position: -49px 0;
    }

    .viewed-icon {
        background-position: -97px 0;
    }

    .favorite-icon {
        background-position: -147px 0;
    }

    .map-icon {
        background-position: -198px 0;
    }

    .listing-icon {
        background-position: -252px 0;
    }

    .my-listing-icon {
        background-position: -300px 0;
    }

    .subscription-icon {
        background-position: -346px 0;
        width: 43px;
    }
}

@media (max-width:480px) {
    .footer-col {
      max-width: 50% !important;
    }
    .parallax {
        padding-bottom: 5px;
    }
    .page-title {
        font-size: 16px;
    }

    .nav-logo img {
        content: url("/images/GottaRent - Mobile Site v3.png");
        height: 62px;
    }

    #nav-mobile-btn, #nav-mobile-search {
        margin-top: 18px !important;
    }

    .nav-logo {
        height: 62px !important;
        margin-bottom: 0;
    }

    #nav-section {
        min-height: 72px;
    }

    #nav-section.stuck {
        position: unset;
    }

    .searchButtonContainerHome {
        margin-top: 5px;
    }

    .noMobile {
        display: none;
    }

    .grid-style1 .searchDescription {
        display: block;
        height: 79px;
        overflow: hidden;
    }
    .banner-search .nav-tabs li {
        width: auto;
    }

    .toggle-block {
        margin-right: 10px;
    }

    .navbar-brand img {
        max-width: 225px;
    }

    .banner-search .alsearch-btn .search-input {
        width: 100% !important;
    }

    .cta-btn {
        font-size: 12px;
        line-height: 16px;
        padding: 10px 12px;
        margin-top: 30px;
    }

    .cityList-sec .col-6 {
        width: 100%
    }

    .newsletter-input input {
        font-size: 12px;
        line-height: 22px;
        padding: 10px 15px;
        max-width: calc(100% - 76px);
    }

    .newsletter-input button[type=submit] {
        width: 76px;
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .social-links ul li {
        margin-right: 10px;
    }
    .dropdown-box {
        width: 100%;
        padding: 15px 10px;
    }
    .banner-search .tab-content {
        padding: 12px 15px 10px;
    }

    .alEffect-btn {
        text-align: center;
    }

    .paymentSuccessAction {
        width: calc(100% - 16px);
    }

    .aboutSec-block .heart-icon {
        background-size: 30px;
        top: -8px;
        right: -40px;
    }

    #updateMessage {
        width: 300px;
    }
    .burger-menu {
        top: 58px;
    }
    #top-info {
        display: block;
        line-height: 20px;
        margin-top: 7px;
    }

    #top-info li {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin: 0;
    }

    #top-buttons {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .form-control-large, .form-control-small {
        width: 100%;
        margin: 0;
    }

    .form-control-small {
        width: 100%
    }

    .fullwidthsingle .item .image {
        height: 230px;
    }

    .property-large-buttons li {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .nav-tabs>li, .sidebar .nav-tabs>li {
        width: 100%
    }
    .sort {
        margin-left: 0;
    }
    .comments {
        padding: 20px;
    }

    .login {
        padding: 40px 25px;
    }
    #home-search-section .intro h1 {
        padding-top: 90px;
        font-size: 18px;
    }

    #home-search-section .intro p {
        padding-top: 30px;
        font-size: 12px;
    }
}

@media (max-width:400px) {
    .quote-content .col-sm-3, .symbol-information-content .col-sm-3 {
        width: 100%
    }

    ul.searchCheckboxGroup {
        text-align: left;
    }

    #signUpErrors {
        padding-left: 10px !important;
    }

    .signUpDialogThankYouTenant {
        background: url(/images/tenantSignupCompleteMobile.png) !important;
    }

    .signUpDialogThankYouLandlord {
        background: url(/images/landlordSignupCompleteMobile.png) !important;
    }

    .signUpDialogThankYou {
        height: 600px !important;
    }

    .signUpDialogThankYouLandlord p {
        padding-top: 120px;
    }

    .signUpDialogThankYouTenant .navTo {
        margin-right: 0 !important;
    }

    .signUpDialogThankYouLandlord .navTo {
        margin-right: 7px;
    }
    .thankYouDialog {
        margin: 0 !important;
        padding: 0 !important;
    }
    .filterList-mobile .filter-list {
        flex: 0 0 50%;
        margin: 0;
        padding: 5px 0;
    }

    .filterList-mobile .filter-list.filterBtn {
        max-width: 100%;
        flex: 0 0 100%;
        margin: 0 -10px;
    }
    .footer .col-md-3 {
        width: 100%
    }
}

@media(max-width:380px) {
    .head-btn.searchSort #sortBy_chzn .chzn-drop.dropdown--open {
        left: 50% !important;
        right: 0;
        transform: translateX(-50%);
    }

    .user_action_box span {
        padding-right: 5px;
        margin-right: 5px;
        font-size: 12px;
    }

    .blog-post-wrap {
        padding: 20px;
    }
}

@media (max-width:360px) {
    .nav-logo img {
        content: url("/images/Apartment Love Logo - Small v4.png");
        height: 62px;
    }
}

@media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dppx) {
    .chzn-container .chzn-results-scroll-down span, .chzn-container .chzn-results-scroll-up span, .chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chzn-container-single .chzn-search input[type=text], .chzn-container-single .chzn-single abbr, .chzn-container-single .chzn-single div b, .chzn-rtl .chzn-search input[type=text] {
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}


@media (min-width:993px) and (max-width:1199px) {
    .e404>div {
        font-size: 60pt;
    }
    .e404>div strong {
        font-size: 120pt;
        margin-bottom: -70px;
    }
    .e404 i {
        font-size: 130pt;
        margin-top: 72px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .blog-listing.blog-listings-page .item {
        width: 100%
    }

    .e404>div {
        font-size: 48pt;
    }

    .e404>div strong {
        font-size: 90pt;
        margin-bottom: -50px;
    }

    .e404 i {
        font-size: 105pt;
        margin-top: 50px;
    }

    #e404-side {
        margin-top: 50px;
    }

    #home-search-section .intro h1 {
        padding-top: 90px;
        font-size: 30px;
    }

    #home-search-section .intro p {
        padding-top: 30px;
        font-size: 20px;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .container {
        width: 100%;
        max-width: 1200px;
        padding: 0 15px;
    }

    .footer-listings li {
        padding: 4px 42px 0 0;
    }

    .footer-listings li .image {
        display: none;
    }
}

.gsi--btn {
    display: flex;
    justify-content: center;
}

.logged-in-as-box {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}

.thank-you-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
}
.assingnUserPopup{
    position: relative;
    max-width: 1000px;
    background: #fff;
    padding: 70px 70px;
    overflow: hidden !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgb(9 44 76 / 8%);
    margin: auto;
}
.grid-view-sec .property-details-box{
    flex: 0 0 25%;
    max-width: 100% !important;
    flex-wrap: wrap;
    padding: 0 12px;
    margin-bottom: 30px;
    border-bottom: none !important;
}

.featured-listings .propertyDetailsOuter {
    box-shadow: 0 5px 12px rgb(9 44 76 / 25%) !important;
    transform: translateY(1%);
}

.featured-listings .owl-item{
    margin-bottom: 15px;
}

.grid-view-sec .property-details-box .propertyDetailsOuter {
    /* height: 100%; */
    width: 100%;
    padding: 15px 15px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgb(9 44 76 / 8%);
    background-color: #fff;
    align-items: self-start;
    display: flex;
    flex-direction: column;
}


.grid-view-sec .property-img {
    /* flex: 0 0 100%; */
    max-width: 100%;
    /* background-color: #000; */
}

.property-img {
    width: 100%;
    max-width: 190px;
    position: relative;
}

.property-img i.heart-icon {
    top: 10px;
    right: 10px;
    width: 22px;
    height: 24px;
    position: absolute;
}

.property-img img {
    max-width: 100%;
    border-radius: 4px;
}


.grid-view-sec .property-img a {
    display: block;
}

.grid-view-sec .property-img a:hover {
    opacity: .6;
}

.grid-view-sec .property-img img {
    width: 100%
}

.grid-view-sec .property-details {
    width: 100%;
    height: 100%;
    /* flex: 0 0 100%; */
    padding-left: 0;
    padding-top: 16px;
    position: relative;
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.property-details {
    width: calc(100% - 190px);
    padding-left: 15px;
    max-width: 472px;
}

.grid-view-sec .property-img img {
    height: 196px;
    object-fit: cover;
}

div.featured-label {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 49px;
    width: 66px;
}

.featured-label span {
    position: absolute;
    right: 15px;
    width: 100%;
    top: 10px;
    transform: rotate(-45deg);
    padding: 3px 0;
    background-color: #1b8644;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    color: #fff;
    font-size: 8px;
    line-height: 10px;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    text-transform: uppercase;
    text-align: center;
}

.property-details-heading {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.info-box {
    width: 100%;
}

.prop-contact-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 12px;
    text-align: left;
    width: 100%;
}

.property-block-list .prop-detail-wrap .property-details h3 {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-bottom: 3px;
    font-family: 'Open Sans', sans-serif !important;
}

.property-block-list h3 a {
    color: #428bca;
}

.prop-detail-wrap i.heart-icon, .prop-top-btns i.heart-icon {
    position: unset;
    height: 25px;
    background-image: url(../images/gray-heart-icon.svg);
    background-size: auto;
    background-position: center;
    width: 25px;
    cursor: pointer;
}

.heart-icon.active {
    background: url(../images/color-heart-icon.svg) center no-repeat !important;
}

.grid-view-sec .property-details-box .info-box ul {
    flex: 0 0 100%;
    max-width: 100%;
}

.property-details-box .info-box ul {
    flex-wrap: wrap;
    align-items: center;
}

.prop-detail-wrap .info-box ul.propertyBoxFeatures {
    align-items: flex-start;
}

.home-1--page .prop-detail-wrap .info-box ul li:nth-child(2n+1) {
    max-width: unset !important;
    flex: unset !important;
}

.grid-view-sec .property-details-box .info-box ul li {
    margin-bottom: 0;
    margin-top: 8px;
}

.property-details-box .info-box ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #828282;
    display: inherit;
    margin-right: 10px;
}

.prop-detail-wrap .info-box ul li {
    flex: unset !important;
    max-width: unset !important;
    font-size: 12px;
    padding-right: 9px;
    line-height: 1;
    align-items: center;
    margin: 0;
}

.property-details-box .prop-detail-wrap .info-box ul li i {
    margin-right: 4px;
    margin-top: 0;
}
.bhk-details ul li .bed-icon, .porpertyDetails-block .icon-bedrooms, .property-details-box .info-box ul li .bed-icon {
    background: url(../images/bed-icon.svg) 0 0 no-repeat;
}
.property-details-box .info-box ul li i {
    margin-right: 2px;
}
.bhk-details ul li i, .porpertyDetails-block .icon-bathrooms, .porpertyDetails-block .icon-bedrooms, .property-details-box .info-box ul li i {
    width: 14px;
    height: 12px;
    margin-right: 8px;
    display: inline-block;
    /* margin-top: 4px; */
}
i.bed-icon {
    width: 43px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(../images/account/bed.png);
    background-size: contain;
}

.info-box ul li .bath-icon {
    background: url(../images/bath-icon.svg) 0 0 no-repeat;
}

.contact-apply-btns {
    display: inherit;
    width: 100%;
}

.prop-contact-btn span {
    float: none;
    display: inherit;
    width: 100%;
}

.listingId {
    margin-right: 5px;
}
.listingAddress, .listingAge, .listingId {
    color: #121212;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
}

.contact-apply-btns .pink-outline-btn {
    padding: 10px 8px;
    width: 100%;
}

.btn {
    font-size: 13px;
    height: 35px;
    line-height: 32px;
    padding: 0 16px;
    border-width: 2px;
}

.pink-outline-btn {
    background: #fff;
    border: 1px solid #1b8644;
    color: #1b8644;
    height: unset;
    line-height: 16px;
    padding: 3px 20px;
    border-radius: 1px;
}


.prop-detail-wrap .property--user-action {
    display: flex;
    align-items: center;
    margin-left: 5px;
}

.prop-detail-wrap .compareLink-wrap {
    display: inherit;
    font-size: 12px;
    position: unset;
    padding: 0 !important;
    border: none;
    box-shadow: none;
    width: max-content;
    float: none;
    margin: 0;
    top: unset;
    background: transparent;
    min-width: unset;
    margin-right: 10px;
}
.property--user-action span {
    max-height: 20px;
    cursor: pointer;
}

.compare-icon {
    width: 20px;
    height: 20px;
    background-image: url(../images/compare.png);
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.pb-48 {
    padding-bottom: 48px !important;
}

.pt-48 {
    padding-top: 48px !important;
}

.home-1--page .iti--container{
    z-index: 1000001 !important;
    left: 0px !important;
    right: 0px !important;
} 

.home-1--page  .iti{
    width: 100%;
}

.home-1--page .cross-button{
    background: url(../images/close-btn.svg) center no-repeat;
    background-size: 20px;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 40px;
    right: 15px;
    cursor: pointer;
    position: fixed;
}


.background-shade{
    background-color: #f8f8f8;
}   

 
.home-1--page .iti {
    width: 100%;
}

.assingnUserPopup{
    position: relative;
    max-width: 1000px;
    background: #fff;
    padding: 70px 70px;
    overflow: hidden !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgb(9 44 76 / 8%);
    margin: auto;
}

.color-black{
    color: #000;
}