﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Poppins';
    --presGold: #fcac0c;
    --presGray: #696969;
    --presWhite: #fff;
    --presBlack: #000000;
    --lightGray: #DCDCDC;
}

a:active,
a:focus {
    outline: none;
    /* or use box-shadow: none; */
}


div{
    display: block;
}


.st6, .st1, .st3 {
    fill: #696969 !important;
}


.jsMainContent{
    width: 100%;
}


input::placeholder {
    color: #A9A9A9;
}

html {
    display: block;
}

body {
    overflow-y: scroll;
    position: relative;
}



.hide {
    display: none;
}

@media only screen and (min-height:450px){
    .menu-item a{
        font-size: 16px;
    }

    .menu-span-item a {
        font-size: 16px;
    }

    .main-header-02 {
        width: 100%;
        min-width: 500px;
    }

   

}

@media only screen and (max-height: 600px) {
    .menu-item a {
        font-size: 13px;
    }

    .menu-span-item a {
        font-size: 13px;
    }

    .main-header-02 {
        width: 100%;
   
    }
}



    @media only screen and (min-width: 1025px) {
        .main-container {
            grid-template-rows:auto 1fr auto;
        }

        .main-header-01 .main-header-01-menus {
            width: auto;
        }

        .main-header-02{
            padding: 15px 55px;
        }

       .main-header-02 .video-container {
                width: 1200px;
                height: 500px;
        }

       .main-header-02 .hiring-banner{
           width: 1200px;
           height: 350px;
       }

        .follow-step-layout .follow-step-icons {
            grid-template-columns: 1fr 1fr 1fr;
        }

        .hiring-layout .hiring-container{
            width: 1200px;
        }

        .hiring-container-main .hiring-container-content{
            grid-template-columns: 1fr 1fr 1fr;
        }


        .main-header-02 .main-header-02-layout {
            display: grid;
            grid-template-columns: 100px 1fr 1fr 1fr;
            align-items: center;
        }

        .main-content-form{
            width: 780px;
        }

        .we-offer-div-layout .working-for-layout{
            height: 350px;
        }

        .header-02-dropdown {
            display: none;
        }

        .header-02-menu {
            display: none;
        }

    

        .main-header-01-logo img {
            height: 80px;
        }

        .main-header-01{
            display: flex;
            justify-content:center;
        }

       .main-header-01 .desktop-header-layout{
           width:1200px;
           height: 100%;
           display: flex;
           justify-content:space-between;
           align-items: center;
       }


       .main-header-01-menus .main-menus-desktop {
                display: flex;
            }


        .main-header-01-menus .main-menu-mobile {
            display: none;
        }



        .home-main-content {
            grid-template-rows: auto auto;
        }

        .header-02-dropdown {
            height: 35px;
        }

            .header-02-dropdown span {
                font-size: 13px;
            }

        .header-02-menu {
            height: 35px;
        }

            .header-02-menu a {
                font-size: 13px;
            }

        .search-layout-home svg {
            height: 18px;
        }

        .filter-input-layout input {
            font-size: 13px;
        }

        .filter-input-layout svg {
            height: 15px;
        }

        .main-content-list-layout {
            grid-template-columns: 350px 350px;
        }

        .header-02-dropdown-arrow svg {
            height: 15px;
        }

        .filter-btn-search span {
            font-size: 15px;
        }

        .header02-dropdown-menu a {
            font-size: 15px;
        }

        .header02-dropdown-menu {
            width: 175px;
        }

        .main-content-layout span {
            font-size: 18px;
        }

        .filter-input-layout {
            width: auto;
        }

        .home-main-content-lists {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px;
        }

        .jsMainContent {
            display: grid;
            justify-items: center;
        }

        .home-main-content-carousel {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 5px;
        }

        .hide {
            display: flex;
        }

        .menu-header-layout .menu-item {
            grid-template-columns: auto auto;
        }

        .search-layout-home {
            justify-content: center;
        }


        .modal-message-box {
            height: 500px;
            width: 450px;
        }

        .chat-content-layout .chat-messages-layout{
            height: 290px;
        }

        .message-modal-container {
            position: fixed;
            bottom: 13%;
            right: 0;
            z-index: 1001;
            background: transparent;
        }

        .working-for-layout .working-for-logos {
            flex-direction: row;
            justify-content: space-evenly;
            gap: 10px;
        }

        .news-container-layout .news-card-layout {
            width: 1200px;
        }

        .news-container-layout .news-card-layout {
            height: auto;
            width: 1200px;
        }

        .news-container-layout .news-card-layout {
            grid-template-columns: 1fr 1fr;
        }

        

            footer .footer-layout {
                grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
            }

        

        }

    @media only screen and (max-width: 450px){

        .main-content-list-layout {
            grid-template-columns: 230px 230px;
        }

        .chat-content-layout .chat-messages-layout {
            height: 350px;
            margin-bottom: 100px;
        }


        .message-modal-container {
            top: 0;
            right: 0;
            height: 100%;
            width: 100%;
            z-index: 1001;
            background: rgba(0,0,0,0.65);
        }

      
    }

    @media only screen and (max-width: 1024px) {

        .we-offer-div-layout{
            margin-top: -35px !important;
        }


        .menu-header-layout {
            width: 100%;
        }

        .main-header-01 .main-header-01-menus {
            width: 100%;
        }

        .main-header-02 {
            padding: 15px 25px;
        }

        .main-header-02 .video-container {
            width: 100%;
            /*height: 300px;*/
         }

        .main-header-02 .hiring-banner {
             width: 100%;
             height: 300px;
         }

        .follow-step-layout .follow-step-icons {
            grid-template-rows: 1fr 1fr 1fr;
        }

        .we-offer-div-layout .working-for-layout{
            height: 655px;
        }

        .hiring-layout .hiring-container {
            width: 450px;
        }

        .hiring-container-main .hiring-container-content {
            grid-template-rows: 1fr 1fr 1fr;
        }


        .menu-header-layout .menu-item {
            width: 100%;
        }

        .menu-span-item {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .main-header-02 .main-header-02-layout {
            width: 100%;
            display: grid;
            padding: 10px;
            grid-template-rows: 1fr 1fr 1fr 1fr;
        }

        .main-container {
            grid-template-rows:auto auto auto;
        }


        .header-02-dropdown {
            display: grid;
        }

        .header-02-menu {
            display: flex;
        }

 
        .home-main-content {
            grid-template-rows: auto;
        }

        .main-header-01 {
            display: flex;
        }

        .main-header-01 .desktop-header-layout {
                width: 100%;
                height: 100%;
               /* display: flex;
                justify-content: space-evenly;*/
               display: grid;
               grid-template-columns: 1fr 55px;
                align-items: center;
        }


        .main-header-01-logo img {
            height: 65px;
        }

        .main-header-01-menus .main-menus-desktop {
            display: none;
        }

        .main-header-01-menus .main-menu-mobile {
            display: flex;
        }

        .header02-dropdown-menu {
            width: 150px;
        }

        .header-02-dropdown {
            height: 55px;
        }

            .header-02-dropdown span {
                font-size: 18px;
            }

        .header-02-menu a {
            font-size: 18px;
        }

        .header-02-menu {
            height: 55px;
        }

        .search-layout-home svg {
            height: 35px;
        }

        .filter-input-layout input {
            font-size: 16px;
        }

        .filter-input-layout svg {
            height: 25px;
        }

        .header-02-dropdown-arrow svg {
            height: 25px;
        }

        .filter-btn-search span {
            font-size: 16px;
        }

        .header02-dropdown-menu a {
            font-size: 18px;
        }

        .main-content-layout span {
            font-size: 25px;
        }

        .filter-input-layout {
            width: 240px;
        }

        .main-content-list-layout {
            grid-template-columns: 1fr 1fr;
        }



        .home-main-content-carousel {
            display: flex;
        }

        .hide {
            display: none;
        }

        .search-layout-home {
            justify-content: center;
        }

        .menu-header-layout {
            gap: 10px;
        }

   
        .chat-content-layout .chat-messages-layout {
            
            height: 80%;
        }


        .message-modal-container {
            top: 0;
            right: 0;
            height: 100%;
            width: 100%;
            z-index: 1001;
            background: rgba(0,0,0,0.65);
        }

        .main-content-form {
            width: 100%;
        }

        .modal-message-box {
           height: 100%;
           width: 100%;
           top:0;
           left: 0;
        }

        .working-for-layout .working-for-logos {
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 50px;
        }

        .news-container-layout .news-card-layout{
            width: 450px;
        }

        .news-container-layout .news-card-layout {
            height: auto;
            width: 450px;
        }

        .news-container-layout .news-card-layout {
            grid-template-rows: 1fr auto;
        }

        .news-card-layout .news-card-text-layout{
            padding: 15px 25px;
        }

        footer .footer-layout {
            grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
        }

     
      
       
    }

    .menu-header-layout {
        display: flex;
        gap: 10px;
    }

        .menu-header-layout .menu-item {
            display: grid;
            gap: 10px;
            align-items: center;
            height: 100%;
        }

    .menu-item span {
        display: flex;
        justify-content: center;
        padding: 5px;
    }

        .menu-item span:hover {
            background-color: #d9800d!important;
        }

        .menu-active {
            background-color: #d9800d !important;
        }

    .menu-item a {
        text-decoration: none;
        color: #fff;
        text-transform: capitalize;
        text-align: center;
    }

    .menu-span-item {
        text-align: center;
    }

        .menu-span-item a {
            text-decoration: none;
            color: #fff;
        }

 /*   .active {
        background-color: #d9800d!important;
    }*/

.main-container {
    width: 100%;
    height: 100%;
    display: grid;
    gap: 15px;
    overflow: hidden;
    margin-top: 100px;
}


.main-header-01 {
    width: 100%;
    height: 100px;
    background-color: var(--presGold);
    padding: 5px 15px;
    display: flex;
    align-items: center;
    position: fixed;
    z-index:999;
    top:0;
}



 .main-header-02 {
           /* background-color: var(--presGray);*/
       height: 100%;
       display: flex;
       align-items: center;
       justify-content: center;
       position: relative;
  }

.main-header-02 .banner-div{
    background-image: url(../img/houses/download.jpg);
    background-size: cover;
    background-position:center;
    height: 100%;
    width: 100%;
}

    .main-header-02 .video-container {
        position: relative;
        overflow: hidden;
    }

   /* .video-container img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }*/

.video-container .carousel-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.carousel-slide {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide img {
    width: 100%;
    height: auto;
     object-fit: cover;
}


#prevBtn,
#nextBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    display: none;
}


    #prevBtn svg, #nextBtn svg {
        height: 15px;
        fill: #fcac0c;
    }

