/* ROOT VARIABLES */
:root {
  --var-white-color: #fff;
  --var-black-color: #000;
  /* --var-theme-color: #ae0c0d; */
  /* --var-theme-color: #ae0c0d; */
  --var-theme-color: #000000;
  /* --var-accent-color: #636363; */
}

@font-face {
  font-family: "myWebFont";
  /* src: url("../fonts/Swis721_Cn_BT_Bold.ttf"); */
  src: url("../fonts/Swiss721BoldRoundedBT.ttf");
  /* font-weight: 700; */
}

/* GENERAL STYLES */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 14px;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  font-size: 1rem;
  font-weight: 400;
  font-family: "myWebFont", Fallback, sans-serif;
}
a:hover {
  color: red !important;
}
.favorites-btn:hover {
  color: #fff !important;
}
.login_form a {
  color: black;
  font-weight: bold !important;
}
.edit-property {
  color: black !important;
  font-weight: bold !important;
}
.upload-property {
  background-color: red !important;
  border-color: red !important;
}
.edit-property:hover {
  color: red !important;
}
/* Remove the focus outline */
.custom-dropdown:focus {
  outline: none !important;
}

/* Change the option hover color to red */
.custom-dropdown option:hover {
  background-color: red !important;
  color: white !important; /* You can adjust the text color as needed */
}
@media (max-width: 425px) {
  .full-width {
    width: 100% !important; /* Override any other conflicting styles */
    text-align: center !important;
  }
}
.propTabs .slick-next,
.propTabs .slick-prev {
  top: 25% !important;
}
.propTabs .slick-prev {
  left: -32px !important;
}
.propTabs .slick-slide {
  height: inherit !important;
  /*width: auto !important;*/
}
.slick-next:before,
.slick-prev:before {
  font-family: none;
}
.slick-prev:before {
  content: "\f053" !important;
  font-family: "fontawesome";
  font-size: 15px !important;
  color: black !important;
  display: block; /* Change the display property to "block" */
  padding-top: 5px !important; /* Center the icon horizontally */ /* Reset the line-height to control vertical alignment */
  margin-top: 12px !important; /*
}

.slick-next::before {
content: '\f054' !important;
font-family: 'fontawesome'; 
font-size: 15px !important;
color: black !important;
display: block; /* Change the display property to "block" */
  padding-top: 5px !important; /* Center the icon horizontally */ /* Reset the line-height to control vertical alignment */
}
.slick-next::before {
  content: "\2190"; /* Unicode character for left arrow (←) */
  font-size: 20px; /* Adjust the font size as needed */
  color: #ff0000; /* Adjust the icon color as needed */
}
.slick-next::before {
  content: "";
  position: absolute;
  left: -2px; /* Adjust the left position as needed */
  top: 50%; /* Center the icon vertically */
}
/* first slider css */
.slick-prev:before {
  content: "\f053" !important;
  font-family: "fontawesome";
  font-size: 15px !important;
  color: black !important;
  display: block; /* Change the display property to "block" */
  padding-top: 3px !important; /* Center the icon horizontally */ /* Reset the line-height to control vertical alignment */
  border: 1px solid gray;
  border-radius: 50% !important;
  width: 23px !important;
  height: 23px !important;
}
.slick-next:before {
  content: "\f054" !important;
  font-family: "fontawesome";
  font-size: 15px !important;
  color: black !important;
  display: block; /* Change the display property to "block" */
  padding-top: 3px !important; /* Center the icon horizontally */ /* Reset the line-height to control vertical alignment */
  border: 1px solid gray;
  border-radius: 50% !important;
  width: 23px !important;
  height: 23px !important;
}
section {
  padding: 1.2rem 0;
}
.catActive {
  border-bottom: 2px solid #6c757d;
}
/* home page */

.lform {
  justify-content: space-around;
  background: var(--var-white-color);
  padding: 0px 1px 0px 3px;
  border-radius: 20px;
  border: 1px solid var(--var-white-color);
  box-shadow: 2px 2px 4px rgb(152, 149, 146);
  align-items: center;
}
.lform label {
  color: var(--var-black-color);
  font-size: 1rem;
  font-weight: 600;
  /* margin-right: 1rem; */
}
.lform input {
  text-align: center;
  border: 0 0 0 2px solid var(--var-black-color);
  width: 100%;
  border-radius: 25px;
}

