 * {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;

 }

 a {
     text-decoration: none;
     transition: all .4s ease-in-out;
     color: inherit;
 }

 a,
 button,
 input[type="button"] {
     cursor: pointer;
     transition: all .5s ease-in-out;
 }

 a:focus,
 a:hover {
     text-decoration: none;
     color: inherit;
 }

 button {
     background: transparent;
     border: none;
 }

 button:focus {
     outline: none
 }

 .list-inline-item:not(:last-child),
 ul {
     margin-right: 0;
 }

 ul {
     padding-left: 0;
     padding-right: 0;
     transition: all .4s ease-in-out;
     margin: 0;
 }

 ul li {
     list-style-type: none
 }

 :focus {
     outline: none;
 }

 .text-center {
     text-align: center;
 }

 .text-right {
     text-align: right
 }

 .text-left {
     text-align: left
 }

 /*
 .row {
     margin-left: 0;
     margin-right: 0;
 }
*/
 .padd-0 {
     padding-left: 0;
     padding-right: 0
 }

 .padd-5 {
     padding-left: 5px;
     padding-right: 5px
 }

 .sec-marg {
     margin-top: 40px;
     margin-bottom: 40px
 }

 .sec-padd {
     padding-top: 50px;
     padding-bottom: 50px;
 }

 .pl-10 {
     padding-left: 10px;
 }

 .pr-10 {
     padding-right: 10px;
 }

 .pt-10 {
     padding-top: 10px;
 }

 .pb-10 {
     padding-bottom: 10px;
 }

 .pl-20 {
     padding-left: 20px;
 }

 .pr-20 {
     padding-right: 20px;
 }

 .pt-20 {
     padding-top: 20px;
 }

 .pb-20 {
     padding-bottom: 20px;
 }

 .ml-10 {
     margin-left: 10px;
 }

 .mr-10 {
     margin-right: 10px;
 }

 .mt-10 {
     margin-top: 10px;
 }

 .mb-10 {
     margin-bottom: 10px;
 }

 .ml-20 {
     margin-left: 20px;
 }

 .mr-20 {
     margin-right: 20px;
 }

 .mt-20 {
     margin-top: 20px;
 }

 .mb-20 {
     margin-bottom: 20px;
 }

 .m-20 {
     margin: 20px;
 }

 .p-15 {
     padding: 15px;
 }

 .r-0 {
     border-radius: 0 !important;
 }

 .p-0 {
     padding: 0 !important;
 }

 .f-b {
     font-weight: 600;
 }


 .mx-1 {
     margin-left: .25rem !important;
 }

 :focus {
     box-shadow: none !important;
     border-color: inherit;
 }

 .d-none {
     display: none
 }

 .d-block {
     display: block
 }

 .dropdown-toggle::after {
     display: none
 }

 .dropdown {
     display: inline-block;
 }

 .dropdown-menu {
     float: none;
     text-align: start;
 }

 select.form-control:not([size]):not([multiple]) {
     height: auto;
 }

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

 p {
     margin: 0;
 }

 .flex-grow-1 {
     flex-grow: 1
 }

 input[type=checkbox]:not(.form-check-input),
 input[type=radio] {
     position: relative;
     width: 20px;
     height: 20px;
     vertical-align: middle;
     border: none !important;
     outline: none !important;
 }

 input[type=checkbox]:not(.form-check-input):before {
     top: 0;
     left: 0;
     width: 20px;
     height: 20px;
     content: "";
     position: absolute;
     background: var(--main);
     border-radius: 3px;
 }

 input[type=checkbox]:not(.form-check-input)::after {
     background: transparent;
     border: 2px solid #FFFFFF;
     top: 0px;
     left: 7px;
     width: 6px;
     height: 15px;
     content: "";
     position: absolute;
     border-top-color: transparent;
     border-left-color: transparent;
     transform: rotate(0deg) scale(0);
     transition: all 0.2s linear 0s;
 }

 input[type=checkbox]:not(.form-check-input):checked::after {
     transform: rotate(45deg) scale(1);
 }

 input[type=radio]:before {
     top: 0;
     left: 0;
     width: 20px;
     height: 20px;
     border: 2px solid var(--main);
     content: "";
     position: absolute;
     background: #fff;
     border-radius: 50%;
 }

 input[type=radio]:after {
     top: 50%;
     left: 50%;
     width: 12px;
     height: 12px;
     content: "";
     position: absolute;
     transform: translate(-50%, -50%) scale(0);
     background: var(--main);
     border-radius: 50%;
     transition: all 0.2s linear 0s;
 }

 input[type=radio]:checked::after {
     transform: translate(-50%, -50%) scale(1);
 }

 .form-check-input {
     height: 22px;
     width: 45px !important;
 }

 .form-check-input:checked {
     border-color: var(--main);
     background-color: var(--main);
 }

 :root {
     --main: #583D82;
     --white: #ffffff;
     --gray: #7C7B7B;
     --blue: #1F2A37;
 }

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

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

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

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


 .font-11 {
     font-size: 11px;
 }

 .font-18 {
     font-size: 18px;
 }

 .font-20 {
     font-size: 20px;
 }

 .under-line {
     text-decoration: underline !important;
 }

 .overflow-auto {
     overflow: auto;
 }

 .btn-main {
     display: block;
     background: var(--main);
     color: var(--white) !important;
     width: auto;
     max-width: 100%;
     padding: 0;
     border-radius: 6px;
     text-align: center;
     text-shadow: 0 0;
     height: 51px;
     line-height: 51px;
     padding: 0 13px;
     border: 1px solid var(--main);

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

 .btn-main[disabled] {
     opacity: 0.7;
     pointer-events: none;
 }

 .btn-main-w {
     background: #fff;
     color: var(--main) !important;
     border: 1px solid var(--main)
 }

 .btn-main-R {
     background: crimson;
     border: 1px solid crimson
 }

 .btn-main-Rw {
     background: #fff;
     color: crimson !important;
     border: 1px solid crimson
 }

 .btn-main-G {
     background: #00AD03;
     border: 1px solid #00AD03
 }


 textarea {
     resize: none;
 }

 @font-face {
     font-family: "myFont";
     src: url(../fonts/JF-Flat-regular.ttf);

 }

 .rounded {
     border-radius: 12px !important;
 }

 .po_R {
     position: relative;
 }

 .overflow-hidden {
     overflow: hidden;
 }

 body {
     direction: rtl;
     text-align: right;
     font-family: "myFont";
     word-spacing: 1px;
     background: #fbfbfb;
     color: #1C1C1C;
     font-size: 15px;
     text-shadow: 0 0;
     overflow-x: hidden
 }

 header {
     width: calc(100% - 6%);
     background: #FFFFFF;
     position: fixed;
     top: 20px;
     z-index: 999;
     right: 3%;
     /* transform: translateX(50%); */
     display: flex;
     justify-content: space-between;
     align-items: center;
     gap: 10px;
     font-size: 14px;
     padding: 18px 20px;
     border-radius: 20px;
     box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1), 0 0 40px 0 rgba(0, 0, 0, 0.1);
     /* box-shadow: 0px -50px 5px 5px rgba(251, 251, 251, 0.8); */
 }

 .the_logo img {
     max-width: 80px;
     max-height: 66px;
 }

 .nav_bar {
     display: flex;
     flex-grow: 1;
     gap: 8px;
     justify-content: space-evenly;

 }

 .nav_bar a {
     padding: 3px 6px;
     border-width: 4px 0 4px 0;
     border-style: solid;
     border-color: transparent;
     display: block;
     border-radius: 50px;
     text-align: center;
 }


 .nav_bar li.active a {
     border-color: transparent transparent var(--main) transparent;
 }


 .topLink_ {
     display: flex;
     gap: 15px;
     align-items: center;
 }


 .dropdown-toggle {
     display: flex;
     align-items: center;
     gap: 6px;
     border: 1px solid var(--main);
     border-radius: 9px;
     padding: 6px 10px;
     width: 162px;
     flex-shrink: 0;
 }

 .dropdown-toggle .img_ {
     width: 36px;
     height: 36px;
     border-radius: 50%;
     object-fit: cover;
 }

 .dropdown-toggle>span {
     overflow: hidden;
     text-overflow: ellipsis;
     flex-grow: 1;
 }

 .dropdown-menu {
     border-radius: 9px;
     border: 1px solid #EEE;
     box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1), 0 0 15px 0 rgba(0, 0, 0, 0.1);
     padding: 0 10px;
 }

 .dropdown-menu .item {
     margin: 10px 0;
     display: flex;
     align-items: center;
     gap: 5px;
     border-radius: 8px;
     border: 1px solid #EEE;
     padding: 13px 10px;
     white-space: nowrap;
     min-width: 200px;
     font-size: 14px;
 }

 .dropdown-menu button.item {
     justify-content: center;
     background-color: crimson;
     color: #FFFFFF;
     border: none;
 }

 .notific_ {
     width: 50px;
     height: 50px;
     border-radius: 50%;
     display: flex;
     justify-content: center;
     align-items: center;
     background: #6750A41A;
     position: relative;
 }

 .notific_.active::after {
     content: "";
     position: absolute;
     width: 15px;
     height: 15px;
     border-radius: 50%;
     background: crimson;
     top: 0px;
     right: 0px;
     border: 2px solid #FFFFFF;
 }


 .close-open-nav {
     width: 25px;
     height: 25px;
     position: relative;
     display: none;
 }

 .close-open-nav>div {
     display: flex;
     flex-direction: column;
     justify-content: space-around;
     width: 100%;
     height: 100%;
     cursor: pointer;
 }

 .close-open-nav>div span {
     width: 100%;
     height: 2px;
     background: var(--main);
     border-radius: 20px;
     display: block;
     transition: all 0.3s linear 0s;
 }

 .close-open-nav.active span:first-of-type {
     transform: translateY(7px) rotate(45deg);
 }

 .close-open-nav.active span:nth-child(2) {
     opacity: 0;
 }

 .close-open-nav.active span:last-of-type {
     transform: translateY(-9px) rotate(-45deg);
 }




 .panerIndex_ {
     width: 100%;
     height: 100vh;
     min-height: 600px;
     display: flex;
     align-items: flex-end;
     position: relative;
     z-index: 2;
     padding: 35px 0;
 }

 .panerPage_ {
     min-height: auto;
     height: 450px;
     align-items: center;
     padding-top: calc(122px + 35px);
     text-align: center;
 }

 .panerPage_.small_ {
     height: 300px;
 }


 .panerIndex_>.paner_ {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
     z-index: -2;
 }

 .layer_::after {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.7);
     z-index: -1;
 }


 .panerIndex_ .info_ {
     display: flex;
     flex-direction: column;
     gap: 18px;
 }


 .boxFilter_ {
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     justify-content: flex-start;
 }

 .boxFilter_ .radio_ {
     display: flex;
     align-items: center;
     background-color: rgba(255, 253, 250, 0.70);
     overflow: hidden;
     border-radius: 5px 5px 0 0;
     margin-inline-start: 30px;
 }

 .boxFilter_ .radio_>.btn_ {
     position: relative;
 }

 .boxFilter_ .radio_>.btn_>span {
     display: block;
     padding: 14px 35px;
     transition: all 0.3s linear 0s;
 }


 .boxFilter_ .radio_>.btn_ input[type="radio"] {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     opacity: 0;
     cursor: pointer;
     z-index: 2;
 }

 .boxFilter_ .radio_>.btn_ input[type="radio"]:checked+span {
     background-color: #FFFFFF;
 }

 .boxFilter_ .inputs_ {
     display: flex;
     align-items: flex-end;
     background-color: rgb(102 100 100 / 80%);
     overflow: hidden;
     border-radius: 5px;
     padding: 25px;
     width: 100%;
     gap: 10px;
     overflow: auto;
 }

 .boxFilter_ .inputs_ .form-group {
     margin: 0;
     flex: 1;
     flex-shrink: 0;
     min-width: 140px;
 }


 .aniBtn_ {
     display: flex;
     align-items: center;
     gap: 15px;
     transition: all 0.3s linear 0s;
 }

 .aniBtn_:hover {
     flex-direction: row-reverse;
 }

 .aniBtn_ .icon_ {
     width: 51px;
     height: 51px;
     border-radius: 50%;
 }

 .title_SEC {
     display: inline-flex;
     padding: 10px 15px;
     align-items: center;
     gap: 8px;
     font-size: 20px;
     border-radius: 50px;
     border-width: 0 0 4px 0;
     border-style: solid;
     border-color: var(--main);
 }

 .box_propertie {
     border: 1px solid #EEE;
     padding: 15px;
     border-radius: 12px;
     background-color: #FFFFFF;
     overflow: hidden;
     margin: 12px 0;

 }


 .box_propertie .img_ {
     position: relative;
     border-radius: 12px;
     overflow: hidden;
     width: 100%;
     height: 300px;
     margin-bottom: 13px;
 }

 .box_propertie .img_>img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center;
 }

 .icon_Po {
     position: absolute;
     z-index: 2;
     top: 10px;
     right: 10px;
     display: flex;
     gap: 10px;
     flex-direction: row-reverse;

 }

 .icon_Po .icona_ {
     background: rgba(251, 251, 251, 0.70);
     width: 50px;
     height: 50px;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: 50%;
     position: relative;
     padding: 0;
 }

