
@font-face {
  font-family: 'Bohemia Std Regular';
  src: url('../fonts/Bohemia-LT-W01.ttf') format('woff2');
  
}

@font-face {
  font-family: 'Corporate S Light';
  src: url('../fonts/CorporateS-Light.ttf') format('woff2');
}

@font-face {
  font-family: 'Corporate S Regular';
  src: url('../fonts/CorporateS-Regular.otf') format('woff2');
}

@font-face {
  font-family: 'Corporate S Light Regular';
  src: url('../fonts/Corporate-S-Light-Regular.otf') format('woff2');
}

@font-face {
  font-family: 'CenturyGothicPaneuropeanBold';
  src: url('../fonts/CenturyGothicPaneuropeanBold.ttf') format('woff2');
}

@font-face {
  font-family: 'CenturyGothicPaneuropeanRegular';
  src: url('../fonts/CenturyGothicPaneuropeanRegular.ttf') format('woff2');
}


@font-face {
  font-family: 'Gothic';
  src: url('../fonts/GothicA1-Regular.ttf') format('woff2');
}

@font-face {
  font-family: 'GothicCentury';
  src: url('../fonts/Century Gothic.ttf') format('woff2');
}

:root {
  --primary-color: #010028;
  --secondary-color: #3D3D3D;
  --border-color: #1D1E20; 
  --subtext-color: #5D5E60; 
  --neutral-color: #999A9C; 
  --neutral-100-color: #F2F4F6;
  --neutral-200-color: #EAECEE;
  --neutral-300-color: #DBDDDF;
  --neutral-400-color: #B8B9BC;
  --dark-gray-color: #B1ADAE;
  --dark-gray-300-color: #B1ADAE;
  --dark-gray-600-color: #5C5C5C;
   /*asher colors variables*/ 
  --k-primary-light-blue: #1BA1FA;
  --k-primary-light-blue-100: #0091F9;
  --k-secondary-dark-blue-100: #062B58;
  --k-secondary-dark-blue-80: #0D3465;
  --k-secondary-dark-blue-10: #E4E7ED;
  --k-dark-gray-100: #EBEBEB;
  --k-dark-gray-300-placeholder: #B8B8B8;
  --k-dark-gray-600: #5C5C5C;
  --k-dark-gray-700: #3D3D3D;
  --k-dark-gray-800: #1D1D1D;
  --k-dark-gray-900 : #0E0E0E;
  --k-neutral-400: #B8B9BC;
  --k-neutral-900-text: #1D1E20;
  /*asher font variables*/
  --primary-font-type: Arial;

}



#kt_header{
    height: unset !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

#kt_header .menu-state-bg .menu-item .menu-link.active{
    background-color: unset !important;  
}
#kt_header_menu_mobile_toggle{
    justify-content: end !important;
    margin-left: 5px;
}


#kt_header_menu_mobile_toggle:hover, #kt_header_menu_mobile_toggle:after{
    background-color: transparent !important;
}
#kt_header .menu-item .menu-link i{
    color: #434343;
}

#kt_header_menu_mobile_toggle .svg-icon svg [fill]:not(.permanent):not(g){
    fill: #434343;
}

#kt_header .menu-state-bg .menu-item .menu-link.active a span{
    border-bottom: 1px #000000 solid;
    border-radius: unset !important;
}

#kt_header_menu_mobile_toggle .svg-icon.svg-icon-1 i{
    height: 50px !important;
    width: 50px !important;
    font-size: 50px;
}
#kt_header .menu-state-bg .menu-item .menu-link:hover a span{ 
    border-bottom: 1px #000000 solid;
     border-radius: unset !important;
}

body{
    background-color: white !important;
    font-family: var(--primary-font-type) !important;
    font-size: 13px !important;
    font-weight: 400;
    color: var(--primary-color);
}

.aside{
    box-shadow:none;
}

.bg-aside{
    background-color:#fff;
}