.prpt {
  font-size: 1rem;
  font-weight: bold;
  padding: 1rem 1rem;
  display: inline-block;
}
.prpt a {
  text-decoration: none;
  color: var(--var-black-color);
}
.wld i {
  font-size: 1.4rem;
  padding: 0 1rem;
}

.us_span {
  padding: 0.8rem 1rem;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid var(--var-white-color);
  box-shadow: 2px 2px 4px rgb(152, 149, 146);
}
.us_span i {
  color: var(--var-black-color);
  font-size: 1rem;
  font-weight: 600;
  padding: 0.3rem 0.5rem;
}
.btns_wrp {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.btns_inn img {
  max-width: 25px;
}

.btns_inn i {
  font-size: 1.7rem;
  color: #6b6b6b;
}
.btns_inn:hover .btns img {
  cursor: pointer;
  transform: scale(1.1);
}

.btns_inn {
  display: inline-grid;
  text-align: center;
  align-items: center;
  place-items: center;
  /* margin-right:20px;
  margin-left: 20px; */
}
.btns_inn a {
  text-decoration: none;
  color: var(--var-black-color);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 0;
  text-wrap: nowrap;
}
/* .propTabs .slick-slide.slick-active {
    width: auto !important;
} */
.btns_inn a:hover {
  border-bottom: 2px solid #6c757d;
}

.btn_fw {
  background-color: var(--var-white-color);
  color: var(--var-black-color);
}
.btn_fw:hover {
  border: 2px solid #000;
}

.btn_fp {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.btn_fp:hover {
  border: 2px solid #000;
}

.pr_wrp {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-top: 1rem;
  align-items: top;
}

.pr_Cont h4 {
  font-size: 1.2rem;
  font-weight: 600;
  /* padding: 1rem 0; */
  margin-bottom: 0.2rem;
}
.btn-outline-secondary {
  border-color: #000;
  color: #000;
  border: 1px solid;
  background-color: #fff;
}
.btn-outline-secondary:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
  border: 2px solid;
}

.pr_Cont h5 {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: start;
  font-weight: 5600;
  color: grey;
}

.newTabs {
  /* padding-top: 3.3rem; */
  margin-bottom: 11rem;
}

.footer {
  background: var(--var-theme-color);
  padding: 1rem;
}

.plinks a,
.pspan span,
.pright {
  text-decoration: none;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  padding: 0 0.4rem;
}
/* home page */

/* about us page */
.abt_text h3 {
  color: var(--var-black-color);
  font-size: 1.5rem;
  padding: 0 0.5rem;
}

/* about us page */

/* ads us page */

.ads_sec {
  background-image: url("../images/ad2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hrtz {
  /* background-image: url("../images/ad2.png"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3.5rem 1rem;
}

.hrtz h2 {
  font-size: 3rem;
  font-weight: bold;
}
.hrtz h5 {
  font-size: 1.25rem;
  font-size: 1.6rem;
  font-weight: 500;
  padding-right: 2rem;
}

.ad_top {
  padding-top: 0.6rem;
  font-size: 1rem;
  color: grey;
}
h6.ads_text {
  font-size: 1.3rem;
  color: #3c3b3b;
}

.ads_sec img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.mt-37 {
  margin-top: -37px !important;
}

.ad3_div,
.ad4_div {
  position: relative;
}
.ad3_text {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  /* text-shadow: 2px 2px rgb(0, 0, 0); */
}
h4.ad3_text {
  transform: translate(11%, 180px);
}
p.ad3_text {
  transform: translate(5%, 212px);
}
.ad4_text {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  /* text-shadow: 2px 2px black; */
}
h4.ad4_text {
  transform: translate(50%, 65px);
}
a.ad4_text {
  transform: translate(222px, 188px);
}
/* ads us page */

/* info page */

.info_wrp {
  padding: 1rem 2rem;
  /* border: 1px solid; */
  border-radius: 6px;
  box-shadow: 2px 2px 10px grey;
  min-height: 200px;
  cursor: pointer;
}
.info_title {
  font-weight: bold;
}

.info_text {
  padding-right: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--var-theme-color);
}
.info_wrp img {
  padding: 1rem 0;
  max-width: 62px;
  height: auto;
}
.info_wrp-3 img {
  padding: 1rem 0;
  max-width: 40px !important;
  height: auto;
}

/* info page */

/* house page */
.hs_rat {
  display: flex;
  gap: 2rem;
}

.hs_rat span {
  font-size: 0.9rem;
}

.hs_rat i {
  font-size: 0.8rem;
}

.host_title {
  color: #000;
  font-size: 2rem;
  font-weight: bold;
}

.host_desc {
  color: #999;
}

.here {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1rem 0;
  padding-right: 2rem;
}
.offer {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0rem 0;
}
.offer_wrp {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}

.offer_wrp span {
  font-size: 0.8rem;
  padding: 0.6rem 0;
}

.amn_btn {
  border: 1px solid black;
  border-radius: 10px;
  font-weight: 600;
  margin: 1rem 0;
}

.rev_wrp {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
}

.rev_head {
  font-size: 1rem;
  padding: 2rem 0;
}

.rating {
  width: 100px;
  height: 1rem;
  background-color: #000;
  color: white;
  text-align: center;
  border-radius: 10px;
}

.tst_inf_wrp h6 {
  font-size: 1.3rem;
  font-weight: bold;
  color: black;
  margin: 0;
}

.tst_info {
  display: flex;
  gap: 1rem;
  /* align-items: center; */
}

.tst_inf_wrp {
  color: grey;
}
.tst_img {
  max-width: 20%;
}

.tst_img {
  max-width: 40px;
  height: auto;
  border-radius: 50px;
}
.tst_cont {
  padding: 1rem;
  margin-right: 3rem;
}

.tst_cont a {
  /* text-decoration: none; */
  color: black;
  font-weight: bold;
}
.tst_wrp {
  padding: 0 1rem;
}

/* house page */

h3.let {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--var-theme-color);
  padding: 1rem 0;
}

