@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap);
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  text-decoration: none !important;
  list-style: none;
  box-sizing: border-box;
  word-wrap: break-word;
}
*,
:after,
:before {
  box-sizing: border-box;
}

:root {
  --font-color: rgb(255, 136, 0);
  --bg-color: rgb(255, 136, 0);
}

body {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  background-color: #f3f6f5;
}
a {
  color: #000;
  display: block;
  font-size: 14px;
}
a:hover {
  color: var(--font-color);
}
ul {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}
p {
  display: block;
  font-size: 14px;
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
span {
  display: inline-block;
  font-size: 14px;
}
label {
  font-size: 14px;
  font-weight: 500;
}
input {
  text-transform: none !important;
  font-size: 14px !important;
  font-weight: 400;
}
input:focus,
select:focus,
textarea:focus {
  border-color: var(--font-color) !important;
}
.btn {
  font-weight: 500;
  font-size: 14px !important;
}
.btn:focus,
.form-control:focus,
textarea:focus {
  outline: 0 !important;
  -webkit-appearance: none;
  box-shadow: none !important;
  border-color: none !important;
}
.title {
  font-size: 27px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .container {
    max-width: 1020px !important;
  }
  div#collapseExample {
    position: sticky;
    top: 3rem;
  }
}
input.error,
select.error,
textarea.error {
  outline: 0;
  border-color: red;
  border-width: 1px;
  border-style: solid;
}
input.error:valid,
select.error:valid,
textarea.error:valid {
  border-style: auto;
  border-color: inherit;
}
.error {
  font-weight: 400;
  color: red;
}
.header_section,
.nav-desktop-view,
.nav-mobile-view {
  background-color: var(--bg-color);
}
.nav-mobile-view .nav-wrap .fa-bars {
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}
.nav-wrap .btn {
  color: #000;
  font-size: 15px;
  font-weight: 600;
}
.nav-wrap .btn:hover {
  color: red;
}
.nav-wrap .login-btn {
  font-size: 15px;
  font-weight: 600;
}
.nav-mobile-view .offcanvas {
  background: #424e4e;
}
.offcanvas-header a {
  font-size: 27px;
  font-weight: 600;
  color: #fff;
}
.offcanvas-header button {
  background: 0 0;
  font-size: 22px;
  color: #fff;
  line-height: 0;
}
.nav-mobile-view .offcanvas-body a {
  display: inline-block;
}
.nav-mobile-view .offcanvas-body ul {
  padding: 0;
  margin: 0;
}
.nav-mobile-view .offcanvas-body ul li {
  height: 52px;
  display: flex;
  align-items: center;
}
.nav-mobile-view .offcanvas-body .border-bottom {
  border-color: #eee !important;
}
.nav-mobile-view .offcanvas-body li a {
  color: #eee;
}
.nav-mobile-view .offcanvas-body ul li:last-child {
  margin-top: 20px;
}
.navbar-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-list ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.navbar-list ul li a {
  padding-inline: 16px;
  color: #fff;
  text-transform: capitalize;
}
.card-body a {
  font-size: 17px;
  font-weight: 600;
}
.breadcrumbs-custom-path {
  display: inline-block;
}
h4.inner-text-title {
  color: #000;
  font-size: 17px;
  line-height: 40px;
}
.breadcrumbs-custom-path li {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  font-size: 15px;
  text-transform: capitalize;
  color: #aaa;
}
.breadcrumbs-custom-path li span.fa {
  font-size: 12px;
}
.breadcrumbs-custom-path a,
.breadcrumbs-custom-path a:active {
  color: #000;
  font-weight: 700;
}
@media (max-width: 800px) {
  .breadcrumbs-custom-path li {
    font-size: 16px;
  }
  h4.inner-text-title {
    font-size: 28px;
  }
}
@media (max-width: 568px) {
  .breadcrumbs-custom-path li {
    font-size: 15px;
  }
}
.search {
  align-items: center !important;
}
.search input {
  text-indent: 0;
}
.search input.form-control {
  line-height: inherit;
  border-radius: 50px !important;
  padding-right: 38px;
  border: none;
}
.search .input-group-text {
  position: absolute;
  right: 4px;
  padding: 5px;
  border: none;
  background: var(--bg-color);
  color: #fff;
  border-radius: 50% !important;
  z-index: 999;
}
.search i.fa.fa-search {
  font-size: 13px;
  padding: 2px;
}
@media (max-width: 768px) {
  .courier_section .card .border-end {
    border: none !important;
  }
}
@media (max-width: 568px) {
  .breadcrumbs-custom-path li {
    font-size: 15px;
  }
}
.multiselect-dropdown {
  width: 100% !important;
  padding: 0.27rem 0.75rem !important;
}
.multiselect-dropdown-list {
  height: auto !important;
}
.service_section div.logo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  padding: 5px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #424e4e;
}
.service_section div.logo img {
  border-radius: 50%;
  background-color: #fff;
}
.service_section div.text-center a {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}
.service_section p {
  font-size: 17px;
}
.footer_wrap h2.title {
  font-size: 17px;
}
.footer_wrap .footer_items a,
.footer_wrap .footer_items li {
  font-size: 15px;
  line-height: 29px;
  color: #1a73e8;
}
.footer_wrap .footer_items a {
  display: inline-block;
}
.footer_wrap .footer_items a:hover {
  color: var(--font-color);
}
.hover {
  border: 1px solid transparent;
}
.w3l_layer .filter .form-check label {
  display: block !important;
}
.w3l_layer .filter .form-check label:hover {
  color: var(--font-color);
  cursor: pointer;
}
.w3l_layer .form-check,
.w3l_layer li a {
  line-height: 29px;
}
.w3l_layer .form-check-input {
  margin-top: 6px;
}
.post_section .post_menu li a {
  font-size: 15px;
  line-height: 29px;
  display: inline-block;
}
.btn-close {
  width: 0;
  height: 0;
  position: absolute;
  top: 32px;
  right: 30px;
}
.btn-close:focus {
  box-shadow: none !important;
}
.post_section a {
  font-size: 15px;
  line-height: 29px;
  padding-inline: 12px;
}
.post_section hr,
.to_let_modal_section hr {
  margin: 2px 0;
  background-color: #aaa;
}
.nav-link.text-dark.active {
  color: var(--font-color) !important;
}
.to_let_modal_section a {
  color: #000;
  font-size: 15px;
  line-height: 32px;
}
.to_let_modal_section a:hover {
  color: var(--font-color);
}
@media (max-width: 991px) {
  .pharmacy_form_section .table::-webkit-scrollbar {
    display: none !important;
  }
  .pharmacy_form_section .table {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .pharmacy_form_section .table {
    display: block;
    overflow-x: scroll !important;
  }
}
.contact_us_section .help_content p.mb-4,
.help_section .help_content p.mb-4 {
  font-size: 16px;
}
.contact_us_section .help_contact i.fa-solid,
.help_section .help_contact i.fa-solid {
  font-size: 24px;
  color: #1a73e8;
}
.contact_us_section .help_contact p.mb-1,
.help_section .help_contact p.mb-1 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.contact_us_section .help_contact p,
.help_section .help_contact p {
  font-size: 15px;
  color: #1a73e8;
}
@media (max-width: 470px) {
  .contact_us_section .help_contact .border-end,
  .help_section .help_contact .border-end {
    border: none !important;
  }
}
@media (max-width: 424px) {
  .contact_us_section .help_contact .border-end,
  .help_section .help_contact .border-end {
    margin-bottom: 1.25rem;
  }
}
.accordion-flush .accordion-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accordion-item:not(:first-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accordion-button {
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  color: var(--font-color);
  background-color: #f3f6f5;
}
.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='rgb(255, 136, 0)'%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") !important;
}
.accordion-body {
  background-color: #f3f6f5 !important;
}
.overview,
.propertylist {
  padding: 12px 0;
  border-bottom: 1px dotted #aaa;
}
.overview div.icon,
.propertylist div.icon {
  width: 30px;
}
.overview p,
.propertylist p {
  margin: 0;
}
img {
  max-width: 100%;
  vertical-align: top;
}
.gallery {
  display: flex;
  max-width: 600px;
  position: relative;
  padding-top: 302px;
}
.gallery__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 290px;
  width: 100%;
  transition: opacity 0.3s ease-in-out;
}
.gallery__thumb {
  width: 100%;
  padding-right: 6px;
  display: block;
  cursor: pointer;
}
.gallery__item:last-child .gallery__thumb {
  padding: 0 !important;
}
.gallery__thumb img {
  width: 100%;
  height: 60px;
}
.gallery__selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.gallery__selector:checked + .gallery__img {
  opacity: 1;
}
.gallery__selector:checked ~ .gallery__thumb > img {
  box-shadow: 0 0 0 1px rgb(255, 136, 0);
}
.gallery__item {
  width: 50%;
}
@media (max-width: 400px) {
  .gallery__thumb img {
    height: 44px;
  }
}
.house_section .category_wrap h5.title {
  font-size: 25px;
  letter-spacing: 1px;
}
.house_section .category div.icon {
  width: 80px;
  height: 80px;
  background: #f2f2f2;
  border-radius: 0.25rem;
  overflow: hidden;
}
.house_section .category div.icon img {
  width: 80px;
  height: 80px;
}
.house_section .category div.category_content p {
  margin: 0;
  font-size: 17px;
}
.house_section .category div.category_content span {
  color: #aaa;
}
span.user_view {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: #eee;
  color: #000;
  padding: 4px 6px;
  font-size: 12px;
}
.img_banner {
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.img_banner img {
  width: 100%;
  height: 160px;
  border-radius: 0.25rem;
}
.form-select:focus {
  box-shadow: none !important;
  border-color: none !important;
}
.teacher_section .teacher_img img {
  width: 160px;
}
.teacher_section span.user_view {
  right: 1rem;
  top: 1rem;
  position: absolute;
}
.teacher_post_section .teacher_img img {
  width: 160px;
  box-shadow: 0 0 17px rgb(12 12 12 / 13%);
  border-radius: 50%;
}
@media (min-width: 580px) and (max-width: 767px) {
  .teacher_section .row .col-5,
  .teacher_section .row .col-7 {
    width: 100%;
  }
  .teacher_section .col-4.teacher_img {
    margin: 0 auto;
    margin-bottom: 1.25rem;
  }
  .teacher_section .col-4.teacher_img img {
    max-width: 140%;
  }
}
.land_img {
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.land_img img {
  width: 100%;
  height: 160px;
  border-radius: 0.25rem;
}
.land_section span.user_view {
  border-radius: 0;
}
.land_section a:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
del {
  text-decoration: line-through !important;
}
.shop_section img.img-fluid.rounded.mx-auto.mb-3 {
  height: 180px;
  width: 100%;
}
.text-dark.p-3 {
  position: relative;
}
.courier_section img.img-fluid {
  width: 100%;
  height: 104px;
}
select.form-select {
  font-size: 14px;
}
.hover:hover {
  box-shadow: 0 0 19px rgb(12 12 12 / 39%);
}
.hostel_banner {
  width: 100%;
  height: 180px;
}
.hostel_banner img {
  width: 100%;
  height: 180px;
}
.close.float-end {
  background: 0 0 !important;
  padding: 0 11px;
  font-size: 19px;
}
.table > thead {
  vertical-align: middle;
}
.shop_form_section .form-group {
  background-color: #eee;
  border-bottom: 1px solid #aaa;
  padding: 12px;
}
.shop_form_section .form-group label {
  margin-bottom: 0.25rem;
}
.shop_form_section .form-group input,
.shop_form_section .form-group select {
  width: 100%;
  background-color: #eee;
}
.swiper-pagination-bullet-active {
  background-color: var(--font-color) !important;
}
.privace_wrap p {
  color: #707674;
  line-height: 1.71428571;
  margin-bottom: 14px;
}
.privace_wrap ul {
  margin-left: 1.5rem;
}
.privace_wrap ul li {
  font-size: 14px;
  list-style: disc;
  margin-bottom: 14px;
  color: #707674;
}
.nid_wrap img {
  width: 100%;
  height: 180px;
}
.multi_img img {
  margin-top: 0.25rem;
  width: 100%;
  height: 160px;
}
.app-section {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 24px 24px 0 0;
	padding: 6px 0;
  background: rgb(255, 136, 0);
  /* background: linear-gradient(180deg, rgba(255, 136, 0, 1) 0%, rgba(255, 255, 255, 1) 100%); */
  z-index: 1;
}
.app-wrap a {
  color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
}
.app-wrap a i {
  font-size: 14px;
}

.bg-tomato {
  background: var(--bg-color);
  color: #fff !important;
}

/* Chrome, Safari, Edge, Opera */
.pharmacy_form_section input::-webkit-outer-spin-button,
.pharmacy_form_section input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.pharmacy_form_section input[type="number"] {
  -moz-appearance: textfield;
}

.error-box {
  margin: 0 auto;
  max-width: 480px;
  padding: 1.875rem 0;
  text-align: center;
  width: 100%;
}

.error-box h1 {
  color: var(--font-color);
  font-size: 10em;
  font-weight: 500;
}

.error-box p {
  margin-bottom: 1.875rem;
}

.error-box .btn {
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  min-width: 200px;
  padding: 10px 20px;
  background-color: var(--bg-color);
  color: #fff;
}

/* pagination */
.page-link:focus {
  box-shadow: none !important;
}
.pagination .page-item .page-link {
  line-height: inherit !important;
}
.pagination .page-item.active .page-link {
  border-color: rgb(255, 136, 0) !important;
  background: rgb(255, 136, 0) !important;
  color: #fff !important;
}
.pagination .page-item .page-link {
  color: rgb(255, 136, 0) !important;
}
/* pagination */

@media (max-width: 767px) {
  .wv3l_layer {
    width: 100%;
  }

  .wv3l_layer .content_wrap {
    width: 100%;
    overflow-x: scroll !important;
  }
  .footer_section {
    margin-bottom: 51px;
  }
}

.hide {
  display: none;
}
