html {
    scroll-behavior: smooth;
}

a:hover {
    color: var(--primary-color) !important
}

.text-primary {
    color: var(--text-color) !important;
}

.btn:hover,
.btn:focus,
.btn.active {
    color: var(--text-color) !important;
    background-color: var(--primary-color) !important
}

/* .dropdown-item:focus,
.dropdown-item:hover {
    color: unset !important;
    background-color: unset !important
} */

.dropdown-item.active,
.dropdown-item:active {
    color: var(--text-color) !important;
    background-color: var(--primary-color) !important
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem var(--primary-color) !important;
}

.btn-primary {
    border-color: var(--primary-color) !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    box-shadow: 0 0 0 0.25rem var(--primary-color);

}

.cardTitle {
    text-align: left;
}

.modal-body {
    background-color: var(--bg-color) !important;
    padding: 0;
    /* border-radius: 1rem !important; */
}

/* .card-body {
    background-color: var(--bg-color);
    border-radius: 0 0 0.8rem 0.8rem;
} */

.ourservice {
    background-color: var(--bg-color);

}

/* html {
    overflow-y: hidden !important;
    /* //just for testing */
/* } */
.swiper {
    z-index: unset;
}

.swiper-wrapper {
    z-index: unset;

}

.modal-backdrop {
    z-index: 99;
}

.flexclass>p {
    color: var(--gray-border-4-color) !important;
}

body {
    background-color: var(--background-color);
}

p {
    text-align: justify;
}

a {
    color: unset;
}

body {
    font-family: "Montserrat";
    background-color: var(--background-color);
}

.table-responsive {
    overflow-y: hidden;
}

