@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");

html {
  font-size: clamp(14px, 13.296px + 0.1408vw, 16px);
}

*,
ul,
li::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --theme: #f76900;
  --darktheme: #b4540a;
  --lightblue: #dfdfef;
}

body {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
}

/* primary classes */
.text_theme {
  color: var(--theme) !important;
}

.section_heading {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.gray_bg {
  background-color: #F8F8F8 !important;
}


.theme_btn {
  padding: .8rem 2.4625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .625rem;
  color: #fff;
  font-size: 1rem;
  border: none;
  background-color: var(--theme);
  text-decoration: none;
  border-radius: 10px;
}

.theme_btn_sm {
  padding: 0.5rem 1.263rem;
  font-size: 0.7rem;
  border-radius: 5px;
}

.profile_rs {
  box-shadow: 0px 5px 22px #00000029;
  border-radius: 10px;
  padding: 1.5625rem;
}

.profile_rs h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.5625rem;
}

.pro_post {
  position: relative;
}

.pro_post img {
  width: 100%;
  height: 10.9375rem;
  border-radius: 15px;
  object-fit: cover;
}

.view_corn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: .3125rem;
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  color: #fff;
  font-size: 17px;
}

.shadow_card {
  box-shadow: 0px 1px 6px #00000029;
  border-radius: .75rem;
}

.about_para {
  font-size: .875rem;
  color: #848484;
  line-height: 26px;
  margin-bottom: 20px;
}

/* \ primary classes */

/* navbar */

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar .navbar-brand {
  display: block;
}


.navbar .navbar-brand img {
  height: 3.5625rem;
}

.download_links {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: .625rem;
  margin-left: auto;
}

.download_links a {
  text-decoration: none;
}

.download_links a img {
  width: 9.5625rem;
  height: 2.875rem;
  object-fit: contain;
}


.navbar .nav-link {
  font-size: 1.125rem;
  padding: 1.25rem 0 !important;
  margin: 0 1.25rem;
  position: relative;
}

.navbar .nav-link.active {
  color: var(--theme);
  position: relative;
}

.navbar .nav-link.active::before {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 50px;
  background-color: var(--theme);
  position: absolute;
  bottom: 15%;
  left: 0;
}

.navbar .bell_link {
  margin-right: 0;
  width: fit-content;
}

.navbar .bell_link i {
  font-size: 1.5625rem;
  color: #000;
}

.navbar .bell_link span {
  position: absolute;
  content: "";
  top: 1.25rem;
  right: 0px;
  background-color: #ff0000;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  display: block;
}

.navdrop_btn {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  border: none;
  background-color: transparent;
  padding: 0 15px;
}

.navdrop_btn img {
  max-width: 55px;
  width: 100%;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}

.navdrop_btn span {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  line-height: 27px;
  display: block;
}

.navdrop_btn small {
  font-size: 13px;
  color: var(--theme);
  line-height: 16px;
}

.nav_drop .dropdown-menu {
  box-shadow: 0px 1px 6px #00000029;
  border-radius: 0.9375rem;
  border: none;
  padding: 0.9375rem 0;
  width: 100%;
  top: 70px;
}

.nav_drop .dropdown-item {
  font-size: 0.9375rem;
  line-height: 38px;
  padding: 0 0.9375rem;
  cursor: pointer;
}

.nav_drop .dropdown-item:focus,
.nav_drop .dropdown-item:active{
  background-color: transparent;
}

/* \ navbar */

/* banner */
.banner_slide .swiper-slide img {
  height: 70vh;
  width: 100%;
  object-fit: cover;
}

.slide_arrow {
  position: absolute;
  z-index: 3;
  border-radius: 10px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-color: #fff;
  color: #000;
  font-size: 25px;
  display: inline-flex;
  padding: 1.25rem 0.625rem;
  width: fit-content;
}

.slide_arrow_left {
  left: 10px;
}

.swiper-button-disabled {
  cursor: no-drop;
  opacity: 0.5;
}

/* \ banner */

/* mini banner  */
.mini_banner {
  background: url('../images/banner.png') no-repeat center / cover;
  min-height: 14.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 0;
}

