@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100;200;300;400;500;600&display=swap');

@font-face {
  font-family: 'VEXA';
  src: url(../VEXA-.ttf);
}

#map {
  height: 100%;
}


/*--------Home-page--------*/
body {
  font-family: 'Vazirmatn', sans-serif;
  background-color: white;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #ffffff7c;
}

::-webkit-scrollbar-thumb {
  background-color: #adadad;
  width: 7px;
  height: 7px;
  border-radius: 10px;
}

input,
a,
button,
select,
.form-control:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

a {
  margin: 0;
  text-decoration: none;
  color: unset;
}

a:hover {
  color: unset;
}

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

section {
  overflow: hidden;
  min-height: 50vh;
  display: flex;
  margin: 3rem auto 5rem;
}

section#shadow-host-companion {
  min-height: fit-content;
  margin: 0;
}

.title {
  color: #9A2921;
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 38px;
}

main {
  margin: 3rem 0;
}



/*     What's app button    */
.whatsapp {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 9999;
}

.whatsapp i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  background: white;
  color: #9A2921;
  transition: all 0.4s;
}

.whatsapp i:hover {
  background: #9A2921;
  color: #fff;
}


/* Navigation Menu */
/* Desktop Navigation */
header {
  background-color: white;
  padding: 10px 0;
}

header .container-md {
  justify-content: flex-start;
}

.logo {
  width: 120px;
}

.nav-menu {
  margin: 0 3rem 0 0;
  padding: 0;
}

.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 40px;
}

.nav-menu a {
  display: flex;
  position: relative;
  color: black;
  transition: 0.3s;
  font-size: 20px;
  font-weight: 400;
}

.gap-10 {
  gap: 10px;
}

.nav-menu a.white-btn,
a.white-btn {
  display: flex;
  position: relative;
  color: #F3F3F3;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 500;
  background-color: white;
  color: #9A2921;
  box-shadow: 0 0 14px #00000017;
  border-radius: 11px;
  padding: 10px 27px;
}


.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #9A2921;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  visibility: visible;
  border-radius: 11px;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  border-bottom: 1px solid #E4E4E4;
  padding: 10px 2px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #9E9E9E;
  display: flex;
  flex-direction: column;
  margin: 0px 15px;
}

.mobile-nav .drop-down ul a {
  border-bottom: 1px solid #E4E4E4;
  padding: 10px 2px;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #9E9E9E;
  display: flex;
  flex-direction: column;
  margin: 0px 15px;
}

.nav-menu .drop-down ul a span,
.mobile-menu .drop-down ul a span {
  color: #6D6D6D;
}

.nav-menu .drop-down ul li:last-of-type a,
.mobile-nav .drop-down ul li:last-of-type a {
  border-bottom: none;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}


@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }
}

.sticky-navbar {
  position: fixed !important;
  top: -8px !important;
  transform: translateY(8px);
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transition: transform 1s;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  width: 100% !important;
  margin-top: 0;
  z-index: 99;
  box-shadow: 0 4px 12px #b9adad4f;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  width: 42px;
  height: 42px;
  border-radius: 7px;
  display: flex;
  padding-top: 7px;
  align-items: center;
  justify-content: center;
}

.mobile-nav-toggle i {
  color: #9A2921;
}

.mobile-nav {
  padding: 100px 10px;
  position: fixed;
  height: 100%;
  width: 35%;
  /* right: 15px; */
  bottom: 0px;
  left: 0px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 0 10px 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  font-size: 20px;
  display: block;
  position: relative;
  color: black;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
  padding: 10px 0;
  box-shadow: 0px 0px 22px rgb(127 137 161 / 20%);
  transition: ease all 0.3s;
  border-radius: 19px;
  width: 90%;
}


.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #9A2921;
}

