@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");

body {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  /* background-image: linear-gradient(92deg, #ffefd88a, #fff, #ffefd88a); */
}

* {
  padding: 0px;
  margin: 0px;
}


.oops-main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 70px);
  text-align: center;
}

.oops-main h1 {
  font-weight: 600;
  font-size: 1.5rem;
}

.oops-main a {
  padding: 10px 20px;
  color: #fff;
  background-color: #a139b2;
  border-radius: 3px;
  text-decoration: none;
  margin-top: 5px;
  display: inline-block;
  font-weight: 400;
}

.modal.show {
  transform: scale(1);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}


.modal {
  transform: scale(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

.selected_ {
  background-color: #a139b2 !important;
}

.selected_1 {
  background-color: #a139b2 !important;
  color: #fff !important;
}

.disabled_ {
  background-color: #e7ebed !important;
  color: #90a4ae !important;
  cursor: not-allowed !important;
}

#date_time {
  overflow: none;
  border: none;
}

.selected_ .big-small,
.selected_ .small {
  color: #fff !important;
}

.disabled_ .small {
  opacity: 0.5;
}

.pill-container .big-small {
  font-size: 16px;
  font-weight: bold;
}

.pill-container .small {
  margin-left: 5px;
  /* color: #000; */
  margin-top: 8px;
}

.d-grid-Date {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 12px;
  row-gap: 12px;
}


.navcta {
  width: 440px !important;
}


.pill-container {
  background-color: #fff;
  color: #000;
  border: 1px solid #eceff1;
  cursor: pointer;
  padding: 10px 5px;
  box-shadow: 0 2px 20px #dddeee99;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  min-height: 60px;
  border-radius: 5px;
}

.v-u {
  margin-left: auto;
  font-size: 12px;
  font-weight: normal;
}

.v-u .dote {
  width: 8px;
  height: 8px;
  background-color: #ccc;
  display: inline-flex;
  border-radius: 15px;
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.v-u .dote.red {
  background-color: #a139b2;
}

#select-dateModal .modal-title {
  font-size: 1.1rem;
}

#select-dateModal .btn-close {
  opacity: 1;
  background-color: #f1f1f1;
}

.title-head-date {
  margin-top: 20px;
  margin-bottom: 8px;
  display: flex;
  font-size: 16px;
  font-weight: 500;
}

.title-head-date.mt-0 {
  margin-top: 0px;
}

.btn-close {
  border-radius: 50px;
  opacity: 1;
  background-color: #fff;
}

.pull-direction {
  flex-direction: column;
}

.pull-direction .small {
  flex-direction: column;
  margin-top: 0px;
  margin-left: 0px;
}

.schd_visit .Properties_pic {
  border-radius: 25px;
  overflow: hidden;
  height: 175px;
}

.schd_visit .PSD_rupee {
  margin-left: auto;
  background-color: #f6f6f6;
  padding: 10px;
  border-radius: 5px;
}

.Schedule h2 {
  font-size: 1.3rem;
}

.schd_visit .card_slick .card-body ul li {
  margin-bottom: 7px !important;
  padding-bottom: 7px !important;
}

.schd_visit .list-pict img {
  width: 15px !important;
}

.schd_visit .list-pict {
  width: 25px !important;
}

.schd_visit .card_slick .card-body ul li p {
  font-size: 13px;
}

.schd_visit {
  display: flex;
}

.schd_visit .card_slick {
  display: flex;
  margin: 0% !important;
  border: solid 1px #dedede;
  margin-bottom: 25px !important;
  padding: 25px;
  border-radius: 35px !important;
  position: relative;
}

.schd_visit .card_slick .form-check {
  position: absolute;
  right: 12px;
  top: 8px;
  display: block;
  min-height: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
}

.Schedule-flex {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.Schedule-flex .rigth-utton {
  margin-left: auto;
}

.Schedule-flex .active {
  background-color: #d52828;
  color: #fff;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data: image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff0000' %3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' /%3e%3c/svg%3e ");
  transform: rotate(-180deg);
}
.accordion-button::after{
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data: image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff0000' %3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' /%3e%3c/svg%3e ");  
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.x-photo {
  width: 50%;
}

.schd_visit .card-body {
  width: 55%;
  padding-top: 1rem !important;
  padding-left: 15px !important;
}

.schd_visit .card_slick h5 {
  padding-left: 0px !important;
  font-size: 17px;
}

.schd_visit .card_slick:hover {
  border: solid 1px #666;
}

.work-spaces-inspire {
  padding-top: 50px;
}

.blog-contain .card-body-blog p {
  margin-bottom: 10px;
  line-height: 19px;
  text-align: justify;
}

.Featured_slick.Business-listing .table tbody tr td {
  padding-bottom: 14px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 7px;
}

.Featured_slick.Business-listing .table tbody tr td:nth-child(even) {
  padding-right: 0px;
  padding-left: 7px;
}

.property_name_.stick .PSD_rupee {
  flex-basis: 40%;
  text-align: right;
}

.property_name_.stick .location-d-flex {
  margin-bottom: 0px;
}

.fa-arrow-right-right {
  width: 100%;
  float: left;
  display: none;
  margin-top: 10px;
}

.lp-listing-quantity .fa-arrow-right {
  display: inline-block;
  border: solid 2px #ccc;
  padding: revert;
  border-radius: 13px;
  width: 25px;
  height: 25px;
  line-height: 21px;
  color: #a139b2;
}

.designs__video .card_slick a {
  position: relative;
  display: flex;
}

.yo-utube-icon {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 50px;
  height: 50px;
  margin: auto;
  z-index: 1;
}

.yo-utube-icon>img {
  height: 50px !important;
  width: 50px !important;
}

.datatable_main {
  padding-top: 0px;
}

.dropdonw.sc_roll {
  overflow: auto;
  max-height: 153px;
  left: -33px !important;
  width: 105%;
}

.sc_roll::-webkit-scrollbar {
  width: 5px;
}

.sc_roll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #ccc;
}

.sc_roll::-webkit-scrollbar-thumb {
  background-color: #a139b2;
  outline: 0px solid #fff;
  border-radius: 10px;
}

.sc_roll li {
  cursor: pointer;
}

.sc_roll li:hover {
  background-color: #f5f5f5;
}

.m_s_pho {
  display: none;
}

.blog-search {
  width: 100%;
}

.right_search_blog .search_blog {
  padding-right: 10px;
}

.blog-container-data {
  font-family: "Roboto", sans-serif;
}

.date-blog {
  color: #727272;
}

.date-blog i {
  margin-right: 5px;
}

.red_mess {
  color: red;
}

.m-scroll-pic {
  display: none;
}

.comming-soon__ {
  height: 70vh;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: red;
  font-size: 18px;
}

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

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: #a139b2;
  outline: 0px solid #fff;
  border-radius: 10px;
}

.inner-slider .carousel-inner img {
  width: 100% !important;
  height: 380px;
  object-fit: cover;
}

.inner-slider .carousel-control-next,
.inner-slider .carousel-control-prev {
  opacity: 0.9;
}

.inner-slider video {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.sliderCustom {
  position: relative;
}

.sliderCustom img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}

.sliderCustom div {
  position: absolute;
  transition: transform 0.8s ease-in-out;
  z-index: 1;
}

.modal-backdrop.show {
  opacity: 0.8;
}

#getStarted {
  position: relative;
  top: -50px;
}

.Designs_videos .card-body {
  padding: 0px;
  padding-top: 10px;
}

.Featured_slick .card-body {
  padding: 0px 5px;
  padding-top: 1rem;
}

.btn.btn-primary {
  /* background: #e3324a -webkit-gradient(linear, left top, right top, from(#fd3752),
            to(#fd3752)); */
  /* background: #ffffff linear-gradient(90deg, #ffffff, #ffffff); */
  /* border-color: #ffffff; */
  background-position: 50%;
  -webkit-transition: background 3s;
  transition: background 3s;
  border: none;
  background-image: linear-gradient(90deg, #ff5656, #ff7373);
  /* background-color: #a139b2; */
}

.btn.btn-primary:hover {
  background: #e3324a radial-gradient(circle, transparent 1%, #e3324a 0) 50%/15000%;
}

.btn.btn-primary:active {
  background-color: #fd3752;
  background-size: 100%;
  -webkit-transition: background 0s;
  transition: background 0s;
}

.btn.btn-primary:active:focus {
  border-color: #fd3752;
}

.btn.btn-primary[disabled]:hover {
  background: #e3324a -webkit-gradient(linear, left top, right top, from(#fd3752), to(#fd3752));
  background: #e3324a linear-gradient(90deg, #fd3752, #fd3752);
  border-color: #fd3752;
}

.center_blog .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #a139b2;
}

.center_blog .slick-dots li button:before {
  opacity: 0.5;
  color: white;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #a139b2;
  outline: 0;
  box-shadow: none;
}

.newby .slick-prev:before,
.newby .slick-next:before {
  color: #080808;
}

.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}

.Designs_videos.slick-prev:hover,
.Designs_videos.slick-prev:focus,
.Designs_videos.slick-next:hover,
.Designs_videos.slick-next:focus {
  color: #000 !important;
  outline: none;
  background: #fff !important;
}

.Designs_videos .slick-dots li button::before {
  opacity: 0.8;
  color: #fff;
}

.Designs_videos .slick-dots li.slick-active button:before {
  color: #901313;
  opacity: 1;
}

.happy_clients .slick-dots li button::before {
  opacity: 0.8;
  color: #fff;
}

.happy_clients .slick-dots li.slick-active button:before {
  color: #901313;
  opacity: 1;
}

.Designs_videos .slick-prev:before,
.Designs_videos .slick-next:before {
  color: #fff !important;
}

.happy_clients .slick-prev:before,
.happy_clients .slick-next:before {
  color: #fff !important;
}

.Our__Projects .slick-prev:before,
.Our__Projects .slick-next:before {
  color: #fff !important;
}

.happy_clients.slick-prev:hover,
.happy_clients.slick-prev:focus,
.happy_clients.slick-next:hover,
.happy_clients.slick-next:focus {
  color: #000 !important;
  outline: none;
  background: #fff !important;
}

.Blogs .slick-prev:before,
.Blogs .slick-next:before {
  color: #fff !important;
}

.Blogs.slick-prev:hover,
.Blogs.slick-prev:focus,
.Blogs.slick-next:hover,
.Blogs.slick-next:focus {
  color: #000 !important;
  outline: none;
  background: #fff !important;
}

.newby .slick-prev {
  left: -45px;
}

.newby .slick-next {
  right: -43px;
}

.fixed-add {
  background: #081789;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
  transition: 0.3s;
  position: fixed;

}

.accordion-button:focus {
  z-index: 3;
  border-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.why-chooses {
  width: 100%;
  padding: 30px 0px 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-color: white;
}

.sub-title {
  /* position: relative; */
  /* margin: 50px; */
  margin: 100px 0 50px 0;
}

.success-story-sec .sub-title h2 {
  font-size: 31px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  width: 541px;

  margin-bottom: 25px;
  font-family: "Poppins";
}
.sub-title h2 {
  font-size: 31px;
  line-height: 36px;
  text-align: center;
  color: #2d2d2d;
  font-weight: 500;
  width: 541px;

  margin-bottom: 25px;
  font-family: "Poppins";
}

.sub-title p {
  font-weight: 300;
  font-size: 19px;
  font-family: "poppins";
  margin: auto;
  line-height: 23px;
  width: 837px;
  text-align: center;
  color: #4a4747;
  margin-bottom: 50px;
  align-self: center;
}

.btn-outline-danger {
  color: #a139b2;
  border-color: #a139b2;
}

.btn-danger {
  color: #fff;
  background-color: #a139b2;
  border-color: #a139b2;
}

.btn-danger:hover {
  color: #fff;
  background-color: #081789;
  border-color: #081789;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #a139b2;
  border-color: #a139b2;
}

.inner-box h3 {
  font-size: 20px;
  margin: 0px;
  padding-top: 15px;
  margin-bottom: 10px;
  color: #081789;
}

/* renu 4/6/24 */
.planninPara p {
  font-size: 31px;
  font-weight: 500;
  line-height: 36px;
  width: 555px;
  color: #2d2d2d;
  margin: auto;
}

.table tbody tr td {
  border-bottom: none;
}

.pagination li {
  list-style: none;
}

.pagination li a {
  list-style: none;
  border-right: solid 1px #ccc;
  padding: 5px 14px;
  text-decoration: none;
  display: block;
  color: #333;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ddd;
}

.paginate_button.active {
  background-color: #d52828;
  color: #fff;
}

.paginate_button.active a {
  color: #fff;
}

.paginate_button.previous {
  border-left: solid 1px #ddd;
}

.paginate_button a {
  border-right: none;
}

.planning-shift::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: white;
}

.planning-shift-text {
  width: 100%;
  text-align: center;
  position: relative;
}

.planning-shift-text h2 {
  background-color: #a139b2;
  padding: 15px 30px;
  color: #fff;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  font-size: 25px;
  display: inline-block;
  text-align: left;
}

.planning-shift-text p {
  font-size: 26px;
  /* line-height: 35px; */
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #fff;
}

