@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
  scroll-padding-top: 100px;
  word-break: break-word;
}
:root {
  --orange: #ff8000;
  --text_707070: #707070;
  --light_skin: #ffd8b0;
  --light_orange: #ff9a2e;
  --dark_blue: #071537;
  --light-blue: #f9f9ff;
  --blue: #0a0777;
  --yellow: #fcd53f;
}
.ct_list_style_disc {
  list-style: disc;
}
.ct_star_active {
  color: #e39909;
}
.ct_yellow_text {
  color: var(--yellow);
}
.ct_blue_text {
  color: var(--blue);
}
.ct_orange_text {
  color: var(--orange);
}
.ct_text_707070 {
  color: var(--text_707070);
}
.ct_text_op_6 {
  opacity: 0.6;
}
.ct_text_op_8 {
  opacity: 0.8;
}
ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}

@font-face {
  font-family: "Agrandir-Regular";
  src: url(../fonts/Agrandir-Regular.otf);
}
@font-face {
  font-family: "Agrandir-TextBold";
  src: url(../fonts/Agrandir-TextBold.otf);
}
.ct_ff_Agrandir_regular {
  font-family: "Agrandir-Regular";
}
.ct_ff_Agrandir_bold {
  font-family: "Agrandir-TextBold";
}
h2 {
  font-family: "Agrandir-TextBold";
}
a,
a:hover {
  text-decoration: none;
}
input::placeholder {
  color: #e6e6e6;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* All font Weight Css S */
.ct_fw_300 {
  font-weight: 300;
}

.ct_fw_400 {
  font-weight: 400;
}

.ct_fw_500 {
  font-weight: 500 !important;
}

.ct_fw_600 {
  font-weight: 600;
}

.ct_fw_700 {
  font-weight: 700;
}

.ct_fw_800 {
  font-weight: 800;
}

.ct_fw_900 {
  font-weight: 900;
}

/* All font Weight Css E */
.ct_py_70 {
  padding-block: 70px;
}
.ct_mt_60 {
  margin-top: 60px;
}
/* all font size css S */
.ct_fs_14 {
  font-size: 14px;
}
.ct_fs_12{
  font-style: 12px;
}
.ct_fs_16 {
  font-size: 16px;
}

.ct_fs_18 {
  font-size: 18px;
}

.ct_fs_20 {
  font-size: 20px;
}

.ct_fs_24 {
  font-size: 24px;
}

.ct_fs_28 {
  font-size: 28px;
}

.ct_fs_44 {
  font-size: 44px;
}
.ct_fs_35 {
  font-size: 35px;
}
.ct_fs_22 {
  font-size: 22px;
}

/* all font size css E */

/* Custom Scroll Css C */
.ct_custom_scroll::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.ct_custom_scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.ct_custom_scroll::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.ct_custom_scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Custom Scroll Css E */

.form-control:focus {
  box-shadow: unset;
  border-color: var(--orange);
}
.form-control {
  appearance: auto;
}

.ct_show_eye {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
}

.ct_input_icon_left {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.ct_input_ps_40 {
  padding-left: 40px;
}
.ct_input_px_60 {
  padding-inline: 60px;
}
.ct_input_pe_40 {
  padding-right: 40px;
}

.ct_input_icon_left img {
  width: 18px;
  margin-top: -2px;
}

.ct_border_radius_15 {
  border-radius: 15px;
}

.ct_border_radius_10 {
  border-radius: 10px !important;
}

textarea {
  resize: none;
}

.ct_flex_1 {
  flex: 1;
}

.ct_flex_shrink_0 {
  flex-shrink: 0;
}

.ct_white_nowrap {
  white-space: nowrap;
}

.ct_overlay_text {
  width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}

.ct_para_scroll {
  height: auto;
  max-height: 240px;
  overflow-y: auto;
}

.ct_minimise_cnt {
  box-sizing: border-box;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 400px;
  width: auto;
}

.ct_white_space_normal {
  white-space: normal;
}
.ct_text_upercase {
  text-transform: uppercase;
}

/* Header Css S */

.ct_header {
  padding: 22px 0px;

  background-color: #fff;
}
.ct_navbr_main {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}
.ct_navbar > ul {
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: end;
}
.ct_navbar li a,
.ct_footer_link a,
.ct_navbar li span {
  position: relative;
  transition: 0.4s ease all;
  color: #0d0d0d;
  font-size: 14px;
}

.ct_navbar li span {
  cursor: pointer;
}
.ct_navbar li span:hover {
  color: var(--orange);
}
.ct_navbar li a:after,
.ct_footer_link a:after,
.ct_navbar li span:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0px;
  background-color: var(--orange);
  height: 2px;
  border-radius: 100px;
  width: 100%;
  transform: scaleX(0);
  transition: 0.4s ease all;
}
.ct_navbar li a:hover:after,
.ct_navbar li a.active:after,
.ct_footer_link a.active:after,
.ct_navbar li span:hover:after,
.ct_footer_link a:hover:after {
  transform: scaleX(1);
}
.ct_navbar li a:hover,
.ct_footer_link a:hover,
.ct_navbar li a.active,
.ct_footer_link a.active {
  color: var(--orange);
}
.ct_login_dropdown ul.dropdown-menu.show {
  padding: 0px;
  border: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.09);
}
.ct_login_dropdown ul.dropdown-menu.show li a {
  padding: 10px;
}
.ct_login_dropdown ul.dropdown-menu.show li a:hover {
  background-color: var(--orange);
  color: #fff;
}
.ct_login_dropdown ul.dropdown-menu.show li a:after {
  display: none;
}
.ct_navbar {
  flex: 1;
  /* padding-left: 100px; */
}
.ct_logo img {
  width: 100%;
  max-width: 130px;
  object-fit: contain;
}
.ct_logo a {
  position: relative;
  z-index: 1;
}
.ct_close_menu {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  transition: 0.4s ease all;
  color: #fff;

  display: none;
}
.ct_close_menu:hover {
  transform: rotate(360deg);
}
.ct_menu_bar {
  color: #000;
  cursor: pointer;
  font-size: 18px;
  display: none;
  z-index: 99;
}

