@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/fa-brands-400.woff2") format("woff2"),
    url("../webfonts/fa-brands-400.woff") format("woff"),
    url("../webfonts/fa-brands-400.ttf") format("truetype"),
    url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

/* Scrollbar Styling */

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background-color: #b7b7b7;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #6d6d6d;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

a,
a:link,
a:visited,
a:active,
a:hover,
button,
input,
select,
textarea,
i {
  text-decoration: none;
  outline: none;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

input,
select,
textarea {
  width: 100%;
  outline: none;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

input[type="radio"],
input[type="checkbox"] {
  width: auto;
  height: auto;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

img {
  max-width: 100%;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

p {
  font-size: 16px;
  line-height: 26px;
}

.comnpadding {
  padding: 50px 0;
}

.bluebg {
  background: #0c2681;
}

.comntitle {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 25px;
  color: #0c0b0b;
}

.comntitle2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #0c0b0b;
}
.comnbtn{
  font-size: 16px;
    border: none;
    color: #ffffff;
    font-weight: 400;
    cursor: pointer;
    padding: 10px 25px;
    text-align: left;
    position: relative;
    border-radius: 8px;
    display: inline-block;
    margin-top: 10px;
}
.comnbtn i,
.comnbtn img{
  margin-right: 7px;
}
.bluebg{
  background: #0c2681;
}
.orangebg{
  background: #f66d27;
}
.btn_group{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
/*======================================================================================*/

header {
  position: absolute;
  z-index: 1;
  width: 100%;
}

.navbar-light .navbar-nav .nav-item {
  margin-left: 35px;
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #ef6c2b;
}

footer {
  background: #0c257d;
  padding: 25px 0;
}

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

.copyright a,
.copyright {
  font-size: 18px;
  color: #fff;
}

.ft_menu a {
  font-size: 18px;
  color: #fff;
  position: relative;
  padding-right: 15px;
  margin-right: 10px;
}

footer a:hover,
footer a:focus {
  color: #ef6c2b;
}

.ft_menu a::after {
  content: "";
  width: 2px;
  height: 80%;
  background: #fff;
  position: absolute;
  top: 10%;
  right: 0;
}

.ft_menu a:last-child::after {
  display: none;
}

.ft_social a {
  font-size: 20px;
  color: #0c257d;
  background: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-left: 10px;
}

.ft_right {
  display: flex;
  align-items: center;
}

.banner,
.bannerimg {
  position: relative;
  color: #fff;
}

.bannerimg::before {
  content: "";
}

.bannerimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(18 18 18 / 80%);
}

.banner_caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.banner_caption h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
}

.banner_caption p {
  font-weight: 500;
  font-size: 22px;
  line-height: 34px;
}

.captionbox {
  max-width: 750px;
}

.captionbox a {
  margin-right: 15px;
}

.captionbox a img,
.info_text a img {
  max-width: 170px;
}

.Categories {
  text-align: center;
}

.Categories h2 {
  color: #fff;
}

.cate_list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-around; */
}

.cate_list li {
  background: #ffffff;
  border: 3px solid #f66d27;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  color: #000;
  width: calc(32% - 15px);
  margin: 15px;
}

.cate_list li a {
  display: block;
  padding: 25px 15px;
}

.cate_list li p {
  margin: 15px 0 0 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  color: #000;
}

.cate_list li:hover p {
  color: #f66d27;
}

.aboutimg {
  position: relative;
  padding: 30px 0 0 30px;
}

.aboutimg::before {
  content: "";
  background: #0c2681;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 95%;
  z-index: -1;
}

.aboutimg img {
  border-radius: 20px;
}

.abouttext {
  padding-top: 80px;
}

.abouttext p {
  line-height: 30px;
}

.worktext span {
  font-size: 24px;
  color: #f66d27;
  line-height: 36px;
  font-weight: 700;
  display: block;
}

.How_app_works {
  position: relative;
  overflow: hidden;
}

.leftEllipse {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: flex;
  flex-direction: column;
  width: 250px;
}

.rightEllipse {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -5;
  display: flex;
  flex-direction: column;
  width: 200px;
}

.Ellipse {
  max-width: 50%;
}

.rightEllipse img .leftEllipse img {
  max-width: 200px;
}

.rightEllipse .Ellipse,
.leftEllipse .Ellipse {
  max-width: 200px;
  max-height: 700px;
  margin-bottom: 30px;
}

.leftEllipse .Ellipse {
  margin-top: 50px;
}

.appwork_list {
  max-width: 1000px;
  margin: auto;
}

.appwork_list li p {
  font-size: 24px;
  color: #737373;
  font-weight: 500;
  line-height: 38px;
}

.appwork_list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.appwork_list li:nth-child(even) {
  flex-direction: row-reverse;
}

.appwork_list li:nth-child(even) .workimg {
  text-align: right;
}

.workimg {
  width: 40%;
}

.worktext {
  width: 60%;
}

.info {
  display: flex;
  align-items: center;
}

.information::before {
  content: "";
  background: url("../images/hxa-pattern.png") no-repeat;
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  z-index: -1;
}

.information {
  background: #ff6a1e;
  color: #ffffff;
  padding: 30px 0 0 0;
  position: relative;
  z-index: 1;
}

.info_text {
  width: 50%;
}

.info_text h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
}

