/* ===================================
  Carnet de santé
====================================== */
/* font */
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");
/* variable */
:root {
	--base-color: #009ab5;
	--second-color: #eff9fb;
	--green-color: #91c36a;
	--green-color-light: #e9f3e1;
	--medium-gray: #797a8c;
	--dark-gray: #353642;
	--alt-font: "Tajawal", sans-serif;
	--primary-font: "Tajawal", sans-serif;
}
body {
	font-size: 17px;
	line-height: 30px;
	direction: rtl;
	overflow-x: hidden;
}
.hide-scrollbar {
	overflow-x: scroll;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE 10+ */
}
.hide-scrollbar::-webkit-scrollbar {
	display: none; /* Chrome/Safari/Webkit */
}

a:hover {
	color: var(--base-color);
	text-decoration: none;
}
.google-maps-link a:hover {
	color: var(--white);
}
/* custom cursor */
.custom-cursor .circle-cursor-inner {
	background-color: var(--dark-gray);
}
.custom-cursor .circle-cursor-inner.cursor-link-hover {
	background-color: var(--dark-gray);
}
.custom-cursor .circle-cursor-outer {
	border: 1px solid var(--dark-gray);
	opacity: 0.3;
}
/* header */
header .navbar-brand img {
	max-height: 80px;
}
.navbar .navbar-nav .nav-link {
	font-size: 18px;
	font-weight: 600;
}
header .left-nav .navbar-nav:before {
	background-color: var(--medium-gray);
	opacity: 0.3;
}
.btn.btn-switch-text.btn-large > span {
	padding: 7px 14px;
}
/* bg color */

.bg-second-color {
	background-color: var(--second-color);
}

.bg-green-color {
	background: var(--green-color);
}

.bg-green-light {
	background: var(--green-color-light);
}

.bg-rose-pale {
	background-color: #fce8f1;
}

.bg-saumon {
	background-color: #fbd3ce;
}
.bg-orange-white {
	background-color: #f5dec1;
}
.bg-lavender-violet {
	background-color: #e5d8e5;
}
.bg-cabaret-red {
	background-color: #f9bcc5;
}
.bg-clear-green {
	background-color: #dee4e0;
}
.bg-lavender-violet-light {
	background-color: #e7f4f9;
}
.bg-rose {
	background-color: #fce1e6;
}

.bg-ghost-white {
	background-color: #f4f6ff;
}
.bg-cosmic-latte-white {
	background-color: #f2fbf9;
}
.bg-chablis-red {
	background-color: #fef3f5;
}

