@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100&display=swap');

body{
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
}

body:first-letter {
    text-transform: capitalize
}
body::-webkit-scrollbar {
    width: 8px;
  }
body::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
  body::-webkit-scrollbar-thumb {
    background: #e24041; 
  }
  body::-webkit-scrollbar-thumb:hover {
    background: #c12727; 
  }
  ::selection {
    color:#fff;
    background: #e24041;
  }
a:hover{
    text-decoration: none;
}
.container-fluid {
    max-width: 1455px;
}
.tophight{
    height:100px;
  }
.btn{
    height: auto !important;
    font-weight: 500;
}
.tooltipcolor{
    color: #000;
    cursor: pointer;
}
.tooltipcolor:hover{
    color: #000;
    cursor: pointer;
}
.tooltip-inner {
    padding: 20px 20px;
    max-width: 350px !important;
    text-align: left;
    background: #fff;
    color: #333;
    box-shadow: 0px 0px 20px 0px #c3c3c3;
}
.tooltip.show{opacity: 1 !important;}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before{
    border-top-color:#fff;
}
.tooltip-inner ul {
    padding: 0;
    text-align: left;
    margin: 0;
    list-style: auto;
    padding-left: 17px;
}
.sustain_dropdown .dropdown-menu{
    position: static!important;
    transform: translate(0px, 0px)!important;
    box-shadow: none;
    min-height: 75px;
}
.sustain_dropdown ul li{
    background:transparent;
    padding: 5px 0px 5px 0px;
}
.sustain_dropdown .dropdown-menu li a{
    padding: 0px 5px 5px 5px !important;
background: transparent !important;
border-bottom: none;
font-size: 11px !important;
color: #000 !important;
}
.sustain_dropdown .dropdown-menu .sustain_box{
    border-left: 1px solid #ddd;
    padding: 0px 0 0 5px;
}
.sustain_dropdown li .sustain_box a {
    color: #000 !important;
}
.sustain_dropdown li .sustain_box a:hover{
    background: #e13435 !important;
    color: #fff !important;
}
.sustain_dropdown .dropdown-item{
    white-space: normal;
}
.susarow .right-arrow{
    display: none;
}
.susarow .right-arrow2{
    float:right;
}
.sustain_dropdown .dropdown-toggle.show .right-arrow2{
    transform: rotate(90deg);
}
.sustain_dropdown  .dropdown-toggle::after{
  content: none;
}
.logo {
    width: 120px;
}
.header_padding{
    padding: 13px 0;
    border-bottom: 1px solid lightgray;
}
#thesquare-red-mob {
    padding: 0;
    margin: 0;
}
.cal.search-location {
    position: relative;
}
#dropdown_autocomp{
    width: 300px;
    position: absolute;
    left: -2px;
    right: 0;
    top: 37px;
    z-index: 9;
    background: #fff;
}
#dropdown_autocomp select{
    border: 0;
    outline: none;
}
#dropdown_autocomp option::before{
    content:none;
}
/* #thesquare-red-mob {
    display: -webkit-inline-box;
    display: -moz-inline-block;
    display: inline-block;
    position: relative;
    height: 46px;
    width: 75px;
    border: 4px solid #E13435;
}
#thesquare-red-mob:after {
    content: "the";
    font-size: 14px;
    color: #E13435;
    position: absolute;
    bottom: 0;
    right: 3px;
} */
.openstatus {
    background: #CEEEFC;
    padding: 1px 10px;
    display: inline-block;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 600;
    width: 60px;
}
.pendingstatus {
    background: #f9d1b5;
    padding: 1px 10px;
    display: inline-block;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 600;
    width: 65px;
}
.enqid_red{
    color:#e13435;
}

.fonts{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}
#nav {
    display: none;
    width: 250px;
    height: 100%;
    background: #64686c;
    top: 80px;
    right: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: fixed;
}
.dotmenu{
    display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
position: relative;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
background-color: transparent;
outline: 0;
border: 0;
margin: 0;
border-radius: 0;
padding: 0;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-moz-appearance: none;
-webkit-appearance: none;
-webkit-text-decoration: none;
text-decoration: none;
color: inherit;
text-align: center;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
font-size:28px;
padding: 3px;
border-radius: 50%;
overflow: visible;
color: rgba(0, 0, 0, 0.54);
-webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
color: #000;
border: 1px solid #c5c5c5;
border-radius: 50px;
width:53px;
height:53px;
}
.dotmenu.dropdown-toggle::after{
    content: none;
}
.cont_btn, .mail_icon{
    box-shadow: none;
   border: none;
   outline: none;
   margin-bottom: 0;
   text-transform: capitalize;
}
.mail_icon{
    font-size: 18px;
}
#btn-list-space {
    font-size: 14px;
    font-weight: 400;
}
.cont_btn i{
    font-size: 18px;
}
.cont_btn:active{
   box-shadow: none;
   border: none;
   outline: none;
}
.dropdown-item:focus, .dropdown-item:hover{
    color: #7e8892;
    background-color: transparent;
}
.navbar .currency{
    padding: 5px 4px;
text-align: center;
height: 36px;
width: 55px;
}
.navbar .first-item>span {
    margin-right: 0px;
}
.currency-list .currency-flag{
    width: 26px !important;
    height: 20px !important;
    background-repeat: no-repeat;
    background-size: 24px;
}
.currency-flag{
    width: 40px !important;
    height: 25px !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 28px !important;
}


.currency {
    width: max-content;
    margin-top: 0;
    position: relative;
    border: 1px solid #c5c5c5;
    padding: 5px;
    text-align: center;
}
.first-item {
    text-align: center !important;
    /* color: #333 !important;
    font-size: 12px !important;
    display:flex !important;
    align-items: center; */
    padding: 0 !important;
}

