
* {
    margin: 0;
    padding: 0;
    outline: none !important;
    font-family: 'Raleway',sans-serif
}

img {
    max-width: 100%;
    vertical-align: top
}

ul,li {
    list-style: none;
    margin: 0;
    padding: 0
}
body {
    padding-bottom: 84px;
    position: relative;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,span,p,ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: 0 0
}

a,input[type=submit],input[type=button],.btn,button {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0
}

::-webkit-scrollbar-thumb {
    background: #347bb6;
    border: 1px solid #347bb6;
}

::-webkit-scrollbar-thumb:hover {
    background: #347bb6;
}

::-webkit-scrollbar-thumb:active {
    background: #125084;
}

::-webkit-scrollbar-track {
    background: #62b5fa;
    border: 0 none #fff
}

::-webkit-scrollbar-track:hover {
    background: #62b5fa;
}

::-webkit-scrollbar-track:active {
    background: #62b5fa;
}

::-webkit-scrollbar-corner {
    background: 0 0
}

input[type=button]:focus,input[type=text]:focus,select:focus {
    box-shadow: none;
    outline: none
}
select {
    background-image: url(../images/black-arrow.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
}

section {
    clear: both
}

audio,canvas,progress,video {
    vertical-align: middle
}

a:focus {
    text-decoration: none
}

.customButton {
    border: 1px solid #347bb6;
    background: #347bb6;
    border-radius: 5px;
    padding: 9px 35px;
    font-size: 15px;
    text-transform: uppercase;
    color: #FFF !important;
    font-weight: 600;
    cursor: pointer;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
}
.customButton:hover {
    background: #216399;
    border: 1px solid #216399;
}





.customHeader {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
a.menuOpen {
    display: none;
    width: 36px;
    border: 2px solid #5f5f5f;
    padding: 5px 6px;
    height: 34px;
    border-radius: 4px;
}
.BannerSection {
    display: inline-block;
    width: 100%;
    padding: 90px 0 110px;
    margin-bottom: -50px;
    background-image: url(../images/landbar-bg-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
}
.BannerSection .tab-content {
    display: inline-block;
    width: 100%;
    padding: 25px 20px;
    background: #fff;
    box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.5) !important;
    margin-bottom: -30px;
}
.BannerSection .nav-link {
    border-radius: 0px !important;
    border: none !important;
    margin: 0px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 600;
}
.BannerSection select.nav-link {
    background-image: url(../images/arrow.png);
}
.BannerSection select.nav-link.active {
    background-image: url(../images/black-arrow.png);
}
.BannerSection .form-control {
    margin-bottom: 15px;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid rgba(0, 0, 0, 0.4) !important;
    height: auto !important;
    padding: 8px 15px !important;
}
.customSearchFilter {
    display: inline-flex;
    width: 100%;
    position: relative;
    padding-right: 0;
    margin-bottom: 15px;
}
.customSearchFilter .form-control {
    margin-bottom: 0px !important;
    margin-right: 15px;
    max-width: 400px;
}
.customSearchFilter .moreFilter {
    /* position: absolute; */
    top: 0;
    right: 0;
    border: 1px solid #347bb6;
    background: #347bb6;
    border-radius: 5px;
    padding: 9px 15px;
    font-size: 15px;
    text-transform: uppercase;
    color: #FFF !important;
    font-weight: 600;
    cursor: pointer;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    margin-left: 10px;
    min-width: 120px;
}
.BannerSection .nav-link {
    background-color: #347bb6;
    color: #fff;
    margin-right: 5px;
}
.BannerSection .nav-link.active {
    background-color: #fff;
    color: #347bb6;
}











.latestPropertiesSection {
    padding: 65px 0 50px;
    margin-top: 50px;
}
.latestPropertiesSection h1 {
    font-size: 28px;
    display: inline-block;
    width: 100%;
    padding: 0 0 20px;
    font-weight: 700;
}
.latestPropertiesImage {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.latestPropertiesImage .mainImage {
    position: absolute;
    display: inline-block;
    width: 100%;
    top: 0;
    left: 0;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    object-fit: cover;
    height: 100%
}
.latestPropertiesImage .placeHolderImg.image-large {
    aspect-ratio: 2 / 1.84;
}
.latestPropertiesImage .placeHolderImg {
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .04);
    aspect-ratio: 2 / 1.2;
}
.latestPropertiesSingleDiv {
    margin-bottom: 15px;
}
.latestPropertiesSingleDiv:hover .mainImage {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}
.latestPropertiesTags {
    display: inline-block;
    width: 100%;
    margin-top: 7px;
    overflow: hidden;
    height: 20px
}
.latestPropertiesTags li {
    display: inline-block;
    margin: 2px;
    float: left
}
.latestPropertiesTags li a {
    display: inline-block;
    background: #6aa90f;
    border-radius: 5px;
    font-size: 10px;
    color: #fff;
    float: left;
    font-weight: 600;
    line-height: 17px;
    padding: 0 9px 0;
    text-decoration: none;
    text-transform: uppercase
}
.latestPropertiesContent h2 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 25px;
    line-height: 35px;
    color: #202020;
    margin-bottom: 20px !important;
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.latestPropertiesContent p {
    font-size: 18px;
    height: 80px;
    overflow: hidden;
}
.latestPropertiesContent h2:first-letter {
    text-transform: uppercase
}
.latestPropertiesContent h2 strong {
    font-weight: 700
}
.latestPropertiesContent h2 a {
    color: #202020;
    text-decoration: none
}
.latestPropertiesContent ul {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px
}
.latestPropertiesContent ul li {
    display: inline-block;
    margin-right: 10px
}
.latestPropertiesContent ul li a {
    font-size: 14px;
    color: #262d33;
    text-decoration: none
}
.latestPropertiesContent ul li a i {
    font-size: 13px;
    display: inline-block;
    margin-right: 4px
}
.smalllatestPropertiesDiv {
    margin-bottom: 15px
}
.smalllatestPropertiesDiv .latestPropertiesContent h2 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0px !important;
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.smalllatestPropertiesDiv .latestPropertiesContent p {
    font-size: 15px;
    line-height: 20px;
    margin-top: 12px;
    margin-bottom: 5px;
}
.smalllatestPropertiesDiv .latestPropertiesContent ul {
    margin-top: 2px
}
.smalllatestPropertiesDiv .latestPropertiesContent ul li a {
    font-size: 12px
}
.buttonsGroup {
    display: inline-flex;
    width: 100%;
    min-height: 55px;
    align-items: baseline;
}
.buttonsGroup .customButton {
    width: 50%;
    font-size: 15px;
    border-radius: 0px;
    text-align: center;
    padding: 8px 0px;
}
.buttonsGroup .customButton + .customButton {
    background-color: rgb(199, 199, 199);
    border: 1px solid rgb(199, 199, 199);
    color: #202020 !important;
}

.smalllatestPropertiesDiv .buttonsGroup .customButton { 
    font-size: 10px;
}

.customNavigation {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.logo img { 
    width: 255px;
}
.customNavigation {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.customNavigation .logo img {
    width: 255px;
}

.navigationDiv {
    display: inline-block;
}
.navigationDiv ul {
    display: inline-block;
}
.navigationDiv ul li {
    display: inline-block;
    padding-left: 30px;
} 
.navigationDiv ul li a {
    display: inline-block;
    color: #3e3e3e;
    font-size: 17px;
    padding: 7px 0;
    position: relative;
}
.navigationDiv ul li a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #347bb6;
    right: 0;
    bottom: 0;
    transition: 0.5s ease 0s;
}
.navigationDiv ul li a:hover::after {
    width: 100%;
    right: auto;
    left: 0;
}
.customModal .modal-dialog {
    max-width: 1000px;
}
.customModal .whyListingHere { 
    padding: 30px 30px 15px;
    position: relative;
    border-radius: 20px;
}
.customModal .whyListingHere h2 {
    font-size: 24px;
}
.customModal button.close {
    position: absolute;
    top: 16px;
    right: 16px;
    color: #fff;
    opacity: 1;
    font-weight: 100;
}
.customModal .submitYourListing button.close {
    color: #000;
}
.customModal .submitYourListing {
    background: #fff;
    padding: 20px 30px;
    border-radius: 20px;
}
.whyListingHere {
    display: inline-block;
    width: 100%;
    background-image: url(../images/blue-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.whyListingHere h2 {
    font-size: 28px;
    display: inline-block;
    width: 100%;
    padding: 0 0 20px;
    font-weight: 700;
    color: #fff;
}
.singleListDiv {
    display: inline-block;
    width: 100%;
    padding: 35px 20px;
    background-color: #fff;
    border-radius: 15px;
    min-height: 100%;
}
.iconImage {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.singleListDiv h4 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}
.singleListDiv ul {
    display: inline-block;
    width: 100%;
}
.singleListDiv ul li {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    background-image: url(../images/list-icon.png);
    background-position: 0 3px;
    background-size: 15px;
    background-repeat: no-repeat;
    padding-left: 20px;
}


.submitYourListing {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
}
.submitYourListing h2 {
    font-size: 28px;
    display: inline-block;
    width: 100%;
    padding: 0 0 20px;
    font-weight: 700;
    color: #202020;
}
.listingmineDiv {
    display: inline-block;
    width: 100%;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.4) !important; 
    margin-bottom: 20px;
}
.listingmineDiv img {
    display: inline-block;
    width: 100%;
}
.listingmineDiv .customButton {
    display: inline-block;
    width: 100%;
    background-color: #1c4281;
    border: 1px solid #1c4281;
    text-align: center;
    margin-top: 30px;
}

.submitYourListing h3 {
    font-size: 20px;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    color: #347bb6;
    margin-bottom: 8px;
}

.submitYourListing h4 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}
.submitYourListing ul {
    display: inline-block;
    width: 100%;
}
.submitYourListing ul li {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    background-image: url(../images/list-icon.png);
    background-position: 0 3px;
    background-size: 15px;
    background-repeat: no-repeat;
    padding-left: 20px;
}


.customFooter {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.customFooter p {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #fff;
}
.customFooter p a {
    color: #fff;
}
.customFooter p a.websiteLink {
    color: #3882fd;
}


body section.searchResultDiv {
    display: inline-block;
    width: 100%;
    background: #f1f1f1;
    padding: 60px 0 !important;
    min-height: calc(100vh - 174px);
}
.searchResultDiv h1 {
    font-size: 28px;
    display: inline-block;
    width: 100%;
    padding: 0 0 20px;
    font-weight: 700;
}
.singleSearchList {
    display: inline-block;
    width: 100%;
    padding: 18px 20px;
    background: #fff;
    margin-bottom: 30px;
}
.singleSearchList h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
}
.singleSearchList ul {
    display: inline-block;
    width: 100%;
}
.singleSearchList ul li {
    display: inline-block;
    width: 31%;
    margin-right: 1%;
    font-size: 16px;
    margin-bottom: 5px;
}
.singleSearchList ul li span {
    font-weight: 700;
}
.singleSearchList ul li.locationDiv {
    width: 63.3%;
}
.googleMapBtn {
    padding: 5px 35px !important;
}
.searchResultDiv h1 .backBtn {
    color: #347bb6;
    font-size: 32px;
    width: 25px;
    display: inline-block;
    position: relative;
    top: 1px;
}



.listingDetailPage {
    display: inline-flex;
    width: 100%;
    padding: 13px 0;
    position: relative;
    /*background-color: #f1f1f1;*/
    align-items: center;
    min-height: calc(100vh - 95px);
}
.listingDetailPage h1 {
    font-size: 24px;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    padding: 1px 40px 20px 25px;
    position: relative;
    text-align: center;
}
.listingDetailPage h1 .backBtn {
    color: #347bb6;
    font-size: 32px; 
    width: 25px;
    display: inline-block;
    position: relative;
    top: 1px;
    position: absolute;
    left: 0;
    top: -4px;
}
.listingDetailPage a#copy img {
    width: 16px;
    margin-right: 6px;
    height: auto;
    display: inline-block;
}

.listingDetailPage a#copy {
    padding: 5px 0px 0 !important;
    position: absolute;
    top: -2px;
    right: 0;
    background: #125084;
    padding: 6px 16px !important;
    border-radius: 40px;
    display: inline-flex;
    width: auto;
    font-size: 16px;
    color: #fff;
}
a#copy img {
    /*filter: contrast(0) brightness(122);*/
}
.listingImagesSlider .owl-dots {
    display: none !important;
}
.listingImagesSlider .owl-nav {
    display: inline-block !important;
}
.listingImagesSlider .owl-nav button {
    display: inline-block !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #125084 !important;
    color: #fff !important;
    border-radius: 50px;
    font-size: 27px !important;
}
.listingImagesSlider .owl-nav button span {
    position: relative;
    top: -2px
}
.listingImagesSlider .owl-nav button.owl-prev {
    left: -20px;
}
.listingImagesSlider .owl-nav button.owl-next {
    right: -20px;
}
.listingDetailPage ul {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.listingDetailPage ul.contactList {
    text-align: left;
}
.listingDetailPage ul li {
    display: inline-block;
    width: 31.5%;
    margin-right: 1%;
    font-size: 16px;
    margin-bottom: 5px;
}
.listingDetailPage ul.borderList li {
    width: calc(25% - 10px);
    margin-right: 5px;
    padding: 10px 5px;
    text-align: center;
    box-shadow: none;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    background: #f7f7f7;
}
.listingDetailPage ul li span {
    font-weight: 700;
}
.listingDetailPage ul li.locationDiv {
    /* width: calc(100% - 55px); */
    width: 100% !important;
    border: none;
    text-align: left;
    background: transparent;
}
/*.locationDiv a {*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*    padding-left: 25px;*/
/*    position: relative;*/
/*    padding-top: 4px;*/
/*    color: #1567ac;*/
/*}*/
.locationDiv a img {
    display: inline-block;
    position: absolute;
    left: 0px;
    width: 20px;
    top: 8px;
    padding: 0;
    border-radius: 0;
    background: no-repeat;
    /*color: #c5853d;*/
    /*filter: invert(1);*/
}
.listingDetailPage ul li.locationDiv + li {
    width: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.listingDetailPage h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
}
.listingDetailPage p {
    display: inline-block;
    margin-right: 1%;
    font-size: 16px;
    margin-bottom: 5px;
}
a#copy {
    width: 29px;
    padding: 5px 0px 0 !important;
}