.bg-linen-white {
	background-color: #fbf3ee;
}
.bg-midnight-blue {
	background-color: #242e45;
}
.bg-gradient-flamingo-amethyst-green {
	background-image: linear-gradient(to right, #e3545c, #c84d9d, #885dd1, #2f86bc, #01a89e);
}
.bg-gradient-very-light-gray {
	background-image: linear-gradient(to bottom, #f9eaec, #f9eaec, #faf5f9, #fcfafc, #ffffff);
}
.bg-gradient-very-ghost-white {
	background-image: linear-gradient(to bottom, #f4f6ff, #f7f8ff, #fafaff, #fdfdff, #ffffff);
}
/* text gradient color */
.text-green-color {
	color: var(--green-color);
}
.text-green-light {
	color: var(--green-color-light);
}

.text-gradient-orange-sky-blue {
	background-image: linear-gradient(to right, #e2545d, #ab5a99, #7466c6, #4588b0, #1ba69c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/* heading */
h1,
.h1 {
	line-height: 4.1rem;
}
h2 {
	line-height: 3.2rem;
}
/* btn */
.btn.btn-hover-animation-switch.btn-link {
	padding-top: 0;
}
.btn i {
	margin-right: 4px;
}
.btn {
	text-transform: inherit;
	font-weight: 600;
	letter-spacing: 0;
}
.btn.btn-extra-large {
	font-size: 18px;
	padding: 16px 32px;
}
.btn.btn-large {
	font-size: 17px;
	padding: 14px 28px;
}
.btn.btn-medium {
	font-size: 16px;
	padding: 12px 24px;
}
.btn.btn-small {
	font-size: 15px;
	padding: 10px 18px;
}
.btn.btn-very-small {
	font-size: 14px;
	padding: 9px 20px;
}
.btn.btn-link {
	padding: 0 0 2px;
}
/* left right top */
.top-20 {
	top: 20%;
}
.top-30 {
	top: 30%;
}
.top-minus-180px {
	top: -180px;
}
.left-40 {
	left: 40%;
}
.right-10 {
	right: 10%;
}
/* pricing table style 04 */
.pricing-table-style-04 .accordion-item.active-accordion {
	background-color: var(--dark-gray) !important;
}
/* process-step style 05 */
.process-step-style-05 .progress-step-separator {
	bottom: inherit;
	height: 100%;
}
.team-style-01 figure figcaption .social-icon a {
	margin: 0 7px;
}
/* page title style */
.page-title-button-style h1 {
	padding: 5px 20px;
	display: inline-block;
	font-size: 12px;
}
.page-title-extra-small h2 {
	font-size: 3.438rem;
	line-height: 3.2rem;
}
/* footer */
footer {
	padding-top: 100px;
	padding-bottom: 30px;
}
footer .nav-link {
	color: var(--dark-gray);
	padding: 10px 20px;
}
footer .elements-social ul li:last-child {
	margin-right: 0;
}
@media (max-width: 1350px) {
	.navbar .navbar-nav .nav-link {
		padding-left: 16px;
		padding-right: 16px;
	}
}
@media (max-width: 1279px) {
	.navbar .navbar-nav .nav-link {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 1199px) {
	.navbar .navbar-nav .nav-link {
		padding-left: 8px;
		padding-right: 8px;
	}
	footer {
		padding-top: 80px;
	}
}
@media (max-width: 991px) {
	footer {
		padding-top: 65px;
	}
	.md-bottom-5 {
		bottom: 5% !important;
	}
	footer .nav-link {
		padding: 5px 15px;
	}
}
@media (max-width: 767px) {
	footer {
		padding-top: 50px;
	}
}
@media (max-width: 575px) {
	.xs-mt-minus-40px {
		margin-top: -40px !important;
	}
	.accordion .accordion-item .accordion-header .accordion-title {
		line-height: 28px;
	}
}

.rtl {
	direction: rtl;
}

i.feather.icon-feather-search {
	padding: 10px;
	background: var(--green-color);
	border-radius: 100%;
	color: white;
}

.header-icon i {
	margin-left: 10px;
	color: #f875aa;
}

.home-video {
	font-size: 34px;
	font-weight: 700;
	color: #f875aa;
}
.home-video i {
	margin-left: 10px;
}

.text-right {
	text-align: right;
}

.border-color-base {
	border-color: var(--base-color);
}

.feature-box.feature-box-left-icon {
	align-items: center !important;
}

.feature-box.box-home {
	box-shadow: 2px 3px 5px -3px gray;
}

.border-radius-top-left-20px {
	border-top-left-radius: 20px;
}

.border-radius-top-right-0 {
	border-top-right-radius: 0px !important;
}

@media (max-width: 767px) {
	.sm-m-auto {
		margin: auto;
	}
	.sm-mb-80px {
		margin-bottom: 80px !important;
	}
	.sm-mb-90px {
		margin-bottom: 90px !important;
	}
	.sm-w-40 {
		width: 40%;
	}
	.sm-w-50 {
		width: 50%;
	}
	.sm-w-60 {
		width: 60%;
	}
}

#id_question input[type="radio"] {
	display: none;
}

#id_question span {
	display: inline-block;
	padding: 10px 20px;
	text-transform: uppercase;
	border: 1px solid var(--medium-gray);
	border-radius: 3px;
	color: var(--dark-gray);
	border-radius: 30px;
	margin-bottom: 15px;
}

#id_question input[type="radio"]:checked + span {
	background-color: var(--green);
	color: white;
	border: none;
}
.bg-clear-gray {
	background-color: #f4f2f2e4;
}

.bg-white-opacity {
	background-color: rgba(255, 255, 255, 0.9);
}

#contact-form {
	position: fixed !important;
	bottom: 0;
	height: 80%;
	overflow: auto;
	animation:
		fadeIn 1s,
		slideIn 0.4s linear;
}

@keyframes slideIn {
	0% {
		transform: translateY(400px);
		animation-timing-function: ease-out;
	}

	60% {
		transform: translateY(30px);
		animation-timing-function: ease-in;
	}
	80% {
		transform: translateY(10px);
		animation-timing-function: ease-out;
	}
	100% {
		transform: translateY(0px);
		animation-timing-function: ease-in;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.border-radius-top-50px {
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
}

.mfp-container {
	padding: 0 !important;
}

.modal-interne {
	position: fixed !important;
	bottom: 0;
	width: 100%;
	animation:
		fadeIn 1s,
		slideIn 0.4s linear;
	top: 11%;
}

.content-modal {
	height: 100%;
	overflow: auto;
}

div#loom-companion-mv3 {
	display: none !important;
}

.text-footer1 {
	padding: 10px;
	background-color: #f7c6dc;
	color: white;
	border-radius: 0 20px 20px 0;
}

.text-footer2 {
	padding: 10px;
	background-color: #f7c6dc;
	color: white;
	border-radius: 20px 0px 0px 20px;
}

.feature-box.feature-box-left-icon .feature-box-icon img {
	width: fit-content;
	height: 100%;
}

.feature-box.feature-box-left-icon.box-interne {
	direction: ltr !important;
}

#modal1 p {
	border-radius: 20px 0 20px 20px;
	border: 1px solid #fd8046;
	padding: 15px;
}

.feature-box.side-bare {
	border-radius: 0px 30px 30px 0px;
}

.margin-auto {
	margin: auto;
}

.width-max-content {
	width: max-content !important;
}

.mt-minus-15px {
	margin-top: -15px !important;
}

/*** Result Form ***/

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
	padding-top: 60px; /* Location of the box */
}
.modal-content {
	background-color: #fefefeef;
	margin: auto; /* 15% from the top and centered */
	padding: 40px 20px;
	border: 1px solid #888;
	width: 30%;
	min-height: 70%;
	border-radius: 10px; /* Rounded corners */
	text-align: center; /* Center text */
	display: flex;
	align-items: center;
}
.close {
	color: #aaa;
	position: absolute; /* Position close button relative to modal */
	top: 20px; /* Distance from the top */
	left: 20px; /* Distance from the left */
	font-size: 28px;
	font-weight: bold;
}
.modal-image {
	display: block; /* Center the image */
}
.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
#resultMessage {
	width: 80%; /* Set width */
	max-width: 400px; /* Maximum width */
	margin: 20px auto; /* Center horizontally and add margin on top */
	padding: 30px 20px; /* Add padding for better appearance */
	border-radius: 20px; /* Rounded corners */
	color: rgb(0, 0, 0);
	text-align: center; /* Center text inside the div */
	background-color: #f5e8db; /* Light background for visibility */
}

