@font-face {
    font-family: roboto;
    src: url(../css/fonts/Roboto/Roboto-Regular.ttf) format("truetype")
}

html {
    overflow-x: hidden;
    height: 100%
}

body {
    /*padding-bottom: 15rem; */
    position: relative;
    min-height: 100%
}

b {
    font-family: Roboto;
    font-size: 17px
}

* {
    font-size: 14px;
    line-height: 1.5rem;
    letter-spacing: .3px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: Roboto
}

p {
    line-height: 2rem
}

ul {
    list-style-type: disc;
    padding-left: 18px
}

ul li {
    font-size: 17px;
    padding-bottom: 10px
}

a {
    color: #8ec045;
    font-size: 17px
}

a:hover {
    text-decoration: none;
    color: #87bc43
    /*color: white;*/
}

button:focus {
    outline: 0
}

.red_btn {
    border-radius: 4px;
    background-color: #bc434a;
    color: #fff;
    border: 1px solid #bc434a;
    padding: 6px 20px;
    cursor: pointer
}

.transparent_btn {
    background-color: transparent;
    color: #87bc43;
    border: 1px solid #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer
}

.green_btn {
    border: 1px solid #87bc43;
    background: #87bc43;
    color: #fff;
    padding: 7px;
    border-radius: 4px;
    cursor: pointer
}

.green_btn img {
    height: 20px;
    padding-left: 10px
}

.outline_btn {
    border: 1px solid #87bc43;
    background: #fff;
    color: #87bc43;
    padding: 8px 40px;
    border-radius: 4px;
    cursor: pointer
}

.share-button {
    padding: 12px 24px;
    border-radius: 4px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .2);
    background-color: #87bc43;
    position: absolute;
    top: 5%;
    right: 2%;
    z-index: 9;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer
}

.share-button img {
    padding-right: 10px
}

.about-us-section {
    padding-top: 100px
}

.about-us-section .about-us-img {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 10px
}

.about-us-section .about-us-spacing {
    padding: 0 50px
}

.about-us-section p {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #333
}

.contact-us-section {
    padding-bottom: 280px
}

.carousel {
    position: relative;
    width: 100%;
    padding: 45px;
    padding-top: 110px;
}

.carousel-item img {
    object-fit: cover
}

#carousel-thumbs {
    background: rgba(255, 255, 255, .3);
    bottom: 0;
    left: 0;
    padding: 0 50px;
    right: 0
}

#carousel-thumbs img {
    border: 5px solid transparent;
    cursor: pointer
}

#carousel-thumbs img:hover {
    border-color: rgba(255, 255, 255, .3)
}

#carousel-thumbs .selected img {
    border-color: #fff
}

.carousel-control-next, .carousel-control-prev {
    width: 50px;
    display: none
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #87bc43
}

.header {
    background-color: #fff;
    box-shadow: 0 3px 6px -6px #000;
    position: fixed;
    z-index: 99;
    width: 100%
}

.header .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-box
}

.header .nav-item img {
    height: 15px
}

.header .navbar {
    padding: 15px 0
}

.header .navbar-light .navbar-nav .nav-link {
    color: #333 !important;
    font-size: 13px;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 700;
    line-height:5;
}

.header .navbar-light .navbar-nav .nav-link.active {
    color: #03693a !important
}

.header .navbar-light .navbar-nav .dropdown .dropdown-menu {
    border: none;
    outline: 0;
    display: none;
    cursor: pointer;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 3px 6px -6px #000
}

.header .navbar-light .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    margin-top: 10px;
    color: #03693a;
    font-size: 16px;
    padding: 15px
}

.header .navbar-light .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #03693a;
    color: #fff
}

.header .navbar-light .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    z-index: 1
}

.logo-img {
    height: 40px;
    display: block
}

.navbar-light .navbar-toggler {
    color: transparent;
    border: none
}

.navbar-toggler:focus, .navbar-toggler:hover {
    outline: 0
}

.banner {
    padding-top: 80px;
    padding-bottom: 50px
}

.banner .center-text {
    width: 100%;
    padding-left: 8%
}

.banner .center-text h1 {
    color: #333
}

.banner .center-text h1, .banner .center-text span {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 15px
}

.banner .banner-right-img img {
    width: 100%
}

.form-shadow {
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2);
    padding: 30px;
    margin-left: 8%
}

.property-listing-top-heading {
    display: flex
}

.top-bar {
    display: flex
}

.top-bar .left-content {
    width: 60%
}