.ct_header.ct_sticky_menu {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0px;
  z-index: 9;
  animation: slideDown 0.35s ease-out;
  left: 0px;
  padding-block: 20px;
  z-index: 999;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.ct_select_transparent {
  border: 0px;
  background-color: transparent;

  outline: none;
}
.ct_orange_btn {
  padding: 12px 30px;
  border-radius: 10px;
  outline: none;
  border: 1px solid var(--orange);
  background-color: var(--orange);
  transition: 0.4s ease all;
  z-index: 1;
  position: relative;
  color: #fff;
  line-height: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  cursor: pointer;
}
.ct_outline_btn {
  padding: 12px 30px;
  border-radius: 10px;
  outline: none;
  border: 1px solid var(--orange);
  background-color: transparent;
  transition: 0.4s ease all;
  z-index: 1;
  position: relative;
  color: var(--orange);
  line-height: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
}
.ct_white_btn {
  background-color: #fff;
  color: var(--orange);
  border-color: #fff;
  overflow: hidden;
}

.ct_black_btn {
  background-color: #000;
  border-color: #000;
}
.ct_black_btn:hover {
  color: #000 !important;
}
.ct_orange_btn:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  z-index: -1;
  transition: 0.4s ease all;
}
.ct_outline_btn:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  border-radius: 10px;
  background-color: var(--orange);
  z-index: -1;
  transition: 0.4s ease all;
}
.ct_white_btn:before {
  background-color: var(--orange);
}

.ct_orange_btn:hover:before {
  width: 100%;
}
.ct_outline_btn:hover:before {
  width: 100%;
}
.ct_outline_btn:hover {
  color: #fff;
}
.ct_orange_btn:hover {
  color: var(--orange);
}
.ct_white_btn:hover {
  color: #fff;
}
/* Header Css E */

/* Banner Css S */
.ct_banner_bg {
  background-image: url(../img/home/banner_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0px;
  position: relative;
  /* height: 455px; */
}
.ct_home_serch_filter {
  /* display: flex;
  align-items: center;
  gap: 20px; */
  background-color: #fff;
  padding: 10px;
  border-radius: 100px;
  margin-top: 35px;
  align-items: center;
  /* justify-content: space-between; */
}
.ct_search_icon {
  display: flex;
  align-items: center;
}
.ct_search_icon button {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  transition: 0.4s ease all;
  color: #fff;
  outline: none;
  border: 1px solid #000;
  margin-left: auto;
}
.ct_placeholder_light::placeholder {
  opacity: 0.6;
}

input[type="date"]::-webkit-datetime-edit-text,
input[type="date"]::-webkit-datetime-edit-month-field,
input[type="date"]::-webkit-datetime-edit-day-field,
input[type="date"]::-webkit-datetime-edit-year-field {
  opacity: 0.6;
}

.ct_grid_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.ct_border_right_1_grey {
  border-right: 1px solid #e6e6e6;
}

.ct_custom_dropdown_list {
  position: absolute;
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.09);
  margin-top: 18px;
  overflow-y: auto;
  max-height: calc(100vh - 393px);
  padding: 15px;
  top: 40px;
  height: auto;
  transition: 0.4s ease all;
  transform: scaleY(0);
  transform-origin: top;
  z-index: 999;
}
.ct_custom_dropdown_list.active {
  transform: scaleY(1);
}
.ct_custom_dropdown_list li {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ct_custom_dropdown_list li i {
  flex-shrink: 0;
}
.ct_custom_dropdown_list li + li {
  border-top: 1px dashed #e6e6e6;
}
.ct_member_counter {
  display: grid;
  grid-template-columns: 40px auto 40px;
  align-items: baseline;
}
.ct_member_counter button {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.ct_member_counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* Banner Css E */

/* Section 2 css S */
.ct_decoration_text {
  position: relative;
  padding-inline: 15px;
}
.ct_decoration_text:after {
  content: "";
  position: absolute;
  bottom: 0px;
  background-image: url(../img/line.png);
  background-size: contain;
  width: 100%;
  height: 5px;
  left: 0px;
  background-position: top;
  background-repeat: no-repeat;
}

.ct_designed_card {
  /* background-color: #fef5f5; */
  padding: 25px;
  transition: 0.4s ease all;
}
.ct_designed_card img {
  transition: 0.4s ease all;
  width: 190px;
  height: 137px;
  object-fit: contain;
}
.ct_designed_card_main {
  border-radius: 10px;
  overflow: hidden;
  transition: 0.4s ease all;
}
.ct_designed_card_main:hover .ct_designed_card img {
  scale: 1.2;
}

/* Section 2 css E */
/* Section 3 css S */
.ct_rent_type_card {
  border: 1.07px solid #c7c7c7;
  padding: 20px;
  border-radius: 25px;
  transition: 0.4s ease all;
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  height: 100%;
  overflow: hidden;
}

.ct_rent_type_card:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--light_orange);
  z-index: -1;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.4s ease all;
}

.ct_rent_type_card:hover:before {
  transform: scaleY(1);
}

.ct_rent_type_card:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-color: var(--light_orange);
}

.ct_rent_type_card:hover p {
  color: #fff;
}

.ct_rent_type_img img {
  height: 230px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  transition: 0.4s ease all;
}

.ct_rent_type_img {
  position: relative;
  overflow: hidden;
  transition: 0.4s ease all;
  border-radius: 15px;
}

.ct_rent_type_card:hover .ct_rent_type_img img {
  scale: 1.2;
}