.mini_banner h2 {
  font-size: 1.8125rem;
  font-weight: 600;
  line-height: 2.6875rem;
  color: #fff;
}

.mini_banner::before {
  content: '';
  background-color: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* \ mini banner  */

/* Categories */
.categ_card {
  box-shadow: 0px 5px 22px #00000029;
  border-radius: 10px;
  display: block;
  color: #000;
  text-decoration: none;
  position: relative;
}

.categ_img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.categ_body {
  padding: 0.9375rem;
}

.categ_body h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

/* \ Categories */

/* login page */
.form_heading {
  font-size: 1.8125rem;
  line-height: 2.6875rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.label_control {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  display: block;
  margin-bottom: 5px;
}

.int_group {
  margin-bottom: 25px;
}

.int_conrol {
  border: 1px solid #BCBCBC;
  border-radius: 10px;
  height: 52px;
  width: 100%;
  padding: 0 .625rem;
  font-size: 1rem;
}

.check_span label span {
  width: 23px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #00000000;
  font-size: 90%;
  cursor: pointer;
}

.check_span input:checked+label span i {
  color: #000;
}

.forgot_link {
  font-size: .875rem;
  line-height: 1.3125rem;
  color: #000;
  text-decoration: none;
}

.full_btn {
  background-color: var(--theme);
  color: #fff;
  border-radius: 8px;
  height: 55px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--theme);
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 500;
  transition: all 0.2s linear;
}

.full_btn:hover {
  background-color: #fff;
  color: var(--theme);
}

.log_para {
  text-align: center;
}

.log_para small {
  color: #848484;
  font-size: 1rem;
  line-height: 1.5625rem;
}

.log_para a {
  color: #000;
  text-decoration: underline;
  font-size: 1rem;
}

/* \ login page */

/* modal style */
.modal_close {
  font-size: 3.125rem;
  color: #f53535;
}


.modal_style h2 {
  font-size: 1.575rem;
  letter-spacing: 0.42px;
  line-height: 0.875rem;
  color: #000;
}

.modal_style h5 {
  color: #979797;
  font-size: 0.925rem;
  line-height: 1.25rem;
  margin-top: 10px;
}

.modal_form label {
  font-size: 1rem;
  line-height: 0.75rem;
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
}

.inputGroup {
  position: relative;
  margin-bottom: 1.038rem;
  margin-top: 5px;
}

.inputGroup input,
.inputGroup select {
  border: 1px solid #CCCCCC;
  padding: 0 1.25rem;
  height: 3.25rem;
  font-size: 0.9rem;
  border-radius: .625rem;
  width: 100%;
  background-color: #fff;
}

.inputGroup input:focus,
.inputGroup select:focus,
.inputGroup textarea:focus {
  box-shadow: none;
  outline: none;
  border-color: #000;
}

.inputGroup input::placeholder,
.inputGroup select::placeholder,
.inputGroup textarea::placeholder {
  opacity: 50%;
}

.inputGroup textarea {
  border: 1px solid #CCCCCC;
  padding: 20px;
  height: auto;
  font-size: 0.9rem;
  border-radius: 10px;
  width: 100%;
  resize: none;
}

.inputGroup .input_right_ico {
  position: absolute;
  top: 14px;
  right: 20px;
  display: block;
  z-index: 2;
}

.intl-tel-input,
.iti {
  width: 100%;
}

.iti__selected-flag {
  border-radius: 3.125rem 0 0 3.125rem;
  background-color: white !important;
  border-right: 1px solid #DFE3E7;
}

.inputGroup .input_left_ico {
  position: absolute;
  top: 14px;
  left: 15px;
  display: block;
  z-index: 2;
  font-size: 1.3125rem;
  color: #707070;
}

.input_right_ico img {
  height: 1.3125rem;
}

.modal_social {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: .625rem;
}

.modal_social a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0 0 5px #ddd;
  width: 100%;
  max-width: 4.375rem;
  height: 3.125rem;
  text-decoration: none;
}

.modal_social a img {
  width: 40%;
}