.message_resu {
	color: #000;
	font-size: 500;
}
.message_second {
	color: #000;
}

.img-baby {
	background: rgb(248, 117, 170);
	background: linear-gradient(90deg, rgba(248, 117, 170, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.mesures {
	background: rgb(248, 117, 170);
	background: radial-gradient(circle, rgba(248, 117, 170, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
@media (max-width: 991px) {
	.push-menu {
		width: 95% !important;
	}
	.feature-box.feature-box-left-icon .feature-box-icon img {
		max-width: none !important;
	}
	.d-xs-none {
		display: none !important;
	}
	.d-xs-bloc {
		display: block !important;
	}
}

ul.app-download {
	display: flex;
	margin-bottom: 0;
	align-items: center;
}

ul.app-download li a {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
	transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}

/* TABs css */

@media only screen and (min-width: 768px) {
	#steps-baby {
		padding: 1px;
	}
}
@media only screen and (max-width: 767px) {
	#steps-baby {
		padding: 1px;
	}
}
#steps-baby,
#steps-baby * {
	transition: all 0.25s;
}
#steps-baby .out-wrap {
	position: relative;
	padding: 30px;
	width: 90%;
	margin: auto;
}
#steps-baby .out-wrap #mytabs {
	border-bottom: 0;
	margin: 0 -50px 20px;
	display: flex;
	overflow-x: scroll;
	overflow-y: hidden;
	flex-wrap: nowrap !important;
}
#steps-baby .out-wrap #mytabs::-webkit-scrollbar {
	display: none;
}
#steps-baby .out-wrap #mytabs li {
	width: auto;
	white-space: nowrap;
	flex: 1;
}
#steps-baby .out-wrap #mytabs li a {
	border: 0;
	border-radius: 100%;
	cursor: pointer;
	margin: 3px;
	color: white;
	font-weight: 600;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.301);
	border: 2px solid white;
}
#steps-baby .out-wrap #mytabs li a:hover {
	background: #ddd;
	color: #303030;
}
#steps-baby .out-wrap #mytabs li.active a {
	background: var(--base-color);
	color: white;
}
#steps-baby .out-wrap .tab-content {
	overflow: hidden !important;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}