.ct_rent_type_card figcaption span {
  padding: 6px 20px;
  background-color: #ffd8b0;
  font-style: italic;
  border-radius: 100px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev,
.swiper-button-prev {
  position: unset !important;
  width: 40px;
  height: 40px;
  color: #000;
  border: 1px solid var(--orange);
  border-radius: 100px;
  margin-top: 20px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.swiper-slide {
  height: auto;
}
/* Section 3 css E */

/* section 4 css S */
.ct_light_blue_bg {
  background-color: var(--light-blue);
}
.ct_medium_blue_bg {
  background-color: #eff6ff;
  padding: 32px;
  border-radius: 10px;
}

.ct_client_group_imges {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.ct_client_group_imges img {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  border: 3px solid #fff;
  object-fit: cover;
  position: relative;
}
.ct_client_group_imges img:nth-child(1) {
  z-index: 4;
}
.ct_client_group_imges img:nth-child(2) {
  z-index: 3;
}
.ct_client_group_imges img:nth-child(3) {
  z-index: 2;
}
.ct_client_group_imges img:nth-child(4) {
  z-index: 1;
}

.ct_client_group_imges img + img {
  margin-left: -20px;
}

.ct_icon_50 {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: var(--light_orange);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ct_link_icon_50 {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: transparent;
  border: 1px solid #ffe5b0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
  justify-content: center;
}
.ct_link_icon_50 i {
  color: #000;
}
.ct_rectangle_card_main .ct_p_decoration p {
  padding: 10px;
  padding-bottom: 0px;
}
/* .ct_rectangle_card_main {
  background-image: url("../img/Rectangle_34.png");
  background-position: bottom;
  background-size: cover;
} */

.ct_border_icon_right,
.ct_border_icon_left {
  position: relative;
  padding: 10px;
}
.ct_border_icon_right {
  padding-top: 0px;
}
.ct_border_icon_right:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  /* border-right: 1.5px solid #aaa; */
  border-radius: 5px;
  width: calc(100% - 3px);
  height: calc(100% - -1px);
  border-bottom: 1.5px solid #ffe5b0;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ct_border_icon_left:before {
  content: "";
  position: absolute;
  top: -1px;
  right: 3px;
  /* border-right: 1.5px solid #FFE5B0; */
  border-radius: 6px;
  width: calc(100% - 2px);
  height: calc(100% - 3px);
  border-top: 1.5px solid #ffe5b0;
  border-left: 1.5px solid #ffe5b0;
  /* border-top-left-radius: 0px; */
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ct_flex_1.ct_h4_decoration {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1.5px solid #ffe5b0;
  border-radius: 6px;
  border-bottom: 0px;
  border-left: 0px;
  position: relative;
}
.ct_h4_decoration h4 {
  padding: 0px 10px;
}
.ct_flex_1.ct_h4_decoration:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 1px;
  /* border-right: 1.5px solid #FFE5B0; */
  border-radius: 6px;
  width: 100%;
  height: 96%;
  border-left: 1.5px solid #ffe5b0;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
}

.ct_rectangle_card_main .ct_p_decoration {
  border: 1.5px solid #ffe5b0;
  border-radius: 5px;
  border-top: 0px;
  border-top-right-radius: 0px;
  border-right: 0px;
  padding: inherit;
  padding-bottom: 10px;
}

.ct_px_100 {
  padding-inline: 100px;
}
.ct_px_70 {
  padding-inline: 70px;
}

.ct_like_icon {
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background-color: #ffffff99;
  /* backdrop-filter: blur(2.8525469303131104px); */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 10px;
  cursor: pointer;
  font-size: 10px;
}
.ct_bottom_overlay {
  position: absolute;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  gap: 10px;
  width: 100%;
  border-radius: 0px 0px 6px 6px;
}
.ct_white_op_bg {
  background: #ffffff33;
  /* backdrop-filter: blur(2.8525469303131104px); */

  padding: 4px 8px;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
}


/* section 4 css E */

/* Section 5 css S */
.ct_testimonial_bg {
  background-image: url(../img/home/guest_bg.png);
  padding-block: 96px;
  background-position: bottom;

  background-size: cover;
  background-attachment: fixed;
}

.ct_testimonial_img img {
  width: 60px !important;
  height: 60px;
  border-radius: 100px;
  object-fit: cover;
  margin-inline: auto;
}

.ct_testimonial_content > p {
  color: #848484cc;
  font-size: 16px;
}

.ct_testimonial_card {
  box-shadow: 0px 3.75px 16.5px 4.5px #0000000d;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 15px 80px;
  text-align: center;
  max-width: 90%;
  margin-inline: auto;
  position: relative;
}

.ct_testimonial_img {
  /* margin-inline: auto; */
  position: relative;
  margin-top: -45px;
  margin-bottom: 30px;
}

.ct_testimonial_card {
  margin-top: 45px;
}

.ct_testimonial_slider .owl-nav span {
  display: none;
}
.ct_testimonial_slider .owl-nav button {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F5F5F5 !important;
  transition: 0.4s ease all;
  background-color: #F5F5F5 !important;
}
.ct_testimonial_slider .owl-nav button:hover {
  background-color: var(--light_orange)  !important;
  border-color: var(--light_orange)  !important;
}
.ct_testimonial_slider .owl-nav button:after:hover {
  filter: invert(1);
}
.ct_testimonial_slider .owl-nav button.owl-prev {
  position: absolute;
  left: 0px;
  top: 50%;
}

.ct_testimonial_slider .owl-nav button.owl-next {
  position: absolute;
  right: -0px;
  top: 50%;
}
.ct_testimonial_slider .owl-nav button.owl-prev:before {
  content: "";
  background: url(../img/left_icon.png);
  background-size: contain;
  width: 16px;
  background-repeat: no-repeat;
  height: 16px;
}
.ct_testimonial_slider .owl-nav button.owl-next:before {
  content: "";
  background: url(../img/right_icon.png);
  background-size: contain;
  width: 16px;
  background-repeat: no-repeat;
  height: 16px;
}

.ct_testimonial_slider .owl-stage-outer {
  /* max-width: calc(100% - 120px); */
  margin-inline: auto;
}
.ct_quote_icon {
  width: 40px;
  height: 40px;
  background-color: var(--orange);
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 20px;
  border-top-right-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 15px;
}
.ct_quote_icon img {
  object-fit: contain;
  width: 18px !important;
  height: 18px;
}
/* Section 5 css E */

/* section 7 css S */
.ct_light_yellow_bg {
  background-color: #fffcf1;
}
.ct_host_icon {
  padding-bottom: 30px;
}
.ct_host_icon img {
  width: 100px;
  margin-inline: auto;
  display: block;
}
.ct_host_inner_cnt {
  border: 1px solid #ff9a2e99;
  padding: 30px;
  border-radius: 14px;
  text-align: center;
}

.ct_host_card {
  transition: 0.4s ease all;
  position: relative;
  height: 100%;
  max-width: 90%;
  margin-inline: auto;
}
.ct_host_inner_cnt {
  position: relative;
  transition: 0.4s ease all;
  z-index: 1;
  height: calc(100% - 80px);
  overflow-y: auto;
}
.ct_host_inner_cnt:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--light_orange);
  border-radius: 14px;
  z-index: -1;
  transition: 0.4s ease all;
  transform: scaleY(0);
  transform-origin: bottom;
}
.ct_host_card:hover .ct_host_inner_cnt:before {
  transform: scale(1);
}
.ct_host_card:hover .ct_host_inner_cnt {
  color: #fff;
}
.ct_host_card:hover p {
  opacity: 1;
}

/* section 7 css E */

/* section 8 css s */
.ct_faq_question_main div#faq_accordionExample {
  border: 0px;
  background: transparent;
  border-radius: 0px;
}

