html,
body {
    height: 100%;
}

body {
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Helvetica Neue';
    font-size: 15px;
    font-weight: normal;
    overflow-x: hidden;
}

a,a:hover {
    text-decoration: none;
}

p {
    word-break: break-word;
}

.bg-box {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    color: #555965;
}

.-mt-4 {
    margin-top: -1.5rem;
}

.btn {
    border-radius: 25rem;
}

.btn-outline-brown {
    border-color: #CCAB5C;
    background-color: #fff;
    color: #CCAB5C;
}

.object-cover {
    object-fit: cover;
}

.fill-current {
    fill: currentColor;
}

.rounded-lg {
    border-radius: .5rem !important;
}

.border-2 {
    border-width: 2px;
    border-style: solid;
}

.border-muted {
    border-color: #D8DEE8;
}

.overflow-auto {
    overflow: auto;
}

.edit-icon {
    width: 35px;
    height: 35px;
}

.inset-0 {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.inset-y-0 {
    top: 0;
    bottom: 0;
}

.right-0 {
    right: 0;
}

.top-0 {
    top: 0;
}

.opacity-0 {
    opacity: 0;
}

.text-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.overflow-hidden {
    overflow: hidden;
}

.text-brown,
.text-brown:hover {
    color: #CCAB5C;
}

.rotate-90 {
    transform: rotate(90deg);
}

.rotate-180 {
    transform: rotate(180deg);
}

.btn-brown,
.btn-brown:hover,
.btn-brown:focus {
    background-color: #CCAB5C;
    color: #fff;
}

.dropdown-toggle:hover {
    text-decoration: none;
}

.dropdown-toggle::after {
    border-top-color: #000;
    border-bottom-color: #000;
}

@media (max-width: 369px) {
    .dropdown-toggle::after {
        display: none;
    }
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #CCAB5C;
}

/* switch button style */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input+.slider,
input:checked+.slider {
    background-color: #CCAB5C;
}

input:focus+.slider {
    box-shadow: 0 0 1px #CCAB5C;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Placeholder style */
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #6c757d;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #6c757d;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #6c757d;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #6c757d;
}

/* dashed custom file upload  */
.file-upload {
    width: 170px;
    height: 170px;
}

.file-upload button {
    border: 1px dashed #ccc;
    background-color: transparent;
}

.slice:not(:last-child) {
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px dashed rgb(230, 230, 230);
}

.top-banner-spacing {
    margin-top: 85px;
    padding: 4rem 0;
}

.banner-bg {
    text-align: right;
    top: 0;
    position: absolute;
    right: -150px;
    z-index: -1;

}

.sing-in a {
    background-color: #ffffff;
    display: inline-block;
    width: 110px;
    height: 48px;
    border-radius: 100em;
    color: #000000;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    line-height: 48px;
    text-transform: capitalize;
}

.create-account input.custom-input {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 0 3px 0;
    border: none;
    color: #9E9E9E;
    border-bottom: 1px solid #E0E0E0;
    font-size: 14px;
}

.create-account {
    background: #ffff;
    padding: 30px 40px;
    box-shadow: 0px 12px 18px #00000029;
    border-radius: 20px;
}

.create-account h2 {
    font-size: 24px;
    margin-bottom: 0;
}

.create-account p {
    font-size: 14px;
    color: #757575;
}

.input-group .custom-input {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    color: #6c757d;
    border: none;
    border-bottom: 1px solid #E0E0E0;
}

 .input-group-text {
    border: none;
    border-bottom: 1px solid #E0E0E0;
    background-color: #fff;
    border-radius: 0;
} 

.custom-input {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 0 3px 0;
    border: none;
    color: #6c757d;
    border-bottom: 1px solid #E0E0E0;
    font-size: 14px;
}

.submit-btn {
    width: 100%;
    border-radius: 100em;
    height: 48px;
    border: 1.5px solid #CCAB5C;
    color: #CCAB5C;
    background-color: transparent;
    cursor: pointer;
}

.form-social-media ul {
    margin: 30px 0 0 0;
    padding: 0;
    text-align: center;
}

.form-social-media ul li {
    display: inline-block;
}

.form-tab {
    border: 0;
}

.form-tab a {
    border: 1px solid #E0E0E0 !important;
    width: 105px;
    display: block;
    text-align: center;
    margin-right: 15px;
    border-radius: 0 !important;
    color: #707070;
    padding: 10px 5px;
}

.form-tab a svg {
    display: block;
    margin: 0 auto;
    padding-bottom: 3px;
}

.form-tab li.nav-item a.active {
    border-color: #CCAB5C !important;
    color: #CCAB5C !important;
}

.form-tab li.nav-item a.active svg path,
.form-tab li.nav-item a.active svg g {
    fill: #CCAB5C !important;
    stroke: transparent !important;
}

.search-bar h2 {
    text-align: center;
    font-size: 60px;
    font-weight: 200;
}

.search-bar span {
    text-align: center;
    display: block;
    font-size: 48px;
    color: #2D9BE0;
}

.search-bar form {
    background-color: #F5F5F5;
    padding: 20px;
    border-radius: 8px;
}

.search-bar input,
.search-bar select {
    height: 48px;
    border-radius: 100em;
    color: #9E9E9E;
    -webkit-appearance: none;
}

.search-bar button {
    width: 115px;
    background: #000;
    color: #fff;
    border-radius: 100em;
    height: 48px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
}

button:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

select.form-control.services {
    width: 135px;
}

select.form-control.city {
    width: 120px;
}

.input-search img {
    position: absolute;
    top: 15px;
    left: 15px;
}

.input-search input.form-control {
    padding-left: 40px;
}

.input-search {
    position: relative;
}

.search-bar {
    width: 660px;
    padding-right: 44px;
}

.about {
    background-repeat: no-repeat;
    margin-top: 80px;
    margin-bottom: 0;
    height: auto;
    background-size: 44%;
    background-position: 0 center;
}

.about-us-text h2 {
    font-size: 48px;
    color: #42495B;
    font-weight: 200;
    margin-bottom: 20px;
}

.about-us-text {
    padding-left: 40px;
    margin-top: 30px;
    margin-bottom: 60px;
}

.about-us-text p {
    color: #7A839E;
    font-weight: 300;
    line-height: 26px;
}

.about-us-text a {
    background-color: #000000;
    display: inline-block;
    width: 160px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    border-radius: 100em;
    margin-top: 30px;
}

.we-offer {
    padding-top: 70px;
    padding-bottom: 100px;
}

.offter-box {
    background-color: #fff;
    text-align: center;
    height: 100%;
    /* margin-bottom: 30px; */
    padding: 20px;
}

.offter-box h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    color: #42495B;
}