.nav-tabs.nav-justified > li {
	float: none;
}
.nav-tabs.nav-justified > li > a {
	margin-bottom: 5px;
	text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
@media (min-width: 768px) {
	.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
	}
}
.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
	border: 1px solid #ddd;
}
@media (min-width: 768px) {
	.nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs.nav-justified > .active > a,
	.nav-tabs.nav-justified > .active > a:focus,
	.nav-tabs.nav-justified > .active > a:hover {
		border-bottom-color: #fff;
	}
}
.nav-pills > li {
	float: left;
}
.nav-pills > li > a {
	border-radius: 4px;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
	color: #fff;
	background-color: #337ab7;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}
.nav-justified {
	width: 100%;
}
.nav-justified > li {
	float: none;
}
.nav-justified > li > a {
	margin-bottom: 5px;
	text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
@media (min-width: 768px) {
	.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.nav-justified > li > a {
		margin-bottom: 0;
	}
}
.nav-tabs-justified {
	border-bottom: 0;
}
.nav-tabs-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
	border: 1px solid #ddd;
}
@media (min-width: 768px) {
	.nav-tabs-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs-justified > .active > a,
	.nav-tabs-justified > .active > a:focus,
	.nav-tabs-justified > .active > a:hover {
		border-bottom-color: #fff;
	}
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 12px;
}
.nav > li > a:focus,
.nav > li > a:hover {
	text-decoration: none;
	background-color: #eee;
}
.nav > li.disabled > a {
	color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: #eee;
	border-color: #337ab7;
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav > li > a > img {
	max-width: none;
}

.logo-footer > img {
	height: 90px;
	width: auto;
}

.img-mois {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 78px;
	height: auto !important;
}
.filtre-age:hover {
	background: var(--green-color) !important;
	color: white !important;
	cursor: pointer;
}

.filtre-age {
	color: var(--green-color);
	padding: 0px 20px 0 0;
	border: 1px solid var(--green-color);
}
.filtre-age.active {
	background: var(--green-color) !important;
	color: white !important;
	cursor: pointer;
}

.front-side {
	border: 1px solid var(--base-color);
}
.md-h-250px {
	height: 250px !important;
}

.swiper-pagination-style-2 .swiper-pagination-bullet {
	width: 20px !important;
	height: 5px !important;
	margin: 0 3px !important;
	border-radius: 3px !important;
}

.img-sujet {
	max-height: 160px;
	height: 160px;
	width: auto;
}

.rotate-box-style-02 .rotate-box {
	min-height: 250px;
}

.icon-sujet {
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px;
	border-radius: 0 0 30% 0;
}

.btn-lire:hover {
	background: var(--base-color) !important;
	color: white !important;
}

.swiper-pagination-bullet-active {
	background: var(--green-color, var(--swiper-theme-color)) !important;
}

.bg-gradient-bottom-dark-transparent {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgb(0 154 181 / 83%) 80%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgb(0 154 181 / 83%) 80%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.35) 0%, rgb(0 154 181 / 83%) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a8000000',GradientType=0 );
}

.btn.btn-green {
	background-color: var(--green-color);
	color: var(--white);
}

.container-modal {
	border-top: 10px solid var(--green-color-light);
}

span.swiper-pagination-bullet {
	background: var(--green-color, var(--swiper-theme-color));
}

.img-box {
	max-height: 175px !important;
	height: 175px;
	object-fit: cover;
	width: 100%;
}

.btn.btn-green-color {
	background-color: var(--green-color);
	color: var(--white);
}

.code-input-container {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin: 20px 0;
}

/* .code-input-container input {
	width: 50px;
	height: 70px;
	text-align: center;
	font-size: 24px;
	border: 2px solid var(--green-color);
	border-radius: 8px;
	outline: none;
	transition: border-color 0.2s;
	line-height: 70px;
	padding: 0;
} */

.code-input-container input {
	caret-color: transparent;

	width: 50px;
	height: 70px;
	font-size: 24px;
	text-align: center;
	border: 2px solid var(--green-color);
	border-radius: 8px;
	padding: 0;
	margin: 0;
	line-height: normal; /* <-- important */
	vertical-align: middle; /* <-- aide certains navigateurs */
	display: inline-block; /* <-- évite le comportement flex */
	box-sizing: border-box;
}

.code-input-container input:focus {
	border-color: var(--base-color);
}
.code-input-container input::placeholder {
	color: var(--green-color);
	font-size: 24px;
}
.box-layout {
	padding: 0 75px;
}
/* media query responsive */
@media (max-width: 1799px) {
	.box-layout {
		padding: 0 50px;
	}
}
@media (max-width: 1600px) {
	.box-layout {
		padding: 0 40px;
	}
}

.btn.btn-transparent-green {
	border-color: var(--green-color);
	color: var(--green-color);
}

.btn.btn-transparent-green:hover,
.btn.btn-transparent-green:active {
	background-color: var(--green-color);
	border-color: var(--green-color);
	color: var(--white);
}

.mt-minus-40px {
	margin-top: -40px;
}

.box-image > img {
	height: 230px;
	object-fit: contain;
}
.box-image {
	background: var(--white);
	border-bottom: 1px solid var(--green-color-light);
}

.mt-145px {
	margin-top: 145px;
}

.btn-tasjil {
	display: flex !important;
	width: fit-content !important;
	/* padding: 12px 0 !important; */
	align-items: center !important;
}

.btn-tasjil:hover i {
	color: var(--base-color) !important;
}

.push-menu {
	width: 545px;
}

@media (max-width: 767px) {
	.sm-position-static {
		position: -webkit-static !important;
		position: static !important;
	}
}

.mb-minus-40px {
	margin-bottom: -40px;
}

.icon-very-medium {
	font-size: 35px !important;
}

.limit-text {
	display: -webkit-box;
	-webkit-line-clamp: 3; /* nombre de lignes à afficher */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0px;
}

.limit-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: -webkit-fill-available;
}