.h1font80 {
    color: var(--black-font-color);
    text-align: center;
    font-size: 5rem;
    /*  80px  */
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.h1font62 {
    color: var(--black-font-color);
    text-align: center;
    font-size: 3.875rem;
    /* 62px */
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.h1font70 {
    color: var(--black-font-color);
    font-size: 4.375rem;
    /* 70px */
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

h1 {
    color: var(--black-font-color);
    font-size: 2.625rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

h2 {
    color: var(--black-2-font-color);
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

h3 {
    color: var(--black-font-color);
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

h4 {
    color: var(--black-font-color);
    font-size: 1.625rem !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

* {
    margin: 0;
    padding: 0;
}

.propertyBanner {
    /* height: 86px; */
    /* border-radius: 20px; */
}

.ladyImage {
    height: 36rem;
    width: 70%;
}

.linecontainer {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Commenting this out becuase the text was not showing properly responsive on large devices.
.linecontainer > p {
    width: 930px;
} */

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--btn-text-color) !important;
}

.btn-outline-secondary {
    border-color: var(--outline-secondary-color);
    color: var(--black-font-color) !important;
}

.btn-text-white {
    color: var(--btn-text-color) !important;
}

p {
    margin: 0;
    padding: 0;
}

hr {
    margin: 0;
}

.maintainMargin {
    margin-bottom: 2rem;
}

.nav-tabs .nav-link {
    border: none;
}

.nav-link:nth-child(1) {
    /* padding-right: 0 !important; */
    margin-left: 0rem !important;
}

.tab-link {
    padding-right: 2.5rem !important;
    color: var(--gray-shade-4-color);
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tabset {
    max-width: 65em;
}

.tabset>input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
    display: block;
    border: none;
}

/*
   Styling
  */
.tabset>label {
    color: var(--gray-shade-4-color);
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tabset>label::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: -webkit-fill-available;
    height: 4px;
    /* background: #8d8d8d; */
}

input:focus-visible+label {
    outline: 2px solid rgba(0, 102, 204, 1);
    border-radius: 3px;
}

.tabset>label:hover,
.tabset>input:focus+label,
.tabset>input:checked+label {
    color: var(--primarycolor);
    font-size: 1rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.tabset>label:hover::after,
.tabset>input:focus+label::after,
.tabset>input:checked+label::after {
    background: #06c;
}

.tabset>input:checked+label {
    margin-bottom: -1px;
}

.tab-panel {
    padding: 30px 30px 0 0;
    border-top: 1px solid #ccc;
}

.nav-tabs {
    border-bottom: unset !important;
}

.nav-tabs .nav-link.active {
    border-bottom: 3px solid var(--primary-color) !important;
    color: var(--black-font-color) !important;
    text-align: center;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    background-color: unset;
    font-weight: 500;
    line-height: normal;
    border-color: unset;
    border: none;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--primary-color) !important;
    border: none;
}

.nav-tabs .nav-link {
    color: var(--gray-shade-4-color);

    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.nav-pills .nav-link.active {
    color: var(--black-font-color);
    font-size: 1.375rem;
    font-weight: 600;
    border-bottom: 3px solid var(--primary-color);
    background-color: unset;
}

a {
    text-decoration: none;
}

ul {
    margin-bottom: 0 !important;
    list-style-type: none;
}

div {
    padding: 0;
}

.table> :not(:first-child) {
    border-top: unset;
}

.card:hover {
    /* margin-bottom: 1rem; */
    transition: 0.5s ease-in-out;
    transform: scale(1.02);
}

.card {
    border-radius: 16px;
    box-shadow: 0px 2px 6px 0px rgba(0, 12, 20, 0.09);
}

.scroll-container {
    max-width: 100%;
    height: 100vh;
    /* font-size: 60px;  */
}

.scroll-container {
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    transition: 0.2s ease-in-out;
}

.scroll-area {
    scroll-snap-align: end;
}

.scroll-area1 {
    scroll-snap-align: start;
}

.scroll-area2 {
    scroll-snap-align: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.height-20 {
    height: 20px;
}

.height-80 {
    height: 80px;
}

.btn-outline-primary {
    color: var(--black-font-color) !important;
    border-color: var(--primary-color);
}

.btn-outline-primary:hover {
    color: white !important;
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.linecontainer>p {
    color: var(--black-2-font-color);
    text-align: center;
    font-size: 1.25rem !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.linecontainer>p>a {
    color: var(--primary-color);
    font-size: 1.25rem !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

.text-normal-20 {
    color: var(--black-font-color);
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mobileModal>div {
    max-width: 100%;
    margin: 0;

    overflow-y: auto;
}

.mobileModal>div>div {
    min-height: 100vh;
}

@media screen and (max-width: 1500px) {
    .h1font70 {
        font-size: 3.5rem;
    }

    h4 {
        font-size: 1.425rem !important;
    }

    h2 {
        font-size: 1.6rem;
    }

    h1 {
        color: var(--black-font-color);
        font-size: 2.4rem;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }
}

@media screen and (max-width: 1200px) {
    .h1font70 {
        font-size: 3rem;
    }

    h4 {
        font-size: 1.25rem !important;
    }

    h1 {
        color: var(--black-font-color);
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }

    h2 {
        color: var(--black-2-font-color);
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .nav-tabs .nav-link {
        font-size: 1rem;
    }

    .nav-tabs .nav-link.active {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1400px) {
    h4 {
        font-size: 1.225rem !important;
    }
}

@media screen and (min-width: 992px) {
    .mobileContainer {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .mobileContainer {
        display: flex !important;
        justify-content: space-evenly;
    }

    .linecontainer>p {
        color: var(--black-2-font-color);
        text-align: center;
        font-style: normal;
        font-weight: 400;
        font-size: 1rem !important;
        line-height: normal;
    }

    .linecontainer>p>a {
        font-size: 1rem !important;
    }

    .text-normal-20 {
        color: var(--black-font-color);
        font-family: Montserrat;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

@media screen and (min-width: 576px) {
    .services-border-top-tab {
        border-top: 0.5px solid var(--outline-secondary-color) !important;
    }

    .services-border-bottom-tab {
        border-bottom: 0.5px solid var(--outline-secondary-color) !important;
    }

    [dir='ltr'] .services-border-end {
        border-right: 0px solid var(--outline-secondary-color) !important;
    }

    [dir='ltr'] .services-border-start-tab {
        border-left: 0.5px solid var(--outline-secondary-color) !important;
    }

    [dir='rtl'] .services-border-end {
        border-left: 0px solid var(--outline-secondary-color) !important;
    }

    [dir='rtl'] .services-border-start-tab {
        border-right: 0.5px solid var(--outline-secondary-color) !important;
    }
}

@media screen and (min-width: 767px) {
    .services-border-top {
        border-top: 0.5px solid var(--outline-secondary-color) !important;
    }

    .services-border-bottom {
        border-bottom: 0.5px solid var(--outline-secondary-color) !important;
    }

    [dir='ltr'] .services-border-end {
        border-right: 0.5px solid var(--outline-secondary-color) !important;
    }

    [dir='ltr'] .services-border-start-tab {
        border-left: 0px solid var(--outline-secondary-color) !important;
    }

    [dir='rtl'] .services-border-end {
        border-left: 0.5px solid var(--outline-secondary-color) !important;
    }

    [dir='rtl'] .services-border-start-tab {
        border-right: 0px solid var(--outline-secondary-color) !important;
    }
}

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

    /* top header responsive  */
    .header-fixed {
        position: relative;
    }

    .header-menu {
        height: auto !important;
        max-height: none !important;
        min-height: auto !important;
    }

    .scroll-containers-83 {
        padding-top: 96px !important;
    }

    /* .scroll-containers-148 {
        padding-top: 124px !important;
    } */

    .navbar-light .navbar-nav .nav-link {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 576px) {
    .services-border-top-mobile {
        border-top: 0.5px solid var(--outline-secondary-color) !important;
    }

    .services-border-bottom-mobile {
        border-bottom: 0.5px solid var(--outline-secondary-color) !important;
    }

    [dir='ltr'] .services-border-end {
        border-right: 0px solid var(--outline-secondary-color) !important;
    }
}

@media screen and (max-width: 600px) {
    .text-normal-20 {
        color: var(--black-font-color);
        font-size: 0.9rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .linecontainer>p {
        color: var(--black-2-font-color);
        text-align: center;
        font-size: 0.9rem !important;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .linecontainer>p>a {
        font-size: 0.9rem !important;
    }

    nav {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

@media screen and (max-width: 992px) {
    .searchContainer {
        display: block !important;
        position: relative !important;
    }

    .searchCenter {
        position: relative !important;
        width: 100% !important;
        right: 0px !important;
        bottom: 0px !important;
    }

    .card-min-max {
        min-height: 452px !important;
        max-height: 452px !important;
    }
}

/* swiper cards */
.handoveBottom {
    position: relative;
}

.tagImage {
    position: absolute;
    left: 8px;
    top: 24px;
    width: 25px;
}

.handover {
    background-color: white;
    position: absolute;
    top: 20px;
    right: 10px;
    background-color: white;
    padding: 0.2rem 1rem;
    font-size: 0.75rem;
    border-radius: 5px;
}

/* .select2-container--bootstrap-5 .select2-selection {
    height: 3.6rem;
    padding: 0.5rem 0 0rem 0.3rem !important;
    overflow-y: auto; */
/* } */

.homeevalution {
    display: flex;
    flex-wrap: wrap;
    height: 45px;
    text-align: left;
}

.DataAfterDivider {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nameofVilla>p {
    color: var(--black-font-color);
    /* font-family: Montserrat; */
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left
}

[dir='rtl'] .nameofVilla>p {
    color: var(--black-font-color);
    /* font-family: Montserrat; */
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: right
}

td {
    white-space: nowrap;
}

.obj-none {
    object-fit: none !important;
}

.locationdata {
    align-items: center;
    display: flex;
}

[dir='ltr'] .locationdata>p {
    color: var(--black-font-color);
    /* font-family: Montserrat; */
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
}

[dir='rtl'] .locationdata>p {
    color: var(--black-font-color);
    /* font-family: Montserrat; */
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: right;
}

.priceDataTitle {
    color: var(--gray-shade-4-color);
    text-align: right;
    font-size: 0.938rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.payingAmount {
    color: var(--black-font-color);
    text-align: right;
    /* font-family: Montserrat; */
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.handover>p {
    color: var(--black-font-color);
    text-align: right;
    /* font-family: Montserrat; */
    font-size: 0.938rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.caurosalContainer {
    margin-bottom: 1rem;
    width: 100%;
    height: 117px;
    border-radius: 8px;
    border: 0.5px solid var(--gray-shade-4-color);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    padding: 1rem;
}

.caurosalTitle {
    color: var(--black-font-color);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.swiper-button-disabled {
    opacity: 0.4 !important;
}

.img-min-width {
    min-width: 100%;
}

.card-min-max {
    min-height: 420px;
    max-height: 420px;
}

.anchor:hover {
    color: var(--black-font-color) !important;
}

.anchor-white:hover {
    color: white !important;
}

.mobileModal>div {
    max-width: 100%;
    margin: 0;

    overflow-y: auto;
}

.mobileModal>div>div {
    min-height: 100vh;
}

@media screen and (max-width: 1500px) {
    .h1font80 {
        font-size: 4.5rem !important;
    }
}

@media screen and (max-width: 1400px) {
    h1 {
        color: var(--black-font-color);
        font-size: 2rem;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }

    .h1font80 {
        font-size: 4rem !important;
    }
}

@media screen and (max-width: 1200px) {
    .h1font70 {
        font-size: 3rem;
    }

    .h1font80 {
        font-size: 3.5rem !important;
    }

    .nav-tabs .nav-link {
        font-size: 1rem;
    }

    .nav-tabs .nav-link.active {
        font-size: 1rem;
    }

    .scroll-containers-148 {
        padding-top: 155px !important;
    }
}

.viewmore {
    cursor: pointer;
}

@media screen and (max-width: 992px) {
    .h1font80 {
        font-size: 3rem !important;
    }

    .linecontainer>p {
        color: var(--black-2-font-color);
        text-align: center;
        font-style: normal;
        font-weight: 400;
        font-size: 1rem !important;
        line-height: normal;
    }

    .linecontainer>p>a {
        font-size: 1rem !important;
    }

    .text-normal-20 {
        color: var(--black-font-color);
        font-family: Montserrat;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

@media screen and (max-width: 768px) {
    .searchContainer {
        display: block !important;
        position: relative !important;
    }

    .arrowmobile {
        display: none;
    }

    .h1font80 {
        font-size: 2.5rem !important;
    }

    .searchCenter {
        position: relative !important;
        width: 100% !important;
        right: 0px !important;
        bottom: 0px !important;
    }

    .blog1 {
        margin: 0px 0px 10px 0px !important;

    }
}

h5 {}

@media screen and (max-width: 600px) {
    .text-normal-20 {
        color: var(--black-font-color);
        font-size: 0.9rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .linecontainer>p {
        color: var(--black-2-font-color);
        text-align: center;
        font-size: 0.9rem !important;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .linecontainer>p>a {
        font-size: 0.9rem !important;
    }

    .h1font80 {
        font-size: 2rem !important;
    }

    nav {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

.apartmentrent-card-tag {
    position: absolute;
    top: 15px;
    left: -6px;
    width: 50px;
}

.apartmentrent-card-tag-img {
    position: absolute;
    top: 20px;
    left: 7px;
    width: 25px;
    height: 25px;
    object-fit: scale-down;
    border-radius: 0.2rem;
}

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

    /* .container{
        width:80%;
    } */
    /* .container{
        padding:0px 6.5rem;
    } */
    :root {
        font-size: 14px;
    }

    .linecontainer {
        width: 100%;
    }
}

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

    /* .container{
        width:80%;
    } */
    /* .container{
        padding:0px 6.5rem;
    } */
    :root {
        font-size: 15px;
    }
}

.developer-container {
    background: var(--gray-shade-3-color);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding not change */
    padding-top: 36px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 36px;
    min-height: 214px;
    max-height: 214px;
}

.developer-container img {
    height: 70px;
    min-height: 70px;
    max-height: 70px;
}

.developer-container:hover {
    background: white !important;
    transition: 0.5s ease-in-out;
    box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.16);
    border: 1px solid var(--black-font-color);
}
.developer-container.current-developer-active {
    background: white !important;
    transition: 0.5s ease-in-out;
    box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.16);
    border: 1px solid var(--black-font-color);
}


.developer-container p {
    color: var(--black-font-color);
    text-align: center;
    font-size: 1.063rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.blogs-card-img {
    min-height: 243px;
    max-height: 243px;
    height: 243px;
}

.blogs-card-img>img {
    border-radius: 16px 16px 0px 0px;
    width: 100%;
    object-fit: cover;
    height: 100%
}

.pagination>.page-item.active .page-link {
    background-color: var(--black-background-color);
    padding: 8px 21px;
    border-radius: 6px;
    color: white;
    border-color: black;
}

.pagination>.page-item .page-link {
    margin-right: 0 !important;
    color: var(--gray-shade-4-color);
    border: none;
    background: transparent;
    margin-left: 5px;
}

.anchor-color {
    color: var(--primary-color) !important;
}

.inquery-left-card {
    border-radius: 16px;
}

.form-control:focus {
    border-color: var(--primary-bg-color) !important;
    box-shadow: 0 0 0 0.25rem var(--primary-bg-color)
}

.inqueryImageContainer {
    /* background-image: url("/assets/img/vector.png"); */
    background: linear-gradient(246deg,
            var(--primary-bg-color) 23.17%,
            var(--primary-bg-color) 49.17%,
            var(--primary-color) 83.68%);
    border-radius: 16px 0px 0px 16px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.inqueryImageContainer img {
    position: absolute;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    top: -120px;
    height: -webkit-fill-available;
}

.dropdown-toggle::after {
    content: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4703 0.499825H12.1525C12.1085 0.500376 12.0653 0.51117 12.0263 0.53135C11.9872 0.55153 11.9534 0.58054 11.9275 0.616075L6.93176 7.49957L1.93751 0.616075C1.91151 0.580294 1.87747 0.551129 1.83812 0.530935C1.79878 0.510741 1.75523 0.500084 1.71101 0.499825H0.392509C0.366259 0.499544 0.340453 0.506597 0.317995 0.520189C0.295537 0.53378 0.277319 0.553372 0.265392 0.576757C0.253466 0.600142 0.248304 0.626392 0.250489 0.652552C0.252674 0.678712 0.262118 0.703742 0.277759 0.724825L6.47651 9.26807C6.52851 9.33995 6.59683 9.39847 6.67583 9.43882C6.75484 9.47917 6.84229 9.50021 6.93101 9.50021C7.01972 9.50021 7.10718 9.47917 7.18618 9.43882C7.26519 9.39847 7.3335 9.33995 7.38551 9.26807L13.5828 0.724825C13.5986 0.70397 13.6082 0.679106 13.6107 0.653044C13.6131 0.626982 13.6082 0.600762 13.5965 0.577351C13.5848 0.55394 13.5667 0.534272 13.5444 0.520571C13.5221 0.506871 13.4964 0.499684 13.4703 0.499825Z' fill='white'/%3E%3C/svg%3E%0A");
    border-top: unset !important;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    margin-top: 0.3rem;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    font-size: 13px;
}

.scroll-containers-83 {
    overflow-x: hidden;
    padding-top: 108px;
    /* padding-top: 105px; */
}

.scroll-containers-148 {
    overflow-x: hidden;
    padding-top: 130px;
}

.header-fixed {
    position: fixed;
    top: 0px;
    z-index: 999;
    right: 0px;
    left: 0px;
}
.pagination{
    margin-top: 2rem;
}

.header-menu {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 0.4rem;
    height: 68px;
    min-height: 68px;
    max-height: 68px;
}

.dropdown-toggle-icon::after {
    content: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4703 0.499764H12.1525C12.1085 0.500315 12.0653 0.511109 12.0263 0.531289C11.9872 0.551469 11.9534 0.580479 11.9275 0.616014L6.93176 7.49951L1.93751 0.616014C1.91151 0.580233 1.87747 0.551068 1.83812 0.530874C1.79878 0.51068 1.75523 0.500023 1.71101 0.499764H0.392509C0.366259 0.499483 0.340453 0.506536 0.317995 0.520127C0.295537 0.533719 0.277319 0.553311 0.265392 0.576696C0.253466 0.600081 0.248304 0.626331 0.250489 0.652491C0.252674 0.678651 0.262118 0.703681 0.277759 0.724764L6.47651 9.26801C6.52851 9.33989 6.59683 9.3984 6.67583 9.43876C6.75484 9.47911 6.84229 9.50015 6.93101 9.50015C7.01972 9.50015 7.10718 9.47911 7.18618 9.43876C7.26519 9.3984 7.3335 9.33989 7.38551 9.26801L13.5828 0.724764C13.5986 0.703909 13.6082 0.679045 13.6107 0.652983C13.6131 0.626921 13.6082 0.600701 13.5965 0.57729C13.5848 0.553879 13.5667 0.534211 13.5444 0.52051C13.5221 0.50681 13.4964 0.499623 13.4703 0.499764Z' fill='%23000C14'/%3E%3C/svg%3E%0A");
    cursor: pointer !important;
}

.dropend .dropdown-toggle-icon::after {
    content: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4703 0.499764H12.1525C12.1085 0.500315 12.0653 0.511109 12.0263 0.531289C11.9872 0.551469 11.9534 0.580479 11.9275 0.616014L6.93176 7.49951L1.93751 0.616014C1.91151 0.580233 1.87747 0.551068 1.83812 0.530874C1.79878 0.51068 1.75523 0.500023 1.71101 0.499764H0.392509C0.366259 0.499483 0.340453 0.506536 0.317995 0.520127C0.295537 0.533719 0.277319 0.553311 0.265392 0.576696C0.253466 0.600081 0.248304 0.626331 0.250489 0.652491C0.252674 0.678651 0.262118 0.703681 0.277759 0.724764L6.47651 9.26801C6.52851 9.33989 6.59683 9.3984 6.67583 9.43876C6.75484 9.47911 6.84229 9.50015 6.93101 9.50015C7.01972 9.50015 7.10718 9.47911 7.18618 9.43876C7.26519 9.3984 7.3335 9.33989 7.38551 9.26801L13.5828 0.724764C13.5986 0.703909 13.6082 0.679045 13.6107 0.652983C13.6131 0.626921 13.6082 0.600701 13.5965 0.57729C13.5848 0.553879 13.5667 0.534211 13.5444 0.52051C13.5221 0.50681 13.4964 0.499623 13.4703 0.499764Z' fill='%23000C14'/%3E%3C/svg%3E%0A");
    border-top: none !important;
    border-left: none !important;
    border-bottom: none !important;
    cursor: pointer !important;
}

.mobile-dropdown:focus {
    background-color: transparent !important;
}

.mobile-dropdown:active {
    background-color: transparent !important;
}

.current-developer-active {
    border: 1px solid var(--primary-color);
}

.cursor-pointer {
    cursor: pointer !important;
}

.magnify-stage {
    border: none !important;
}

[dir='ltr'] .pagination-arrow-right {
    transform: rotate(180deg);
}

[dir='rtl'] .pagination-arrow-left {
    transform: rotate(180deg);
}


[dir='rtl'] .form-check .form-check-input {
    float: right;
}


.breadcrumbs-height {
    height: 45px;
    min-height: 45px;
    max-height: 45px;
}

@media screen and (max-width: 769px) {
    .breadcrumbs-height {
        height: auto;
        min-height: auto;
        max-height: unset;
    }

    .header-fixed {
        position: relative !important;
    }

    .scroll-containers-148 {
        padding-top: 0px !important;
    }

    .scroll-containers-83 {
        padding-top: 0px !important;
    }
}

span {
    color: var(--black-font-color);
}

ul>li {
    color: black;
}

.inquiry-text {
    font-weight: 400;
    font-size: 1rem;
}


[dir='rtl'] .form-select {
    background-position-x: left 10px;
}

.submenu {
    background-color: var(--background-color) !important;
}