.offter-box img {
    margin-bottom: 20px;
}

.offter-box p {
    font-size: 13px;
    font-weight: 300;
    color: #42495B;
}

.we-offer h2,
.post h2 {
    font-size: 48px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin-bottom: 40px;
}

.post h2 {
    color: #42495B;
}

.blog .header a:hover {
    color: #CCAB5C !important;
}

.blog-img {
    max-height: 250px;
    overflow: hidden;
}

.user-picture {
    margin-right: 10px;
}

.user-name h3 {
    font-size: 16px;
    margin-bottom: 0;
}

.user-name span {
    color: #818E94;
    font-size: 12px;
    display: block;
}

.user-small,
.like {
    color: #818E94;
    margin-bottom: 10px;
}

.user-small img {
    vertical-align: bottom;
    width: 20px;
}

.post {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #F4F7FC;
}

.post-data {
    padding: 15px;
    background-color: #ffffff;
}

.post-data p {
    font-size: 14px;
    margin-top: 5px;
}

.user-small {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.post-img {
    width: 170px;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer {
    position: relative;
    margin-top: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.foooter-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    right: 0;
}

.foooter-bg svg {
    width: 100%;
}

.quick-link ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 40%;
}

.quick-link ul li {
    list-style: none;
}

.quick-link ul li a {
    color: #FFFFFF;
    padding-bottom: 20px;
    display: block;
}

.footer-link,
.quick-link,
.contact-us {
    margin-top: 20em;
}

.quick-link h3,
.contact-us h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 30px;
}

