﻿.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
        z-index: 1;
    }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: "FontAwesome";
            content: "\f00c";
        }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.newheader {
    background: #ffffff;
    padding: 5px;
    margin-top: 15px;
    box-shadow: 0 0 3px #ccc;
}

    .newheader h2 {
        font-size: 19px;
        font-weight: 600;
        padding-top: 10px;
        color: #777;
    }

    .newheader h1 {
        line-height: 50px;
        margin-bottom: 0 !important;
    }

    .newheader span {
        font-weight: 600;
    }


    .newheader .bootstrap-select {
        margin-top: 20px;
    }

    .newheader .btn-primary {
        margin-top: 20px;
    }

.newheadertools a {
    float: right;
    margin-top: 20px;
    border-radius: 0;
}


.headadvertise img {
    margin: 15px 0 15px 0;
    height: 100px;
    width: 100%;
}

.page-main3 {
    background: #fff;
    margin-bottom: 15px;
}

    .page-main3 .page-head1 h5 {
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
        background: #fff;
        padding: 10px 20px;
        font-size: 16px;
        font-weight: bold;
    }

    .page-main3 .page-body1 {
        padding: 0px 20px 5px;
        font-weight: bold;
        text-transform: capitalize;
    }

.page-main1, .page-main2 {
    box-shadow: 0 0 3px #ccc;
    background: #fff;
    margin-bottom: 15px;
}

    .page-main1 .page-head1 h5 {
        border-bottom: 1px solid #efefef;
        background: #fff;
        padding: 10px 20px;
        font-size: 16px;
        font-weight: bold;
    }

    .page-main1 .page-body1 {
        padding: 0px 20px 5px;
        font-weight: bold;
        text-transform: capitalize;
    }

    .page-main2 .page-head2 h4 {
        border-bottom: 1px solid #efefef;
        background: #fff;
        padding: 10px 15px;
        font-size: 18px;
        font-weight: 500;
    }

    .page-main2 .page-body2 {
        padding-bottom: 20px;
        text-transform: capitalize;
    }

.page-body2 ul {
    padding-left: 30px;
}

.page-body2 img {
    height: 100px;
    width: 100%;
    border: 1px solid #efefef;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.page-body2 h5 {
    padding-left: 15px;
}

.page-body2 p {
    padding: 10px 15px 0px;
    font-size: 14px;
    text-align: justify;
    text-transform: capitalize;
    font-weight: 400;
}


.pagination li {
    box-shadow: 0 0 3px #ccc;
}

.pricerangelist {
    height: 200px;
    overflow-y: scroll;
}

    .pricerangelist li {
        display: block;
    }

        .pricerangelist li a:hover {
            color: #337ab7;
        }

#loadmore {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
}

    #loadmore .loadmorebtn {
        background: #ffffff;
        border: none;
        padding: 10px 15px;
        margin: 0px auto 15px;
        color: #5B3359;
        box-shadow: 0 0 2px rgba(0,0,0,0.20);
        text-transform: uppercase;
        font-weight: 500;
        border: 1px solid #5B3359;
        font-size: 12px;
    }

#gallery img {
    height: 600px;
    width: 100%;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.20);
}

.datacounter {
    background: url(../images/counterbg.jpg) no-repeat center;
    height: 100%;
    width: 100%;
}

    .datacounter .count-box {
        display: inline-block;
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        padding: 5px 5px;
        background-color: rgba(0,0,0,0.4);
        background-size: cover;
        text-shadow: 1px 1px 1px #111;
        color: #fff;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        height: 100%;
    }

    .datacounter p {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        text-align: center !important;
        text-shadow: 1px 1px 1px #111;
    }

.norecordlabel {
    background: #ffffff;
    border: none;
    padding: 15px 15px;
    margin: 0px auto 15px;
    color: #5B3359;
    box-shadow: 0 0 5px rgba(0,0,0,0.20);
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #5B3359;
    text-align: center;
}

.bootstrap-select .btn.btn-default {
    box-shadow: 0 0 5px rgba(0,0,0,0.20);
}

.bootstrap-select .filter-option {
    font-weight: 600;
    color: #555555;
}