@media (max-width: 767px) {
	.sm-mt-minus-70px {
		margin-top: -70px !important;
	}
	.xs-top-space-margin {
		margin-top: 70px;
	}
	.xs-d-none {
		display: none !important;
	}
	.slider-navigation-style-03 {
		left: 34% !important;
	}
	.slider-navigation-style-03.swiper-button-next {
		right: 34%;
	}
	.mb-sm-30px {
		margin-bottom: 30px;
	}
}

@media (max-width: 575px) {
	.xs-mt-minus-70px {
		margin-top: -70px !important;
	}
	.xs-top-space-margin {
		margin-top: 70px;
	}
	.xs-ltr {
		direction: ltr;
	}
	.xs-d-none {
		display: none !important;
	}
	.slider-navigation-style-03 {
		left: 34% !important;
	}
	.slider-navigation-style-03.swiper-button-next {
		right: 34%;
	}
	.mb-sm-30px {
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {
	header .navbar-brand {
		padding: 10px 0 !important;
	}

	.xs-top-space-margin {
		margin-top: 70px;
	}
	.xs-ltr {
		direction: ltr;
	}
	.xs-d-none {
		display: none !important;
	}
	.pb-sm-0 {
		padding-bottom: 0px !important;
	}
	.pt-sm-20px {
		padding-top: 20px;
	}

	.slider-navigation-style-03 {
		top: 100% !important;
	}
	.slider-navigation-style-03 {
		left: 34% !important;
	}
	.slider-navigation-style-03.swiper-button-next {
		right: 34%;
	}
	.mb-sm-30px {
		margin-bottom: 30px;
	}

	.btn-tasjil {
		font-size: 12px !important;
	}
	.btn-header-tasjil {
		padding: 10px 15px !important;
	}
	.sm-fs-15px {
		font-size: 15px;
	}
}

header .navbar-brand .mobile-logo {
	width: 100px !important;
}
.bi-arrow-left-short:before {
	vertical-align: -0.6rem !important;
}
