* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

/* common css end  */

.banner-ads {
    width: 120px;
    height: 600px;
    position: absolute;
    z-index: 11;
    top: 189px;
    left: -140px;
}

.homec-section__head {
    z-index: 10;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.banner-ads-two {
    width: 120px;
    height: 600px;
    position: absolute;
    z-index: 11;
    top: -70px;
    right: -170px;
}

/* .city-ads   */

.city-ads {
    width: 336px;
    height: 280px;
    position: absolute;
    z-index: 1;
    top: -63px;
    left: 0%;
}

.city-ads-two {
    width: 336px;
    height: 280px;
    position: absolute;
    z-index: 1;
    top: -63px;
    right: 0%;
}

.city-ads-btm-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
}

.city-ads-btm {
    margin-top: 50px;
    width: 728px;
    height: 90px;
}

/* latest ads  */

/* latest-ads-thumb-main  */
.latest-ads-thumb {
    width: 160px;
    height: 600px;
    position: absolute;
    z-index: 111;
    right: -184px;
    top: 30px;
}

/* Pricing ads  */

.pricing-ads {
    width: 300px;
    height: 250px;
    position: absolute;
    top: -55px;
    left: -100px;
}

.pricing-ads-two {
    width: 300px;
    height: 250px;
    position: absolute;
    top: -55px;
    right: -100px;
}

/* latest-news-ads  */
.latest-news-ads-thumb {
    display: flex;
    justify-content: center;
}
.latest-news-ads {
    width: 728px;
    height: 90px;
    margin-top: 75px;
}

/* homec-form-footer-ads  */
.homec-form-footer-ads {
    width: 300px;
    height: 250px;
    position: absolute;
    z-index: 1;
    left: -330px;
    top: -70px;
}

.homec-form-footer-ads-two {
    width: 300px;
    height: 250px;
    position: absolute;
    z-index: 1;
    right: -330px;
    top: -70px;
}

/* property-top-ads  */
.property-top-ads-thumb {
    display: flex;
    justify-content: center;
    margin-bottom: 65px;
}
.property-top-ads {
    width: 728px;
    height: 90px;
}

.property-sidebar-ads {
    width: 120px;
    height: 600px;
    position: absolute;
    top: 0;
    left: -160px;
    z-index: 111;
}
.property-sidebar-ads-two {
    width: 120px;
    height: 600px;
    position: absolute;
    top: 0;
    right: -160px;
    z-index: 111;
}

/* properties-details-ads  */

.properties-details-ads {
    width: 300px;
    height: 250px;
    position: absolute;
    left: 0;
    top: -72px;
}
.properties-details-ads-two {
    width: 300px;
    height: 250px;
    position: absolute;
    right: 0;
    top: -72px;
}

/* all position relitive  or img width  */

.homec-hero__inner,
.homec-slider-property-slider,
.homec-section__head,
.latest-ads-thumb-main,
.homec-form,
.homec-property-bar,
.breadcrumb-content {
    position: relative;
}

.banner-ads img,
.banner-ads-two img,
.city-ads img,
.city-ads-two img,
.city-ads-btm img,
.latest-ads-thumb img,
.pricing-ads img,
.latest-news-ads img,
.homec-form-footer-ads img,
.homec-form-footer-ads-two img,
.property-top-ads img,
.property-sidebar-ads img,
.property-sidebar-ads-two img,
.properties-details-ads img,
.properties-details-ads-two img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

 .banner-ads a,
.banner-ads-two a,
.city-ads a,
.city-ads-two a,
.city-ads-btm a,
.latest-ads-thumb a,
.pricing-ads a,
.latest-news-ads a,
.homec-form-footer-ads a,
.homec-form-footer-ads-two a,
.property-top-ads a,
.property-sidebar-ads a,
.property-sidebar-ads-two a,
.properties-details-ads a,
.properties-details-ads-two a{
  display: inline;
}

/* career-error start */

.career-error {
    padding: 65px 0 90px 0;
}
.career-error-thumb-main {
    display: flex;
    justify-content: center;
}

.career-error-thumb {
    width: 722.52px;
    height: 520.901px;
}
.career-error-thumb img {
    height: 100%;
    width: 100%;
}