.currency .chosen-container-single {
        background: transparent!important;
        border:0!important;
}
.currency .chosen-container-single a span {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}
.currency ul.chosen-results {
    max-height: 200px;
    text-align: left;
}
#currency-flag-id, #currency-flag-id-mobile{
    left: 0;
    top: 29px !important;
     width: 80px !important;
}
.currency-list{
    padding: 4px 5px !important;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.square-dash-phone {
    display: none!important;
}

#search-module--check-in {
    border-left: 1px solid #000;
    border-radius: 0;
    text-align: center;
    font-size: 13px;
}
#search-module--check-out {
    border-right: 1px solid #000;
    border-radius: 0;
    text-align: center;
    font-size: 13px;
}
.search-options {
    box-shadow: 0px 4px 12px rgb(0 0 0 / 25%);
    border-radius: 4px;
    padding: 2px 10px 2px 2px;
    margin-right: 17px;
    background: #fff;
    max-width: 520px;
    width: 100%;
}
.searchbxx .cals{
    width: 188px;
}
label{
    margin-bottom: 5px;
    font-weight: 500;
}
.form-control{
	font-size: 13px;
}
input,select {
    height:40px;
    width: 100%;
    border: 1px solid rgb(0 0 0 / 10%);
    box-shadow: none;
    margin-bottom:8px;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 6px;
    background:#fff;
    color: #333;
}
input:focus {
    box-shadow: none;
    outline: none;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url({{STATIC_IMG_URL}}/corporates/img3/downarow.png) no-repeat 101% 50%;
    background-size: 10px;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
}
textarea{
    height: 80px;
    width: 100%;
    border: 1px solid rgb(0 0 0 / 10%);
    box-shadow: none;
    margin-bottom: 0;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 6px;
}
textarea:focus {
    box-shadow: none;
    outline: none;
}
input[type='file'].form-control{
    line-height: 26.5px;
}
td input, td select, td textarea{
   margin-bottom: 0;
}
.is_instant{
    display: flex;
    align-items: center;
}
.radio {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
input[type="radio"] {
    -webkit-appearance: none;
    background: #fff!important;
    width: 15px!important;
    height: 15px!important;
    border: 2px solid #c5c5c5;
    border-radius: 50%;
    min-height: 1px!important;
    margin-bottom:0;
    margin-right: 5px;
    padding: 6px;
   }
   input[type="radio"]:checked {
    background: green!important;
    border: 2px solid green!important;
    padding: 6px;
   }
   input[type="checkbox"] {
    -webkit-appearance: none;
    background: #fff!important;
    width: 15px;
    height:15px;
    border: 1px solid #c5c5c5;
    vertical-align: middle;
    position: relative;
    min-height: 1px!important;
    margin: 0;
    border-radius: 4px;
    padding: 0;
   }
   input[type="checkbox"]:checked {
    background: green!important;
    content: "\2713";
    color: #fff;
    border: 1px solid green;
   }
   input[type="checkbox"]:checked::after{
    content: "\2713";
    color: #fff;
    position: absolute;
    top: -4px;
    z-index: 9;
    font-weight: bold;
    right: -3px;
    width: 15px;
   }
.cal-guest{
    width:140px;
    height: 35px;
    background: #fff;
    margin-right: 12px;
}
.search-module__main input{
    margin-bottom: 0;
    border: 0;
    font-size: 13px;
    height: auto;
}
.otherbxx {
    display: flex;
    align-items: center;
}
#search-module__checkin {
    position: relative;
}
#search-module__checkin:after {
    content: "";
    width: 5px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 50%;
}
#search_module__guests_chosen a span{
    width: 60px;
    display: inline-block;
    text-align: center;
    padding: 7px 0;
    color: #333;
}
.chosen-results {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}
.chosen-container{
    position: relative;
    font-size: 13px;
}
.cal-guest select{
    border: 0;
    color:#7d7d7d;
    background: transparent;
}
.chosen-container:focus-visible, .search-module--guests:focus-visible, .cals:focus-visible,.cal-guest:focus-visible{
   outline: none;
   border: 0;
   box-shadow: none;
}
.cal-guest select:focus-visible, .cal-guest select:focus{
    outline: none;
    border: 0;
    box-shadow: none;
}
.chosen-container .chosen-drop {
    position: absolute;
    width:100%;
    left: -1px;
    z-index: 1010;
    box-sizing: border-box;
    border: 1px solid #c5c5c5;
    border-top: 0;
    background: #fff;
    -webkit-transform: translate3d(0,0,0);
    display: none;
}
.cal-guest .chosen-container{
    border: 0;
}
.chosen-container-single .chosen-search input[type=text] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #c5c5c5;
    background: url(../img3/icons/chosen-sprite.png) 100% -20px no-repeat #fff;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}
.chosen-with-drop .chosen-drop{
   display: block;
}
.topsearch_btn{
    height: 30px !important;
    min-width: 30px;
    width: 30px;
    font-size: 14px;
    padding: 0px 5px;
    border-radius: 30px !important;
    font-weight: 600;
    opacity: 1;
    visibility: visible;
    color: #fff;
}
.active-result.highlighted em {
    color: #000;
    font-weight: bolder;
    font-size: 14px;
}
.footerselect + .chosen-container .chosen-results .active-result{
    font-weight: 400;
    line-height:28px;
    color: rgb(226, 64, 65);
    font-size: 13px;
    padding: 0 15px;
    text-align: left;
}
.top_heading{font-size: 16px;}
.top_heading,h3,h6 {
    color: inherit !important;
}

.header_search {
    height: 99px;
    min-height: 60px;
    background: rgba(0, 0, 0, .7);
    overflow: visible;
    position: fixed !important;
    top: 0;
    z-index: 1000
}

.header_upper .header_upper_r a.email_icon {
    color: #fff;
    font-weight: 700;
    cursor: pointer
}

.header_upper .header_upper_r a img {
    height: 15px
}

.header_upper_r span {
    font-weight: 300
}
.dropdown-menu{
    background-color: white;
    box-shadow: -4px 4px 12px rgb(0 0 0 / 10%);
    border-radius: 0px 0px 4px 4px;
    min-height: 100px;
    min-width: 150px;
    padding: 0;
    border: 0;
}
.sidemenu_new button, .sidemenu_new a{
    /* padding: 10px 0px;
    margin: 0;
    font-size: 14px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #c5c5c5; */
    width: 100%;
    text-align: left;
    /* background: transparent;
    box-shadow: none;
    font-weight: 600; */
    color: #3E3E3E !important;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
}
.sidemenu_new a {
    padding: 5px 0px;  
}
.offcanvas-body .currency_menu .currency-list{
    color: #000;
}
.sidemenu_new button:active{
    box-shadow: none;
    outline: none;
    border: 1px solid;
    border-color: #fff !important;
}
#account-collapse {
    margin-left: 35px;
}
#accordionFlushExample li a{
    width: 100%;
    display: inline-block;
}
#accordionFlushExample .accordion-button.active{
    color: #fff !important;
}
#accordionFlushExample li.active a {
    color: #e13435 !important;
}
.offcanvas-header {
    background: rgb(221 221 221 / 24%);
    padding:10px 25px 10px 25px;
}
.offcanvas-body .iconmenu {
    margin-right: 10px;
}
/*******left menu style********/
.offcanvas-body .accordion-header i {
    margin-right: 10px;
	font-size: 18px;
}

