.form-container .title:after {
    content: '';
    background-color: #00A9EF;
    height: 3px;
    width: 60px;
    margin: 10px 0 0;
    display: block;
    clear: both;
}

.form-container .sub-title {
    color: #333;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.form-container .form-horizontal {
    font-size: 0;
}

.form-container .form-horizontal .form-group {
    color: #333;
    width: 50%;
    padding: 0 8px;
    margin: 0 0 15px;
    display: inline-block;
}

.form-container .form-horizontal .form-group:nth-child(4) {
    margin-bottom: 30px;
}

.form-container .form-horizontal .form-group label {
    font-size: 17px;
}

.form-container .form-horizontal .form-control {
    color: #888;
    background: #fff;
    letter-spacing: 1px;
    height: 40px;
    padding: 6px 12px;
    border-radius: 10px;
    border: 2px solid #e7e7e7;
    box-shadow: none;
}

.form-container .form-horizontal .form-control:focus {
    box-shadow: 0 0 5px #dcdcdc;
}

.form-container .form-horizontal .check-terms {
    padding: 0 8px;
    margin: 0 0 25px;
}

.form-container .form-horizontal .check-terms .check-label {
    color: #333;
    font-size: 14px;
    font-style: italic;
    vertical-align: top;
    display: inline-block;
}

.form-container .form-horizontal .check-terms .checkbox {
    height: 17px;
    width: 17px;
    min-height: auto;
    margin: 2px 8px 0 0;
    border: 2px solid #d9d9d9;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all 0.3s ease 0s;
}

.form-container .form-horizontal .check-terms .checkbox:before {
    content: '';
    height: 5px;
    width: 9px;
    border-bottom: 2px solid #00A9EF;
    border-left: 2px solid #00A9EF;
    transform: rotate(-45deg);
    position: absolute;
    left: 2px;
    top: 2.5px;
    transition: all 0.3s ease;
}

.form-container .form-horizontal .check-terms .checkbox:checked:before {
    opacity: 1;
}

.form-container .form-horizontal .check-terms .checkbox:not(:checked):before {
    opacity: 0;
}

.form-container .form-horizontal .check-terms .checkbox:focus {
    outline: none;
}

.form-container .signin-link {
    color: #333;
    font-size: 14px;
    width: calc(100% - 190px);
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
}

.form-container .signin-link a {
    color: #00A9EF;
    transition: all 0.3s ease 0s;
}

.form-container .signin-link a:hover {
    text-decoration: underline;
}

.form-container .form-horizontal .signup {
    color: #fff;
    background: #00A9EF;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 160px;
    padding: 8px 15px 9px;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
}

.form-container .form-horizontal .btn:hover,
.form-container .form-horizontal .btn:focus {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px rgba(0, 0, 0, 0.15), 5px 5px rgba(0, 0, 0, 0.1);
    outline: none;
}

@media only screen and (max-width:479px) {
    .form-container .form-horizontal .form-group {
        width: 100%;
    }
    .form-container .signin-link {
        width: 100%;
        margin: 0 10px 15px;
    }
}

.nav-item .dropdown .dropdown-menu .nav .link-2 .dropdown-item .nav-item {
    font-size: 10px !important;
    color: red;
}

.form-container label {
    font-size: 14px;
    color: black;
}

.radio-inline {
    margin-right: 15px;
}

.radio-inline input {
    margin-right: 10px;
}

.form-section-title h4 {
    border-bottom: 1px solid gainsboro;
    margin-bottom: 15px;
}

.position-relative {
    position: relative;
}

.addroute {
    white-space: nowrap;
    position: absolute;
    top: 47px;
    font-size: 14px;
    right: 24px;
}

.deleteroute {
    position: relative;
    font-size: 20px;
    color: #123b67;
}

.deleteroute span {
    position: absolute;
    right: -36px;
    top: -34px;
    cursor: pointer;
    color: #771d1d;
}

.amenities-row {
    font-size: 14px;
}


/*property details page*/

.secboxs {
    padding-bottom: 0;
}

.detailsSection {
    padding: 0px 0;
}

.slider-text h1 {
    font-size: 30px;
}

.detailsSection .detailsArea h1 {
    color: #ce9a3d;
    font-size: 28px;
    margin: 0;
    padding: 0;
    letter-spacing: 7px;
    text-transform: uppercase;
}

.detailsSection .detailsArea p {
    font-size: 16px;
    font-weight: 400;
    color: #807e96;
    margin: 10px 0;
}

.offset15 {
    padding-top: 15px;
}

.noPaddingsRight {
    padding-right: 0 !important;
}

.noPaddings {
    padding: 0 !important;
}