.listingDetailPage .container {
    max-width: 650px;
}
.listingDetailPage .customButton {
    margin: 4px !important;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 7px 0 !important;
}


.listingDetailPage .customButton.googleMapBtn {
    display: inline-flex !important;
    width: 40px !important;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 5px !important;
}
.listingDetailPage .customButton.googleMapBtn img {
    filter: invert(1) brightness(1);
}



.customLogoHead {
    display: inline-flex;
    width: 100%;
    position: relative;
    padding: 0 320px;
    min-height: 70px;
    align-items: center;
    justify-content: center;
}
.customLogoHead > a {
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 35px;
    color: #2169a6;
}
.customLogoHead > a img {
    width: 100%;
}
.customLogoHead > img {
    position: absolute;
    left: 32px;
    top: 9px;
    width: 280px
}
.customLogoHead h1 {
    font-size: 24px;
    font-weight: 700;
}

.searchListLink {
    display: inline-block;
    width: 100%;
}
.singleSearchList {
    display: inline-block;
    width: 100%;
    padding: 0px;
}
.singleSearchList h3 {
    padding: 7px 15px;
    background: #2169a6;
    color: #fff;
    margin: 0px;
}
.searchListLink ul {
    padding: 15px 15px 0;
    display: inline-block;
    width: 100%;
}
.searchListLink ul li {
    font-weight: 700;
    width: calc(33% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
}

.searchListLink .singleSearchList ul li.locationDiv {
    width: 100%;
}
.searchListLink ul li span {
    display: inline-block;
    width: 100%;
    font-weight: 400;
}
a.marketingButton {
    position: absolute;
    top: -1px;
    right: 103px;
    width: 32px;
}

@media only screen and (max-width: 991px) {
    .BannerSection {
        padding: 100px 0 0;
    }
    .singleSearchList ul li {
        width: 47.2%;
    }
    .listingDetailPage ul li {
        /*width: 48%;*/
    }
    .customSearchFilter .form-control {
        max-width: 370px;
    }
    .customSearchFilter .customButton {
        padding: 9px 20px;
        font-size: 12px;
    }
    .customSearchFilter .moreFilter {
        padding: 9px 12px;
        font-size: 12px;
        min-width: 107px;
    }
    .customLogoHead {
       
        padding: 0 0 0 290px;
        justify-content: start;
    }
    .customLogoHead > img {
        position: absolute;
        left: 22px;
        top: 6px;
        width: 240px;
    }
}
@media only screen and (max-width: 767px) {
    .BannerSection .nav-link {
        padding: 11px 22px;
        font-size: 14px;
    }
    .BannerSection {
        padding: 50px 0; 
        min-height: 350px;
    }
    .customSearchFilter {
        padding-right: 0;
    }
    .customSearchFilter .form-control {
        margin-right: 10px;
    }
    .customSearchFilter .form-control {
        max-width: 254px;
    }
    .customSearchFilter {
        flex-wrap: wrap;
    } 
    .customSearchFilter .form-control {
        max-width: 100% !important;
    }
    .customSearchFilter input.form-control {
        width: calc(100% - 90px) !important;
        margin: 0 !important;
    }
    .customSearchFilter div.col-md-4 {
        padding: 0px !important;
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    .customSearchFilter .customButton {
        width: 80px !important;
        margin: 0 0 0  10px  !important;
        padding: 10px 2px;
        font-size: 13px;
    }
    .customSearchFilter .moreFilter {
        width: 100% !important;
        margin: 10px 0 0 !important;
        text-align: center;
        padding: 12px 10px;
        font-size: 13px;
    }
    a.menuOpen {
        display: inline-block;
    }
    .navigationDiv {
        display: none;
        position: absolute;
        right: 0;
        top: 78px;
        background: #347bb6;
        padding: 2px;
        max-width: 100%;
        width: 100%;
        text-align: center;
        z-index: 9;
    }
    .navigationDiv.open {
        display: inline-block;
    }
    .navigationDiv ul li {
        padding: 0;
        width: 100%;
    }
    .navigationDiv ul li a {
        color: #fff;
        margin: 0 0 1px;
        width: 100%;
    }
    .navigationDiv ul li a:hover {
        background: #fff;
        color: #202020;
    }
}
@media only screen and (max-width: 600px) {
    .BannerSection .nav-link {
        padding: 7px 16px;
        font-size: 16px;
    }
    .latestPropertiesContent h2 {
        font-size: 20px;
        margin-top: 12px;
        line-height: 27px;
        padding: 0;
    }
    .latestPropertiesSection h1,
    .listingDetailPage h1,
    .searchResultDiv h1,
    .whyListingHere h2 {
        font-size: 20px; 
    }
    .iconImage img {
        max-width: 80px;
        display: inline-block;
    }
    .submitYourListing h2 {
        font-size: 22px;
    }
    .singleSearchList ul li {
        min-width: 100%;
        margin: 0px;
    }
    .listingDetailPage ul li {
        min-width: 48%;
    }
    .listingDetailPage .customButton {
        width: 100%;
        text-align: center;
        padding: 7px 0 !important;
    }
    .listingImagesSlider .owl-nav button.owl-prev { 
        left: 0;
    }
    .listingImagesSlider .owl-nav button.owl-next { 
        right: 0;
    }
    body section.searchResultDiv {
        padding: 30px 0 !important;
    }
}
@media only screen and (max-width: 575px) {
    .customSearchFilter {
        padding-right: 0;
        flex-wrap: wrap;
    }
    .customSearchFilter .moreFilter {
        position: unset;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .customSearchFilter .form-control {
        width: calc(100% - 110px);
        max-width: 100%;
    }
    .BannerSection .nav-link {
        padding: 8px 10px;
        font-size: 12px;
        margin-right: 1px;
    }
    
    .navigationDiv ul li {
        padding-left: 10px;
    }
    .navigationDiv ul li a {
        font-size: 14px;
    }
    .customLogoHead > img {
        left: 20px;
        top: 12px;
        width: 170px;
    }
    .customLogoHead {
        padding: 0 0 0 214px;
    }
    .customLogoHead h1 {
        font-size: 16px;
    }
    .listingDetailPage h1 {
        padding: 4px 40px 20px 25px;
        text-align: left;
     }
}