.desc_type input {
  visibility: hidden;
}

.desc_type_inn {
  background: var(--var-white-color);
  padding: 0.4rem;
  margin: 0.2rem;
  border-radius: 10px;
  transition: all.2s linear;
  box-shadow: 1px 1px 2px grey;
}

.desc_type_inn.chkbx_checked,
.desc_type_inn:has(input:checked) {
  background-color: var(--var-theme-color);
  color: var(--var-white-color);
  cursor: pointer;
}
.desc_type_inn:hover,
.desc_type_inn label:hover {
  cursor: pointer;
}

.save {
  background: var(--var-white-color);
  padding: 0.3rem 0.8rem;
  border: 1px solid var(--var-theme-color);
  border-radius: 10px;
  align-items: center;
}

.save:hover {
  background: var(--var-theme-color);
  color: var(--var-white-color);
}

.chs_lc input[type="select"] {
  padding: 0.3rem;
  border-radius: 10px;
  text-align: center;
  width: 78%;
  text-align: center;
}

.typ {
  font-size: 1.4rem;
  font-weight: bold;
  color: black;
  padding: 0.6rem 0;
}

.plc label {
  padding: 0.6rem 0.6rem;
  /* text-align: center; */
  width: 60%;
  /* border-radius: 10px; */
  border: none;
  border-bottom: 1px solid grey;
}
.plcwrp {
  /* border: 1px solid var(--var-theme-color); */
  padding: 1.5rem 0;
  border-radius: 12px;
}

.set_pr input,
.crt input {
  display: block;
  padding: 1rem;
  background: #b9b3b391;
  border-radius: 6px;
  /* width: 66%; */
}
.crt textarea {
  padding: 1rem;
  border-radius: 6px;
  width: 444px;
}

.sl input {
  display: block;
  padding: 0.5rem;
  background: #c9b9b9c7;
  border-radius: 10px;
}

.prop_links a {
  color: black;
  text-decoration: none;
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
}
h3.prop_title {
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem 0;
}
.hs_btn a {
  color: black;
  text-decoration: none;
  font-size: 1.2rem;
  padding-left: 1.3rem;
}

.myTabs img {
  width: 100%;
  height: 100%;
  /* transform: scale(2) translate(10%, 30px); */
  object-fit: cover;
  border-radius: 15px;
  padding-top: 0px;
}
.pr_rat.h6 {
  font-size: 10px !important;
}
.right_img {
  height: 250px;
}

.hosted {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.logo {
  width: 88px;
  height: auto;
}

ul#pills-tab {
  margin-bottom: 3rem;
  /* margin-top: -5rem; */
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #bb2d3b;
}

h2.dbl {
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--var-theme-color);
  text-align: center;
  /* padding: 2rem 0; */
}

form.login_form {
  padding: 3rem;
  background: #ffffff54;
  border-radius: 22px;
  text-align: center;
  box-shadow: 2px 2px 4px #060606;
}