.banner-search-main .form-group .search {
    box-shadow: 0 0 5px rgba(0,0,0,0.20);
    width: 100% !important;
}

.banner-search-main .form-group .btn-primary {
    box-shadow: 0 0 5px rgba(0,0,0,0.20);
}

.banner-search-main .form-group .btn-secondary {
    box-shadow: 0 0 5px rgba(0,0,0,0.20);
}

.banner-search-main .form-group .btn-black {
    padding: 12px 20px;
    height: 42px;
    width: auto;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.20);
    background: #111;
    color: #fff;
}

    .banner-search-main .form-group .btn-black:hover {
        background: rgba(0,0,0,0.5);
    }

.modal-header .coffee {
    color: #fff;
    padding: 15px;
}

.modal-body input[type=radio] {
    margin-left: 10px;
}

.modal-body .rblplace label {
    margin-left: 3px;
}

.modal-body select {
    margin-top: 0px;
}

#Amenities .amtlist li {
    margin-left: 50px;
}

#Amenities .amenitiesname {
    text-align: center;
    text-transform: capitalize;
}

.gmapview iframe {
    height: 400px;
    width: 100%;
    border: 0;
    margin-bottom: 10px;
    background: #fff;
    padding: 10px 10px;
}

#viewlink {
    padding-top: 5px;
    text-align: center;
}

    #viewlink li .imgcountlink {
        background: rgba(0,0,0,0.5);
        padding: 6px 10px;
        border-radius: 4px;
    }

    #viewlink li a {
        color: #fff;
    }

.npbuilderlogo {
    border: 1px solid #eee;
}

.popupcompare > div {
    box-shadow: 0 0 5px #f7f7f7;
    background: #fff;
    padding: 7px;
    border: 1px solid #eee;
    margin-bottom: 10px;
}

    .popupcompare > div img {
        height: 80px;
        width: 100%;
    }




.mapsearchpanal select {
    border: none;
    background: #f8f8f8;
    border-radius: 0;
    color: #555555;
}

.fgtinfo {
    font-size: small;
    text-align: justify;
    color: #666;
}

#buycollapse .tabform, #rentcollapse .tabform, #npcollapse .tabform {
    padding-top: 10px;
}



#headerrightmenu li {
    display: inline-block;
    float: left;
    margin-left: 10px;
}

#sellhomesteps h1, #buyhomesteps h1 {
    text-align: center !important;
    margin-bottom: 30px;
    font-weight: 800;
}

#sellh h2, #buyh h2 {
    line-height: 35px;
    text-transform: capitalize;
}

#sellhomesteps h3, #buyhomesteps h3 {
    text-align: center;
    text-transform: capitalize;
    line-height: 30px;
    font-weight: 500;
    padding-bottom: 40px;
}


#sellhomesteps table, #buyhomesteps table {
    height: 160px;
}

    #sellhomesteps table tr td, #buyhomesteps table tr td {
        vertical-align: top;
    }

    #sellhomesteps table .numcol {
        padding-right: 30px;
        background-color: #5B3359;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        color: #fff;
        font-size: 30px;
        padding: 4px 14px;
    }

    #buyhomesteps table .numcol {
        padding-right: 30px;
        background-color: #222;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        color: #fff;
        font-size: 30px;
        padding: 4px 14px;
    }

    #sellhomesteps table .contentcol, #buyhomesteps table .contentcol {
        background: #fff;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 10px 10px;
    }

        #sellhomesteps table .contentcol strong, #buyhomesteps table .contentcol strong {
            font-weight: 800;
        }

#pop-login .logincontent, #pop-register .logincontent {
    background: #222222;
    padding-top: 35px;
    padding-bottom: 35px;
}

    #pop-login .logincontent h4, #pop-register .logincontent h4 {
        color: #fff;
    }

    #pop-login .logincontent p, #pop-register .logincontent p {
        color: #fff;
        font-size: 14px;
        text-transform: capitalize;
    }

#pop-login .close, #pop-register .close {
    top: 5px;
    right: 5px;
    color: #111;
    position: absolute;
    z-index: 1;
}