.footer-link h3 {
    color: #ffffff;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 15px;
}

.footer-link ul,
.contact-us ul {
    margin: 0;
    padding: 0;
}

.footer-link ul li {
    list-style: none;
    display: inline-block;
    padding-right: 25px;
    margin-top: 15px;
}

.contact-us ul li {
    list-style: none;
    color: #ffffff;
    margin-bottom: 20px;
}

.newsletter {
    padding-top: 0px;
}

.newsletter .content {
    /* max-width: 650px; 
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;*/
}

.newsletter .content h2 {
    color: #243c4f;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 400;
}

.newsletter .content .form-control {
    height: 50px;
    border-color: #F6F7FB;
    border-radius: 0;
    background: #F6F7FB;
    border-radius: 4px;
}

.newsletter .content.form-control:focus {
    box-shadow: none;
    border: 2px solid #243c4f;
}

.newsletter .content .btn {
    min-height: 50px;
    border-radius: 0;
    background: #000;
    color: #fff;
    font-weight: 600;
    border-radius: 100em;
    width: 200px;
    /* margin-right: 40px; */
}

.video-slider {
    /* background: url('img/cusomer-says.svg') no-repeat; */
    width: calc(100% - 19%);
    margin-left: 19%;
}

.customer-picture img {
    width: 100px !important;
    height: 100px;
    border-radius: 100%;
}

.review-star img {
    width: auto !important;
}

.customer-name span {
    display: block;
    color: #7A839E;
    font-weight: 400;
}

.customer-name {
    font-size: 18px;
    font-weight: 600;
}

.customer-text p {
    color: #7A839E;
    margin-bottom: 0;
    line-height: 26px;
    font-weight: 400;
}

.customer-picture {
    margin-top: -66px;
}

.customer-says {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 80px;
    box-shadow: 0 0 11px 1px #dcdcdc;
    margin-bottom: 40px;
}

.qoute-icon {
    position: absolute;
    bottom: 15px;
    right: 20px;
}