.menu-active-bg .menu-item .menu-link.active {
    transition: none;
    background-color: #fff;
    font-weight:700;
}

#kt_header_nav .menu-title-gray-700 .menu-item .menu-link .menu-title{
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    align-items: center;
    letter-spacing: -0.5px;
}

#deskotp-footer .menu-title-gray-700 .menu-item .menu-link .menu-title{
    color: #000000;
    letter-spacing: 1px;
    opacity: 1;
    text-transform: uppercase;
}

/*.menu-title-gray-700 .menu-item:hover .menu-link .menu-title{
    color: white !important;
    opacity: 0.5;
}*/

.fs-12px{
    font-size:12px;
}

.fs-13px{
    font-size:13px;
}

.fs-14px{
    font-size:14px;
}

.fs-15px{
    font-size:15px !important;
    line-height: 20px !important;
}

.fs-16px{
    font-size:16px !important;
    line-height: 20px !important;
}

.fs-18px{
    font-size:18px;
    line-height: 20px;
}

.fs-20px{
    font-size:20px;
    line-height: normal;
}
.fs-22px{
    font-size: 22px;
}
.fs-24px{
    font-size: 24px;
    line-height: 22px;
}
.fs-25px{
    font-size: 25px;
    line-height: 25px;
}

.fs-30px{
    font-size: 30px !important;
    line-height: normal;
}

.fs-32px{
    font-size: 32px !important;
    line-height: normal;
}

.fs-36px{
    font-size: 36px !important;
    line-height: normal;
}

.sidemenu-black-text{
    color: #000;
}

/*.content{
  padding-top: 89px;  
}*/

/*.container-xxl{
    margin-left: 100px;
    margin-right: 24px;
    padding-left: 0px;
    padding-right: 0px;
    max-width: -webkit-fill-available;
}*/

.aside .menu .menu-item .menu-link.active{
    font-weight:700;
}

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

.aside .aside-logo{
    padding: 0 25px 0 40px !important;
}

.aside-menu .menu .menu-item .menu-link, .aside-menu .menu .menu-item .menu-content{
    padding-left: 40px !important;
}

.show:not(.menu-dropdown) > .menu-sub-accordion, .menu-sub-accordion{
    padding-left: 25px !important;
}

[data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-logo .logo, [data-kt-aside-minimize=on] .aside:not(:hover) .aside-logo .logo{
    display: block !important;
}

[data-kt-aside-minimize=on] .aside{
    width: 100px !important;
}

[data-kt-aside-minimize=on] .aside.aside-hoverable:hover:not(.animating){
    width: 265px !important;
}

.asher-submit-btn, .asher-clear-btn{
    background-color: #000000 !important;
    color: white;
    font-size: 12px;
    /*letter-spacing: 0.5px;*/
}

.asher-submit-btn:hover, .asher-clear-btn:hover{
    background-color: #000000;
    color: white;
}


.asher-btn{
    background-color: #434343!important; 
    color: white;
    font-size: 0.925rem ;
    letter-spacing: 0.5px;
}

.asher-btn:hover{
    background-color: #D9D9D9 !important;
    color: #1f1f1f !important;
}

.asher-btn:hover i{
    color: #1f1f1f !important;
}

.asher-light-btn{
    font-family: Arial;
    background-color: #FFFFFF !important;
    color: #1f1f1f !important;
    font-size: 18px;
    flex-wrap: wrap;
    letter-spacing: 0.5px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45) !important;
}
.asher-light-btn i{
    color: #1f1f1f;
}

/*.asher-light-btn:hover{
    background-color: #F5F8FA !important;
    color: white !important;
}*/

.asher-light-btn:hover i{
    color: white !important;
}

.clear-btn:hover{
    background-color: #D9D9D9 !important;
    color: #1f1f1f !important;
}
/*.menu-link:hover {
    background-color: #D9D9D9;
    color: black;
}*/