.offcanvas-body .accordion-item{
	border: 0;
}
.offcanvas-body #accordionFlushExample .accordion-button{
	background: #fff;
	box-shadow: none;
    color: #fff;
	font-size: 14px;
    font-weight: 600;
	padding: 10px;
}
.offcanvas-body #accordionFlushExample .accordion-button a{
	color: #333;
}
.offcanvas-body #accordionFlushExample .accordion-button:focus{
	box-shadow: none;
	outline: none;
}
.offcanvas-body #accordionFlushExample .accordion-button.collapsed {
    background: #fff;
    color: #3E3E3E;
	font-size: 14px;
    font-weight: 600;
	padding: 10px;
}
.offcanvas-body #accordionFlushExample .accordion-button.active{
 background: #3E3E3E;
 color: #fff;
 border-right: 4px solid #E13435;
}
.offcanvas-body #accordionFlushExample .accordion-button.active a{
	color: #fff !important;
}
.offcanvas-body #accordionFlushExample .accordion-button.active svg{
	fill: #fff !important;
}
.offcanvas-body #accordionFlushExample .accordion-button:not(.collapsed)::after{
    filter: brightness(255) sepia() hue-rotate(23deg) saturate(80);
}
.offcanvas-body #accordionFlushExample li.active a{
	color: #e13435;
}

.offcanvas-body #accordionFlushExample li a{
	padding: 5px 5px 5px 36px;
}
.offcanvas-body svg{
	fill: #3E3E3E;
}
.offcanvas-body .accordion-button.active svg{
	fill: #fff;
}
.offcanvas-body button.accordion-button.active svg {
    fill: #ffffff;
}
.offcanvas-body .dashbord_btn .accordion-button.active a {
    color: #fff;
    text-decoration: none;
}
.offcanvas-body .dashbord_btn .accordion-button.collapsed a {
    color: #3E3E3E;
    text-decoration: none;
	display: block;
    width: 100%;
}
.offcanvas-body .dashbord_btn a{
	/* color: #fff; */
	text-decoration: none;
}
.offcanvas-body #accordionFlushExample .accordion-button i{
	color: #3E3E3E;
}
.offcanvas-body #accordionFlushExample .accordion-button.active i{
	color: #fff;
}

.offcanvas-body .dashbord_btn .accordion-button::after{ width: 0;}
.offcanvas-body .dashbord_btn .accordion-button.collapsed svg {
    fill: #3E3E3E;
}
/*******left menu style********/
.sidemenu_new a i, .sidemenu_new button i{
    font-size: 20px;
    margin-right: 10px;
}

.dropdown-item {
    white-space: nowrap;
    border-bottom: 1px solid #ececec;
    color: black;
    font-size: 14px;
    cursor: pointer;
    padding: 8px 10px;
    font-weight: 400;
    display: block;
}
.table-bordered>:not(caption)>*{
    border-top: 0;
}

.main-list,
ul.cities_list {
    background-color: #fff;
    align-content: space-between;
    position: relative
}

.btn-toggle {
    padding: 0.25rem 0.5rem;
    background-color: transparent;
}

.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}
.offcanvas-body{
    overflow-y: inherit;
}
.offcanvas-body ul{
    list-style: none;
    margin: 0;
    padding: 0;
   
}
.caret_align{
    color: #e13435;
    float:right;
}
.caret_align_new{
    float: right;
    width: 16px;
    margin-top: 6px;
}
.offcanvas-body .currency {
    margin-top: 0;
    position: relative;
    border: 0;
    /* border-bottom: 1px solid #c5c5c5; */
    text-align: left;
    padding: 10px 0;
    width: 100%;
}
.offcanvas-body .first-item {
    padding: 0 !important;
    text-align: left !important;
}
.offcanvas-body .currency .chosen-container-single {
        background: transparent!important;
        border:0!important;
}
.offcanvas-body .currency .chosen-container-single a span {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}
.offcanvas-body .currency ul.chosen-results {
    max-height: 200px;
    text-align: left;
}
.offcanvas-body #currency-flag-id, #currency-flag-id-mobile{
    left: 0;
    top: 38px !important;
    width: 101% !important;
}
.offcanvas-body .currency_menu #currency-flag-id-mobilemenu{
    position: absolute;
    background:#fff !important;
    color: #7e8892 !important;
    width: 100%;
    text-align: left;
    padding: 0;
    top:41px;
    height: 203px;
    overflow-y: auto;
    border-top: 1px solid #c5c5c5;
}

.offcanvas-body .currency_menu .currency-list{
    border-bottom: 1px solid #c5c5c5;
    padding: 7px 0px !important;
}
.offcanvas-body .currency_menu .currency-flag{
    vertical-align: middle;
}
.offcanvas-body .currency_menu .caret{
    position: static;
    float: right;
    margin-top: 5px;
    margin-right: 25px;
}
.hide.show_currency {
    display: block;
}

.request-a-callback.only-mobile .callback {width: 45px!important;height: 45px!important;margin-top: 10px;box-shadow: 4px 4px 4px #ccc;
text-align: center;
border-radius: 50%;background: #e13435;
}
.request-a-callback.only-mobile .callback img {max-width: 17px!important}
.hideon_desktop{
    display: none;
}
.search_width{
    width: 100%;
}
td.old.disabled.day, td.disabled.day {
    color: #ddd;
}
.search_aignment{
    display:flex;
   align-items:center;
justify-content:center
}
.search_aignment_inner{
    display:flex;
   align-items:center;
justify-content:center
}


#toggle{
    list-style: none;
}
#accordionFlushExample + #toggle {
    margin-left: 10px;
}
#accordionFlushExample + #toggle a{
    font-weight: 600;
}

#accordionFlushExample + #toggle button{
    padding: 0 10px 0 0;
}
ul.destinations {
    width:700px;
    max-height: 500px;
    padding: 0 !important;
    left: -101px !important;
    height: auto
}

.inner_container,
.main-list {
    height: 100%
}