#prevBtn {
    left: 10px;
}

#nextBtn {
    right: 10px;
}


    .main-header-02 .hiring-banner {
        display:flex;
        position: relative;
        padding: 15px 55px;
    }

   .main-header-02 .hiring-banner::before{
       content: '';
       position: absolute;
       top:0;
       left: 0;
       width: 100%;
       height: 100%;
       background-image: url(../img/pres_img/hiring.jpg);
       background-color: rgba(0,0,0,0.7);
       background-blend-mode: overlay;
       z-index:1;
       background-size: cover;
       background-position: center;

   }

.hiring-banner .hiring-banner-content{
    position:relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content:center; 
    z-index:2;
    text-align: left;

}

.hiring-banner-content h2{
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    color: #d9800d;
}

.hiring-banner-content span{
    font-size: 15px;
    color: #fff;
}




#background-video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
}

footer {
    height: 100%;
    width: 100%;
    background-color: #696969;
    padding-top: 50px;
    padding-bottom: 25px;
    overflow: hidden;
    display:flex;
    justify-content: center;
}

footer .footer-layout{
    display: grid;
    gap: 25px;
    align-items: center;
    padding: 0 35px;
    width: 1200px;
}

.footer-layout .footer-info-layout{
    display: grid;
    grid-template-rows:auto 1fr;
    height:100%;
    gap:15px;
}