.ct_faq_question_main .accordion-item {
  border: 0px;
  background: #ef7f180f;
  border-radius: 0px;
  box-shadow: 0px 0px 4px 0px #cccccc26;
  margin-bottom: 20px;
  border-left: 3px #ef7f18;
  border-radius: 10px;

  border-style: solid;
}

.ct_faq_question_main .accordion-item button.accordion-button {
  background: #ef7f180f;
  /* box-shadow: 0px 0px 4px 0px #cccccc26; */

  border-radius: 0px !important;
  padding-block: 19px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  gap: 10px;
}

.ct_faq_question_main .accordion-item button.accordion-button:focus {
  box-shadow: none;
}

.ct_faq_question_main .accordion-button.collapsed::before {
  content: "";
  position: absolute;
  right: 30px;
  flex-shrink: 0;
  background-image: none;
  width: 2px;
  height: 15px;
  border-radius: 4px;
  background-color: #000;
}

.ct_faq_question_main .accordion-button::after {
  background-image: none;
  width: 15px;
  height: 2px;
  position: absolute;
  right: 23px;
  flex-shrink: 0;
  border-radius: 4px;
  background-color: #000;
}

.ct_faq_question_main .accordion-button.collapsed::after {
  background-image: none;
  width: 15px;
  height: 2px;
  position: absolute;
  right: 23px;
  flex-shrink: 0;
  border-radius: 4px;
  background-color: #000;
}
/* section 8 css e */

/* newsletter bg S */
.ct_newsletter_bg {
  background-color: #cce8ff;
  border-radius: 30px;
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  gap: 30px;
  overflow: hidden;
  width: 100%;
  padding-right: 40px;
  position: relative;
  margin-bottom: -60px;
}
.ct_newsletter_bg img {
  max-width: 200px;
  object-fit: cover;
}
.ct_border_radius_100 {
  border-radius: 100px !important;
}
.ct_input_h_50 {
  height: 50px;
}
.ct_subscribe_btn {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 40px;
  outline: none;
  border: 0px;
  padding: 0px 15px;
  border-radius: 100px;
  background-color: var(--blue);
  color: #fff;
  transition: 0.4s ease all;
}
.ct_subscribe_btn:hover {
  background-color: var(--orange);
}
.ct_pe_120 {
  padding-right: 120px;
}
/* newsletter bg E */
/* Footer css S */
footer {
  background-color: var(--dark_blue);
  padding: 90px 0px;
}
.ct_footer_logo img {
  width: 150px;
  object-fit: contain;
}
.ct_footer_link li a {
  color: #fff;
}
.ct_footer_link li + li {
  margin-top: 10px;
}
/* Footer css E */

/* ============ Become A Host page css S============*/
.ct_inner_banner_bg {
  background-color: #e3f0fb;
  padding-block: 60px;
}

.ct_service_card {
  background-color: #ffffff;
  color: #000;
  padding: 30px 20px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  height: 100%;
}

.ct_service_card:hover {
  transform: translateY(-15px);
  border: 2px dashed var(--orange);
}

.ct_service_card h3,
.ct_service_card p {
  margin: 0px;
  text-align: center;
}

.ct_service_card i {
  background-color: white;
  color: #d2691e;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  margin-bottom: 16px;
  font-size: 24px;
}
.ct_grey_bg {
  background-color: #f7f7f7;
}
.ct_service_icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--dark_blue);
  border-radius: 100px;
  margin-bottom: 16px;
  color: #fff;
}

.ct_pricing_card {
  border: 2px solid transparent;
  padding: 30px;
  box-shadow: 0px 10px 15px 0px #0000001a, 0px 4px 6px 0px #0000001a;
  border-radius: 15px;
  display: grid;
  transition: 0.4s ease-in-out;
  height: 100%;
  position: relative;
}

.ct_mt_30 {
  margin-top: 30px;
}

.ct_pricing_card li {
  display: flex;
  align-items: center;
  gap: 5px;
}

.ct_pricing_card li + li {
  margin-top: 10px;
}

.ct_pricing_card li i {
  color: #10b981;
}

.ct_pricing_card:hover,
.ct_pricing_card.active {
  border: 2px solid var(--orange);
}