.planning-shift-list {
  padding: 0px;
  margin: 0;
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.planning-shift-list li {
  display: inline-block;
  list-style: none;
  background-color: #ffffff;
  border-radius: 10px;
  padding-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
  width: calc(12% - 20px);
  position: relative;
  border-bottom: 6px solid #a139b2;
  overflow: hidden;
}

ul.planning-shift-list li:hover .overlay_ {
  height: 100%;
  padding-bottom: 12px;
}

.planning-shift-text .overlay_ {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(9 23 129);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.show-plan span {
  color: #eb919c;
}

.show-plan {
  color: white;
  height: 100%;
  overflow: auto;
  padding: 10px;
  font-size: 12px;
  text-align: left;
}

.title_Build_Services {
  position: relative;
  font-size: 14px;
}

.show-plan>a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding-bottom: 5px;
  opacity: 0.8;
  transition: 0.3s;
}

.show-plan>a:hover {
  color: #fff;
  opacity: 1;
  transition: 0.3s;
}

ul.planning-shift-list li .shift-box {
  min-height: 148px;
  max-height: 150px;
}

ul.planning-shift-list li h4 {
  margin-bottom: 0px;
  font-size: 14px;
  color: #081789;
  font-weight: 500;
  padding: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
}

.icon-parking {
  width: 45px;
  margin: 30px auto;
}

.icon-parking img {
  width: 45px;
  height: 45px;
  object-fit: cover;
}

.city-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* renu 4/6/24 */
.Popular-Locations {
  width: 100%;
  float: left;
  padding: 30px 0px 90px;
  /* margin-top: 50px; */
}

/* 
.Popular-Locations .nowrap {
    width: 1100px;
    margin: 0 auto;}
*/

.sub-title.mb {
  margin-bottom: 60px !important;
}

.city-girds {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 24px; */
}

.city-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-linear-gradient(0deg,
      hsla(0, 0%, 0%, 1.89) 0%,
      rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg,
      hsla(0, 0%, 0%, 1.89) 0%,
      rgba(0, 0, 0, 0) 100%);
  padding-bottom: 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.city-title .lp-h3 {
  margin-bottom: 3px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.lp-listing-quantity {
  font-size: 14px;
  font-weight: 400;
  opacity: 0;
  position: relative;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #a139b2;
  border-radius: 22px;
  padding: 5px 15px;
  color: #fff;
}

.city-girds:hover .lp-listing-quantity {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.city-girds:hover .city-title .lp-h3 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.city-thumb {
  float: left;
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
  height: 190px;
}

.city-thumb.-big {
  height: 404px !important;
}

.city-thumb>img {
  margin-left: -13px;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.city-girds:hover>.city-thumb>img {
  margin-left: 13px;
}

.lp-listing-quantity {
  font-size: 14px;
  font-weight: 400;
  opacity: 0;
  position: relative;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lp-grid-desc-container {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.lp-section-content-container .city-girds.lp-border-radius-8 {
  transform: translateZ(0);
}

.city-girds a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

.lp-listing-quantity h6 {
  font-size: 18px;
}

.Our__Projects .title_Names h2 {
  font-size: 1.75rem;
}

.our-projects .lp-listing-quantity {
  background-color: rgb(0 0 0 / 60%);
  border-radius: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  float: left;
}

.our-projects .city-title {
  padding-bottom: 0px;
}

.Workplace {
  width: 100%;
  float: left;
  background-color: #fff;
}

.Workplace_box {
  position: relative;
  height: 99%;
  background-color: #eaeaea;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  padding-left: 25px;
  padding-right: 25px;
  background-image: url(../images/contact-building.png);
  background-repeat: no-repeat;
  background-size: 108%;
  background-position: bottom;
}

.Workplace_box p {
  font-size: 26px;
  line-height: 40px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #333;
  text-align: center;
}

.Workplace_box h2 {
  color: #12208c;
  border-radius: 50px;
  font-size: 35px;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  line-height: 50px;
}

.Our-Designs {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  float: left;
}

.Our-Designs h2 {
  background-color: #a139b2;
  padding: 15px 20px;
  color: #fff;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
  font-size: 25px;
  display: inline-block;
  text-align: left;
}

.Blogs {
  width: 100%;
  float: left;
  padding: 60px 0px 60px;
  background-image: url(../images/blog-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.Blogs_box {
  text-align: center;
  margin-bottom: 40px;
}

.Blogs_box h2 {
  background-color: #a139b2;
  padding: 15px 30px;
  color: #fff;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 25px;
  display: inline-block;
  text-align: left;
  margin-bottom: 0;
}

.Asked-Questions {
  width: 100%;
  float: left;
  padding: 60px 0px 60px;
}

.Asked_box {
  text-align: center;
  margin-bottom: 30px;
}

.Asked_box h2 {
  background-color: #a139b2;
  padding: 15px 30px;
  color: #fff;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 25px;
  display: inline-block;
  text-align: left;
  margin-bottom: 0;
}

.max-container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.accordion_constome .accordion-button {
  font-size: 20px !important;
  font-weight: 500;
  line-height: 27px;
  padding: 20px 0;
  background-color: transparent;
}

.view-more-action {
  float: right;
  margin-top: 20px;
  color: #a139b2;
  text-decoration: none;
  font-size: 16px;
}

.accordion_constome .accordion-button:not(.collapsed) {
  color: #2d2d2d;
  background-color: transparent;
  box-shadow: none;
  /* border-bottom: 1px solid #a139b2 !important; */
}

.accordion_constome .accordion-item {
  background-color: transparent;
  border: none !important;
  border-bottom: 1px solid !important;
}

/* .accordion_constome .accordion-body {
    padding: 1rem 0rem;}
*/

.accordion_constome .accordion-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin: 0px 0px;
  padding: 0px 0 20px;
}

.Blogs .card {
  border: none;
  overflow: hidden;
}

.blog__small {
  overflow: hidden;
  height: 170px;
  background-image: url(../images/black-img.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #ededed;
  background-position: center;
}

.blog__small img {
  border-radius: 4px 4px 0px 0px;
  transition: 0.7s cubic-bezier(0.21, 0.5, 0, 0.9);
  width: 100%;
  object-fit: fill;
  /* height: 100%; */
}

.blog__small:hover img {
  transform: scale(1.03);
}

.Blogs .card-title {
  font-size: 16px;
  min-height: 38px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.Blogs .card .btn {
  border-radius: 55px;
}

.Featured_listing {
  width: 100%;
  float: left;
  padding: 60px 0px 60px;
  background-color: #f7f7f7;
  border-top: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
  overflow: hidden;
}

.Our__Projects {
  width: 100%;
  float: left;
  padding: 60px 0px 50px;
  /* background-color: #f7f7f7;
border-top: solid 1px #ededed;
border-bottom: solid 1px #ededed; */
}

.Our__Projects .sub-title {
  margin-bottom: 10px;
}

.Our__Projects .title_Names {
  text-align: left;
  padding-left: 15px;
  margin-bottom: 20px;
}

.Our__Projects .city-girds {
  margin-bottom: 0px;
}

.Featured_listing .slick-prev:before,
.Featured_listing .slick-next:before {
  color: #a139b2 !important;
}

.Properties_pic {
  position: relative;
  height: 200px;
  background-color: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/black-img.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  overflow: hidden;
}

.card-slick-right {
  width: 95%;
  float: right;
  /* border: solid 1px #dedede;
margin-bottom: 25px !important;
padding: 25px; */
  max-height: 567px;
  border-radius: 35px !important;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  padding: 50px;
  height: 96%;
  border: solid 1px #dedede;
}

.card-slick-right .x-book {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  top: -20px;
  text-align: center;
}

.card-slick-right .x-book::before,
.card-slick-right .x-book::after {
  content: "";
  width: 14.5%;
  height: 1px;
  background-color: #a139b2;
  top: 13px;
  position: absolute;
  left: 0;
}

.card-slick-right .x-book::after {
  right: 0px !important;
  left: initial;
}

a:focus-visible {
  outline: none;
}

.form-check-time {
  border: solid 1px #ced4da;
  height: 58px;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.form-check-time .dote-circle {
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  margin-right: 7px;
  margin-left: 7px;
  position: relative;
  top: -2px;
}

.form-check-time .Change-pop {
  margin-left: auto;
  cursor: pointer;
  color: #a139b2;
}

.form-check-time .small {
  color: #868686;
}

.delete-remove-date {
  text-decoration: none;
  font-size: 12px;
  float: right;
  margin-top: 10px;
  border: solid 0px #ccc;
  padding: 3px 10px;
  border-radius: 17px;
  color: #ffffff;
  background-color: #a139b2;
  transition: all 0.3s;
}

.delete-remove-date:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 3px 12px;
}

.card-slick-right .btn-primary {
  width: 100%;
  margin-top: 25px;
}

.card-slick-right .btn {
  padding: 1rem 0.9rem;
}

.Add-to-shortlist {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  z-index: 5;
}

.Properties_pic ._tqQnP {
  fill: none;
}

.Properties_pic ._tqQnP.-red {
  fill: red;
}

.Properties_pic img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.Featured_slick .card_slick .card-body ul {
  margin: 0px;
  padding: 0px;
}

.Featured_slick .card_slick .card-body ul li {
  list-style: none;
  padding-bottom: 10px;
  border-bottom: solid 1px #ececec;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.Featured_slick .list-pict {
  width: 35px;
}

.Featured_slick .list-pict img {
  width: 21px;
}

.Featured_slick .card_slick .card-body ul li p {
  margin-bottom: 0px;
  width: 100%;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.Featured_slick .card_slick h5 {
  padding-left: 6px;
  color: #081789;
}

.Business-listing .card_slick .card-body ul li:first-child {
  width: 100%;
  border-bottom: solid 1px #ececec;
}

.Business-listing .card_slick .card-body ul li {
  width: 50%;
  font-size: 12px;
  border-bottom: solid 0px #ececec;
  float: left;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.PSD_rupee {
  margin-left: auto;
}

.ltp_hide {
  display: none;
}

.stick .PSD_rupee {
  display: block;
}

.PSD_rupee p {
  margin-bottom: 0px;
}

.PSD_rupee a {
  float: right;
  position: relative;
  top: -7px;
  color: #a139b2;
  text-decoration: none;
}

.PSD_rupee .prige_red {
  color: #a139b2;
  font-weight: 500;
}

.Business-listing .PSD_rupee {
  width: 100%;
  float: left;
  border-top: solid 1px #ddd;
  padding-top: 5px;
}

.tabs_featured {
  margin-left: 25px;
}

.tabs_featured a {
  display: inline-block;
  background-color: #081789;
  padding: 12px 15px;
  color: #fff;
  margin-right: 8px;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}

.tabs_featured a:hover {
  color: #fff;
}

.tabs_featured a.active {
  background-color: #d52828;
  color: #fff;
  position: relative;
}

.tabs_featured a.active::before {
  content: "";
  position: absolute;
  display: inline-block;
  border: 6px solid transparent;
  border-top: 6px solid #a139b2;
  border-bottom: 0 none;
  top: 106%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.title-neighbourhood .row {
  align-items: center;
}

.neighbourhood h3 {
  background-color: #a139b2;
  padding: 15px 20px;
  color: #fff;
  float: left;
  display: block;
  margin-top: 22px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  font-size: 25px;
}

.title-neighbourhood {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.newby {
  width: 100%;
  float: left;
  padding: 20px 0px 60px;
  overflow: hidden;
}

.Contact_us {
  width: 100%;
  float: left;
  background-color: #ffffff;
}

.contact-form {
  width: 100%;
  float: left;
  background-color: #18181880;
  padding: 25px;
  color: #000;
  background-color: white;
  border-radius: 50px;
  height: 99%;
  text-align: left;
  /* border-radius: 10px; */
}

.contact-form .title {
  font-size: 25px;
  font-style: italic;
  margin-bottom: 10px;
}

.contact-form h3 {
  font-size: 24px;
  color: #fff;
}

.contact-form .form-label {
  color: #bababa;
  font-size: 16px;
}

.contact-form .textarea-pno {
  background-color: #fafafa;
  padding-left: 25px !important;
  color: #fff;
  border-radius: 50px;
  border: none;
}

.nav {
  flex-wrap: nowrap;
}

.contact-form .form-control-custome {
  display: block;
  border: none;
  background-color: #fafafa;
  width: 100%;
  border-radius: 25px;
  padding: 5px 12px;
  color: #848484;
}

.contact-form .form-control-custome::placeholder {
  color: #ffffff;
  opacity: 0.5;
  /* Firefox */
}

.contact-form .form-control-custome:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}

.contact-form .form-control-custome::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}

.contact-form .form-select {
  background-color: transparent;
  border: 0px solid #ced4da;
}

.contact-form .form-control-custome option {
  color: #333;
}

.captchaHeading {
  position: relative;
  top: 30px;
  left: 0;
}

.captchaHeading h4 {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

.termFooter {
  display: flex;
  align-items: baseline;
  column-gap: 10px;
}

.contact-form .termFooter label p {
  color: black;
  font-size: 14px;
  margin: 0;
}

.pr-0 {
  padding-right: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.logo img {
  max-width: 70px;
}

.nav_bar {
  margin-left: auto;
  display: flex;
}

.scheduleDemo {
  position: relative;
  background-color: #ffefd6;
  border: 1px solid #ffefd6;
  padding: 6px 20px;
  border-radius: 30px;
  text-align: center;
  width: 180px;
  /* margin-left: -180px; */
}

.navbar-nav .nav-item .dropdown-arrow::after {
  display: inline-block;
  content: "\f107";
  margin-left: 5px;
  font-family: FontAwesome, serif;
}

.scheduleDemo a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}

.nav_bar a {
  color: #a139b2;
  text-align: right;
  position: relative;
  outline: none;
  text-decoration: none;
}

.nav_bar .url-click {
  background-color: #a139b2;
  color: #fff;
  padding: 5px 15px;
  border-radius: 22px;
  top: -3px;
  margin-right: 15px;
}

.heart-click {
  margin-right: 20px;
}

._AWBV7 {
  background-color: #000000;
  border-radius: 6px;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  height: 13px;
  left: 21px;
  line-height: 13px;
  width: 13px;
  position: absolute;
  text-align: center;
  top: -5px;
}

/* .nav_bar_list {
display: inline-block;}
.nav_bar ul {
text-align: right;
margin-bottom: 0px;}
.nav_bar ul li {
list-style: none;
margin-left: 15px;
display: inline-block;}
.nav_bar ul li .fa-bars {
color: #a139b2;
font-size: 25px;}
*/

.header {
  width: 100%;
  top: 0px;
  z-index: 1;
  padding: 10px 0px 10px;
  transition: 0.3s;
  background-color: #fff;
  /* background-image: linear-gradient(92deg, #ffefd88a, #fff, #ffefd88a); */
}

.listing-bg-none .header {
  background-color: transparent;
}

.listing-bg-none .header.fixed-add {
  background-color: #fff;
}

.header .number {
  background-color: #a139b2;
  color: #fff;
  padding: 5px 15px;
  border-radius: 22px;
  font-weight: 400;
  position: relative;
  top: -3px;
  margin-right: 15px;
}

/* navbar start */

.header .mainMenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0px 0;
  width: 100%;
}

.navbar-expand-sm .mainMenu .navbar-collapse {
  justify-content: center !important;
}

.mainMenu .navbar-nav .nav-item a {
  padding: 0 12px;
  color: #2d2d2d;
  font-size: 15px;
  font-weight: 400;
}

.headerArea {
  position: relative;
}

.headerArea .bottomHeder p {
  margin-bottom: 0;
  color: #fff;
}

.headerArea .bottomHeder p a {
  color: #fff;
}

.headerArea-pro {
  position: relative;
}

.headerArea-pro .bottomHeder p {
  margin-bottom: 0;
  color: #fff;
}

.headerArea-pro .bottomHeder p a {
  color: #fff;
} 
/* navbar end */
/* renu 4/6/24 */
.banner-section {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center left;
  height: 773px;
  background-size: cover;
  margin-top: 124px;
}

.leftArea,
.rightArea {
  width: 100%;
}

.leftArea img {
  width: 100%;
  height: 100%;
}

/* slider Text */

.rightArea {
  position: relative;
  width: 1300px;
  margin: auto;
  /* padding: 0px 110px 0 0; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: end;
  /* height: 743px; */
  /* margin-top: 145px; */
}

/* renu 4/6/24 */
.rightareainnner {
  display: flex;
  width: 100%;
  height: 240px;
  flex-direction: column;
  justify-content: space-between;
  transition: ease-in-out 0.5s;
}

/* renu 4/6/24 */
.rightArea h3 {
  font-size: 31px;
  color: #2d2d2d;
  width: 492px;
  line-height: 36px;
  font-weight: 500;
}

/* renu 4/6/24 */
.rightArea p {
  /* //adjusted// */
  font-size: 19px;
  color: #4a4747;
  line-height: 23px;
  width: 484px;
  font-weight: 300;
  /* margin-bottom: 30px; */
}

.rightArea .requestBtn {
  text-decoration: none;
  position: relative;
  color: white;
  background-color: black;
  border: 1px solid #cdcdcd;
  border-radius: 27px;
  padding: 10px 14px;
  width: 195px;
  transition: all 0.3s ease-out;
}

.requestBtn:hover {
  /* background-color: #a139b2;
    border: 1px solid #a139b2;
    width: 230px; */
}

.requestBtn .right-arrow-hover {
  opacity: 0;
  position: absolute;
  right: 23px;
  bottom: 5px;
  transform: translateX(50%);
}

.requestBtn:hover .right-arrow-hover {
  opacity: 1;
  transform: translateX(50%);
  font-size: 20px;
}

.slider-part {
  display: flex;
  justify-content: center;
  /* background-image: url(../images/banner-frame.png); */
  /* background-repeat: no-repeat;
background-position: 378px 0px; */
  height: 930px;
}

.inner-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.title-web {
  text-align: center;
  margin-bottom: 29px;
  margin-top: 40px;
}

.title-web h1 {
  color: #081789;
}

.title-web span {
  background-color: #a139b2;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 10px;
}

p.text-banner {
  text-align: center;
  font-weight: 500;
  margin-top: 10px;
  font-size: 24px;
}

.bnt_d_flex {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 170px;
}

.bnt_d_flex a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 10px 15px 10px 20px;
  border-radius: 22px;
  font-weight: 500;
  box-shadow: 2px 4px 4px rgb(0 0 0 / 25%);
  font-size: 16px;
  border-bottom: solid 4px rgb(0 0 0 / 22%);
}

.bnt_d_flex i {
  position: relative;
  top: 1px;
  left: 0px;
}

.bnt_d_flex .Listings {
  background-color: #a139b2;
}

.bnt_d_flex .Design {
  background-color: #363636;
  margin-right: 25px;
}

.boxmain {
  position: relative;
  /* top: 85px; */
  left: 0;
}

.barlist-pogistion {
  right: 0px;
  position: fixed;
  bottom: 5px;
}

ul.barlist-pogistion {
  padding: 0px;
  margin: 0px;
  z-index: 10;
}

.barlist-pogistion li {
  list-style: none;
}

.barlist-pogistion li a {
  background-color: #a139b2;
  height: 60px;
  width: 60px;
  justify-content: center;
  display: flex;
  margin-bottom: 5px;
  align-items: center;
  border-radius: 3px;
}

.barlist-pogistion li img {
  max-width: 30px;
}

.table> :not(caption)>*>* {
  border-bottom-width: 0px;
}

.table.dataTable {
  margin-top: 0px !important;
}

.center_blog .card {
  background-color: #fff;
  margin: 3%;
  overflow: hidden;
  border-radius: 5px;
}

.card-text {
  color: rgb(78 78 78);
}

.designs__video .card-text {
  min-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 19px;
}

.designs__video .card_slick {
  background-color: #fff;
  margin: 3%;
  overflow: hidden;
  border-radius: 5px;
}

.designs__video .slick-slide img {
  width: 100%;
}

.our-projects .card_slick {
  margin: 3% !important;
}

.our-projects .slick-prev {
  left: inherit;
  right: 25px;
}

.our-projects .slick-prev,
.our-projects .slick-next {
  top: -35px !important;
  margin-right: 40px;
  background-color: #a139b2 !important;
  width: 35px;
  height: 35px;
  border-radius: 3px;
}

.our-projects .slick-prev:before,
.our-projects .slick-next:before {
  color: white;
}

.Featured_slick .card_slick {
  background-color: #fff;
  /* margin: 6%; */
  border-radius: 50px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  /* width: 400px; */
  height: 565px;
}

.Featured_slick.our-Continuour .card_slick {
  margin: 5%;
  box-shadow: none;
  border: solid 1px #ddd;
}

.Featured_slick.our-Continuour .card_slick .card-body p {
  text-align: center;
  line-height: 21px;
  color: #525252;
}

.Featured_slick.our-Continuour .text-bld {
  font-weight: bold;
  color: #a139b2;
  font-size: 18px;
  margin-bottom: 0px;
}

.Featured_slick .slick-dots {
  position: absolute;
  bottom: -60px;
}

.filter_sticky {
  position: sticky;
  top: 63px;
  z-index: 9;
  background-color: #ffff;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
  padding: 10px;
}

.d_flex_Box {
  display: flex;
}

.Business-listing {
  width: 100%;
  float: left;
  padding-left: 10px;
  margin-bottom: 22px;
}

.Business-listing .card_slick {
  width: 100%;
  float: left;
  margin: 0px 0px 0px;
  overflow: inherit;
  border-radius: inherit;
  padding: 0px;
  border-radius: 10px;
  border: solid 1px #ddd;
}

.Business-listing .card-body {
  width: 100%;
  float: left;
  padding: 1rem;
  /* border-top:solid 0px #000 !important;
border: solid 1px #ddd;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px; */
}

.Business-listing .Properties_pic {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.map-detail-right {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  border: solid 1px #ced4da;
  border-top: solid 0px #ced4da;
}

.fixed-border {
  position: sticky;
  top: 70px;
  border-top: solid 1px #ced4da;
}

.Contact-form .submitButton {
  background-color: #f4cb86 !important;
  border-color: #ffffff;
  color: #000000;
  width: 170px;
  height: 40.15px;
  border-radius: 100px;
  margin-top: 30px;
}

.footer {
  width: 100%;
  float: left;
  padding: 70px 0px 0px;
  /* background-image: url(../images/bg-block-circle1.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /* background-color: #1d1d25; */
  background-image: #fff2f26e;
}

.footer .footerContent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footerContent .f-link {
  position: relative;
}

.footerContent .f-link .rightLine {
  position: absolute;
  height: 140px;
  width: 2px;
  right: 0;
  top: 45px;
  background: #d1d1d1;
}

.verticalFooter {
  width: 1px;
  background-color: #eee;
  display: block;
  height: 150px;
  display: none;
}

.verticalFooterz {
  width: 1px;
  background-color: #eee;
  display: block;
  height: 25px;
}

.footerParagraph p {
  font-size: 15px;
  font-weight: 200;
  text-align: justify;
  border-bottom: 1px solid #959595;
  padding-bottom: 25px;
  margin-bottom: 30px;
  color: #000;
}

.viewAllLast a {
  text-decoration: underline !important;
  font-size: 15px;
  font-weight: 500;
}

.f-link {
  color: #000000;
}

/* .f-link.m_l-5 {
    padding-left: 100px;}
*/

.f-link h4 {
  margin-bottom: 15px;
  padding: 0px;
  font-size: 24px;
  color: #d52828;
}

.f-link ul {
  margin: 0px;
  padding: 0px;
}

.f-link ul li {
  list-style: none;
}

.f-link ul li a {
  text-decoration: none;
  color: #000;
  /* / opacity: 0.8;/ */
  display: inline-block;
  line-height: 24px;
  transition: all 0.3s ease;
  margin-top: 5px;
}

.f-link ul li a:hover {
  opacity: 1;
  padding-left: 2px;
  color: #d52828;
}

.footer-seo-text {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}

.footer-seo-text>h3 {
  font-size: 16px;
  color: #000000;
}

.footer-seo-text.m_top5 {
  margin-top: 2.5rem !important;
}

.footer-seo-text a {
  color: #000000;
  font-size: 13px;
  text-decoration: none;
  opacity: 0.8;
  transition: 0.3s;
  position: relative;
  padding-left: 12px;
}

.footer-seo-text a::after {
  content: "";
  position: absolute;
  left: 0px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 5px;
  top: 4px;
}

.footer-seo-text a:hover {
  opacity: 1;
  transition: 0.3s;
}

.social-link a {
  display: inline-block;
  color: #000;
  width: 40px;
  height: 40px;
  /* / background-color: #000000;/ */
  text-align: center;
  border-radius: 50px;
  border: solid 1px;
  font-size: 18px;
  line-height: 35px;
  margin-right: 5px;
  text-decoration: none;
}

.social-link a:hover {
  transform: scale(1.1);
  color: #d52828;
}

.social-link a.facebook {
  /* background-color: #1E39D0; */
}

.social-link a.whatsapp {
  /* background-color: #00e57f; */
}

.social-link a.youtube {
  /* background-color: #a139b2; */
}

.social-link a.twitter {
  /* background-color: #000000; */
}

.social-link a.instagram {
  /* background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c,
            #fd1d1d); */
}

.social-link a.linkedin {
  /* background-color: #0077b5; */
}

.social-link a.pinterest {
  /* background-color: red; */
}

.social-link a:hover {
  opacity: 1;
}

.f-logo {
  width: 200px;
  margin-top: 0px;
}

.f-link .f-text-logo {
  margin-top: 15px;
  opacity: 0.8;
}

.f-address {
  display: flex;
}

.f-address i {
  width: 15px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 15px;
  margin-right: 5px;
  color: #a139b2;
}

.carousel-user {
  width: 100%;
  float: left;
  height: 100px;
  background-color: #2d2d2d;
}

.carousel-caption {
  width: 100%;
  float: left;
  height: 300px;
  background-color: #a139b2;
}

.heading {
  text-align: center;
  color: #454343;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 70px;
  text-transform: uppercase;
  z-index: 999;
}

.white-heading {
  color: #ffffff;
}

.heading:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: url(img/heading-line.png);
  background-repeat: no-repeat;
  background-position: center;
}

.white-heading:after {
  background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
  background-repeat: no-repeat;
  background-position: center;
}

.heading span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}

.white-heading span {
  color: #fff;
}

/*-----Testimonial-------*/

.testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  background: url(images/testimonial.bg-top.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.testimonial {
  min-height: fit-content;
  position: relative;
  background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
  background-size: cover;
}

#testimonial4 .carousel-inner:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
  height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control {
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
  transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
  left: 7%;
  top: 50%;
  right: auto;
}

.testimonial4_control_button .carousel-control.right {
  right: 7%;
  top: 50%;
  left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header {
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}

.testimonial4_header h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}

.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

.testimonial4_slide p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
  padding-bottom: 50px;
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}

/* ------testimonial close-------*/

.testimonials_main {
  /* background-color: #080808;
background-image: linear-gradient(273deg, #142959 44%, #1429595C 79%); */
  height: 100%;
  background-color: #fff;
  margin-left: 25px;
  border-radius: 5px;
  position: relative;
}

.testimonials_main .controls {
  z-index: 999;
  position: absolute;
  right: 0;
  bottom: 35px;
  left: 45%;
}

.testimonials_main .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #a139b2;
  opacity: 0.9;
  line-height: 17px;
}

.testimonials_main .btn-outline-light:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #b50318;
  opacity: 1;
}

.testimonials_main .p-4 {
  padding: 50px !important;
}

.t-card {
  border: solid 0px #ddd;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
}

.t-card p {
  margin-bottom: 0px;
}

.t-card i {
  color: #a139b2;
  position: relative;
  top: 4px;
  font-size: 18px;
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-indicators [data-bs-target] {
  background-color: #c2c2c2;
}

.testi-pic {
  width: 50px;
  height: 50px;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgb(214 214 214 / 99%);
}

.picture-testi {
  margin-top: 20px;
}

.testimonials_main h4 {
  color: #a139b2;
}

.lh-lg {
  padding-left: 15px;
  line-height: 22px !important;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #a139b2 !important;
}

/* video css */

.jw-state-idle .jw-preview,
.jwplayer.jw-state-complete:not(.jw-flag-casting):not(.jw-flag-audio-player):not(.jw-flag-overlay-open-related) .jw-preview,
body .jwplayer.jw-state-error .jw-preview {
  display: block;
  background-size: cover !important;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(6, 5vw);
  grid-gap: 1.5rem;
  width: 100%;
}

.gallery-grid .gallery__item {
  margin-bottom: 0px;
}

.gallery-grid .gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 5;
}

.gallery__item--2 {
  grid-column-start: 3;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 4;
}

.gallery__item--3 {
  grid-column-start: 6;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 4;
}

.gallery__item--4 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 5;
  grid-row-end: 7;
}

.gallery__item--5 {
  grid-column-start: 9;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 7;
}

/* gallery page*/
/* .gallery- {
display: grid;
grid-template-columns: repeat(7, 1fr);
grid-template-rows: repeat(6, 5vw);
grid-gap: 1.5rem;
width: 100%;}
.gallery- .gallery__item {
margin-bottom: 0px;}
.gallery__img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;}
.gallery__item1 {
grid-column-start: 1;
grid-column-end: 3;
grid-row-start: 1;
grid-row-end: 5;}
.gallery__item2 {
grid-column-start: 3;
grid-column-end: 6;
grid-row-start: 1;
grid-row-end: 4;}
.gallery__item3 {
grid-column-start: 6;
grid-column-end: 9;
grid-row-start: 1;
grid-row-end: 4;}
.gallery__item4 {
grid-column-start: 1;
grid-column-end: 3;
grid-row-start: 5;
grid-row-end: 7;}
.gallery__item5 {
grid-column-start: 5;
grid-column-end: 3;
grid-row-start: 4;
grid-row-end: 7;}
.gallery__item6 {
grid-column-start: 9;
grid-column-end: 5;
grid-row-start: 4;
grid-row-end: 7;}
*/

.gallery_content {
  margin: 0px auto 0px;
  margin-right: 25px;
}

.gallery_content .gallery_header {
  padding: 4px 0 14px;
  border-bottom: 2px solid #ff4500;
}

.gallery_content .gallery_header span {
  font-size: 20px;
  font-weight: 500;
  padding: 10px 0 0;
  color: #555555;
}

.gallery_content .gallery_header .tabs {
  padding: 0;
  margin: 0;
  list-style: none;
}

.gallery_content .gallery_header .tabs li {
  background: #eeeeee;
  display: inline-block;
  color: #999999;
  padding: 8px 18px 6px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gallery_content .gallery_header .tabs li:hover,
.gallery_content .gallery_header .tabs li.active {
  background: #ff4500;
  color: #fff;
  transition: all 0.3s ease;
}

.gallery_content .tab__content {
  background-color: white;
  position: relative;
  height: auto;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 5px;
}

.gallery_content .tab__content>li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  list-style: none;
}

.gallery_content #pics_slider li {
  position: relative;
}

.gallery_content #pics_slider li h5 {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 9px 16px;
  color: #fff;
  font-weight: 400;
  font-size: 19px;
  line-height: 36px;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, rgba(255, 255, 255, 0)),
      color-stop(19%, rgba(0, 0, 0, 0.2)),
      color-stop(40%, rgba(0, 0, 0, 0.5)),
      color-stop(70%, rgba(0, 0, 0, 0.8)),
      color-stop(100%, rgba(0, 0, 0, 0.94)));
  background: -webkit-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0.2) 19%,
      rgba(0, 0, 0, 0.5) 40%,
      rgba(0, 0, 0, 0.8) 70%,
      rgba(0, 0, 0, 0.94) 100%);
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0.2) 19%,
      rgba(0, 0, 0, 0.5) 40%,
      rgba(0, 0, 0, 0.8) 70%,
      rgba(0, 0, 0, 0.94) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',
      endColorstr='#f0000000', GradientType=0);
  margin: 0;
  width: 100%;
}

.gallery_content #pics_slider,
.gallery_content #vids_slider {
  margin-bottom: 0px;
}

.gallery_content .carousel li {
  opacity: 0.8;
}

.gallery_content .carousel li.flex-active-slide {
  opacity: 1;
  border: solid 1px #9c9c9c;
}

.gallery_content .carousel li img {
  height: 100%;
  cursor: pointer;
}

.flexslider {
  margin-bottom: 10px !important;
  border: 8px solid #fff !important;
}

.flexslider:last-child {
  margin-bottom: 0px !important;
}

.flex-control-nav {
  bottom: -40px;
}

.flex-control-paging li a {
  width: 7px;
  height: 7px;
}

.flex-direction-nav a:before {
  font-size: 25px;
}

.gallery_content .carousel li.flex-active-slide {
  opacity: 1;
}

.flex-direction-nav a,
.flex-direction-nav a:before {
  color: rgb(255 255 255 / 80%) !important;
  text-shadow: none !important;
}

.flex-direction-nav a:before {
  font-size: 25px !important;
}

/* video css end */

.video-wrapper {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform 100ms linear;
  transition: -webkit-transform 100ms linear;
  -o-transition: transform 100ms linear;
  transition: transform 100ms linear;
  transition: transform 100ms linear, -webkit-transform 100ms linear;
  will-change: transform;
}

.video-wrapper video {
  width: 100%;
  z-index: 1;
  margin-top: -110px;
}

.video_main {
  height: 100vh;
  position: relative;
}

.video_main::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(34 34 34 / 10%);
  z-index: 5;
  display: none;
}

.search_main {
  max-width: 1140px;
  margin: auto;
  position: relative;
  z-index: 5;
}

.search-box {
  width: 100%;
  float: left;
  margin-top: 200px;
}

.search-box h1 {
  font-size: 4rem;
  color: #081789;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

.tabs_search {
  padding-left: 5px;
}

.tabs_search ul {
  padding: 0px;
  margin: 0px;
}

.tabs_search ul li {
  list-style: none;
  display: inline-block;
}

.tabs_search ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  background-color: #081789;
  border-radius: 5px 5px 0px 0px;
  margin-right: 4px;
  font-size: 16px;
}

.tabs_search ul li a.active {
  background-color: #a139b2;
}

.prop-search-options {
  display: flex;
  background-color: rgb(255 255 255 / 40%);
  width: 100%;
  border-radius: 5px;
  padding: 10px 10px;
}

.dropdonw {
  width: 100%;
  float: left;
  border: none;
}

.prop-search-options .btn-danger {
  width: 100%;
}

.prop-search-options .form-control,
.prop-search-options .form-select,
.prop-search-options .btn-danger {
  height: 60px;
}

.prop-search-city-selector {
  position: relative;
}

.prop-search-city-selector svg {
  width: 24px;
  position: absolute;
  top: 19px;
  left: 7px;
  opacity: 0.5;
}

.prop-search-city-selector .form-select {
  border-radius: 5px 0px 0px 5px !important;
  border: 0px !important;
  padding-left: 35px;
  border-right: solid 1px #ddd !important;
}

.search-input-wrapper .form-control {
  border-radius: 0px 0px 0px 0px !important;
  border: 0px !important;
}

.prop-search-options .btn {
  border-radius: 0px 5px 5px 0px !important;
  font-size: 18px;
  font-weight: 500;
}

.prop-search-button img {
  width: 24px;
}

.prop-search-options .form-control:focus,
.form-select:focus {
  color: #212529;
  background-color: #fff;
  border-color: #bcbcbc;
  outline: 0;
  box-shadow: none;
}

.prop-search-options .btn-danger:focus {
  box-shadow: none;
}

.title_Names {
  text-align: center;
}

.title_Names h2 {
  font-size: 50px;
  font-weight: 600;
  color: #081789;
}

.title_Names h2 span {
  font-weight: 400;
  color: #a139b2;
}

.title_Names p {
  font-size: 20px;
  font-weight: 300;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
}

.video_tab_loop {
  width: 100%;
  float: left;
}

.video_container {
  width: 100% !important;
  float: left;
}

.video_repeats {
  width: 100%;
  float: left;
}

.video_container video {
  width: 100%;
  border-radius: 10px;
}

.video_contant {
  padding: 20px;
  background-color: #fff;
  border: solid 1px #ced4da;
  height: 99%;
  border-radius: 10px;
}

.video_contant h2 {
  color: #081789;
  border-bottom: solid 1px #ebebeb;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 28px;
}

.video_contant h2::before {
  content: "";
  width: 20%;
  height: 2px;
  background-color: #081789;
  left: 0px;
  position: absolute;
  bottom: -1px;
}

.video_contant ul {
  margin: 0px;
  padding: 0px;
}

.video_contant ul li {
  padding-left: 3px;
  list-style: disc;
  margin-left: 15px;
  color: #393939;
}

.video_contant ul li::marker {
  color: #a139b2;
}

.tab-vides .nav {
  margin-bottom: 8px;
}

.tab-vides .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0e0e0e;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;

  margin-right: 8px;
  margin-bottom: 8px;
  border: solid 1px #ddd;
  border-radius: 3px;
}