.career-error-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
}

.career-error-txt {
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 140%;
    color: #111;
}

.career-error-box .homec-btn {
    margin-top: 44px;
}

/* career start  */
.career {
    padding: 63px 0 120px 0;
}
.career__two {
    padding: 63px 0 30px 0;
}

.career-main-box {
    border-radius: 4px;
    border: 1px solid #fff1ee;
    background: #fff;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.career-main-box:last-of-type {
    margin-bottom: 0;
}

.career-txt {
    color: #111;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
}

.career-contact li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #7e8ba0;
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.career-contact li a span {
    line-height: 0;
}
.career-contact li a span svg {
    fill: currentColor;
    color: #ec4416;
}

.career-item-work {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 18px;
}

.career-item-work li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 175%;
    color: #ff6550;
    padding: 6px 10px;
    border-radius: 4px;
    background: rgba(255, 101, 80, 0.1);
}

.career-item-work li:nth-child(2) a {
    background: rgba(70, 64, 222, 0.1);
    color: #4640de;
}
.career-item-work li:nth-child(3) a {
    background: rgba(86, 205, 173, 0.1);
    color: #56cdad;
}

.career-deadline {
    margin-top: 14px;
}

.career-deadline li a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.career-deadline li a span {
    line-height: 0;
}

.career-item-btn {
    margin-top: 44px;
}
.career-item-btn {
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.career-item-btn .homec-btn.two {
    background-color: #fff;
    border: 1px solid #ec4416;
    color: #111;
}
.career-item-btn .homec-btn.two {
    background-color: #fff;
    border: 1px solid #ec4416;
    color: #111;
}
.career-item-btn .homec-btn.two:hover {
    color: #fff;
}
.career-item-btn .homec-btn.two::before {
    background-color: #ec4416;
}

.career-main-box-thumb {
    width: 432px;
    height: 268px;
    overflow: hidden;
    border-radius: 4px;
}
.career-main-box-thumb:hover img {
    transform: scale(1.1);
}
.career-main-box-thumb img {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    transition: all 0.5s ease-in-out;
    object-fit: cover;
}

/* career-details  */
.career-details {
    padding-bottom: 80px;
}
.career-details-box {
    border-radius: 4px;
    border: 1px solid #fff1ee;
    background: #fff;
    padding: 40px 30px 50px 30px;
}

.career-details-box h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    color: #06131c;
    margin-bottom: 12px;
}
.career-details-box p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    margin-bottom: 40px;
    color: #7e8ba0;
}
.career-details-box ul {
    margin-left: 30px;
    margin-bottom: 40px;
}
.career-details-box ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #7e8ba0;
    position: relative;
    margin-bottom: 15px;
}
.career-details-box ul li:last-of-type {
    margin-bottom: 0px;
}

.career-details-box ul li::after {
    position: absolute;
    content: "";
    top: 1px;
    left: -30px;
    width: 22px;
    height: 22px;
    border-radius: 50px;
    background: url(../img/ul-after-img.png) no-repeat;
}

.career-details-thumb {
    height: 334px;
}

.career-details-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* modal  */
.modal-backdrop.show {
    opacity: 0.5;
    z-index: 9;
}

.modal-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 150%;
    color: #1b1b1b;
}

.btn-close {
    border: 0;
    border-radius: 0;
    opacity: 1;
    background: url(../img/delet-icon.png) no-repeat center;
    width: 22px;
    height: 22px;
    opacity: 1;
}

.modal-body {
    padding: 0;
}

.modal-header {
    padding: 0 0 14px 0;
    border-bottom: 1px solid #fff1ee;
}

.modal-dialog {
    max-width: 700px;
    margin: 10.75rem auto;
}

.modal-content {
    padding: 40px;
    border-radius: 8px;
}

.form-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 180%;
    color: #111;
}

.modal-form-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 20px;
}
.modal-form-item .modal-form-item-inner {
    width: 100%;
}

.modal-form-item .form-control {
    padding: 12px 20px;
    border-radius: 4px;
    border: 1px solid #fff1ee;
    background: #fffbfa;
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    color: #7e8ba0;
}
.modal-form-item .form-control:focus {
    box-shadow: 0 0 0 0.25rem transparent;
    font-weight: 500;
    color: #111;
    border-color: #ec4416;
}