.main-list {
    width: 100%
}

ul.cities_list {
    list-style: none;
    max-height: 480px;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
    flex-flow: column wrap;
    flex: 0 1 auto;
    height: 100%;
    padding: 0;
}
.cities_list .tabs{
    width: 100%;
}
ul.cities_list li {
    color: #4a4a4a !important;
    width: 150px;
   font-size: 13px;
}

ul.cities_list li h5 {
    color: #000;
    margin-top: 0;
    margin-bottom: 6px
}

li.region {
    padding-bottom: 0 !important
}

li.city {
    padding-bottom: 8px
}

.header_search .header-nav .dropdown .dropdown-menu.destinations::before {
    right: 77% !important
}

.suburb {
    padding-left: 20px;
    padding-top: 5px;
    list-style: none
}

.city a {
    color: #4a4a4a !important
}

.city a:hover {
    color: #e13435 !important
}

li.city>a {
    font-size: 12px !important
}

.suburb a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
    padding: 3px 0px;
    font-weight: 300;
}
.hide{
    display: none;
}
.main-list .tab-links {
    width: 22%;
    float: left;
    /* border-right: 1px solid #c5c5c5; */
    padding-top: 5px;
    height: 465px;
}

.main-list .tab-content {
    display: inline-block;
    width: 78%;
    height: 465px;
    float: left;
    padding: 10px 25px 15px;
    border: 1px solid #c5c5c5;
}

.main-list .inner-list li {
    display: inline-block;
    /* float: left; */
    padding: 5px 0;
    line-height: normal;
    font-size: 13px;
}
.top_neighbourhoods {
    border-bottom: 1px solid #c5c5c5;
    margin: 15px 0 !important;
}
ul.inner-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.inner-list li a {
    text-transform: capitalize !important
}
ul.inner-list li a:hover{
    color: rgb(126, 136, 146);
}
.all {
    clear: both;
    margin-top: 15px;
    display:block;
}
.all a{
    color: #000;
    text-decoration: underline;
    font-size: 13px;
}
.all a:hover{
    color: rgb(126, 136, 146);
    text-decoration: underline;
}
.main-list .tab-links li.active {
    border-bottom: 0 !important;
    position: relative
}

.main-list .tab-links li.active a {
    color: #e13435 !important;
    background: 0 0 !important
}

.main-list .tab-links li.active a::after {
    border-style: solid;
    border-width: 3px 3px 0 0;
    content: '';
    display: inline-block;
    height: 10px;
    transform: rotate(45deg);
    width: 10px;
    color: #e13435;
    position: absolute;
    right: -3px;
    top: 30%;
    vertical-align: middle
}
.nav-link{
    color:#333;
}
.tab h4 {
    margin-top: 5px;
    font-size: 13px
}

.tab {
    display: none
}

@-moz-document url-prefix() {
    .tab-links li a {
        text-shadow: none !important;
        border: 0 !important;
        outline: 0 !important;
        box-shadow: none !important
    }
}

.modal-title{
    font-weight: 400;
    color: inherit;
}
.modal-dialog{
    min-width:600px;
}
h2 {
    font-size: 22px;
    text-transform: capitalize;
}

/* #menuTab li a.active::after {
    border-style: solid;
    border-width: 3px 3px 0 0;
    content: '';
    display: inline-block;
    height: 10px;
    transform: rotate(45deg);
    width: 10px;
    color: #e13435;
    position: absolute;
    right: -3px;
    top: 30%;
    vertical-align: middle;
} */
.tab-links li a {
    padding:8px 10px;
    display: block;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    position: relative;
}
#menuTab.tab-links li a {
    padding: 4px 10px;
    color: #000;
}
#menuTab li a.active {
    color: rgb(126, 136, 146);
    outline: none;
}
span.right-arrow {
    float: right;
}
.flex_tab{
    display: flex;
}
.unstyled{
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}
.unstyled li {
    margin: 15px 0;
    /* border-bottom: 1px solid #c5c5c5; */
}
.unstyled li:last-child{
    border-bottom: 0;
}
.unstyled li ul {
    margin-bottom: 15px;
}
.unstyled li ul li {
    margin:0px;
    border-bottom:0;
}
.unstyled h3{
    font-size: 18px;
    margin-top: 20px;
}
.unstyled .radio{
    align-items: flex-start;
}
.plcy_name {
    min-width: 145px;
    white-space: nowrap;
    font-weight: 600;
}
.step_bg {
    background: rgba(225, 52, 53, 0.07);
    padding: 16px;
    border-radius: 16px;
}
/* .tab-bar .active{
    color: #fff!important;
    background: #e13435;
} */
.tab-bar .active a, .tab-bar li a{
    color: #fff!important;
 }