.login_form input,
.login_form select {
  line-height: 3;
  border-radius: 20px;
}

.abt_img {
  height: 150px;
}
.pr_sec img {
  height: 222px;
  width: 390px;
}
.showall_wrp {
  position: relative;
}

a.show_all {
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  background: white;
  padding: 0.6rem;
  border: 1px solid grey;
  border-radius: 6px;
  position: absolute;
  right: 100px;
  /* top: 33px; */
  transform: translate(50%, -60px);
}
.checREl {
  position: relative;
}

.check_wrp {
  position: fixed;
  bottom: 7px;
  right: 55px;
  width: 344px;
  padding: 0rem 1rem;
  background: #fff;
  box-shadow: 2px 2px 5px grey;
  border-radius: 12px;
  z-index: 9999999999999;
}
.check_rev {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem 0;
}
.check_rev span {
  font-size: 1.2rem;
}
.check_rev span strong {
  font-size: 1.5rem;
}

.check_up input,
.check_up select {
  padding: 1rem 0.3rem;
  font-weight: bold;
}
button.bk_btn {
  padding: 0.5rem 1rem;
  width: 100%;
  text-align: center;
  margin: 1rem 0;
  background: #e21f19;
  border-radius: 6px;
  color: var(--var-white-color);
  font-weight: 600;
  border: none !important;
}

.check_low h3 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--var-theme-color);
  padding: 0rem 0;
  margin-bottom: 12px;
}

.check_low H6 {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0;
  margin-bottom: 0px;
  margin-top: 15px;
}
.bknow_btn {
  padding: 0.7rem 1rem;
  text-align: center;
  margin: 2rem 0;
  background: #fff;
  border-radius: 6px;
  color: var(--var-white-color);
  font-weight: 600;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
}
div#navbarSupportedContent .nav-item {
  padding-left: 4rem;
}

.plc_btn {
  font-size: 0.8rem;
  background: white;
  padding: 0.5rem 0.6rem;
  border-radius: 100%;
  margin: 0 0.3rem;
  border: 1px solid grey;
  visibility: hidden;
}

.desc_type_inn img {
  width: 16px;
}

.tst_inf_wrp p {
  margin-bottom: 0;
}

.rev_head i {
  font-size: 0.9rem;
}

.slider_wrp .slick-next:before,
.slider_wrp .slick-prev:before {
  background-color: #0b0a0a;
  color: #fffcfc;
  /* padding: 0.2rem; */
  border-radius: 50px;
  /* font-size: 14px; */
}

.pr_top .slick-prev:before,
.pr_top .slick-next:before {
  background-color: white !important;
  color: #fffcfc;
  /* padding: 0.2rem; */
  border-radius: 50px;
  border: 1px solid gray !important;
  width: 23px !important;
  height: 23px !important;
  /* font-size: 14px; */
}

.propTabs .slick-prev:before,
.propTabs .slick-next:before {
  color: rgb(43, 42, 42);
  font-size: 1.5rem;
  padding: 0.4rem;
}
div#navbarSupportedContent .nav-item {
  width: 80% !important;
  margin: 0px auto !important;
  align-self: center !important;
}
.slider_wrp .slick-slide {
  float: left !important;
  height: 100%;
  min-height: 1px;
  padding: 0 0.5rem;
}

.lform label::after {
  content: "I";
  color: black;
  margin-left: 10px;
}

.offer_wrp img {
  max-width: 25px;
}

.offer_wrp i {
  font-size: 1.7rem;
  color: #999494;
}
.desc_type_inn i {
  color: #999494;
}

.pr_top .slick-prev {
  left: 0px;
  z-index: 999;
}
.pr_top .slick-next {
  right: 0px;
  z-index: 999;
}

.amt_cont .desc_type_inn {
  padding: 1.4rem;
  margin: 0.2rem;
  transition: all.2s linear;
  display: flex;
  gap: 1rem;
  /* border-bottom: 1px solid var(--var-theme-color); */
  box-shadow: unset;
}

.amt_cont .desc_type_inn img {
  width: 30px;
}
.amt_cont .desc_type_inn i {
  font-size: 2rem;
}

.amt_cont {
  padding: 2rem 1rem;
  border-radius: 16px;
}

.info_link {
  text-decoration: none;
  color: var(--var-black-color);
}

.info_circle i {
  padding: 0.8rem;
  color: red;
}