.footer-info-layout .footer-logo{
    display:flex;
    justify-content:center;
    align-items: center;
}

.footer-info-layout .footer-list{
    display: flex;
    flex-direction:column;
    gap:10px;
}

.footer-logo img {
    height: 100px;
    width: 100px;
}

.footer-info-layout h2{
    font-size: 15px;
    color: #fff;
    text-align:center;
    font-weight:500;
    letter-spacing:1px;
    text-transform: uppercase;
}

.footer-icon-layout{
    display: grid;
    grid-template-columns: 15px auto;
    gap:10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.footer-info-layout a{
    text-decoration:none;
    color:#d3d3d3;
    font-size:13px;
    cursor: pointer;
    width:100%;
    text-align:center;

}

.footer-icon-layout svg{
    height: 15px;
    fill: #fff;
}

.footer-icon-layout a {
    text-decoration: none;
    color: #d3d3d3;
    font-size: 13px;
}

.footer-info-layout small {
    color: #9aa2aa;
    font-size: 13px;
    text-align: center;
}



.main-header-01 .main-header-01-logo {
    display: flex;
    align-items: center;
    justify-content: start;
}


    .main-header-01-menus .main-menus-desktop {
        height: 100%;
        width: 100%;
        justify-content:space-evenly;
    }

    .main-menus-desktop .desktop-menu {
        color: #fff;
        padding: 15px;
        border-bottom: 5px solid transparent;
        text-decoration: none;
        font-weight: 500;
        letter-spacing:2px;
        font-size:16px;
    }

.main-menus-desktop .login-menu {
    padding: 10px 15px;
    height: 45px;
    display: flex;
    gap: 10px;
    background-color: var(--presGray);
    margin-left: 15px;
    border-radius: 5px;
    margin-top: 10px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    align-items: center;
}


.login-menu svg{
    height: 18px;
    fill: #fff;
    margin-bottom: 4px;
}

.desktop-active {
    color: var(--presGray) !important;
    border-bottom: 5px solid var(--presWhite) !important;
}

.main-menus-desktop .desktop-menu:hover {
    border-bottom: 5px solid var(--presWhite) !important;
}

.active {
    border-bottom: 5px solid var(--presWhite) !important;
}


.right-menu-container{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: rgba(0 0 0 / 70%);
    z-index: 999;
    overflow: hidden;    
}

.right-sidebar-menu{
    position: fixed;
    width: 80%;
    height: 100%;
    top: 0;
    right:0;
    animation: sidebarSlideIn .5s ease;
    transform: translateX(0);
    background-color: #fff;
    display: grid;
    grid-template-rows: 100px 1fr;
}

.right-sidebar-menu .right-sidebar-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fcac0c;
    padding: 20px;
}