span.ct_pricing_badge {
  background-color: var(--orange);
  width: fit-content;
  padding: 2px 10px;
  border-radius: 100px;
  color: #fff;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.ct_pricing_bg {
  background-color: #f2b9570a;
}
.ct_space_income_bg {
  background: linear-gradient(
    90deg,
    #edc156 0%,
    #fea759 0%,
    #fea759 50%,
    #edc156 100%
  );
  position: relative;
  padding: 60px 30px;
  border-radius: 25px;
}
.ct_fit_content {
  width: fit-content !important;
}
.ct_space_income_bg img {
  position: absolute;
  width: 100%;
  max-width: 220px;
  object-fit: contain;
}
.ct_space_income_bg img:first-child {
  transform: rotate(32deg);
  left: -30px;
  bottom: 0px;
}
.ct_space_income_bg img + img {
  right: 0px;
}
/* ============ Become A Host page css E============*/

/* Payment successs Page css S */
.ct_payment_sucess_cnt img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-inline: auto;
  margin-bottom: 25px;
}
.ct_payment_sucess_cnt {
  text-align: center;
}

.ct_payment_success_bg {
  position: relative;
  z-index: 1;
  padding-block: 180px;
}
.ct_payment_success_bg:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../img/abstract_bg.jpg);
  z-index: -1;
  opacity: 0.1;
  background-position: top;
  background-size: contain;
}
/* Payment successs Page css E */

.ct_host_process_bg {
  background-color: #f4f9ff;
  padding: 107px 115px;
  border-radius: 20px;
  z-index: 1;
  position: relative;
}
.ct_host_process_bg:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-image: url(../img/vector_8.png);
  z-index: -1;
  opacity: 0.1;
  background-position: top;
  background-size: contain;
  max-width: 600px;
  max-height: 600px;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
.ct_listing_white_bg {
  border: 1px solid #cce8ff;
  padding: 35px;
  border-radius: 20px;
  background-color: #ffffff80;
  box-shadow: 0px 3px 4px 0px #cccccc4d;
  height: 100%;
}

.ct_listing_white_bg.active {
  border-color: var(--blue);
}

/* Help page css S */
.ct_outline_border {
  padding: 60px 35px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
}
.ct_custom_tabs.nav-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.ct_custom_tabs.nav-pills .nav-link {
  color: #282828;
  padding: 12px 40px;
  font-weight: 600;
  background-color: #fff;
  border: 1.09px solid #e5e7eb80;
  box-shadow: 0px 2.18px 8.74px 0px #0000000f;
}

.ct_custom_tabs.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--orange);
  color: #fff;
}

.ct_light_orange_bg {
  background-color: #ffe5b02e;
  padding: 15px 36px;
  border-radius: 10px;
}

.ct_transparent_card {
  border: 1px solid #e6e6e6;
  padding: 25px;
  border-radius: 15px;
  height: 100%;
}

.ct_submit_a_Query_bg {
  background-color: #cce8ff33;
  padding: 50px 40px;
  border-radius: 10px;
}
.ct_custom_check {
  width: 26px;
  height: 26px;
  margin-top: -1px;
}

.ct_custom_check .form-check-input:checked[type="checkbox"] {
  background-image: url(../img/check_icon_orange.svg);
 background-color: var(--orange)  !important;
}

.ct_custom_check .form-check-input:checked {
  background-color: var(--orange)  !important;
  border-color: var(--orange) !important;
}

.ct_custom_check .form-check-input:focus {
  box-shadow: unset;
  border-color: var(--orange);
  vertical-align: middle;
  background-color: transparent;
}

.ct_white_bg {
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
}
.ct_box_shadow {
  box-shadow: 0px 0px 50px 0px #2520200d;
}
.ct_call_to_info {
  margin-top: 24px;
}
.ct_call_to_info li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ct_call_to_info li + li {
  margin-top: 20px;
}
.ct_call_to_info li img {
  width: 28px;
  object-fit: contain;
}
/* Help page css E */

/* Blog Css S */
.ct_blog_img {
  overflow: hidden;
  transition: 0.4s ease all;
  position: relative;
  /* z-index: 1; */
}

.ct_blog_img:before {
  content: "";
  position: absolute;
  inset: 0px;
  background-color: var(--orange);
  opacity: 0.7;
  scale: 0;
  transition: 0.4s ease all;
}

/* .ct_blog_card:hover .ct_blog_img img {
        scale: 1.2;
    } */
.ct_blog_card {
  margin-bottom: 0px;
}

.ct_blog_card:hover .ct_blog_img:before {
  scale: 1;
}

.ct_blog_card:hover figcaption {
  transform: translateY(-15px);
}

.ct_blog_img img {
  height: 369px;
  width: 100%;
  object-fit: cover;
  transition: 0.4s ease all;
}
.ct_blog_card{
 box-shadow: 0px 2px 4px 0px #0000000d;
  background-color: #fff;
}
.ct_blog_card figcaption {
  background-color: #fff;
  width: calc(100% - 50px);
  margin-top: -50px;
  padding: 20px 15px;
  /* box-shadow: 0px 2px 4px 0px #0000000d; */
  transition: 0.4s ease all;

  position: relative;
}

.ct_blog_card ul {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 10px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.ct_blog_card ul:after {
  content: "";
  position: absolute;
  bottom: 0px;
  background-color: var(--orange);
  width: 80px;
  height: 4px;
  border-radius: 100px;
}

.ct_blog_card ul li {
  text-transform: uppercase;
  color: #051d2d80;
  font-weight: 500;
  font-size: 12px;
}

.ct_grey_dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #051d2d80;
  border-radius: 50%;
}

.ct_orange_link {
  color: var(--orange);
  font-weight: 600;
}

.ct_text_upercase {
  text-transform: uppercase;
}
.ct_read_more_link {
  color: #000;
  transition: 0.4s ease all;
}
.ct_read_more_link:hover {
  color: var(--orange);
}

.ct_main_blog_inner_card {
  background-color: #fff;
  padding: 55px 60px;
  margin-block: 50px;
  position: relative;
  margin-right: -60px;
}