.asher-bg{
    background:#1f1f1f;
    color:#fff;
}
.chckbx{
    border: 1px solid #434343!important;
    background-color: #F5F8FA!important;   
}
.chckbx:checked{
    background-color: #434343;
}
.radiob:checked{
    background-color: #F5F8FA!important;
    border: 1px solid #434343!important;
}
.radiob, .form-check.form-check-solid .form-check-input{
    background-color:#F5F8FA;
    border: 1px solid #434343;
}
.form-check-input{
    margin-top: unset !important;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11' width='13' height='11' fill='none'%3e%3cpath d='M11.0426 1.02893C11.3258 0.695792 11.8254 0.655283 12.1585 0.938451C12.4917 1.22162 12.5322 1.72124 12.249 2.05437L5.51985 9.97104C5.23224 10.3094 4.72261 10.3451 4.3907 10.05L0.828197 6.88335C0.50141 6.59288 0.471975 6.09249 0.762452 5.7657C1.05293 5.43891 1.55332 5.40948 1.88011 5.69995L4.83765 8.32889L11.0426 1.02893Z' fill='%23434343'/%3e%3c/svg%3e") !important;
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-1 -1 2 2'%3e%3ccircle r='0.4' fill='%23434343'/%3e%3c/svg%3e") !important;
}


.form-check.form-check-custom.form-check-sm .form-check-input{
    width: 20px !important;
    height: 20px !important;
}
.noUi-target .noUi-connect, .noUi-target{
    background: #D9D9D9 !important;
}
.noUi-target.noUi-sm{
    height:2px!important;
}

.card-toolbar .show.menu-dropdown > .menu-sub-dropdown, .card-toolbar .menu-sub-dropdown.menu.show, .card-toolbar .menu-sub-dropdown.show[data-popper-placement]{
    width: 120px !important;
}

.asher-light-btn.show{
    background-color: #1F1F1F;
    color: white;
}


.stepper.stepper-pills .stepper-item.current .stepper-icon{
    background-color:#1f1f1f;
}

.stepper.stepper-pills .stepper-item .stepper-icon{
    /*background-color: #B5B5C3;*/
    background-color: #E4E6EF;
}

.stepper.stepper-pills .stepper-item.current:last-child .stepper-icon, .stepper.stepper-pills .stepper-item.completed .stepper-icon{
    background-color: #E4E6EF;
}

.stepper.stepper-pills .stepper-item.current:last-child .stepper-icon .stepper-check, .stepper.stepper-pills .stepper-item.completed .stepper-icon .stepper-check{
    color: #5E6278!important;
}

.stepper.stepper-pills .stepper-item .stepper-icon .stepper-number{
    color: #fff!important;
}

/*.btn-check:checked + .btn.btn-outline.btn-outline-dashed.btn-outline-default{
    color: #5E6278;
    border-color: #5E6278;
    background-color: #B5B5C3 !important;
}*/

.btn-check:checked + .btn.btn-outline.btn-outline-dashed.btn-outline-default, .btn-check:active + .btn.btn-outline.btn-outline-dashed.btn-outline-default, .btn.btn-outline.btn-outline-dashed.btn-outline-default:focus:not(.btn-active), .btn.btn-outline.btn-outline-dashed.btn-outline-default:hover:not(.btn-active), .btn.btn-outline.btn-outline-dashed.btn-outline-default:active:not(.btn-active), .btn.btn-outline.btn-outline-dashed.btn-outline-default.active, .btn.btn-outline.btn-outline-dashed.btn-outline-default.show, .show > .btn.btn-outline.btn-outline-dashed.btn-outline-default{
    color: #5E6278;
    border-color: #5E6278;
    /*background-color: #B5B5C3 !important;*/
    background-color: #E4E6EF!important;
}

.form-check-input:checked{
    background-color: #1f1f1f;
    border-color: #1f1f1f;
}