.tab-bar .active a:hover, .tab-bar li a:hover{
  color: black!important;
}
/* .tab-bar li {
    color: #fff!important;
    background: grey;
    text-align: center;
    border-bottom: 1px solid;
} */
.tab-bar li.step{
    background: transparent;
    text-align: center;
    position: relative;
    /* height: 100px; */
    width: 100%;
    }
    .tab-bar li.step::after{content: "";position: absolute;width: 41%;height: 1px;background: #3E3E3E;right: -6px; top:22px;}
    .tab-bar li.step::before{content: "";position: absolute;width: 41%;height: 1px;background: #3E3E3E;left: -6px; top:22px}
    .tab-bar li.step.first::before, .tab-bar li.step.last::after{content: none;}
    .tab-bar li.step span{color: #000;text-transform: capitalize;}
    .tab-bar li.step span.num{display: inline-block;width: 40px;height: 40px;margin: auto;border: 1px solid #E13435;border-radius: 50%;
    line-height: 35px; background:#E13435; color: #fff;font-weight: 600;}
    .tab-bar li.step.active span {color: #000;}
    .tab-bar li.step.active span.num, .tab-bar li.step.done span.num {
        border-color: #35893e;
        background: #35893e;
        color: #fff;
    }
    li.step.active::after, li.step.active::before, li.step.done::after, li.step.done::before{background: #35893e;}
    .dashborad-row, .img__{display: none!important;}
    li.step.next-step::before, li.step.prev-step::after{background: #35893e;}
    li.done span.num{
      background: #35893e;
    position: relative;
   color: #35893e;
    }
    li.done span.num::after {
      /* content: "\2713"; */
    color: #fff!important;
    position: absolute;
    top: 1px;
    z-index: 9;
    font-weight: bold;
    right: 11px;
    font-size: 18px;
    }
    .sidemenu_bg {
        background: #fff;
        border-radius: 5px;
    }
    #account-tab{
        margin: 0;
        padding: 0;
        list-style: none;
    }
    #account-tab li{
        display: block;
        /* border-bottom: 1px solid #ddd; */
    }
    #account-tab li a{
        display: block;
        padding: 5px 4px;
        color: #8A8A8A;
        font-weight: 500;
        text-decoration: none;
        text-transform: capitalize;
        transition: all 0.3s ease-in-out;
        /* border: 1px solid #000;
        border-radius: 4px;
        margin-top: 10px; */
    }
    #account-tab li a:hover{
       
        color: #E13435;
        transition: all 0.3s ease-in-out;
    }
  
    .nametext {
        color: #000;
        display: block;
        text-decoration: none;
        margin-bottom: 20px;
        text-transform: capitalize;
    }
    .nametext:hover{
        color: #000;
        text-decoration: none;
    }
    .border_right{
        border-right: 1px solid #c5c5c530;
        background: #f1f1f1;
        padding-top: 15px;
    }
    fieldset{
        padding: 15px;
        margin-top: 10px;
        border: 1px solid rgb(0 0 0 / 10%);
        border-radius: 5px;
        margin-bottom:15px;
    }
    legend {
        display: block;
        width: auto;
        margin-top: -30px;
        font-size:16px;
        line-height: 30px;
        border-bottom: 0;
        background: #fff;
        margin-bottom: 15px;
        font-weight: 700;
    }
    .datepicker .datepicker-switch{
        font-size: 12px;
    } 
    .datepicker td, .datepicker th{
    padding: 5px;
    border: 1px solid #e0dddd;
    font-size: 14px;
    font-weight: 400;
    }
   .datepicker-dropdown{
    border: 0px !important;
    margin: 0 !important;
    padding: 0 !important;
   /*  top:-30px !important; */
     min-height: auto;
     background-color: #fff;
   }
   .datepicker-dropdown.datepicker-orient-top:before{
    top: -7px !important;
    border-bottom: 7px solid #999 !important;
    border-top: 0 !important;
    bottom: auto;
   }
   thead.table-dark tr th {
    background: #404040!important;
    border-color: #404040;
    vertical-align: middle;
}
thead.table-dark tr th:first-child{
    border-radius: 8px 0 0 0;
    border: 0;
}
thead.table-dark tr th:last-child{
    border-radius: 0 8px 0 0;
    border: 0;
}

.footer {
    background: #F6F8F8;
    padding: 50px 0 20px;
}
.footer ul{
    list-style: none;
    padding: 0;
}
.footer ul li {
    line-height: 36px;
}
.footer  a {
    font-size: 14px;
    font-weight: 500;
    color: #64686c;
    text-decoration: none;
}
.footitle {
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    text-transform: uppercase;
    color: #000;
    display: block;
}
.footer .chosen-container-single{
    width: 100%;
    border: 1px solid #c5c5c5;
    padding: 10px 10px;
    color: #333;
    margin-top: 10px;
}
.footer .chosen-container-single a{
    color: #333;
    text-decoration: none;
}
.footer_currenyy .chosen-container-single{
    margin-top: 0;
}
.lgosmall {
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    height: 60px;
    background: #ffffff;
    margin-top: 30px;
    width:166px;
}
.sminner{
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}
.stext {
    line-height: 20px;
}
.footer_img {
    max-width: 100%;   
}
.footr_bodr {
    border-top: 2px solid rgb(0 0 0 / 40%);
    padding: 15px 0 0;
}
.vbar {
    margin: 0 10px;
}
.bottomfooter {
    background-color: #333;
    padding: 1px 0;
}
.social-links-container {
    line-height: 16px;
}
.terms-condition-copyright {
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.terms-privacy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.link-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    color: #fff;
    text-transform: capitalize;
    opacity: 1;
    text-decoration: none;
}
.link-text:hover {
    color: #fff;
    text-decoration: none;
}
.social-links-container a {
    margin: 0 7px;
    color: #fff;
    font-size: 24px;
}
.social-links-container a:hover {
    color: #E13435;
    text-decoration: none;
}
.copyright {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}
.callback{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #e13435;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 0;
    margin-left: 15px;
}
#callback .modal-dialog{
    min-width: 322px;
}
.table_outer {
    overflow: auto;
}
#apartments_add {
    margin-top: 20px;
}
.noti {
    margin-top: 8px;
    font-size: 14px;
}
td a {
    color: #000;
    text-decoration: none;
}
td a:hover{
    color: #000;  
}
h4{color: inherit !important;}
.rmbtn{
    padding-top:26px;
 }
 #TextBoxContainer h4 {margin:15px 0 10px;}
   .icon_plus + a{color: #4a4a4a;text-decoration: underline;}
 #TextBoxContainer h3, #TextBoxContainer h4 {font-size: 16px;}
 form .full-pattern-inner .control-group input.small{
    width:100%;
}
#btnAdd {
    margin: 10px 0;
}
.icon_plus {
    display: inline-block;
    width: 20px;
    height: 20px;
    /* background: #e13435; */
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 50%;
    line-height: 18px;
    border: 2px solid #fff;
   }
.apart_addition {
padding: 10px 0px!important;
/* background: #f7f7f7; */
border: 1px solid #c5c5c5;
margin-bottom: 15px;
}


.dynamic_price_tag{
width: 20%;
float: left;
padding: 7px;
}
.border_pricing{
border: 1px solid #c5c5c5;
padding: 7px;
}
.city_tax_ label.control-label {
    display: none!important;
 }

 .red{
    background: #E13435;
 }
 .redastrick{
    color: #E13435;
 }
 .btn-group button.multiselect{
    display:none!important;
    }
    .btn-group ul.multiselect-container{
    display:block!important; 
    height: 150px;
    position: relative;
    overflow-y: auto;
    width:100%;
    z-index:0;
    box-shadow:none;
    padding-left: 20px;
    margin-bottom: 12px;
   
    }
    #suburbs, #child_suburbs{display: none;}
    ul.multiselect-container.dropdown-menu {
     width: 100%;
     padding:0;
     z-index: 1;
     margin: 0;
 }
 .suburb-list.dropdown-menu{
    overflow: auto;
     max-height: 200px;
     column-count: 3;
 }
 .open_icon {
    font-size: 11px;
    color: #e13435;
    border: 1px solid #e13435;
    display: inline-block;
    padding: 5px 7px;
    margin-bottom: 18px;
    font-weight: 600;
    border-radius: 5px;
}
.dashboard-img {
    width: 100px;
    border-radius: 10px;
}
 
 .suburb-list.dropdown-menu>.active>a, .suburb-list.dropdown-menu>.active>a:hover, 
 .suburb-list.dropdown-menu>.active>a, .suburb-list.dropdown-menu>.active>a:focus,.suburb-list.dropdown-menu>.active>a:hover{
    color: #5c5c5c;
    background-color: transparent;
 }
 #suburbs + .btn-group{
    width: 100%;
 }
 #suburbs + .btn-group button, #child_suburbs + .btn-group button{
    text-align: left;
    width: 100%;
 }
 .btn-group .caret{
  right:10px;
 }
 .btn-group .btn-default{
 background-color: transparent;
 background-image: none;
 }
 .btn-group .btn-default:focus{
    box-shadow: none;
     outline: none;
 }
 
    .btn-group ul.multiselect-container li a{
    width:100%;
    display: block;
    }
    .btn-group ul.multiselect-container li label{
       padding-top: 0px;
     font-weight: 500;
     font-size: 13px;
    }
    .amenity_list_ {
        display: none;
    }