.icon_Po .icona_.btn_favorite svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s linear 0s;
}

/* Hide first child (red filled) when not active, show last child (purple outline) when not active */
.icon_Po .icona_.btn_favorite svg:first-child {
    transform: translate(-50%, -50%) scale(0);
}

/* Show first child (red filled) when active (favorite) */
.icon_Po .icona_.btn_favorite.active svg:first-child {
    transform: translate(-50%, -50%) scale(1);
}

/* Hide last child (purple outline) when active (favorite) */
.icon_Po .icona_.btn_favorite.active svg:last-child {
    transform: translate(-50%, -50%) scale(0);
}



 .box_Service {
     border: 1px solid #EEE;
     padding: 15px;
     border-radius: 12px;
     background-color: #FFFFFF;
     overflow: hidden;
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     gap: 10px;
     margin: 13px 0;
     height: calc(100% - 26px);
     transition: all 0.3s linear 0s;
 }

 .box_Service .img_ {
     width: 100%;
     height: 200px;
     border-radius: 12px;
     overflow: hidden;
     object-fit: cover;
     object-position: center;
 }

 .Listo_ li {
     position: relative;
     padding-inline-start: 15px;
     color: var(--blue);
 }

 .Listo_ li::before {
     content: '';
     position: absolute;
     top: 8px;
     right: 0;
     width: 6px;
     height: 6px;
     border-radius: 50%;
     background-color: var(--main);
     line-height: 0;
 }

 .box_Service.hover_:hover {
     background-color: var(--main);
     color: #FFFFFF;
 }

 .box_Service.hover_:hover p {
     color: #FFFFFF !important;
 }