.container, .container-xl, .container-lg, .container-md, .container-sm{
    margin-left: 0px !important;
}
.header-fixed.toolbar-fixed .wrapper{
    padding-top: 100px !important;
}
/*.aside-enabled.aside-fixed .wrapper{
 
    padding-left: 0px !important; 
    
}

.aside-enabled.aside-fixed[data-kt-aside-minimize=on] .wrapper{
 
    padding-left: 0px !important; 
   
}*/

.select2-container--bootstrap5 .select2-dropdown .select2-results__option{
    color: #434343;
}
.select2-container--bootstrap5 .select2-dropdown{
    background: #F5F8FA !important;
    color: #1f1f1f;
    min-width:150px !important;
    /*max-width: 300px;*/
}

/*.asher-light-btn:hover{
    background-color: #F5F8FA !important;
    color: #1f1f1f !important;
}*/

.select2-selection__arrow {
      color: white !important; /* Change the color of the icon */
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--highlighted, .select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected{
    background-color: #434343;
    color: white;
}

.select2-container--bootstrap5 .select2-dropdown{
    padding: 5px 0;
}

.select2-container--bootstrap5 .select2-dropdown .select2-search{
    padding: 0 5px;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option{
    padding: 5px 5px;
}

.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon).btn-sm, .btn-group-sm > .btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon){
    padding: 10px;
}
#asher_datatable_wrapper, .dataTables_wrapper{
    background-color: white;
    padding: 0px 20px;
    border-radius: 10px;
}
table.dataTable th{
    color: #000;
    font-size: 13px !important;
    font-weight: normal;
    
}
.table td span{
    font-size: 12px !important;
    font-weight: normal;
    line-height: 32px;
}
#asher_datatable_length{
    display: flex !important;
    justify-content: end !important;
}
#asher_datatable_paginate{
    display: flex !important;
    justify-content: start !important;
    margin: 0px !important;
}
/*#asher_datatable_previous .page-link{
    padding-left: 0px !important;
}*/
.page-item.active .page-link{
    background-color: #434343 !important; 
    color: white !important;
}

.page-link:hover {
    background-color: #D9D9D9 !important;
    color: #1f1f1f !important;
}
.page-link:focus{
    color: #1f1f1f !important;
}
.page-item:focus .page-link i {
  color: #1f1f1f!important;
}
.page-item:hover .page-link i {
  color: #1f1f1f !important;
}
.page-item:focus .page-link .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #1f1f1f !important;
}
.text-limit-20ch {
    max-width: 20ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-limit-20ch:hover{
     color: #000;
}

.bg-hero {
    background:#000000;
    padding:15px;
    text-align:center;
}

#kt_content_container, .asher-container, #kt_header .container-fluid{
    max-width: 1440px !important;
    width: 100%;
    margin: 0 auto;
    padding: 0 70px;
}


.search-container {
    display: flex;
    justify-content: center;
}
.search-container input[type=text] {
    padding: 15px 10px;
    width: 70%;
    font-size: 16px;
    border: 1px solid #434141;
}
.search-btn {
    margin-left: 5px;
}
.banner {
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D3D3D3;
    color: white;
}
.footer {
    /*height: -webkit-fill-available;*/
    /*background-color: #000;*/
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section {
    text-align: center;
    padding: 30px 50px;
}
.section#properties {
    margin-bottom: 50px;
}
.listings-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.listing {
    width: 15vw;
    border: 1px solid #ddd;
    padding: 10px;
}
.listing-image,
.project-image,
.property-image {
    background-color: #000;
    padding: 15px;
}
.listing-image img {
    width: 100%;
    height: auto;
}
.contact-form {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    border: 1px solid #ddd;
}