.ct_main_blog_right_img {
  /* background-image: url(../img/blog/blog_main.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
}

.ct_blog_main_card {
  padding: 0px 0px 0px 60px;
  background-color: #0d0d0d;
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
  border-radius: 10px;
}
/* Blog Css E */

/* Blog Detail css S */
.ct_inner_blog_banner_bg {
  height: 350px;
  background-image: url(../img/blog/blog_detail_img_1.png);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background-position: center;
}
.ct_inner_blog_banner_bg:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #0d0d0db2;
  opacity: 0.9;
  z-index: -1;
}
.ct_bread_crumb {
  display: flex;
  align-items: center;
  gap: 15px;
}
.ct_img_40 {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  object-fit: cover;
}
.ct_grey_dot_w_6 {
  width: 6px;
  height: 6px;
}
.ct_line_h_0 {
  line-height: 0;
}

.ct_blog_detail_img_h_350 {
  height: 350px;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
}
/* Blog Detail css E */

/* Cancellation policy css S */
.ct_img_64 {
  width: 64px;
  height: 64px;
  border-radius: 100px;
  background-color: #dbeafe;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ct_py_48_px_35 {
  padding: 48px 35px;
}
.ct_important_info_list li {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.ct_important_info_list li + li {
  margin-top: 20px;
}
/* Cancellation policy css E */

/* Login modal css S */
.ct_login_main {
  display: grid;
  grid-template-columns: 45% auto;
  align-items: center;
  height: 81vh;
}
.ct_login_left_cnt {
  background-image: url(../img/Login/login_left.png);
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 96px 45px;
}

.ct_login_btn_close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
}

.ct_login_main form {
  padding: 30px 37px;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}
.ct_login_modal .modal-content {
  overflow-y: auto;
  border-radius: 10px;
}
/* Login modal css E */

/* Aprtment detail multistep form 1 */
#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset {
  /* background: white;
  border: 0 none;
  border-radius: 0.5rem; */
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 20px;
  position: relative;
}

.ct_form-card {
  text-align: left;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

.ct_multistep_form_card {
  z-index: 0;
  border: none;
  position: relative;
}

.ct_multi_steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

#ct_form_progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-inline: auto;
  gap: 20px;
}

#ct_form_progressbar .active {
  color: #10b981;
}

#ct_form_progressbar li {
  list-style-type: none;
  font-size: 15px;
  position: relative;
  font-weight: 400;
  flex: 1;
  padding-bottom: 10px;
}

#ct_form_progressbar #account:before {
  font-family: FontAwesome;
  content: "\f15c";
}

#ct_form_progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f09d";
}

#ct_form_progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f030";
}

#ct_form_progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c";
}

/* #ct_form_progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  padding: 2px;
  margin-inline: auto;
} */
#ct_form_progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  padding: 2px;
  margin-inline: auto;
  /* margin-left: 42px; */
}

#ct_form_progressbar li:after {
  content: "";
  width: calc(100% - 0%);
  height: 4px;
  background: lightgray;
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: -1;
  max-width: 100%;
  margin-inline: auto;
  left: auto;
}
/* #ct_form_progressbar li#confirm {
  flex: unset;
} */

#ct_form_progressbar li.active:before {
  background: #10b981;
}

#ct_form_progressbar li.active:after {
  background: #2563eb;
}

#ct_form_progressbar li h5 {
  text-align: center;
  display: block;
  font-size: 16px;
  margin-top: 8px;
  white-space: nowrap;
}
.ct_aprtment_summary_card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 6px;
}
/* Aprtment detail multistep form E */

.ct_mediam_grey_bg {
  background: #f9fafb;
}

.ct_hr_border_clr {
  border-color: #ababab;
}

.ct_booking_summary_card img {
  width: 100%;
  height: 223px;
  object-fit: cover;
  border-radius: 10px;
}

.ct_radio-wrapper {
  margin-bottom: 10px;
}

.ct_radio-button {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.ct_radio-button input[type="radio"] {
  display: none;
}

.ct_radio-checkmark {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 2px solid var(--orange);
  border-radius: 50%;
}

.ct_radio-checkmark:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--orange);
  transition: all 0.2s ease-in-out;
}

.ct_radio-button input[type="radio"]:checked ~ .ct_radio-checkmark:before {
  transform: translate(-50%, -50%) scale(1);
}

.ct_payment_method_card {
  padding: 15px 20px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  transition: 0.4s ease all;
}
.ct_payment_method_card.active,
.ct_payment_method_card:hover {
  border: 1px solid var(--orange);
}

.ct_host_process_multi_form#ct_form_progressbar li.active:before {
  font-family: FontAwesome;
  content: "\f00c";
  background-color: var(--orange) !important;
  opacity: 1;
  color: #fff !important;
}
.ct_host_process_multi_form#ct_form_progressbar li:before {
  font-family: FontAwesome;
  content: "\f00c";
  opacity: 0.5;
  background-color: #ff80004d !important;
  color: #00000026 !important;
}

.ct_host_process_multi_form#ct_form_progressbar li:before {
  width: 30px;
  height: 30px;
  line-height: 25px;
  display: block;
  font-size: 20px;
  color: #fff;
  background: transparent;
  border: 2px solid var(--orange);
  border-radius: 50%;
  padding: 2px;
  margin-inline: auto;
}
/* #ct_form_progressbar li#confirm:after {
  display: none;
} */

.ct_host_process_multi_form#ct_form_progressbar li.active:before {
  background: var(--orange);
}

.ct_host_process_multi_form#ct_form_progressbar li.active:after {
  background: var(--orange);
}

.ct_host_process_multi_form#ct_form_progressbar .active {
  color: var(--orange);
}