.top-bar .left-content .page-link {
    color: #87bc43;
    background-color: #fff;
    border: solid 1.3px #87bc43;
    border-radius: 5.3px !important;
    margin-right: 10px
}

.top-bar .left-content .page-item.active .page-link {
    color: #333;
    background-color: #fbfff5;
    border: solid 1.3px #87bc43
}

.top-bar .right-content {
    /*width: 40%; */
    text-align: right
}

.form-title-section {
    position: relative
}

.form-title-section .form-title {
    position: relative
}

.form-title-section .form-title:before {
    top: 45px;
    height: 1px;
    display: block;
    position: absolute;
    width: 370px;
    background: #f4f4f4;
    border-right: 1px #fff;
    content: "";
    transform: translate(-50%, -50%);
    left: 50%
}

.form-title-section .form-title-two:before {
    top: 75px
}

.bottom-section-property-listing-first {
    display: flex
}

.bottom-section-property-listing-first .left-content {
    width: 80%;
    display: flex
}

.bottom-section-property-listing-first .left-content .small-grey-text {
    font-size: 13px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0;
    color: #b4b4b4;
    margin-bottom: 5px
}

.bottom-section-property-listing-first .left-content .small-black-text {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0;
    color: #333
}

.bottom-section-property-listing-first .left-content .profile-img {
    height: 33px;
    width: 33px;
    margin-right: 10px
}

.bottom-section-property-listing-first .right-content {
    width: 20%
}

.bottom-section-property-listing-first .right-content img {
    height: 24px
}

.bottom-section-property-listing-second {
    display: flex
}

.bottom-section-property-listing-second .rounded-circle {
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2);
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px
}

.bottom-section-property-listing-second .rounded-circle img {
    height: 12px
}

.property-listing-section .property-listing-single {
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2);
    border-radius: 10px;
    margin-bottom: 30px
}

.property-listing-section .property-listing-single .image-content {
    position: relative
}

.property-listing-section .property-listing-single .image-content .property-img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.property-listing-section .property-listing-single .image-content .property-img-details-section {
    padding: 20px;
    position: absolute;
    width: 100%;
    bottom: -45px
}

.property-listing-section .property-listing-single .property-description {
    padding: 40px 24px 16px
}

.property-listing-section .property-listing-single .property-description .grey-text {
    font-size: 13px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #b4b4b4
}

.property-listing-section .property-listing-single .property-description .title-property-listing {
    font-size: 17px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #333
}

.property-listing-section .property-listing-single .property-description .aed-sec {
    display: flex;
    align-items: center
}

.property-listing-section .property-listing-single .property-description .aed-sec .green-text {
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #87bc43;
    margin-left: 10px
}

.property-listing-section .property-listing-single .property-description .bottom-section-property-listing {
    background: #f4f4f4;
    border-radius: 8px;
    margin: 6px 0 0;
    padding: 16px
}

.product-list-banner {
    padding-top: 120px
}

.product-list-banner .left-spacing {
    padding-left: 4%
}

.product-list-banner .form-shadow {
    margin-left: 0
}

.product-list-banner .top-bar .select_input {
    display: flex;
    align-items: center
}

.product-list-banner .top-bar .select_input label {
    margin-bottom: 0;
    padding-right: 10px
}

.product-list-banner .top-bar .select_input select {
    height: 30px;
    margin-bottom: 0;
    border: none !important;
    background-color: transparent;
    color: #87bc43
}

.property-details-section .left-side-details {
    padding-left: 5%;
    padding-top: 40px
}

.property-details-section .left-side-details h5 {
    font-size: 24px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333
}

.property-details-section .left-side-details p {
    font-size: 13px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #b4b4b4
}