.project-info,
.property-info {
    margin-top: 30px;
}
.project-info > div,
.property-info > div {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}
.info-title {
    text-align: left;
    width: 150px;
    font-weight: bold;
}
.info-desc {
    width: 80%;
    text-align: left;
}
.project-specs,
.property-specs {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.project-specs > div:not(:last-child),
.property-specs > div:not(:last-child) {
    margin-bottom: 10px;
}

#contact-form > .flex{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
#contact-form .input-group {
    display: flex;
    gap: 10px;
}
#contact-form .input-group label {
    width: 150px;
    text-align: right;
    padding-top: 5px;
}
#contact-form .input-group input,
#contact-form .input-group textarea {
    width: 25vw;
    padding: 10px;
    border: 1px solid #ddd;
}
/*#contact-form .input-group button {
    width: 25vw;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
}*/

.results {
    width: 100%;
    padding: 10px;
    transform: translateX(-50%);
    margin-left: 50%;
    max-height: 300px;
    overflow-y: scroll;
    background-color: #fff;
    border: 1px solid #ddd;
    display: none;
}
.category-block {
    margin-bottom: 20px;
    width: 100%;
}
.category-name {
    font-weight: 1.1em;
    font-weight: bold;
    text-align: left;
    padding: 10px 0;
}
.result-row {
    background-color: #f8f8f8;
    padding: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}
.result-title {
    font-weight: bold;
}

.heading {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 800;
}

.title{
    font-family: Bohemia Std Regular !important;
    text-transform: uppercase;
    font-size: 25px;
}

.desc{

    font-size: 20px;
}

#contact-form .title{
    color: #767561;
    font-weight: 400 !important;
    font-size: 20px !important;
}

#contact-form .form-control{
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(0,0,0,0.3) !important;
    background-color: transparent !important;
    font-size: 13px !important;
    padding: 0.7rem 1rem !important;
    color: #4b4b4b !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
}



#contact-form i{
    font-size: 28px;
    color: var(--primary-color);
}
#contact-form .svg-icon svg [fill]:not(.permanent):not(g){
    fill: none !important;
}

#contact-form .form-select.form-select-solid{
    background-color: transparent !important;
    color: #1f1f1f !important;
    font-size: 13px !important;
    padding: 0.7rem 1rem !important;
    color: #a9a5bd !important;
    border-bottom: 1px solid rgba(0,0,0,0.3) !important;
    height: 43px;
    box-shadow: none !important;
    border-radius: unset !important;
    
}


#contact-form .select2-container--bootstrap5 .select2-selection--single.form-select-solid .select2-selection__rendered, #contact-form .select2-container--bootstrap5 .select2-selection--single.form-select-solid .select2-selection__placeholder{
    text-transform: capitalize !important;
}

#contact-form .form-select.form-select-solid[data-select2-id="select2-data-contactMethod"] {
    display: none;
}

#contact-form .form-select.form-select-solid[data-select2-id="select2-data-countryCode"] {
    display: none;
}
/*
#contact-form .input-group button:hover{
    background: #767561;
    color: white;
}*/

#contact-form{
    background-color: #f6f6f6;
}
html, body{
        overflow-x: hidden !important;
    }
    
    .menu-state-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    background:unset !important;
     color: #000000 !important;
}
.menu-state-title-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-title-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
    color: #000000 !important;
}

#kt_header .menu-item.active .menu-link .br-bottom{
    display:block !important;
}

#kt_header .menu, .menu-wrapper{
    gap: 50px;
}

/*#kt_header .menu-item .menu-link {
    padding: 0 20px;
    padding-right:0px!important;
}*/

.footer .menu-item .menu-link {
    /*padding: 0 24px;*/
    /*padding-right:0px!important;*/
    padding: 0px;
}

.footer .menu{
    gap: 50px;
}
.footer .menu-title-gray-700 .menu-item:first-child .menu-link{
    padding-left: 0px !important;
} 
.menu-title-gray-700 .menu-item .menu-link{
    padding: 0px !important;
}
    
/*.svg-icon svg [fill]:not(.permanent):not(g){
    fill: white;
}*/

#kt_header{
    background-color: white;
    box-shadow: unset !important;
}