.box_Service.hover_:hover img:not(.service-logo) {
    filter: brightness(0) invert(1);
}

 .box_Service.hover_:hover .btn-main {
     background-color: #FFFFFF;
     color: var(--main) !important;
 }

 .box_Service .img_user {
     width: 48px !important;
     height: 48px !important;
     border-radius: 50%;
     object-fit: cover;
     object-position: center;
     flex-shrink: 0;
     border: 2px solid var(--main);
 }


 .imgAbout_ {
     width: 100%;
     height: 240px;
     border-radius: 15px;
     overflow: hidden;
     filter: brightness(0.9);

 }

 .imgAbout_>img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center;
 }


 .owl-partners .owl-nav {
     position: absolute;
     top: -12px;
     left: 0;
     display: flex;
     flex-direction: row-reverse;
     gap: 8px;
     transform: translateY(-100%);
     z-index: 3;
 }

 .owl-partners .owl-nav>div {
     width: 45px;
     height: 45px;
     border: 1px solid #EEE;
     background-color: #FFFFFF;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: 50%;
     transition: all 0.3s linear 0s;
 }

 .owl-partners .owl-nav>div:hover {
     background-color: var(--main);
     border-color: var(--main);
 }

 .owl-partners .owl-nav>div:hover svg path {
     fill: #FFFFFF !important;
 }


 .item-notification_ .icon_ {
     width: 50px;
     height: 50px;
     border-radius: 50%;
     background-color: #6750A41A;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-shrink: 0;
 }

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


 .accordionFaqs .accordion-item {
     background-color: #F1EAFA;
     border-radius: 12px;
 }


 .accordionFaqs .accordionButton {
     font-weight: 600;
     padding: 22px 20px;
     display: flex;
     align-items: center;
     gap: 8px;
     justify-content: space-between;
     width: 100%;
 }

 .accordionFaqs .accordion-body {
     padding: 0 20px 22px 20px;
     color: var(--blue);
 }


 .accordionFaqs .accordionButton .icon_ {
     width: 24px;
     height: 4px;
     border-radius: 50px;
     background-color: #1C1C1C;
     position: relative;
 }

 .accordionFaqs .accordionButton .icon_::after {
     content: "";
     display: block;
     width: 100%;
     height: 100%;
     border-radius: 50px;
     background-color: #1C1C1C;
     transform: rotate(90deg);
     transition: all 0.3s linear 0s;
 }


 .accordionFaqs .accordionButton:not(.collapsed) .icon_::after {
     transform: rotate(0deg);
 }


 .Title__ .world_::after {
     content: "";
     display: block;
     width: 100%;
     height: 50%;
     background-color: #9989B2;
     position: absolute;
     left: 0;
     bottom: 0;
     z-index: -1;
 }


 .OneImgProduct_ {
     width: 100%;
     height: 500px;
     border-radius: 12px;
     overflow: hidden;
     position: relative;
 }

 .OneImgProduct_>img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center;
 }

 .OneImgProduct_>.btn-main {
     position: absolute;
     bottom: 1rem;
     right: 10px;
     z-index: 2;
     display: flex;
     align-items: center;
     gap: 6px;
 }


 .SameImgProduct_ {
     display: grid;
     gap: 1rem;
     grid-template-columns: repeat(auto-fill, minmax(var(--bg), 1fr));
     flex-grow: 1;
 }

 .SameImgProduct_ .item_ {
     overflow: hidden;
     width: 100%;
     height: 208px;
     border-radius: 10px;
     position: relative;
     z-index: 2;
     display: flex;
     justify-content: center;
     align-items: end;
     padding: 10px;
     border: 1px solid #EEE;
 }

 .SameImgProduct_ .item_>img {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center;
     z-index: -1;
     filter: brightness(0.7);
     border-radius: 10px;
 }

 .SameImgProduct_.two_ .item_>img {
     position: static;
 }


 .BtnshowAllImg_ {
     background-color: #1C1C1CF5;
     padding: 10px 20px;
     color: #FFFFFF;
     display: flex;
     align-items: center;
     gap: 9px;
     font-weight: bold;
     border-radius: 8px;
 }

 .type_properties>div {
     padding: 12px 18px;
     border-radius: 5px;
 }

 .type_properties .type_1 {
     background-color: rgba(12, 157, 97, 0.15);
     color: #0C9D61;
 }

 .type_properties .type_2 {
     background-color: var(--main);
     color: #FFFFFF;
 }

 .itemPropertieDetails {
     display: flex;
     align-items: center;
     gap: 10px;
     font-weight: bold;
     margin: 12px 0;
 }

 .itemPropertieDetails aside {
     color: rgba(28, 28, 28, 0.60);
     display: flex;
     align-items: center;
     gap: 5px;
     padding-inline-end: 10px;
     border-inline-end: 3px solid #C4C4C4;
 }

 .the-map {
     width: 100%;
     height: 500px;
     overflow: hidden;
     border-radius: 12px;
 }

 .nav-pills {
     display: flex;
     align-items: center;
     gap: 10px;
     overflow: auto;
     padding-bottom: 5px;
     flex-wrap: nowrap;
 }

 .nav-pills>button {
     flex-basis: 190px;
     padding: 10px 5px;
     white-space: nowrap;
     flex-shrink: 0;
     border: 1px solid var(--main) !important;
     color: inherit !important;
 }

 .nav-pills>button.nav-link.active {
     background-color: var(--main);
     color: #ffffff !important;
 }

 .nav-pills>button.deletAccount {
     background-color: #EC2D30;
     border-color: #EC2D30 !important;
     color: #FFFFFF !important;
 }

 .input_icon>input {
     padding-inline-start: 40px;
 }

 .input_icon .icon_ {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     right: 11px;
 }

 .pac-container {
     z-index: 9999 !important;
 }

 .form-control.searchLocation_ {
     position: absolute;
     z-index: 99;
     top: 10px;
     right: 10px;
     width: calc(100% - 207px);
 }

 .btnCurrentLocation {
     position: absolute;
     bottom: 15px;
     right: 50%;
     transform: translateX(50%);
     z-index: 99;
     background: #000;
     color: #FFFFFF;
     display: flex;
     align-items: center;
     gap: 10px;
     padding: 12px 25px;
     border-radius: 50px;
     font-weight: bold;
 }

 .modal-dialog.modal-sm {
     max-width: 450px;
 }

 .modal .close {
     width: 30px;
     height: 30px;
     display: flex;
     justify-content: center;
     align-items: center;
     opacity: 1;
     border-radius: 50%;
     font-size: 32px;
     color: crimson !important;
     text-shadow: none;
     border: 2px solid crimson !important;
     position: absolute;
     top: 1rem;
     left: 1rem;
 }

 .modal-content {
     border: none;
     border-radius: 12px;
 }

 /*--------------------------------*/

 .outer_logins_page {
     padding: 25px 20px;
     background-color: #FFFFFF;
 }

 .paner_login {
     width: 100%;
     height: 100%;
     min-height: 500px;
     border-radius: 20px;
     overflow: hidden;
     position: relative;
 }

 .paner_login::after {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #d3d3d3;
     opacity: 0.3;
     z-index: 2;
 }

 .paner_login img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center;
     position: absolute;
     left: 0;
     top: 0;
     z-index: 1;
 }

 .inear_logins_page {
     border-radius: 8px;
     background: #FFF;
     box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
     padding: 30px;
     overflow: hidden;
 }

 .outer_logins_page .form-content {
     padding: 30px 0;
 }

 .form-group {
     margin-bottom: 15px;
 }

 .form-content .form-group>label:first-child {
     display: inline-block;
     margin-bottom: 6px;
     font-size: 14px;
 }

 .form-control {
     padding: 15px 10px;
     border-radius: 6px;
     background: #FFFFFF;
     font-size: 13px;
     border-color: #EEE;
     text-align: right;
 }

 .form-control:focus {
     border-color: var(--main) !important
 }

 textarea.form-control {
     height: 140px
 }

 .icon_fa {
     position: absolute;
     font-size: 18px;
     left: 10px;
     color: #707070;
     top: 50%;
     transform: translateY(-50%)
 }

 .show_pass:after {
     content: "\f06e";
     font-family: "Font Awesome 5 Free";
     cursor: pointer;
 }

 .show_pass.active:after {
     content: "\f070";
     font-family: "Font Awesome 5 Free";
     cursor: pointer;
 }

 .chose_lphone {
     position: absolute;
     top: 50%;
     left: 1px;
     height: calc(100% - 21px);
     transform: translateY(-50%);
     padding: 0 10px;
     border-radius: 0;
     line-height: 31px;
     border: none;
     border-inline-start: 1px solid #EEE;
     z-index: 5;
     background: transparent;
     display: flex;
     align-items: center;
     gap: 5px;
 }

 .chose_lphone:after {
     display: none;
 }

 label.error {
     font-size: 13px;
     font-weight: bold;
     margin: 0;
     color: crimson;
 }


 .pinlogin {
     display: flex;
     justify-content: center;
     gap: 15px;
 }

 .pinlogin .pinlogin-field {
     margin: 0 !important;
     height: 60px;
     flex-grow: 1;
     border-radius: 6px;
     border-color: var(--main);
     font-size: 26px;
     font-family: fantasy;
     padding: 10px;
 }

 .inputUploadImg {
     position: relative;
     overflow: hidden;
     display: flex;
     align-items: center;
     padding: 13px 5px;
     border: 1px dashed #EEE;
     border-radius: 6px;
     background: #FFFFFF;
     justify-content: center;
     gap: 6px;
 }

 .inputUploadImg.two_ {
     width: 85px;
     height: 85px;
     background-color: #EEE;
 }

 .inputUploadImg.two_+.uploadedImg {
     margin: 0 !important;
 }


 .inputUploadImg>input {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     font-size: 0;
     cursor: pointer;
     transform: scale(1.1);
     z-index: 2;
 }

 .uploadedImg {
     width: 85px;
     height: 85px;
     overflow: hidden;
     border-radius: 6px;
     border: 1px solid #EEE;
     position: relative;
     margin-top: 5px;
 }

 .uploadedImg>img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center;
 }

 .uploadedImg>.close {
     position: absolute;
     width: 27px;
     height: 27px;
     border-radius: 50%;
     background: var(--main);
     display: flex;
     color: #FFFFFF !important;
     font-size: 12px;
     justify-content: center;
     align-items: center;
     z-index: 3;
     top: 3px;
     left: 3px;
     border: 2px solid #FFF !important;
     cursor: pointer;
 }

 /*--------------------------------*/

 .select2-container {
     width: 100% !important;
 }

 .select2-container--default .select2-selection--single .select2-selection__rendered {
     line-height: 51px;
     padding: 0px 13px;
     font-size: 13px;
     color: #495057;
 }

 .select2-container .select2-selection--single {
     height: 51px;
     border-radius: 5px;
     border-color: #EEE;
     background: #FFFFFF;
 }

 .select2-container--default .select2-selection--single .select2-selection__arrow {
     top: 50%;
     transform: translateY(-50%);
     left: 0px;
 }


 .select2-container--default .select2-results__option--highlighted[aria-selected] {
     background-color: var(--main);
 }

 .select2-dropdown {
     border: 1px solid #EEE;
 }


 /*mult*/