.tab-vides .nav-link:hover {
  background-color: #a139b2;
  color: #fff;
}

.tab-vides .nav-link.active {
  background-color: #a139b2;
  color: #fff;
}

.Process-Work {
  width: 100%;
  float: left;
  padding-top: 60px;
  padding-bottom: 60px;
}

.Pro-work-bg {
  position: relative;
  background-image: url(../images/Process-work-line.svg);
  background-position: 0px 20px;
  background-repeat: no-repeat;
  padding-top: 60px;
  background-size: 100%;
}

.Pro-work .Pro-body p {
  font-size: 13px;
}

.Pro-work {
  width: 100%;
  float: left;
}

.work-img {
  width: 100px;
  height: 100px;
  margin: auto;
  border: solid 10px #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-img img {
  height: 50px;
}

.work-img.p-one {
  background-color: #a139b2;
}

.work-img.p-two {
  background-color: #4a4a4a;
}

.work-img.p-three {
  background-color: #a139b2;
}

.work-img.p-four {
  background-color: #4a4a4a;
}

.work-img.p-five {
  background-color: #a139b2;
}

.work-img.p-six {
  background-color: #4a4a4a;
}

.work-img::after {
  content: "";
  position: absolute;
  height: 50px;
  width: 1px;
  bottom: -61px;
  left: 48%;
}

.work-img.p-one::after {
  border-left: dotted 2px #a139b2;
}

.work-img.p-two::after {
  border-left: dotted 2px #4a4a4a;
}

.work-img.p-three::after {
  border-left: dotted 2px #ff3754;
}

.work-img.p-four::after {
  border-left: dotted 2px #4a4a4a;
}

.work-img.p-five::after {
  border-left: dotted 2px #a139b2;
}

.work-img.p-six::after {
  border-left: dotted 2px #4a4a4a;
}

.Pro-work .Pro-body {
  text-align: center;
  margin-top: 80px;
}

.work-img::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 7px;
  border-radius: 50%;
  background-color: #a139b2;
  bottom: -68px;
  left: 36px;
}

.work-img.p-one::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 7px;
  border-radius: 50%;
  background-color: #a139b2;
  bottom: -68px;
  left: 36px;
}

.work-img.p-two::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 7px;
  border-radius: 50%;
  background-color: #4a4a4a;
  bottom: -68px;
  left: 36px;
}

.work-img.p-three::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 7px;
  border-radius: 50%;
  background-color: #a139b2;
  bottom: -68px;
  left: 36px;
}

.work-img.p-p-four::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 7px;
  border-radius: 50%;
  background-color: #1e39d0;
  bottom: -68px;
  left: 36px;
}

.work-img.p-four::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 7px;
  border-radius: 50%;
  background-color: #4a4a4a;
  bottom: -68px;
  left: 36px;
}

.work-img.p-six::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 7px;
  border-radius: 50%;
  background-color: #4a4a4a;
  bottom: -68px;
  left: 36px;
}

.Pro-body .color-1 {
  color: #a139b2;
}

.Pro-body .color-2 {
  color: #181818;
}

.Pro-body .color-3 {
  color: #a139b2;
}

.Pro-body .color-4 {
  color: #181818;
}

.Pro-body .color-5 {
  color: #a139b2;
}

.Pro-body .color-6 {
  color: #181818;
}

.red-color {
  color: #a139b2;
}

.Pro-work .Pro-body h6 {
  margin-bottom: 20px;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.How-We-Do {
  width: 100%;
  float: left;
  padding: 80px 0px 80px;
  border-top: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
  position: relative;
  background-image: url(../images/building-bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

.how-differently {
  width: 100%;
  float: left;
}

.how-differently h3 {
  margin-bottom: 25px;
  font-size: 35px;
  color: #081789;
}

.how-differently .get-in-touch {
  background-color: #a139b2;
  color: #fff;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 3px;
  text-decoration: none;
  margin-top: 20px;
  margin-left: 60px;
  font-size: 18px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.how-differently ul {
  padding: 0px;
  margin: 0px;
}

.how-differently ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
  color: #3b3b3b;
}

.how-differently ul li span {
  margin-right: 15px;
  border: solid 1px #ddd;
  display: flex;
  width: 45px;
  text-align: center;
  border-radius: 3px;
  height: 45px;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 5px 0px #bababa;
  border-radius: 10px;
}

.how-differently ul li span img {
  max-width: 28px;
}

.maxcontainer {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.stylist-gallery {
  margin-top: 15px;
}

.stylist-gallery .single-image {
  margin-bottom: 30px;
}

.stylist-gallery .image-1::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -40px;
  width: 80px;
  height: 80px;
  border: 7px solid #a139b2;
  z-index: -1;
}

.stylist-gallery .image-2::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 150px;
  height: 150px;
  border: 7px solid #4a4a4a;
  z-index: -1;
}

.stylist-gallery .image-3::before {
  content: "";
  position: absolute;
  top: 80px;
  left: -40px;
  width: 100px;
  height: 100px;
  border: 7px solid #4a4a4a;
  z-index: -1;
}

.stylist-gallery .image-4::before {
  content: "";
  position: absolute;
  top: 90px;
  right: -60px;
  width: 150px;
  height: 150px;
  border: 7px solid #a139b2;
  z-index: -1;
}

.stylist-gallery .image-1 {
  position: relative;
}

.stylist-gallery .image-2 {
  position: relative;
  top: 60px;
}

.stylist-gallery .image-3 {
  position: relative;
  top: -30px;
  z-index: 1;
}

.stylist-gallery .image-4 {
  position: relative;
  top: 55px;
  z-index: 1;
}

.stylist-gallery img {
  width: 100%;
  padding: 7px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.body-part {
  margin-top: 0px;
  width: 100%;
  float: left;
}

.what-we-do {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.title-h2 {
  text-align: center;
}

.title-h2 h2 {
  display: inline-block;
  margin-bottom: 0px;
  background-color: #a139b2;
  color: #fff;
  padding: 5px 25px;
  border-radius: 10px;
  position: relative;
  font-size: 2.5rem;
}

.title-h2 h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: solid 2px #ddd;
  z-index: -5;
  left: -12px;
  top: -12px;
  border-radius: 10px;
}

.designbuild {
  margin-top: 100px;
  text-align: justify;
}

.designbuild h3 {
  color: #a139b2;
  font-size: 1.7rem;
  position: relative;
  margin-bottom: 40px;
}

.designbuild p {
  font-size: 16px;
  color: #212529;
}

.designbuild h3::before {
  content: "";
  position: absolute;
  width: 15%;
  height: 2px;
  bottom: -20px;
  background-color: #a139b2;
  border-radius: 5px;
}

.pic-design-build {
  width: 450px;
  height: 450px;
  overflow: hidden;
  border-radius: 50%;
  margin-top: 40px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  margin-left: 50px;
}

.pic-design-build img {
  max-width: 100%;
  height: 100%;
}

.our-approach {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 15px;
}

.our-approach h3 {
  margin-bottom: 15px;
}

.our-approach p {
  border: solid 1px #a139b2;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 16px;
}

.our-approach h3 span {
  color: #a139b2;
}

.strategy-box h3 {
  color: #a139b2;
  margin-bottom: 15px;
}

.strategy-box p {
  color: #212529;
  font-size: 16px;
  text-align: justify !important;
}

.strategy_photos {
  width: 85%;
  float: right;
  position: relative;
}

.strategy_photos.left-::before {
  left: 25px;
  bottom: 25px;
}

.strategy_photos.top- {
  float: left;
  margin-top: 100px;
}

.strategy_photos::before {
  content: "";
  width: 100%;
  height: 100%;
  left: -25px;
  bottom: -25px;
  background-color: #a139b2;
  z-index: -1;
  position: absolute;
}

.strategy_photos img {
  width: 100%;
  border-radius: 0px;
}

.m_top_5 {
  margin-top: 50px;
}

.m_top_7 {
  margin-top: 90px;
}

.m_top_6 {
  margin-top: 160px;
}

.strategy-box.mt-8 {
  margin-top: 25px;
}

.strategy_photos.left- {
  float: left;
}

.strategy-box.mt-7 {
  margin-top: 60px;
}

.strategy-box.mt-9 {
  margin-top: 40px;
}

.strategy-box.mt-9 {
  margin-top: 20px;
}

/* .factors-w-100 h3 {
float: right;
border: solid 3px #a139b2;
padding: 10px 10px;
border-right: none;
border-radius: 10px 0px 0px 10px;
min-width: 330px;
text-align: center;}
*/
.factors-w-100 {
  width: 100%;
  float: left;
}

.factors-data-box {
  display: flex;
  margin-bottom: 30px;
}

.factors-picture {
  flex-basis: 20%;
}

.factors-text {
  flex-basis: 80%;
}

.factors-picture img {
  margin-right: 10px;
  width: 113px;
  height: 110px;
}

.factors-text h5 {
  color: #a139b2;
}

.factors-text p {
  color: #a139b2;
  text-align: justify;
}

.factors-data-box.gray-color h5 {
  color: #333;
}

.factors-data-box.gray-color p {
  color: #333;
}

.factors-considar {
  margin-top: 20px;
  overflow: hidden;
}

.factors_data_right {
  padding-left: 100px;
  margin-top: 30px;
}

.tab-content .active {
  background-color: #ffffff00 !important;
}

.tab-pane .allImages {
  position: relative;
  padding: 0px;
  margin: 0;
  display: flex;
  align-items: center;
  /* column-gap: 20px; */
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 20px;
}

.our-projects-main .dt-sc-sorting-container .nav-link {
  background-color: transparent;
  margin-right: 0px;
  border-radius: 5px;
  color: #e7e7e7;
  padding: 0.7rem 1.5rem;
  width: 100%;
  text-align: left;
  border: 1px solid rgb(255 255 255 / 13%);
  margin-bottom: 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  text-transform: capitalize;
}

.our-projects-main .dt-sc-sorting-container .nav-link:hover {
  background-color: #fff;
  color: #a139b2;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.our-projects-main .dt-sc-sorting-container .nav-link.active {
  background-color: #fff !important;
  color: #a139b2;
}

.tab-projects .dt-sc-sorting-container {
  margin-bottom: 5px;
}

.dt-sc-sorting-container .nav-link {
  background-color: #ffffff00;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #333;
  padding: 0.7rem 1.5rem;
  border: none;
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  border-bottom: 5px solid #ffefd6;
  min-width: 190px;
}

.dt-sc-sorting-container .nav-link.active {
  background-color: transparent;
  border-bottom: 5px solid #f4cb86;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
}

.gallerPart-page .factors-w-100 {
  margin-bottom: 30px;
  background-color: #a139b2;
  text-align: center;
}

.gallerPart .factors-w-100 h3 {
  border-left: none;
  background-color: transparent;
  text-align: center;
  min-width: auto;
  margin-bottom: 0px;
  padding: 30px 10px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}

.gallery figure {
  margin-bottom: 0px;
}

.gallery__item {
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border-radius: 10px 10px 10px 10px;
}

.gallery__item a {
  cursor: pointer;
}

.gallery-grid a {
  cursor: pointer;
}

.gallery-text {
  opacity: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgb(0 0 0 / 58%);
  padding: 15px;
  transition: 0.3s;
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
  transition: 0.3s;
  font-size: 18px;
}

.gallery__item:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}

.gallery-grid img {
  max-width: 100%;
  border-radius: 10px;
  transform: scale(1);
  transition: 0.3s;
}

.gallery .gallery__item:hover img {
  transform: scale(0.9);
  transition: 0.5s;
}

.gallery .gallery__item img {
  transform: scale(1);
  transition: 0.3s;
  object-fit: cover;
  width: 140px;
  height: 85px;
  /* border: 1px solid #acacac; */
  border-radius: 20px;
  margin: 0px 7px 15px;
}

/* .gallery .gallery__item {
    margin-bottom: 25px;
    height: 220px;}
*/

.city-thumb-01 {
  height: 355px;
}

.city-thumb-05 {
  height: 351px;
}

.work-spaces {
  background-color: #f3f3f3;
  padding-top: 65px;
  padding-bottom: 90px;
  overflow: hidden;
  background-image: url(../images/bg-block-circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.work-spaces-inspire {
  width: 95%;
}

.work-spaces-inspire>h1 {
  font-size: 38px;
  font-weight: 600;
}

.work-spaces-inspire h1 span {
  color: #a139b2;
}

.work-spaces-inspire>p {
  font-size: 18px;
  padding-right: 40px;
}

.text-sub-hading {
  margin-top: 30px;
  margin-bottom: 10px;
}

.work-spaces-inspire>a {
  background-color: #a139b2;
  padding: 15px 50px;
  display: inline-block;
  border-radius: 32px;
  text-decoration: none;
  color: #fff;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
}

#vidbutton {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  z-index: 9;
  background-color: transparent;
}

#vidbutton img {
  width: 50px;
  opacity: 0.5;
}

.work-spaces-video {
  position: relative;
  z-index: 1;
}

.work-spaces-video video {
  max-width: 100%;
  min-width: 77%;
  border-radius: 10px;
  min-height: 53vh;
  max-height: 53vh;
}

.work-spaces-video:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 79%;
  border: solid 3px #a139b2;
  left: 23px;
  top: 25px;
  z-index: -5;
  border-radius: 10px;
}

.factors-pictures {
  position: relative;
  background-color: #ccc;
}

.factors-pictures::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 444px;
  background-color: transparent;
  border: solid 7px #a139b2;
  left: 39px;
  z-index: 1;
  top: -30px;
}

.factors-pictures::before {
  content: "";
  position: absolute;
  width: 267px;
  height: 414px;
  background-color: transparent;
  border: solid 7px #fff;
  left: 39px;
  z-index: 2;
  top: 0px;
  border-right: none;
  border-top: none;
}

.shadow-down {
  position: relative;
}

.shadow-down img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.shadow-down::after {
  content: "";
  position: absolute;
  width: 33px;
  height: 375px;
  background-color: transparent;
  border: solid 7px #2d2d2d;
  right: -33px;
  z-index: 2;
  top: 39px;
  border-left: none;
  border-top: none;
}

.shadow-down::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 12%);
  left: 60px;
  z-index: -1;
  top: 40px;
  border-right: none;
  border-top: none;
}

.new__modern {
  width: 100%;
  float: left;
  padding: 80px 80px;
  min-height: 315px;
  background-color: #858585;
  position: relative;
}

.new__modern::before {
  content: "";
  background-image: url(../images/bg-block-circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.title-modern {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: normal;
  color: white;
  position: relative;
  z-index: 1;
}

.title-modern-right {
  position: relative;
  z-index: 1;
}

.title-modern span {
  color: #a139b2;
}

.title-modern-right p {
  font-weight: 300;
  font-size: 21px;
  color: #fff;
}

.title-modern-right>a {
  background-color: #fff;
  padding: 12px 25px;
  color: #a139b2;
  text-decoration: none;
  border-radius: 3px;
  margin-top: 15px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}

.heart_icon {
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: 999;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
}

.heart_icon i {
  font-size: 13px;
  color: #848484;
}

.heart-sidebar {
  position: fixed;
  top: 0;
  height: 100%;
  max-width: 410px;
  width: 100%;
  z-index: 10001;
  border-left: solid 1px #ddd;
  background-color: #f2f2f2;
  right: -410px;
  transition: 0.3s;
}

.visible {
  right: 0px !important;
  transition: 0.3s;
}

.scrollLock {
  overflow-y: hidden;
}

.scrollLock::before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 68%);
  z-index: 9999;
}

.close_tsi6V {
  background-color: transparent;
  outline: none;
  border: none;
  color: #727272;
  position: absolute;
  right: 20px;
  top: 18px;
}

.heart-header {
  text-align: center;
}

.heart-header a {
  position: absolute;
  top: 14px;
  left: 9px;
  break-after: avoid;
  color: #272727;
  border-radius: 23px;
  background-color: #a139b2;
  padding: 7px 10px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
}

.heart-header a i {
  font-size: 10px;
  color: #fff;
}

.heart-header a i {
  animation: linear infinite alternate;
  animation-name: run;
  animation-duration: 1s;
}

@-webkit-keyframes run {
  0% {
    left: 0;
    transform: translateX(0);
  }

  100% {
    left: 2%;
    transform: translateX(30%);
  }
}

.heart-title {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-weight: 600;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 64px;
  text-align: center;
  border-bottom: solid 1px #ddd;
  background-color: #ffffff;
  /* margin-left: 64px; */
}

.heart-body {
  width: 100%;
  float: left;
  background-color: #f1f1f1;
}

.heart-list {
  padding: 15px 25px 25px 25px;
  overflow-y: auto;
  height: calc(100vh - 97px);
}

.heart-list ul {
  padding: 0px;
  margin: 0px;
}

.heart-list ul li {
  background-color: #fff;
  border: 0px solid #f8f8f8;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  margin-bottom: 10px;
  padding: 14px;
  list-style-type: none;
}

.heart-list .heart_card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  align-items: flex-start;
}

.heart-list ._dqoaP {
  height: 80px;
  width: 115px;
  display: block;
  object-fit: cover;
  border-radius: 5px;
}

.heart_card ._stUbA {
  margin-left: 15px;
  margin-right: 15px;
}

.heart_card ._stUbA>a {
  color: #4d4f53;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-weight: normal;
  text-decoration: none;
  font-size: 13px;
}

.heart_card .delete_pzrdD {
  outline: none;
  border: none;
  background-color: transparent;
  margin-left: auto;
}

.heart_card .delete_pzrdD svg {
  color: #727272;
}

.card_J9gwa {
  border-top: 1px solid #eaeaea;
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
  padding-top: 5px;
}

.card_J9gwa ._EOzdv {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 3px;
}

.card_J9gwa ._rbmtp {
  color: #888;
}

.card_J9gwa ._FnUOq {
  font-weight: 700;
  margin-left: auto;
  white-space: nowrap;
  color: #a139b2;
}

.card_J9gwa ._EOzdv:last-child {
  margin-bottom: 0px;
}

.heart-item-delete {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 10px;
}

.heart-item-title {
  color: #1d1d1d;
  font-weight: 700;
}

.heart-item-Remove {
  border: none;
  outline: none;
  font-size: 13px;
  -webkit-align-items: center;
  align-items: center;
  background-color: transparent;
  border: none;
  display: -webkit-flex;
  display: flex;
  font-weight: 700;
  line-height: 22px;
  padding: 0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  -webkit-transition: 0.2s;
}

.heart-item-Remove svg {
  width: 13px;
  color: #767676;
  margin-left: 8px;
}

.brdcrmb {
  display: block;
  border-bottom: solid 1px #ced4da;
  border-top: solid 1px #ced4da;
  padding-top: 5px;
  padding-bottom: 5px;
}

.brdcrmb-link {
  display: block;
  padding-left: 10px;
}

.brdcrmb-link span {
  font-size: 13px;
  color: #ffffff;
}

.brdcrmb-link a {
  position: relative;
  margin-right: 20px;
  text-decoration: none;
  color: #ffffff;
}

.brdcrmb-link a::after {
  content: "";
  position: absolute;
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 5px;
  right: -13px;
}

.title-detail {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 2rem;
}

.Filter_title {
  width: 20%;
}

.Filter_title>p {
  font-size: 16px;
  font-weight: 500;
  color: #a139b2;
  margin-bottom: 0px;
  border: solid 1px #ced4da;
  width: 85%;
  padding: 5px 10px;
  text-align: center;
  border-radius: 5px;
}

.Filters {
  margin: 0px;
  padding: 0px;
  display: flex;
  width: 85%;
  justify-content: space-between;
}

.Filters .form-select {
  font-size: 14px;
}

.Filters li {
  list-style: none;
  display: inline-block;
  width: 20%;
  justify-content: space-between;
}

.Enquiry-form-top .form-floating>label {
  padding: 0.8rem 0.75rem;
}

.Enquiry-form-top .form-control {
  font-size: 0.9rem;
}

.Enquiry-form-top .form-floating>.form-control,
.Enquiry-form-top .form-floating>.form-select {
  height: calc(3.5rem + 2px);
}

.Enquiry-form-top .modal-header {
  background-color: #a139b2;
  color: #fff;
}

.Enquiry-form-top .btn-close {
  opacity: 0.9;
  background-color: #fff;
}

/* .Enquiry-form-top .btn-primary {
color: #fff;
background-color: #181818;
border-color: #181818;}
*/

.nav-sidebar {
  position: fixed;
  top: 0;
  height: 100%;
  width: 300px;
  z-index: 1005;
  background-color: #fff;
  right: -300px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  box-shadow: -4px 0 8px 0 rgb(0 0 0 / 8%);
  height: 100vh;
  overflow-y: overlay;
}

.nav-add {
  right: 0px !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.nav-overlay {
  overflow-y: hidden;
}

.nav-overlay::before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 80%);
  z-index: 1004;
}

.close_nav {
  background-color: transparent;
  outline: none;
  border: none;
  color: #fff;
  position: absolute;
  right: 11px;
  top: 15px;
}

.menu-right-bar {
  display: block;
  width: 100%;
  float: left;
}

.menu-right-bar ul {
  margin: 0px;
  padding: 0px;
}

.menu-right-bar ul li {
  list-style: none;
  display: block;
  position: relative;
}

.menu-right-bar ul li .active {
  background-color: #081789;
  color: #fff;
  border-top: 1px solid #fff;
}

.menu-right-bar ul li a {
  display: block;
  border-radius: 0px;
  color: #000;
  text-decoration: none;
  padding: 12px 5px 12px 0px;
  opacity: 0.9;
  font-weight: 400;
  font-size: 14px;
  transition: 0.3s;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}

.menu-right-bar ul li a:hover {
  background-color: #a139b2;
  color: #fff;
  border-radius: 0px;
}

.menu-right-bar ul li:last-child a {
  border-bottom: solid 0px rgb(0 0 0 / 10%);
}

.menu-right-bar ul li a span {
  margin-right: 0px;
}

.top_menu_title {
  background-color: #a139b2;
  display: flex;
  padding: 28px 0;
}

.top_menu_title a {
  text-decoration: none;
  color: #000;
}

.top_menu_title .pr-2 {
  margin-right: 3px;
}

.top_menu_title .btn {
  font-size: 0.9rem;
}

.top_menu_title .btn-light {
  color: #000;
  background-color: #fff;
  border-color: #a139b2;
}

.top_menu_title .btn-light:focus {
  box-shadow: none;
}

.menu-right-bar ul li a:hover {
  transition: 0.3s;
  padding-left: 5px;
}

.nav-mobile {
  border: solid 1px #ddd;
  margin: auto;
  width: 90%;
  border-radius: 5px;
  padding: 10px;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.nav-mobile>p {
  margin-bottom: 0px;
  display: flex;
}

.nav-mobile span {
  flex-basis: 80px;
}

.our-projects-main .factors-w-100 {
  margin-bottom: 40px;
}

.tab-projects {
  position: relative;
  height: 95%;
  background-color: #222222;
  padding: 15px;
  border-radius: 10px;
}

.tab-projects .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #a2a2a2;
  left: 30px;
  margin-top: 5px;
}

.tab-projects .nav-link.active::after {
  border-left: 5px solid red;
}

.youtube-video-pop .btn-close {
  position: absolute;
  padding: 0.5em 0.5em;
  right: -32px;
  opacity: 0.9;
  background-color: #fff;
}

.listing-detail-title .add-text .location-map {
  margin-right: 10px;
}

.listing-detail-title .add-text .location-map i {
  font-size: 22px;
  color: #a139b2;
}

.listing-detail-title .add-text p {
  margin-bottom: 20px;
}

.listing-detail-title .prige_red {
  font-size: 25px;
  font-weight: 300;
  color: #464646;
}

.listing-detail-title .Star-small {
  font-size: 20px;
  text-align: right;
  font-weight: bold;
}

.listing-detail-title .Star-small span {
  border-bottom: solid 3px #a139b2;
}

.listing-detail-title .prige_red i {
  font-size: 23px;
  color: #a139b2;
}

.listing-detail-title .prige_red span {
  color: #a139b2;
  font-weight: 600;
}

.detail-about {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  border-top: solid 1px #e8e8e8;
}

.buy-details-col {
  width: 100%;
  float: left;
}

.location-d-flex {
  display: flex;
}

.location-d-flex p.add_map {
  margin-bottom: 0px;
}

.tab-projects h3 {
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: solid 1px #4a4a4a;
  margin-bottom: 15px;
}

.city-pull-right {
  float: right;
  text-decoration: none;
  color: #666;
}

.city-thumb.cities {
  height: 230px;
}

.city-thumb.cities img {
  object-fit: cover;
}

.buy-details-text {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  border-bottom: solid 1px #ececec;
}

.buy-details-text h2 {
  font-size: 22px;
  font-weight: 600;
}

.buy-details-text h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.amenities-icon img {
  width: 40px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  border: solid 1px #ddd;
}

.amenities-icon {
  margin-bottom: 25px;
}

.detail-form {
  width: 90%;
  float: right;
}

.detail_child {
  background-color: #fff2f4;
  border: solid 1px #ccc;
  border-radius: 20px;
  padding: 25px;
  box-sizing: border-box;
}