.modal_form p {
  font-size: .9375rem;
  line-height: 17px;
  margin-bottom: 0;
}

.modal_form p a {
  text-decoration: underline;
  color: var(--gold);
}

/* upload_porfile */
.up_img {
  max-width: 8.55rem;
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  margin: auto;
}

.up_img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: white;
  object-fit: cover;
}

.up_img label {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--theme);
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
}

.radio_check label {
  margin-bottom: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.radio_check label i {
  width: 25px;
  min-width: 25px;
  aspect-ratio: 1/1;
  box-shadow: 0px 1px 6px #00000029;
  border-radius: 50px;
  color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  line-height: 1.4rem;
  padding: 0.4px 0 0 0.9px;
  cursor: pointer;
}

.radio_check input[type='radio']:checked+label i {
  color: var(--theme);
}

.form-check-input:checked {
  background-color: var(--theme);
  border-color: var(--theme);
}

/* \ upload_porfile */

/* \ modal style */


/* business */
.buns_card {
  box-shadow: 0px 5px 22px #00000029;
  border-radius: 10px;
  margin-bottom: 30px;
  display: block;
  color: #000;
  text-decoration: none;
}

.buns_img {
  width: 100%;
  height: 25rem;
  position: relative;
  display: block;
}

.buns_img img {
  width: 100%;
  height: 100%;
  border-radius: .625rem;
  object-fit: cover;
}



.buns_body {
  padding: 1.125rem;
}

.user_name_img {
  display: flex;
  justify-content: start;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.user_name_img img {
  max-width: 55px;
  width: 100%;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  margin-right: .625rem;
}

.user_name_img span {
  font-size: 14px;
  font-weight: 600;
}

.buns_body p {
  font-size: .875rem;
  line-height: 1.625rem;
  letter-spacing: 0.58px;
  margin-bottom: 0;
}

/* \ business */

/* profile */
.profile_ls {
  box-shadow: 0px 5px 22px #00000029;
  border-radius: 10px;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .9375rem;
  flex-direction: column;
  text-align: center;
}

.pro_ls_img {
  width: 8.3694rem;
  height: 8.3694rem;
  border-radius: 50%;
  border: 2px solid var(--theme);
  padding: .5rem;
  position: relative;
}

.pro_ls_img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.pro_ls_body h3 {
  font-size: 20px;
  font-weight: 600;
}

.pro_ls_body p {
  font-size: 14px;
  font-weight: 6000;
}

/* \ profile */

/* detail_slide */
.detail_slide img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  display: block;
  height: 25rem;
}

.detail_thumbh_slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 3;
  height: 80%;
  padding: 0px 30px;
}

.detail_thumbh_slide .swiper-slide {
  width: 65px;
  height: calc(100% / 4 - 20px) !important;
}

.detail_thumbh_slide img {
  width: 100%;
  border-radius: 8px;
  border: 2px solid #fff;
  cursor: pointer;
}

/* \ detail_slide */

/* book appointment */
.calendar_box .card_title {
  font-size: 1.3rem;
  line-height: 17px;
  letter-spacing: 0.13px;
  font-weight: 600;
  margin-bottom: 0;
}

.cal_head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .625rem;
  padding: 10px;
}

.cal_head i {
  font-size: 1.5625rem;
  color: #000;
}

.cal_head span {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.cal_body table {
  width: 100%;
}

.cal_body th {
  background-color: #fff;
  text-align: center;
  font-size: 12px;
  text-align: center;
  width: calc(100% / 7);
  padding: 10px 0;
  font-weight: 400;
  color: #000;
}

.cal_body td {
  background-color: var(--theme);
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: calc(100% / 7);
}

.cal_body td span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 2.5rem;
  margin: auto;
  border-radius: 50%;
}

.cal_body td.active span {
  background-color: #fff;
  color: var(--theme);
}

.bot_int_line {
  position: relative;
  z-index: 1;
}