.right-sidebar-menu .right-sidebar-body{
    height: 100%;
    width: 100%;
}

.right-sidebar-header .right-sidebar-closeicon-container {
        display: flex;
        align-items: center;
}

.right-sidebar-closeicon-container svg{
    height: 25px;
}

.right-sidebar-header .right-sidebar-logo{
    display: flex;
    height: 80px;
    align-items:center;
}

.right-sidebar-logo i{
    align-items: start;
}

.right-sidebar-logo i img{
    width: 50px;
}

.right-sidebar-logo h3{
    align-self: center;
    margin-bottom: -13px;
    font-size: 17px;
    margin-left: 5px;
}

.right-sidebar-body .right-sidebar-ul{
    list-style-type: none;
}

.right-sidebar-ul .right-sidebar-menu-li{
    display: flex;
    padding: 10px 0;
    gap: 10px;
    padding-left: 30px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: all .3s ease;
    cursor: pointer;
}

.right-sidebar-li .right-sidebar-menu-i{
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.right-sidebar-menu-i svg{
    height: 18px;
}

.right-sidebar-a{
    display: flex;
    text-decoration: none;
    width: 100%;
}

.right-sidebar-a span{
    font-size: 15px;
    color: var(--presGray);
}

.menu-separator{
    border-bottom: 1px solid #e7e7e7;
}




    .main-header-01-menus .main-menu-mobile {
        /* display: flex; */
        align-items: center;
        justify-content: end;
        position: relative;
    }

    .main-menu-mobile .mobile-btn-menu {
        height: 65px;
        padding: 5px 10px;
        display: flex;
        align-items: center;
    }



    .mobile-btn-menu svg {
        height: 30px;
        fill: #fff;
    }

.mobile-dropdown-menu {
    position: absolute;
    background-color: var(--presWhite);
    width: 0;
    gap: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    z-index: 999;
    top: 85%;
    font-size: 15px;
    animation: mobileDrpDown 1s ease forwards;
    padding: 10px 15px;
    right: 0;
    overflow: hidden;
}

.menuClose {
    opacity: 0;
    display:none;
}

.menuOpen{
    opacity:1;
    display: block;
}


@keyframes sidebarSlideIn{
    0% {
        width: 0; /* Start with a width of 0 */
        opacity:0;
    }

    100% {
        width: 80%;
        opacity:1;
    }
}

@keyframes mobileDrpUp {
    0% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}

        .mobile-dropdown-menu a {
            text-decoration: none;
            align-self: center;
            color: var(--presGray);
            padding: 10px 0;
            /*border-bottom: 1px solid #DCDCDC;*/
            padding-left: 25px;
        }

    .mobile-dropdown-menu .active-mbl{
        color: #d9800d!important;
        font-weight: 600;
        border-bottom: 2px solid #fcac0c!important;
    }

    .header-02-menu {
        background-color: var(--presBlack);
        padding: 5px 10px;
        /* border: 1px groove #fff; */
        align-items: center;
        justify-content: center;
    }

        .header-02-menu a {
            text-decoration: none;
            color: var(--presWhite);
            font-weight: 600;
            text-align: center;
            padding: 0 5px;
        }

    .header-02-dropdown {
        padding: 5px 10px;
        background-color: var(--presWhite);
        width: auto;
        grid-template-columns: auto 35px;
        align-items: center;
        position: relative;
    }

    .header02-dropdown-menu {
        position: absolute;
        background-color: var(--presWhite);
        display: grid;
        gap: 10px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
        padding: 10px 15px;
        z-index: 999;
        top: 100%;
    }

    .search-filter-menu {
        position: absolute;
        background-color: var(--presWhite);
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
        padding: 10px 15px;
        z-index: 999;
        top: 100%;
     /*   transition: height 1s ease;*/
        animation: dropDown 0.5s ease-out;
        overflow: hidden;
    }

    @keyframes dropDown{
        0% {
            height: 0;
        }
        100%{
            height: 225px;
        }
    }

    @keyframes hideDropdown{
        0%{
            height: 225px;
        }
        100%{
            height: 0;
        }
    }


    .filter-input-layout {
        display: grid;
        grid-template-columns: 150px 35px;
        align-items: center;
        border: 1px solid var(--presGray);
        height: 40px;
        width: 100%;
        padding: 5px;
    }

        .filter-input-layout input {
            border: none;
            outline: none;
            padding-left: 10px;
        }



    .filter-btn-search {
        display: flex;
        justify-content: center;
        padding: 10px 15px;
        font-size: 15px;
    }

        .filter-btn-search span {
            background-color: var(--presGray);
            color: var(--presWhite);
            padding: 5px 10px;
            width: 150px;
            height: 35px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .filter-menu-layout {
        display: grid;
        grid-template-columns: auto auto;
        justify-content: center;
        gap: 10px;
        height: 50px;
    }

   .filter-menu-search-layout{
       display: grid;
       justify-content:center;
       gap: 10px;
       height: 50px;
   }

.header02-dropdown-menu a {
    text-decoration: none;
    color: var(--presBlack);
}

    .header-02-dropdown-arrow {
        display: flex;
        justify-content: end;
    }

    .search-layout-home {
        padding: 5px;
        display: flex;
    }

        .search-layout-home svg {
            fill: var(--presWhite);
        }

    .main-content-layout {
        height: 100%;
        width: 100%;
        display: grid;
        grid-template-rows: 55px auto;
        padding: 15px;
        padding-top: 25px;
        gap: 25px;
    }

    .main-content-form {
        display: grid;
        grid-template-rows: 55px 55px 55px 55px 55px 1fr 65px;
        gap: 25px;
        align-items: center;
        height: 100%;
    }

        .main-content-form .main-content-submit-btn {
            display: flex;
            justify-content: center;
        }

    .main-content-submit-btn button {
        height: 55px;
        width: 350px;
        background-color: #d9800d;
        color: #fff;
        border: none;
        font-size: 18px;
    }

    .main-content-layout span {
        display: flex;
        align-items: center;
        margin-left: 15px;
    }

    .main-content-input-layout {
        display: grid;
        grid-template-rows: 25px 1fr;
        gap: 5px;
        padding: 10px;
    }

    .main-content-textarea-layout {
        display: grid;
        grid-template-rows: 35px 1fr;
        gap: 5px;
        padding: 10px;
    }

    .main-content-input-layout label {
        font-size: 15px;
        display: flex;
        align-items: center;
        font-weight: 600;
        color: var(--presGray);
    }

    .main-content-textarea-layout label {
        font-size: 15px;
        display: flex;
        align-items: center;
        font-weight: 600;
        color: var(--presGray);
    }

    .main-content-input-layout input {
        height: 45px;
        font-size: 13px;
        border: 1px solid var(--presGray);
        padding: 0 10px;
        color: var(--presGray);
    }

    .main-content-textarea-layout textarea {
        font-size: 20px;
        border: 1px solid var(--presGray);
        padding: 5px 10px;
        color: #696969;
    }

    /* modals */

    .modal-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
        background: rgba(0 0 0/ 65%);
        z-index: 1001;
    }

    .modal-content {
        width: 425px;
        border: 1px solid #d3d3d3;
        border-radius: 5px;
        background: var(--presWhite);
        overflow: hidden;
        box-shadow: 0 0 10px 3px rgb(9 9 9 / 20%);
        position: absolute;
        left: calc(100% - 50% - calc(425px / 2));
        top: 20%;
        padding: 15px;
        position: relative;
    }

    .modal-header {
        display: grid;
        grid-template-columns: 1fr 35px;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid #999;
    }

        .modal-header h3 {
            font-size: 1.3em;
            font-weight: 600;
        }

        .modal-header .modal-close {
            display: flex;
            justify-content: flex-start;
            color: #fcac0c;
            font-weight: 800;
            font-size: 1.3em;
            cursor: pointer;
        }

    .modal-body {
        margin-top: 20px;
    }

        .modal-body span {
            font-size: 18px;
        }

        .modal-body .view-more {
            text-decoration: none;
            margin-top: 35px;
            background-color: #d9800d;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 15px 0;
        }

    .preloader {
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: 1010;
        background: #19191951;
        top: 0;
        left: 0;
    }


        .preloader.spinner:before {
            border: 5px solid #FFB606;
            border-top-color: transparent;
            width: 50px;
            height: 50px;
        }

    .spinner:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 25px;
        height: 25px;
        border: 3px solid #FFF;
        border-radius: 50%;
        border-top-color: transparent;
        animation: spin 1s linear infinite;
        -webkit-animation: spin 1s linear infinite;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fadeOut {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    .wrapper-arrow-container {
        position: fixed;
        height: 65px;
        width: 65px;
        border-radius: 50%;
        background-color: #696969;
        bottom: 25px; /* Fix the container to the bottom of the window */
        right: 25px;
        z-index: 999;
    }

        .wrapper-arrow-container span {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            animation: fadeIn 2.50s ease-in forwards infinite, fadeOut 2.50s ease-out 1.25s forwards infinite;
        }

            .wrapper-arrow-container span svg {
                height: 25px;
                fill: #fff;
            }

.chat-btn-container {
    position: fixed;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    background-color: var(--presGold);
    border: 1px solid #DCDCDC;
    bottom: 50px;
    right: 25px;
    z-index: 999;
}

.chat-btn-container span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.chat-btn-container span svg {
    height: 35px;
    fill: #fff;
    pointer-events: none;
}


.message-modal-container {
    position: fixed;
    border: none;
}

.modal-message-box {
    padding: 0;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    background: var(--presWhite);
    overflow: hidden;
    box-shadow: 0 0 10px 3px rgb(9 9 9 / 20%);
    position: absolute;
   /* left: calc(100% - 50% - calc(425px / 2));
    top: 20%;*/
    position: relative;
}

.chat-modal-header {
    display: grid;
    grid-template-columns: 65px auto;
    align-items: center;
    padding: 5px 10px;
}

.chat-modal-header img{
    height: 55px;
    border-radius: 50%;
}

.chat-content-layout{
    width: 100%;
    height: 100%;
}

.chat-content-layout .chat-messages-layout{
    width: 100%;
    overflow-y: scroll;
}

    .chat-content-layout .chat-item-datetime {
        display: flex;
        justify-content: center;
        color: var(--presGray);
        margin: 10px 0;
    }

.chat-content-layout .chat-items{

    display: flex;
    padding: 10px;
 
}

.chat-content-layout .owner-chat-items{
    display: flex;
    flex-direction: row-reverse;
    padding: 10px;
}

.owner-chat-items img {
    height: 55px;
    border-radius: 50%;
    margin-left: 15px;
}

.owner-chat-items svg {
    height: 35px;
}

.owner-chat-items .chat-msg {
    display: flex;
    align-items: center;
    background-color: var(--presGold);
    color: #fff;
    padding: 10px;
    border-radius: 15px;
}



.chat-items img{
    height: 55px;
    border-radius: 50%;
    margin-right: 15px;
}

.chat-items svg{
    height: 35px;
}

.chat-items .chat-msg {
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.06);
    padding: 10px;
    border-radius: 15px;
}

    .chat-content-layout .chat-box-layout {
        position: absolute;
        height: 100px;
        background-color: #fff;
        width: 100%;
        bottom: 0;
        display: grid;
        grid-template-columns: 1fr 45px;
        gap: 5px;
        align-items: center;
        padding: 0 10px;
    }

.chat-box-layout .chat-input-message-layout{
    display: grid;
    grid-template-columns: 35px 1fr;
    align-items: center;
    border: 1px solid var(--lightGray);
}

.chat-input-message-layout span {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--presGold);
    height: 50px;
}