.detail-form.fixed-border {
  border: none;
}

.detail-form h4 {
  text-align: center;
}

.detail_child p {
  text-align: center;
  margin-bottom: 5px;
}

#succ_message {
  display: none;
}

#succ_message.alert {
  padding: 0.5rem 1rem;
  margin-bottom: 0.8rem;
}

.location-arrow {
  width: 15px;
}

.detail-form .btn {
  width: 100%;
  text-align: center;
  height: 45px;
  margin-top: 20px;
}

.red-star {
  color: red;
}

.buy-details-text h4 {
  margin-bottom: 15px;
}

.video-details {
  width: 100%;
  float: left;
  background-color: #ededed;
  border-radius: 30px;
  overflow: hidden;
  background-image: url(../images/black-img.png);
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 353px;
  background-position: center;
}

.property_name_ {
  transition: all 0.2s ease-in-out;
  transform: translateY(-80%);
}

.property_name_.stick {
  transition: all 0.2s ease-in-out;
  transform: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #a139b2;
}

.property_name_.stick .listing-detail-title {
  color: #fff;
}

.property_name_.stick .listing-detail-title .prige_red {
  color: #fff;
}

.property_name_.stick .listing-detail-title .prige_red i {
  color: #fff;
}

.property_name_.stick .listing-detail-title .prige_red span {
  color: #fff;
}

.property_name_.stick .listing-detail-title .add-text .location-map i {
  color: #fff;
}

.listing-detail-title {
  display: flex;
  align-items: center;
}

.listing-detail-title h1 {
  font-size: 30px;
}

.property_name_.stick .listing-detail-title h1 {
  margin-bottom: 0px;
}

.top-video-part {
  padding-top: 25px;
  padding-bottom: 55px;
}

.video-details video {
  width: 100%;
  height: 357px;
  border-radius: 30px;
  cursor: pointer;
}

.col_3_pic {
  margin-bottom: 25px;
}

.col_3_pic {
  height: 164px;
  border-radius: 30px;
  overflow: hidden;
  transition: 0.8s;
}

.col_3_pic:hover img {
  transform: scale(1.1);
  transition: 0.8s;
}

.col_3_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  transform: scale(1);
  transition: 0.3s;
}

.col_6_pic {
  height: 353px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.col_6_pic:hover img {
  transform: scale(1.1);
  transition: 0.8s;
}

.col_6_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  transform: scale(1);
  transition: 0.8s;
}

.col_6_pic a {
  position: absolute;
  bottom: 18px;
  right: 18px;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  color: #414141;
}

#photos-all .btn-close {
  position: absolute;
  padding: 0.5em 0.5em;
  right: -32px;
  opacity: 0.9;
  background-color: #fff;
}

.getintouch {
  margin-top: 20px;
  border-radius: 20px;
  border: solid 1px #ccc;
  box-sizing: border-box;
  padding: 10px 10px 10px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.getintouch::before {
  content: "";
  position: absolute;
  width: 157px;
  height: 150px;
  right: -80px;
  top: -19px;
  transform: rotate(106deg);
  background-color: #a139b2;
}

.getintouch .getin-pic {
  width: 60px;
  height: 60px;
  border: solid 1px #f0f0f0;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ce011b;
}

.getintouch .getin-pic img {
  max-width: 100%;
  height: 60%;
  object-fit: cover;
}

.getintouch-text {
  margin-left: 15px;
}

.getintouch-text h6 {
  margin-bottom: 0.2rem;
}

.getintouch-text p {
  margin-bottom: 0px;
}

.about-us-main {
  width: 100%;
  float: left;
}

.faq-banner h3 {
  color: #fff;
}

/* .faq-banner::before {
content: '';
height: 100%;
width: 100%;
background-color: rgb(0 0 0 / 32%);
position: absolute;
left: 0px;
top: 0;}
*/

.faq-banner h1 {
  position: relative;
  z-index: 1;
  color: #fff;
  text-shadow: 2px 2px 2px #575757;
}

.asked_questions_inner {
  width: 100%;
  float: left;
  padding: 60px 0px 60px;
}

.Schedule {
  padding: 35px 0px 25px;
}

.asked_questions_inner .accordion_constome .accordion-body {
  padding-left: 15px;
}

.asked_questions_inner .accordion_constome .accordion-button {
  padding-left: 15px;
}

.asked_questions_inner .accordion_constome .accordion-item {
  border-bottom: 1px solid #ddd !important;
}

.asked_questions_inner .accordion-button::after {
  width: 1.8rem;
  height: 1.8rem;
  background-color: #fff;
  border-radius: 50%;
  background-position: 4px;
  margin-right: 10px;
}

.asked_questions_inner .accordion_constome .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #a139b2;
  box-shadow: none;
  border-bottom: 1px solid #a139b2 !important;
  padding-left: 15px;
}

.leftIcons {
  margin-top: 20px;
}

/* renu 4/6/24 */
.headParaLeft li .leftPara p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  width: 314px;
  margin-bottom: 0;
  color: #a1a1a1;
}

.a-text-head {
  padding-left: 20px;
  line-height: 21px;
  color: #525252;
  text-align: justify;
  transition: ease-in-out 0.5s;
}

.about-phic-01 img {
  max-width: 100%;
  border-radius: 40px;
  width: 505px;
  height: 475px;
}

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

ul.mission_list li {
  padding-left: 10px;
  padding-right: 50px;
  margin-bottom: 15px;
  list-style: auto;
  margin-left: 50px;
  color: #525252;
  text-align: justify;
}

ul.mission_list li span {
  font-weight: bold;
}

.our-mission-text,
.our-Vision-text {
  width: 100%;
  float: left;
  text-align: left;
  padding-left: 80px;
  padding-right: 80px;
  margin-top: 30px;
}

.our-Vision-text {
  margin-top: 40px;
}

.our-mission-text p {
  line-height: 25px;
  color: #525252;
  text-align: center;
}

.our-Vision-text p {
  line-height: 21px;
  color: #525252;
  text-align: center;
}

.our-mission-text h3 {
  color: #081789;
  font-size: 2rem;
  text-align: center;
}

.our-Vision-text h4 {
  color: #081789;
  font-size: 2rem;
  text-align: center;
}

.our-Continuour-Innovation {
  background-color: #fff;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 20px rgb(0 0 0 / 17%);
  border-radius: 30px;
  margin-top: 50px;
  padding: 40px;
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.our-Continuour-Innovation .h-xtx {
  text-align: center;
  font-size: 2rem;
  color: #081789;
}

.our-Continuour-Innovation .pt-xtx {
  text-align: center;
  font-weight: 300;
}

.ourteam_pic {
  position: relative;
  height: 210px;
  background-color: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/black-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.ourteam_pic img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 10px;
}

.ourteam_pic::before {
  z-index: -1;
  right: 15px;
  top: -15px;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #a139b2;
  border-radius: 15px;
}

.card_slick {
  padding: 15px;
}

.Our-Team-heading {
  width: 100%;
  float: left;
}

.our_Team {
  width: 100%;
  float: right;
}

.Our-Team-heading h3 {
  color: #081789;
  font-size: 28px;
  text-align: center;
  position: relative;
  margin-bottom: 24px;
}

.our_Team .card-body h6 {
  color: #081789;
  margin-bottom: 0px;
  font-size: 18px;
}

.our_Team .card-body p {
  margin-bottom: 0px;
  font-weight: 300;
}

.our_Team.our-Continuour .card_slick {
  margin: 4%;
  margin-bottom: 0px;
}

.our_Team .card_slick {
  padding: 10px 10px 0px 10px;
}

.our_Team .card-body {
  padding-bottom: 0px;
}

.about-banner {
  position: relative;
  width: 100%;
  display: block;
  /* float: left; */
  text-align: center;
  background-image: url(../images/contact-us1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
  background-position: center;
}

.about-banner::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 32%);
  position: absolute;
  left: 0px;
  top: 0;
}

.about-banner h1 {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-bottom: 0;
  /* text-shadow: 2px 2px 2px #575757; */
}

.blog-banner {
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
  /* background-image: url(../images/blog.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 123px;
  padding-bottom: 123px;
  background-position: center;
}

.blog-banner::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 32%);
  position: absolute;
  left: 0px;
  top: 0;
}

.blog-banner h1 {
  position: relative;
  z-index: 1;
  color: #fff;
  text-shadow: 2px 2px 2px #575757;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.sectionClass {
  padding-top: 50px;
  padding-bottom: 0px;
  margin-top: 40px;
  border-radius: 25px;
}

.counter-box {
  position: relative;
  text-align: center;
  background-color: #ffefd6;
  border: 1px solid #ffefd6;
  padding: 20px;
  border-radius: 20px;
  margin: 15px;
}

.counter-box .d__flex .number {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #a139b2;
  margin-top: 10px;
  line-height: 30px;
}

.counter-box p {
  font-size: 18px;
  font-size: 19px;
  color: #333;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  /* width: 177px; */
  margin-top: 25px;
}

.counter-box .d__flex {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.counter-box .d__flex i {
  color: #a139b2;
  margin-left: 5px;
  font-size: 27px;
  position: relative;
  top: 10px;
}

.ourteam_pic .linkedin {
  width: 25px;
  height: 25px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0px;
  text-align: center;
  line-height: 25px;
  border-radius: 5px 0px 9px;
  color: #0077b5;
  transition: 0.3s;
}

.ourteam_pic .linkedin:hover {
  background-color: #0077b5;
  color: #fff;
  transition: 0.3s;
}

.login-form-top .modal-header {
  background-color: #ebebeb;
}

.login-form-top .modal-body {
  padding: 1.5rem 2rem;
}

.login-form-top .dt-sc-sorting-container {
  margin-bottom: 0px;
  justify-content: left;
}

.login-form-top .dt-sc-sorting-container .nav-link {
  font-size: 17px;
  border-radius: 5px;
  position: relative;
  background-color: transparent !important;
}

.login-form-top .dt-sc-sorting-container .nav-link.active {
  color: #a139b2;
}

.login-form-top .btn-close {
  background-color: #fff;
  border-radius: 20px;
  margin-right: 0px;
}

.login-form-top .form-floating>label {
  padding: 0.8rem 0.75rem;
}

.login-form-top .form-control {
  font-size: 0.9rem;
  border: none;
  border-bottom: 1px solid #ced4da;
}

.login-form-top .form-floating>.form-control,
.login-form-top .form-floating>.form-select {
  height: calc(2.8rem + 2px);
}

.login-form-top .fade:not(.show) {
  display: none;
}

.login-form-top .dt-sc-sorting-container .nav-link.active::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #a139b2;
  bottom: -18px;
  position: absolute;
  left: 0px;
}

.login-form-top .btn.btn-primary {
  width: 100%;
  height: 55px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 5px;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5);
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5);
}

.btn-close:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(211, 212, 213, 0.5);
}

.btn-check:focus+.btn-light,
.btn-light:focus {
  box-shadow: 0 0 0 0rem rgba(211, 212, 213, 0.5);
}

.small-forgot {
  font-size: 12px;
  text-decoration: none;
  color: #333;
  margin-left: auto;
}

.for-checkout {
  display: flex;
  align-items: center;
}

.forgot_tab {
  width: 100%;
  float: left;
  display: none;
}

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

.back__click .forgot-title-text {
  margin-bottom: 0px;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 500;
}

.for-forgot-mt {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.back-click-btn {
  cursor: pointer;
}

.keep-in-touch {
  background-color: #fff;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 20px rgb(0 0 0 / 17%);
  border-radius: 30px;
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.keep-in-left-col-6 h2,
.keep-in-left-col-6 h3 {
  font-size: 31px;
  line-height: 36px;
  font-weight: 500;
}

/* .form-keep-in .btn-primary {
  color: #fff;
  background-color: #a139b2;
  border-color: #a139b2;
} */

.keep-in-left-col-6 .f-link {
  color: #000;
  margin-top: 15px;
  width: 100%;
  float: left;
}

.keep-in-left-col-6 .f-address i {
  font-size: 18px;
  line-height: 24px;
}

.keep-in-right-col-6 {
  width: 100%;
  float: left;
  padding: 40px 50px 40px 30px;
}

.keep-in-right-col-6 h2 {
  margin-bottom: 0px;
}

.buy-details-text>p {
  line-height: 23px;
  color: #414141;
}

.contact-banner {
  width: 100%;
  float: left;

  text-align: center;
  background-image: url(../images/contact-us2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 123px;
  padding-bottom: 123px;
  position: relative;
  background-position: center;
}

.contact-banner::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 32%);
  position: absolute;
  left: 0px;
  top: 0;
}

.contact-banner h1 {
  position: relative;
  z-index: 0;
  color: #fff;
  text-shadow: 2px 2px 2px #575757;
}

.form-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-control {
  height: calc(2.8rem + 2px);
}

select.form-control {
  padding-top: 10px;
  transition: 0.15s;
}

.floating-label {
  font-weight: 400;
  opacity: 1;
  top: 16px;
  left: 20px;
  pointer-events: none;
  position: absolute;
  transition: 240ms;
  margin-bottom: 0;
  z-index: 1;
}

.floating-diff .floating-label {
  opacity: 0;
}

.floating-diff.focused .floating-label {
  opacity: 1;
}

.form-group.focused .floating-label {
  opacity: 1;
  color: #7b7f82;
  top: 4px;
  left: 14px;
  font-size: 12px;
}

.form-group.focused select.form-control {
  padding-top: 21px;
}

.floating-diff select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/select-down-arrow.svg) calc(100% - 18px) / 11px no-repeat;
}

.form-keep-in .btn {
  margin-top: 15px;
}

.form-keep-in .form-control {
  border: 0px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  border-radius: 0px;
}

.form-keep-in .iti__flag-container {
  height: 47px;
  width: 100px;
  border-top: none;
  border-left: 0px;
  border-bottom: solid 1px #ddd;
}

.form-keep-in .iti__flag-container:focus {
  border: none;
  outline: none;
}

.iti input,
.iti input[type="text"],
.iti input[type="tel"] {
  height: 47px;
  border: none;
  border-bottom: solid 1px #ddd;
}

.iti input:focus {
  border: none;
  outline: none;
  border-bottom: solid 1px #ddd;
}

.iti input {
  border: none;
  outline: none;
  border-bottom: solid 1px #ddd;
}

.iti__country-list .iti__hide {
  border: none;
  outline: none;
}

.iti__country-list:focus {
  border: none;
  outline: none;
}

/* .container-blog {
padding-left: 80px;
padding-right: 80px;}
*/

.Categories-blog {
  width: 100%;
  float: left;
}

.list-blog-item {
  width: 100%;
  float: left;
  border: solid 1px #ddd;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.list-blog-item:last-child {
  margin-bottom: 0px;
}

.list-blog-item .title {
  margin: 0px;
  padding: 10px 15px;
  background-color: #a139b2;
  font-size: 18px;
  color: #fff;
}

.widget_list {
  padding: 15px;
}

.widget_list ul {
  margin: 0px;
  padding: 0px;
}

.widget_list li {
  list-style: none;
}

.widget_list>ul>li>a {
  color: #333;
  font-size: 14px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: capitalize;
  display: block;
  text-decoration: none;
  font-weight: 500;
  padding-left: 10px;
  background-color: #f1f1f1;
  border-bottom: solid 0px #dddd;
  padding-right: 10px;
  margin-bottom: 5px;
  border-radius: 5px;
}

.widget_list>ul>li>a:hover {
  background-color: #ccc;
}

.widget_list>ul>li>a.active {
  background-color: #181818;
  color: #fff;
}

.widget_list>ul>li>a.active span {
  color: #fff;
}

.widget_list>ul>li>a span {
  color: #0d263b;
  float: right;
}

.widget_list>ul>li:last-child>a {
  border-bottom: solid 0px #dddd;
  margin-bottom: 0px;
}

.submenu>li>a {
  color: #666;
  border-bottom: 1px solid #e6e9ec;
  display: block;
  padding: 8px;
  text-decoration: none;
}

.submenu>li:last-child>a {
  border-bottom: 0px solid #e6e9ec;
}

.widget_list .submenu {
  display: none;
  background-color: #efefef;
  border-radius: 5px;
}

.blog-main {
  width: 100%;
  float: left;
  padding: 15px 0px 40px;
}

.blog-picture {
  width: 100%;
  float: left;
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
}

.blog-picture img {
  max-width: 100%;
  height: 100%;
  object-fit: fill;
  width: 100%;
  transition: all 0.3s;
}

.card-body-blog {
  width: 100%;
  float: left;
  margin-top: 20px;
  line-height: 23px;
}

.card-body-blog h5.card-title {
  font-size: 2rem;
  font-weight: bold;
}

.card-text-bold {
  font-weight: bold;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.bp_meta ul {
  padding: 0px;
  font-size: 13px;
  margin-bottom: 10px;
}

.bp_meta ul li.list-inline-item {
  padding: 0px;
  color: #8b8b8b;
  letter-spacing: 0.25px;
}

.widget_list li:last-child {
  border-bottom: 0px solid #e6e9ec;
}

.recent_posts_blogs {
  width: 100%;
  float: left;
  max-height: 406px;
  overflow: auto;
}

.recent_posts_blogs {
  padding: 0px;
  margin: 0px;
}

.article_post {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 13px;
}

.article_post:last-child {
  padding-bottom: 15px;
}

.article_flex {
  display: flex;
}

.article_flex .post_picture {
  width: 85px;
  height: 65px;
  overflow: hidden;
  border-radius: 5px;
}

.article_post a {
  text-decoration: none;
}

.article_flex .post_picture img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.article_flex .info-contain {
  flex-basis: 60%;
  padding-left: 15px;
}

.article_flex .info-contain h4 {
  font-size: 14px;
  color: #333;
  letter-spacing: 1.25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article_flex .info-contain .small-time {
  font-size: 0.875em;
  color: #8b8b8b;
  letter-spacing: 0.25px;
}

.widget_list .submenu {
  display: none;
}

.lpt-list-data {
  position: relative;
  top: -50px;
}

.lpt_price_ {
  margin-bottom: 0px;
}

.lpt_price_ .lpt_01 {
  margin-right: 25px;
}

.lpt_price_ .lpt_01 span {
  border-bottom: solid 1px #666;
}

.lpt_price_ .lpt_02 span {
  border-bottom: solid 1px #666;
}

.form-keep-in .form-floating>label {
  padding: 0.8rem 0.75rem 0.8rem 1.7rem;
}

.form-keep-in .form-floating>.form-control {
  padding: 0rem 1.75rem;
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-keep-in .form-floating.no-actione>label {
  padding: 0.8rem 0.75rem;
}

.form-keep-in .form-floating.no-actione>.form-control {
  padding: 0rem 0.75rem;
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* .form-keep-in .no-actione.br .form-control{
border: 1px solid #ced4da;
border-radius: .25rem;}
*/

.form-keep-in .iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  left: 20px;
}

.form-keep-in .iti {
  padding-left: 14px;
}

.relative {
  position: relative;
}

.form-keep-in .form-group.focused .floating-label {
  left: 29px;
}

.form-keep-in .floating-diff select {
  padding: 0rem 1.75rem;
}

.contact-icons img {
  width: 20px;
}

.slick-prev:before,
.our-Continuour-Innovation .slick-next:before {
  color: #1e63b5 !important;
}

.blog-contain.with_page {
  margin-bottom: 50px;
  width: 100%;
  float: left;
  /* -webkit-box-shadow: 0 3px 12px -1px rgba(7,10,25,.1), 0 22px 27px -30px
rgba(7,10,25,.1);
box-shadow: 0 3px 12px -1px rgba(7,10,25,.1), 0 22px 27px -30px
rgba(7,10,25,.1);
border: solid 1px rgb(221 221 221 / 69%); */
  padding: 0px 5px;
  border-radius: 20px;
}

.blog-contain.with_page .card-body-blog h5.card-title {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 22px;
}

.blog-contain.with_page .blog-picture {
  height: 175px;
  border-radius: 10px;
}

.blog-contain.with_page a {
  color: #333;
  transition: all 0.3s;
}

.blog-contain.with_page a:hover .blog-picture:hover img {
  transform: scale(1.03);
  transition: all 0.3s;
}

.blog-contain.with_page a:hover {
  color: #0d6efd;
  transition: all 0.3s;
}

.blog_tab_link {
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.blog_tab_link li {
  list-style: none;
  display: inline-block;
}

.blog_tab_link li a {
  text-decoration: none;
  color: #000000;
  display: block;
  background-color: #dedede;
  border-radius: 30px;
  margin-right: 10px;
  padding: 0.7rem 1.5rem;
}

.blog-banner span {
  color: #fff;
}

.blog-banner a {
  color: #fff;
}

.brdcrmb-link a::after {
  content: "";
  position: absolute;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 5px;
  right: -13px;
}

.brdcrmb-link {
  position: relative;
  z-index: 0;
}

/* login css*/
#app {
  color: #374957;
  height: 100vh;
  width: 100vw;
  display: flex;
}

.art-wrapper {
  background-color: #f8fafb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: calc(100% - 480px);
}

.art-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(75%);
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: none;
}

#app .content-wrapper {
  padding: 40px 20px;
  background-color: #fff;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  flex-basis: 480px;
}

#app .content-wrapper .main-content {
  margin: auto;
  width: 320px;
}

.login-logo {
  margin-bottom: 70px;
  text-align: center;
  margin-top: 20px;
}

.login-logo img {
  height: 55px;
}

.base-layout {
  /* align-items: center;
display: flex;
justify-content: center;
flex-direction: column;
width: 100%; */
  width: 100%;
  text-align: center;
}

.base-layout label.error {
  border: 0px solid red;
  color: red;
  font-weight: normal;
  position: inherit;
  padding: 0px;
  font-size: 13px;
  display: flex;
}

.height__vh {
  height: 100vh;
}

.base-layout .title {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 50px;
}

.continue-with {
  width: 100%;
  float: left;
}

.continue-with a {
  display: block;
  padding: 12px;
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: inset 0 0 0 1px #ced4da;
  text-align: center;
  text-decoration: none;
  color: #374957;
  transition: all 0.3s;
  font-weight: 500;
}

.continue-with a:hover {
  transition: all 0.3s;
  background: #f8fafb;
}

/* .continue-with .fa-facebook-f {
color: #fff;}
*/
.continue-with svg {
  width: 17px;
  margin-right: 6px;
}

.continue-with i {
  margin-right: 10px;
}

.continue-with .fa-facebook-f {
  color: #fff;
  background-color: #1877f2;
  border-radius: 50px;
  width: 19px;
  height: 19px;
  line-height: 23px;
}

.base-layout .have-account {
  margin-top: 30px;
  width: 100%;
  float: left;
}

.base-layout .have-account p {
  margin-bottom: 0px;
  font-weight: 500;
}

.base-layout.have-account a {
  text-decoration: none;
}

.content-wrapper .login-back {
  position: absolute;
  top: 5px;
  display: block;
  left: 10px;
}

.content-wrapper .login-back span {
  color: #1273eb;
}

.content-wrapper .login-back .arrow-left {
  display: inline-block;
  margin: 0px auto;
  width: 9px;
  height: 9px;
  border-top: 2px solid #1273eb;
  border-left: 2px solid #1273eb;
  transform: rotate(-45deg);
  margin-right: 5px;
}

.content-wrapper .login-back .btn-light {
  color: #1273eb;
  background-color: #fff;
  border-color: #fff;
  float: left;
}

.re_email {
  margin-bottom: 20px;
}

.base-layout .title.t-3 {
  margin-bottom: 30px;
}

.receive_did_n {
  text-decoration: none;
  margin-top: 13px;
  display: inline-block;
}

.base-layout .btn.btn-primary {
  width: 100%;
  height: 44px;
}

.base-layout .small__forgot {
  font-size: 14px;
  text-decoration: none;
  color: #333;
  margin-top: 30px;
  display: block;
}

#loginForm {
  display: none;
}

#forgot__password {
  display: none;
}

#login-back {
  display: none;
}

#login-back-01 {
  display: none;
}

.continue_checkbox label {
  font-size: 13px;
}

.continue_checkbox {
  width: 100%;
  float: left;
  margin-top: 15px;
}

.continue_checkbox .by {
  margin-top: 25px;
  color: #869fb2;
  font-size: 14px;
  text-align: center;
}

.continue_checkbox p.by a {
  text-decoration: none;
  color: #869fb2;
  font-weight: 500;
}

.content-wrapper .login-back .btn-light {
  font-size: 14px;
}

.Reviews_w-100 {
  width: 100%;
  float: left;
  margin-top: 10px;
}

.reviews_click_btn button {
  display: block;
  background-color: #f7f7f7;
  width: 100%;
  text-align: left;
  font-size: 18px;
  padding: 12px 15px;
  border-radius: 5px;
  border: solid 1px #ccc;
  z-index: 2;
  position: relative;
  font-weight: bold;
}

.reviews_form {
  min-height: 300px;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  position: relative;
  top: -4px;
  padding: 25px;
  background-color: #fafafa;
  border: 1px solid #dedede;
}

.reviews_click_btn .form-control {
  font-size: 14px;
  font-weight: 300;
}

