* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.main-color {
    color: #f5b200 !important;
}

.bg-main-color {
    background-color: #f5b200 !important;
}

.border-main-color {
    border-color: #f5b200 !important;
}

.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-fade.mfp-ready {
    height: 100vh !important;
}

.inner-pages .nice-select.open .list {
    min-width: 100% !important;
}

.nice-select .option {
    color: #495057 !important;
}

#preloader {
    background-color: #282d32 !important;
}

.btn-yellow {
    background-color: #f5b200;
    border: none !important;
}

.homepage-1 .portfolio.full-l .project-head img {
    height: 100%;
    object-fit: cover;
}

.homepage-1 .portfolio.full-l .project-head {
    width: 40%;
}

.mfp-close:focus {
    outline: none !important;
}

#header-container {
    background-color: #ffffff;
    width: 100%;
    z-index: 250;
    transition: .5s;
}

.fixed-header {
    position: fixed;
    top: 0 !important;
}

.rld-single-select .single-select {
    color: #000;
}

.header-user-menu ul li:hover a {
    color: #f5b200;
}

.first-footer .netsocials a .fa-linkedin {
    background: transparent;
    color: #fff;
}

.first-footer .netsocials a .fa-linkedin:hover {
    background: #668ee4;
    color: #fff !important;
}

.first-footer .netsocials a .fa-whatsapp {
    background: transparent;
    color: #fff;
}

.first-footer .netsocials a .fa-whatsapp:hover {
    background: #66e477;
    color: #fff !important;
}

.inner-pages .team .team-pro .fa.fa-linkedin:hover {
    background: #668ee4;
    color: #fff !important;
}

.first-footer .netsocials a .fa:hover {
    color: #ffffff !important;
}

.inner-pages .team-content {
    background-color: #131b22 !important;
}

iframe {
    width: 100% !important;
    height: 100% !important;
}

.portfolio .project-head {
    height: 250px;
}

.homepage-1 .portfolio.full-l .project-head {
    height: 250px;
}

.checkout-form .option {
    border: 2px solid #ccc;
    padding: 20px;
    border-radius: 8px;
    width: 250px;
    cursor: pointer;
    position: relative;
    transition: border-color 0.3s;
}

.checkout-form .option input[type="radio"] {
    display: none;
}

.checkout-form .option input[type="radio"] {
    display: none;
}

.checkout-form .option-box {
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    width: 250px;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
    padding-inline-start: 40px;

}

.checkout-form .label-title {
    font-weight: bold;
    font-size: 18px;
}

.checkout-form .label-sub {
    font-size: 12px;
    color: #777;
}

.checkout-form .price {
    font-size: 18px;
    font-weight: bold;
    float: right;
}

.checkout-form .additional {
    font-size: 12px;
    color: #555;
    margin-top: 5px;
}

.checkout-form input[type="radio"]:checked + .option-box {
    border-color: #f5b200;
}

.checkout-form .option-box::before {
    content: '';
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #eee;
    position: absolute;
    top: 50%;
    left: 10px;
    color: #f5b200;
    font-weight: bold;
    font-size: 16px;
    transform: translateY(-50%);
    transition: 0.3s;

}

.checkout-form input[type="radio"]:checked + .option-box::before {
    content: '✔';
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    color: #000;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled {
    background-color: #9b9b9bb5 !important;
    color: #ffffff;
    border: 2px solid;
    display: flex;
    align-items: center;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
    color: #ffffff;
}

.select2-container .select2-selection--single {
    height: 48px !important;
    line-height: 47px !important;
    width: 100% !important;
    padding: 0 20px 0 20px !important;
    border: 1px solid #D4D4D4 !important;
    -webkit-transition: all 0.4s ease !important;
    transition: all 0.4s ease !important;
    position: relative !important;
    border-radius: 4px !important;
    display: flex !important;
    align-items: center !important;
}

.select2-container--default .select2-selection--multiple {
    min-height: 48px !important;
    width: 100% !important;
    padding: 0 20px 0 20px !important;
    border: 1px solid #D4D4D4 !important;
    -webkit-transition: all 0.4s ease !important;
    transition: all 0.4s ease !important;
    position: relative !important;
    border-radius: 4px !important;
    display: flex !important;
    align-items: center !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered,
.select2-container--default .select2-search--inline .select2-search__field {
    margin: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    right: 10px !important;
    transform: translateY(-50%);
}

.select2-container--default li {
    padding-inline: 20px;
}

.select2-results__option--selectable {
    color: #000;
}

:focus-visible {
    outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
}

.portfolio .project-head img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.portfolio .homes-content .homes-address .fa-map-marker {
    color: #666;
}

.counterup .countr .count-me {
    text-align: start;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 28px !important;
}

.right-side.sign {
    width: auto;
}

.header-user-name span {
    top: 50%;
    transform: translateY(-50%);
}

.lang-link {
    color: #fff;
    text-decoration: none;
    transition: .5s;
}

.lang-link:hover {
    color: #f5b200;
    text-decoration: none;
}

.rec-pro .container-fluid {
    max-width: 1560px;
}

#navigation.black ul a {
    color: #707070;
}

.hp-6 #navigation.style-2.cloned .show-lang,
.hp-6 #header.cloned.sticky .show-lang,
.hp-6 #navigation.style-2.cloned .show-lang .fa-caret-down.arrlan,
.hp-6 #header.cloned.sticky .show-lang .fa-caret-down.arrlan,
.hp-6 #navigation.style-2.cloned .header-widget.sign-in a,
.hp-6 #header.cloned.sticky .header-widget.sign-in a,
.show-lang, .show-lang .fa-caret-down.arrlan,
.header-widget.sign-in a {
    color: #666;
}

.right-side.sign {
    border-left: 1px solid #000;
}

#navigation.style-1.black ul li:hover {
    background-color: #f5b200;
}

.mmenu-trigger {
    background-color: #ffffff;
}

div:where(.swal2-container) {
    z-index: 999999999999 !important;
}

.property-price{
    white-space: nowrap;
    background-color: #f5b200;
    padding: 5px;
    height: max-content;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .fixed-header {
        /*position: static !important;*/
    }

}

@media screen and (max-width: 991px) {
    .counterup .countr h3 {
        margin-bottom: 0 !important;
    }

    .counterup .countr {
        margin-bottom: 5rem;
    }
}

