body{
    font-family: sans-serif;
}

a:hover{
    text-decoration:none;
}

img{
    max-width:100%;
}

ul{
    padding:0;
    margin:0;
    list-style:none;
}

.topheader {
    background: #17a2b8;
}

.leftTopHeader ul li {
    float: left;
}

.leftTopHeader ul li a {
    padding: 5px 10px;
    display: inline-block;
    color: white;
}

.leftTopHeader ul li a:hover {
    color: #201f1f;
}

.rightTopHeader {
    float: right;
}

.rightTopHeader ul li {
    float: left;
}

.rightTopHeader ul li a {
    display: inline-block;
    padding: 5px 10px;
    color: white;
}

.rightTopHeader ul li a:hover {
    color: #201f1f;
}

.mainMenus {
    float: right;
}

.mobileMenusBar {
    font-size: 26px;
    padding: 15px 10px;
}

.mainMenus ul li {
    float: left;
}

.mainMenus ul li a {
    display: inline-block;
    padding: 20px 10px;
    color: black;
    font-size: 17px;
}

.mainMenus ul li a:hover {
    color: gray;
}

.mobileMenusBar{
    display:none
}

.sliders {
    position: relative;
}

.sliders img {
    min-height: 400px;
}

.hidesection{
    display:none;
}

.sticky-header.stick {
    position: fixed;
    z-index: 995;
    background: white;
    width: 100%;
    top: 0;
    animation: smoothScroll 1s forwards;
    box-shadow: 0px 2px 5px 0px #cfcece;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

.searchProperty {
    position: absolute;
    top: 50px;
    right: 10%;
    z-index: 990;
    background: #343a40;
    padding: 15px;
    width: 550px;
    padding-bottom: 25px;
    border-radius: 10px;
}
.searchProperty label {
    color: white;
}

.searchProperty .btn {
    background: #0fa2b9;
    border-color: #0fa2b9;
}

.titleArea {
    text-align: center;
}
.latestProjects {
    background: whitesmoke;
    padding:25px 0;
}
.titleArea h1 {
    color: gray;
    text-transform: uppercase;
    font-size: 24px;
}

    .projectGrid {
        border: 1px solid #17a2b8;
        margin: 5px 0;
        border-radius: 5px;
        background:white;
    }
    .projectImage img {
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
    }
    .projectDetailInfo {
        padding: 10px 10px 10px 0;
    }
    .projectDetailInfo h2 {
        font-size: 18px;
    }

.rightTopHeader ul li ul {
    display: none;
    position: absolute;
    background: white;
    z-index: 1000; 
    width: 160px; 
    border: 1px solid #17a2b8;
    border-bottom: 0;
}
.rightTopHeader ul li:hover ul {
    display: block;
}

.rightTopHeader ul li ul li {
    width: 100%;
    border-bottom: 1px solid #17a2b8;
}

.rightTopHeader ul li ul li a {
    color: #17a2b8;
}

.projectDetailInfo a.btn {
    min-width: 130px;
    text-transform: uppercase;
}

.projectDetailInfo ul {
    margin-bottom: 5px;
}

.projectDetailInfo p {
    margin-bottom: 5px;
}

.projectDetailInfo h3 {
    font-weight: bold;
    margin: 0;
    font-size: 24px;
}

.projectDetailInfo ul li {
    display: inline-block;
    padding-right: 10px;
}


.projectDetailInfo h2 a {
    color: #17a2b8;
}

.sideBarProperty {
    background: white;
    padding: 15px;
}

    .mainHeader {
        border-bottom: 1px solid #ede9e9;
    }
    .propertyTitle{
        text-align:center;
        background: #17a2b8;
    }
    .propertyTitle h1 {
        font-size: 24px;
        padding: 10px 0;
        font-weight: bold;
        text-transform: uppercase;
        color: #ffffff;
        margin: 0;
    }
    .addPropertySection{
        background: whitesmoke;
        padding:50px 0;
    }
    .propertyFromSection {
        background: white;
        border: 1px solid #d1cccc;
    }
    .propertyBody {
        padding: 25px;
    }
    
    .form-control:focus{
            box-shadow: none;
    }
    .form-control {
        border-radius: 0;
    }

    .propertyBody label {
        color: #17a2b8;
        font-size: 14px;
        font-weight: bold;
    }
    
    .propertyBody label span {
        color: #dc3545;
    }
    
    .propertyBody .subTitle {
        border-bottom: 2px dashed #17a2b8;
        padding-bottom: 5px;
        font-weight: 600;
        color: #6c6b6b;
    }


    .propertyDetails h2 {
    font-size: 24px;
    margin: 0;
    }
    
    .propertyDetails table tr td {
        padding: 5px;
        font-size: 14px;
        width: 30%;
    }
    
    .propertyDetails table tr th {
        padding: 5px;
        font-size: 14px;
        width: 120px;
    }

.locationArea h3 {
    font-size: 18px;
    border-bottom: 1px solid #cdcdcd;
    padding: 5px 0;
    font-weight: bold;
    color: gray;
}

.locationArea ul li a:hover {
    color: #259191;
}

.locationArea ul li a {
    color: #3cafaf;
}

.blotTitle {
    text-align: center;
    padding: 25px 0;
}
.blog-text h4 {
    font-size: 18px;
}

.blog-grid {
    background: whitesmoke;
    border: 1px solid #d3d2d2;
    margin-bottom: 15px;
    box-shadow: 8px 14px 38px rgb(39 44 49 / 6%), 1px 3px 8px rgb(39 44 49 / 3%);
}
.blog-grid .blog-text {
    padding: 5px 10px;
}
.blog-text h4 a {
    color: gray;
}

/* Mobile Menus Start */

ul.mobileMenusExtras {
    text-align: center;
    display: block;
}

ul.mobileMenusExtras li {
    display: inline-block;
}

ul.mobileMenusExtras li a {
    color: gray;
    padding: 5px 15px;
}

.mobileMenulist ul {
    width: 100%;
    margin-top: 10px;
}

.mobileMenulist ul li {
    border-top: 1px solid #f1eadd;
}

.mobileMenulist ul li a {
    color: gray;
    font-size: 16px;
    display: inline-block;
    padding: 5px 15px;
}

#body_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: rgba(0,0,0,.6);
    z-index: 9002;
    display: none;
}