.reviews_click_btn input[type="file"] {
  position: relative;
}

.reviews_click_btn input[type="file"]::file-selector-button {
  width: 155px;
  color: transparent;
}

.reviews_click_btn input[type="file"]::before {
  position: absolute;
  pointer-events: none;
  top: 10px;
  left: 16px;
  height: 20px;
  width: 20px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230964B0'%3E%3Cpath d='M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zM7 9l1.41 1.41L11 7.83V16h2V7.83l2.59 2.58L17 9l-5-5-5 5z'/%3E%3C/svg%3E");
}

.reviews_click_btn input[type="file"]::after {
  position: absolute;
  pointer-events: none;
  top: 11px;
  left: 40px;
  color: #0964b0;
  content: "Picture Upload";
}

.reviews_click_btn input[type="file"]::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  transition: background-color 200ms;
}

.reviews_click_btn input[type="file"]::file-selector-button:hover {
  background-color: #f3f4f6;
}

.reviews_click_btn input[type="file"]::file-selector-button:active {
  background-color: #e5e7eb;
}

.reviews_form {
  display: none;
}

.arrow_re {
  float: right;
  border-bottom: 0;
  border-right: 2px solid #d93444;
  border-top: 2px solid #d93444;
  display: inline-block;
  height: 5px;
  margin: 0 10px;
  padding: 6px;
  width: 5px;
  transform: rotate(135deg);
}

.arrow_uparrow {
  transform: rotate(-45deg);
  margin-top: 10px;
}

.total-reviews {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

h4.lp-total-reviews {
  font-size: 1.2rem;
}

.reviews-section {
  border: 1px solid #dedede;
  border-radius: 5px;
  float: left;
  padding: 20px 20px 20px;
  width: 100%;
}

.total-reviews .form-select {
  font-weight: 300;
  font-size: 14px;
}

.sitemap_link a {
  text-decoration: none;
  color: #000000;
}

.sitemap_link h3 {
  font-size: 24px;
}

.sitemap_link h4 {
  font-size: 16px;
  margin-top: 15px;
  font-weight: 500;
}

article.review-post {
  border-bottom: 1px solid #dedede;
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

article.review-post:last-child {
  border-bottom: 0px solid #dedede;
  padding-bottom: 0px;
}

article.review-post:first-child {
  margin-top: 0px;
  padding-top: 0px;
}

article.review-post>figure {
  float: left;
  margin-top: -2px;
  text-align: center;
  width: 76px;
  margin-bottom: 0px;
}

.reviews-section article.review-post .review-thumbnail {
  border: 1px solid #eee;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  background-color: #f4f4f4;
  margin-left: 11px;
  background-image: url(../images/user-review.png);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: center;
}

.review-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

article.review-post>.details {
  float: right;
  width: calc(100% - 120px);
}

.review-post figcaption h4 {
  pointer-events: none;
  cursor: default;
  font-size: 14px;
  margin-top: 10px;
}

.review-post figure figcaption>p {
  font-size: 12px;
  line-height: 17px;
  margin-top: 0;
}

.top-section {
  margin-bottom: 0;
  display: flex;
}

.details .top-section h3 {
  color: #555;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
  margin-top: 0;
  padding-right: 140px;
}

.details .top-section time {
  color: #7f7f7f;
  float: left;
  font-size: 12px;
  line-height: 22px;
  margin-right: 40px;
}

.top-section .review-count {
  margin-left: auto;
}

.content-section {
  float: left;
  padding-top: 10px;
  width: 100%;
}

.fa-star:before {
  content: "\f005" !important;
  color: #ffc107;
}

.reviews-section span.rate {
  font-size: 12px;
  border-radius: 3px;
  color: #fff;
  background-color: #dc3545;
  padding: 3px 8px 2px;
  margin-left: 10px;
}

.submit-images {
  margin-top: 50px;
}

.chat_box_ {
  bottom: 10px;
  position: fixed;
  right: 5px;
  width: 360px;
  z-index: 1000;
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.chat_box_ .chat-head {
  background-color: #181818;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.chat_box_ .chat-body {
  background-color: #fff;
}

.chat_box_ .chat-head img {
  max-width: 170px;
}

.chat_box_ .chat-head .btn-close {
  background-image: url(../images/close-btn.svg);
  opacity: 0.8;
}

.chat_box_ .chat-head .btn-close:hover {
  opacity: 1;
}

.chat_box_ .chat-head i {
  color: #fff;
  font-size: 22px;
}

.chat-data .title {
  font-size: 18px;
  font-weight: 500;
}

.q-tions {
  background-color: #fff;
  -webkit-box-shadow: 0 0px 6px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 0px 6px 0 rgb(0 0 0 / 20%);
  padding: 8px 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-weight: 500;
  float: left;
}

.qbox .choose_city,
.qbox .step_2,
.qbox .step_3 {
  display: inline-block;
  background-color: #a139b2;
  color: #fff;
  padding: 8px 10px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 13px;
  margin-bottom: 10px;
  outline: none;
  border: none;
}

.step_2.active {
  background-color: #930112;
}

.choose_city.active {
  background-color: #930112;
}

.step_3.active {
  background-color: #930112;
}

.qbox {
  width: 100%;
  float: left;
}

/* .chat-data p.txt-sub {
padding-left: 25px;
padding-right: 25px;
margin-bottom: 5px;}
*/
.messages_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: auto;
  max-height: 380px;
  min-height: 380px;
  padding: 10px 25px 15px 25px;
  font-size: 13px;
}

.messagesInput_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: auto;
  max-height: 380px;
  min-height: 380px;
  padding: 20px 25px 15px 25px;
  font-size: 13px;
  /* background-color: rgba(67, 67, 232, 0.05) !important; */
}

.fill_form_chat {
  width: 100%;
}

.fill_form_chat .looking_for .btn-light {
  color: #000;
  background-color: #ffffff;
  border-color: #fff;
  border: solid 1px #d6d6e4;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px;
}

.fill_form_chat .looking_for .btn-light:hover {
  background-color: #d6d6e4;
}

.looking_for ul {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-flow: wrap;
  padding: 0px;
  margin: 0px;
}

.looking_for ul li {
  width: 30%;
  list-style: none;
  margin-right: 10px;
  margin-bottom: 15px;
}

.looking_for ul li a {
  text-decoration: none;
  background-color: #fff;
  color: #000;
  padding: 10px;
  display: block;
  border: solid 1px #d6d6e4;
  border-radius: 5px;
}

.looking_for ul li a:hover {
  background-color: #d6d6e4;
}

.looking_for ul li:nth-child(3n-0) {
  margin-right: 0px;
}

.looking_for ul li:nth-child(13) {
  margin-bottom: 0px;
}

.looking_for ul li:nth-child(14) {
  margin-bottom: 0px;
}

.looking_for ul li:nth-child(15) {
  margin-bottom: 0px;
}

.q-tions_left {
  background: #f3f3f3;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 0px 5px 5px 5px;
  -webkit-box-shadow: 0 0px 6px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 0px 6px 0 rgb(0 0 0 / 5%);
  border: solid 1px #ddd;
}

.q-tions_right {
  align-self: flex-end;
  background: #181818;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 5px 5px 5px 0px;
  -webkit-box-shadow: 0 0px 6px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 0px 6px 0 rgb(0 0 0 / 5%);
}

.chat-head h4.title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0px;
}

.input-holder {
  align-items: center;
  display: flex;
  justify-content: center;
  /* padding: 12px 25px; */
}

.input-holder .control {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.input-holder .btn.btn-primary {
  width: 100%;
  height: 45px;
  font-weight: 700;
  font-size: 18px;
}

.fill_form_chat>h6 {
  font-size: 18px;
  text-align: left;
  margin-bottom: 20px;
}

.fill_form_chat p.thk {
  font-weight: 400;
  font-size: 15px;
  text-align: center;
}

.thk.green {
  color: green;
  font-weight: bold;
}

.input-holder .control .chat-input {
  height: 70%;
  background: #eeeeee;
  width: 70%;
  border-radius: 5px;
  margin: auto;
  border: none;
  padding: 0 0.5em 0 0.5em;
  transition: all 0.7s;
  color: #333;
  border: solid 1px #ddd;
}

.input-holder .control .chat-btn {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  background: #a139b2;
  border: none;
  text-align: center;
  color: #fff;
  transition: all 0.25s;
  border-radius: 5px;
  padding: 10px;
  font-weight: 600;
  font-size: 14px;
}

.input-holder>h6 {
  display: block;
}

.form-check-label a {
  text-decoration: none;
}

.textarea-pno {
  padding-left: 0px !important;
}

.input-holder.flexderec {
  align-items: flex-start;
  flex-direction: column;
  padding-left: 2px;
}

.Thankyou_pic {
  text-align: center;
  margin-bottom: 35px;
  margin-top: 25px;
}

.Thankyou_pic img {
  max-width: 33%;
}

.flexderec p {
  margin-bottom: 0px;
}

.flexderec .fa-mobile-phone {
  margin-left: 15px;
}

.chat_box_ {
  display: none;
}

#share_ {
  display: flex;
}

.share_relative {
  position: relative;
  margin-left: auto;
}

.relative_social {
  position: relative;
}

.relative_social .share_relative {
  margin-left: initial;
  position: absolute;
  top: 15px;
  right: 25px;
}

#exampleModalen1 .modal-dialog {
  max-width: 360px;
}

#exampleModalen1 .modal-dialog h6 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #a139b2;
}

#exampleModalen1 .modal-dialog p {
  text-align: center;
  margin-bottom: 5px;
}

#exampleModalen1 .Thankyou_pic1 {
  text-align: center;
  margin-bottom: 10px;
  padding-top: 10px;
}

#exampleModalen1 .Thankyou_pic1 img {
  width: 90px;
}

#exampleModalen1 .modal-content {
  border-radius: 15px;
}

#exampleModalen1 .modal-body {
  border-radius: 15px;
  border: solid 2px #ef0125;
}

#enquire-fomm-pop .modal-dialog {
  max-width: 440px;
}

.relative_social .share i {
  padding-left: 0px;
}

.relative_social .share {
  background-color: #ffffff;
  border: solid 0px #ddd;
  margin-left: 0px;
}

.relative_social .social_add {
  right: 35px;
}

.share {
  outline: none;
  padding: 7px 10px;
  border-radius: 3px;
  background-color: #eaeaea;
  border: solid 1px #ddd;
  margin-left: 10px;
}

.share i {
  color: #0077b5;
  padding-left: 4px;
}

.social_link {
  display: inline-flex;
  position: absolute;
  right: 0px;
  top: 1px;
  padding-left: 10px;
  visibility: hidden;
  opacity: 0;
}

.social_link_share {
  display: inline-flex;
  position: relative;
  right: 0px;
  top: 1px;
  padding-left: 10px;
  visibility: visible;
}

.social_add {
  right: 80px;
  visibility: visible;
  opacity: 1;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.content ul {
  list-style: none;
}

.rating {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: 140px;
  position: relative;
}

.rating-0 {
  filter: grayscale(100%);
}

.rating>input {
  display: none;
}

.rating>label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url(../images/gray-star.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: 0.3s;
}

.rating>input:checked~label,
.rating>input:checked~label~label {
  background-image: url(../images/red-star.svg);
}

.rating>input:not(:checked)~label:hover,
.rating>input:not(:checked)~label:hover~label {
  background-image: url(../images/red-dark-star.svg);
}

.emoji-wrapper {
  width: 100%;
  text-align: center;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.emoji-wrapper:before,
.emoji-wrapper:after {
  content: "";
  height: 15px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.emoji {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
}

.emoji>svg {
  margin: 15px 0;
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}

h2.axt-title {
  color: #fff;
  font-size: 18px;
  margin: 0px;
}

.axt_btn {
  text-align: center;
}

.cookie-notice {
  width: 100%;
  float: left;
  position: fixed;
  bottom: 0px;
  background-color: rgb(0 0 0);
  z-index: 999;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.cookie-notice p {
  margin-bottom: 5px;
  color: #fff;
  opacity: 0.8;
}

.axt_btn .btn-dark {
  background-color: #d80021;
  border-color: #d80021;
  padding: 0px 10px;
}

.btn-close.pxs {
  position: absolute;
  top: 21px;
  right: 21px;
  background-color: #fff;
  opacity: 1;
  padding: 10px;
}

#rating-1:checked~.emoji-wrapper>.emoji {
  transform: translateY(-100px);
}

#rating-2:checked~.emoji-wrapper>.emoji {
  transform: translateY(-200px);
}

#rating-3:checked~.emoji-wrapper>.emoji {
  transform: translateY(-300px);
}

#rating-4:checked~.emoji-wrapper>.emoji {
  transform: translateY(-400px);
}

#rating-5:checked~.emoji-wrapper>.emoji {
  transform: translateY(-500px);
}

.post-labels {
  width: 100%;
  float: left;
}

.post-labels a {
  display: inline-block;
  text-decoration: none;
  color: #0f0f0f;
  background-color: #ececec;
  padding: 5px 15px;
  border-radius: 19px;
  border: solid 1px #ddd;
  margin-right: 5px;
  text-transform: capitalize;
}

.right_search_blog {
  justify-content: right;
}

.right_search_blog .search_blog {
  margin-bottom: 15px;
  width: 350px;
}

.search-input-wrapper {
  position: relative;
}

.search-input-wrapper .dropdonw {
  position: absolute;
  left: 0px;
}

.lpt_02 {
  display: inline-block;
  margin-bottom: 15px;
}

#photos-all .carousel-item img {
  height: 500px;
  object-fit: cover;
}

.sting-prc {
  position: relative;
  top: 5px;
  font-size: 12px;
}

span.p-month {
  font-size: 14px;
  border-bottom: solid 0px #666 !important;
}

.lpt_02_price {
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #d80021;
}

.flashmsg {
  font-size: medium;
  font-weight: 600;
  color: green;
  margin-left: auto;
}

.wish_name {
  margin-left: 62px;
}

/* bottom footer */
.bottomFooter {
  position: relative;
  text-align: center;
  color: #fff;
  margin-top: 40px;
  padding: 0px 10px 30px;
}

.bottomFooter .footerPara p {
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 0;
  color: #ffffff;
}

.footerPara {
  display: flex;
  justify-content: space-between;
  height: 25px;
  padding-top: 30px;
  border-top: 1px solid #626262;
  padding-bottom: 70px;
}

.footerPara p a {
  color: #ffffff;
}

.footleft {
  display: flex;
  height: 10px;
  width: 55%;
  justify-content: space-around;
}

/* Deepanshu Verticle Scroll */

/* / / sectionz styles / / */
.sectionz,
.sectionz2 {
  height: 250px;
  display: flex;
  flex-direction: column;
  opacity: 0.5;
  /* justify-content: space-evenly; */
}

.hovering {
  transform: translateY(-20px);
  transition: transform 0.3s ease-out;
  opacity: 1;
  /* / background-color: bisque; / */
}

/* / / Custom scrollbar / / */

.mainsec {
  width: 1100px;
  display: flex;
  flex-direction: row;
  margin-top: 100px;
  align-items: center;
  align-self: center;
  margin: auto;
  margin-top: 110px;
}

.middle {
  display: flex;
  width: 1100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.verhead {
  font-size: 26px;
  line-height: 27px;
  font-weight: 500;
  width: 354px;
  color: #3e3e3e;
  margin-bottom: 30px;
}

.verdis {
  font-size: 19px;
  font-weight: 300;
  width: 428px;
  line-height: 23px;
  color: #4a4747;
}

.left>.sectionz,
.right>.sectionz {
  width: 428px;
  height: 220px;
  padding-top: 50px;
}

/* < !-- slider css --> */

.sliderbox .slick-slide .slick-cloned .sliderbox {
  width: 300px !important;
}

.sectionslid {
  /* margin: 70px;
    justify-content: center;
    display: flex;
    flex-direction: column; */
}

.sectionslid .slick-slide {
  margin: 0px;
}

.slihead {
  font-size: 26px;
  line-height: 27px;
  width: 308px;
  font-weight: 500;
  color: #3e3e3e;
}

.slidis {
  font-size: 19px;
  line-height: 23px;
  font-weight: 300;
  width: 363px;
  color: #4a4747;
}

.slidis {
  display: none;
}

.sliderbox {
  justify-content: center;
}

.hideimg {
  color: #2d2d2d !important;
  margin-bottom: 20px !important;
  padding-left: -10px !important;
}

.horizontal {
  width: 117px !important;
  height: 6px !important;
  background-color: #ddd9e6;
  margin-top: 20px;
}

.sectionslid .slick-prev,
.sectionslid .slick-next {
  top: 25%;
}

.sectionslid .slick-prev:before,
.sectionslid .slick-next::before {
  font-size: 60px;
}

.sliderbox:hover .horizontal {
  background-color: #f4cb86;
  margin-top: 0px;
}

.sliderbox:hover .slihead {
  display: block !important;
  color: #2d2d2d;
}

.sectionslid button.slick-next.slick-arrow,
.sectionslid .slick-prev.slick-arrow {
  margin-top: 120px;
}

.sectionslid .slick-prev:before,
.sectionslid .slick-next:before {
  color: #1167b5 !important;
}

.sliderbox:hover .hideimg {
  display: block !important;
  margin-bottom: 0px !important;
}

.sliderbox:hover .slidis {
  display: block;
}

.sliderbox:hover {
  justify-content: space-evenly;
  background-color: white;
}

/* .sectionslid .slick-list {
  height: 500px;
} */

.whysec {
  row-gap: 30px;
  margin-top: 100px;
}

.requestBtn>a {
  text-decoration: none;
  color: white;
}

.papamar {
  margin-top: 110px;
  margin-bottom: 0px;
}

div.about-phic-01 {
  width: 505px !important;
  margin: auto;
  transition: ease-in-out 0.5s;
}

.imgcen {
  display: flex;
  align-items: center;
  padding-left: 65px;
}

.disleft {
  padding-left: 140px;
}

/* renu mam new css */

/* / case Study component /  */

.casestudyAreas {
  width: 100%;
  padding: 30px 0 100px;
  /* background-color: #fff; */
}

.caseSliders {
  display: flex;
  height: 440px;
  margin-top: 100px;
}

.leftAreaImg,
.rightAreaCont {
  width: 50%;
}

.leftAreaImg img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.casestudy .slick-dots {
  position: absolute;
  bottom: -70px;
  display: block;
}

/* / slider Text /  */
.rightAreaCont {
  position: relative;
  padding: 0px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rightAreaCont h3 {
  font-size: 31px;
  color: #2d2d2d;
  width: 413px;
  font-weight: 500;
  margin: 20px 0;
  line-height: 36px;
}

.rightAreaCont p {
  font-size: 19px;
  color: #3e3e3e;
  line-height: 23px;
  width: 480px;
  font-weight: 300;
}

.rightAreaCont p:nth-child(1) {
  font-size: 20px;
  color: #2d2d2d;
  line-height: 24px;
  width: 480px;
  margin-bottom: 0;
  font-weight: 400;
  color: #bababa;
}

.rightAreaCont .requestBtnss {
  width: 140px;
  margin-top: 15px;
}

.rightAreaCont .requestBtnss a {
  font-size: 19px;
  color: #a139b2;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
}

.our-projects .lp-listing-quantity {
  background-color: #fbfafe;
  width: 100%;
  float: left;
  border-radius: 7px;
  height: 565px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #2d2d2d;
}

.city-girds {
  position: relative;
  overflow: hidden;
  /* / margin-bottom: 24px;/ */
}

.our-projects .card_slick {
  margin: 5% !important;
}

.city-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-linear-gradient(0deg,
      hsla(0, 0%, 0%, 1.89) 0%,
      rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg,
      hsl(0deg 0% 0% / 14%) 0%,
      rgba(0, 0, 0, 0) 100%);
  padding-bottom: 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* renu 4/6.24 */

.lp-listing-quantity h6 {
  font-size: 26px;
  font-weight: 500;
  text-align: start;
  margin-bottom: 20px;
  line-height: 27px;
  color: #3e3e3e;
}

.ReadMoreSec {
  position: relative;
  text-align: left;
  padding: 30px 0 30px 50px;
}

.ReadMoreSec span i {
  font-size: 20px;
}

.lp-listing-quantity p {
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 0;
  text-align: left;
  font-weight: 300;
  width: 290px;
  color: #4a4747;
  padding: 0px;
}

/* / ten Imges Css /  */
.tenImagesArea {
  padding: 50px 0;
  background-color: #00000005;
}

.tenImagesArea .tenParagraph {
  position: relative;
  padding: 150px 0;
}

.tenParagraph {
  display: flex;
  flex-direction: column;
  height: 513px;
  justify-content: center;
  width: 100%;
}

/* renu 4/6/24 */
.tenParagraph h4 {
  font-size: 31px;
  font-weight: 500;
  line-height: 36px;
  width: 432px;
  color: #2d2d2d;
}

/* renu 4/6/24 */
.tenParagraph p {
  font-size: 19px;
  width: 519px;
  color: #4a4747;
  font-weight: 300;
  margin-top: 10px;
  line-height: 23px;
}

/* renu 4/6/24 */
.tenParagraph .viewAllInt {
  position: relative;
  font-size: 16px;
  line-height: 21px;
  color: #a139b2;
  transition: all 0.3s ease-out;
}

.viewAllInt .right-arrow-hover {
  opacity: 0;
  position: absolute;
  bottom: -2px;
  transform: translateX(50%);
}

.viewAllInt:hover .right-arrow-hover {
  opacity: 1;
  transform: translateX(50%);
  font-size: 16px;
}

/* / end ten image4s / */

/* imgsec product page */
.imgsec {
  width: 1200px;
  margin: auto;
  /* margin-top: 70px; */
}

.faqask {
  margin-bottom: 80px;
}

/* Accordion */
.accordion-button {
  opacity: 0.6;
  font-size: 31px;
}

.accordion-button:not(.collapsed) {
  opacity: 1;
}

/* Additional styles for the accordion content */
.accordion-collapse.collapse.show {
  opacity: 1;
}

.vermain {
  margin: auto;
  margin-top: 150px;
}

/* / < !-- kuheli css start-->/ */

.em-main-section {
  display: flex;
  align-items: center;
}

.em-subdiv:hover {
  opacity: 1;
}

.em-subdiv-head {
  font-size: 26px;
  font-weight: 500;
  color: black;
  line-height: 30px;
}

.em-subdiv-para {
  padding-left: 80px;
  margin-top: 20px;
  line-height: 32px;
  font-size: 23px;
  font-weight: 400;
}

/* .hide-icon{
    display: none;
    margin-right: 20px;}
*/

/* .hide-icon img{
    max-height: 50px;
    max-width: 50px;}
*/

.em-subdiv-head:hover {
  /* / / color: #000;/ / */
}

.em-subdiv:hover {
  /* / / color: #000;/ / opacity: 1; */
}

.hide-icon-inactive img {
  display: block;
  max-height: 50px;
  max-width: 50px;
  margin-right: 20px;
}

.head-div:hover+.hide-icon-active img {
  display: block;
  max-height: 50px;
  max-width: 50px;
  margin-right: 20px;
}

.hide-icon-active img {
  /* / / display: none;/ / */
}

.head-div:hover+.hide-icon-inactive img {
  display: none !important;
}

.em-subsection-container1 {
  width: 491px;
  background-color: #d9d9d900;
  border-radius: 50px;
}

.em-subsection-container2 .em-subdiv-head {
  font-size: 31px;
  line-height: 36px;
  text-align: left;
  color: #2d2d2d;
  font-weight: 500;
  width: 541px;
  margin-bottom: 25px;
}

.em-subsection-container2 .em-subdiv-para {
  padding-left: 0;
  font-weight: 300;
  font-size: 19px;
  line-height: 23px;
  width: 491px;
  margin-bottom: 50px;
  text-align: left !important;
}

.em-subsection-static {
  width: 50%;
  float: left;
  height: 100%;
}

.em-subdiv-para {
  line-height: 32px;
  width: 428px;
  font-size: 23px;
  font-weight: 400;
}

/* <!-- kuheli css ends --> 

/ < !-- kuheli css start-->/
/* {
    font-family: "Poppins", sans-serif;}
*/

.animationSlide {
  padding: 30px 0 90px;
}

.em-main-section {
  display: flex;
  align-items: center;
}

.em-subsection img {
  width: 100%;
  border-radius: 50px;
  height: 100%;
  border-radius: 50px;
}

*/ .head-div img {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  margin-right: 30px;
  border: 1px solid #eee;
}

.hide-icon-active img {
  /*  display: none; */
}

.em-subdiv-para {
  line-height: 32px;
  width: 491px;
  font-size: 23px;
  font-weight: 400;
}

/* <!-- kuheli css ends --> 

/*box Text */
.Popular-Locations .borderBox {
  border: 1px solid #a1a1a1;
  border-radius: 30px;
  padding: 15px 10px;
  text-align: center;
}

.borderBox .borderAra p {
  font-size: 16px;
  margin: 0;
  text-align: center;
}

/* Home page Css Start  */

.slick-initialized .slick-slide {
  display: block;
  /* background: #000; */
  opacity: 0.9;
}

.topSliderArea {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 773px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  opacity: 1.6;
  margin-top: 92px;
}

.banner1 {
  background-image: url(../images/Banner-Webp-Images/home-page-banner-1.webp);
}

.banner2 {
  background-image: url(../images/Banner-Webp-Images/home-page-banner-2.webp);
}

.banner3 {
  background-image: url(../images/Banner-Webp-Images/home-page-banner-3.webp);
}

.rightTextArea {
  width: 38%;
  /* text-align: right; */
}

.leftImgArea img {
  width: 100%;
  height: 100%;
  display: none !important;
}

/* slider Text */

/* .rightTextArea {
    position: relative;
    padding: 0px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;}
*/

.righTextInner {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
}

.rightTextArea h3 {
  font-size: 31px;
  font-weight: 500;
  width: 399px;
  line-height: 31px;
  margin-bottom: 15px;
}

.rightTextArea p {
  font-size: 19px;
  font-weight: 300;
  line-height: 23px;
  width: 421px;
  color: #4a4747;
}

.rightTextArea .requestBtn {
  background-color: #a139b2;
  border: 1px solid #a139b2;
  border-radius: 20px;
  padding: 6px 14px;
  width: 30%;
  text-align: center;
}

.rightTextArea .requestBtn a {
  text-decoration: none;
  color: #fff;
}

.ServiceComponent {
  padding: 30px 0 90px;
  background-color: white;
}

.serviceImages {
  position: relative;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
}

.serviceImages::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 0;
  height: 75px;
  width: 2px;
  background-color: #8b898463;
}

.serviceImages img {
  /* border-radius: 50%; */
  height: 133px;
  width: 133px;
  /* border: 1px dotted #f4cb86; */
}

.serviceImages1 img {
  /* border-radius: 50%; */
  height: 133px;
  width: 133px;
  /* border: 1px dotted #f4cb86; */
}

.serviceImages1 {
  position: relative;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
}

.ServiceComponent .allIndustries {
  position: relative;
  text-align: center;
  margin-top: 60px;
}

.allIndustries a {
  color: #2d2d2d;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.caseStudiesArea {
  padding: 30px 0 90px;
}

/* kuheli slider css */
.showHideSlider {
  padding: 30px 0 70px;
}

.k-section {
  width: 311px !important;
  height: 459px !important;
  padding: 80px 40px;
  border: 1px solid #8b898466;
  border-radius: 50px;
}

.k-section:hover {
  background-color: white;
  /* border: 1px solid #d7d7d7; */
}

.k-body-para {
  font-size: 19px;
  color: #bababa;
  margin-top: 20px;
  line-height: 23px;
  font-weight: 300;
}

.k-hyperlink {
  font-size: 19px;
  text-decoration: underline;
  color: #bababa;
  cursor: pointer;
  margin-top: 20px;
  /* transform: scale(1); */
}

.k-hyperlink:hover {
  transform: scale(1.1);
  transition: 0.5s;
  margin-left: 13px;
}

.k-section:hover {
  border: none;
}

.k-section:hover .k-body-para {
  color: #000;
}

.k-section:hover .k-hyperlink {
  color: #000;
}

.k-logo img {
  filter: grayscale(100%);
  max-height: 100px;
  max-width: 160px;
}

.k-section:hover .k-logo img {
  filter: none;
}

.k-your-class .slick-list {
  height: 500px;
}

.k-your-class .slick-slide {
  margin: 12px;
}

.k-your-class .slick-next:before {
  position: absolute;
  right: 30%;
}

.k-your-class .slick-prev:before {
  top: 50%;
  position: absolute;
  left: 0%;
}

.mt100 {
  margin-top: 100px;
}

.mt-70 {
  margin-top: 100px;
}

.height-inherit {
  height: inherit !important;
}

.mt-0 {
  margin-bottom: 0px;
}

.mb-7 {
  margin-bottom: 70px;
}

/* kuheli slide css end */
hr {
  margin: 60px auto 20px;
  color: inherit;
  opacity: 0.25;
  border: 1px dashed;
  width: 80%;
  background-color: transparent;
}

.brandImgs .c1 {
  text-align: center;
  margin: 10px;
  border-radius: 10px;
  /* height: 90px; */
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
}

.c1 img {
  width: 210px;
  border-radius: 20px;
}

/* renu 4/6/24 */
.pad-k7 {
  padding-top: 30px;
}

/* .brandImgs .c1 img:hover {
    filter: none;}
*/

.brandImgs {
  overflow: hidden;
}

.your-class .sliderbox {
  height: 475px;
}

.your-class .sliderbox .hideimg {
  height: 130px;
  width: 130px;
  border: solid 1px #baaaff;
  border-radius: 80px;
  align-self: baseline;
  border-style: dotted;
}

/* about us css start */

.fourImgSection {
  padding: 30px 0 90px;
  position: relative;
}

.fourAreaImg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 490px;
}