.select2-container .select2-selection--multiple {
   min-height: 52px;
   display: flex;
   align-items: center;
   border-radius: 6px;
   font-size: 13px
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
   
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 10px;
    display: flex;
    width: 100%;
    overflow: auto

}

.select2-container--default .select2-selection--multiple .select2-selection__clear{
    margin-right: 0;
    margin-inline-end: 5px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 55px;
    flex-shrink: 0;
    margin: 0;
    margin-inline-end: 3px;
    line-height: 2;
}
/*--------------------------------*/
footer {
    padding-top: 50px;
    background-color: #FFFDFA;
}

 .the_logoF img {
     max-width: 125px;
     max-height: 120px;
 }

 .title_F {
     margin: 12px 0;
     color: var(--main);
     font-weight: bold;
 }

 .info_footer p {
     display: -webkit-box;
     -webkit-line-clamp: 4;
     -webkit-box-orient: vertical;
     overflow: hidden;
     margin: 20px 0
 }

 .links_footer li {
     margin: 13px 0
 }

 .links_footer li svg {
     flex-shrink: 0;
 }

 .social_media {
     display: flex;
     gap: 8px;
     align-items: center;
 }

 .social_media img {
     width: 38px;
     height: 38px;
     border-radius: 50%;
 }


 .undr_footer {
     padding: 16px 5px;
     margin-top: 40px;
     text-align: center;
     color: var(--main);
     border-top: 2px solid #EEE;
 }



 /*Extra small devices (portrait phones, less than 576px)*/
 @media (max-width: 575.98px) {

     header {
         padding: 18px 10px;
     }

     .dropdown-toggle {
         width: 145px;
     }

     .w-75 , .w-25 , .w-50 {
         width: 100% !important;
     }

     .title_SEC{
        font-size: 15px;
        font-weight: bold;
        gap: 5px;
     }

 }

 /*Small devices (landscape phones, less than 768px)*/
 @media (max-width: 767.98px) {

     .sec-marg {
         margin-top: 20px;
         margin-bottom: 20px;
     }


 }

 /*Medium devices (tablets, less than 992px)*/

 @media (max-width: 991.98px) {

    .paner_login {
        margin-bottom: 30px;
        height: 260px;
        min-height: auto;
        border-radius: 0;
    }

      .paner_login img {
        object-position: center;
    }

    .inear_logins_page{
        padding: 0 0 15px 0;
        box-shadow: none;
        border: 1px solid #EEE;
    }

    .outer_logins_page .form-content , .modal .form-content {
        padding: 0 15px 0px 15px;
    }

 }

 /*Large devices (desktops, less than 1200px)*/
 @media (max-width: 1199.98px) {

     header {
         width: 100%;
         right: 0;
         top: 0;
         border-radius: 0;
     }

     .nav_bar {
         position: fixed;
         top: 0;
         right: 0;
         background-color: #b9b9b9;
         height: 100%;
         padding: 15px;
         flex-direction: column;
         width: 280px;
         align-items: flex-start;
         justify-content: flex-start;
         gap: 18px;
         overflow: auto;
         z-index: 9999;
         transform: translateX(100%);
         transition: all 0.5s ease-in-out;
     }

     .nav_bar.active{
         transform: translateX(0);
     }

     .nav_bar a {
         padding: 0;
         border-radius: 0;
         border: none;
     }

     .nav_bar li.active a {
         color: var(--main);
         font-weight: bold;
     }

     .topLink_ {
         gap: 7px;
     }

     .close-open-nav {
         display: block;
     }

     .panerIndex_ {
         align-items: center;
         padding-top: 137px;
     }

 }




 /*----------------------------------------------*/

 .icon_whatsapp {
     position: fixed;
     z-index: 9;
     bottom: 40px;
     right: 30px;
     background: #25D366;
     color: #FFF !important;
     display: flex;
     justify-content: center;
     align-items: center;
     width: 55px;
     height: 55px;
     font-size: 30px;
     border-radius: 50%;
 }

 @keyframes swap {

     100% {
         transform: scale(1.8);
         opacity: 0
     }

 }

 .icon_whatsapp:after,
 .icon_whatsapp:before {
     content: "";
     position: absolute;
     display: block;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     border-radius: 50%;
     border: 1px solid #25D366;
     animation: swap 1s linear 0s infinite;
 }

 .icon_whatsapp:before {
     animation: swap 2s linear 0s infinite;
 }

 .back-to-top {
     position: fixed;
     width: 40px;
     height: 40px;
     border-radius: 50px;
     left: 20px;
     bottom: 50px;
     background: var(--main);
     color: #fff !important;
     text-align: center;
     line-height: 40px;
     transition: all 0.5s ease-in-out 0s;
     z-index: 99999;
     transform: scale(0);
     border: 1px solid var(--white);
 }

 .back-to-top.active {
     transform: scale(1);
 }


 /*----------------------------------------------*/

 /*============================ start loader================================== */

 .loader {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 9999999999;
     background: #FFFFFF;
     overflow: hidden;
     display: -webkit-flex;
     display: -moz-flex;
     display: -ms-flex;
     display: -o-flex;
     display: flex;
     -ms-align-items: center;
     align-items: center;
     justify-content: center;
 }

 .loader img {
     position: relative;
     width: 200px;
 }

 /*============================ end loader================================== */
 ::-webkit-scrollbar,
 body::-webkit-scrollbar,
 .scroll::-webkit-scrollbar {
     width: 6px;
     height: 6px;
 }

 ::-webkit-scrollbar-track,
 body::-webkit-scrollbar-track,
 .scroll::-webkit-scrollbar-track {
     box-shadow: inset 0 0 6px #FFFFFF;
     background: #FFFFFF
 }

 ::-webkit-scrollbar-thumb,
 body::-webkit-scrollbar-thumb,
 .scroll::-webkit-scrollbar-thumb {
     background: rgba(0, 0, 0, 0.3);
     border-radius: 20px;
 }

 ::-webkit-scrollbar-thumb:hover,
 body::-webkit-scrollbar-thumb:hover,
 .scroll::-webkit-scrollbar-thumb:hover {
     background: rgba(0, 0, 0, 0.5);
 }



.form-control.is-invalid, .was-validated .form-control:invalid, .form-control.is-valid, .was-validated .form-control:valid {
    background: none !important
}