.amenity_list_ ul{
    margin: 0;
    padding: 0;
    list-style: none;
    /* column-count:3; */
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 10px;
}
.amenity_list_ ul li {
    line-height: 26px;
}
.amenity_list_ em{
    font-weight: 400;
    font-style: normal;
}
   .amenity_name_ {
      position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
   }
._dropdown .check-input {
    display: block;
}
   .amenity_list_ select {
    max-width: 232px;
    margin-bottom: 0;
}
/* .check-input input[type="checkbox"]:checked::after{
    top: -8px;
} */
.radio em, .main-img em
{
    font-weight: 600;
    font-style: normal;
}
#property-thumb li, #villa-thumb li{
    float: left;
    width: 25%;
    margin: 0;
    margin-bottom: 2%;
    margin-right: 10px;
    border-bottom: 0;
}
.main-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-e{
    margin:5px;
    margin-bottom: 50px;
    width: 150px;
    }
    .thumbnail-container{
    position: relative;
    margin-bottom: 8px;
    }
    .thumbnail{
    width:150px;
    height:100px;
    font-size: 65px;
    color: red;
    border: 1px solid #afafaf;
    text-align: center;
    line-height: 95px;
    }
    .delete{
    position: absolute;
    top: 0px;
    right: 0px;
    }
    .files .thumbnail-container .delete{
    width: auto;
    }
    .crop{
    position: absolute;
    right: 0px;
    bottom: 0px;
    }
    button.crop{
        border: none;
        background: none;
        background-color: rgb(0 90 74);
        color: white;
        padding: 4px 9px;
        margin: 0px;
        border-radius: 5px;
        font-size: 13px;
    }
    button.crop:hover{
    background-color:rgb(0 90 74 / 80%);
    }
    button.remove-img{
        border: none;
        background: none;
        background-color: rgb(90 0 0 / 75%);
        color: white;
        padding: 0px 8px;
        margin: 0px;
        border-radius: 5px;
        font-size: 22px;
        display: inline-block;
        line-height: 28px;
    }
    button.remove-img:hover{
        background-color: rgb(90 0 0 / 80%);
    }
    .glyphicon-remove:before
    input[type=radio]{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    }
    .thumbnail-text{
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    clear: left;
    margin-top: 4px;
    color: #e13435;
    font-weight: 500;
    font-size: 12px;
    }
    .altTagBtn{
    margin-bottom: 4px;
    white-space: normal;
    max-width: 100%;
    font-size: 12px;
    }
    #browse-photos, .videofile {
  background: #f7f7f7;
  border-color: #f7f7f7;
  color: #4a4a4a;
  /* height: 150px; */
  width: 300px;
  text-align: center;
  display: block;
  align-items: center;
  border: 3px dashed #ccc;
  text-decoration: underline;
  padding:30px;
  border-radius: 10px;
  margin-bottom: 20px;
    }
    #browse-photos>span{
      background: #f7f7f7;
      border-color: #f7f7f7;
      color: #4a4a4a;
    }
    input[type="radio"] {
      margin-top: 4px!important;
    }
    .fileinput-button input{left: 0;    height: 100%;}
    input[type="checkbox"] {
      vertical-align: baseline!important; 
    }
   #altTagsModal ul li{
    padding: 5px;
    border: 1px solid #c5c5c5;
    margin-bottom: 5px;
    margin-left: 5px;
    border-radius: 4px;
   }
   #altTagsModal ul li a{
    color: #333;
    text-decoration: none;
}
#altTagsModal ul li.active{
    border: 1px solid #E13435;
}
#altTagsModal ul li.active a{
    color:#E13435;
}
.fileinput-button{
    float: none !important;
    display: inline-block;
}
.referral-icon {
    width: 24px;
}
.probox{
    text-align: center;
}
.userProfile{
    position: relative;
  }
  .edit_img_btn {
    position: absolute;
      left: 27%;
      top:0;
      color: #fff;
      font-size: 15px;
      display: inline-block;
      padding: 6px 10px;
      border-radius: 50px;
      background: #9d1717;
      width: 35px;
      height: 35px;
  }
  .edit_img_btn:hover{
    color: #fff;
  }
  .group-wrap {
      margin-bottom: 20px;
  }
  .checkbox em{
    font-weight: 400;
  }
  input[type="checkbox"] {
      vertical-align: text-top!important;
  }
  .check-input input[type="checkbox"]:checked::after{
    top:-8px;
  }
  .pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pagination ul li {
    display: inline-block;
    border: 1px solid #797979;
    padding: 4px 5px;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    margin: 0 1px 15px 0;
}
.pagination.pagination-alphabet ul>li>a {
    padding: 0px 4px;
    margin: 0;
    text-align: center;
    color: #333;
    text-decoration: none;
    font-weight: 600;
}
.pagination ul li.active{
    color: #000;
    border: 1px solid #E13435;
}
.pagination ul li.active a{
    color: #E13435;
}
.pagination ul li a {
    color: #333;
    text-decoration: none;
    padding: 5px 6px;
    font-weight: 600;
}
.pagination li.disabled span {
    color: #333;
    text-decoration: none;
    padding: 5px 6px;
    font-weight: 600;
}
.pagination.pagination-alphabet ul>li.active{
 background-color: #E13435;
}
.pagination.pagination-alphabet ul>li.active a{
    color: #fff;
   }