#Amenities img {
    height: auto;
    width: 150px;
    padding: 15px 15px;
    border: 5px solid #efefef;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
    cursor: pointer;
}

#Amenities p {
    padding: 10px 0 10px 0;
    text-align: left;
    font-weight: 700;
    text-transform: capitalize;
}

#maparea {
}

#location .ngmap {
    height: 400px;
    width: 100%;
    background: #efefef;
}

#location .mapcontent {
    height: 400px;
    overflow: auto;
}



#mapradiogroup {
    background: #efefef;
}

    #mapradiogroup input[type=radio] {
        position: absolute;
        visibility: hidden;
        display: none;
    }

    #mapradiogroup label {
        color: #666;
        display: inline-block;
        cursor: pointer;
        font-weight: bold;
        padding: 5px 10px;
    }

    #mapradiogroup input[type=radio]:checked + label {
        color: #fff;
        background: #5B3359;
        transition: ease-in-out;
        transition: transform 500ms ease;
    }

.padding-0 {
    padding-right: 0;
}

#svrcontent h1, .svrcontent h1 {
    font-size: 30px;
    line-height: 1.3em;
    color: #303339;
    font-family: Tiempos Headline,Times,Times New Roman,serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
}

#svrcontent h3, .svrcontent h3 {
    font-size: 24px;
    line-height: 1.3em;
    color: #303339;
    font-family: Tiempos Headline,Times,Times New Roman,serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
}

#svrcontent p, .svrcontent p {
    font-size: 16px;
    line-height: 1.5em;
    color: #3e4247;
    font-family: Harmonia Sans,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

#svrcontent strong, .svrcontent strong {
    font-weight: 600;
    font-family: Harmonia Sans,Helvetica,Arial,sans-serif;
    color: #3e4247;
}

#headermobileno {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

#newsletterbox input[type=text], #newsletterbox a {
    border-radius: 0;
    border: none;
}

.pricetable {
    max-height: 114px;
    min-height: 70px;
    overflow: auto;
}


    .pricetable table {
        width: 100%;
    }

        .pricetable table tr {
            border: 1px solid #ccc;
            font-size: 12px;
        }

            .pricetable table tr th {
                border: 1px solid #ccc;
                padding: 5px 5px;
            }

            .pricetable table tr td {
                border: 1px solid #ccc;
                padding: 5px 5px;
            }



.pricetable2 table {
    width: 100%;
}

    .pricetable2 table tr {
        border: 1px solid #ccc;
        font-size: 12px;
    }

        .pricetable2 table tr th {
            border: 1px solid #ccc;
            padding: 5px 5px;
        }

        .pricetable2 table tr td {
            border: 1px solid #ccc;
            padding: 5px 5px;
        }

/*

.figure-block img {
    border-radius: 0;
}

.figure-block h4 {
    border: 1px solid #ddd;
    padding: 10px 10px;
    border-top: none;
    text-align: center;
}

.item-body .btn-group {
    padding: 10px 10px;
    position: absolute;
    bottom: 50px;
    right: 40px;
}

    .item-body .btn-group a {
        color: #444;
        padding: 0 10px;
    }

.buildercontent a {
    border-radius: 0;
}
    */
.info-row ul li {
    display: block;
    font-size: 12px;
}

.newheader .d2 {
    margin-top: 20px;
}

/*#gallery .rightcontent {
    position: absolute;
    right: 40px;
    top: 120px;
    display: inline-block;
    width: 300px;
    background: #fff;
    text-align: center;
    padding: 5px 10px;
   
}

#gallery #bdlogo img {
    height: 100px;
    width: 100%;
    position: absolute;
    right: 40px;
    bottom: 40px;
    display: inline-block;
    width: 300px;
}*/

.header-top-social .buylbl {
    padding-left: 100px;
}

.header-top-social .nplbl {
    padding-left: 60px;
}

.header-top-social .intlbl {
    padding-left: 60px;
}

.npimg img {
    height: 200px;
    width: 100%;
}

.keyfeatures {
    font-size: 12px;
    margin-left: 12px;
    height: 100px;
    overflow: auto;
}