.reviws {
    margin-top: 70px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.customer-say h2 {
    font-size: 48px;
    color: #181818;
}

.customer-say p {
    color: #7A839E;
    font-weight: 300;
}

span.line {
    display: block;
    width: 100px;
    height: 4px;
    background: #CCAB5C;
    margin-top: 20px;
    margin-bottom: 30px;
}

.icon-20 {
    width: 20px;
    height: 20px;
}

.icon-24 {
    width: 24px;
    height: 24px;
}

.fill-dark-gray {
    fill: #818E94;
}

.admin-navbar {
    background-color: #fff;
    box-shadow: 0 0 4px 0px #e6e6e6;
}

.admin-navbar .navbar-nav .nav-link {
    color: #818E94;
    font-weight: 400;
}

@media (min-width: 1065px) {
    .admin-navbar .navbar-nav .nav-link {
        color: #818E94;
        margin-left: 15px;
        margin-right: 15px;
        font-weight: 400;
    }
}

.admin-navbar .navbar-toggler span svg {
    fill: white;
    width: 24px;
    height: 24px;
    vertical-align: text-bottom;
    padding-top: 5px;
}

.admin-navbar .navbar-toggler {
    background: #ccab5c;
    border-radius: 0;
    width: 40px;
    height: 30px;
    padding: 0;
    margin-left: 8px;
}

.bg-gray {
    background-color: #F4F7FC;
}

.cover-section {
    background-color: #fff;
}

.cover-section>img {
    width: 100%;
}

.user-profile-picture {
    margin-top: -60px;
    width: 300px;
}

.user-profile-picture img {
    width: 80px;
    height: 80px;
    border: 4px solid #CCAB5C;
    border-radius: 100%;
}

.user-profile-picture h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.user-profile-picture p {
    font-size: 14px;
    color: #2D2F39;
}

.profile-image {
    overflow: hidden;
    max-height: 200px;
}

.btn-rounded {
    background-color: transparent;
    border: 1.5px solid #D8DEE8;
    border-radius: 100em;
    padding: 5px 20px;
    color: #818E94;
    font-size: 15px;
    vertical-align: bottom;
    margin-bottom: 10px;
    cursor: pointer;
}

.btn-edit {
    border-color: #CCAB5C;
    color: #CCAB5C;
}

@media (max-width: 400px) {
    .btn-edit svg {
        display: none;
    }
}

.dot-btn {
    background-color: transparent;
    border: none;
}

.dot-btn svg {
    width: 35px;
    height: 22px;
}

.connections {
    color: #0091EA;
    padding-left: 12px;
}

.connection-icon {
    vertical-align: text-bottom;
    position: relative;
    top: -2px;
}

.custom-card-header h2 {
    font-size: 18px;
    color: #CCAB5C;
}

@media (max-width: 340px) {
    .custom-card-header h2 {
        font-size: 14px;
    }
}

.user-text {
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
}

.user-text span {
    color: #818E94;
    font-size: 12px;
    font-weight: 400;
}

.user-img img,
.user-img {
    width: 44px;
    height: 44px;
    border-radius: 100%;
}

.user-img-text {
    background-color: #CAF4FF;
    color: #4ACFF1;
    text-align: center;
    line-height: 44px;
    font-weight: 600;
}

.user-collaboration-box {
    padding-right: 20px;
}

.count-box {
    background-color: #FAFAFA;
    padding: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.text-left {
    font-size: 12px;
    color: #2D2F39;
}

.count-text {
    font-size: 22px;
    font-weight: 600;
    padding-left: 20px;
}

select.line-select {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #E0E0E0;
    border-radius: 0;
    height: 30px;
    display: block;
}

.form-invest label {
    font-size: 12px;
    color: #1592E6;
}


.container-radio {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-size: 14px !important;
    user-select: none;
    color: #000000 !important;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    /* opacity: 0; */
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #818E94;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked~.checkmark {
    background-color: transparent;
    border: 2px solid #CCAB5C;
}


/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccab5c;
}

.custom-card-body h2 {
    color: #818E94;
    font-size: 18px;
    font-weight: normal;
}

.plan h3 {
    font-size: 16px;
}

.plan-1,
.plan-2 {
    width: 240px;
    background: #FAFAFA;
    display: inline-block;
    margin-right: 20px;
    height: 44px;
    line-height: 44px;
    margin-top: 15px;
    padding: 0 10px;
    border-radius: 100em;
    box-shadow: 0 0 2px 2px #ececec;
}

.sub-heading-card h2 {
    color: #000000;
    font-size: 16px;
}

.card-name {
    background: #fafafa;
    width: 330px;
    padding: 15px;
    border-radius: 4px;
    align-items: center;
    justify-content: space-between;
}

.bank-details h2 {
    font-size: 16px;
}

.bank-details span {
    color: #818E94;
    font-size: 12px;
}

.check svg {
    width: 32px;
    height: 32px;
}

.ads {
    height: 300px;
    font-size: 97px;
    color: #E0E0E0;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.about-claspify ul {
    margin: 0;
    padding: 0;
    text-align: center;
}


.about-claspify li {
    list-style: none;
    text-align: center;
    display: inline-block;
    padding-bottom: 5px;
    padding: 2px 10px 5px 10px;
}

.about-claspify li a {
    color: #818E94;
    font-size: 12px;
}

.copy-right {
    color: #9E9E9E;
    font-size: 12px;
}

.copy-right img {
    width: 70px;
}

.otp {
    width: 575px;
    margin: 0 auto;
}

.otp h2 {
    font-size: 32px;
    margin-bottom: 0;
}

.otp span {
    display: block;
    color: #45a20e;
    margin-bottom: 20px;
}

.otp input {
    background: #f4f7fc;
    width: 320px;
    height: 44px;
    border-radius: 2px;
    border: none;
    padding: 15px;
    border: 1px solid #e4e4e4;
}

.btn-submit {
    background-color: #0091EA;
    color: #fff;
    width: 130px;
    height: 42px;
    border: none;
}

@media screen and (max-width: 1366px) {
    .about {
        height: auto;
        background-size: 40%;
    }
}

@media screen and (max-width: 1200px) {

    .search-bar h2,
    .search-bar span,
    .about-us-text h2,
    .we-offer h2,
    .post h2,
    .customer-say h2 {
        font-size: 42px;
    }

    .create-account {
        padding: 20px;
    }

    .form-tab a {
        width: 96px;
        margin-right: 5px;
    }

    .banner-bg svg {
        width: 680px;
        height: 543px;
    }
}

@media screen and (max-width: 991px) {
    .mob-flex {
        flex-wrap: wrap;
    }

    .create-account {
        width: 100%;
        padding: 40px;
    }

    .search-bar {
        width: 100%;
        padding-right: 0;
    }

    .banner-bg svg {
        width: 450px;
        height: 358px;
    }

    .search-bar h2,
    .search-bar span,
    .about-us-text h2,
    .we-offer h2,
    .post h2,
    .customer-say h2 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .about-us-text h2,
    .we-offer h2,
    .post h2 {
        margin-bottom: 15px;
    }

    .about {
        background-image: none !important;
    }

    .we-offer {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .video-slider {
        width: calc(100% - 5%);
        margin-left: 5%;
    }

    .footer {
        background: #3e4350;
        background-image: none !important;
        height: auto !important;
        padding: 40px 0;
    }

    .footer-link,
    .quick-link,
    .contact-us {
        margin-top: 0;
    }

    .admin-navbar .navbar-nav .nav-link {
        text-align: center;
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .banner-bg {
        z-index: -1;
        width: 100%;
        background: #C6A659 !important;
        height: 300px;
    }

    .banner-bg svg {
        display: none;
    }

    select.form-control.city,
    select.form-control.services,
    .search-bar select,
    .search-bar button {
        width: 100%;
    }

    .property .form-group {
        width: 100%;
        margin-bottom: 20px !important;
    }

    .post {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .video-slider {
        width: 100%;
        margin-left: 0;
    }

    .quick-link ul {
        text-align: center;
        width: 100%;
    }

    .footer-link,
    .quick-link,
    .contact-us {
        text-align: center;
        margin-bottom: 20px;
    }

    .quick-link h3,
    .contact-us h3 {
        font-size: 20px;
        color: #ffffff;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .footer-link {
        margin-bottom: 30px;
    }

    .count-box {
        width: 100%;
    }

    .mob-wrap {
        flex-wrap: wrap;
    }

    .user-profile-picture {
        width: 100%;
        margin-bottom: 30px;
    }

    .user-collaboration-box {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 600px) {
    .customer-says {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 575px) {
    .create-account {
        padding: 20px;
    }

    .form-tab .nav-item {
        margin: 0 auto;
    }

    .form-tab a {
        margin-bottom: 10px;
    }

    .home-logo {
        width: 120px;
    }

    .user-pic img {
        width: 32px;
        height: 32px;
    }

    .logo-top img {
        width: 90px;
    }

    /* .user-pic {
        padding: 0 20px;
    } */

    .card-name {
        width: 100%;
    }

    .otp {
        width: 100%;
    }

    .otp input {
        width: 100%;
    }
}

.custom-radio-button div {
    display: inline-block;
}

.custom-radio-button input[type="radio"] {
    display: none;
}

.custom-radio-button input[type="radio"]+label {
    color: #333;
    font-size: 14px;
}

.custom-radio-button input[type="radio"]+label span {
    display: inline-block;
    width: 95px;
    height: 95px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0;
    border: 2px solid #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #E0E0E0;
    position: relative;
    margin-right: 20px;
}

.custom-radio-button input[type="radio"]+label span img {
    opacity: 0;
    transition: all 0.3s ease;
}

.custom-radio-button input[type="radio"]#newbie+label span {
    background: url('../img/NewBie.svg') no-repeat center center;
}

.custom-radio-button input[type="radio"]#investor+label span {
    background: url('../img/investor.svg') no-repeat center center;
}

.custom-radio-button input[type="radio"]#service-pro+label span {
    background: url('../img/service-pro.svg') no-repeat center center;
}

.custom-radio-button input[type="radio"]#color-pink+label span {
    background-color: pink;
}

small.text-radio {
    font-size: 14px;
    position: absolute;
    bottom: 2px;
    text-align: center;
    width: 100%;
}

.custom-radio-button input[type="radio"]:checked+label span {
    opacity: 1;
    width: 95px;
    height: 95px;
    display: inline-block;
    border: 1px solid #CCAB5C;
    color: #CCAB5C;
    margin: auto 15px;
}

.custom-radio-button input[type="radio"]#newbie:checked+label span {
    background: url('../img/NewBie-select.svg') no-repeat center center;
}

.custom-radio-button input[type="radio"]#investor:checked+label span {
    background: url('../img/investor-select.svg') no-repeat center center;
}