.bot_int_line input {
  border: none;
  border-bottom: 1px solid #BCBCBC;
  padding: 10px 0;
  font-size: 1rem;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.bot_int_line input:focus {
  outline: none;
}

.bot_int_line i {
  position: absolute;
  font-size: 29px;
  color: #000;
  top: 5px;
  right: 0px;
  z-index: 2;
  background-color: white;
}

.under_line_textarea {
  border: none;
  border-bottom: 1px solid #BCBCBC;
  padding: 10px 0;
  font-size: 1rem;
  width: 100%;
  resize: none;
}

.under_line_textarea:focus {
  outline: none;
}

/* \ book appointment */


/* report modal  */

.report_modal .modal-body {
  display: flex;
  justify-content: start;
  align-items: stretch;
  flex-direction: column;
  gap: 18px;
  text-align: center;
}

.report_modal .top_icon {
  width: 6.25rem;
  height: 6.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--theme);
  color: #fff;
  font-size: 3.75rem;
  margin: -50px auto 0;
}

.report_modal h4 {
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.3125rem;
  color: #000;
}

.report_modal textarea {
  width: 100%;
  border-radius: 15px;
  background-color: #f5f5f5;
  border: none;
  resize: none;
  padding: 15px;
}

.report_modal textarea:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.modal_btn2 {
  display: flex;
  justify-content: stretch;
  align-items: center;
  gap: .625rem;
}

.modal_btn2 .fill_btn,
.modal_btn2 .border_btn {
  border: 2px solid var(--theme);
  border-radius: 10px;
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: var(--theme);
}

.modal_btn2 .border_btn {
  background-color: #fff;
  border-color: #000;
  color: #000;
}

/* \ report modal  */
/* edit Profile */
.pro_ls_img label {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--theme);
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
}

/* \ edit Profile */

/* Notifications */
.notify_list_item {
  box-shadow: 0px 1px 6px #00000029;
  border-radius: 15px;
  padding: 15px;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: .625rem;
  margin-bottom: 15px;
}

.notify_list_item img {
	max-width: 3.125rem;
	width: 100%;
	height: 3.125rem;
	border-radius: 50%;
	object-fit: cover;
	min-width: 3.125rem;
}

.notify_list_item h4 {
  font-size: .75rem;
  font-weight: 600;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.notify_list_item h4 span {
  font-size: .625rem;
  font-weight: 400;

}

.notify_list_item p {
  font-size: .75rem;
  color: #888;
  line-height: .875rem;
}

/* \ Notifications */

/* call Appointment */
.apo_call_box {
  box-shadow: 0px 1px 6px #00000029;
  border-radius: .75rem;
  padding: .75rem;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: .625rem;
  margin-bottom: 12px;
}

.apo_call_box img {
  max-width: 65px;
  width: 100%;
  height: 65px;
  border-radius: 20px;
  object-fit: cover;
}

.apo_call_box h4 {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}

.apo_call_box p {
  font-size: 12px;
  color: #848484;
  margin-bottom: 0;
}

.callbtn {
  padding: 10px;
  display: inline-block;
  align-self: center;
  color: #000;
  font-size: 25px;
  text-decoration: none;
}

/* \ call Appointment */

/* Contact us */
.contactPage {
  background-color: #F8F8F8;
}

.conac_heading {
  font-size: 1.75rem;
  line-height: 2.3125rem;
  font-weight: 600;
  color: #000;
}

.conac_subheading {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 500;
  color: #000;
}

.contactPage label {
  font-size: 1.2375rem;
  line-height: 2.3125rem;
  color: #000;
  margin-bottom: 0px;
  display: block;
}


.contactPage input {
  height: 60px;
  box-shadow: 0px 1px 6px #00000029;
  border-radius: 5px;
  border: none;
  padding: 15px;
  width: 100%;
  margin-bottom: 20px;
}

.contactPage textarea {
  box-shadow: 0px 1px 6px #00000029;
  border-radius: 5px;
  border: none;
  padding: 15px;
  width: 100%;
  margin-bottom: 20px;
  resize: none;
}

.contactPage form button {
  height: 3.75rem;
  padding: 0 3.875rem;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  color: #fff;
  background-color: var(--theme);
}

/* \ Contact us */

/* add categories */

.checkbox_span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  background-color: #dcdcdc;
  color: transparent;
}