.fourAreaImg1 {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  height: 470px;
}

.fourAreaImg3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 420px;
}

.fourAreaImg4 {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  height: 490px;
}

.fourimgsec {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 115px;
}

.fourAreaImg img,
.fourAreaImg1 img,
.fourAreaImg3 img,
.fourAreaImg4 img {
  border-radius: 50px;
}

.counter-box-about {
  position: relative;
  text-align: center;
  padding: 0px;
  border-radius: 20px;
  margin: 1px;
}

.counter-box-about1 {
  position: relative;
  text-align: center;
  padding: 0px;
  border-radius: 20px;
  margin: 1px;
}

.counter-box-about::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -15px;
  height: 85px;
  width: 2px;
  background-color: #8b898463;
}

.counter-box-about .d__flex .number,
.counter-box-about1 .d__flex .number {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #2d2d2d;
  margin-top: 10px;
  line-height: 30px;
}

.counter-box-about p,
.counter-box-about1 p {
  font-size: 18px;
  font-size: 19px;
  color: #333;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  /* width: 177px; */
  margin-top: 25px;
}

.counter-box-about .d__flex,
.counter-box-about1 .d__flex {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.counter-box-about .d__flex i,
.counter-box-about1 .d__flex i {
  margin-left: 5px;
  color: #2d2d2d;
  font-size: 27px;
  position: relative;
  top: 10px;
}

/* about us css end */

/* button animation deep start */
.banner-button {
  display: flex;
  padding: 7px 12px;
  font-size: 14px;
  color: black;
  background-color: transparent;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
  width: 240px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border: solid 1px;
}

.banner-button svg {
  height: 30px;
  width: 30px;
}

.main-menu>ul {
  margin-left: -50px;
}

.banner-button:hover span {
  /* position: absolute; */
  /* padding-left: 39px; */
  color: white;
}

.banner-button>svg {
  height: 30px;
  width: 30px;
  animation: wobble 1s ease infinite;
  background-color: transparent;
  border-radius: 30px;
}

.banner-button:hover {
  background-color: black;
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
  transition: 0.8s;
  transition-behavior: normal;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.banner-button:hover span {
  transition: all 0.3s ease-in-out;
}

.banner-button:hover .st2 {
  fill: white;
}

@keyframes wobble {
  0% {
    transform: translate3d(0, 0, 0);
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.text_cont_color {
  color: #000000;
  font-size: 10px;
}

.text_cont_color h6 {
  font-weight: 300;
}

.text_cont_color p {
  font-size: 12px;
}

.product_list_child>ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  padding-top: 80px;
}

.product_list_child>ul>li {
  list-style: none;
  float: left;
  /* / width: 45%;/ */
}

.product_list_child>ul>li>a {
  display: block;
  color: #d2d2d2 !important;
  text-decoration: none;
  padding: 11px 35px;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 17px;
  /* / border-right: 1px solid #e3e3e3;/  */
  margin-bottom: 10px;
  white-space: normal;
  display: flex;
  align-items: center;
  height: 45px;
}

.product_list_child>ul>li>a:hover {
  color: #000 !important;
  background-color: white;
  border-radius: 25px;
  font-weight: 500;
  border: none;
}

.product_list_child>ul>li>a::after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(315deg);
  content: "";
  /* / margin-top: 10px;/ */
  float: right;
  display: none;
}

.product_list_child>ul>li:hover a::after {
  border: solid #a139b2;
  border-width: 0 2px 2px 0;
}

.active {
  color: #d52828 !important;
  background-color: #e4e4e4;
  border-radius: 25px;
}

.active1 {
  color: #a937b2;
  background-color: #ffefd6;
  border-radius: 25px;
}

.active3 {
  color: #a937b2;
  background-color: #ffefd6;
  background-color: #ffefd6;
  border-radius: 25px;
}

.active4 {
  color: #a937b2;
  background-color: #ffefd6;
  border-radius: 25px;
}

.my_tab {
  width: 100%;
  float: left;
  display: none;
  padding: 13px;
  font-size: 13px;
}

.my_tab_B {
  width: 100%;
  float: left;
  display: none;
  padding: 25px;
  font-size: 13px;
  width: 760px;
}

.my_tab_C {
  width: 100%;
  float: left;
  display: none;
  padding: 25px;
  font-size: 13px;
}

.my_tab_D {
  width: 100%;
  float: left;
  display: none;
  padding: 25px;
  font-size: 13px;
}

.my_tab_text {
  width: 100%;
  float: left;
  padding: 25px;
  font-size: 13px;
}

.active_box {
  display: block !important;
  /* background-color: #000; */
  padding: 3px;
  background-image: linear-gradient(190deg, #3A85BB, #986FC0);
}

.dropdown-Menu .sub-child {
  margin: 0px;
  padding: 25px 96px;
  background-color: white;
  height: 486px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 25px;
  width: 493px;
  border-bottom-left-radius: 50px;
}

.navbar-part {
  background-color: #fff;
  width: 100%;
  float: left;
}

.main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

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

.main-menu>ul {
  padding: 0px;
  margin: 0px;
  /* / width: 950px;/ */
}

.main-menu>ul>li {
  list-style: none;
  float: left;
  margin-right: 0px;
  position: relative;
}

/* .down-Arrow {
  border: solid #000;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  margin-top: -6px;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 5px;
  top: 18px;
  top: 18px;
} */

.main-menu>ul>li:hover {
  color: #000;
  /* background-color: #a139b2;
  border-radius: 25px; */
  border-bottom: 4px solid #f4cb86;
}

.main-menu>ul>li:hover .down-Arrow {
  border: solid #000;
  border-width: 0 1px 1px 0;
  transform: rotate(226deg);
  -webkit-transform: rotate(226deg);
  top: 21px;
}

.main-menu>ul>li:hover a {
  color: #000;
}

.main-menu>ul>li>a {
  display: block;
  color: #909090;
  padding: 6px 20px 10px 20px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  position: relative;
}

.main-menu ul li:hover .dropdown-Menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  top: 20px;
}

.main-menu ul li .dropdown-Menu {
  /* -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); */
  background: #fff;
  position: absolute;
  border: none;
  top: 55px;
  left: 0;
  min-width: 200px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 5px 5px;
  border-radius: 0px 0px 0px 0px;
}

.position-inherit {
  position: inherit !important;
}

.main-menu ul li.position-inherit .dropdown-Menu {
  padding: 0;
  max-width: 100%;
  min-width: 100%;
  margin-top: 55px;
  display: flex;
  align-items: center;
  min-height: 396px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.main-menu ul li .dropdown-Menu>li {
  list-style: none;
  float: none;
}

.main-menu ul li .dropdown-Menu>li>a {
  padding: 8px 15px;
  margin: 0;
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #000;
  text-decoration: none;
  border-top: solid 1px #f3f3f3;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main-menu ul li .dropdown-Menu>li:first-child>a {
  border-top: solid 0px #f3f3f3;
}

.main-menu ul li .dropdown-Menu>li>a:hover {
  color: #84be52;
  padding-left: 17px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main-menu ul li .dropdown-Menu>.sub-child {
  padding: 0px;
  margin: 0px;
}

.main-menu ul li .dropdown-Menu>.sub-child>li {
  list-style: none;
  float: left;
}

.main-menu ul li .dropdown-Menu>li>.sub-child {
  margin: 0px;
  padding: 25px;
  width: 100%;
  background-color: white;
}

.main-menu ul li .dropdown-Menu.row>li {
  float: left;
  list-style: none;
}

.main-menu ul li .dropdown-Menu .sub-child>li {
  list-style: none;
}

.main-menu ul li .dropdown-Menu .sub-child>li:last-child>a {
  border: none;
}

.main-menu>ul {
  margin-left: -170px;
}

.main-menu ul li .dropdown-Menu .sub-child>li>a {
  display: block;
  display: block;
  color: #ffda9c;
  padding: 10px 35px 10px 35px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  line-height: 31.62px;
  /* / margin-bottom: 10px;/ */
}

.main-menu ul li .dropdown-Menu .sub-child>li>a:hover {
  color: black;
  background-color: #e4e4e4;
  border-radius: 25px;
}

.main-menu ul li .dropdown-Menu .sub-child>li a::after {
  content: "";
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(315deg);
  content: "";
  margin-top: 12px;
  float: right;
}

.main-menu ul li .dropdown-Menu .sub-child>li:hover>a::after {
  border: solid #000;
  border-width: 0 2px 2px 0;
}

.main-menu ul li .dropdown-Menu .sub-child>li a.active::after {
  border: solid #000;
  border-width: 0 2px 2px 0;
}

.main-menu ul li .dropdown-Menu .sub-child>li a.active1::after {
  border: solid #000;
  border-width: 0 2px 2px 0;
}

.main-menu ul li .dropdown-Menu .sub-child>li a.active3::after {
  border: solid #000;
  border-width: 0 2px 2px 0;
}

.main-menu ul li .dropdown-Menu .sub-child>li a.active4::after {
  border: solid #000;
  border-width: 0 2px 2px 0;
}

.product_list_child {
  display: flex;
  /* / align-items: center;/ */
  justify-content: space-between;
  height: 486px;
  /* margin-left: 150px; */
}

.sub-child-head {
  color: #a7a7a7;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.4px;
  padding: 11px 15px 11px 35px;
  /* / margin-bottom: 20px;/ */
  text-transform: uppercase;
}

/* new menu css end*/

/* whatsApp button css start*/
.whtsapIcon li img {
  width: 40px;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 999;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.btn-whatsapp-pulse-border {
  bottom: 70px;
  left: inherit;
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* whatsApp button css end*/

/* / / search-box-css-start  */
.openBtn {
  background: transparent;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}

.openBtn:hover {
  /* / / background: #bbb; */
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 45px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type="text"] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
  border-radius: 10px 0px 0px 10px;
}

.overlay input[type="text"]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #a139b2;
  font-size: 17px;
  border: none;
  cursor: pointer;
  border-radius: 0px 10px 10px 0px;
}

.overlay button:hover {
  background: #ffefd6;
}

.fa-search-color {
  color: #fff;
}

.overlay button:hover .fa-search-color {
  color: #000;
}

.logo-text {
  color: #a8a8a8;
  padding: 12px;
  /* / border-left: 1px solid #efefef;/ */
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 14px;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
}

/* / / search-box-css-end  */
/* / / css-start-for-language-selection / */
.dropdown button {
  background-color: transparent;
  min-width: 130px;
  width: max-content;
  /* height: 40px; */
  border-radius: 5px;
  color: #000;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  justify-content: space-evenly;
}

.dropdown button img {
  margin: 0 5px 0 0;
}

.dropdown button img,
.dropdown-content li img {
  width: 28px;
}

.dropdown button,
.dropdown-content li {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Sans Arabic", sans-serif;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
}

.arrow-down {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
  margin: 0 0 0 5px;
}

.dropdown button:hover {
  cursor: pointer;
  background-color: transparent;
}

/* Style for the dropdown content */

.dropdown-content {
  display: none;
  position: absolute;
  margin: 1px 0 0 0;
  padding: 0;
  background-color: #f5f5f5;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
  overflow-y: scroll;
  max-height: 315px;
}

/* Style for the dropdown content items  */

.dropdown-content li {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  justify-content: end;
}

.dropdown-content li img {
  margin: 0 20px 0px 20px;
}

/* Style for the dropdown content items on hover  */

.dropdown-content li:hover {
  background-color: #f1f1f1;
  cursor: pointer;
  color: white;
  border-radius: 5px;
}

.dropdown:focus-within .dropdown-content {
  display: block;
}

/* Animate the dropdown content  */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dropdown-content {
  animation: slideIn 0.3s ease-out;
}

/* Scrollbar styles  */

::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #c2c9d2;
}

/* css-end-for-language-selection */


.mega-menu-head {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #2d2d2d;
  margin-top: 10px;
  width: 225px;
}

.mega-menu-para {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #2d2d2d;
  margin-top: 10px;
}

.mega-menu-main-head {
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  color: #a7a7a7;
}

/* new-css-k  */

.pad-80 {
  padding-top: 15px !important;
}

.box {
  padding: 4.5em 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.bg-1 .button {
  color: #000;
  /* border-color: #37474f;*/
}

.button:focus {
  outline: none;
}

.button>span {
  vertical-align: middle;
}

.button--moema {
  border-radius: 50px;
  background: #ffefd6;
  color: #000;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  padding: 6px 20px;
  border: none;
}

.button--moema.button--inverted {
  background: #eceff1;
  color: #37474f;
}

.button--moema:hover {
  -webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
  transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
  color: #fff;
  /* background-color: #ffefd6; */
  -webkit-animation: anim-moema-1 0.3s forwards;
  animation: anim-moema-1 0.3s forwards;
}

.button--moema.button--inverted:hover {
  color: #eceff1;
  background-color: #7986cb;
}

.button--moema:hover::before {
  -webkit-animation: anim-moema-2 0.3s 0.3s forwards;
  animation: anim-moema-2 0.3s 0.3s forwards;
}

@-webkit-keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }

  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
}

@-webkit-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.button--text-thick {
  font-weight: 400;
}

.button--text-upper {
  /* /letter-spacing: 2px;  */
  text-transform: uppercase;
}

.button--size-s {
  font-size: 14px;
}

/* new testimonial */

.imgContentz {
  background: transparent;
  margin: 0 33px;
  /* / padding: 33px;/  */
  border-radius: 90px;
  width: 508px !important;
  display: flex !important;
  height: 250px !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between !important;
}

.imgContentz h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 27px;
  width: 300px;
  color: #3e3e3e;
  padding: 20px 0 7px;
  margin-top: 25px;
}

.imgContentz p {
  font-size: 19px;
  font-weight: 300;
  line-height: 23px;
  width: 345px;
  color: #4a4747;
}

.imgContentz>img {
  /* / background-color: #ffefd6;/  */
  border-radius: 60px;
  width: 125px;
  height: 125px;
  object-fit: cover;
  border-radius: 150px;
  /* border: solid 2px; */
}

.ratingz {
  /* / background-color: #ffefd6;/  */
  border-radius: 60px;
  width: 125px !important;
  height: 25px !important;
  object-fit: cover;
}

.testr {
  height: 176px;
  width: 348px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
}

.testr p {
  font-size: 19px;
  font-weight: 400;
  color: #4a4747;
  line-height: 23px;
  margin-top: 20px;
  padding: 0;
}

.testr h4 {
  font-size: 26px;
  font-weight: 500;
  color: #3e3e3e;
  line-height: 26px;
  margin: 0;
  padding: 0;
}

.testr span {
  font-size: 16px;
  font-weight: 300;
  color: #b2b2b2;
  line-height: 18px;
  margin-top: 7px;
}

.xyzSliderz {
  width: 1150px;
  margin: auto;
  padding: 50px 0px;
}

/* .xyzSliderz .slick-track {
  width: 3999px !important;}
*/

.imgContentz:nth-child(6) {
  margin-right: 0px;
}

/* new testimonial end*/
.lockedScreen {
  padding: 0 50px;
  width: 1108px;
  margin: auto;
  margin-top: 70px;
}

/* 12june kuheli */

.scrollbar-container {
  position: absolute;
  /* / top: 150px; / */
  bottom: 0;
  right: 50%;
  height: 1295px;
  width: 10px;
  border-radius: 50px;
  background-color: #ffefd6;
  z-index: 0;
  overflow: hidden;
}

.scrollbar-thumb {
  width: 100%;
  position: relative !important;
  background-color: #f4cb86;
  cursor: pointer;
  height: 25vh;
  border-radius: 50px;
}

.em_hide {
  display: none;
  /* padding-left: 80px; */
  margin-top: 20px;
  line-height: 32px;
  width: 428px;
  font-size: 23px;
  font-weight: 400;
  /* position: absolute; */
  /* opacity: 0; */
  transition: 0.3s;
  height: 100%;
}

.head-div:hover+.em_hide {
  display: block;
  /* / / color: #2D2D2D;/ / */
  /* opacity: 1 !important; */
  height: 70px !important;
}

.em-subdiv:hover+.em_hide {
  display: block;
  /* / / color: #2D2D2D;/ / */
  /* opacity: 1 !important; */
  height: 70px !important;
}

.em_hide {
  display: none;
  /* padding-left: 80px; */
  margin-top: 15px;
  line-height: 23px;
  width: 470px;
  font-size: 19px;
  font-weight: 400;
  color: #4a4747;
}

.head-div:hover .em_hide {
  display: block;
}

/* 12june kuheli css end*/

.btn.btn-primary {
  /* background: #e3324a -webkit-gradient(linear, left top, right top, from(#fd3752),
            to(#fd3752)); */
  /* background: #ffffff linear-gradient(90deg, #ffffff, #ffffff); */
  /* border-color: #ffffff; */
  background-position: 50%;
  -webkit-transition: background 3s;
  transition: background 3s;
}

.why-choose {
  width: 100%;
  padding: 30px 0px 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

/* Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do */

.sliderAreas {
  background-color: white;
  display: flow-root;
  width: 100%;
  padding-bottom: 70px;
}

.sliderAreas .abc {
  width: 100%;
  /* float: right; */
  margin-top: 20px;
  margin: auto;
}

.xyzSlider .slick-dots {
  position: absolute;
  bottom: -83px !important;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.locked {
  width: 1170px !important;
  margin: auto;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.xyzSlider .imgContents {
  position: relative;
  border: 1px solid #ffefd6;
  margin: 0 20px;
  background-color: #ffefd6;
  padding: 33px;
  border-radius: 90px;
  height: 520px;
  width: 370px;
}

.xyzSlider .imgContents h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 27px;
  width: 300px;
  color: #3e3e3e;
  padding: 20px 0 7px;
  margin-top: 25px;
}

.xyzSlider .imgContents p {
  font-size: 19px;
  font-weight: 300;
  line-height: 23px;
  width: 331px;
  color: #4a4747;
}

.xyzSlider .imgContents img {
  background-color: #ffefd6;
  border-radius: 60px;
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.xyzSlider .imgContents:nth-child(6) {
  margin-right: 0px;
}

.why-choose .inner-box {
  position: relative;
  padding: 15px 40px;
  text-align: center;
  border: 1px solid #dbdbdb;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  height: 275px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.inner-box .icon-box {
  max-width: 90px;
  margin: auto;
  background-color: #a139b2;
  border-radius: 50px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box img {
  width: 75px;
  height: 75px;
  padding: 5px;
}

.planning-shift {
  width: 100%;
  padding: 100px 0px 70px;
  /* background-image: url(../images/contact-img.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.planninPara {
  position: relative;
  margin: 220px 0 !important;
}

.city-thumb {
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
  height: 565px;
}

.sliderBottomArea {
  /* background-image: url(../images/Background-Imagee.svg); */
  width: 100%;
  background-repeat: no-repeat;
  background-position: center left;
  height: auto;
  background-size: cover;
  padding: 30px 0 10px;
  float: left;
}

.success-story-sec {
  background-image: url("../../../admin/front_asset/images/success-story-background01.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.sliderBottomAreass {
  /* background-image: url(../images/Background-Imagee.svg); */
  width: 100%;
  background-repeat: no-repeat;
  background-position: center left;
  height: auto;
  background-size: cover;
  padding: 30px 0 50px;
}



.clients_brands .c1 {
  text-align: center;
  margin: 10px;
  border-radius: 10px;
  height: 90px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.clients_brands .c1 img {
  width: 195px;
  margin: auto;
  /* height: 100%; */
  /* object-fit: cover; */
  filter: grayscale(100%);
}

.clients_brands .c1 img:hover {
  filter: none;
}

.countersec {
  width: 100%;
  float: left;
}

.happy_clients {
  width: 100%;
  float: left;
  padding: 60px 0px 60px;
  position: relative;
  /* background-image: url(../images/bg-block-circle.svg);
background-repeat: no-repeat;
background-size: cover;
position: relative;
background-attachment: fixed;
*/
  background-color: #181818;
}

.happy_clients::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: url(../images/bg-block-circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.5;
}

.carousel__inner {
  padding-left: 25px;
  width: 98%;
}

.carousel__inner h4 {
  color: #fff;
}

.carousel__inner .testimonial_subtitle {
  color: #dadada;
  margin-bottom: 0px;
}

.you_tube {
  width: 97%;
  overflow: hidden;
  position: relative;
  border: solid 5px #fff;
  border-radius: 10px;
  float: right;
}

.you_tube video {
  width: 100% !important;
}

.am-Interested {
  margin-top: 10px;
}

.Designs_videos {
  width: 100%;
  float: left;
  padding: 70px 0px 70px;
  background-image: url(../images/Designs_videos-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.Designs_videos .designs__video .slick-slide img {
  height: 188px;
  object-fit: cover;
}

/* navbar end */

.rightArea {
  position: relative;
  width: 1300px;
  margin: auto;
  /* padding: 0px 110px 0 0; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: end;
  /* height: 743px; */
  /* margin-top: 145px; */
}

/* renu 4/6/24 */
.rightsec {
  width: 50%;
  /* border: solid; */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* renu 4/6/24 */
.rightArea h1 {
  font-size: 31px;
  color: #2d2d2d;
  width: 100%;
  line-height: 36px;
  font-weight: 500;
}

.caption {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border: solid 1px #d9c9c9;
  border-radius: 0 0 20px 20px;
  border-width: 0 1px 1px 1px;
}

.gallerPart-page {
  background-color: transparent;
  padding: 30px 0 50px;
  width: 100%;
}

.galler-tab {
  width: 100%;
  /* float: left; */
}

.dt-sc-sorting-container {
  text-align: center;
  display: flex;
  max-width: 1100px;
  /* min-width: 400px; */
  align-items: center;
  /* justify-content: center; */
  margin: 0 auto;
  margin-bottom: 60px;
  column-gap: 35px;
  overflow: auto;
  overflow-x: scroll;
  padding-bottom: 20px;
}

.faq-banner {
  width: 100%;
  float: left;
  background-color: #a139b2;
  text-align: center;
  background-image: url(../images/faq.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

/* renu 4/6/24 */
.a-text-head h2 {
  color: #3e3e3e;
  text-align: left;
  font-size: 26px;
  font-weight: 500;
  line-height: 27px;
  width: 354px;
}

/* renu 4/6/24 */
.a-text-head p {
  font-size: 19px;
  line-height: 23px;
  font-weight: 300;
  width: 396px;
  margin-bottom: 30px;
  text-align: left;
  margin-top: 20px;
  color: #4a4747;
}

.a-text-head .headParaLeft {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 0;
  margin-top: -20px;
}

.a-text-head .headParaLeft li {
  list-style-type: none;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 25px;
  /* margin-bottom: 20px; */
}

.headParaLeft li .leftIcons i {
  font-size: 70px;
  color: #baaaff;
}

.blog-banner {
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
  /* background-image: url(../images/blog.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 123px;
  padding-bottom: 123px;
  background-position: center;
}

.contact-banner h1 {
  position: relative;
  z-index: 1;
  color: #fff;
  text-shadow: 2px 2px 2px #575757;
}

.brdcrmb-link {
  position: relative;
  z-index: 9;
}

/* renu 4/6/24 */
.papasectionz {
  width: 100%;
  padding: 40px 0 80px;
  background-color: white;
}

/* < !-- slider css --> */
.slidersec {
  /* padding: 0 50px; */
  /* width: 1110px; */
  margin: auto;
  margin-top: 70px;
}

.sliderbox .slick-slide .slick-cloned .sliderbox {
  width: 300px !important;
}

.sliderbox {
  height: 420px;
  width: 505px !important;
  display: flex !important;
  justify-content: center;
  flex-direction: column !important;
  align-items: left;
  border-radius: 50px;
  padding: 20px 70px;
  background-color: transparent;
}

/* renu mam new css */

.rightareainnners {
  /* / display: flex;/  */

  width: 100%;
  height: 270px;
  color: #bababa;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: space-around;
}

.city-thumb {
  float: left;
  overflow: hidden;
  /* border-radius: 8px; */
  /* width: 530px; */
  height: 565px;
}

.rightAreaImages {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 25px;
  justify-content: end;
  overflow: hidden;
  margin-top: 80px;
}

.rightAreaImages .rightAreass {
  width: 40%;
}

.rightAreass img {
  width: 238px;
  border-radius: 90px;
  height: 87px;
  transition: transform 0.5s;
  border: 1px solid #eee;
}

.rightAreass img:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* / < !-- kuheli css start-->/ */

.em-section2 {
  width: 100%;
  padding: 70px 0 70px;
}

.em-section2 .em-subsection1 {
  position: relative;
  width: 50%;
  height: 100%;
}

.em-subsection2 {
  width: 50%;
  height: 480px;
}

.em-subsection-container2 {
  position: absolute;
  top: 155px;
  height: inherit;
}

.em-subdiv-head {
  font-size: 26px;
  font-weight: 500;
  color: #9e9d9a;
  width: 478px;
  line-height: 27px;
  padding-right: 15px;
  margin-top: 40px;
}

*/ .head-div img {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  margin-right: 30px;
  border: 1px solid #eee;
  margin-top: 40px;
}

/* Home page Css Start  */

.banner-Area {
  padding-top: 0px;
  padding-bottom: 0px;
  /* background-color: #fff; */
}

.boxBanner {
  position: relative;
  /* top: 85px; */
  left: 0;
}

.topSliderArea {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 773px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  margin-top: 92px;
}

.serviceImages h4 {
  font-size: 22px;
  margin: 20px 0;
  font-weight: 400;
  line-height: 24px;
}

.serviceImages1 h4 {
  font-size: 22px;
  margin: 20px 0;
  font-weight: 400;
  line-height: 24px;
}

.brandImgs .c1 {
  text-align: center;
  margin: 10px;
  border-radius: 10px;
  /* height: 90px; */
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* about us animation deep*/

.tabbtn {
  width: 30px;
  height: 30px;
  border: solid 2px #f4cb86;
  color: #f4cb86;
  background: #f4cb86;
  border-radius: 50px;
}

.giantsec {
  display: flex;
  width: 95%;
  margin: auto;
  align-items: end;
}

.giantsec a {
  text-decoration: none;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  height: 70px;
  width: 228px;
  color: #3e3e33;
  opacity: 0.5;
}

.giantsec a.active {
  opacity: 1;
  background-color: #ffefd600;
}

.tablink {}

.slider_date_set {
  width: 100%;
  float: left;
}

.sliderBottomArea {
  width: 100%;
  float: left;
}

.tabConSection {
  padding: 30px 0 90px;
  background-color: white;
  width: 100% !important;
  /* float: left !important; */
}

.countersec {
  width: 100% !important;
  float: left !important;
}

/* .mainsectab {
  width: 1050px;
  margin: auto;
  margin-top: 100px;}
*/

.tabbod {
  width: 194px;
  border: dotted #f4cb86;
  height: 12px;
  border-width: 2px 0px 0px 0px;
}

.tabcontainer {
  /* width: 920px; */
  display: flex;
  justify-content: space-between;
  /* / border: solid;/ */
  flex-direction: row;
  align-self: center;
  margin: auto;
  margin-top: 120px;
}

/* .tabconimg {
    width: 445px;
    height: 360px;
    border-radius: 50px;
    background-color: #d9d9d9;}
*/

.tabconimg img {
  border-radius: 50px;
}

textarea.form-control {
  min-height: calc(2.8rem + 2px) !important;
}

.form-floating>.form-control,
.form-floating>.form-select {
  line-height: 2.25;
}

.rightsec {
  overflow: hidden;
  border-radius: 40px;
}

.imgban {
  height: 80% !important;
}

.tabcontext {
  width: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  row-gap: 15px;
}

.tabcontext p {
  font-size: 19px;
  font-weight: 300;
  line-height: 23px;
  /* width: 366px; */
  margin-bottom: 0;
  color: #4a4747;
}



/* about us animation end */
.mapImgArea {
  padding: 30px 0 90px;
}

.mapImgArea .mapImg {
  width: 888px;
  margin: 0 auto;
  margin-top: 30px;
}

.threeSection {
  padding: 30px 0 70px;
  background-color: white;
}

.threeBoxArea,
.threeBoxArea1 {
  position: relative;
  padding: 10px;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 30px;
  margin-left: 45px;
}

.threeBoxArea h4,
.threeBoxArea1 h4 {
  font-size: 26px;
  margin: 30px 0 15px;
  font-weight: 500;
  line-height: 27px;
  color: #3e3e3e;
  text-align: left;
  width: 251px;
}

.threeBoxArea p,
.threeBoxArea1 p {
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 0;
  text-align: left;
  font-weight: 300;
  width: 310px;
  color: #4a4747;
  padding: 0px;
}

.threeBoxArea img,
.threeBoxArea1 img {
  height: 82px;
  width: 88px;
}

.threeBoxArea::after {
  content: "";
  position: absolute;
  bottom: 87px;
  right: -5px;
  height: 108px;
  width: 2px;
  background-color: #f4cb86;
}

.slideSection {
  padding: 30px 0 50px;
}

/* button animation deep start */
.banner-button {
  display: flex;
  padding: 7px 12px;
  font-size: 14px;
  color: black;
  background-color: transparent;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
  width: 240px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border: solid 1px;
}

.product_list_child>ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  width: 50%;
}

.my_tab_B {
  width: 100%;
  float: left;
  display: none;
  padding: 3px;
  font-size: 13px;
  /* width: 760px; */
}

.product_list_child {
  display: flex;
  /* / align-items: center;/ */
  /* justify-content: space-between; */
  height: 486px;
  /* margin-left: 150px; */
}

.testr {
  height: 215px;
  width: 348px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
}

.imgContentz:nth-child(6) {
  margin-right: 0px;
}

/* 12june kuheli css end*/

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 5px;
  position: relative;
  user-select: none;
  bottom: 30px;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked~.menu {
  max-height: 240px;
}

.header .menu-btn:checked~.menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.header ul {
  margin: 0;
  /* padding: 0; */
  list-style: none;
  overflow: hidden;
  /* background-color: #fff; */
}

.header li a {
  display: block;
  color: #7a7a7a !important;
  padding: 6px 20px 10px 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.header li a:hover,
.header .menu-btn:hover {
  color: #000;
  border-bottom: 4px solid #f4cb86;
}

.header li a:hover .down-Arrow {
  transform: rotate(226deg);
  top: 30px;
}

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.header {
  box-shadow: none;
}

.main-menu ul li .dropdown-Menu .sub-child>li>a:hover {
  border: none;
}

/* tab Area Start */

.oops-main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 70px);
  text-align: center;
}

/* navbar end */
/* renu 4/6/24 */
.banner-section {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center left;
  height: 773px;
  background-size: cover;
  margin-top: 0px;
  background: #f7f7f7;
}

.counter-box .d__flex i {
  color: #a139b2;
  margin-left: 5px;
  font-size: 27px;
  position: relative;
}

.bannera {
  background-image: url(../images/about-us/about-us-banner.jpg);
}

.bannerc {
  background-image: url(../images/New-Banner.jpg);
}

.form-keep-in .form-floating>.form-control {
  padding: 0rem 1.75rem;
  padding-top: 1.1rem;
  padding-bottom: 0.625rem;
}

.banner1 {
  background-image: url(../images/Home-Page-01.jpg);
}

.banner2 {
  background-image: url(../images/Hero-Section-Texture.webp);
  /* background-color: #f7f7f7; */
}

.banner-button {
  display: flex;
  padding: 7px 12px;
  font-size: 14px;
  color: black;
  background-color: transparent;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
  width: 240px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border: solid 1px;
}

/* .sub-title h2 {
  font-size: 31px;
  line-height: 36px;
  text-align: center;
  color: #2d2d2d;
  font-weight: 500;
  width: 841px;
  margin: auto;
  margin-bottom: 25px;
  font-family: "Poppins";
} */

.clients {
  width: 100%;
  background-color: white;
  padding: 12px 0px;
  margin-top: 50px;
  /* float: left; */
}

.clients_brands .c1 {
  text-align: center;
  margin: 10px;
  border-radius: 0px;
  height: 90px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.clients_brands .c1 img {
  width: 100%;
  margin: auto;
  /* height: 100%; */
  /* object-fit: cover; */
  filter: none;
}

.logo img {
  max-width: 190px;
}

*/ .header {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1;
  padding: 5px 0px 0;
  transition: 0.3s;
  background-color: #fff;
  background-image: none;
}

.headerArea .bottomHeder {
  position: fixed;
  background-color: #1468b5;
  padding: 12px 10px;
  height: 44px;
  width: 220px;
  align-items: center;
  text-align: center;
  transform: rotate(90deg);
  margin-top: 320px;
  left: -88px;
  z-index: 8;
}
.headerArea-pro .bottomHeder {
  position: fixed;
  background-color: #1468b5;
  padding: 12px 10px;
  height: 44px;
  width: 220px;
  align-items: center;
  text-align: center;
  transform: rotate(90deg);
  margin-top: 320px;
  left: -88px;
  z-index: 8;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  transform: scale(1) translateY(0.0rem) translateX(0.15rem);
  opacity: 9;
}

/* navbar end */

.rightArea {
  position: relative;
  width: 100%;
  margin: auto;
  /* padding: 0px 110px 0 0; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  overflow: hidden;
  /* padding-top: 145px; */
}

/* renu 4/6/24 */
.rightsec {
  width: 70%;
  /* border: solid; */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 50px;
}

/* renu 4/6/24 */
.rightareainnner {
  display: flex;
  width: 700px;
  text-align: center;
  height: 240px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: ease-in-out 0.5s;
}

.rightArea h1 {
  font-size: 31px;
  color: #2d2d2d;
  width: 100%;
  line-height: 36px;
  font-weight: 600;
}

.footerContent .f-link {
  position: relative;
  /* height: 178px; */
}

.f-address p {
  width: 80%;
  margin-left: 10px;
  opacity: 0.6;
  font-size: 15px;
}

.testimonial {
  /* min-height: 375px; */
  position: relative;
  background-image: none;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
  background-size: cover;
}

.counter-box {
  position: relative;
  text-align: center;
  background-color: transparent;
  border: 1px none #ffefd6;
  padding: 20px;
  border-radius: 20px;
  margin: 15px;
}

.counter-box .d__flex .number {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #a139b2;
  margin-top: 14px;
  line-height: 30px;
}

.counter-box p {
  font-size: 17px;
  color: white;
  margin-bottom: 5px;
  font-weight: 400;
  text-align: center;
  /* width: 177px; */
  margin-top: 0px;
}

.counter-box .d__flex {
  display: flex;
  justify-content: center;
  margin-top: 0px;
}

.counter-box .d__flex i {
  color: white;
  margin-left: 5px;
  font-size: 23px;
  position: relative;
  top: 16px;
}

.f-link h5 {
  margin-bottom: 10px;
  font-size: 18px;
}

.keep-in-left-col-6 {
  width: 100%;
  float: left;
  color: white;
  padding: 40px 50px;
  position: relative;
  height: 100%;
  border-right: solid 1px #ddd;
  /* background-image: url(../images/contact-building.png); */
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  border-bottom-left-radius: 30px;
}

.keep-in-left-col-6 p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  margin-top: 0px;
  position: relative;
}

.keep-in-right-col-6 {
  width: 100%;
  float: left;
  padding: 40px 50px 40px 30px;
  color: #000;
}

.keep-in-right-col-6 p.keep-in-pxt {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  margin-top: 0px;
  position: relative;
}

.keep-in-right-col-6 p.keep-in-pxt::after {
  content: "";
  position: absolute;
  left: 0px;
  width: 15%;
  background-color: #a139b2;
  top: 55px;
  height: 2px;
}

.keep-in-right-col-6 .keep-in-pxt2 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  margin-top: 38px;
}

.blog-main {
  width: 100%;
  float: left;
  padding: 15px 0px 40px;
  margin-top: 180px;
}

.blog-picture {
  width: 100%;
  float: left;
  height: 550px;
  border-radius: 20px;
  overflow: hidden;
}

.blog-picture img {
  max-width: 100%;
  height: 88%;
  object-fit: fill;
  width: 100%;
  transition: all 0.3s;
}

.contact-icons {
  position: absolute;
  top: 14px;
  /* z-index: 1; */
}

.form-keep-in .form-floating>.form-control {
  padding: 0rem 1.75rem;
  padding-top: 1.1rem;
  padding-bottom: 0.625rem;
  background: transparent;
}

/* < !-- slider css --> */
.slidersec {
  /* padding: 0 50px; */
  /* width: 1200px !important; */
  margin: auto;
  margin-top: 70px;
}

.sectionslid .slick-slide {
  margin: 0px;
  text-decoration: none;
  width: 505px;
}

.slihead {
  font-size: 23px;
  line-height: 23px;
  font-weight: 500;
  color: #3e3e3e;
}

.sectionslid button.slick-next.slick-arrow,
.sectionslid .slick-prev.slick-arrow {
  margin-top: 20px;
}

/* .sectionslid .slick-list {
  height: 350px;}
*/

.whysec {
  row-gap: 30px;
  margin-top: 100px;
}

/* renu mam new css */

.rightareainnners {
  /* / display: flex;/  */
  width: 100%;
  height: 270px;
  color: #bababa;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

/* Accordion */
.accordion-button {
  opacity: 1;
  font-size: 31px;
}

.em-section {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 70px 0;
  /* align-items: center; */
}

.em-subsection {
  width: 500px;
  height: 100%;
}

.em-subdiv {
  border-bottom: none;
  padding: 0px 20px;
  color: #9e9d9a;
  justify-content: start;
  margin: 40px;
}

.em_hide {
  /* display: none; */
  /* padding-left: 80px; */
  margin-top: 0px !important;
  line-height: 18px !important;
  width: 100%;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #4a4747;
}

.head-div {
  /* display: flex; */
  /* width: 660px; */
  align-items: center;
  column-gap: 20px;
}

.head-div .em-subdiv-head:hover {
  color: #3e3e3e;
}

.head-div img {
  height: 50px;
  width: 70px;
  border-radius: 50px;
  margin-right: 20px;
  border: 1px solid #eee;
}

.em-subsection-container {
  width: 491px;
  height: 600px;
  background-color: #d9d9d9;
  border-radius: 50px;
}

/* .em-subdiv:last-child {
  border: none;
} */

.topSliderArea {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  margin-top: 20px;
}

.k-section {
  width: 311px !important;
  height: 459px !important;
  padding: 80px 40px;
  border: 1px solid #8b898466;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.k-body-para {
  font-size: 17px;
  color: #bababa;
  margin-top: 20px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  /* width: 283px; */
}

.k-hyperlink {
  font-size: 17px;
  text-decoration: underline;
  color: #bababa;
  cursor: pointer;
  margin-top: 20px;
  line-height: 21px;
  text-align: center;
  /* transform: scale(1); */
}

.k-your-class .slick-slide {
  margin: 12px;
  width: 311px !important;
  text-decoration: none;
}

.c1 img {
  border-radius: 20px;
  width: 210px;
}

.giantsec {
  display: flex;
  width: 95%;
  margin: auto;
  align-items: end;
  justify-content: space-evenly;
}

.giantsec a {
  text-decoration: none;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  height: 60px;
  width: auto;
  color: #3e3e33;
  opacity: 0.5;
  margin: 0 10px !important;
}

.giantsec a.active .tabbtn {
  /* opacity: 1;
  background-color: #ffefd600; */
  background-image: linear-gradient(90deg, #ff5656, #ff7373);
  color: white !important;
}

.tabcontainer {
  display: flex;
  justify-content: space-around;
  /* / border: solid;/ */
  flex-direction: row;
  align-self: center;
  margin: auto;

  /* box-shadow: 1.7322px -0.1339px 10.5984px rgba(0, 0, 0, 0.55); */
  margin-top: 120px;
  border-radius: 30px;

  /* width: 1100px; */
  padding: 20px 70px;
}

.tabcontainerz {
  display: flex;
  justify-content: space-around;
  /* / border: solid;/ */
  flex-direction: row;
  align-self: center;
  margin: auto;

  /* box-shadow: 1.7322px -0.1339px 10.5984px rgba(0, 0, 0, 0.55); */
  margin-top: 120px;
  border-radius: 30px;

  width: 1100px;
  padding: 20px 70px;
}

*/ .tabconimg img {
  border-radius: 50px;
  height: 80%;
}

.tabconimg {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 450px;
  height: 400px;
}

.tabconimgd {
  display: flex;
  align-items: center;
  justify-content: end;
}

.tabcontext h2 {
  font-size: 31px;
  line-height: 36px;
  font-weight: 500;
  margin: 0;
  width: fit-content;
  color: #3e3e3e;
  margin-top: 10px;
}

/* about us css end */

/* all pages banner responsive in laptop */

/*  all pages banner responsive in laptop end */

/* button animation deep start */
.banner-button {
  display: flex;
  padding: 7px 12px;
  font-size: 14px;
  color: white;
  background-color: black;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
  width: 200px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border: solid 1px;
}

.product_list_child>ul>li>a {
  display: block;
  color: white !important;
  text-decoration: none;
  padding: 11px 35px;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 17px;
  /* / border-right: 1px solid #e3e3e3;/  */
  margin-bottom: 10px;
  white-space: normal;
  display: flex;
  align-items: center;
  height: 45px;
  margin: 10px;
}

.dropdown-Menu .sub-child {
  margin: 0px;
  padding: 25px 96px;
  background-color: white;
  height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin-top: 25px;
  padding-top: 50px !important;
  width: 493px;
  border-bottom-left-radius: 50px;
}

.main-menu ul li .dropdown-Menu .sub-child>li>a {
  display: block;
  display: block;
  color: #ffda9c;
  padding: 10px 35px 10px 35px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  line-height: 31.62px;
  width: 340px;
  /* / margin-bottom: 10px;/ */
}

.button--moema {
  border-radius: 50px;
  /* background: #016DB6; */
  background-image: linear-gradient(90deg, #ff5656, #ff7373);
  color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  padding: 6px 20px;

  border: #e6e7e8 none;
  box-shadow: 1.7322px 0.8661px 2.5984px rgba(0, 0, 0, 0.55);
}

.head-div:hover+.em_hide {
  /* display: block; */
  /* / / color: #2D2D2D;/ / */
  /* opacity: 1 !important; */
  height: fit-content !important;
}

.em-subdiv:hover+.em_hide {
  /* display: block; */
  /* / / color: #2D2D2D;/ / */
  opacity: 1 !important;
  height: fit-content !important;
}

/* 12june kuheli css end*/

.mr-70 {
  margin-right: 70px;
}

.em-section .mr-70 {
  /* margin-top: 50px; */
}

.em-subsection {
  width: 500px;
  height: fit-content;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 5px;
  position: relative;
  user-select: none;
  bottom: 30px;
}

.header li a {
  display: block;
  color: #000 !important;
  padding: 6px 20px 6px 20px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.header li a:hover,
.header .menu-btn:hover {
  color: #016DB6;
  border-bottom: 2px solid #000;
}

.header li a:hover {
  color: #000 !important;
}

.header {
  box-shadow: none;
  z-index: 9;
  width: 100% !important;
  background-color: white;
}

/* contact us form css start */
.img-section {
  width: 567px;
  height: 692px;
  background-color: white;
  border-radius: 50px;
}

.input-field {
  background-color: #fafafa;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  width: 100%;
}

.label {
  font-size: 18px;
  font-weight: 500;
  line-height: 19px;
  color: #bababa;
  margin-bottom: 10px;
}

.mobile-no-sec {
  display: flex;
  column-gap: 2%;
}

.text-area-field {
  background-color: #fafafa;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  width: 100%;
  min-height: 89px;
}

.contact-us-button {
  background-color: #f4cb86;
  padding: 12px 100px;
  color: #000;
  border-radius: 20px;
  border: none;
}

.row-gap-only {
  row-gap: 20px;
  display: flex;
  flex-direction: column;
}

.contact-us-form-sec-social-link a {
  display: inline-block;
  color: #d9d9d9;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  border: solid 1px;
  font-size: 18px;
  line-height: 35px;
  margin-right: 5px;
  text-decoration: none;
}

.contact-detail-text {
  color: #2d2d2d;
  font-size: 21px;
  line-height: 26px;
  font-weight: 300;
  border-right: 1px solid #b8b8b8;
  padding: 20px;
  text-align: center;
}

.contact-details-sec {
  margin-top: 40px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 40px;
}

.contact-more {
  background-color: white;
  border-radius: 50px;
  height: 459px;
}

.contact_us_form {
  margin-bottom: 100px;
}

.contact-us-form-sec-social-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: center;
}

.img-section img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.con-sub-title h2 {
  font-size: 31px;
  line-height: 36px;
  text-align: left;
  color: #2d2d2d;
  font-weight: 500;
  /* margin: auto; */
  margin-bottom: 25px;
  font-family: "Poppins";
  width: 430px;
}

.con-sub-title p {
  font-weight: 300;
  font-size: 19px;
  font-family: "poppins";
  /* margin: auto; */
  line-height: 23px;
  /* width: 837px; */
  text-align: left;
  color: #4a4747;
}

.con-sub-title {
  margin: 0px;
}

/* contact us form css end */

/* active inactive buttons css start */
.image_off,
#home:hover .image_on {
  display: none;
}

.image_on,
#home:hover .image_off {
  display: block;
}

.dis-flx {
  display: flex;
  flex-direction: column;
}

.dis-flx-22 {
  width: 24%;
}

.dis-flx-78 {
  width: 78%;
  margin-top: 10px !important;
  font-size: 14px;
  color: #000;
}

/* active inactive buttons css end */
.tc-background {
  height: auto;
  padding: 50px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.tc-background h2 {
  font-size: 31px;
  line-height: 36px;
  color: #2d2d2d;
  font-weight: 500;
}

.tc-background p {
  font-weight: 300;
  font-size: 19px;
  font-family: "poppins";
  line-height: 23px;
  color: #4a4747;
  margin-top: -4px;
  /* margin-bottom: 5px; */
}

.tc-background img {
  max-height: 15px;
  margin-right: 10px;
}

.display-flex {
  display: flex;
}

.tc-page {
  margin-top: 50px;
}

.k-logo {
  display: flex;
  justify-content: center;
}

.breadcrumb {
  margin: 15px 0;
  font-size: 19px !important;
  line-height: 22px !important;
  color: #b134b1 !important;
  text-decoration: none !important;
  color: #b134b1 !important;
}

.breadcrumb a {
  text-decoration: none !important;
  color: #b134b1 !important;
}

.padhir {
  /* padding-left: 30px !important; */
  padding-right: 10px !important;
}

.errorzmsg p {
  color: red !important;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

/* become partner */
.rightextBecom {
  display: flex;
  width: 542px;
  height: 240px;
  flex-direction: column;
  justify-content: center;
  transition: ease-in-out 0.5s;
}

.bannerAREASSS .rightsec {
  width: 50%;
  /* border: solid; */
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
}

.rightextBecom .contact-form {
  width: 100%;
  float: left;
  background-color: #18181880;
  padding: 0px;
  color: #000;
  background-color: white;
  border-radius: 50px;
  height: 99%;
  text-align: left;
  border-radius: 10px;
}

.rightextBecom .contact-form .form-control-custome {
  display: block;
  border: none;
  background-color: #fff7f7;
  width: 100%;
  border-radius: 25px;
  padding: 10px 12px;
  color: #848484;
}

.rightextBecom .contact-form .form-control-custome::placeholder {
  color: #000;
}

.Contact-form .submitButtons {
  background-color: #f4cb86 !important;
  border-color: #ffffff;
  color: #000000;
  width: 100%;
  height: 45px;
  border-radius: 100px;
  margin-top: 10px;
}

.concode {
  width: 108px;
}

.bcol {
  color: #a139b2 !important;
}

.bcolb {
  color: #7a7a7a !important;
}

.breadcrumbz {
  margin: 40px 0;
  font-size: 19px !important;
  line-height: 22px !important;
  color: #2d2d2d !important;
  margin-left: 10px;
  margin-top: -15px;
}

.breadcrumbz a {
  text-decoration: none !important;
  color: #2d2d2d;
}

/* Css New */
.menu_fin .position-inherit {
  display: contents;
}

.header li a {
  float: left;
}

/* .header ul {
  overflow: inherit;
} */
.slider_home {
  width: 100%;
  margin-top: 110px;
  float: left;
  background-size: 100% 100%;
  padding: 69px 0px;
  background-image: url(../images/Homebgtexture.webp);
}

.slider_home .rightareainnner {
  width: 100%;
  float: left;
}

.whtsapIcon {
  list-style: none;
}

.coverflow_slide {
  width: 100%;
  float: left;
  /* padding: 69px 0px; */
  background-color: #000;
}

.tre_let {
  width: 100%;
  float: left;
}

.fotter_data_sho {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fotter_data_sho .left_fotter_se a {
  color: #fff;
  margin-right: 10px;
}

.bottom_fotter_u {
  width: 100%;
  float: left;
  text-align: center;
border-top: 1px solid #000;
  padding: 24px 0px 10px;
  margin-top: 22px;
}

.bottom_fotter_u a {
  color: #000;
}

.bottom_fotter_u {
  color: #000;
}

.header .menu-btn:checked~.menu {
  max-height: 240px;
}

/* End Css New */

/* new */
.r-sec {
  width: 920px !important;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.laphead {
  width: 1250px !important;
  display: flex;
  justify-content: center;
}




/* .navcta {
  width: 420px !important;
} */

.set_fin {
  width: 100%;
  float: left;
}


.counterexp {
  margin-bottom: 40px;
}


/* End new */

/* Resposive Css */
@media (min-width: 769px) {
  .header .menu-icon {
    display: none;
    /* bottom: 0px !important; */
  }


  .header .menu {
    clear: none;
    float: right;
    /* max-height: none; */
    display: flex;
    align-items: center;
    margin-left: 15px;
    padding: 0px !important;
  }
}

.whycontz {
  position: absolute;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  display: block;
  width: 100%;
  justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .topSliderArea {
    height: 800px !important;
  }

  .rightsec {
    width: 80%;
    margin: auto !important;
    overflow: hidden;
  }

  .tabconimg {
    width: 50% !important;
    height: 50% !important;
  }

  .get-insurance-four .container {
    padding: 10px 20px !important;
  }

  .tabcontext p {
    /* width: 256px !important; */
  }

  .tabcontainerz {
    display: block !important;
  }

  .cstextz {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: auto;
    height: 230px !important;
    padding: 2px 8px !important;
    width: 23%;
  }

  .tabcontainerz.emprocard.container {
    display: flex !important;
  }

  .rightArea {
    width: 100%;
    margin: auto;
    display: block;
    height: 100%;
    overflow: visible;
  }

  .imgban {
    height: 50% !important;
  }

  .rightsec {
    width: 100%;
    /* border: solid; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
    margin: 0px;
  }
}

@media (min-width: 820px) and (max-width: 1180px) {
  .biright h2 {
    width: 100% !important;
  }

  .tabcontext p {
    width: 100% !important;
  }

  .tabli {
    /* width: 710px !important; */
  }

  .em-subsection-container {
    width: 280px !important;
    height: 290px !important;
    margin: auto;
    margin-top: 150px;
  }
}



@media (min-width: 300px) and (max-width: 767px) {
  .whycontz {
    display: block !important;
  }

  .slider_home.mian .rightareainnner {
    height: auto;
    width: 100% !important;
    padding: 19px;
  }
}

/* End Resposive Css */
@media (min-width: 320px) and (max-width: 768px) {
  .rightArea {
    flex-direction: column !important;
  }

  .em-subdiv-head {
    font-size: 14px !important;
    line-height: 17px !important;
  }

  .head {
    font-size: 20px !important;
    line-height: 22px !important;

  }

  .whybullt:hover .bensec {

    padding: 15px !important;
  }


  .whybullt {

    width: 100% !important;

    overflow: visible !important;
  }

  .whycontz {
    position: inherit !important;
  }

  .head-div {
    height: auto !important;
  }

  .tabcontainer {
    padding: 20px 30px !important;
  }



  .logo img {
    max-width: 150px;
  }

  .section-title-three__title {
    font-size: 25px !important;
    line-height: 27px !important;
  }

  .get-insurance-four__main-tab-box .tab-buttons {
    margin-right: 0px !important;
  }

  .get-insurance-four__main-tab-box .tab-buttons .tab-btn .text-box p {
    font-size: 13px !important;
  }

  .cstext h2 {
    font-size: 25px !important;
    line-height: 25px !important;
  }

  .slidersec {
    padding: 0 0px !important;
  }

  .slick-dots li button:before {
    font-size: 10px !important;
  }

  .headerArea .bottomHeder {
    position: absolute;
    background-color: #1468b5;
    padding: 5px 10px;
    height: 30px;
    width: 180px;
    align-items: center;
    text-align: center;
    transform: rotate(90deg);
    margin-top: 320px;
    left: -75px;
    z-index: 8;
  }

    .headerArea-pro .bottomHeder {
      position: absolute;
      background-color: #1468b5;
      padding: 5px 10px;
      height: 30px;
      width: 180px;
      align-items: center;
      text-align: center;
      transform: rotate(90deg);
      margin-top: 320px;
      left: -75px;
      z-index: 8;
    }

  .slick-dots {
    margin-left: 0px !important;
  }

  .header {
    z-index: 99;
  }

  .moduz {
    width: 44% !important;
  }

  .sliderBottomArea .modrow {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }

  .tabcontext h2 {
    font-size: 25px !important;
    line-height: 32px !important;
  }

  .testimonial {
    max-width: 100% !important;
  }

  .testibox {
    width: 100% !important;
  }

  .speech-bubble {
    box-shadow: none !important;
  }

  .sub-title h2 {
    width: 100% !important;
  }

  .tabconimg2 {
    margin-bottom: 35px;
  }

  .right_search_blog .search_blog {
    width: 300px !important;
  }

  .tabconimg2 img {
    width: 100%;
  }

  .tabcontainerz {
    display: inherit !important;
    padding: 18px 9px !important;
  }

  .em-subsection-container {
    width: 100% !important;
    float: left;
  }

  .em-subdiv {
    padding: 10px 20px;
    margin: 0px !important;
  }

  .em-subsection {
    width: 100%;
    float: left;
  }

  .em-section {
    display: inherit !important;
  }

  .anchortags {
    padding: 0px 3px !important;
  }

  .anchortags a .ancin {
    font-size: 12px;
    padding: 10px 5px;
  }

  .underlineblog {
    float: left;
  }

  .tabcontext h2 {
    font-size: 26px;
    line-height: 27px;
    font-weight: 500;
    margin: 0;
    width: 354px;
    color: #3e3e3e;
  }

  .rightArea {
    width: 100% !important;
    float: left;
  }

  .rightArea h1 {
    width: 100% !important;
    float: left;
    font-size: 23px !important;
  }

  .banner-Area {
    width: 100%;
    float: left;
  }

  .navcta {
    width: 100% !important;
    float: left;
    padding: 10px 0px !important;
    align-items: center;
    justify-content: center !important;
  }

  .active_box {
    background-color: #016DB6;
  }

  .main-menu ul li .dropdown-Menu .sub-child>li>a {
    display: block;
    display: block;
    color: #ffda9c;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    line-height: 31.62px;
    width: 100%;
  }

  .dropdown-Menu .sub-child {
    margin-top: 13px !important;
    padding-top: 10px !important;
    width: 100%;
    padding: 20px;
    border-radius: 20px;

    max-height: 350px;
    overflow: auto;
  }


  .my_tab_B {
    padding: 10px;
    border-radius: 5px;
  }

  .product_list_child {
    display: inherit;
    display: inherit;
    max-height: 633px;

    padding: 8px 10px;
  }

  .product_list_child>ul>li>a {
    font-size: 14px;
    padding: inherit;
    margin: 0px !important;
  }

  .product_list_child>ul {
    padding-top: 0px !important;
    width: 100%;
  }

  .main-menu ul li .dropdown-Menu {
    background-color: #fff;
  }

  .main-menu ul li.position-inherit .dropdown-Menu {
    max-width: inherit;
    /* height: auto; */
    border-radius: 20px;
    overflow: hidden;
    display: inherit;
    min-width: 100%;

  }

  .res-scroll {
    overflow-y: auto;
    height: 255px;
    margin-top: 20px;
  }

  .header li a {
    width: 100%;
    float: left;
    padding: 10px !important;
  }

  .main-menu ul li.position-inherit .dropdown-Menu {
    max-width: inherit;
    /* height: auto; */
    border-radius: 20px;
    overflow: hidden;
    display: inherit;

  }

  .dropdown-Menu .sub-child {
    height: inherit;
  }

  .logo img {
    max-width: 150px;
  }

  .laphead {
    width: 100% !important;
    display: inherit;
  }

  .header .menu {
    /* margin: 20px; */
    width: 100%;
    float: left;
    padding: 0px;
  }

  .header .menu li {
    width: 100%;
    float: left;
  }

  .main-menu {
    display: inherit;
  }

  .r-sec {
    width: 100% !important;
    display: inherit !important;
  }

  .header {
    padding: 0px 5px 0px 5px;
    width: 100vw !important;
    z-index: 9;
  }

  .right_fotter_se {
    text-align: center;
    padding-top: 22px;
  }

  .left_fotter_se {
    text-align: center;
  }

  .fotter_data_sho {
    display: inherit;
  }

  .testimonial {
    padding-bottom: 0px !important;
  }

  .testisection {
    width: 100% !important;
  }

  .testiouter {
    width: 90% !important;
    display: inherit !important;
  }

  .Enquiry-form-top {
    padding: 20px !important;
    margin-top: 20px !important;
  }

  .countsinner {
    width: 100% !important;
    justify-content: center !important;
  }

  .tabcontext {
    width: 100% !important;
    display: inherit !important;
  }

  .tabconimg {}

  .tabcontext p {
    width: 100% !important;
    float: left;
  }

  .footerContent .f-link {

    margin-bottom: 23px;
  }

  .tabConSection {
    padding: 50px 0 0px !important;
  }

  .footer .footerContent {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: stretch;
    align-items: flex-start;
  }

  .formright {
    width: 100% !important;
    float: left;
  }

  .formleft {
    width: 100% !important;
    float: left;
    padding: 14px !important;
  }

  .sub-title p {
    width: 100% !important;
  }

  .titlebg h2 {
    width: 100% !important;
  }

  .Enquiry-form-top {
    padding: 0px !important;
  }

  .sub-title h2 {
    width: 100% !important;
  }

  .tabcontainer {
    width: 100% !important;
  }

  .giantsec {
    flex-wrap: wrap;
    overflow: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 49px;
    white-space: nowrap;
  }

  .giantsec .tabbtn {
    padding: 20px 11px !important;
    font-size: 13px;
  }

  .giantsec a {
    font-size: 12px;
  }

  .slick-next {
    right: 6px !important;
  }

  .slick-prev {
    left: 6px !important;
  }

  .slick-prev::before {
    font-size: 31px !important;
  }

  .slick-next:before {
    font-size: 31px !important;
  }

  .slider_home .rightArea {
    width: 100%;
    height: auto;
    display: inherit;
  }

  .slider_home .rightareainnner {
    width: 100%;
    float: left;
    display: inherit;
  }

  .slider_home .rightArea h1 {
    width: 100%;
    font-size: 26px !important;
    /* padding-top: 44px; */
  }

  .slider_home .rightArea p {
    width: 100%;
  }

  .menu_fin {
    display: none;
  }

  .rightareainnner {
    height: auto;
    width: 100% !important;
    padding: 19px;
  }

  .imgban {
    /* display: none !important; */
  }

  .slider_home .rightareainnner {
    width: 100%;
  }

  .imgsec {
    width: 100%;
    display: inherit;
  }

  .imgbox {
    float: left;
  }

  .rightsec {
    width: 90%;
  }

  .modu {
    width: 100% !important;
    justify-content: space-between !important;
  }

  .modu h6 {
    width: 100% !important;
  }

  .modu-content {
    width: 80%;
  }

  .modu-image {
    width: 20%;
  }

  .counter-box .d__flex i {
    top: 0px !important;
  }

  .counter-box .d__flex .number {
    margin-top: 0px !important;
  }

  .counter-box p {
    margin-bottom: 20px;
  }

  .clients_brands .c1 img {
    width: 100%;
  }

  .modrow {
    display: flex;
    justify-content: center;
    column-gap: 30px;
    flex-direction: column;
    row-gap: 20px;
  }

  .tabcontainer {
    width: fit-content;
    flex-direction: column !important;
    padding: 20px 20px;
  }

  .tabconimg {
    width: 100% !important;
    height: 100% !important;
  }

  .blogbox {
    width: 100% !important;
    flex-direction: column;
  }

  .blogimg {
    width: 100% !important;
    height: 100% !important;
    margin-left: inherit !important;
    margin-bottom: 20px !important;
  }

  .blogcon {
    width: 100% !important;
    height: 100% !important;
    margin-left: inherit !important;
    margin-right: inherit !important;
    margin-top: inherit !important;

  }

  .blogsec .slick-dots {
    bottom: 0px !important;
  }

  .blogsec {
    margin-top: 50px !important;
  }


  .testisection {
    overflow: visible !important;
    height: auto !important;
  }
}



@media (min-width: 769px) and (max-width: 1024px) {
  .testimonial-sec .slick-track {
    height: 500px !important;
  }

  .tabcontainer {
    width: 100% !important;
    gap: 4%;
  }

  .footer .footerContent {
    align-items: flex-start;
  }

  .formsec {
    display: flex;
    flex-direction: column;
  }

  .formleft {
    width: 100% !important;
  }

  .formright {
    width: 100% !important;
  }

  .speech-bubble {
    box-shadow: none !important;
  }

  .testiouter {
    flex-direction: column;
  }

  .testisection {
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
  }

  .sub-title h2 {
    width: 100% !important;
  }

  .sub-title p {
    width: 100% !important;
  }

  .blogbox {
    width: 100% !important;
    flex-direction: column;
  }

  .blogimg {
    width: 100% !important;
    height: 100% !important;
    margin-left: 0px !important;
  }

  .blogcon {
    width: 100% !important;
    height: 100% !important;
    margin-left: inherit !important;
    margin-right: 0px !important;
  }

  .giantsec {
    flex-wrap: wrap;
    overflow: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 49px;
    white-space: nowrap;
  }

  .giantsec .tabbtn {
    padding: 20px 11px !important;
    font-size: 13px;
  }

  .giantsec a {
    font-size: 12px;
  }

  .tabcontext p {
    width: 100% !important;
  }

  .tabcontext {
    width: 100% !important;
  }

  .tabcontainerz {
    padding: 20px 30px;
  }

  .tabconimg {
    width: 100% !important;

  }

  .countsinner {
    width: 100% !important;
  }

  .counter-box .d__flex {
    margin-top: 20px !important;
  }

  .counter-box .d__flex i {
    top: 0px !important;
  }

  .moduz {
    justify-content: flex-start !important;
  }

  .rightArea h1 {
    width: 100% !important;
  }

  .rightArea h1 {
    width: 100% !important;
  }

  .coverflow .modrow {
    flex-direction: column;
    row-gap: 20px;
    margin: 0px 100px;
  }

  .rightArea p {
    width: 100% !important;
  }

  .slider_home .slick-dots {
    position: inherit !important;
    margin-top: 40px;
  }

  .dropdown-Menu .sub-child {
    padding: 25px 20px !important;
    width: 100% !important
  }

  .product_list_child>ul>li>a {
    padding: 10px 10px !important;
  }

  .main-menu ul li.position-inherit .dropdown-Menu {
    margin-top: 40px !important;
  }

  .clients_brands .c1 img {
    width: 100% !important;
  }

  .modu img {
    height: 8% !important;
    width: 80px !important;
  }

  .modu {
    width: 100% !important;
    justify-content: space-between !important;
  }

  .modu-content {
    width: 80%;
  }

  .modu-image {
    width: 20%;
  }

  .slihead {
    width: 100% !important;
  }

  .caseimg img {
    width: 100% !important;
  }

  .your-classez .slick-dots {
    position: inherit !important;
    margin-top: 20px;
  }

  .r-sec {
    width: 100% !important;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
  }


  .navcta {
    width: auto !important;

  }

  .main-menu {
    flex-direction: column;
    width: 100%;
  }

  .navbar {
    width: 100%;
  }

  .logo img {
    max-width: 150px !important;
  }

  .laphead {
    justify-content: flex-start !important;
  }

  .blogs .slick-next {
    right: 0px !important;
  }

  .blogs .slick-prev {
    left: 0px !important;
  }

  .blogs .slick-next:before {
    position: absolute;
    right: 0;
  }

  .blogs .slick-prev:before {
    position: absolute;
    left: 0px;
  }

  .your-classez .slick-next {
    right: 0px !important;
  }

  .your-classez .slick-prev {
    left: 0px !important;
  }

  .your-classez .slick-next:before {
    position: absolute;
    right: 0;
  }

  .your-classez .slick-prev:before {
    position: absolute;
    left: 0px;
  }

}


/* new testimonial section start */

.testi-card {
  background-image: linear-gradient(180deg, #ffe3fc, #fff);
  box-shadow: 2px 3px 5px 2px #ddd;
  border-radius: 10px;
  padding: 100px 20px 20px 20px;
  margin: 74px 20px 20px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-sec {
  width: 100%;
  float: left;
}


.testi_image {
  position: absolute;
  top: 0px;
  width: 150px;
  height: 150px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
}

.testi_image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.testimonial-sec .slick-track {
  height: 450px;
}

.testimonial-area {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
}

.testi-name h4 {
  background-image: linear-gradient(90deg, #ff5656, #ff7373);
  font-weight: 700;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testi-designation p {
  font-size: 18px;
  font-weight: 700;
}

.testi-comment p {
  font-size: 16px;
}

.sliderBottomArea-sec {
  padding-bottom: 50px;
}

ul.rxtrafre {
  margin-top: 44px;
}

/* new testimonial section end */
@media (min-width: 320px) and (max-width: 425px) {
  .testimonial-sec .slick-track {
    height: 550px !important;
  }

  .rxtrafre {
    /* margin-top: 0px !important; */
  }
}

@media (min-width: 426px) and (max-width: 768px) {
  .modrow {

    padding: 0px 40px;
  }



}

@media (min-width: 992px) and (max-width: 1024px) {
  .coverflow .modrow {
    margin: 0px 250px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .testimonial-sec .slick-track {
    height: 550px !important;
  }

  .success-story-sec .slick-prev {
    left: 0px !important;
  }

  .success-story-sec .slick-next {
    right: 0px !important;
    width: 60px !important;
  }

  .tabcontext p {
    width: 100% !important;
  }

  .giantsec {
    overflow: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 49px;
    white-space: nowrap;
  }

  .r-sec {
    width: inherit !important;
  }

  .header {
    flex-direction: column !important;
  }

  .navcta {
    width: 100% !important;
    margin-top: 20px;
    justify-content: center;
  }

  .slider_home .slick-dots {
    position: inherit !important;
    margin-top: 40px;
  }

  .modu {
    width: 225px !important;
  }

  .modu-image {
    width: 20% !important;
  }

  .modu-content {
    width: 80% !important;
  }

  .modu h6 {
    width: 100% !important;
  }

  .formright {
    height: 100%;
  }

  .formsec {
    /* height: 665px !important; */
  }

  .dropdown-Menu .sub-child {
    padding: 25px 20px !important;
    width: 100% !important;

  }

  .product_list_child>ul>li>a {
    padding: 11px 10px !important;
    font-size: 13px !important;
  }

  .main-menu ul li.position-inherit .dropdown-Menu {
    margin-top: 50px;
  }

}

@media (min-width: 1201px) and (max-width: 1365px) {
  .slider_home .slick-dots {
    position: inherit !important;
    margin-top: 40px;
  }

  .success-story-sec .slick-prev {
    left: 0px !important;
  }

  .success-story-sec .slick-next {
    right: 0px !important;
    width: 60px !important;
  }

  .modu {
    width: 225px !important;
  }

  .modu-image {
    width: 20% !important;
  }

  .modu-content {
    width: 80% !important;
  }

  .modu h6 {
    width: 100% !important;
  }

  .formright {
    height: 100%;
  }

  .formsec {
    height: 665px !important;
  }

  .dropdown-Menu .sub-child {
    padding: 25px 20px !important;
    width: 100% !important;

  }

}

.slider_home .slick-dots {
  position: inherit;
  margin-top: 50px;
}

.form-keep-in .form-floating>label {
  top: 0px;
}

/* 
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  transform: scale(1) translateY(-0.5rem) translateX(0rem);
  opacity: 9;
} */

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  transform: scale(1) translateY(-0.5rem) translateX(0rem);
  opacity: 1;
}

.form-floating label {
  transition: all 0.2s ease-in-out;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  transform: scale(1) translateY(-0.5rem) translateX(0rem);
  opacity: 9;
}

@media (min-width:320px) and (max-width:325px) {
  .why-choose-four__points-content-box:before {
    height: 135px;

  }

  .why-choose-four__points li {
    height: 200px !important;
  }
}

@media (min-width:326px) and (max-width:339px) {
  .why-choose-four__points-content-box:before {
    height: 135px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {

  .rightArea h1,
  .rightArea p {
    font-size: 20px !important;
    line-height: 22px !important;
    text-align: center !important;
  }

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


.production_pro_header .header li a:hover,
.header .menu-btn:hover {
  color: #d52828 !important;
  border-bottom: 4px solid #d52828
}



.production_pro_header .header .menu {
  clear: both;
  /* max-height: 0; */
  transition: max-height 0.2s ease-out
}

.elite_mindz_header .header .menu {
  clear: both;
  /* max-height: 0; */
  transition: max-height 0.2s ease-out
}


.production_pro_header .header {
  box-shadow: none;
  z-index: 9
}

.elite_mindz_header .header {
  box-shadow: none;
  z-index: 9
}


.headerArea .bottomHeder p a:hover {
  color: #d48500
}

.headerArea-pro .bottomHeder p a:hover {
  color: #d48500
}


@media (min-width: 1365px) and (max-width: 2000px) {
  .modrow a {
    margin: 10px;
    height: 100px;
  }
}

@media (min-width: 1025px) and (max-width: 1364px) {
  .modrow a {
    margin: 10px;
    height: 130px;
    width: 230px;
  }
}