.property-details-section .left-side-details .aed-sec {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.property-details-section .left-side-details .aed-sec span {
    margin-left: 10px
}

.property-details-section .left-side-details .property-feature-title {
    font-size: 19px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333;
    margin-bottom: 10px
}

.property-details-section .left-side-details .property-img-details {
    box-shadow: none;
    padding: 0
}

.property-details-section .left-side-details .property-img-details .bg-grey {
    width: auto;
    padding: 2px 12px
}

.property-details-section .left-side-details .map-img-section {
    padding: 30px 0
}

.property-details-section .left-side-details .map-img-section img {
    width: 100%
}

.property-details-section .right-side-details {
    background: #f4f4f4;
    margin-top: 40px;
    padding: 16px
}

.property-details-section .right-side-details .bottom-section-property-listing-first {
    padding-bottom: 10px;
    border-bottom: 1px solid #b4b4b4
}

.property-details-section .right-side-details .age-restriction {
    padding: 20px 0
}

.property-details-section .right-side-details .age-restriction h6 {
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0;
    color: #333
}

.property-details-section .right-side-details .age-restriction .content-sec {
    display: flex
}

.property-details-section .right-side-details .age-restriction .content-sec .content {
    padding-right: 40px
}

.property-details-section .right-side-details .age-restriction .content-sec .content p {
    opacity: .5;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0;
    color: #333
}

.property-details-section .right-side-details .green-text {
    font-size: 15px;
    margin-bottom: 20px
}

.property-details-section .right-side-details .all-properties-sec {
    display: flex;
    margin-bottom: 20px
}

.property-details-section .right-side-details .all-properties-sec .rounded-circle {
    height: 40px;
    width: 40px;
    border-radius: 4px !important;
    margin-left: 15px;
    margin-right: 0
}

.property-details-section .right-side-details input[type=checkbox], .property-details-section .right-side-details input[type=radio] {
    margin-bottom: 0
}

.property-details-section .right-side-details .form-btn .green_btn {
    margin-top: 20px
}

.property-details-section .right-side-details .checkbox-terms {
    display: flex
}

.property-img-details {
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
    display: flex
}

.property-img-details .bg-grey {
    width: 33.33%;
    background: #f4f4f4;
    margin: 0 2px;
    padding: 2px 8px;
    border-radius: 4px
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    flex: 1;
    padding: 0 20px;
    color: #5c6664;
    cursor: pointer;
    font-size: 1em;
    height: 44px
}

select::-ms-expand {
    display: none
}

.select, input {
    position: relative;
    display: flex;
    width: 20em;
    height: 3em;
    line-height: 3;
    background: 0 0;
    overflow: hidden;
    padding: 10px 20px
}

textarea {
    padding: 10px 20px
}

input, select, textarea {
    border: 1px solid #87bc43 !important;
    width: 100%;
    border-radius: 4px;
    /*margin-bottom: 20px;*/
    background-color: #fbfff5
}

input:focus, select:focus, textarea:focus {
    outline: 0;
    border: 1px solid #87bc43
}

.select::after {
    content: "\25BC";
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #2b2e2e;
    cursor: pointer;
    pointer-events: none;
    transition: .25s all ease
}

.select:hover::after {
    color: #23b499
}

input[type=checkbox], input[type=radio] {
    height: 20px;
    width: 20px;
    margin-right: 10px
}

.form-title-section, .logo-center {
    text-align: center
}

.logo-center {
    padding: 20px 0
}

.logo-center .logo-img {
    margin: auto
}

.form-title-section {
    padding-top: 20px;
    padding-bottom: 50px
}

.form-title {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333
}

.form-content {
    font-family: Roboto;
    font-size: 17px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333
}

.ads-section {
    padding: 30px 0
}

.ads-section .padding-sides {
    padding: 0 45px
}

.ads-section .padding-sides .ad-img {
    height: 200px;
    object-fit: cover;
    width: 100%
}

.mobile-view {
    display: none
}

.services-section {
    padding: 0 50px;
    padding-bottom: 50px
}

.services-section .service-single .img-section {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.services-section .service-single .img-section img {
    width: 100%
}

.services-section .service-single .img-section h6 {
    position: absolute;
    bottom: 15px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #333
}

.services-section .service-single .description {
    padding: 0 20px
}

.services-section .service-single .description h5 {
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333;
    position: relative;
    margin-top: 30px
}

.services-section .service-single .description h5:after {
    top: -15px;
    height: 3px;
    display: block;
    position: absolute;
    /*width: 70px;*/
    width: -webkit-fill-available;
    background: #87bc43;
    border-right: 1px #87bc43;
    content: "";
    left: 0
}

.services-section .service-single .description p {
    font-size: 13px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #b4b4b4
}

.footer {
    background: #f4f4f4;
    padding: 0px 70px;
    color: #333;
    /*position: absolute;
    bottom: 0;
    left: 0;
    width: 100% */
}

.footer a {
    color: #333
}

.footer .footer-logo {
    height: 40px;
    margin-top:70px;
    margin-bottom: 0
}

.footer .left-side-logo a, .footer .left-side-logo img {
    padding-right: 20px
}

.footer .right-side-footer {
    display: flex;
    justify-content: flex-end
}

#scrollUp {
    bottom: 25px;
    color: #fff;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 4%;
    text-align: center;
    width: 20px;
    z-index: 999
}

#scrollUp img {
    height: 30px
}