.noPaddingsRight img {
    height: 411px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.imgRight img {
    height: 198px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.propertyMedia .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
}

.propertyMedia .media-body {
    border-right: 1px solid #e2e2e2;
}

.propertyMedia i {
    font-size: 20px;
    color: #383535;
    border: 1px solid #e53f3f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 34px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    padding: 16px;
}

.propertyDetails p {
    color: #ce9a3d;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}

.propertyDetails p+p {
    font-size: 14px;
    font-weight: 600;
    color: #3a3a44;
}

.noPaddingsTop {
    padding-top: 15px !important;
}

.scrollSpyContent {
    border: 1px solid #dcdcdc;
    border-width: 1px 0 0 0;
}

.scrollSpy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* position: relative; */
    list-style: none;
    margin: 0;
}

.scrollSpy li:first-child {
    padding-left: 0;
}

.scrollSpy li {
    padding: 12px 12px !important;
}

.scrollSpy li a.active {
    border-bottom: 2px solid #CE9A3D;
    color: #ce9a3d;
}

.scrollSpy li a {
    font-size: 14px;
    font-weight: 500;
    color: #8a8b96;
    padding: 7px 5px;
}

.scrollSpyData {
    background: #f0f0f0;
    display: block;
    padding: 30px 0;
}

.leftsec {
    width: 66.66%;
    float: left;
    padding: 0 15px;
}

.dataArea {
    background: #FFF;
    padding: 20px 30px;
    display: block;
    width: 100%;
}

.scrollSpyData .aboutSec strong {
    font-size: 14px;
    color: #282830;
    font-weight: 600;
}

.scrollSpyData .aboutSec p {
    font-size: 15px;
    color: #7f7f94;
    font-weight: 400;
    line-height: 30px;
    margin-top: 0px;
}

.rightec {
    width: 33.33%;
    float: right;
}

.rightSideBar {
    background: #fff;
    padding: 20px 30px;
}

.amenites span {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0;
    display: block;
    color: #646374;
}

.amenites span img {
    padding-right: 10px;
}

.offsetBottom {
    margin-bottom: 30px;
}

.media-left,
.media>.pull-left {
    padding-right: 10px;
}

.fix-search {
    position: fixed;
    top: 74px;
    z-index: 1;
    background: #FFF;
    width: 100%;
}

.property-page-section-title {
    color: #ce9a3d;
    margin-bottom: 15px;
    border-bottom: 1px solid;
    font-size: 21px;
    letter-spacing: 7px;
    text-transform: uppercase;
}


/*property details page*/

.nav-item .dropdown-menu ul li a {
    line-height: 1;
    font-size: 12px;
    letter-spacing: 0px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.ftco-footer .ftco-footer-widget ul li a span.icon-instagram {
    color: #fff;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    padding: 9px 11px;
    border-radius: 14px;
}

.ftco-footer .ftco-footer-widget ul li a span.icon-facebook {
    color: #fff;
    background: #3b5999;
    padding: 9px 13px;
    border-radius: 14px;
}

.ftco-footer .ftco-footer-widget ul li a span.icon-linkedin.fa-linkedin {
    color: #fff;
    background: #007bb5;
    padding: 9px 11px;
    border-radius: 14px;
}

.m-0 {
    margin: 0 !important;
}

.filter-box {
    background: white;
    box-shadow: 0px 0px 25px 0px gainsboro;
    padding: 15px;
    margin-bottom: 30px;
}

#pro_filter_form .form-control {
    height: auto !important;
}

.partner-img {
    background: white;
    padding: 10px;
}

.partner-img img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.media-body .fa-whatsapp {
    font-size: 30px !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.fa-whatsapp {
    font-size: 35px !important;
    color: #fff;
    background: linear-gradient(#25d366, #25d366)10px 84%/10px 0px no-repeat, radial-gradient(#25d366 60%, transparent 0);
}


/*property form checkbox css start*/

.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: auto;
    border-radius: 31px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
    padding: 0px 10px 0 0;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty~label,
.funkyradio input[type="checkbox"]:empty~label {
    position: relative;
    line-height: 2;
    text-indent: 3.25em;
    margin-top: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #d5d5d5;
}

.funkyradio input[type="radio"]:empty~label:before,
.funkyradio input[type="checkbox"]:empty~label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 16px 0 0 16px;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label {
    color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked~label,
.funkyradio input[type="checkbox"]:checked~label {
    color: #000;
}

.funkyradio input[type="radio"]:checked~label:before,
.funkyradio input[type="checkbox"]:checked~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus~label:before,
.funkyradio input[type="checkbox"]:focus~label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked~label:before,
.funkyradio-default input[type="checkbox"]:checked~label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked~label:before,
.funkyradio-primary input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked~label:before,
.funkyradio-success input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked~label:before,
.funkyradio-danger input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked~label:before,
.funkyradio-warning input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked~label:before,
.funkyradio-info input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #5bc0de;
}

.pro-sidebar-form .form-group {
    margin-bottom: 4px;
}

.pro-sidebar-form .form-control {
    margin: 0;
}


/*media Query*/


}

/*property faq*/
.panel .panel-heading {
    background: #ce9a3d;
    padding: 0px 15px;
}
.panel .panel-heading h4.panel-title a {
    color: white;
    font-size: 15px;
    display: block;
    line-height: 2.5;
}
h4.panel-title {
    margin-bottom: 0;
}
.bg-none {
    background: transparent !important;
}
#onload .modal-content {
    width: 100%;
    padding: 0px;
    float: none;
}
#onload .modal-dialog {
    max-width: 340px;
    margin: 17% 10% 0 auto;
}
@media only screen and (max-width:767px) {
    #onload .modal-dialog {
        max-width: 340px;
        margin: 51% 16% 0 auto;
    }
    
    .mynew-button {
        width: 96%;
    }
}
@media screen and (max-width: 480px) {
    .scrollSpy {
        display: block!important;
    }
    
    .scrollSpy li {
        padding: 4px 0 !important;
    }
    
    .fix-search {
        position: unset;
        top: unset;
        z-index: unset;
        background: unset;
        width: unset;
    }
}