.float{
    position:fixed;
    /*width:fit-content;*/
    /*height:30px;*/
    bottom:40px;
    right:40px;
    /*background-color:#25d366;*/
    /*color:#FFF;*/
    border-radius:40px;
    text-align:center;
    font-size:18px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
    font-weight: 400 !important;
}

.my-float{
    margin-top:16px;
}

.nav-line-tabs .nav-item .nav-link.active, .nav-line-tabs .nav-item.show .nav-link, .nav-line-tabs .nav-item .nav-link:hover:not(.disabled){
    border-bottom: 1px solid #1F1F1F !important;
}

.nested .svg-icon svg [fill]:not(.permanent):not(g){
    fill: #D9D9D9 ;
}

.menu-item a{
    color: #434343 !important;
}
.location .menu-item .menu-link:hover{
    border-radius: 0px;
    background-color: #434343;
    color: #FFFFFF !important;
}
.location .menu-item .menu-link:hover .svg-icon svg [fill]:not(.permanent):not(g){
    fill: #D9D9D9 !important;
}

#tablet-footer{
    display: none;
}

.footer{
    margin: 50px 0;
}

#contact-cont{
    padding-top: 30px; 
    padding-bottom: 30px;
}

.float .lab.la-whatsapp{
       font-size: 40px; 
}

.btn-sm, .form-select-sm{
    border-radius: 5px !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45) !important;
    background-color: #FFFFFF;
    height: 37px !important;
}

.float{
    border-radius: 40px !important;
}
    
/*#kt_header{
    position: unset;
}*/
@media only screen and (max-width: 350px){
    #searchfield input[name="search-project"]{
        width: 100% !important;
    }
    #searchfield .svg-icon.svg-icon-2{
        margin-right: 165px !important;
    }
    .footer{
        margin: 30px 0;
        height: unset !important;
    }
    .footer .row {
        display: inline-block;
        flex-direction: column !important;
    }
    .footer .row .col.logo { 
    
        flex: 0 0 auto;
        width: 100%;
        order: -1; 
        margin-bottom: 10px; 
    }
    
    .footer .menu{
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .footer .menu-item .menu-link{
        padding: 0px !important;
    }
}

@media (min-width: 351px) and (max-width: 369px){
    #searchfield input[name="search-project"]{
        width: 100% !important;
    }
    #searchfield .svg-icon.svg-icon-2{
        margin-right: 180px !important;
    }
    .footer{
        margin: 30px 0;
        height: unset !important;
    }
    .footer .row {
        display: inline-block;
        flex-direction: column !important;
    }
    .footer .row .col.logo { 
    
        flex: 0 0 auto;
        width: 100%;
        order: -1; 
        margin-bottom: 10px; 
    }
    
    .footer .menu{
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .footer .menu-item .menu-link{
        padding: 0px !important;
    }
}
/*mobile view*/
@media only screen and (max-width: 749px){
    #kt_header_menu_mobile_toggle{
        margin-left: 10px;
    }
    .float{
        bottom: 30px;
        right: 30px;
    }
    .float .lab.la-whatsapp{
        font-size: 30px; 
    }
    #kt_header{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #tablet-footer{
        display: none;
    }

    #kt_header .menu-item .menu-link{
        padding: 10px;
    }
    #kt_content_container, .asher-container{
        width:100%!important;
        max-width:100%!important;
    }
    
/*    #kt_content_container, .asher-container {
        padding: 0 10px!important;
    }*/