.accordion .card-header:after {
    font-family: FontAwesome;
    content: "\f107";
    float: right;
    font-size: 20px
}

.accordion .card-header.collapsed:after {
    content: "\f105";
    font-size: 20px
}

.subtitle {
    font-size: 17px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333;
    position: relative;
    margin-top: 30px;
    text-decoration: underline
}

.list-form-one-section .list-of-buttons {
    display: flex;
    justify-content: center
}

.list-form-one-section .list-of-buttons .card {
    border: none;
    width: 25%
}

.list-form-one-section .list-of-buttons .card-header {
    border-radius: 4px;
    border: solid 1px #87bc43;
    background-color: rgba(135, 188, 67, .05);
    margin: 0 0 16px;
    cursor: pointer
}

.list-form-one-section .list-of-buttons .card-header a {
    font-size: 17px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333
}

.list-form-one-section .list-of-buttons .card-title img {
    margin-right: 10px
}

.list-form-one-section .list-of-buttons .arrow-right-img {
    position: absolute;
    right: 0
}

.list-form-three-section {
    padding-bottom: 40px
}

.list-form-three-section .blue-content {
    color: #007de4
}

.list-form-three-section .listing-form-three {
    display: flex;
    align-items: center;
    justify-content: center
}

.list-form-three-section .listing-form-three .form-section {
    width: 35%
}

.list-form-three-section .listing-form-three .form-section .green_btn {
    width: 100%
}

.list-form-three-section .listing-form-three .form-section .checkbox-btn-grp {
    display: flex
}

.list-form-three-section .listing-form-three .form-section .checkbox-btn-grp .left-content, .list-form-three-section .listing-form-three .form-section .checkbox-btn-grp .right-content {
    width: 50%
}

.list-form-three-section .listing-form-three .form-section .checkbox-btn-grp .checkbox-grp {
    display: flex
}

.list-form-three-section .listing-form-three .form-section .button-grp {
    display: flex;
    padding-bottom: 30px
}

.list-form-three-section .listing-form-three .form-section .button-grp .outline_btn {
    margin-right: 20px
}

.list-form-three-section .listing-form-three .form-section .button-grp .green_btn, .list-form-three-section .listing-form-three .form-section .button-grp .outline_btn {
    width: 100%;
    padding: 8px 20px
}

.list-form-three-section .listing-form-three .form-section .info-section {
    margin-bottom: 10px
}

.list-form-three-section .listing-form-three .form-section .info-section .grey-text {
    color: #b4b4b4
}

.list-form-three-section .listing-form-three .form-section .border-bottom-input-section {
    margin-bottom: 20px
}

.list-form-three-section .listing-form-three .form-section .border-bottom-input-section input {
    margin: 8px 0 16px;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: solid 1px #87bc43 !important;
    background-color: #fff !important
}

.list-form-three-section .listing-form-three .form-section .map-section {
    border: 1px solid #87bc43;
    padding: 16px;
    border-radius: 4px;
    margin-bottom: 30px
}

.list-form-three-section .listing-form-three .form-section .map-section iframe {
    height: 222px;
    border: none;
    width: 100%
}

.list-form-three-section .listing-form-three .form-section .map-section p {
    margin: 16px 0;
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333
}

.list-form-four-section {
    text-align: center
}

.list-form-four-section .listing-content {
    margin: 0 0 4px;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff
}

.list-form-four-section .listing-title {
    margin: 4px 30px 0;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    font-weight: 600
}

.list-form-four-section .box-green {
    padding: 64px 48px 63px;
    border-radius: 4px;
    background-color: #87bc43;
    border: 2px dotted #87bc43
}

.list-form-four-section .outlined-green-box {
    padding: 64px 48px 63px;
    border-radius: 4px;
    border: 2px dotted #87bc43;
    background-color: #fbfff5
}

.list-form-four-section .outlined-green-box .listing-content {
    color: #87bc43
}

.list-form-four-section .outlined-green-box .listing-title {
    color: #87bc43
}

.list-form-four-section .green_btn {
    margin-top: 40px;
    padding: 18px 80px
}

.padding-four-section {
    padding: 0 200px
}

.file-upload-profile {
    display: block;
    position: relative;
    margin-bottom: 30px
}

.file-upload-profile .profile-pic, .file-upload-profile .profile-pic-two {
    display: block;
    height: 100%;
    width: 100%;
}

.file-upload-profile .file-upload, .file-upload-profile .file-upload-two {
    display: none
}