.mobileMenuSlide {
    display: block;
    position: fixed;
    top: 0px;
    right: -250px;
    max-width: 100%;
    width: 250px;
    height: 100%;
    overflow: auto;
    border-bottom-width: 60px;
    border-bottom-style: solid;
    z-index: 100000;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
    transition: 0.7s;
}

.mobileMenuSlide.active{
    right: 0;
}

.slideCloseIcon {
    position: relative;
    top: 15px;
    width: 32px;
    height: 32px;
    opacity: 0.8;
    display: inline-block;
  }
  .slideCloseIcon:hover {
    opacity: 1;
  }
  .slideCloseIcon:before, .slideCloseIcon:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 20px;
    width: 1px;
    background-color: #333;
  }
  .slideCloseIcon:before {
    transform: rotate(45deg);
  }
  .slideCloseIcon:after {
    transform: rotate(-45deg);
  }

 /* Mobile Menus End */

    .projectTitle h1 {
        font-size: 24px;
        font-weight: bold;
        color: #17a2b8;
        text-transform: uppercase;
    }
    .sideBar a img {
        border-radius: 10px;
        margin-bottom:15px;
    }
    .sideBar h3 {
        font-size: 18px;
        background: #17a2b8;
        padding: 5px 15px;
        color: white;
    }
    .sideBar ul li a {
        color: #17a2b8;
        font-size: 16px;
        line-height: 16px;
    }
    
    .morePlaceProperty ul {
    overflow: auto;
    /*display: flex;*/
    }
    
    .morePlaceProperty {
        border: 1px solid #17a2b8;
        padding: 10px;
        margin-bottom: 10px;
    }
    
    /* width */
    .morePlaceProperty ul::-webkit-scrollbar {
      width: 5px;
    }
    
    /* Track */
    .morePlaceProperty ul::-webkit-scrollbar-track {
      background: red; 
    }
     
    /* Handle */
    .morePlaceProperty ul::-webkit-scrollbar-thumb {
      background: #888; 
    }
    
    .morePlaceProperty ul li {
        display: inline-block;
        width: 24%;
    }
    
    .filterSearch {
        background: white;
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .morePlaceProperty ul li {
    display: inline-block;
    }
    .morePlaceProperty ul li a {
    color: #17a2b8;
    padding: 5px 10px;
    border: 1px solid #17a2b8;
    border-radius: 5px;
    display: block;
    margin: 3px;
    }

.propertyView {
        background: whitesmoke;
        padding: 25px 0;
    }
    .propertyInfoView h2 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #17a2b8;
    }
    .propertyInfoView h1 {
    font-size: 26px;
    }
    .propertyDetailsView {
        background: white;
    }
    
    div#carouselExampleControls {
        border: 1px solid #d1d1d1;
    }
    .propetyImageGallery {
        padding: 8px;
        position:relative;
    }
    
    .propertyInfoView {
        padding: 10px;
        min-height: 450px;
    }
    ul.propertyfetured {
    text-align: right;
    }
    ul.propertyfetured li {
    padding: 0px 15px;
    display: inline-block;
    color: #17a2bf;
    border-left: 1px solid #17a2b8;
    font-size: 18px;
    font-weight: bold;
    }
    ul.propertyfetured li:first-child {
    border-left: none;
    }
    .propertyOther {
        position: absolute;
        bottom: 20px;
        left: 20px;
        z-index: 990;
    }
    
    .propertyinfoMore table tr th,.propertyinfoMore table tr td {
        padding: 5px;
    }
    
    .propertyinfoMore h4 {
        font-size: 20px;
        border-bottom: 1px solid #0fa2b9;
        padding: 5px 0;
    }
    
    .propertyFetured h4 {
        font-size: 20px;
        border-bottom: 1px solid #0fa2b9;
        padding: 5px 0;
    }
    
    .propertyInfoView h1 {
        font-size: 20px;
        font-weight: bold;
        color: #0fa2b9;
    }
    
    div#locationMap iframe {
        min-width: 100%;
        max-height: 450px;
    }
    
    div#locationMap .modal-body {
        min-height: 450px;
    }
    div#video iframe {
        min-width: 100%;
        max-height: 450px;
    }
    
    div#video .modal-body {
        min-height: 450px;
    }
    
    .feturedListProperty ul li .feturedGridP {
        border: 1px solid #0fa2b9;
        padding: 10px;
        height: 120px;
        min-width: 100px;
        border-radius: 3px;
        background: whitesmoke;
        text-align: center;
        cursor: pointer;
    }
    .feturedListProperty {
    display: flex;
    }
    .feturedListProperty ul li {
        float: left;
        margin: 5px;
        width: 22%;
    }
    .feturedGridP span {
    display: block;
    }
    .feturedGridP .icons {
        font-size: 20px;
        color: #0fa2b9;
    }
    
    .feturedGridP .title {
        color: gray;
    }
    .feturedGridP .status.yes {
        color: #28a745;
    }
    .feturedGridP .status {
    color: #dc3545;
    }