.ct_decrease_btn,
.ct_increase_btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease all;
  cursor: pointer;
}
.ct_decrease_btn {
  right: 0px;
  border-left: 1px solid #dee2e6;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.ct_increase_btn {
  left: 0px;
  border-right: 1px solid #dee2e6;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.ct_decrease_btn:hover,
.ct_increase_btn:hover {
  background-color: var(--orange);
  color: #fff;
}

.ct_upload_product_main {
  border: 2px dashed #d1d5db;
  border-radius: 5px;
  background-color: #fff;
  height: 165px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.ct_browse_btn {
  background-color: #f3f4f6;
  padding: 9px 20px;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
}

.ct_uploaded_img123 {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 10px;
  width: 100px;
}

.ct_uploaded_img_w img,
.ct_uploaded_img_w video {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px;
}

.ct_uploaded_img_w i {
  position: absolute;
  right: 5px;
  width: 20px;
  height: 20px;
  background-color: #ff0000;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ct_multiple_img_div {
  display: flex;
  align-items: center;
  column-gap: 15px;
  flex-wrap: wrap;
  height: auto;
  max-height: 225px;
  overflow-y: auto;
}

.ct_img_100 {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100px;
}

#become_host_form_success .modal-content {
  position: relative;
  z-index: 1;
}

#become_host_form_success .modal-content:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../img/abstract_bg.jpg);
  z-index: -1;
  opacity: 0.1;
  background-position: top;
  background-size: contain;
}

.ct_apply_filter_btn {
  padding: 12px 30px;
  border-radius: 10px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  transition: 0.4s ease all;
  outline: none;
}

.ct_search_bg_icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff5a3c;
  border: 1px solid #ff5a3c;
  right: 0px;
  border-radius: 8px;
  color: #fff;
  transition: 0.4s ease all;
  cursor: pointer;
}
.ct_search_bg_icon:hover {
  background-color: transparent;
  color: #ff5a3c;
}

.ct_img_h_280 {
  height: 280px !important;
}

.ct_border_top_1 {
  border-top: 1px solid #e5eaee;
}

.ct_apartmen_card_bg {
  box-shadow: 0px 5px 20px 0px #172c521a;
  border-color: #f1f8ff;
}

.ct_apartmen_card_bg .ct_like_icon {
  width: 30px;
  height: 30px;
  font-size: 16px;
}

.ct_mobile_filter_category .ct_mobile_filter_category_content {
  position: fixed;
  width: 350px;
  top: 0px;
  z-index: 9999;
  left: -100% !important;
  top: 0px;
  border-radius: 0px;
  padding-top: 30px;
  transition: 0.6s ease all;
  left: 0px;
  background-color: var(--light-blue);
  height: 100vh;
}

.ct_category_close_btn {
  /* position: absolute;
  top: 15px;
  right: 15px; */
  font-size: 22px;
  cursor: pointer;
}

.ct_mobile_filter_category .ct_mobile_filter_category_content.active {
  left: 0px !important;
}

.ct_custom_check2 {
  width: 24px;
  height: 24px;
  margin-top: -1px;
}

.ct_custom_check2 .form-check-input:checked {
  background-color: #ff5a3c;
  border-color: #ff5a3c;
}

.ct_custom_check2 .form-check-input:focus {
  box-shadow: unset;
  border-color: #ff5a3c;
  vertical-align: middle;
}
.ct_pe_30 {
  padding-right: 30px;
}
.ct_filter_scroll {
  max-height: 256px;
  overflow-y: auto;
  height: auto;
}

.ct_filter_main_scroll {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  height: auto;
}

.ct_pe_60 {
  padding-right: 60px;
}
.ct_avalable_table td {
  vertical-align: middle;
}

/* .ct_grid_3 {
  display: flex;
  gap: 5px;
  height: 100%;
}
.ct_aprtment_detail_big_img img,
.ct_aprtment_detail_small_img img {
  width: 100%;
} */

.ct_gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px;
}

.ct_gallery_left {
  width: 100%;
}

.ct_gallery_left img {
  width: 100%;
  height: 360px;
  border-radius: 6px;
  object-fit: cover;
}

.ct_gallery_right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  position: relative;
}

.ct_gallery_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}





.ct_mov_in_out_card {
  background-color: #f2f2f2;
  padding: 15px;
  border-radius: 5px;
}

.ct_apartment_detail_section_links li a {
  color: #000;
}
.ct_apartment_detail_section_links {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-around;
}
.ct_apartment_detail_section_links li + li {
  margin-top: 0px;
}

.ct_amenties_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.ct_amenties_list li {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ct_amenties_list li img {
  flex-shrink: 0;
}

.ct_light_orange_badge {
  background-color: #fff2e6;
  border-radius: 100px;
  padding: 5px 20px;
}
.ct_light_orange_badge svg {
  flex-shrink: 0;
}
.ct_rent_deposit_img {
  position: relative;
  z-index: 9;
  max-width: 192px;
}

.ct_rent_deposit_img img {
  height: 135px;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  transform: scaleY(1.2);
}
.ct_rent_deposit_cnt {
  background-color: var(--orange);
  padding: 18px 16px;
  border-radius: 10px;
  position: relative;
  margin-left: -10px;
  z-index: 1;
  padding-left: 28px;
}

.ct_rent_deposit_card {
  display: flex;
  align-items: center;
}

.ct_light_grey_bg {
  background-color: #f2f3f854;
  border-radius: 10px;
  padding: 30px;
}
.ct_border_btm_1 {
  border-bottom: 1px solid #ababab4d;
}

#ct_contact_host .modal-content {
  background-color: #f4f9ff;
  height: calc(100vh - 50px);
  overflow-y: auto;
}

.ct_landloard_user {
  position: relative;
}
.ct_landloard_user img:first-child {
  width: 73px;
  height: 73px;
  object-fit: cover;
  border-radius: 100px;
}
.ct_landloard_user img:last-child {
  position: absolute;
  bottom: -10px;
  right: -5px;
  width: 40px;
  height: 39px;
  object-fit: contain;
}
ul.ct_landloard_right_info {
  display: flex;
  align-items: center;
  gap: 30px;
}
ul.ct_landloard_right_info li {
  padding-inline: 40px;
  border-right: 1px solid #dddddd;
}
.ct_client_user_img {
  flex-shrink: 0;
}
.ct_client_user_img img {
  width: 42px !important;
  height: 42px;
  border-radius: 100px;
  object-fit: cover;
  flex-shrink: 0;
}
.ct_testimonial_slide_card {
  background-color: #f2f2f294;
  padding: 30px;
  border-radius: 15px;
  height: 100%;
  /* text-align: center; */
}
.ct_user_slider .owl-nav {
  display: none;
}
.ct_user_slider .owl-dots {
  justify-content: center;
}