.mobile-nav-overly {
  background-color: #00000021;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}



/* Breadcrumb   */
nav.breadcrumb {
  background-color: #FFF9F9;
}

.breadcrumb {
  margin: 10px;
}

.breadcrumb-item.active {
  color: #9A2921;
}

.breadcrumb-item+.breadcrumb-item::before {
  background-position: right center;
  float: right;
  padding-left: 0.5rem;
  color: transparent;
  content: var(--bs-breadcrumb-divider, "");
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: 8px;
}






/*    carousel  **/
.carousel {
  height: calc(92vh - 70px);
  position: relative;
}

.carousel-inner,
.carousel-item {
  height: 100%;
}

.carousel-inner .carousel-item img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.carousel-indicators {
  position: absolute;
  left: 0;
  bottom: 50px;
  right: 0;
  z-index: 999;
}

.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 10px;
  padding: 0;
  margin-left: 3px;
  margin-right: 3px;
  cursor: pointer;
  background-color: #fff;
  border: 0;
  border: none;
  opacity: unset;
  border-radius: 18px;
}

.carousel-indicators .active {
  opacity: unset;
  background-color: #9A2921;
  width: 24px;
}

.overlay {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 99;
  width: 100%;
  top: calc(36vh - 70px);
  display: flex;
  justify-content: space-between;
  height: 40vh;
}

.overlay .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.overlay .header * {
  width: fit-content;
}

.overlay .header.light-bg * {
  background-color: #f2f2f233;
}

.overlay .header h1 {
  color: #9A2921;
  padding: 0px 6px;
  font-size: 61px;
  border-radius: 13px;
  margin-bottom: 6px;
  font-family: 'VEXA';
}

.overlay .header h3 {
  color: white;
  padding: 3px 5px 3px 22px;
  border-radius: 10px;
}

.overlay .download {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 6%;
}

.overlay .download p {
  color: white;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
}

.btns {
  display: flex;
  gap: 20px;
  margin-top: 1rem;
}

.btns .btn {
  background-color: black;
  color: white;
  border: 1px solid white;
  border-radius: 6px;
  padding: 5px 7px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.btns .btn img {
  width: 23px;
  object-fit: unset;
  height: fit-content;
}

.btns .btn i {
  font-size: 23px;
}

.btns .btn div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 5px;
}

.btns .btn p {
  font-size: 17px;
}

.btns .btn span {
  font-size: 10px;
  letter-spacing: 1px;
}


.MapModal .modal-title {
  line-height: 0.5;
}

.MapModal .modal-dialog {
  max-width: 800px;
}

.MapModal .modal-body {
  padding: 0 0 1rem;
}

.MapModal .modal-header {
  padding: 1rem 1rem 0;
}

.MapModal.modal p {
  color: black;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 0rem;
}

.MapModal .d-flex {
  padding: 1rem 2rem;
  justify-content: space-between;
  align-items: center;
}

.address {
  display: flex;
  flex-direction: column;
  max-width: 60%;
}

.MapModal .primary-btn,
.MapModal a.primary-btn {
  padding: 10px 23px;
  font-size: 16px;
}





.search-warpper {
  display: flex;
  flex-direction: column;
  min-height: 22vh;
  margin-top: -54px;
  position: absolute;
  width: 100%;
}

.warpper {
  display: flex;
  flex-direction: column;
  min-height: fit-content;
  margin: 0;
}

.warpper .search {
  box-shadow: 0 4px 30px 0 #00000029;
  margin: 24px auto;
}

.search {
  background-color: #F3F3F3;
  border-radius: 42px;
  width: fit-content;
  padding: 17px 24px;
  margin: auto;
  box-shadow: 0 4px 34px 0 #00000029;
}

.search .search-categories {
  display: flex;
  gap: 20px;
  align-items: center;
}

.search .search-categories li {
  border-left: 2px solid #A5B7B8;
}

.search .search-categories li:last-of-type {
  border-left: none;
}

.search select {
  border: none;
  background-color: transparent;
  font-size: 19px;
}

.search-categories li a {
  border: none;
  height: 40px;
  padding: 0.375rem 0.25rem 0.375rem 0.75rem;
  background-color: transparent;
  font-size: 19px;
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  font-size: 19px;
  cursor: pointer;
}

.form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.primary-btn {
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 26px;
  font-size: 21px;
  background-color: #9A2921;
}

.primary-btn img {
  width: 21px;
  margin-left: 7px;
}

.add-new {
  display: flex;
  width: 65%;
  justify-content: flex-end;
  margin: auto;
  font-size: 17px;
  margin-top: 10px;
}

.add-new p {
  color: black;
}

.add-new a:not([href]):not([class]),
.add-new a:not([href]):not([class]):hover {
  color: #9A2921;
}





/*  service Section   */
.services {
  margin: 9rem auto 5rem;
}