.submenu2{
    top:0;
    left:-159px;
}
.submenu_product{
    top:0;
    left:-224px;
}
.submenu_resouce{
    top:0;
    left:-155px;
}
.submenu_relocation{
    top:0;
    left:-151px;
}
.submenu_areaguid{
    top:0;
    left:-151px;
}
.topchart {
    background: #F2F2F2;
    padding: 15px;
	border-radius: 32px;
}
.chart_inner {
    background: #fff;
	border-radius: 20px;
	padding-bottom: 10px;
}
.ch_headding {
    font-size: 14px;
    font-weight: 700;
    margin: 5px 0 15px 0;
}
.total_enq_box {
    padding: 12px;
    border-radius: 12px;
    color: #fff;
    width: 100%;
    /* max-width: 196px; */
    background-image: url('https://images.thesqua.re/arrow_outward.png') !important;
    background-repeat: no-repeat !important;
    background-position: 92% 18px !important;
}
.total_enq_box i{
    background: rgb(255 255 255 / 50%);
    border-radius: 6px;
    padding: 6px;
    width: 24px;
    height: 24px;
    color: #333;
}
.total_enq_box img{
    background: rgb(255 255 255 / 50%);
    border-radius: 6px;
    padding: 4px;
    width: 24px;
    height: 24px;
    color: #333;
}
.enqno {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    margin: 12px 0;
}
.lgreen{
    background: #8CB7A3;
}
.lblue{
    background: #4D4E8E;
}
.lred{
    background: #FF5F51;
}
.lyellow{
    background: #C9A64E;
}

.lgreen_shadow{
    box-shadow: 4px 8px 20px 0px #8CB7A380;
}
.lblue_shadow{
    box-shadow: 4px 8px 20px 0px #4D4E8E80;
}
.lred_shadow{
    box-shadow: 4px 8px 20px 0px #FF5F5180;
}
.lyellow_shadow{
    box-shadow: 4px 8px 20px 0px #C9A64E80;
}
.lorange_shadow{
    box-shadow: 4px 8px 20px 0px rgb(255 131 47 / 44%);
}
.ldark_blue_shadow{
    box-shadow: 4px 8px 20px 0px rgb(183 0 255 / 44%);
}
.darkgreen_shadow{
    box-shadow: 4px 8px 20px 0px rgb(0 170 104 / 44%);
}
.smallimg {
    padding: 6px !important;
}
.chrt_box{
padding: 12px 12px;
border-radius: 12px;
color: #fff;
}
.chrt_box p{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 5px;
}
.chrt_box span{
    font-size: 9px;
    font-weight: 600;
    display: block;
}
.chrt_box_blue_bg{
    background: #9747FF;
}
.chrt_box_orng_bg{
    background: #FF8947;
}
.chrt_box_green_bg{
    background: #009C64;
}
.chrt_box_red_bg{
    background: #FF6565;
}
.chrt_box_lightblue_bg{
    background: #8CB7A3;
}
.propr_box {
    display: grid;
    grid-template-columns: 35% 62%;
    gap: 10px;
    box-shadow: 0px 0px 10px 0px #0000001a;
    padding: 5px;
    border-radius: 16px;
    margin-bottom: 25px;
}