.chat-input-message-layout span svg{
    height: 25px;
    fill: #fff;
   
}

.chat-input-message-layout input{
    height:50px;
    padding: 0 10px;
    border: none;
    outline:none;
    font-size: 16px;

}

.chat-box-layout .send-message-btn {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-box-layout .send-message-btn svg {
        height: 35px;
        fill: var(--presGray);
}



.inquiry-btn:disabled {
    opacity: .7;
}



.alert-main-expandable-cont {
    --alertwidth: 320px;
}

.alert-main-expandable-cont {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: rgba(255,255,255,.4);
    z-index: 1002;
}

.alert-cont-type-ok {
    display: grid;
    grid-template-rows: 40px 1fr 60px;
    width: var(--alertwidth);
    border: 1px solid #d3d3d3;
    /*border-radius: 5px;*/
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px 3px rgba(9,9,9,.2);
    position: absolute;
    left: calc(100% - 50% - calc(var(--alertwidth) / 2));
    top: 20%;
}


.alert-header-cont-ok {
    width: 100%;
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
    background: #777;
}

.alert-content-cont-ok {
    width: 100%;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.alert-paragraph-ok {
    padding: 15px;
}

.alert-img-cont-ok {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert-footer-cont-ok {
    width: 100%;
    display: grid;
    padding: 0 20px;
}

.alert-button-ok {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    background: none;
    border: 1px solid;
    justify-self: center;
    cursor: pointer;
    letter-spacing: .1em;
    height: 45px;
}

    .alert-button-ok:hover {
        background: #e9e9e9;
        border: 1px solid #b9b9b9;
    }

.alert-icon-cont {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert-header-icon-success {
    display: flex;
    width: 25px;
    justify-content: center;
    align-items: center;
}

.alert-header-icon-error {
    display: flex;
    width: 15px;
    justify-content: center;
    align-items: center;
}

.alert-header-icon-warning {
    display: flex;
    width: 25px;
    justify-content: center;
    align-items: center;
}

.alert-header-icon-critical {
    display: flex;
    width: 20px;
    justify-content: center;
    align-items: center;
}

.alert-header-icon-info {
    display: flex;
    width: 20px;
    justify-content: center;
    align-items: center;
}

.color-error {
    background-color: #343A40;
    color: #fff;
}

.color-critical {
    background-color: #ff4343;
}

.color-warning {
    background-color: #FFC107;
}

.color-success {
    background-color: #74b547;
}

.color-info {
    background-color: #17A2B8;
}

.noSelect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.alert-cont-yesorno {
    display: grid;
    grid-template-rows: 50px 1fr 60px;
    width: 450px;
    height: 250px;
    border-radius: 5px;
    background: #ffff;
    overflow: hidden;
    position: absolute;
    top: calc(50vh - 300px);
    left: calc(50% - 225px);
    box-shadow: rgba(10,10,10,.3) 0px 0px 75px;
}

.alert-header-cont {
    display: grid;
    grid-template-columns: 1fr 65px;
    height: 100%;
    background: #74b5d5
}

.alert-header-text {
    padding-left: 20px;
    font-weight: 300;
    align-self: center;
}

.alert-header-close {
    align-self: center;
    justify-self: center;
    cursor: pointer;
    font-size: 1.5em
}

    .alert-header-close :hover {
        font-size: 2em;
    }

    .alert-header-close :active {
        color: #555;
    }

.alert-content-cont {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert-content-text {
    align-self: center;
    justify-self: center;
    font-weight: 300;
    text-align: center;
}



.alert-footer-cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    /*background: #74b5d5*/
}

.alert-footer-text-no {
    display: flex;
    justify-content: center;
    align-self: start;
    justify-self: center;
    cursor: pointer;
    border: 1px solid #999;
    width: 120px;
    padding: 10px;
}

    .alert-footer-text-no:hover {
        color: #777;
    }

.alert-footer-text-yes {
    display: flex;
    justify-content: center;
    align-self: start;
    justify-self: center;
    cursor: pointer;
    background: #999;
    width: 120px;
    padding: 10px;
    border: 1px solid #999;
}

    .alert-footer-text-yes:hover {
        background: #b9b9b9;
        color: #777;
    }



.invalid {
    border: 1px solid red;
}

.disabled {
    background: #999;
    color: #ffff;
}

    .disabled:hover {
        background: #999;
        color: #ffff;
    }



.hasDropdown {
    position: relative;
}

.dropdownUL {
    list-style-type: none;
    background: #FFF;
    position: absolute;
    width: 100%;
    z-index: 998;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    max-height: 180px;
    overflow-y: scroll;
    top: 100%;
}

    .dropdownUL .dropdownLI {
        padding: 7px;
        font-size: 14px;
        /* font-family: monospace; */
        cursor: pointer;
        text-transform: capitalize;
    }

.dropdownLI.active {
    background: #dbdbdb;
    border-bottom: unset !important;
}

.custom-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #d5d5d5 #ffffff;
}
    /* Chrome, Edge, and Safari */
    .custom-scrollbar::-webkit-scrollbar {
        width: 8px;
    }

    .custom-scrollbar::-webkit-scrollbar-track {
        background: #fff;
    }

    .custom-scrollbar::-webkit-scrollbar-thumb {
        background-color: #d5d5d5;
        border-radius: 20px;
        border: 1px solid #fff;
    }


.rotate-360 {
    transform: rotate(90deg);
}


/**popup/modal**/
.image-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: rgb(0 0 0 / 40%);
    z-index: 1001;
}

.image-modal-content {
    position: relative;
    width: 100%;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px 3px rgb(9 9 9 / 20%);
    top: 50%;
    transform: translateY(-50%);
    padding: 15px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.image-modal-header {
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
}

.image-modal-header .close-modal {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.image-modal-body {
    margin-top: 20px;
}

.image-modal-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}


.home-slider-container {
    width: 100%;
    /* height: calc(100vh - 100px); */
    height: 600px;
    position: relative;
    overflow: hidden;
}
.slide {
    width: 100%;
    position: absolute;
    transition: all 0.5s;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slider-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 10px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background-color: #FFF;
    font-size: 18px;
    z-index: 99999;
    opacity: .5;
}

    .slider-btn svg {
        /*fill: #FFF;*/
    }

.slider-btn-next {
    top: 45%;
    right: 2%;
}

.slider-btn-prev {
    top: 45%;
    left: 2%;
}

.input-error {
    border: 1px solid red !important;
}