.file-upload-profile .circle {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    position: relative;
    top: 0;
    background: #87bc43;
    cursor: pointer;
    display: flex
}

.file-upload-profile img {
    max-width: 100%;
    height: auto;
    cursor: pointer;
    margin: auto;
}

.file-upload-profile .upload-button, .file-upload-profile .upload-button-two {
    font-size: 1.2em;
    margin: auto;
    margin-bottom: 30px
}

.file-upload-profile .upload-button-two:hover, .file-upload-profile .upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #999
}

.logo-upload .circle {
    border-radius: 0 !important;
    overflow: hidden;
    width: 100%;
    height: 128px;
    position: relative;
    background: #a0a09e6b !important;
    top: 0;
    background: 0 0;
    cursor: pointer;
    border: 1px solid #f0f7e8
}

.doc-file i {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 31px;
    color: #8ec045;
}

.logo-upload .profile-pic-two {
    height: 50px;
    margin: auto;
    width: auto
}

.multiple-image-section {
    position: relative
}

.multiple-image-section .block {
    background-color: rgba(255, 255, 255, .5);
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.multiple-image-section label.button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: 2px dotted #87bc43;
    color: #6c6c6c;
    padding: 5px 10px;
    margin: 5px 0;
    display: inline-block;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 200px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.multiple-image-section label.button:hover {
    background-color: #f0f0f0;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.multiple-image-section input#images {
    display: none
}

.multiple-image-section #multiple-file-preview {
    margin-top: 10px
}

.multiple-image-section #sortable {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.multiple-image-section #sortable li {
    margin: 3px 3px 3px 0;
    float: left;
    width: 200px;
    height: 180px;
    text-align: center;
    position: relative;
    background-color: #fff;
    object-fit: cover;
    overflow: hidden;
    border: 2px dotted #87bc43;
    margin-top: 0
}

.multiple-image-section #sortable li, .multiple-image-section #sortable li img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.multiple-image-section #sortable li div.order-number {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 15px;
    height: 15px;
    background-color: #2b91e3;
    color: #fff;
    font-size: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.home-banner {
    position: relative
}

.home-banner .carousel-control-next, .home-banner .carousel-control-prev {
    display: flex
}

.home-banner .carousel-control-next img, .home-banner .carousel-control-prev img {
    height: 20px
}

.text-green {
    color: #87bc43
}

.font-black-bold {
    font-weight: 700
}

.green-text {
    color: #87bc43;
    font-size: 20px;
    font-weight: 700
}

.m-0 {
    margin: 0
}

.ml-10 {
    margin-left: 10px
}

.ml-40 {
    margin-left: 40px
}

.mv-20 {
    margin: 20px 0
}