.service-card {
  position: relative;
  background-color: #F3F3F3;
  box-shadow: 0px 4px 29px 0px #00000030;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 20px 42px;
  width: 82%;
  margin: auto;
  position: relative;
  transition: all 0.4s;
  min-height: 125px;
  text-align: center;
}

.service-card:hover {
  background-color: #9A2921;
  transition: all 0.4s;
}

.service-card:hover {
  color: white;
  transition: all 0.4s;
}

.icons {
  display: flex;
  gap: 10px;
  position: absolute;
  gap: 22px;
  bottom: -22px;
}

.icons .img-bg {
  background-color: black;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}

.icons .img-bg img {
  width: 24px;
}

.service-card:hover .icons .img-bg {
  background-color: white;
  transition: all 0.4s;
}

.service-card:hover .icons img {
  filter: invert(1);
  transition: all 0.4s;
}







/*      purpose  section   */
.purpose {
  background-color: #FFF9F9;
  width: 100%;
  padding: 4rem 0;
}

.purpose h3 {
  margin-bottom: 2rem;
  font-weight: 500;
}

.purpose-card {
  background-color: #FFF9F9;
  box-shadow: 0px 1px 28px 0px #00000014;
  border: 3px solid #F3F3F3;
  border-radius: 66px;
  width: 100%;
  display: flex;
  transition: all 0.4s;
  align-items: center;
}

.purpose-card:hover {
  background-color: white;
  box-shadow: 0px 4px 24px 0px #00000040;
  transition: all 0.4s;
}

.purpose-card .img-bg {
  background-color: #9A2921;
  width: 130px;
  height: 130px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.purpose-card img {
  width: 80px;
}

.purpose-card p {
  text-align: center;
  width: 58%;
  margin: 18px;
  font-size: 19px;
  color: black;
}

.purpose-card p span {
  color: #9A2921;
  font-weight: bolder;
}






.features {
  background-image: url("../images/Ellipse.png");
  background-repeat: no-repeat;
  background-position: top center;
}

.features .row {
  margin-bottom: 2rem;
}

.features .text {
  text-align: center;
}

.features img {
  border-radius: 26px;
  max-height: 450px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.features .text * {
  margin-bottom: 10px;
}

.features .text h6 {
  font-size: 33px;
  font-weight: 400;
}

.features .text h1 {
  font-size: 60px;
  font-weight: bolder;
}

.features .text p {
  font-size: 24px;
}

.features .col-lg-6 {
  position: relative;
}

.animated-blocks {
  position: absolute;
  top: -40px;
  display: flex;
  flex-direction: column;
  left: -30px;
}

.animated-blocks img {
  border-radius: 0;
}

.animated-blocks img:first-of-type {
  animation: right 2s ease-in-out infinite alternate-reverse both;
}

@-webkit-keyframes right {
  0% {
    transform: translateX(15px);
  }

  100% {
    transform: translateX(-15px);
  }
}

@keyframes right {
  0% {
    transform: translateX(15px);
  }

  100% {
    transform: translateX(-15px);
  }
}

.animated-blocks img:last-of-type {
  animation: left 2s ease-in-out infinite alternate-reverse both;
}

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

  100% {
    transform: translateX(15px);
  }
}

@keyframes left {
  0% {
    transform: translateX(-15px);
  }

  100% {
    transform: translateX(15px);
  }
}

.animated-spin img {
  width: 150px;
}

.animated-spin {
  position: absolute;
  top: -52px;
  right: -43px;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-name: orbit;
  -webkit-animation-duration: 10s;
}

@-webkit-keyframes orbit {
  from {
    -webkit-transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg)
  }
}





footer {
  background: url('../images/footer-bg.png') no-repeat right;
  background: -webkit-image-set(url('../images/footer-bg.png')) no-repeat right;
  background: -ms-image-set(url('../images/footer-bg.png')) no-repeat right;
  background: -o-image-set(url('../images/footer-bg.png')) no-repeat right;
  padding: 3rem 0 1rem;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
}

.white-link {
  color: white;
  margin: 10px;
  font-size: 18px;
}

.maroof img {
  width: 70px;
  -webkit-width: 70px;
  -ms-width: 70px;
  -o-width: 70px;
}