.widget h3 {
    color: #e1dddd;
    font-size: 20px;
}

.footerMain {
    background: #4e4e4e;
    padding: 50px 0 20px;
}
.widget p {
    color: #aba5a5;
    font-size: 15px;
}
.widget ul li a {
    color: #aba5a5;
    font-size: 14px;
}
.widget ul li a:hover {
    color: #e9e8e4;
}
.footerBottom {
    background: #2a2a2a;
    padding: 25px 0;
}

ul.socialwidget li {
    float: left;
}

ul.socialwidget li a {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    background: gray;
    color: white;
}

.copyRight p {
    margin: 0;
    padding: 5px;
    color: #d5cfcf;
}

.footerMenus {
    float: right;
}

.footerMenus ul li {
    float: left;
}

.footerMenus ul li a {
    display: inline-block;
    padding: 5px 10px;
    color: gray;
}

.footerMenus ul li a:hover {
    color: white;
}

.userMenuBar ul li {
    display: inline-block;
}

.userMenuBar {
    border-bottom: 2px solid #17a2b8;
    margin-bottom: 10px;
}

.userMenuBar ul li a {
    display: block;
    padding: 5px 10px;
    background: #f5f5f5;
    margin-bottom: 5px;
    border: 1px solid #17a2b8;
    border-radius: 3px;
    color:#2e2e2e;
}

.userMenuBar ul li a.active {
    background: #17a2b8;
    color: white;
}

.mShow{
    display:none;
}


@media only screen and (max-width: 992px) {
  
    .mHide {
        display:none;
    }
    .mShow {
        display:block;
    }
  
    .searchProperty {
        right: 0;
        bottom: 0;
        top: unset;
        width: 100%;
        border-radius: 0;
    }
    
    .sideBar {
        margin-top: 15px;
    }
    
    .mobileSearchProperty h2 {
        font-size: 24px;
        color: white;
    }
    
    .mobileSearchProperty {
        text-align: center;
    }
    
    .sliders img{
        min-height: 300px;
        object-fit: cover;
    }
    
    .mobileSearchProperty a {
        color: white;
        display: inline-block;
        padding: 10px;
        width: 43%;
        border-radius: 0.4rem;
        font-weight: bold;
        background-color: #006a50;
        -webkit-box-shadow: 0 0.5rem 0.5rem rgb(34 34 34 / 45%);
        box-shadow: 0 0.5rem 0.5rem rgb(34 34 34 / 45%);
    }
    
}


@media only screen and (max-width: 767px) {
    .sideBarProperty{
        margin-top:15px;
    }
    
    .feturedListProperty ul li {
        width: 30%;
    }
    
    .projectDetailInfo {
        padding: 15px;
    }
    .projectDetailInfo a.btn {
        min-width: 100px;
    }
    
    .projectImage img {
        border-bottom-left-radius: 0;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }
    
    .mobileSearchProperty h2 {
        font-size: 20px;
    }
    
    
}


/*@media only screen and (max-width: 400px) {*/
    @media (min-width: 400px){
    .feturedListProperty ul li {
        width: 45%;
    }
}