@media only screen and (max-width: 767px) and (min-width: 300px) {
  div#navbarSupportedContent .nav-item {
    padding-left: unset;
  }

  .propTabs .slick-next:before,
  .propTabs .slick-prev:before {
    display: none;
  }

  .propTabs button.slick-next.slick-arrow {
    display: none !important;
  }

  .btns_filter a {
    display: block;
    /* margin: 1rem; */
  }
  /* .btns_filter select {
    display: block;
    margin: 1rem;
  } */

  a.ad4_text {
    transform: translate(170px, 188px);
  }

  .btns_wrp {
    flex-direction: column;
    margin-bottom: 2rem;
    justify-content: center;
  }
  .lform {
    margin-top: 2rem;
  }
  .us_span {
    padding: 0.4rem;
  }

  .btns_filter {
    text-align: center;
  }
  .pr_wrp {
    justify-content: start;
  }

  .abt_text h3 {
    text-align: center;
  }
  h2.dbl {
    font-size: 1.2rem;
    text-align: center;
  }
  div#navbarSupportedContent .nav-item {
    padding-left: unset;
  }
  .pright {
    padding: 1rem 0;
  }
  .desc_type {
    flex-direction: column;
  }
  .info_wrp {
    margin: 1rem 0;
  }
  /* .myTabs img {
    width: 215px;
  } */

  .check_wrp {
    width: 266px;
    padding: 0.5rem 0.8rem;
  }

  .check_low h3 {
    font-size: 1.2rem;
    padding: 0.6rem 0;
  }
  .check_low H6 {
    font-size: 0.9rem;
  }
  .check_rev span {
    font-size: 1rem;
  }
  .check_up input,
  .check_up select {
    padding: 0.7rem 0.2rem;
  }

  .hs_rat {
    flex-direction: column;
  }
  .hs_btn {
    padding: 1rem 0;
  }
}

.myTabs.tab-content > .tab-pane {
  display: block;
  height: 0px;
  overflow: hidden;
}
.myTabs.tab-content > .active {
  height: auto;
}

.plc input[type="number"] {
  width: 20%;
  border: 2px solid #000;
  text-align: center;
  padding: 3px;
  border-radius: 4px;
}

.cm_btn {
  background: transparent;
  border: none;
  font-size: 1rem;
  font-weight: bold;
}

.c_img {
  width: 250px;
  height: 150px;
  transition: all 0.3s ease;
}
.c_img:hover {
  border: 2px solid rgb(52, 51, 51);
  border-radius: 22px;
  cursor: pointer;
}

.cmodal {
  border-radius: 22px;
}
.c_wrp p {
  font-size: 1rem;
  font-weight: bold;
  padding: 1rem;
  color: #000;
}
.cat_fil label {
  padding: 1rem;
}
h3.ht {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1rem 0;
}

.map-price-tag {
  background-color: red;
  color: #fff;
  font-size: 10px;
  padding: 5px 8px;
  border-radius: 5px;
  position: relative;
}

.map-price-tag::before {
  /*content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â";*/
  /*position: absolute;*/
  /*top: -20px;*/
  /*font-size: 20px;*/
  /*left: 15%;*/
}

a.nav-link.active {
  background-color: #fff !important;
  color: #000 !important;
  box-shadow: none;
  font-weight: 900;
  border-color: #000 !important;
  border-right: 1px solid #000 !important;
}

a.nav-link:hover {
  /*background-color: #63636359;
  color: #000;
  box-shadow: 1px 1px 4px #c5c5c5;*/
  background-color: #fff;
  color: #000;
  box-shadow: none;
  border-color: #000 !important;
  font-weight: 900;
}

a.nav-link {
  color: #000;
  border-top: 1px solid #00000061 !important;
  border-right: 1px solid #00000061 !important;
}

a.nav-link.left-side-nav {
  /*border-left: 1px solid #00000061 !important;*/
  /*border-right: none !important;*/
}

.user-chat-heaer {
  background-color: #c5c5c5;
  margin: 0px;
  margin-bottom: 8px;
  padding: 8px 10px;
  border-radius: 5px;
  display: block;
  text-decoration: none;
}

.user-chat-heaer p {
  margin: 0px;
  padding: 0px;
  color: #5c5c5c;
}

.user-chat-heaer p.title {
  font-size: 16px;
}

.user-chat-heaer p.time {
  font-size: 11px;
}

.user-chat-heaer.active {
  background-color: #6e6d6d;
  box-shadow: 4px 4px 8px #00000082;
}

.user-chat-heaer.active p {
  color: #fff;
}