.cv-box {
    padding: 26px 130px;
    border-radius: 4px;
    border: 1px dashed #c9c9c9;
    background: #f3f3f3;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}
.cv-box .my-file {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 26px 130px;
    opacity: 0 !important;
    cursor: pointer;
}
.cv-box p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    color: #7e8ba0;
    z-index: -1;
}
.cv-box p span {
    font-weight: 500;
    color: #1a71ff;
    cursor: pointer;
}

.modal-footer {
    padding: 0;
    border-top: 1px solid transparent;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* property-request start */

.property-request {
    padding: 40px 0 80px 0;
}

.property-request-taitel {
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    color: #fff;
    padding: 20px 30px;
    border-radius: 8px 8px 0px 0px;
    background: #162b49;
}

.property-request-box-item {
    padding: 20px 30px 30px 30px;
    border-radius: 0px 0px 12px 12px;
    border: 1px solid #fff1ee;
    background: #fff;
}
.property-request-box-item .form-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 175%;
    color: #111;
    margin-bottom: 5px;
}
.property-request-box-item .form-label span {
    color: #7e8ba0;
}

.property-request-box-item .nav {
    margin-bottom: 20px;
}
.property-request-box-item .nav-link {
    font-size: 14px;
    font-weight: 500;
    line-height: 180%;
    color: #111;
    padding: 12px 28px;
}

.property-request-box-item .nav-pills .nav-link.active {
    color: #fff;
    background-color: #ec4416;
}

.property-request-box-item .property-form::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    color: #7e8ba0;
}

.property-request-box-form-inner {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.property-request-box-form-inner .property-form {
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    border-radius: 4px;
    border: 1px solid #fff1ee;
    background: #fffbfa;
}
.property-request-box-form-inner .property-form:focus {
    color: #111;
}
.property-request-box-form-inner .select2-selection {
    border: 1px solid #fff1ee !important;
    background: #fffbfa;
}
.property-request-box-form-inner
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #111 !important;
}

.ql-toolbar.ql-snow .selection {
    display: none;
}

.ql-toolbar.ql-snow {
    border-radius: 3px 3px 0px 0px;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #fff1ee;
    background: #fff1ee;
}

.ql-editor {
    border-radius: 4px;
    height: 203px;
    background: #fffbfa;
}
.ql-container.ql-snow {
    border: 1px solid #fff1ee;
}

.ql-editor p {
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    color: #111;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    border-color: transparent;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #111;
}

.property-request-box-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 30px;
}

.property-request-box__two {
    margin-top: 60px;
}

/* Our Social Media start   */
.social-media {
    padding: 60px 0 80px 0;
}

.social-media-box {
    padding: 18px 15px;
    border-radius: 12px;
    border: 1px solid #fff1ee;
    background: #fff;
    height: 308px;
}

.social-media-taitel {
    font-size: 16px;
    font-weight: 700;
    line-height: 175%;
    color: #111;
}

.social-media-themb {
    height: 163px;
    border-radius: 4px;
    margin-top: 12px;
}
.social-media-themb img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.social-media-box-inner {
    display: flex;
    gap: 15px;
    margin-left: 40px;
}

.social-media-profile {
    width: 99px;
    height: 99px;
    border-radius: 500px;
}
.social-media-profile img {
    height: 100%;
    width: 100%;
    border-radius: 500px;
    margin-top: -50px;
}

.social-media-profile-txt {
    margin-top: 9px;
}

.social-media-profile-name {
    font-size: 22px;
    font-weight: 600;
    line-height: 148%;
    color: #111;
}

.social-media-profile-like {
    display: flex;
    align-items: center;
    gap: 30px;
}

.social-media-profile-like li {
    font-size: 16px;
    font-weight: 400;
    line-height: 175%;
    color: #111;
}
.social-media-profile-like li span {
    font-size: 16px;
    font-weight: 400;
    line-height: 175%;
    color: #7e8ba0;
}

/* responsive css  */