.info_text p {
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
}

.info_img::before {
  content: "";
  background: #0c257d;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  position: absolute;
  bottom: -12%;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
}

.info_img {
  width: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

/*==============================================
Contact Form Css Start Here 05-10-22
==============================================*/

.contactform .modal-body {
  padding: 0;
}

.contactform form {
  position: relative;
  padding: 25px;
}

.contactform form .far.fa-times {
  position: absolute;
  top: 0;
  right: 0;
  background: #0c2681;
  color: #fff;
  border: none;
  padding: 5px 7px 5px 12px;
  border-radius: 0 0 0 15px;
}

.contactform form input {
  height: 40px;
  margin-top: 15px;
  padding: 10px;
}

.contactform form textarea {
  height: 80px;
  margin-top: 15px;
  padding: 10px;
  resize: none;
}

.contactform form button[type="submit"] {
  background: #0c2681;
  color: #fff;
  border: none;
  margin: 15px auto 0;
  padding: 7px 25px;
  display: table;
  text-transform: uppercase;
  font-size: 20px;
}

.contactform form button:focus {
  outline: none;
  box-shadow: none;
}

/*==========================================================================  

                21-01-2023 Css Add

==========================================================================*/

.form1 {
  margin-bottom: 50px;
}

.subtitle {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}

hr {
  margin: 30px 0;
}

.inner_header header {
  position: initial;
}

.inner_header header .container {
  border-bottom: 1px solid #d7d7d7;
}

.inner_header header .navbar-light .navbar-nav .nav-link {
  color: #000000;
}

.inner_header header .navbar-light .navbar-nav .nav-link:focus,
.inner_header header .navbar-light .navbar-nav .nav-link:hover {
  color: #ef6c2b;
}

.buy_rent {
  background: #eaeeff;
  border-radius: 12px;
  padding: 30px;
  margin: 30px 0;
}

.buy_rent h3 {
  color: #000000;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 15px;
}

.custom_label input[type="radio"] {
  display: none;
}

.custom_label label {
  font-size: 20px;
  min-width: 200px;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  padding: 15px 35px 15px 15px;
  font-weight: 500;
  position: relative;
}

.custom_label span {
  margin-right: 15px;
  margin-bottom: 15px;
  display: inline-block;
}

.custom_label span:last-child {
  margin-right: 0px;
}

.custom_label label i {
  margin-right: 10px;
}

.custom_label .blank-label {
  display: none;
}

.custom_label input[type="radio"]:checked + label {
  border: 2px solid #ef6d2c;
}

.custom_label input[type="radio"]:checked + label::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  height: 30px;
  margin: auto;
}

.field_div {
  margin-bottom: 30px;
}

.field_div label {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  margin-bottom: 5px;
}

.field_div input {
  font-size: 18px;
  padding: 10px 15px;
  color: #919191;
  height: 50px;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  margin-bottom: 20px;
}

.field_div small {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  background: #f3f3f3;
  border: 1px solid #d1d1d1;
  border-radius: 50px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 10px;
}

.field_div small i {
  color: #ef6d2c;
  margin-left: 10px;
  cursor: pointer;
}

.buy_property h4 {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  margin-bottom: 15px;
}

.buy_property .custom_label label {
  font-size: 18px;
}

.ruppe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.ruppe strong {
  color: #ef6d2c;
  font-weight: 500;
  font-size: 18px;
}

.ruppe strong small {
  display: block;
  font-size: 14px;
}

.units {
  display: flex;
}