.chat-container {
  background-color: #efefef;
  padding: 10px;
  height: 460px;
}

.chat-container .chat-row {
  display: block;
  width: 100%;
}

.chat-container .chat-row .chat-inner {
  padding: 10px 10px;
  border-radius: 6px;
  position: relative;
}

.chat-container .chat-row .chat-me-inner {
  background-color: #d34541;
  color: #fff;
  text-align: right;
  float: right;
}
.chat-container .chat-row .chat-your-inner {
  background-color: #8d8483;
  color: #fff;
  text-align: left;
  float: left;
}

.chat-text-box {
  background-color: #efefef;
  padding: 0px 10px 7px 10px;
}

.chat-text-box input {
  width: 95%;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 6px;
}

.chat-text-box input:focus,
.chat-text-box input:focus-visible {
  border: 1px solid #ccc;
  outline: 1px solid #ccc;
}

.chat-header {
  width: 100%;
  display: block;
  background-color: #636363;
  padding: 10px 0px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.chat-header p {
  margin: 0px;
  color: #fff;
  text-align: center;
}

.chat-text-box button {
  width: 4%;
  float: right;
  background-color: #636363;
  color: #fff;
  padding: 3px 0px;
}

@media only screen and (max-width: 575px) and (min-width: 300px) {
  .typ {
    font-size: 1.2rem;
  }

  .pr_Cont h4,
  .pr_Cont h5,
  .abt_text h3,
  .hrtz h5,
  .ads_text {
    font-size: 1rem;
  }

  .hrtz h2 {
    font-size: 2rem;
  }
  .crt input {
    width: unset;
  }
  .crt textarea,
  .crt input {
    width: 288px;
  }
  .chs_lc iframe {
    width: 288px;
  }
}

/* updated */

.det_wrp {
  display: flex;
  gap: 4rem;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid #717171;
}
.det_text h5 {
  font-size: 1.7rem;
  font-weight: bold;
  padding: 1rem 0;
  color: black;
}
.det_img {
  width: 150px;
  height: auto;
  object-fit: cover;
}
.det_text p {
  font-size: 1.3rem;
  font-weight: 500;
  color: #717171;
}
.gt_top {
  font-size: 3.8rem;
  font-weight: bold;
}

.gt_st_btn a {
  text-decoration: none;
  background: var(--var-theme-color);
  padding: 1rem 2rem;
  color: white;
  font-size: 1.3rem;
  font-weight: 600;
  transition: all.3s ease;
  border: 1px solid var(--var-theme-color);
  border-radius: 11px;
}

.bot_sec {
  padding: 3rem 0;
}
.gt_st_btn {
  text-align: end;
}
.gt_st_btn a:hover {
  background-color: var(--var-white-color);
  color: var(--var-theme-color);
  cursor: pointer;
}

.bar_btn a {
  text-decoration: none;
  color: var(--var-black-color);
  border: 1px solid #717171;
  padding: 0.5rem 1rem;
  border-radius: 40px;
  font-size: 1rem;
  font-weight: 500;
}
.bar_btn {
  display: flex;
  justify-content: end;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
}
.bar_btn a :hover .bar_btn {
  border: 1px solid var(--var-black-color);
  border-color: var(--var-black-color);
}

.bar_img {
  width: 60px;
  height: auto;
  border-radius: 11px;
}

.step_num {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--var-black-color);
  padding: 1rem 0;
}

.step_top {
  font-size: 4rem;
  font-weight: 600;
  padding-bottom: 1rem;
  color: var(--var-black-color);
}

.step_text {
  font-size: 1.5rem;
  color: #717171;
}

.btn_wrp {
  display: flex;
  justify-content: space-between;
}

.bot_btn {
  display: flex;
  justify-content: space-between;
}
.b_btn {
  font-size: 1.3rem;
  color: var(--var-black-color);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--var-white-color);
  padding: 0.5rem 1rem;
}

.b_btn:hover {
  background-color: #eae6e6;
  color: var(--var-black-color);
  border-radius: 11px;
}

