.content-are-5 {
    padding: 100px 0;
}

/* .content-are-9 {
    padding: 0 0 100px;
} */

.main-titles {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.main-titles p {
    color: #9E7F56;
}

.main-titles h1 {
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 15px;
}

.property-box-5 .carousel-caption {
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    top: 0 !important;
    padding: 117px 30px;
}

/*.footersocialmedia li a {*/
/*    background: transparent !important;*/
/*}*/

.topcontact-support {
    padding-right: 30px !important;
}

.top-header-inner {
    padding-bottom: 5px !important;
}

.carousel-caption.banner-slider-inner {
    padding-top: 0px;
}



.listing-badge-offer .offer:hover {
    background-color: white !important;
    color: #f11f1f !important;
}

.listing-badge .feature:hover {
    background-color: white !important;
    color: #9E7F56 !important;

}


.footer-desc {
    padding-top: 20px;
    color: #C5CDD9;
}

.footer-1 h4 {
    margin-bottom: 5px !important;
}

ul.contact-info li {
    margin-bottom: 10px;

}

ul.contact-info li i {
    margin-right: 10px;

}

.overlay-image {
    position: absolute !important;
    top: 30%;
    left: 13%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.custom-btn {
    margin-top: 330px;
    /* padding-left: 200px !important; */
}

.price {
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 30px;
}

.btn-6 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;

}

.listing-badge-offer {
    left: 0;
}


.listing-badge-offer {
    left: 0;
    width: 50%;
    position: absolute;
    top: 0;
    z-index: 99;
    right: 0;
    display: block;
    font-size: 15px;
    padding: 0;
    overflow: hidden;
    height: 100px;

}

.listing-badge {
    position: absolute;
    top: 0;
    z-index: 99;
    right: 0;
    width: 50%;
    display: block;
    font-size: 15px;
    padding: 0;
    overflow: hidden;
    height: 100px;
}

/* .listing-badge .feature {
    background-color: #9E7F56;
} */



.listing-badge-offer .offer {
    float: left !important;
    /* transform: rotate(45deg); */
    /* right: -67px; */
    left: 18px !important;
    width: 98px !important;
    top: 10px !important;
    position: relative !important;
    text-align: center !important;

    font-size: 14px !important;
    margin: 0 !important;
    padding: 6px 10px !important;
    font-weight: 400 !important;
    color: #fff !important;
    box-shadow: 1px 2px 3px 0 rgba(2, 0, 0, .2) !important;
    background-color: #f40c43 !important;
}




.listing-badges .featured:hover {
    background-color: white !important;
    color: #9E7F56 !important;

}

.listing-badge .feature {
    float: right !important;
    transform: rotate(45deg) !important;
    right: -67px !important;
    top: 17px !important;
    position: relative !important;
    text-align: center !important;
    width: 200px !important;
    font-size: 14px !important;
    margin: 0 !important;
    padding: 6px 10px !important;
    font-weight: 400 !important;
    color: #fff !important;
    box-shadow: 1px 2px 3px 0 rgba(2, 0, 0, .2) !important;
    background-color: black;

}

.listing-badge-offer .offer {
    float: left !important;
    left: 18px !important;
    width: 98px !important;
    top: 10px !important;
    position: relative !important;
    text-align: center !important;

    font-size: 14px !important;
    margin: 0 !important;
    padding: 6px 10px !important;
    font-weight: 400 !important;
    color: #fff !important;
    box-shadow: 1px 2px 3px 0 rgba(2, 0, 0, .2) !important;
    background-color: #f40c43 !important;
}

.listing-badge-offer .offer:hover {
    background-color: white !important;
    color: #f11f1f !important;
}

.listing-badge .feature:hover {
    background-color: white !important;
    color: black !important;
}

.menu .slide-from-center {
    opacity: 0;
    transform: translateY(-100%);
    animation: slideInCenter 2s forwards;
}

@keyframes slideInCenter {
    from {
        opacity: 0;
        transform: translateY(-100%) scale(0.5);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.slide-from-bottom {
    opacity: 0;
    transform: translateY(200%);
    animation: slideInBottom 4s forwards;

}

@keyframes slideInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.main_slider_area {
    position: relative;
}

.main_slider_area ul li .slider_text_box .first_text {
    color: #fff;
    font-weight: 600 !important;
    font-family: "Montserrat", sans-serif;
    overflow: hidden;
}

.main_slider_area ul li .slider_text_box .secand_text {
    color: #fff;
    font-family: "Lato", sans-serif;
    letter-spacing: .54px;
}

.main_slider_area ul li .slider_text_box .middle_f_text {
    color: #fff;
    font-family: "PT Sans", sans-serif;
    font-style: italic;
    position: relative;
    display: inline-block;
}

.main_slider_area ul li .slider_text_box .middle_f_text:before {
    content: "";
    width: 95px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 14px;
    z-index: 22;
}

.main_slider_area ul li .slider_text_box .middle_f_text:after {
    content: "";
    width: 95px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 14px;
    z-index: 22;
}

.main_slider_area ul li .slider_text_box .middle_s_text {
    color: #fff;
    font-weight: bold !important;
    text-transform: uppercase;
}


.contact-info i {
    color: #f40c43 !important;
}

.separator {
    border-left: 1px solid hsl(0, 2%, 23%);
    height: 76px;
    margin: 3px 10px;
}


.navitem-2 {
    border-bottom: 4px solid #f40c43;
    /* padding-left: 0px; */
    /* left: 26px; */
    transition: border-bottom 0.3s ease;

}

.navbar {

    position: relative;
    display: flex;
    flex-wrap: nowrap;

}

.navbar-collapse {

    padding-inline-end: 50px !important;

}

.contact-info {
    padding-bottom: 2% !important;
    padding-top: 1.8% !important;
    width: 200px;
    height: auto;
}



.footer-1 .contact-info {
    padding-bottom: 2% !important;
    padding-top: 1.8% !important;
    width: 311px;

}

@media screen and (max-width: 1196px) {
    .contact-info a {
        font-size: 12px !important;
        flex-direction: row;
        justify-content: center;
        width: 200px;
        height: auto;

    }
}

.logo {
    max-width: 100%;
    width: 265px;
    padding: 10px 10px 10px 10px;

    height: auto;
    
}


@media only screen and (max-width: 991px) {
    .logo {
        width: 60%;

        height: auto;
    }
}


@media only screen and (max-width: 767px) {
    .logo {
        width: 60%;

        height: auto;
    }
}


/* css added for subscription functionality */

.body-custom {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
}

.container-custom {
    max-width: 600px;
    margin: 20px auto;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.logo-template-custom {
    text-align: center;
    padding: 20px 0;
}

.logo-template-custom img {
    max-width: 200px;
    height: auto;
}

.content-custom {
    padding: 40px;
}

h1.title-custom {
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
    text-align: center;
}

p.paragraph-custom {
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
    margin-bottom: 20px;
}

a.link-custom {
    color: #3498db;
    text-decoration: none;
}

a.link-custom:hover {
    text-decoration: underline;
}

.footer-custom {
    text-align: center;
    padding: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-radius: 0 0 8px 8px;
}

/* Additional styles for responsiveness */
@media screen and (max-width: 600px) {
    .container-custom {
        width: 100% !important;
        border-radius: 0 !important;
    }

    /* .logo-template-custom img {
        max-width: 100% !important;
    } */

    .content-custom {
        padding: 20px !important;
    }

    .footer-custom {
        padding: 10px !important;
    }
}

/* Styles for subscription confirmation */
.temp-1 .container-custom {
    background-color: #f0f0f0;
}

.temp-1 .content-custom {
    color: #555555;
}

/* Styles for subscription notification */
.temp-2 .container-custom {
    background-color: #fefefe;
}

.temp-2 .content-custom {
    color: #222222;
}

.featuredproperties li {
    font-size: 12px !important;
}

.featuredproperties li:nth-child(3) {
    line-height: 17px !important;
}


/* Custom CSS */


/* Media query for screen widths between 992px and 1199px */
/* @media screen and (min-width: 992px) and (max-width: 1199px) {
    .logo {
        padding-left: 0 !important;
        width: 160px !important;
        max-width: none !important;
    }
} */

/* css for toggle button */

/* .switch-customsearch {
    position: relative;
    display: inline-block;
    width: 40px;

    height: 20px;

    margin-right: 10px;


} */

/* .switch-customsearch input {
    opacity: 0;
    width: 0;
    height: 0;
} */

/* .slider-custom-commercial {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px;

} */

/* .slider-custom-commercial:before {
    position: absolute;
    content: "";
    height: 16px;

    width: 16px;

    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
} */


/* .switch-customsearch input:checked+.slider-custom-commercial {
    background-color: #9E7F56;
} */


/* .switch-customsearch input:checked+.slider-custom-commercial:before {
    transform: translateX(20px);
}

.property-box {

    height: 630px !important;
}

p.job {
    margin-bottom: 16px;
}




.customicon {

    color: #f40c43 !important;


}

.carousel-inner {
    width: 100%;

}



.custom-content {
    padding: 100px 0;
}

.logo-about-us {
    width: 80%;
    padding-left: 45px;
    padding-top: 145px;

} */


/* .property-box:not(.listing-badge):hover {
    transform: translateY(-5px) !important;
} */


.contents-area-5 {
    padding-top: 30px;
}

.custom-alert {
    padding: 10px;
    margin-top: 10px;
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
    width: 240px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

.facilities-list li:nth-child(odd) {
    width: 60% !important;

}

.facilities-list li:nth-child(even) {
    width: 40% !important;
}

/* active link effect added */
#main-header-3 .navbar-expand-lg .navbar-nav .nav-link.active {
    color: #9E7F56 !important;
}

#main-header-3 .navbar-expand-lg .navbar-nav li a.active {
    color: #9E7F56 !important;
}



.service-text {
    padding-left: 10px;
    padding-right: 10px;
}



.custom-container {

    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.style-p-justify {
    text-align: justify;
}

.page-item.active .page-link {
    background-color: #9E7F56 !important;
}

/* .sidebar-navigation a.active {
    color: #9E7F56 !important;
} */


/* .sidebar-navigation ul li .active a {
    color: #9E7F56 !important;
} */

/* .sidebar-navigation .menu-list .active a {
    color: #9E7F56 !important;
} */
/* .activelink.active a {
    color: #9E7F56 !important;
} */

/* #sidebar .sidebar-navigation ul li a.active {
    color: #9E7F56 !important;
} */
#sidebar .sidebar-navigation a.active {
    color: #9E7F56 !important;
}

/* .sidebar-active {
    color: #9E7F56 !important;
}  */


/* #sidebar .sidebar-navigation ul li a.active:hover {
    color: #9E7F56 !important;
} */

@keyframes animate {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@media (max-width:767px) {
    .slider-area-1 h2 {
        font-size: 30px;
    }

    .wrapper-1 {
        width: 100%;
        border-radius: 0;
        padding: 0;
        overflow-x: auto;
        /*animation: animate 20s linear infinite;*/
        white-space: nowrap;
        
    }
}

/* .custom-propertydetails {
    padding-top: 150px !important;

} */

.type-heading {
    padding-bottom: 10px;
}

.facilities-list.clearfix-custom {

    /* bottom: 172px; */
    position: absolute !important;
    bottom: 114px !important;
}

.footer.clearfix-custom {
    position: absolute !important;
    top: 88% !important;
    width: 100% !important;
}



.slider-area-1 h2 {
    text-align: center;
    font-family: impact;
    font-size: 4vw;

    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5vw;

    margin: 10vw 0 5vw 0;

}
 .wrapper-1 {
    display: flex;
    width: 100%;

    overflow: hidden;
}

.item-1 {
    animation: animate 5s linear infinite;
} 




@keyframes animate {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@media only screen and (max-width: 600px) {
    .slider-area-1 h2 {
        font-size: 8vw;

        letter-spacing: 1vw;

        margin: 5vw 0 2vw 0;

    }
    .item-1 {
        width: 100%; 
    }

  
}

.box-custom {
    height: 550px !important;
}

.sub-banner {
    background: rgba(0, 0, 0, 0.04) url(../img/img-6.png) top left repeat;
    background-size: cover;
    padding: 157px 0 100px;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.image-dimension-1 {
    width: 856px;
    height: 571px;
}

.image-dimension-2 {

    width: 172px;
    height: 115px;

}

@media only screen and (max-width: 767px) {
    .image-dimension-1 {

        height: 234px !important;
    }

    .image-dimension-2 {

        height: 48px !important;

    }

}

.footer-element-custom {
    display: flex;
    justify-content: center;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
}

.image-dimension-3 {

    height: 265px;

}


.career-area-custom {
    padding-top: 0px !important;
}



.career-custom-ul-2 .nav-link {
    padding: 11px 25px;
}

.career-custom-ul-2 {
    justify-content: center;
    background: #f9f9f8;
    border-bottom: 0px solid #dee2e6 !important;
}

.career-custom-ul {
    justify-content: center;

}

.custom-sidebar {
    margin-top: 30px !important;
}


@media (max-width: 767px) {
    .property-box-5 .detail-custom {
        width: 367px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.project-count {
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .footer-element-custom {
        justify-content: left;
        padding-left: 12px;
    }
}

.similar-properties-custom {
    height: 520px;
    width: 400px !important;
}

.team-5-custom d-flex img {
    display: none;
}

.qr-code-container {
    transition: transform 0.3s ease;
    transform: scale(1);
    padding-right: 30px;
}

.qr-code-container:hover {
    transform: scale(1.2);
}

.change-password-custom {

    padding-bottom: 400px !important;
}

/* .labelfeature[type=checkbox]:checked+label:before {
    display: none !important;
} */
.labelfeature[type=checkbox]:checked+label:before {
    display: none !important;
}


.labelamenity[type=checkbox]:checked+label:before {
    display: none !important;
}

.additional-info-row {
    margin-left: 10px;
    margin-top: 25px;
}

.additional-info-row .form-group {
    margin-top: 10px;
}

.form-label-custom {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    color: #343434;
}

.submit-address-1 .form-group {
    margin-bottom: 20px;
}

.form-control-custom {
    width: 100%;
    padding: 10px 17px;
    font-size: 15px;
    border: 1px solid #cac8c8;
    outline: none;
    height: 50px;
    border-radius: 3px;
    line-height: 30px;
}

.additional-info-row .form-control-custom {
    padding-left: 50px !important;
}



.custom-file-upload {
    border: 2px solid #ccc;
    display: inline-block;
    height: 200px;
    width: 1320px;
    padding: 10px 20px;
    cursor: pointer;
    line-height: 150px;
    text-align: center;
}


#image_upload {
    width: 1320px;
}

.custom-file-upload:hover {
    background: #f0f0f0;
}

#image_preview {
    width: 1320px;
    margin-top: 10px;
    overflow-x: auto;
}

#image_preview img {
    max-width: 100%;
    height: auto;
    display: block;
}


.custom-file-upload {
    border: 2px solid #ccc;
    display: inline-block;
    height: 200px;
    width: 1320px;
    padding: 10px 20px;
    cursor: pointer;
    line-height: 150px;
    text-align: center;
}

#image_upload {
    width: 1320px;
}

.custom-file-upload:hover {
    background: #f0f0f0;
}

.horizontal-preview {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.horizontal-preview img {
    max-width: 100px;
    /* Adjust the max-width as needed */
    max-height: 100px;
    /* Adjust the max-height as needed */
    margin-right: 10px;
}

.preview-container {
    display: flex;
    flex-wrap: wrap;
}

.preview-image {
    max-width: 100px;
    /* Adjust as needed */
    max-height: 100px;
    /* Adjust as needed */
    margin: 5px;
    /* Adjust as needed */
}

.logocustom {
    width: 200px !important;
    padding-bottom: 30px;
}

.my-account-box .nav-item.active {

    color: #9E7F56 !important;

}


.column-wrapper {
    background-color: #f0f0f0;
    /* Background color */
    border: 1px solid #ccc;
    /* Border color and width */
    padding: 10px;
    /* Padding around the content */
}


.additional-info {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    padding-top: 1.8rem;
}

.additional-info ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.additional-info ul li figure {
    opacity: .6;
    font-size: 1.1rem;
    text-transform: uppercase;
    float: left;
    padding: 0.2rem 0;
    font-weight: 600;
}

.additional-info ul li aside {
    font-size: 1.1rem;
    padding: 0.2rem 0;
    text-align: right;
}

.answer {
    margin-bottom: 50px;
}

.answer .box {
    padding-top: 40px;
    position: relative;
}

.answer .box:after {
    box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
    border-radius: 100%;
    content: "?";
    color: #fff;
    font-weight: bold;
    background-color: #ff0000;
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    font-size: 16px;
    top: -15px;
}

.answer .box:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #ff0000 transparent transparent transparent;
    content: "";
    position: absolute;
    left: 41px;
    top: 11px;
}

.answer h3 {
    margin-bottom: 10px;
}

.answer figure {
    opacity: .5;
    text-align: right;
    font-size: 12px;
    margin-top: 10px;
}

.answer figure a {
    margin-left: 10px;
    color: inherit;
}

.answer figure i {
    font-size: 10px;
    margin-left: 5px;
}

.panel {
    background-color: #fff;
    box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
    margin-bottom: 30px;
}

.panel .panel-title {
    margin-bottom: 0;
}

.panel .panel-title a {
    display: block;
    padding: 20px;
}

.panel .panel-title a i {
    margin-right: 5px;
}

.panel .panel-body {
    padding: 20px;
}

.pagination-custom {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-custom li {
    display: inline-block;
    margin: -1px;
}

.pagination-custom li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-body {
    padding: 20px;
}

.modal-content {
    padding: 20px;
}

.modal-header {
    background-color: #9E7F56;
    border-bottom: none;
}

.modal-title {
    font-weight: bold;
    color: #fff;
    /* Change color to white */
}

.modal-body div {
    margin-bottom: 15px;
    /* Increase margin between div elements */
    font-size: 16px;
    /* Adjust font size */
    color: #333;
    /* Change text color */
}

.close:hover {
    opacity: 1;
}

.form-group-modal {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.form-group-modal label {
    flex: 0 0 120px;
    /* Adjust width as needed */
    font-weight: bold;
}

.form-group-modal span {
    flex: 1;
    /* Take up remaining space */
}

.modal-body.submit-address {
    padding: 20px;
}

.form-group-modal {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.form-group-modal strong {
    flex: 0 0 100px;
    /* Fixed width for labels */
    font-weight: bold;
    margin-right: 20px;
    /* Adjust spacing between label and span */
}

.textarea-custom {
    width: 100% !important;
    /* Adjust the width as needed */
    height: 150px !important;
    /* Adjust the height as needed */
}

.view-list {
    background-color: #9E7F56 !important;
    border-color: #9E7F56 !important;

}

.view-list {
    background-color: #9E7F56 !important;
    border-color: #9E7F56 !important;

}

#enquiry-table td,
#enquiry-table th,
#enquiry-table tfoot

/* Target heading inside sub-banner */
    {
    /* Target spans inside breadcrumb */
    color: black;
    /* Change the color to black */
}

#properties td,
#properties th {
    color: black !important;
    /* Change the color to black */
}

#subscribers-table td,
#subscribers-table th,
#subscribers-table tfoot

/* Target heading inside sub-banner */
    {
    /* Target spans inside breadcrumb */
    color: black;
    /* Change the color to black */
}





#properties {
    width: 100%;
    border-collapse: collapse;
}

@media screen and (max-width: 767px) {
    .custom-details {
        margin-top: 20px !important;
        /* Adjust margin-top as needed */
    }
}


.table-responsive {
    overflow-x: auto;
}



/* CSS for mobile view */
@media (max-width: 767px) {
    .modal-dialog {
        max-width: 60% !important;
        float: left;
        margin: 1rem auto;
    }
}


#page_scroller {
    bottom: 90px !important;
}

.total-count {
    font-weight: 600 !important;
}

.price {
    font-style: bold;
}

.instagram-bg {
    background: #E4405F;

}

.instagram-bg:hover {
    background-color: #C13584;
}

.youtube-bg {
    background: #FF0000;
    ;

}

.youtube-bg:hover {
    background-color: #CC0000;
}

.footer-1 .instagram-bg:hover {
    background-color: #C13584 !important;
}

.footer-1 .youtube-bg:hover {
    background-color: #CC0000 !important;
}

.custom-position {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.error-alert {
    padding: 10px;
    margin-top: 10px;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
    width: 240px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

.price {
    font-style: bold;
}

.instagram-bg {
    background: #E4405F;

}

.instagram-bg:hover {
    background-color: #C13584;
}

.youtube-bg {
    background: #FF0000;
    ;

}

.youtube-bg:hover {
    background-color: #CC0000;
}

.footer-1 .instagram-bg:hover {
    background-color: #C13584 !important;
}

.footer-1 .youtube-bg:hover {
    background-color: #CC0000 !important;
}

.custom-position {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

@media (max-width: 768px) {
    .custom-position {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
}

.custom-position-2 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}


.social-list {
    display: flex;
    justify-content: center;
    /* Center items horizontally */
    align-items: center;
    /* Center items vertically */
    padding: 0;
    /* Remove default padding */
    list-style-type: none;
    /* Remove default list styles */
}

.social-list li {
    margin: 0 5px;
    /* Adjust spacing between icons */
}

.get-in-touch .get-in-touch-box i {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

}



.custom-alert {
    padding: 10px;
    margin-top: 10px;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    border-radius: 4px;
}
.text-danger {
    font-size: 14px !important;

}
.what-nearby ul {
    list-style-type: disc;
    
}
 
.what-nearby ul li {
   
    overflow-wrap: break-word;
}
 
 
.whatsnearby
{
    list-style-type: disc;
}

.job-description {
    max-width: 300px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}