.propr_box img{
    max-width: 100%;
}
.pinfo {
    display: grid;
    width: 100%;
    grid-template-columns: 45% 45%;
    font-size: 9px;
    gap: 23px;
}
.pinfo p{
    margin-bottom: 0;
    display: inline;
}
.ptitle{
    color: #E13435;
    font-size: 14px;
    font-weight: 700;
    display: block;
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 16px;
    text-decoration: none;
}
.pcity{
    color: #8A8A8A;
    font-size: 12px;
    font-weight: 500;
}
.pinfo .smallimg{
    background: #E134351A;
    padding: 2px !important;
    border-radius: 6px;
    width: 16px;
}
.plink{
    /* border: 1px solid #7E8892; */
    display: inline-block;
    /* width: 24px;
    height: 24px; */
    border-radius: 5px;
    text-align: center;
    color: #383f48;
    font-size: 10px;
    text-decoration: none;
}
.plink:hover{
    color:#383f48;
  
}
.vlin {
    display: flex;
    /* justify-content: flex-end; */
    align-items: flex-end;
}
.dashbord_profile .dashboard-img{
    max-width: 150px;
}
.malign {
    display: flex;
    justify-content: center;
}
.fix_graph{
    position: sticky;
    position: -webkit-sticky;
    top:100px;
}
.brdradius{
    border-radius: 8px;
}
.pimg {
    position: relative;
}
.rank {
    position: absolute;
    bottom: 3px;
    left: 3px;
    width: auto;
    background: linear-gradient(92.42deg, #C59828 -16.21%, #FFD05A 122.04%);
    color: #fff;
    display: inline-block;
    padding: 0px 5px;
    border-radius: 4px;
    border: 0.5px solid #0000004D;
    font-size: 10px;
    font-weight: 500;
    line-height: 17px;
}

.bookingtab nav button{ 
        border-top: 0 !important;
        border-left: 0!important;
        border-right: 0!important;
        color: #8A8A8A !important;
        font-size: 16px;
        font-weight: 500;   
        padding: 10px 30px; 
}
.bookingtab button.nav-link.active{
    color: #E13435 !important;
    border-bottom: 2px solid #E13435!important;
}
.newprop_img {
    display: grid;
    grid-template-columns: 22% 74%;
    gap: 10px;
}
.newprop_img_inner img {
    max-width: 100%;
    width: 100%;
    border-radius: 8px;
}
.bokouter {
    display: flex;
    align-items: center;
    gap: 10px;
}
.bokouter input {
    margin: 0;
    height: 40px;
}
.ptitle2 {
    color: #E13435;
    font-size: 12px;
    font-weight: 500;
    display: block;
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 16px;
    text-decoration: none;
}
.supplier_box {
    padding: 20px;
    gap: 16px;
    border-radius: 32px;
    background: #F2F2F2;
    position: sticky;
    top: 100px;
    width: 100%;
    margin-bottom: 20px;
}
.supplier_box img {
    max-width: 100%;
    width: 100%;
}
.supName {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
    margin: 15px 0;
}
.supinfo {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    word-break: break-all;
    line-height: 17px;
}
.supinfo li {
    display: grid;
    grid-template-columns: 8% 91%;
    align-items: baseline;
    gap: 1px;
    padding: 0 0px 10px;
}

.supinfo i {
    font-size: 16px;
    margin-right: 8px;
}
.complete{
    font-weight: bold;
	padding: 18px;
    border-radius: 12px;
	}
	.complete_outer {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
.complete_outer .btn{
  font-size: 7px;
  font-weight: 600;
}
.complete .progress {
    height: 6px;
    margin: 15px 0;
}

.complete img{
    background: rgb(255 255 255 / 50%);
    border-radius: 6px;
    padding: 4px;
    width: 24px;
    height: 24px;
}
.table_border_zero tr{
    border-color: transparent;
}
.table_border_zero td{
   /* padding: 0; */
   font-size: 12px;
   font-weight: 600;
}
.table_border_zero td label{
    font-size: 12px;
    font-weight: 500;
    color: #8A8A8A;
 }
.fonts2 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 700;
}
.back {
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
    text-align: left;
    color: #1C1B1F;
    text-decoration: none;
}
.back:hover {
    color: #1C1B1F;
    text-decoration: none;
}
table th{
    font-size: 12px;
    font-weight: 600;
}








@media only screen and (min-width:1000px) {
  /*   .dropdown:hover .dropdown-menu {
        display: block;
    }   */

}
/* @media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
} */
@media only screen and (max-width:991px) {
    .offcanvas-body {
        overflow-y: auto;
    }
    .hideon_mobile{
        display: none
    }
    .hideon_desktop{
        display: inline-block;
        padding: 0;
        font-size: 25px;
    }
    .search_width{
        width:85%;
    }
}
@media only screen and (max-width:767px) {
    ul.products-drop li>div a, #relocation-collapse li a, #desti-collapse li a{
        line-height: 20px!important;
        padding: 10px 0 10px 20px;
    }
    .offcanvas-body .currency_menu #currency-flag-id-mobilemenu{
        width: 100px;
    }
    .amenity_list_ ul{
        /* column-count: 3; */
        grid-template-columns: 50% 50%;
    }
    .searchbxx .cals{width: auto;}
    .pagination ul li{
        margin: 5px 0;
    }
    .search_width{
        width: 69%;
        margin-left: 5px;
    }
    .search-options{
        padding: 0px 5px;
        border-radius: 10px;
    }
    .search_aignment{
        justify-content: flex-start;
    }
    .search_aignment_inner{
        display: block;
        width: 100%;
        margin: 0;
        position: relative;
    }
    .search-submit {
        position: absolute;
        right: 8px;
        top: 16px;
    }
    #search-module--check-in, #search-module--check-out{
        border-left: 0;
    text-align: left;
    padding: 4px 5px;
    height: auto;
    font-size: 11px;
    }
   
    .cal-guest {
        width: 180px;
    }
    .cal-guest select{
    font-size: 11px;
    }
.cals input{
    padding: 3px 5px;
    height: auto;
    border-bottom: 1px solid #c5c5c5;
    border-radius: 0;
    width: 85%;
    font-size: 11px;
    }
    .cals {
        margin-right: 30px;
    }
    .smlogo {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-gap: 10px;
    }
    .stext{
        font-size: 13px;
    }
    .lgosmall{
    width: 96%;
    margin-bottom: 30px;
    }
    .footer ul li {
        line-height: 26px;
    }
    .footer ul li a{
        font-size: 12px;
    }
    .terms-condition-copyright {
        flex-direction: column;
    }
    .link-text{
        font-size: 12px;
    }
    .social-links-container a{
        font-size: 20px;
    }
    .copyright{
        font-size: 12px;
    }
    .social-links-container a{
        font-size: 20px;
        margin: 0 7px 10px;
        display: inline-block;
    }
    .dynamic_price_tag{
        width: 100%;
        float: none;
        }
        #search-module__checkin:after {
            left: 80%;
        }
        .modal-dialog{
            min-width: auto;
        }
        .total_enq_box {
            margin-bottom: 30px;
        }
}
@media only screen and (max-width:667px){
    .col-sm-3.mobilewidth {
        width: 50%;
    }
    .supplier_box{
        margin-top: 20px;
    }
    .chrt_box{
        margin-bottom: 10px;
    }
    .bokouter{
        margin-top: 20px;
    }
    .smlogo {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-gap: 10px;
    }
    .stext{
        font-size: 13px;
    }
    .lgosmall{
    width: 96%;
    margin-bottom: 30px;
    }
    footer ul{
        column-count: 2;
    }
    .amenity_list_ ul{
        /* column-count: 2; */
        grid-template-columns: 50% 50%;
    }
    .flex_tab {
       /*  display: grid;
        grid-template-columns: 50% 50%; */
        display: grid;
        grid-template-columns: 40% 40% 40% 40% 40% 40% 40% 40%;
        overflow: scroll;
    }
    .tab-bar li.step{
        height: auto;
    }
    .flex_tab .unstyled li{
        margin: 5px 0;
    }
    .offcanvas.offcanvas-end {
        width: 100% !important;
        border-left: 0;
    }
}
@media only screen and (max-width:480px){
    .amenity_list_ ul{
        column-count: 1;
    }
    .propr_box{
        display: block;
    }
    .pimg {
        margin-bottom: 10px;
    }
    .supplier_page_tabs nav .nav-tabs {
        display: block;
        width: 100%;
            }
    .supplier_page_tabs nav .nav-link {
        display: block;
        width: 100%;
              }
}

.control-label .new-tag:first-child {
    background-color: #dc3545;
    color: white;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 12px;
}

.custom-select {
    position: relative;
    width: 100%;
    max-width: 300px;
}

.custom-select select {
    display: none;
}

.select-box {
    display: inline-block;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
}

.select-box ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    background: white;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    z-index: 100;
}

.select-box li {
    padding: 8px 12px;
    cursor: pointer;
}

.select-box li:hover {
    background: #f5f5f5;
}

.select-box li.selected {
    background: #d3f8e3;
}

.select-box li input {
    margin-right: 8px;
}