.n_btn {
  font-size: 1.3rem;
  color: var(--var-white-color);
  font-weight: 600;
  background-color: var(--var-black-color);
  padding: 0.8rem 2rem;
  border-radius: 11px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.n_btn:hover {
  background-color: rgb(23, 21, 21);
  color: var(--var-white-color);
}

.top_title {
  /* text-align: center; */
  font-size: 2.5rem;
  font-weight: 600;
  padding: 1rem 0;
  color: var(--var-black-color);
}

.st_img {
  width: 50px;
  height: auto;
  object-fit: cover;
  display: block;
  padding: 0.5rem 0;
  margin: auto;
}

.st1_wrp,
.type_cov,
.else_wrp {
  /* background: #e7e5e5; */
  padding: 0.5rem 1rem;
  border-radius: 11px;
  box-shadow: 0px 0px 1px grey;
  border: 3px solid #e7e5e5;
  margin: 1rem 0;
  transition: all.3s ease;
}

.type_cov:has(input:checked),
.st1_wrp:has(input:checked),
.else_wrp:has(input:checked),
.type_cov.chkbx_checked,
.st1_wrp.chkbx_checked,
.else_wrp.chkbx_checked {
  border-color: black;
  background: #fff;
}
.st1_wrp:hover,
.st1_wrp:hover,
.else_wrp:hover {
  border-color: black;
  cursor: pointer;
}
.st1_wrp input,
.plc_cont input,
.type_cov input,
.else_wrp input,
.ds_wrp input {
  display: none;
}

.st1_wrp,
.plc_cont,
.type_cov,
.res_inn,
.else_wrp,
.ds_wrp,
.booked {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  width: 200px;
  height: auto;
}

.price_low {
  text-align: center;
  margin: 0.3rem;
}

.price_low .res_inn {
  width: unset;
  margin: auto;
}
.plc_cont {
  text-align: start;
}

.ds_wrp {
  border: 1px solid grey;
  border-radius: 33px;
  padding: 1rem;
  margin: 0.5rem;
  -align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all.3s ease;
}

.ds_wrp:hover,
.ds_wrp.chkbx_checked,
.ds_wrp:has(input:checked) {
  border: 2px solid var(--var-black-color);
  background: #fff;
}

.res_inn p {
  font-size: 1rem;
  color: #717171;
}

.plc_cov {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
}

.plc_cov label:hover,
.plc_cov label.chkbx_checked {
  border: 3px solid var(--var-black-color);
  background: #fff;
}

.plc_cov p {
  font-size: 1rem;
  color: grey;
}

.plc_cov {
  margin: 1rem;
  padding: 1rem;
  border: 2px solid grey;
  border-radius: 11px;
  transition: all 0.3s ease;
}

.plc_cov:hover {
  background: #f7f7f7;
  border-color: black;
  cursor: pointer;
}

.top_text {
  font-size: 1.5rem;
  font-weight: 500;
  color: #717171;
}

.nest_head {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1rem 0;
  color: black;
}
.locate_map {
  text-align: center;
}
input#adrs {
  padding: 1rem;
  border-radius: 12px;
  width: 300px;
  text-align: center;
}

.inc_btn,
.dec_btn {
  background-color: transparent !important;
  /* padding: 0.6rem; */
  border: 1px solid grey;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qnty {
  font-size: 1.2rem;
  padding: 1rem;
}

.basics_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
}
.basics_cont span {
  font-size: 1.3rem;
  font-weight: 500;
  color: #717171;
  padding: 1rem 0;
}

.basics_wrp {
  padding: 1rem 0;
  border-bottom: 1px solid #717171;
}

.basics_actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hide {
  display: none;
}

.photo_wrp {
  padding: 3rem 1rem;
  border-radius: 11px;
  height: 300px;
  align-items: center;
  text-align: center;
}

textarea.ca_title {
  padding: 1rem;
  border: 2px solid grey;
  border-radius: 11px;
}
.res_inn {
  /* background: red; */
  padding: 2rem;
  margin: 1rem;
  border: 1px solid #717171;
  border-radius: 11px;
  transition: all.3s ease;
}

.res_inn:hover {
  background-color: #edecec;
  border-color: black;
}
.top_text a {
  /* text-decoration: none; */
  color: grey;
}

.price_up {
  background: #f7f7f7;
  padding: 2rem;
  border: 1px solid grey;
  border-radius: 11px;
  height: 300px;
}
.price_top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.price_rates {
  background: white;
  padding: 2rem 7rem;
  border-radius: 11px;
  font-size: 2rem;
  font-weight: bold;
  border: 1px solid black;
}
.price_up p {
  text-align: center;
  padding: 1rem;
  font-size: 1.2rem;
}
.last_wrp {
  border-bottom: 1px solid grey;
  padding: 1rem;
}
.last_inn {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  margin: 1rem;
}

.last_inn label {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--var-black-color);
}