.mv-30 {
    margin: 30px 0
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mb-10 {
    margin-bottom: 10
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mr-20 {
    margin-right: 20px
}

.mr-0 {
    margin-right: 0
}

.collapse.show {
    padding: 0
}

.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.fl-left {
    float: left
}

.fl-right {
    float: right
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .logo-img {
        height: 35px
    }

    .header .navbar-light .navbar-nav .nav-link {
        padding: 0 15px
    }

    .banner .center-text {
        padding-left: 20px
    }

    .property-img-details .bg-grey {
        width: auto
    }

    .services-section .service-single .img-section h6 {
        bottom: 14px;
        font-size: 10px
    }

    .padding-four-section {
        padding: 0 90px
    }

    .list-form-one-section .accordion .card {
        width: 35%
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .header .navbar-light .navbar-nav .nav-link {
        padding: 16px 30px 16px 0;
        font-size: 12px
    }

    .header .navbar-light .navbar-nav .dropdown .dropdown-menu .dropdown-item {
        margin-top: 0;
        font-size: 12px;
        padding: 10px
    }

    .logo-img {
        height: 35px
    }

    .desktop-view {
        display: none
    }

    .mobile-view {
        display: block
    }

    .mobile-view .nav-item {
        justify-content: flex-start
    }

    .mobile-view .transparent_btn {
        padding-left: 0
    }

    .mobile-view .red_btn {
        margin-top: 20px
    }

    .banner .center-text h1, .banner .center-text span {
        font-size: 16px
    }

    .services-section {
        padding: 0 30px
    }

    .services-section .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .services-section .col-md-3 .service-single {
        margin-bottom: 30px
    }

    .footer {
        padding: 50px
    }

    .footer .left-side-logo a, .footer .left-side-logo img {
        padding-right: 10px
    }

    .padding-four-section {
        padding: 0
    }

    .list-form-one-section .accordion .card, .list-form-three-section .listing-form-three .form-section {
        width: 100%
    }
}

@media (min-width: 280px) and (max-width: 767px) {


    .product-list-banner .form-shadow {
        margin-left: 8px
    }

    .bt-green-one {
        font-size: 14px
    }

    .logo-img {
        height: 30px
    }

    .desktop-view {
        display: none
    }

    .mobile-view {
        display: block
    }

    .mobile-view .nav-item {
        justify-content: flex-start
    }

    .mobile-view .transparent_btn {
        padding-left: 0
    }

    .mobile-view .red_btn {
        margin-top: 20px
    }

    .header .navbar {
        padding: 15px 20px
    }

    .header .navbar-light .navbar-nav .nav-link {
        padding: 10px 0
    }

    .mobile-view .red_btn {
        margin-top: 10px
    }

    .home-banner .center-text {
        padding-left: 0
    }

    .banner .banner-right-img img {
        margin-top: 40px
    }

    .services-section {
        padding: 0
    }

    .footer .left-side-logo a, .footer .left-side-logo img {
        display: block;
        margin-bottom: 20px
    }

    .footer {
        padding: 50px 0
    }

    .footer .right-side-footer {
        justify-content: flex-start
    }

    #scrollUp {
        right: 12%
    }

    .product-list-banner .left-spacing, .property-details-section .left-side-details {
        padding-left: 0
    }

    .about-us-section .about-us-spacing, .ads-section .padding-sides {
        padding: 15px
    }

    .padding-four-section {
        padding: 0
    }

    .form-title {
        font-size: 20px
    }

    .list-form-four-section .outlined-green-box {
        margin: 10px 0
    }

    .list-form-one-section .list-of-buttons .card, .list-form-three-section .listing-form-three .form-section {
        width: 100%
    }

    .form-title-section .form-title:before {
        top: 95px;
        width: 250px
    }
}

@media all and (max-width: 767px) {
    .carousel-container #carousel-thumbs img {
        border-width: 3px
    }
}

@media all and (min-width: 576px) {
    .carousel-container #carousel-thumbs {
        position: absolute
    }
}

@media all and (max-width: 576px) {
    .carousel-container #carousel-thumbs {
        background: #ccccce
    }
}

.search-title h5 {
    font-size: 16px;
    padding-top: 20px;
    text-align: center;
    color: black;
    font-weight: bold;
}

.profile-pic {
    width: 50px;
    border-radius: 50%;
    height: 50px;
}

.feature {
    width: fit-content !important;
    padding: 2px 12px !important;
    display: inline-block !important;
    margin: 5px 5px !important;
}

.alert {
    position: absolute;
    z-index: 100;
    right: 30px;
    top: 84px;
}

button.close {
    padding-left: 10px;
}


/* Share Link Modal Css */
.mt-100 {
    margin-top: 100px
}

/*

.modal {
    background-image: linear-gradient(rgb(35, 79, 71) 0%, rgb(36, 121, 106) 100.2%)
}
*/

.modal-title {
    font-weight: 900
}

.modal-content {
    border-radius: 13px
}

.modal-body {
    color: #3b3b3b
}

.img-thumbnail {
    border-radius: 33px;
    width: 61px;
    height: 61px
}

.fab:before {
    position: relative;
    top: 13px
}

.smd {
    width: 200px;
    font-size: small;
    text-align: center
}

.modal-footer {
    display: block
}

.ur {
    border: none;
    background-color: #e6e2e2;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.cpy {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    background-color: #e6e2e2;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer
}

button.focus,
button:focus {
    outline: 0;
    box-shadow: none !important
}

.ur.focus,
.ur:focus {
    outline: 0;
    box-shadow: none !important
}

.message {
    font-size: 11px;
    color: #ee5535
}

/* End Now */
/*Clipboard Css */

.tooltipClipBoard {
    position: relative;
    display: inline-block;
}

.tooltipClipBoard .tooltipClipBoardtext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltipClipBoard .tooltipClipBoardtext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltipClipBoard:hover .tooltipClipBoardtext {
    visibility: visible;
    opacity: 1;
}

/* End */

.form-check-label {
    margin-bottom: auto;
    margin-left: 10px;
}

.input-box{
    margin-bottom: 20px;
}

.error-input{
    background-color: #f3dcde;
    border-color: #dc3545!important;
}
.select_input{
    margin-bottom: 10px;
}

.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}
.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 12px;
    text-align: center;
}