.custom-radio-button input[type="radio"]#service-pro:checked+label span {
    background: url('../img/service-pro-select.svg') no-repeat center center;
}

/* input field error setting */
.error-feedback {
    display: block !important;
    width: 100%;
    padding-bottom: 20px;
    font-size: 80%;
    color: #dc3545;
    margin-top: -25px;
}

.newsletter .error-feedback {
    margin-top:  0;
}

.custom-radio-button {
    flex-wrap: wrap;
}

@media screen and (max-width: 360px) {
    .small-box-white {
        margin: 0 auto;
    }

    .custom-radio-button {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:1199px) {
    .about-us-text {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width:991px) {
    .about-us-text {
        padding-left: 0;
    }
}

/* .center-container-box {
    display: flex;
    padding-top: 85px;
}

.ads-container,
.sidebar {
    width: 260px;
    background-color: #fff;
    height: 100%;
}

nav.sidebar-nav {
    padding-top: 120px;
}

.center-container {
    width: 100%;
}

.sidebar-nav ul {
    margin: 0;
    padding: 0;
}

.sidebar-nav ul li {
    padding: 5px 15px 20px 15px;
}

.sidebar-nav ul li a {
    color: #000000;
}

.post-btn {
    background: #CCAB5C;
    border-radius: 0;
    width: 100%;
    margin-top: 20px;
    font-weight: 600;
}

.sidebar-nav svg {
    width: 22px;
    height: 22px;
    margin-right: 7px;
}

.sidebar-nav .post-btn svg {
    width: 14px;
    height: 13px;
    margin-right: 2px;
    vertical-align: initial;
}

.search-listing {
    width: 600px;
    margin: 0 auto;
}

.search-listing input {
    width: 100%;
    height: 42px;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
}

.sidebar-nav ul li>.sub-menu li {
    list-style: none;
    padding-bottom: 0;
    padding-top: 8px;
}

@media (min-width: 1200px) {
    .property-form {
        width: 600px;
    }
}

.wish-post {
    background-color: #CCAB5C;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sidebar {
    position: fixed;
    left: 0;
    height: 100%;
    top: 0;
    z-index: -1;
}

.ads-container {
    position: fixed;
    right: 0;
    height: 100%;
}

.center-container {
    width: calc(100% - 520px);
    margin: 0 auto;
} */

nav.sidebar-nav {
    padding-top: 120px;
}

.center-container-box {
    display: flex;
    padding-top: 85px;
}

.ads-container,
.sidebar {
    width: 260px;
    background-color: #fff;
    height: 100%;
}

@media screen and (max-width: 575px) {
    .center-container-box {
        padding-top: 60px;
    }
    nav.sidebar-nav {
        padding-top:70px;
    }
}

.center-container {
    width: 100%;
}

.sidebar-nav ul {
    margin: 0;
    padding: 0;
}

.sidebar-nav ul li {
    padding: 5px 15px 20px 15px;
}

.sidebar-nav ul li a {
    color: #000000;
}

.post-btn {
    background: #CCAB5C;
    border-radius: 0;
    width: 100%;
    margin-top: 20px;
    font-weight: 600;
    /* color: #fff !important; */
}

.sidebar-nav svg {
    width: 22px;
    height: 22px;
    margin-right: 7px;
    /* vertical-align: baseline; */
}

.sidebar-nav .post-btn svg {
    width: 14px;
    height: 13px;
    margin-right: 2px;
    vertical-align: initial;
}

@media (min-width: 769px) {
    .search-listing {
        width: 600px;
        margin: 0 auto;
    }
}

.search-listing input {
    width: 100%;
    height: 42px;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
}

.sidebar-nav ul li>.sub-menu li {
    list-style: none;
    padding-bottom: 0;
    padding-top: 8px;
}

.wish-post {
    background-color: #CCAB5C;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sidebar {
    position: fixed;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar .sidebar-icon {
    position: absolute;
    z-index: 2;
    top: 75px;
    right: 0;
    margin-right: -33px;
    border-radius: 0 4px 4px 0px;
}

@media (min-width: 576px) {
    .sidebar .sidebar-icon {
        top: 100px;
    }
}

@media (max-width: 991px) {
    .sidebar {
        left: -260px;
        box-shadow: 0px 0px 2px #ddd;
    }

    .sidebar.toggled {
        left: 0;
    }

    .sidebar .sidebar-icon > .close,
    .sidebar.toggled .sidebar-icon > .menu {
        display: none;
    }

    .sidebar .sidebar-icon > .menu,
    .sidebar.toggled .sidebar-icon > .close {
        display: block;
    }
}

.ads-container {
    position: fixed;
    right: 0;
    height: 100%;
}

@media (min-width: 992px) {
    .center-container {
        width: calc(100% - 260px);
    }
    .sidebar.d-lg-block + .center-container {
        width: calc(100% - 520px);
        margin: 0 auto;
    }
}

/* service profile */
​
.text-gray{
    color: #757575;
}
​
.user-profile-picture h3 span{
    margin-left: 10px;
    font-weight: 300;
}
​
.compnay h3{
    font-size: 18px;
}
​
.compnay a{
    color: #2D2F39;
    display: inline-block;
    margin: 5px 0;
}
​
.company-row:first-child {
    border-bottom: 1px solid #DFE2E7;
    padding-bottom: 13px;
    margin-bottom: 13px;
    margin-top: 10px;
}
​
.compnay span{
    margin-top: 5px;
}
​
.company-img{
    margin: 0;
    padding: 0;
}
​
.company-img li{
    display: inline-block;
    list-style: none;
    margin-right: 5px;
    margin-top: 10px;
}
​
.payment-row a{
    color:#0091EA;
}

/* submenu dropdown manage */
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-menu a,
.dropdown-submenu a {
    font-size: 14px;
}

.dropdown-submenu {
    position:relative;
}

.dropdown-submenu>.dropdown-menu {
    top:0;
    /*left:-100%;*/
    left:-10rem; /* 10rem is the min-width of dropdown-menu */
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #f8f9fa;
}

.dropdown-slide .dropdown-menu {
    transition: all 0.5s;
    /* overflow: hidden; */
    transform-origin: top center;
    transform: scale(1, 0);
}

@media (min-width: 1200px) {
    .dropdown-slide .dropdown-menu {
        display: block;
    }
}

.dropdown-submenu .dropdown-menu {
    display: none;
}

.dropdown-slide:hover .dropdown-menu {
    transform: scale(1);
}

@media (min-width: 1200px ) and (max-width: 1279px) {
    .search-form {
        margin-left: 215px !important;
        right: auto !important;
    }
}

@media (min-width: 1200px) {
    .xl\:absolute {
        position: absolute;
    }

    .xl\:inset-x-0 {
        left: 0;
        right: 0;
    }

    .xl\:top-0 {
        top: 0;
    }

    .xl\:z-1 {
        z-index: 1;
    }
}

@media (max-width: 414px) {
    .location-btn {
        width: 100%;
    }
}

.min-w-0 {
    min-width: 0;
}

.max-w-400 {
    max-width: 400px;
}