@media (max-width: 767px) {
    .modal-form-item {
        margin-top: 20px;
        flex-direction: column;
        gap: 20px;
    }
    .cv-box {
        padding: 26px 2px;
    }
    .modal-content {
        padding: 10px;
    }
    .property-request-box__two {
        margin-top: 40px;
    }
    .latest-ads-thumb {
        display: none;
    }

    .pricing-ads-two {
        display: none;
    }

    .pricing-ads {
        display: none;
    }
    .latest-news-ads {
        width: 100%;
        height: 100%;
        margin-top: 40px;
    }

    .city-ads-two {
        display: none;
    }
    .city-ads {
        display: none;
    }

    .city-ads-btm {
        margin-top: 50px;
        width: 100%;
        height: 100%;
    }

    .property-sidebar-ads-two {
        display: none;
    }
    .property-top-ads {
        width: 100%;
        height: 100%;
    }
    .select2 .select2-container .select2-container--default {
        width: 100%;
    }

    .properties-details-ads-two {
        display: none;
    }
    .properties-details-ads {
        display: none;
    }

    .career-error-thumb {
        width: 100%;
        height: 100%;
    }
    .career-error-txt {
        font-size: 22px;
    }
    .career-error-box .homec-btn {
        margin-top: 30px;
    }

    .career-main-box {
        flex-direction: column;
        gap: 30px;
    }
    .career-main-box-thumb {
        width: 100%;
        height: 100%;
    }

    .career-item-work {
        flex-wrap: wrap;
    }
    .career-details-thumb {
        display: none;
    }

    .select2-container {
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .city-ads-btm {
        width: 100%;
    }

    .latest-ads-thumb {
        display: none;
    }
    .pricing-ads-two {
        display: none;
    }
    .pricing-ads {
        display: none;
    }
    .latest-news-ads {
        width: 100%;
    }

    .banner-ads-two {
        right: -133px;
    }

    .city-ads {
        display: none;
    }
    .city-ads-two {
        display: none;
    }

    .property-top-ads {
        width: 100%;
    }
    .property-sidebar-ads-two {
        display: none;
    }

    .properties-details-ads {
        width: 160px;
        height: 134px;
        top: -13px;
    }
    .properties-details-ads-two {
        width: 160px;
        height: 134px;
        top: -13px;
    }
    .career-error-thumb {
        width: 100%;
        height: 100%;
    }

    .career-main-box {
        gap: 30px;
    }

    .career-item-work {
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-ads-two {
        display: none;
    }
    .city-ads {
        width: 187px;
        height: 100%;
    }
    .city-ads-two {
        width: 187px;
        height: 100%;
    }
    .latest-ads-thumb {
        display: none;
    }

    .pricing-ads {
        width: 210px;
        height: 100%;
        left: 0;
    }
    .pricing-ads-two {
        width: 210px;
        height: 100%;
        right: 0;
    }
    .pricing-ads-two a img {
        height: 190px !important;
    }
    .property-sidebar-ads-two {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .banner-ads {
        display: none;
    }
    .banner-ads-two {
        display: none;
    }
    .city-ads {
        width: 270px;
    }
    .city-ads-two {
        width: 270px;
    }

    .latest-ads-thumb {
        display: none;
    }
    .pricing-ads {
        width: 280px;
        left: 0;
    }
    .pricing-ads-two {
        width: 280px;
        right: 0;
    }
    .homec-form-footer-ads {
        display: none;
    }
    .homec-form-footer-ads-two {
        display: none;
    }
    .homec-bg-cover {
        overflow-x: hidden;
    }

    .property-sidebar-ads-two {
        display: none;
    }

    .property-sidebar-ads {
        display: none;
    }
}

@media (max-width: 1536px) {
    .banner-ads {
        width: 100px;
        left: -118px;
    }
    .banner-ads-two {
        width: 100px;
        right: -118px;
    }
    .latest-ads-thumb {
        width: 100px;
        right: -117px;
    }
    .homec-form-footer-ads {
        display: none;
    }
    .homec-form-footer-ads-two {
        display: none;
    }
    .property-sidebar-ads-two {
        width: 100px;
        right: -118px;
    }
    .property-sidebar-ads {
        width: 100px;
        left: -118px;
    }
}