.units small {
  font-size: 12px;
  color: #fff;
  background: #0c2681;
  border-radius: 4px 0px 0px 4px;
  padding: 7px 10px;
}

.units select {
  font-size: 12px;
  color: #000;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 0px 4px 4px 0px;
  padding: 7px 10px;
}

/*================================ RANGE SLIDER CSS ================================*/

.range-slider-area {
  -webkit-transition: 1s;
  transition: 1s;
  margin-bottom: 30px;
}

.range-slider-area .rs-range {
  width: 100%;
}

.range-slider-area .rs-range:focus {
  outline: none;
}

.range-slider-area .rs-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #d9d9d9;
  border: 0 solid #010101;
  border-radius: 15px;
}

.range-slider-area .rs-range::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  box-shadow: none;
  background: #ef6d2c;
  border: 0 solid #010101;
  border-radius: 15px;
}

.range-slider-area .rs-range::-webkit-slider-thumb {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #ef6d2c;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;
}

.range-slider-area .rs-range::-moz-range-thumb {
  border: 2px solid #fff;
  box-shadow: 0 4px 4px #849dff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #ef6d2c;
  cursor: pointer;
  margin-top: -11px;
}

.range-slider-area .rs-range::-moz-focus-outer {
  border: 0;
}

.range-slider-area .rs-label {
  position: relative;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  display: inline-block;
  background: transparent;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
  margin-left: 5px;
  color: #d9d9d9;
  font-weight: 700;
  font-size: 1.4em;
  visibility: hidden;
}

.range-slider-area .rs-label::after {
  content: "%";
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1em;
  margin-top: -10px;
}

.price_range {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  color: #707070;
  font-weight: 400;
}

.min_max {
  display: flex;
}

.min_max span {
  font-weight: 500;
  color: #0c2681;
}

.min_max small {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-top: 35px;
  padding: 0 10px;
}

.min_max .field_div {
  margin-bottom: 0;
}

.no_dc {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  border: 1px solid #ef6d2c;
  border-radius: 100px;
  padding: 5px 20px;
  display: inline-block;
  margin: 0 10px 10px 0;
}

.fill {
  background: #ffc58c;
}

.ap {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  border: 1px solid #d1d1d1;
  border-radius: 100px;
  padding: 5px 20px;
  display: inline-block;
  margin: 0 10px 10px 0;
}

.apfill {
  background: #0c2681;
  color: #fff;
}

.Approval {
  margin-top: 15px;
}

.Approval span {
  font-size: 14px;
  /* margin-right: 3px; */
  padding: 4px 10px;
}

.btn1 {
  font-size: 20px;
  background: #f66d27;
  border-radius: 8px;
  font-weight: 600;
  color: #ffffff;
  border: none;
  display: inline-block;
  padding: 10px 30px;
  margin: 15px 0;
}

.btn2 {
  font-size: 20px;
  background: #0c2681;
  border-radius: 8px;
  font-weight: 600;
  color: #ffffff;
  border: none;
  display: inline-block;
  padding: 10px 30px;
  margin: 15px 0;
}

/*==========================================================================  

                25-01-2023 page no 12 Css Add

==========================================================================*/

ul {
  margin: 0;
  list-style: none;
}

.requir_box {
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 25px;
  margin-top: 30px;
}

.requir_box aside {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
}

.requir_box ul {
  margin: 15px 0;
}

.requir_box ul li {
  font-size: 16px;
  font-weight: 400;
  color: #787878;
  position: relative;
  padding-left: 30px;
  margin: 8px 0;
}

.requir_box ul li:last-child {
  color: #f23737;
}

.requir_box ul li i {
  position: absolute;
  left: 0;
  color: #ef6d2c;
  width: 20px;
  text-align: center;
  font-size: 18px;
}