.cat_check:checked+label .checkbox_span {
  background-color: var(--theme);
  color: #fff;
}


.add_filed {
  display: inline-flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
  color: var(--theme);
  background-color: transparent;
  border: none;
  font-size: 18px
}

.add_filed i {
  font-size: 22px;
}

/* \ add categories */

/* footer */
.footer_top {
  background-color: #dfdfef;
}

.foot_brand {
  display: block;
}

.foot_brand img {
  width: 100%;
  max-width: 180px;
}

.foot_heading {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
  margin-bottom: 1.375rem;
}

footer p,
footer p a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 25px;
  text-decoration: none;
  color: #000;
}

footer p a {
  display: block;
  margin-bottom: 10px;
}

.foot_soci_link {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: .625rem;
}

.foot_soci_link a img {
  max-width: 51px;
  height: 51px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: transparent;
  color: #fff;
  font-size: 1.85rem;
  border-radius: 50%;
}

.foot_bottom {
  padding: 25px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;

}

/* \ footer */

/* business side style ===========================================================================*/
.view_count {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 18px;
  display: inline-flex;
  flex-direction: column;
  gap: .3125rem;
  justify-content: center;
  align-items: center;
  z-index: 2;
  width: fit-content;
}


/* add business */
.add_imgs {
  width: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  position: relative;
  background-color: #fff;
}

.add_imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.add_imgs img[src=""] {
  display: none;
}

.add_imgs label {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  font-size: calc(100% + 2vw);
}

.add_imgs label span {
  font-size: 16px;
}

.add_imgs label:has(span) i {
  font-size: 40px;
}

/* \ add business */


/* logout_modal */
.modal_icon {
  width: 100%;
  max-width: 4.25rem;
  height: 4.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--theme);
  color:#fff;
  font-size: 2.125rem;
  margin: 0 auto .625rem;
  border-radius: 50%;
}

.logout_modal h4 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .0275rem;
  line-height: 2.375rem;
  margin-bottom: 10px;
  text-align: center;
}

.logout_modal p {
  font-size: .9375rem;
  letter-spacing: .0187rem;
  line-height: 1.25rem;
  color: #333333;
  opacity: 0.5;
  margin-bottom: 15px;
  text-align: center;
}

.modal_btn_group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .625rem;
}

.modal_btn_group a,
.modal_btn_group button {
  width: calc(100% / 2 - .625rem);
  height: 3.25rem;
  border-radius: .75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#fff;
  background-color: var(--theme);
  text-decoration: none;
  border: none;
}

/* \ logout_modal */


/* max width media */
@media (max-width:991.98px) {

  .navbar-collapse,
  .navbar-collapse.collapsing {
    height: 100vh !important;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    overflow-y: auto;
    z-index: 100;
    background-color: #fff;
    width: 250px;
    flex-direction: column;
    justify-content: start;
    align-items: stretch;
  }

  .navbar-collapse.show {
    left: 0;
    display: flex;
  }

  .navbar .nav-link {
    font-size: 0.925rem;
    padding: 0.85rem 0 !important;
  }

  .navbar .bell_link span {
    top: 0.85rem;
  }

  .navdrop_btn {
    padding: 0 4px;
  }
}

@media (max-width:767.98px) {
  .download_links a img {
    height: 1.875rem;
    width: 90px;
  }

  .foot_soci_link a img {
    max-width: 31px;
    height: 31px;
  }

  .foot_soci_link {
    justify-content: start;
  }

  .foot_brand img {
    max-width: 130px;
    margin-bottom: 20px;
  }

  .foot_bottom {
    padding: 15px;
    font-size: 0.925rem;
  }

  .navbar .navbar-brand img {
    height: 3rem;
  }

  .navdrop_btn img {
    max-width: 35px;
    height: 35px;
  }

  .categ_body h4 {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .nav_drop .dropdown-menu {
    top: 39px;
    right: 0 !important;
    left: auto;
  }
}

/* \ max width media */