.innerbody .header {
  border-bottom: 1px solid rgba(112, 112, 112, 0.24);
}
.innerbanner,
.innerbanner img {
  width: 100%;
  display: block;
  position: relative;
  height: 360px;
  object-fit: cover;
  object-position: center center;
}
.innercontent {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  z-index: 2;
}
.innercontent h2,
.innercontent p {
  color: #fff;
}
.innerbanner::before {
  background-color: #000;
  top: 0;
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  background-size: contain;
  width: 100%;
  overflow: hidden;
  opacity: 0.41;
  max-height: 100%;
  z-index: 1;
  height: 100%;
}
.innercontent h3 {
  font-size: 42px;
  line-height: 1.1;
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Playfair", serif;
}
.innercontent p {
  font-size: 21px;
}
.mtop1 {
}
.home_banner {
  position: relative;
  width: 100%;
  display: block;
  height: calc(100vh - 76px);
  overflow: hidden;
}
.home_banner::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 90vh;
  content: "";
  background: linear-gradient(to bottom, #000, transparent);
  opacity: 0.36;
}
.home_banner img.home_banner_img {
  width: 100%;
  display: block;
  height: calc(100vh - 76px);
  object-fit: cover;
  object-position: center center;
}
.home_banner_info {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
}
.home_banner_info h2 {
  color: #fff;
  font-size: 52px;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  margin: 0 0 30px;
}
.home_banner_form {
  width: 100%;
  max-width: 940px;
  margin: auto;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  outline: 5px solid rgba(255, 255, 255, 0.5);
}
.home_banner_form .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.home_banner_form .flex span {
  font-size: 16px;
  font-weight: 600;
}