.buy_act {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.buy_act .buy {
  font-size: 16px;
  font-weight: 500;
  color: #0c2681;
  background: rgba(12, 38, 129, 0.2);
  border-radius: 5px;
  padding: 3px 12px;
}

.buy_act .active {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #10cb00;
  border-radius: 5px;
  padding: 3px 12px;
}

.buy_act .active::before {
  content: "";
  background: #fff;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}

.requir_box_btn button {
  border: none;
  border-radius: 5px;
  font-size: 16px;
  margin-right: 10px;
  padding: 5px 15px;
}

.requir_box_btn button i {
  margin-right: 5px;
}

.requir_box_btn button:last-child {
  margin-right: 0px;
}

.editbtn {
  color: #fff;
  background: #0c2681;
}

.trashbtn {
  color: #fc6969;
  background: #ffe2d3;
}

/*=================================================================  */

/* chat box css start  */

/*=================================================================  */

.chatbox {
  max-width: 420px;
  background: #f6f6f6;
  box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1;
  display: none;
}

.top {
  padding: 7px 15px;
  background: #f66d27;
  color: #fff;
  border-radius: 15px 15px 0px 0px;
  position: relative;
}

.top small {
  font-size: 28px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-weight: 500;
  display: inline-block;
  margin-right: 15px;
}

.top span {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

.top i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  height: 20px;
}

.middal {
  padding: 15px;
  overflow: auto;
  height: 420px;
}

.middal li {
  margin-bottom: 20px;
  display: flex;
  align-items: end;
  position: relative;
  padding-top: 10px;
}

.middal small {
  font-size: 15px;
  font-weight: 500;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
}

.middal .left small {
  background: #f66d27;
  margin-right: 15px;
}

.middal .left sup {
  position: absolute;
  top: 0;
  left: 70px;
}

.middal .right {
  justify-content: end;
}

.middal .right sup {
  position: absolute;
  top: 0;
  right: 70px;
  left: auto;
}

.middal .right small {
  background: #0c257d;
  margin-left: 15px;
}

.middal span {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  background: #fff;
  padding: 15px;
  border-radius: 30px;
  width: 60%;
}

.middal .left span {
  border-radius: 30px 30px 30px 0px;
}

.middal .right span {
  border-radius: 30px 30px 0px 30px;
}

.bottom {
  background: #fff;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 0 15px 15px;
}

.bottom input {
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  border: none;
  height: 40px;
  width: calc(100% - 70px);
}

.bottom button {
  font-weight: 600;
  font-size: 18px;
  color: #0c257d;
  border: none;
  background: none;
}

.bottom span {
  background: #808080;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}

.Detailsdiv {
  /* padding: 20px; */
  padding-bottom: 20px;
  background: #ffffff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 12px 12px;
}

.Detailsdiv h3 {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.Detailsdiv h3 span {
  font-size: 16px;
  color: #ef6d2c;
  font-weight: 500;
}

.blank_space {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.map {
  height: 225px;
}

.map iframe {
  border-radius: 12px;
}

.detailbox {
  background: #f8f8f8;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  padding: 15px 5px;
  margin: 20px 0;
}

.detailbox aside {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 400;
  color: rgb(120, 120, 120);
}

.detailbox aside strong {
  font-size: 15px;
  display: block;
  color: rgb(0, 0, 0);
  font-weight: 500;
}

.detailbox ul {
  display: flex;
  flex-wrap: wrap;
}

.detailbox li {
  width: 25%;
  padding: 0 10px;
  margin: 8px 0;
}

.detailbox li small {
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  display: table;
}

.detailbox li strong {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  display: table;
}

.detailbtndiv {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.detailbtndiv button {
  font-size: 20px;
  border: none;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
  width: 47%;
  padding: 15px 50px 15px 30px;
  text-align: left;
  position: relative;
  border-radius: 8px;
}

.detailbtndiv button i {
  margin-right: 10px;
}

.detailbtndiv button::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 20px;
}

.chatbtn {
  background: #f66d27;
}

.Interestbtn {
  background: #0c2681;
}

/*=================================================================  */

/* gallery slider css start  */

/*=================================================================  */

.gallery {
  width: 100%;
  margin: 0px auto;
  /* background: #FFFFFF;
    box-shadow: 0px 4px 40px rgb(0 0 0 / 16%);
    border-radius: 12px 12px 0 0; */
}

.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}

.gallery-slider .swiper-slide {
  width: auto;
  height: 230px;
}

.gallery-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 12px 12px 0px 0px;
}

.gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.gallery-thumbs .swiper-slide {
  width: 25%;
  text-align: center;
  overflow: hidden;
  opacity: 1;
  padding: 10px;
}

.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.gallery-thumbs .swiper-slide img {
  width: auto;
  height: 100%;
  border-radius: 12px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  display: none;
}

/* 20-03-2023 */

.comn_box {
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 25px;
  margin: 30px 0;
}

.comnheading {
  font-size: 24px;
  text-transform: capitalize;
  color: #ef6d2c;
}

.myaccount {
  margin-bottom: 50px;
}

.Total_Requirements .comntitle2 {
  color: #0c2681;
}

.Total_Requirements .comn_box aside {
  font-size: 20px;
  color: #000;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

.Total_Requirements ul {
  display: flex;
  flex-wrap: wrap;
}

.Total_Requirements li {
  width: 33.33%;
  padding: 0 10px;
}

.Total_Requirements li span {
  font-size: 17px;
  display: block;
  margin: 5px 0;
}

.Total_Requirements li span i {
  color: #ef6d2c;
  width: 26px;
}

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

.totalicon aside {
  font-size: 20px;
  color: #909090;
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 15px;
  width: 48%;
  text-align: center;
  margin-top: 15px;
}

.totalicon aside i {
  color: #ef6d2c;
  font-size: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

.totalicon aside b {
  color: #000;
}

.seller_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.seller_info .btn2 {
  font-size: 16px;
}

.seller_info .btn2 i {
  margin-right: 10px;
}

.avatar-upload {
  position: relative;
  max-width: 110px;
  margin-right: 20px;
}

.avatar-upload .avatar-edit {
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 1;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 0;
  border-radius: 100%;
  color: #fff;
  background: #ef6d2c;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input + label:after {
  content: "\f303";
  /* font-family: 'FontAwesome'; */
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-upload .avatar-preview {
  width: 110px;
  height: 110px;
  position: relative;
  border-radius: 100%;
  border: 1px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.avatar-info {
  font-size: 18px;
}

.avatar-info a {
  font-size: 18px;
  color: #707070;
  display: table;
  margin: 5px 0;
}

.avatar-info a:hover {
  color: #ef6d2c;
}

.profile_pic {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/*----------------------------------------------- 
            Tabs css start here 
-----------------------------------------------*/

.serchtabs {
  position: relative;
  top: -100px;
}

.tab__list {
  display: flex;
}

.tab__item {
  overflow: hidden;
  cursor: pointer;
  padding: 10px 30px;
  margin-right: 15px;
  text-shadow: 0 0 0.5px currentColor;
  letter-spacing: 1px;
  transition: 0.2s;
  font-size: 18px;
  position: relative;
  color: #000;
  background: #fff;
  border-radius: 10px 10px 0 0;
}

/* .tab__item:before {
    content: "";
    position: absolute;
    top: 95%;
    left: 0;
    height: 2px;
    width: 100%;
    background: #19d9b4;
    transition: 0.2s;
    visibility: hidden;
    opacity: 0;
} */

.tab__list .is--active {
  background: #f76d26;
  color: #fff;
  position: relative;
}

.tab__content .tab__list .is--active {
  background: none;
  color: #f76d26;
}

/* .tab__content .tab__list .is--active::after {
  content: "";
  width: 50%;
  height: 2px;
  background: #f76d26;
  display: block;
} */

.tab__item.is--active:before {
  visibility: visible;
  opacity: 1;
}

.box_shadow {
  box-shadow: 0 0 20px 0px #ddd;
}

.tab__content ,
#myTabContent{
  padding: 32px;
  background: #ffffff;
  border-radius: 0 10px 10px;
}

.tab__content-item {
  display: none;
}

.tab__content-item label {
  text-transform: capitalize;
  color: #000;
  font-size: 16px;
  margin-bottom: 5px;
}

.tab__content-item input,
.tab__content-item select {
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px 10px;
  text-transform: capitalize;
  color: #000;
  font-size: 16px;
}

.tab__content-item button {
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  background: #f76d26;
  color: #fff;
  height: 50px;
  width: 100%;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
}

.tab__content-item.is--active {
  display: block;
}

.tab__content-title {
  padding: 24px 24px 24px 0;
}

.tab .tab .tab__item {
  font-size: 16px;
}

.tab .tab .tab__content {
  padding: 0;
}

/*--------------------------------------------------------------*/

.custom_textradio {
    margin-bottom: 15px;
}
.custom_textradio input[type="radio"] {
  display: none;
}
.custom_textradio label {
  display: inline-block;
  cursor: pointer;
  color: #000;
  font-size: 18px;
  text-transform: capitalize;
  margin-right: 15px;
  padding: 5px;
  font-weight: 500;
}

.custom_textradio .blank-label {
  display: none;
}

.custom_textradio input[type="radio"]:checked + label {
  color: #ef6d2c;
  
  font-size: 22px;
  font-weight: 600;
}
.custom_textradio.buycatstyle input[type="radio"]:checked + label{
  border-bottom: solid 4px #0c257d;
}
.custom_textradio.rentcatstyle input[type="radio"]:checked + label{
  border-bottom: solid 4px #ef6d2c;
}
.nav-tabs{
    border-bottom: none;
}
.nav-tabs .nav-link {
    margin-bottom: 0;
    background: #fff;
    border: none;
    border-radius: 10px 10px 0 0;
    color: #000;
    font-size: 18px;
    padding: 10px 30px;
    box-shadow: 0px -3px 7px #ddd;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #ef6d2c;
    border: none;
}

.post_requirment{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
}
.post_requirment span{
    font-size: 16px;
    text-transform: capitalize;
    line-height: 20px;
    font-weight: 600;
}
.post_requirment a{
    font-size: 16px;
    color: #0c257d;
    display: flex;
    align-items: center;
    background: rgb(247 109 38 / 10%);
    border: 1px solid #f76d26;
    border-radius: 10px;
    padding: 10px 25px;
    font-weight: 600;
}
.post_requirment a small{
    font-size: 13px;
    color: #ef6d2c;
    display: block;
    font-weight: 600;
}
.post_requirment a i{
    font-size: 22px;
    margin-right: 15px;
}
.buyer_catebox{
    padding: 25px;
}

.buyer_catebox h4{
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: self-start;
} 
.buyer_catebox h4 i{
    font-size: 28px;
    margin-right: 15px;
    color: #ef6d2c;
}

.buyer_catebox li a{
    font-size: 16px;
    padding: 10px 40px 10px 15px;
    display: block;
    color: #0c2681;
    background: rgb(132 157 255 / 12%);
    position: relative;
    margin-bottom: 10px;
    border-radius: 5px;
}
.buyer_catebox li a::before{
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 15px;
    font-weight: bold;
}
.buyer_catebox li a strong{
    font-size: 18px;
    color: #000;
}
.buyer_catebox li a i {
    width: 40px;
    font-size: 22px;
    margin-right: 0;
}

.buyer_catebox  .detailbtndiv button{
    font-size: 15px;
    text-transform: capitalize;
    text-align: center;
    padding: 12px 15px;
}
.buyer_catebox  .detailbtndiv button::before{
    display: none;
}

.buyer_listbox{
    border-top: 1px solid #ddd;
    padding: 25px;
}
.buyer_listbox .custom_label input[type="radio"]:checked + label::before{
    display: none;
}
.buyer_listbox .custom_label label{
    font-size: 15px;
    padding: 10px 30px;
    text-align: center;
    border: none;
    min-width: auto;
}
.buyer_listbox .custom_label input[type="radio"]:checked + label{
    border: none;
    background: #0c2681;
    color: #fff;
}
.buyer_listbox .custom_label {
    display: inline-flex;
    border: 2px solid #d1d1d1;
    border-radius: 10px;
}
.buyer_listbox .custom_label span{
    margin: 0;
}
.one{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
}
.one aside span{
    color: #ef6d2c;
    display: block;
}


/*--------------------------------------------------------

      Accordion  Css Start Here

--------------------------------------------------------*/

#Category1 {
  padding: 0;
  margin-top: 30px;
}
.accordion__item {
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 20px 75px 20px 20px;
}
.accordion__item__header::before {
  font-size: 24px;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: -50px;
  top: 50%;
  transition: .5s all;
  transform: translateY(-50%);
}
.accordion__item__header.active::before {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
}
.accordion__item__header {
  cursor: pointer;
  position: relative;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion__item__header span{
  font-weight: 600;
  font-weight: 18px;
}
.accordion__item__header span small{
  font-weight: 16px;
  display: block;
  font-weight: 400;
  color: #707070;
}
.accordion__item__header .btn2{
  font-size: 14px;
  padding: 10px 20px;
  font-weight: normal;
}
.accordion__item__header .btn2 i{
  margin-right: 10px;
}


.accordion__item__content {
  overflow-y: auto;
  padding:10px 0 0 0;
  display: none
}

.accordion__item__content h5{
  font-weight: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.land_deatil li{
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.mblogo{
  display: none;
}
.menuhide {
  display: none;
}
.no_dc {
  color: #f04b33;
  font-weight:500;
}
.custom_label input[type="checkbox"] {
  display: none;
}
.custom_label input[type="checkbox"]:checked + label {
  border: 2px solid #ef6d2c;
}
.custom_label input[type="checkbox"]:checked + label::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  height: 30px;
  margin: auto;
}