.ct_user_slider .owl-dots span {
  width: 12px;
  height: 12px;
  background-color: #f2f2f2;
  display: block;
  border-radius: 10px;
}
.ct_user_slider .owl-dots {
  justify-content: center;
  display: flex;
  margin-top: 15px;
  gap: 7px;
}
.ct_user_slider .owl-dots .owl-dot span {
  transition: 0.5s ease all;
}
.ct_user_slider .owl-dots .owl-dot.active span {
  background-color: var(--orange);
  width: 24px;
}

.ct_text_clr_ccc {
  color: #cccccc;
}
.ct_input_grey {
  background-color: #f5f5f5;
}

/* Page not found css S */
.ct_page_not_found_bg {
  background-color: #ffd8b070;
  height: 100vh;
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
}
.ct_page_not_found_section {
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  place-content: center;
}

.ct_page_not_found_section .ct_page_not_found_error {
  font-size: 150px;
  color: var(--orange);
  font-weight: 700;
  text-shadow: 1px 1px 1px var(--light_orange), 2px 2px 1px var(--light_orange),
    10px 10px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}

.ct_page_not_found_page {
  font-size: 20px;
  font-weight: 600;
  color: #444;
}
/* Page not found css E */

div#ui-datepicker-div {
  background-color: #fff;
  border: 0px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.09);
  padding: 15px;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  background-color: #f2f2f2;
  border: 0px;
}
.ui-datepicker .ui-datepicker-prev {
  transform: rotate(-90deg);
}
.ui-datepicker .ui-datepicker-next {
  transform: rotate(90deg);
}
.ui-widget-header .ui-icon {
  background-position: inherit;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px !important;
  top: 2px !important;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px !important;
  top: 4px !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 0px;
  background: #f2f2f2;
  font-weight: normal;
  color: #454545;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #fff;
  background-color: var(--orange);
  border-color: var(--orange) !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border-color: var(--orange);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-color: transparent !important;
  border: 0px !important;
}

.ct_product_gallry_img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.ct_product_gallary_slider .owl-nav {
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 10px;
  gap: 10px;
}
.ct_product_gallary_slider .owl-dots {
  display: none;
}
.ct_product_gallary_slider .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2 !important;
  position: relative;
}
.ct_product_gallary_slider .owl-nav button span {
  display: none;
}
.ct_product_gallary_slider .owl-nav button.owl-prev:before,
.ct_product_gallary_slider .owl-nav button.owl-next:before {
  content: "";
  position: absolute;
  background-position: center;
  top: 50%;
  width: 20px;
  height: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
}
.ct_product_gallary_slider .owl-nav button.owl-prev:before {
  background-image: url(../img/left_icon.png);
}
.ct_product_gallary_slider .owl-nav button.owl-next:before {
  background-image: url(../img/right_icon.png);
}

.ct_custom_drop_mega {
  position: relative;
}

ul.ct_custom_drop_mega_menus {
  max-width: 100%;
  position: absolute;
  background-color: #ffff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.09);
  padding: 20px;
  z-index: 9999;
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
  min-width: 400px;
  transition: 0.4s ease all;
  left: 0px;
  transform: scaleY(0);
  transform-origin: top;
  z-index: 999;
}

#multiDatePicker2,
#multiDatePicker3 {
  border: 0px;
  background-color: transparent;
  outline: unset;
}
/* #ct_Amenities_drop.active,
#ct_price_range_drop.active,
#ct_filter_price_drop.active,
#ct_bhk_drop.active,
#ct_bed_bath_drop.active {
  transform: scaleY(1);
} */
 .ct_custom_price_select_dropdown.active ~ .ct_custom_drop_mega_menus{
    transform: scaleY(1);
 }

ul#ct_price_range_drop {
  max-width: 320px;
  min-width: 320px;
}
ul#ct_bhk_drop {
    max-width: 260px;
    min-width: 260px;
}

.ct_price-input {
  width: 100%;
  display: flex;
  margin: 15px 0 35px;
}
.ct_price-input .ct_price_field {
  /* display: flex; */
  width: 100%;
  /* height: 45px; */
  align-items: center;
}
/* .ct_price_field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
} */

.ct_price-input .separator {
  width: 80px;
  display: flex;
  font-size: 19px;
  align-items: end;
  justify-content: center;
  position: relative;
  top: -4px;
}
.ct_range_slider1 {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.ct_range_slider1 .ct_range_progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: var(--orange);
}
.ct_multirange_wrapper .range-input {
  position: relative;
}
.ct_multirange_wrapper .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.ct_multirange_wrapper input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: var(--orange);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.ct_multirange_wrapper input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: var(--orange);
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.create_listing_1,
.create_listing_2 {
  cursor: pointer;
}
.create_listing_2_btn.ct_d_none,
.create_listing_1_btn.ct_d_none {
  display: none !important;
}
.create_listing_2_btn.ct_d_block,
.create_listing_1_btn.ct_d_block {
  display: block !important;
}

.ct_available_tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #fff2e6;
  color: var(--orange);
  border-radius: 100px;
  padding: 5px 10px;
}
.ct_loader_main {
  position: fixed;
  background: #f0e3e5;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  width: 64px;
  height: 64px;
  position: relative;
  background-image: linear-gradient(#fff 16px, transparent 0),
    linear-gradient(var(--orange) 16px, transparent 0),
    linear-gradient(var(--orange) 16px, transparent 0),
    linear-gradient(#fff 16px, transparent 0);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left top, left bottom, right top, right bottom;
  animation: rotate 1s linear infinite;
}
@keyframes rotate {
  0% {
    width: 64px;
    height: 64px;
    transform: rotate(0deg);
  }
  50% {
    width: 30px;
    height: 30px;
    transform: rotate(180deg);
  }
  100% {
    width: 64px;
    height: 64px;
    transform: rotate(360deg);
  }
}