/*    .header-tablet-and-mobile-fixed .header{
        position: relative !important;
    }*/
    .header-tablet-and-mobile-fixed .wrapper{
        padding-top: 0px !important;
    }
    .d-lg-none.home-page img{
        height: 50px !important;
        width: 50px !important;
    }
    
    .footer{
        margin: 30px 0;
        height: unset !important;
    }
    .footer .row {
        display: inline-block;
        flex-direction: column !important;
    }
    .footer .row .col-1.logo { 
        flex: 0 0 auto;
        width: 100%;
        order: -1; 
        margin-bottom: 10px; 
    }
    
    .footer .menu{
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .footer .menu-item .menu-link{
        padding: 0px !important;
    }
    
    #kt_content_container, .asher-container, #kt_header .container-fluid{
        padding: 0 10px;
    }
    #contact-cont{
        padding-top: 30px; 
        padding-bottom: 30px;
    }
    #kt_header .menu, .menu-wrapper{
        gap: 0px;
    }
    
}
/*tablet view*/
@media (min-width: 750px) and (max-width: 991px){ 
    #kt_header_menu_mobile_toggle{
        margin-left: 20px;
    }
    .footer .menu-item .menu-link{
        padding: 0px;
    }
    .footer .menu{
        gap:15px;
    }
    .float .lab.la-whatsapp{
        font-size: 30px; 
    }
    #kt_header{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #kt_header .menu, .menu-wrapper{
        gap: 0px;
    }
    #kt_header .menu-item .menu-link{
        padding: 10px;
    }
    #kt_content_container, .asher-container{
        width:100%!important;
        max-width:100%!important;
    }
    
/*    #kt_content_container, .asher-container {
        padding: 0 20px!important;
    }*/
/*    .header-tablet-and-mobile-fixed .header{
        position: relative !important;
    }*/
    .header-tablet-and-mobile-fixed .wrapper{
        padding-top: 0px !important;
    }
    .d-lg-none.home-page img{
        height: 60px !important;
        width: 60px !important;
    }
    #deskotp-footer{
        display: none !important;
    }
    #tablet-footer{
        display: block !important;
    }
    .footer{
        margin: 30px 0;
    }
    
    #contact-cont{
        padding-top: 30px; 
        padding-bottom: 30px;
    }
    
/*    footer #tablet-footer{
        justify-content: center !important;
    }
    .footer .col.menu:first-child{
        justify-content: end !important;
        padding-right: 10px;
    }
    .footer .col.menu:last-child{
        justify-content: start !important;
    }
    
    .footer .menu-item .menu-link{
        padding: 0 10px;
    }
    .footer .row .col.logo { 
        flex: 0 0 auto;
        width: 100%;
        order: -1; 
        margin-bottom: 10px; 
    }*/
    #kt_content_container, .asher-container, #kt_header .container-fluid{
        padding: 0 20px;
    }
}
/*@media (max-width: 991px) { 
    #kt_header > div.container-fluid {
        padding: 0 30px !important;
    }
    .menu-title-gray-700 .menu-item .menu-link .menu-title{
        color: black;
        opacity: 1;
    }
}*/

/*@media (max-width: 800px) { 
    #kt_header > div.container-fluid {
        padding: 0 10px !important;
    }
    
}*/


/* CSS for tablet screens */
/*@media (max-width: 1024px) {
    .hidden-neighborhood {
        display: block !important;
    }
  
}

 CSS for mobile screens 
@media (max-width: 767px) {
    .hidden-neighborhood {
        display: block !important;
    }
}

 CSS for desktop screens 
@media (min-width: 1025px) {
    .hidden-neighborhood{
        display: none !important;
    }
}*/

.btn-check:checked + .btn.btn-active-light-primary, .btn-check:active + .btn.btn-active-light-primary, .btn.btn-active-light-primary:focus:not(.btn-active), .btn.btn-active-light-primary:hover:not(.btn-active), .btn.btn-active-light-primary:active:not(.btn-active), .btn.btn-active-light-primary.active, .btn.btn-active-light-primary.show, .show > .btn.btn-active-light-primary{
    background-color: #ffffff !important;
    color: #000000!important;
}


 .carousel.carousel-custom .carousel-indicators{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
.carousel.carousel-custom .carousel-indicators.carousel-indicators-dots li.active:after{
    background-color:#1f1f1f;
}