.tooltip-btn img {
  width: 40px;
  -webkit-width: 40px;
  -ms-width: 40px;
  -o-width: 40px;
}

footer img {
  width: 130px;
  -webkit-width: 130px;
  -ms-width: 130px;
  -o-width: 130px;
}

footer .btns .btn {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

footer .btns .btn img {
  width: 23px;
  -webkit-width: 23px;
  -ms-width: 23px;
  -o-width: 23px;
  height: 23px;
  -webkit-height: 23px;
  -ms-height: 23px;
  -o-height: 23px;
  object-fit: unset;
  -webkit-object-fit: unset;
  -ms-object-fit: unset;
  -o-object-fit: unset;
}


footer a {
  color: white;
  font-size: 16px;
}

.white-link:hover,
footer a:hover {
  color: white;
}

footer p {
  color: #E4E4E4;
  font-size: 14px;
}

.social-media {
  margin-left: 13px;
  font-size: 20px;
}

.social-media img {
  width: 20px;
  -webkit-width: 20px;
  -ms-width: 20px;
  -o-width: 20px;
}

.CR {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}






/*** search page ******/
.search-results .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.result-card {
  display: flex;
  align-items: center;
  background-color: white;
  box-shadow: 0px 15.754189491271973px 25.206703186035156px 0px #00000014;
  border-radius: 25px;
  padding: 9px 20px;
  justify-content: space-between;
  margin-bottom: 10px;
}

.cap-img {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cap-img img.img-fluid {
  width: 100px;
  object-fit: cover;
  height: 100px;
  border: 2px solid #9A2921;
  border-radius: 50%;
  border-bottom-width: 18px;
}

.cap-img .label {
  height: 26px;
  background-color: #9A2921;
  width: 73px;
  margin-top: -29px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 27px 27px;
}

.cap-img .label img {
  width: 20px;
}

.cap-name {
  font-weight: 500;
  color: black;
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
}

.cap-name i {
  color: #B03ACD;
}

.rate {
  color: #FFC600;
  display: flex;
  gap: 5px;
  font-size: 14px;
}





/*     Modal     */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: normal;
  padding: 2rem 1rem 0;
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem;
}

.modal-header {
  border-bottom: none;
}

.modal-title {
  color: #9A2921;
  font-weight: 600;
  margin-bottom: 1rem;
}

.visionModal .modal-title {
  text-align: right;
}

.modal p {
  color: black;
  text-align: right;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 1rem;
}

.modal-content {
  border: none;
  border-radius: 20px;
}

.modal-body {
  padding: 1rem 2rem;
}

.modal-footer {
  border: none;
}

.modal-footer .dark-btn {
  font-size: 14px;
  border-radius: 10px;
}

.TermsModal .title {
  width: 100%;
  text-align: center;
  font-size: 30px;
  margin-bottom: 1rem;
}

.black-title {
  color: black;
  font-weight: 500;
  margin-bottom: 6px;
}

a.source {
  color: #9A2921;
  text-decoration: underline;
  font-weight: 500;
}

.terms-conditions ol li.gray {
  color: gray;
}

.terms-conditions ol li {
  font-size: 14.5px;
  color: black;
}








/********  media-style ******/
@media (min-width:1400px) {
  .search-warpper {
    margin-top: -38px;
  }

  section {
    align-items: center;
  }
}

@media (max-width: 1200px) {
  .add-new {
    width: 76%;
  }

  .service-card {
    width: 95%;
  }

  .purpose-card .img-bg {
    width: 110px;
    height: 110px;
  }

  .purpose-card img {
    width: 64px;
  }

  .purpose-card p {
    width: 60%;
    margin: 12px;
    font-size: 17px;
  }

  .features .text h6 {
    font-size: 30px;
  }

  .features .text h1 {
    font-size: 56px;
  }

  .features .text p {
    font-size: 22px;
  }

  .animated-spin img {
    width: 128px;
  }

  .animated-spin {
    top: -50px;
    right: -40px;
  }

  .animated-blocks {
    top: -27px;
    left: -48px;
  }

  .features .row {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 992px) {
  .sticky-navbar {
    top: -20px;
    width: 100% !important;
  }

  header .container-md {
    justify-content: space-between;
  }

  .overlay {
    top: calc(30vh - 70px);
    height: 45vh;
  }

  .add-new {
    width: 93%;
  }

  .service-card {
    width: 81%;
    margin-bottom: 41px;
  }

  .purpose-card .img-bg {
    width: 100px;
    height: 100px;
  }

  .purpose-card p {
    width: 63%;
    margin: 12px;
    font-size: 16px;
  }

  .purpose-card img {
    width: 53px;
  }

  .features {
    background-size: contain;
  }

  .features .row {
    justify-content: space-between;
  }

  .features .text h6 {
    font-size: 26px;
  }

  .features .text h1 {
    font-size: 52px;
  }

  .features .text p {
    font-size: 18px;
  }

  footer .btns .btn {
    width: fit-content;
  }

  .search {
    padding: 17px;
  }

  .search .search-categories {
    display: flex;
    gap: 14px;
  }

  .search select,
  .search-categories li a {
    font-size: 16px;
  }

  .add-new {
    width: 90%;
  }

  .result-card {
    padding: 9px;
  }

  .primary-btn {
    font-size: 15px;
  }

  .cap-img img.img-fluid {
    width: 90px;
    height: 90px;
  }

  .MapModal .modal-dialog {
    /* max-width: max-content; */
  }
}

@media (max-width: 786px) {
  .search .search-categories {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .search {
    padding: 14px;
    width: 85%;
  }

  .add-new {
    width: 85%;
    margin-top: 1rem;
  }

  .purpose-card {
    margin-bottom: 1rem;
  }

  .features .text {
    margin-top: 2rem;
  }
}


@media (max-width: 575px) {
  .overlay .header {
    transform: scale(0.9);
  }

  .mobile-nav {
    width: 48%;
  }

  .features img {
    max-height: 340px;
  }

  .animated-blocks {
    top: -34px;
    left: 20px;
  }

  .features .order-md-2.order-1 {
    display: flex;
    justify-content: flex-end;
  }

  .animated-spin {
    top: -50px;
    right: 60px;
  }

  .nav-menu a.white-btn,
  a.white-btn,
  .dark-btn {
    font-size: 15px;
  }

  .mobile-nav a {
    font-size: 17px;
  }

  section {
    margin-bottom: 3rem;
  }

  footer {
    padding: 3rem 0 1rem;
  }

  .service-card {
    width: 95%;
    padding: 25px 14px 37px;
    min-height: 130px;
  }

  .icons .img-bg img {
    width: 20px;
  }

  .icons .img-bg {
    width: 41px;
    height: 41px;
  }

  .purpose-card img {
    width: 44px;
  }

  .features .row {
    margin: 2rem 0 1rem;
  }

  .cap-img img.img-fluid {
    width: 80px;
    height: 80px;
  }

  .search {
    padding: 14px 0;
    width: 100%;
    border-radius: 30px;
  }

  .search .search-categories {
    gap: 4px 4px;
  }

  .search .primary-btn {
    width: 100%;
  }

  .form-select {
    padding: 0 8px 0 20px;
    background-position: left 0.1rem center;
  }

  .search select,
  .search-categories li a {
    font-size: 10px;
  }

  .primary-btn {
    font-size: 13px;
    padding: 8px 20px;
  }

  .primary-btn img {
    width: 17px;
    margin-left: 5px;
  }

  .search-warpper {
    min-height: fit-content;
    margin-top: -40px;
  }

  .result-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
  }

  .MapModal .d-flex {
    gap: 16px;
    align-items: center;
    flex-direction: column;
  }

  .address {
    max-width: 100%;
  }
}

@media (max-width: 450px) {
  .animated-spin img {
    width: 103px;
  }

  .animated-spin {
    top: -50px;
    right: 0;
  }

  .animated-blocks {
    top: -26px;
    left: 0px;
  }

  footer .row>div {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 400px) {
  .form-select {
    padding: 0px 3px 5px 14px;
    background-position: left 0.1rem center;
    background-size: 11px 7px;
  }

  .search select,
  .search-categories li a {
    font-size: 10px;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
  }
}

@media screen and (max-width: 576px) {
  footer p {
    font-size: 14px;
  }

  .btns {
    justify-content: center;
    align-items: center;
  }

  .white-link {
    text-align: center;
  }

  footer .col-12 {
    align-items: center;
    justify-content: center;
  }

  .CR {
    margin-top: 1.2rem;
  }
}