.rev_left {
  border-radius: 11px;
  box-shadow: 4px 4px 8px #b1abab;
  padding: 1rem;
}

.rev_left img {
  height: 333px;
  width: auto;
  object-fit: cover;
}

.rev_left_cont {
  display: flex;
  justify-content: space-between;
  padding: 0.4rem;
}

.rev_price h5,
.rev_price span,
.revDet h5 {
  font-size: 20px;
  font-weight: 700;
  color: black;
}

.rev_price h6,
.rev_rate span .revDet p {
  font-size: 1.2rem;
  font-weight: 500;
  color: grey;
}

.rev_right h3 {
  font-size: 1.7rem;
  font-weight: 600;
  padding: 1rem 0;
}

.rev_cont {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.revImg img {
  width: 100px;
}

.ceo {
  font-size: 1.3rem;
  font-weight: 600;
}

.thnk_cont {
  padding: 2rem;
  background-color: rgb(225, 225, 225);
  border-radius: 22px;
}

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

span.perc_sp {
  border: 1px solid grey;
  padding: 0.4rem;
  border-radius: 8px;
  font-size: 1.2rem;
  font-weight: bold;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.input_cont {
  border: 1px solid grey;
  border-radius: 40px;
  padding: 1rem;
  width: 50%;
}
.btn_wrp a {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  background: var(--var-theme-color);
  border: 1px solid grey;
  border-radius: 11px;
  padding: 0.5rem;
  color: var(--var-white-color);
}

.btn_wrp span {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.5rem;
}

.pr_Cont {
  text-align: start;
}
@media only screen and (max-width: 575px) and (min-width: 300px) {
  .set_map iframe,
  .locate_map iframe {
    width: 288px;
  }

  .btn_wrp a,
  .btn_wrp span {
    font-size: 1rem;
  }
  .top_title,
  .gt_top {
    font-size: 2rem;
    text-align: center;
  }
  .top_text {
    font-size: 1.2rem;
  }

  .nest_head {
    font-size: 1.5rem;
    text-align: center;
  }
  .input_cont {
    width: 90%;
    margin: 1rem;
  }

  .step_top {
    font-size: 2.2rem;
    text-align: center;
  }
  .step_text {
    font-size: 1.2rem;
  }

  video {
    width: 277px;
  }
  .basics_cont {
    flex-direction: column;
  }
  textarea.ca_title {
    width: 288px;
  }
  .price_rates {
    padding: 1rem 3rem;
    font-size: 2rem;
  }
  .dc_inn {
    flex-direction: column;
    gap: 1rem;
  }
  .rev_left {
    margin: 2rem 0;
  }
  .det_wrp {
    flex-direction: column;
  }
  .bar_logo {
    text-align: center;
    margin: 0.6rem 0;
  }
  .bar_btn {
    justify-content: center;
  }
}

ul.mnuofulhvr {
  position: absolute;
}

.mnuofulhvr li {
  list-style: none;
  display: block;
  text-align: left;
}

.mnuofulhvr li:hover {
  background: rgba(0, 0, 0, 0.1);
}

.mnuofulhvr li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 10px 10px;
}

ul.mnuofulhvr {
  position: absolute;
  top: 46px;
  left: -100px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0px 0px 10px #0000007a;
  padding: 0px;
  border-radius: 10px;
  z-index: 1;
  display: none;
  width: 200px;
}

span.profilcarea {
  position: relative;
  float: right;
}

ul.mnuofulhvr::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  top: -5px;
  left: 67%;
  transform: rotate(45deg);
  border-top: 1px solid #0000007a;
  border-left: 1px solid #0000007a;
}

ul.mnuofulhvr {
  display: none;
  z-index: 10001;
}
/*span.profilcarea:hover ul.mnuofulhvr {*/
/*    display: block;*/
/*}*/

.mnuofulhvr li a img {
  width: 26px;
  margin-right: 10px;
  max-height: 28px;
}

@media only screen and (max-width: 767px) and (min-width: 300px) {
  div#navbarSupportedContent .nav-item {
    align-self: center;
  }
}

.bodyoverlay {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
}
/* Hide the loader initially */
.loader-container {
  display: none;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.loader-processing {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}

/* Create a CSS animation for the loader */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-container p {
  color: white; /* Text color */
  font-size: 16px; /* Font size */
  margin-top: 10px; /* Adjust the margin as needed */
}
.insure-border {
  border: 4px solid gray !important;
  border-radius: 20px !important;
}