.radio_container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
}
.radio_container input[type="radio"] {
  appearance: none;
  display: none;
}
.radio_container label {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: inherit;
  width: 100px;
  height: 33px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  transition: linear 0.3s;
  color: #000;
  background-color: rgba(4, 47, 157, 0.06);
  cursor: pointer;
  font-weight: 500;
}
.radio_container input[type="radio"]:checked + label {
  background-color: #04309d;
  color: #fff;
  transition: 0.3s;
}
.home_banner_search {
  display: grid;
  grid-template-columns: 82fr 18fr;
  gap: 10px;
  align-items: center;
  position: relative;
  margin-top: 10px;
}
.home_banner_input {
  position: relative;
  width: 100%;
  display: block;
}
.home_banner_input img {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 24px;
}
.home_banner_input input {
  width: 100%;
  display: block;
  height: 46px;
  font-size: 16px;
  padding-left: 45px;
  font-weight: 400;
}
.mtop1 {
  margin-top: 120px;
}
.inner_searchox {
  padding: 50px 0 0px;
}
.home_banner_search {
  grid-template-columns: 58fr 42fr;
}
.inner_banner_search {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.inner_banner_search select.form-control,
.inner_banner_search button.dropdown-toggle {
  border: 1px solid #000;
  height: 46px;
  font-size: 16px;
  color: #000;
  cursor: pointer !important;
  padding: 0 12px;
  display: block;
  background-color: #fff;
  font-weight: 500;
  border-radius: 5px;
}
.inner_banner_search button.dropdown-toggle {
  padding-right: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.inner_banner_search select,
.inner_banner_search select:focus {
  cursor: pointer;
}
.inner_banner_search select:focus,
.inner_banner_search select:visited,
.inner_banner_search button.dropdown-toggle:visited,
.inner_banner_search button.dropdown-toggle:focus {
  background-color: #eff5ff;
  border-color: #003498;
}
.dropdown-menu {
  padding: 10px;
  width: 275px;
}
.dropdown-menu .flex {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.dropdown-menu .flex label {
  color: #d2d2d2;
  font-weight: 400;
}
.dropdown_btn {
  display: flex;
  justify-content: center;
}
.dropdown_btn button.btn {
  height: 36px;
  line-height: 36px;
  padding: 0 25px;
}
/*buypg*/
.buypg {
  padding: 50px 0;
}
.buypg .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
a.sec2bx1 h3,
a.sec2bx1 h4,
a.sec2bx1 p {
  color: #000;
}
.list_label {
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
}
.list_label img {
  height: 10px;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.page-item .page-link {
  border: 1px solid #4a4a4a;
  color: #4a4a4a;
  border-radius: 2px;
  box-shadow: none !important;
}
.page-item.active .page-link,
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
.buy_rent_info1 h2 {
  font-weight: 700;
}
.buy_rent_info1 {
  width: 100%;
  display: block;
  padding: 20px 0;
}
.buybtn {
  display: flex;
  justify-content: end;
  opacity: 0;
}
a.sec2bx1:hover .buybtn {
  opacity: 1;
}
.buybtn span {
  background-color: #67c012;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 30px;
  color: #fff;
}
.buybtn span img {
  height: 15px;
}
.swiper-container {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .swiper-container {
    /* min-height: 320px; */
  }
}
.swiper-container-wrapper {
  display: flex;
  flex-flow: column nowrap;
  /* height: 100vh; */
  width: 100%;
}
@media (min-width: 480px) {
  .swiper-container-wrapper {
    flex-flow: row nowrap;
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
}

.swiper-slide {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  /* Center slide text vertically */
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  /* Slide content */
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 10px;
}
.swiper-slide .description,
.swiper-slide .title {
  display: block;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}
.swiper-slide-active .description,
.swiper-slide-active .title {
  opacity: 1;
}
.swiper-slide-active .title {
  margin-bottom: 0.5rem;
  font-size: 24px;
  color: #000;
  transition: opacity 0.5s ease 0.5s;
}
.swiper-slide-active .description {
  font-size: 16px;
  color: #777;
  transition: opacity 0.5s ease 0.75s;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: 10px;
}
.gallery-top {
  position: relative;
  width: 100%;
  /* height: 75vh; */
}
@media (min-width: 480px) {
  .gallery-top {
    width: 76%;
    /* height: 100vh; */
    margin-right: 0;
  }
}

.gallery-thumbs {
  width: 100%;
  /* height: 450px; */
  padding-top: 10px;
}
@media (min-width: 480px) {
  .gallery-thumbs {
    width: 20%;
    height: 72vh;
    /* height: 100vh; */
    padding: 0;
  }
}
.gallery-thumbs .swiper-wrapper {
  flex-direction: row;
  /* gap: 10px; */
}
.gallery-thumbs .swiper-wrapper .swiper-slide {
  padding-bottom: 10px;
}
@media (min-width: 480px) {
  .gallery-thumbs .swiper-wrapper {
    flex-direction: column;
  }
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  flex-flow: row nowrap;
  height: 100%;
  opacity: 0.75;
  cursor: pointer;
}
@media (min-width: 480px) {
  .gallery-thumbs .swiper-slide {
    flex-flow: column nowrap;
    width: 100%;
  }
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}
.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  height: 15px;
  border-radius: 10px;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: auto;
  background-color: rgba(0, 0, 0, 0.49);
  padding: 5px 20px;
  border-radius: 5px;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  margin: auto;
}
.buy_rent_info1_form {
  padding: 10px;
  border: 1px solid #707070;
  border-radius: 10px;
}
.buy_rent_info1_form h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
.buy_rent_info1_form p {
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-style: italic;
}
.buy_rent_info1_form .form-control {
  border: 1px solid #000;
  margin-bottom: 10px;
  color: #000;
  height: 40px;
}
.buy_rent_info1_form textarea.form-control {
  height: 80px;
}
.buy_rent_info1_form .btn {
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}
.buy_rent_info1_form .form-group p {
  font-size: 10px;
  margin: 0;
}
.form-group {
  margin: 0;
}
.buy_rent_info1 .grid1 {
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 50px;
  align-items: center;
  padding: 40px 0;
}
.buy_rent_info1 .grid1 .list_label {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 10px;
  display: inline-flex;
  width: auto;
  padding: 5px 20px;
  font-size: 18px;
}
.buy_rent_info1 .grid1 h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}
.buy_rent_info1 .grid1 h4 {
  font-size: 21px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}
.buy_rent_info1 .grid1 h4 i {
  color: #67c012;
}
.buy_rent_info1 .grid1 .flex {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 26px;
  color: #000;
}
.buy_rent_info1 .grid1 .flex div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.buy_rent_info1 .grid1 .flex span {
  font-size: 46px;
  font-weight: 700;
}
.ingrid1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 20px;
  width: 90%;
}
.ingrid1 > div {
  background-color: #ebedf1;
  padding: 30px 30px;
  display: grid;
  grid-template-columns: 50px auto;
  border-radius: 10px;
  gap: 10px;
  align-items: center;
}
.ingrid1 img {
  width: 35px;
}
.ingrid1 h5 {
  font-size: 21px;
  color: #000;
  margin: 0 0 5px;
}
.ingrid1 p {
  font-size: 17px;
  margin: 0;
}
a.btn1 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0c3fd4;
  font-weight: 700;
  margin-top: 15px;
}
a.btn1 svg {
  height: 15px;
}
hr {
  border-color: #000;
}
.buy_rent_info1 .grid2 {
  padding: 30px 0;
}
.buy_rent_info1 p {
  color: #000;
}
.buy_rent_info1 .grid2 h3 {
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 10px;
}
.buy_rent_info1 .grid2 ul {
  margin-bottom: 30px;
}
.buy_rent_info1 .grid2 ul li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 20px;
  font-size: 19px;
}
.buy_rent_info1 .grid2 ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: ">";
  transform: translateY(-50%);
}
.inner_banner,
.inner_banner img.home_banner_img {
  height: auto;
}
.inner_banner .home_banner_form {
  max-width: 90%;
  margin: auto;
}
.home_banner_search123 {
  grid-template-columns: 35fr 20fr 20fr 15fr 10fr;
}
.inner_banner .home_banner_form .form-control,
.home_banner_search1 .form-control {
  height: 46px;
}
.inner_banner p {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}
.sellbox1,
.sellbox2 {
  padding: 50px 0;
}
.sellbox1 {
  padding-bottom: 0;
}
.sellbox1 h2 {
  text-align: center;
}
.sellbox1 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  text-align: center;
  padding: 50px 100px;
}
.sellbox1 .grid img {
  height: 120px;
  margin-bottom: 20px;
}
.sellbox1 .grid p {
  color: #000;
}
.sellbox2 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
}
.sellbox2 img {
  width: 100%;
  display: block;
}
.sellbox2 h2 {
  font-size: 48px;
}
p {
  color: #000;
}
.home_banner_search1 {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr auto;
}
.news_description {
  padding: 40px 0 50px;
}
.news_description h2 {
  text-align: center;
}
.news_description a.btn1 {
  justify-content: center;
}
.news_description img.ndimg {
  width: 100%;
  margin: 20px 0;
}
.news_description h3 {
  font-size: 42px;
  font-weight: 700;
  margin: 30px 0 20px;
  font-family: "Times New Roman", Times, serif;
}
/*buypg*/
.moreprop {
  background-image: url(../images/bg1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.backtosearch {
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 20px 0;
  width: 100%;
}
.backtosearch a {
  background-color: #67c012;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  padding: 14px 20px;
  border-radius: 30px;
  color: #fff;
}
.backtosearch a img {
  height: 15px;
  width: auto;
  transform: rotate(180deg);
}
.backtosearch a:hover {
  transform: translateY(-5px);
}

/*contactpg1*/
.contactpg1 {
  padding: 0px 0 50px;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  background-color: #f5f5f5;
  width: 100%;
  background-position: left bottom;
}
.contactpg1 h2 {
  margin-bottom: 50px;
  padding-top: 70px;
}
.contactpg1_in {
  margin-bottom: 30px;
  padding-left: 150px;
  border-top: 2px solid #0b40b0;
  width: 90%;
  float: right;
  position: relative;
}
.contactpg1_in_in {
  display: grid;
  grid-template-columns: 40fr 60fr;
  position: relative;
  background-color: #ffffff80;
  padding: 40px;
  border: 1px solid #d0d0d0d1;
  box-shadow: rgba(163, 177, 198, 0.3) 9px 9px 16px;
}
.contactpg1_in:last-child {
  margin: 0;
}
.contactpg1_in_left {
  padding: 40px;
}
.contactpg1_in:last-child .contactpg1_in_left {
  /* background-color: #741b61; */
}
.contactpg1_in_left h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px;

  text-transform: uppercase;
  letter-spacing: 1px;

  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 3px solid #dbdbdb;
}
.cont_info {
  display: grid;
  /* grid-template-columns: 30px 1fr; */
  gap: 0;
  margin-bottom: 20px;
  color: #000;
}
.contactpg1_in_in h4 {
  color: #33333380;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.contactpg1_in_in h3::before {
  content: "";
  width: 50px;
  border-right: solid 15px #f3f3f4;
  height: 3px;
  background-color: #67c012;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.cont_info img {
  /* width: 15px; */
  height: 20px;
}
.cont_info p {
  margin: 0;
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  /* margin-top: -10px; */
}
.cont_info1 {
  margin-bottom: 0;
  align-items: center;
}
.cont_info1 p {
  margin: 0;
}
.contactpg1_in iframe {
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: rgba(163, 177, 198, 0.3) 9px 9px 16px;
  border-radius: 15px;
}

.spinner-wrap {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner-item {
  /* border: 1px solid red; */
  background-color: #0b40b0;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-animation: zoom 2s linear 0.75s infinite;
  animation: zoom 2s linear 0.75s infinite;
}
.spinner-item--2 {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.spinner-item--3 {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

@-webkit-keyframes zoom {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

@keyframes zoom {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
/*contactpg1*/

.jobdescription {
  padding: 50px 0;
  display: table;
  width: 100%;
  background-image: url(../images/bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 50px;
}

.jobdesc1 h2 {
  font-size: 24px;
}
.jobdescription label {
  font-size: 16px;
  margin-bottom: 5px;
  width: 100%;
  display: block;
  font-weight: 600;
}
.jobdescription label span {
  color: red;
}
.jobdescription input.form-control,
.jobdescription textarea.form-control {
  background-color: #fff;
  border-radius: 30px;
  height: 50px;
  border: 0px;
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #f8f8f8;
  font-weight: 400;
  box-shadow: none;
  color: #000;
  padding: 0 20px;
  box-shadow: 0 5px 15px 0px rgb(34 48 116 / 15%);
}
.jobdescription textarea.form-control {
  height: 120px;
  padding: 15px;
}
.jobdescription .col-sm-12 {
  display: table;
  width: 100%;
}
button.btn {
  height: 70px;
  line-height: 66px;
  padding: 0 60px;
  background-color: #fff;
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  border-radius: 40px;
  transition: all 0.3s;
  border: 2px solid #0b40b0;
}
button.btn:hover {
  -webkit-box-shadow: inset 0 0 0 1px #0b40b0;
  box-shadow: inset 0 0 0 1px #0b40b0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.adbxin .col-sm-4 {
  float: left;
  width: 40%;
}
.adbxin .col-sm-8 {
  float: right;
  width: 60%;
  padding-left: 40px;
}
.jobdescription .col-sm-6 {
  float: left;
  width: 50%;
  padding: 0 10px;
}
.jobdescription .col-sm-12 {
  float: left;
  width: 100%;
  padding: 0 10px;
}
.testimonialspg {
  padding: 50px 0 70px;
}
.testimonialspg h2 {
  text-align: center;
}
.testimonialspg .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.test_box {
  background: #fff;
  padding: 40px;
  height: 100%;
  box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.09);
  text-align: center;
}
.test_box img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: center center;
  border-radius: 100%;
}
.test_box h3 {
  margin: 20px 0;
  font-size: 19px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.test_box h3 i {
  font-size: 16px;
}
.test_box p {
  font-size: 16px;
  line-height: 1.6;
}
.test_box h4 {
  margin: 20px 0 0;
  font-weight: 700;
  font-size: 16px;
}

.sellpage {
  padding: 50px 0;
}
.sellpageinner {
  max-width: 900px;
  margin: auto;
}
.sellpage p {
  font-size: 18px;
}
.sellpage ul {
  margin: 30px 0;
  list-style: none;
}
.sellpage ul li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  margin-bottom: 0px;
  background-image: url("../images/cehck.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.sellpage .grid {
  display: grid;
  grid-template-columns: 30fr 70fr;
  gap: 70px;
}
.sellpage .grid img {
  width: 100%;
}
/*-------aboutpgbox2---------*/
.aboutpgbox2 {
  width: 100%;
  display: block;
  padding: 60px 0;
  position: relative;
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.aboutpgbox2 h2 {
  text-align: center;
}
.aboutpgbox2 .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.abt_box1 {
  background-color: #fff;
  padding: 50px 30px;
  transition: all 0.3s;
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
}
.abt_box1:hover {
  transform: translateY(-10px);
}
.abt_box1 img {
  height: 70px;
}
.abt_box1 h3 {
  margin: 40px 0 0 0;
  color: #000;
  font-size: 19px;
  text-align: right;
  line-height: 1.6;
}
.abt_box1 p {
  color: #000;
  font-size: 15px;
  text-align: right;
}
.management_team {
  padding: 50px 0;
}
.management_team h2 {
  text-align: center;
}
.management_team .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
a.team_box1 {
  border: 1px solid rgba(0, 47, 97, 0.075);
  box-shadow: rgba(0, 47, 97, 0.05) 0px 1px 4px 0px,
    rgba(0, 0, 0, 0) 0px 1px 1px 0px;
  text-align: center;
  text-decoration: none;
  color: #000;
}
a.team_box1:hover {
  box-shadow: rgba(163, 177, 198, 0.3) 9px 9px 16px;
}
a.team_box1 img {
  width: 100%;
  border-radius: 100%;
  object-fit: cover;
  object-position: center center;
  height: 290px;
  display: block;
}
a.team_box1 h3 {
  font-weight: 700;
  font-size: 21px;
  margin: 20px 0;
}
a.team_box1 p {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}
.cart_bx2 .grid img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center center;
  border-radius: 100%;
}
/*-------aboutpgbox2---------*/

/*---------cart_open-----------*/
.cart_open1,
.cart_open2 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: none;
  transition: ease all 0.4s;
}
.cartbg2,
.cartbg3 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.83);
  transition: ease all 0.4s;
}
.cart_bx2,
.cart_bx3 {
  width: 65%;
  background-color: #fff;
  height: 100%;
  right: -100%;
  transition: ease all 0.6s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  z-index: 99999;
  padding: 50px;
}
.cart_bx3 {
  right: 0;
  left: 0;
  top: auto;
  bottom: auto;
  margin: auto;
  height: auto;
  margin: auto;
  top: -100%;
  width: 100%;
  padding: 50px;
  /* transform: translateY(-50%); */
}
.vh85 .grid {
  display: grid;
  grid-template-columns: 35fr 65fr;
  gap: 50px;
}
.vh85 {
  width: 100%;

  background-color: #fff;
  height: 100%;
  right: 0px;
  top: 0px;
  overflow: auto;
  display: block;
  z-index: 99999;
}
.vh85 a {
  color: #34548a;
  font-size: 28px;
}
a.close_btn1,
a.close_btn2 {
  color: #fff;
  text-decoration: none;
  background-color: #67c012;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  left: -20px;
  border-radius: 100%;
  text-decoration: none;
  top: 25px;
  z-index: 999999;
  text-align: center;
  transition: all 0.3s ease 0s;
}
a.close_btn1:hover,
a.close_btn2:hover {
  cursor: pointer;
  background-color: #0c3fd4;
}
a.close_btn2 {
  left: auto;
  right: -20px;
  top: -20px;
}

.cart_bx2 h4 {
  color: #000;
  font-size: 32px;
  font-weight: 800;
  margin: 30px 0px 10px;
  font-family: "Playfair", serif;
}
.vh85 h5 {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.vh85 p {
  font-size: 16px;
  margin-bottom: 20px;
}
/*---------cart_open_end----------*/
/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 960px) {
  .news_description,
  .sellbox1,
  .sellbox2,
  .buy_rent_info1 {
    padding: 40px 15px;
  }
  .buy_rent_info1,
  .buypg {
    padding: 40px 25px;
  }
  .news_description h3,
  .sellbox2 h2,
  .buy_rent_info1 .grid1 h1 {
    font-size: 28px;
  }
  .buy_rent_info1 .grid1 h4 {
    font-size: 16px;
  }
  .pagination {
    flex-wrap: wrap;
  }
  .inner_banner,
  .inner_banner img.home_banner_img {
    height: 70vh;
  }
  .home_banner_search,
  .sellbox2 .grid,
  .buy_rent_info1 .grid1,
  .buy_rent_info1 .grid2,
  .ingrid1,
  .buypg .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .sellbox1 .grid {
    padding: 20px 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 50%;
  }
  .gallery-thumbs .swiper-wrapper {
    gap: 10px;
  }
  .buy_rent_info1_form {
    margin-top: 20px;
  }
  .buy_rent_info1 .grid1 .flex span {
    font-size: 24px;
  }
  .buy_rent_info1 .grid1 .flex {
    font-size: 16px;
  }
  .ingrid1 {
    gap: 10px;
  }
  .buy_rent_info1 .grid2 h3 {
    font-size: 18px;
  }
  .buy_rent_info1 .grid2 ul li {
    font-size: 16px;
  }
  .inner_searchox {
    padding: 10px;
  }
  .inner_banner_search select.form-control {
    font-size: 10px;
  }
  .mtop1 {
    margin-top: 50px;
  }
  .inner_searchox {
    margin-top: 80px;
  }
  .testimonialspg {
    padding: 80px 20px 40px;
  }
  .testimonialspg .grid,
  .sellpage .grid,
  .aboutpgbox2 .grid,
  .management_team .grid,
  .vh85 .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .vh85 .grid {
    gap: 20px;
  }
  .test_box p,
  .sellpage p,
  .sellpage ul li {
    font-size: 16px;
  }
  .innercontent h3 {
    font-size: 24px;
    padding: 0 20px;
  }
  .sellpage,
  .aboutpgbox2 {
    padding: 40px 20px;
  }
  .jobdescription,
  .management_team,
  .contactpg1 {
    padding: 40px 20px;
  }
  .jobdescription .col-sm-6 {
    width: 100%;
  }
  .jobdescription label {
    font-size: 14px;
  }
  .abt_box1 {
    padding: 20px;
  }
  .cart_bx2 h4 {
    font-size: 24px;
  }
  .abt_box1 img {
    height: 50px;
  }
  a.team_box1 img {
    max-width: 250px;
    max-height: 250px;
    margin: auto;
  }
  .cart_bx2,
  .cart_bx3 {
    width: 90%;
    padding: 30px;
  }
  .contactpg1_in {
  }
  .contactpg1_in {
    padding-left: 0;
    width: 100%;
  }
  .contactpg1_in_in {
    padding: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
  .contactpg1_in_left {
    padding: 30px;
  }
  .contactpg1_in_left h3 {
    font-size: 18px;
  }
}
