/*---------------------------------
	1.1 Theme SCSS
---------------------------------*/
/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME SCSS
	-----------------
		1.1 theme
		1.2 typography
		1.3 spacing

	-----------------
    01. utils SCSS
	-----------------
		1.1 mixins
		1.2 root
		1.3 extends
		1.4 breakpoints

	-----------------
    02. COMPONENTS SCSS
	-----------------
		2.1 animation
		2.2 avatar
		2.3 background
		2.4 backtotop
		2.5 breadcrumb
		2.6 buttons
		2.7 carousel 
		2.8 color.scss
		2.9 forms
		2.10 offcanvas
		2.11 pagination
		2.12 preloader
		2.13 section Title
		2.14 shortcodes
		2.15 social
		2.16 tab
		2.17 tooltip
		2.18 video
		2.19 index

	-----------------
    03. layout
	-----------------
		-----------------
		3.1.1 banner SCSS
		-----------------
			3.1.1 banner-1
			3.1.2 banner-2
			3.1.3 banner-3
			3.1.4 banner-4
			3.1.5 banner-5
			3.1.6 banner-common
			3.1.7 index

		-----------------
		3.1.2 blog SCSS
		-----------------
			3.2.1 blog-tag
			3.2.2 blog
			3.2.3 postbox
			3.2.4 recent-post
			3.2.5 sidebar-tag
			3.2.6 index

		-----------------
		3.1.3 ecommerce SCSS
		-----------------
			3.3.1 cart
			3.3.2 checkout
			3.3.3 order
			3.3.4 shop
			3.3.5 index

		-----------------
		3.1.4 footer SCSS
		-----------------
			3.4.1 footer-1
			3.4.2 footer-2
			3.4.3 footer-3
			3.4.4 footer-4
			3.4.5 footer-card
			3.4.6 footerCopyrights
			3.4.7 footerDefault
			3.4.8 index

		-----------------
		3.1.5 header SCSS
		-----------------
			3.5.1 header-1
			3.5.2 header-3
			3.5.3 header-4
			3.5.4 header-common
			3.5.5 header-top
			3.5.6 index
		-----------------
		3.1.6 menu SCSS
		-----------------
			3.6.1 meanmenu
			3.6.2 menu
			3.5.3 index

	-----------------
    04. Page SCSS
	-----------------
		4.1 about

/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.offcanvas-overlay, a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
img,
svg,
.transition-3,
li,
h1,
h2,
h3,
h4,
h5,
h6, .body__overlay {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

:root {
  /**  @font family declaration */
  --od-ff-body: "DM Sans", sans-serif;
  --od-ff-body: "DM Sans", sans-serif;
  --od-ff-p: "DM Sans", sans-serif;
  --od-ff-ultra: "DM Sans", sans-serif;
  --od-ff-fontawesome: "Font Awesome 6 Pro";
  --od-ff-title: "Inter", sans-serif;
  --od-ff-title: "Montserrat", sans-serif;
  /** @color declaration */
  --od-white: #FFFFFF;
  --od-black: #18100f;
  --od-light: #C8C8C8;
  --od-theme-black: #605D75;
  --od-placeholder: #999;
  --grey-color: #f4f6f9;
  --od-primary: #0e8eab;
  --od-secondary: #004861;
  --od-tertiary: #BBEEFB;
  --od-danger: #dc3545;
  --od-success: #008f45;
  --od-warning: #ffc107;
  --od-teal: #008080;
  --od-body-text: #4D5E6F;
  --od-taxonomy-color: #4D5E6F;
  --od-label-color: #3c464b;
  --od-rating-color: #ff9415;
  --od-bg-primary: #F5F5F5;
  --od-bg-primary-2: #F0DED6;
  --od-border-primary: #000;
  --od-border-two: #0E1B4D;
  --od-border-secondary: rgba(220, 220, 220, 1);
  --od-border-tertiary: rgb(75, 78, 82);
  --od-gradient-1: linear-gradient(90deg, #F5F5F5 52.13%, rgba(245, 245, 245, 0.7) 100%);
  --primary-rgb: 200, 50, 56;
  --primary-rgb-1: rgba(var(--primary-rgb), 0.1);
  /** @font weight declaration */
  --od-fw-normal: normal;
  --od-fw-thin: 100;
  --od-fw-elight: 200;
  --od-fw-light: 300;
  --od-fw-regular: 400;
  --od-fw-medium: 500;
  --od-fw-sbold: 600;
  --od-fw-bold: 700;
  --od-fw-ebold: 800;
  --od-fw-black: 900;
  /** @font size declaration */
  --od-fs-body: 16px;
  --od-fs-p: 16px;
  --od-fs-h1: 68px;
  --od-fs-h2: 36px;
  --od-fs-h3: 32px;
  --od-fs-h4: 28px;
  --od-fs-h5: 24px;
  --od-fs-h6: 18px;
  --od-fs-b1: 14px;
  --od-fs-b2: 16px;
  --od-fs-b3: 18px;
  --od-fs-b4: 22px;
}

/*----------------------------------------
   Icomoon customize
-----------------------------------------*/
i[class^=icon-] {
  line-height: 1;
  position: relative;
}

/*----------------------------------------
   Bootstrap customize
-----------------------------------------*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 2.4rem;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1430px;
}

.container-left {
  padding-inline-start: 15px;
}
@media (min-width: 992px) {
  .container-left {
    margin-inline-start: calc((100% - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .container-left {
    margin-inline-start: calc((100% - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .container-left {
    margin-inline-start: calc((100% - 1330px) / 2);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-left {
    max-width: 720px;
  }
}

.row {
  --bs-gutter-x: 2.4rem;
}

.g-0, .gx-0 {
  --bs-gutter-x: 0 !important;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 10px;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 20px;
}

.gy-24 {
  --bs-gutter-y: 24px;
}

.g-30,
.gx-30 {
  --bs-gutter-x: 30px;
}

.g-30,
.gy-30 {
  --bs-gutter-y: 30px;
}

.g-40,
.gx-40 {
  --bs-gutter-x: 40px;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 40px;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 50px;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 50px;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 60px;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.opacity-05 {
  opacity: 0.5;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.position-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.position-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hr-1 {
  border-top: 1px solid rgb(232, 232, 232);
}

.x-clip {
  overflow-x: clip;
}

@media (max-width: 575px) {
  .o-xs {
    overflow-x: hidden;
  }
}

.overflow-visible {
  overflow: visible;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body__overlay {
  background-color: var(--od-common-heading);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
}

.body__overlay {
  background-color: var(--od-common-heading);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
}

.body__overlay.opened {
  opacity: 0.7;
  visibility: visible;
}

.image-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.image-overly {
  position: relative;
  z-index: 5;
}
.image-overly::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

/*----------------------------------------
   Text Underline
-----------------------------------------*/
.underline a {
  display: inline;
  background-image: linear-gradient(var(--od-primary), var(--od-primary)), linear-gradient(var(--od-primary), var(--od-primary));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  padding: 0 0 1% 0;
}
.underline a:hover {
  background-size: 0 1px, 100% 1px;
  color: var(--od-primary) !important;
}

.underline-white a {
  display: inline;
  background-image: linear-gradient(var(--od-white), var(--od-white)), linear-gradient(var(--od-white), var(--od-white));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  padding: 0 0 5px 0;
}
.underline-white a:hover {
  background-size: 0 1px, 100% 1px;
}

.underline-two a {
  display: inline;
  background-image: linear-gradient(var(--od-tertiary), var(--od-tertiary)), linear-gradient(var(--od-tertiary), var(--od-tertiary));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  padding: 0 0 5px 0;
}
.underline-two a:hover {
  background-size: 0 1px, 100% 1px;
  color: var(--od-tertiary);
}

.underline-hover-p a {
  display: inline;
  background-image: linear-gradient(var(--od-primary), var(--od-primary)), linear-gradient(var(--od-primary), var(--od-primary));
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  padding: 0 0 5px 0;
  background-size: 0 1px, 100% 1px;
}
.underline-hover-p a:hover {
  background-size: 0% 1px, 0 1px;
  color: var(--od-primary);
}

.underline-hover a {
  display: inline;
  background-image: linear-gradient(var(--od-primary), var(--od-primary)), linear-gradient(var(--od-primary), var(--od-primary));
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  padding: 0 0 5px 0;
  background-size: 0 1px, 100% 1px;
}
.underline-hover a:hover {
  background-size: 0% 1px, 0 1px;
  color: var(--od-primary);
}

/*----------------------------------------
   Mfp customize
-----------------------------------------*/
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1280px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 850px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 820px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 750px;
  }
}

.mfp-close {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mfp-close:hover {
  color: var(--od-white);
}
.mfp-close::after {
  position: absolute;
  content: "\f00d";
  height: 100%;
  width: 100%;
  font-family: var(--od-ff-fontawesome);
  font-size: 31px;
  font-weight: 200;
  inset-inline-end: -20px;
  margin-top: -25px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mfp-close::after {
    inset-inline-end: 15px;
    margin-top: -30px;
  }
}

/* custom scrollbar */
.custom-scrollbar {
  overflow-y: scroll;
  -ms-overflow-style: thin;
  /* for Internet Explorer, Edge */
  scrollbar-width: thin;
  padding-inline-end: 10px;
  /* for Firefox */
  /* Set the width of the scrollbar */
  /* Set the color of the scrollbar thumb (the draggable part) */
  /* Set the color of the scrollbar track when the thumb is being dragged */
  /* Set the color of the scrollbar track (the area the thumb moves on) */
  /* Set the border-radius of the scrollbar thumb */
}
.custom-scrollbar::-webkit-scrollbar-width {
  scrollbar-width: thin;
  /* for Chrome, Safari, and Opera */
}
.custom-scrollbar::-webkit-scrollbar {
  width: 50px !important;
  /* Adjust as needed */
  height: 8px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #A6A6A6;
  /* Adjust as needed */
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #606060;
  /* Adjust as needed */
}
.custom-scrollbar::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  /* Adjust as needed */
}
.custom-scrollbar::-webkit-scrollbar-thumb:vertical {
  border-radius: 2px;
  /* Adjust as needed */
}

/*---------------------------------
	1.2 Typography SCSS
---------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

/*---------------------------------
    Typography css start 
---------------------------------*/
body {
  color: var(--od-black);
  font-family: var(--od-ff-body);
  font-size: var(--od-fs-body);
  font-weight: normal;
  line-height: 1.5;
  background: var(--od-white);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h5,
h5,
.h5,
h6,
.h6 {
  color: var(--od-black);
  margin-top: 0px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 400;
  word-break: break-word;
  font-family: var(--od-ff-title);
}

h1,
.h1 {
  font-size: var(--od-fs-h1);
}

h2,
.h2 {
  font-size: var(--od-fs-h2);
}

h3,
.h3 {
  font-size: var(--od-fs-h3);
}

h4,
.h4 {
  font-size: var(--od-fs-h4);
}

h5,
.h5 {
  font-size: var(--od-fs-h5);
}

h6,
.h6 {
  font-size: var(--od-fs-h6);
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: var(--od-fs-p);
  font-family: var(--od-ff-p);
  font-weight: var(--od-fw-normal);
  color: var(--od-body-text);
  margin-bottom: 30px;
  line-height: 1.5;
}
p.b1 {
  font-size: var(--od-fs-b1);
  line-height: 1.714;
}
p.b2 {
  font-size: var(--od-fs-b2);
  line-height: 1.625;
}
p.b3 {
  font-size: var(--od-fs-b3);
  line-height: 1.55;
}
p.b4 {
  font-size: var(--od-fs-b4);
  line-height: 1.454;
}
p:last-child {
  margin-bottom: 0;
}

.b1 {
  font-size: var(--od-fs-b1);
  line-height: 1.714;
}

.b2 {
  font-size: var(--od-fs-b2);
  line-height: 1.625;
}

.b3 {
  font-size: var(--od-fs-b3);
  line-height: 1.55;
}

.b4 {
  font-size: var(--od-fs-b4);
  line-height: 1.454;
}

a {
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

img {
  max-width: 100%;
  object-fit: cover;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

hr:not([size]) {
  margin: 0;
  border-color: var(--od-border-primary);
  opacity: 1;
  border-width: 1px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=date],
input[type=search],
textarea {
  outline: none;
  background-color: var(--od-white);
  height: 50px;
  width: 100%;
  font-size: 16px;
  border: none;
  border: 1px solid var(--od-border-secondary);
  color: var(--od-black);
  padding-inline-start: 25px;
  padding-inline-end: 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=search]:focus,
textarea:focus {
  border-color: var(--od-primary);
}

textarea {
  padding: 14px 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
textarea:focus {
  border-color: var(--od-primary);
}

*::-moz-selection {
  background: var(--od-primary);
  color: var(--od-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--od-primary);
  color: var(--od-white);
  text-shadow: none;
}

::selection {
  background: var(--od-primary);
  color: var(--od-white);
  text-shadow: none;
}

*::-moz-placeholder {
  opacity: 1;
  font-size: 16px;
  color: var(--od-placeholder);
}

*::placeholder {
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--od-ff-body);
  color: var(--od-placeholder);
}

/*---------------------------------
	1.3 Default Spacing SCSS
---------------------------------*/
.section-space {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-space-top {
  padding-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-top {
    padding-top: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-top {
    padding-top: 40px;
  }
}

.section-space-bottom {
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-bottom {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 40px;
  }
}

.section-space-medium {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-title-space {
  margin-bottom: 35px !important;
}
@media (max-width: 575px) {
  .section-title-space {
    margin-bottom: 35px !important;
  }
}

/*----------------------------------------*/
/*  2.3 accordion
/*----------------------------------------*/
.accordion-common-style .accordion-item {
  border-radius: 0px;
  color: var(--od-black);
  background-color: transparent;
  border: 1px solid var(--od-border-primary);
}
.accordion-common-style .accordion-button {
  font-size: 18px;
  font-weight: 600;
  border-radius: 0;
  color: var(--od-black);
  background-color: var(--od-bg-primary);
  border-bottom: 0 none;
  box-shadow: none;
  padding: 20px 20px;
  margin-bottom: 0;
  padding-inline-end: 38px;
}
@media (max-width:450px) {
  .accordion-common-style .accordion-button {
    padding-inline-end: 60px;
  }
}
.accordion-common-style .accordion-button span {
  color: var(--od-primary);
  padding-inline-end: 15px;
  display: inline-block;
}
.accordion-common-style .accordion-button span i {
  color: var(--od-title-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: var(--od-bg-primary);
  border-radius: 50%;
  font-size: 29px;
}
.accordion-common-style .accordion-button:not(.collapsed) {
  color: var(--od-black);
  background-color: var(--od-bg-primary);
  box-shadow: none;
}
.accordion-common-style .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.accordion-common-style .accordion-button::after {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  height: auto;
  border-radius: 4px;
  margin-inline-start: auto;
  content: "+";
  font-family: var(--od-ff-fontawesome);
  font-size: 18px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  inset-inline-end: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: var(--od-primary);
  background: var(--od-white);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.accordion-common-style .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: var(--od-ff-fontawesome);
}
.accordion-common-style .accordion-body {
  padding: 20px 30px 25px;
  font-size: 16px;
  color: var(--od-black);
  background-color: var(--od-bg-primary);
  border-top: 1px solid var(--od-border-primary);
}
.accordion-common-style .accordion-button-title p {
  font-size: 14px;
  color: var(--od-text-muted);
}
.accordion-common-style.accordion-transparent .accordion-button:not(.collapsed) {
  color: var(--od-white);
}
.accordion-common-style.accordion-transparent .accordion-body {
  background-color: transparent;
}
.accordion-common-style.accordion-style-one .accordion-item {
  margin-bottom: 20px;
  overflow: inherit;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-box-shadow: 0 0 20px 0 rgba(111, 111, 111, 0.15);
  box-shadow: 0 0 20px 0 rgba(111, 111, 111, 0.15);
}
.accordion-common-style.accordion-style-one .accordion-button::after {
  content: "\f105";
  font-family: var(--od-ff-fontawesome);
  transform: translateY(-50%);
}
.accordion-common-style.accordion-style-one .accordion-button:not(.collapsed)::after {
  content: "\f107";
  font-family: var(--od-ff-fontawesome);
}
.accordion-common-style.accordion-style-one .accordion-body {
  border-top: none;
  padding: 0px 30px 25px;
}
.accordion-common-style.accordion-style-two .accordion-item {
  border: none;
  border-radius: 0;
}
.accordion-common-style.accordion-style-two .accordion-item:not(:last-child) {
  border-bottom: 1px solid var(--od-border-primary);
}
.accordion-common-style.accordion-style-two .accordion-item:nth-child(2n) .accordion-button {
  background-color: rgba(0, 72, 97, 0.9);
}
.accordion-common-style.accordion-style-two .accordion-button {
  padding: 15px 30px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.42;
  font-weight: var(--od-fw-sbold);
  color: var(--od-white);
  background-color: #004861;
}
.accordion-common-style.accordion-style-two .accordion-button::after {
  display: none;
}
.accordion-common-style.accordion-style-two .accordion-body {
  padding: 20px 30px;
  border-top: none;
  background-color: rgba(0, 72, 97, 0.06);
}
.accordion-common-style.accordion-bg .accordion-item {
  border: none;
}
.accordion-common-style.accordion-bg .accordion-button {
  color: var(--od-black);
  background-color: var(--od-bg-primary);
  border-radius: 0;
}
.accordion-common-style.accordion-bg .accordion-body {
  color: var(--od-body-text);
  background-color: transparent;
  border-top: 1px solid var(--od-border-primary);
  border: none;
  padding: 20px 20px;
}
.accordion-common-style.accordion-bg.accordion-theme-bg .accordion-item:not(:last-child) .accordion-button {
  margin-bottom: 10px;
}
.accordion-common-style.accordion-bg.accordion-theme-bg .accordion-item:not(:last-child) .accordion-button:not(.collapsed) {
  border-bottom: none;
}
.accordion-common-style.accordion-bg.accordion-theme-bg .accordion-button {
  color: var(--od-white);
  background-color: var(--od-primary);
  border-radius: 5px 5px 5px 5px !important;
  font-family: var(--od-ff-body);
  transition: all 0.3s ease-in-out;
}
.accordion-common-style.accordion-bg.accordion-theme-bg .accordion-button.collapsed {
  color: var(--od-white);
  background-color: var(--od-primary);
}
.accordion-common-style.accordion-style-three .accordion-item {
  border: none;
  border-radius: 0;
}
.accordion-common-style.accordion-style-three .accordion-item:not(:last-child) {
  border-bottom: 1px solid var(--od-border-primary);
}
.accordion-common-style.accordion-style-three .accordion-button {
  padding: 20px 0;
  margin-bottom: 0;
  padding-inline-end: 38px;
  background-color: transparent;
}
.accordion-common-style.accordion-style-three .accordion-button::after {
  background: transparent;
}
.accordion-common-style.accordion-style-three .accordion-body {
  padding: 0 0 25px;
  border-top: none;
}

.od-video-tab .nav-pills {
  background-color: var(--od-white);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  justify-content: space-between;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-video-tab .nav-pills {
    overflow-y: hidden !important;
    overflow: scroll;
    overflow-y: scroll;
    overflow-y: scroll;
    flex-wrap: nowrap !important;
    white-space: nowrap;
  }
}
.od-video-tab .nav-link {
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--od-black);
  background-color: transparent;
  border-radius: 0;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .od-video-tab .nav-link {
    padding: 20px 10px;
    font-size: 18px;
  }
}
.od-video-tab .nav-link span {
  font-size: 16px;
  color: var(--od-light);
  display: block;
  margin-top: 5px;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .od-video-tab .nav-link span {
    font-size: 15px;
  }
}
.od-video-tab .nav-link:hover {
  color: var(--od-white);
  background-color: var(--od-primary);
}
.od-video-tab .nav-link.active {
  color: var(--od-white);
  background-color: var(--od-primary);
}

.od-video-tab-content-wrap {
  position: relative;
}

.od-video-tab-bg {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
  position: relative;
}
.od-video-tab-bg::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(17, 57, 137, 0), #d9d2c5);
  z-index: -1;
}

.od-video-tab-content {
  padding-bottom: 100px;
}

.od-video-tab-popup-video {
  width: 100px;
  height: 500px;
  margin: 0 auto;
}
.od-video-tab-popup-video .od-video-btn .icon {
  width: 90px;
  height: 90px;
  min-width: 90px;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: var(--od-white);
  color: var(--od-primary);
  animation: pulse 2s linear infinite;
  transition: all 0.3s ease-in-out;
}
.od-video-tab-popup-video .od-video-btn .icon:hover {
  color: var(--od-white);
}

.od-video-tab-section .subtitle {
  font-size: 22px;
  color: var(--od-black);
  font-family: var(--od-ff-body);
}

.od-choose-accordion {
  counter-reset: accordion-item;
}
.od-choose-accordion .accordion-item {
  border: 0;
  padding-bottom: 12px;
  position: relative;
}
.od-choose-accordion .accordion-item .accordion-button::before {
  content: "0" counter(accordion-item);
  counter-increment: accordion-item;
  background-image: none !important;
  font-size: 60px;
  font-weight: 700;
  color: var(--od-black);
  opacity: 1;
  position: absolute;
  inset-inline-end: 20px;
  top: 15px;
  line-height: 1.15;
}
@media (max-width: 575px) {
  .od-choose-accordion .accordion-item .accordion-button::before {
    display: none;
  }
}
.od-choose-accordion .accordion-item .accordion-button::after {
  display: none;
}
.od-choose-accordion .accordion-item .title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 15px;
}
.od-choose-accordion .accordion-header {
  margin-bottom: 0;
}
.od-choose-accordion .accordion-button {
  background-color: var(--od-secondary);
  color: var(--od-black);
  font-size: 26px;
  border-radius: 15px !important;
  transition: all 0.25s;
  padding: 34px 30px;
  line-height: 1.7;
}
.od-choose-accordion .accordion-button:not(.collapsed) {
  padding: 0px 30px;
  height: 0;
  overflow: hidden;
  box-shadow: none;
  opacity: 0;
}
.od-choose-accordion .accordion-body {
  border: 2px solid var(--od-primary);
  border-radius: 15px;
  padding: 20px 20px 20px 30px;
  background-color: var(--od-white);
}
.od-choose-accordion .accordion-body p:last-child {
  margin-bottom: 0;
}
.od-choose-accordion .od-why-choose-thumb {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.od-choose-accordion .od-why-choose-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.od-why-choose-thumb-wrap {
  margin-inline-start: 50px;
}
.od-why-choose-thumb-wrap .od-why-choose-thumb-top {
  display: flex;
  gap: 15px;
}
.od-why-choose-thumb-wrap .od-why-choose-thumb-top .media1 {
  width: 180px;
  height: 180px;
  align-self: end;
}
.od-why-choose-thumb-wrap .od-why-choose-thumb-top .media1 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.od-why-choose-thumb-wrap .od-why-choose-thumb-top .media2 {
  width: 370px;
  height: 330px;
}
.od-why-choose-thumb-wrap .od-why-choose-thumb-top .media2 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.od-why-choose-thumb-wrap .od-why-choose-thumb-bottom {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}
.od-why-choose-thumb-wrap .od-why-choose-thumb-bottom .media3 {
  width: 375px;
  height: 220px;
}
.od-why-choose-thumb-wrap .od-why-choose-thumb-bottom .media3 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.od-why-choose-thumb-wrap .od-why-choose-thumb-bottom .media4 {
  width: 175px;
  height: 150px;
}
.od-why-choose-thumb-wrap .od-why-choose-thumb-bottom .media4 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

#clinicalIntrest .accordion-body {
  height: 300px;
  overflow: hidden;
  overflow-y: scroll;
}

/*----------------------------------------*/
/*  2.4 Background
/*----------------------------------------*/
.theme-bg {
  background-color: var(--od-primary);
}

.primary-bg {
  background-color: var(--od-bg-primary);
}

.gray-bg {
  background-color: #f9f9f9;
}

.bg-white {
  background-color: var(--od-white);
}

.full-black-bg {
  background-color: var(--od-black);
}

.theme-black {
  background-color: var(--od-theme-black);
}

.bg-secondary {
  background-color: var(--od-secondary) !important;
}

.primary-bg-two {
  background-color: var(--od-bg-primary-2);
}

.primary-bg-three {
  background-color: #d9d2c5;
}

.bg-success {
  background-color: var(--od-success);
}

.bg-info {
  background-color: var(--od-info);
}

.bg-warning {
  background-color: var(--od-warning);
}

.bg-danger {
  background-color: var(--od-danger);
}

/*----------------------------------------*/
/*  2.2 Buttons
/*----------------------------------------*/
.od-btn {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--od-white);
  display: inline-flex;
  background-color: var(--od-primary);
  align-items: center;
  justify-content: center;
  padding: 15px 30px 12px 30px;
  height: 50px;
  transition: all 0.3s linear;
  border-radius: 0;
  gap: 0 10px;
}
.od-btn.btn-very-small {
  padding: 0 20px;
  height: 36px;
  font-size: 14px;
}
.od-btn.btn-small {
  padding: 0 26px;
  height: 40px;
}
.od-btn.btn-medium {
  padding: 0 30px;
  height: 56px;
}
.od-btn.btn-large {
  padding: 0 34px;
  height: 60px;
  font-size: 20px;
}
.od-btn.btn-extra-large {
  padding: 0 46px;
  height: 76px;
  font-size: 24px;
}

.btn-primary {
  background-color: var(--od-primary);
}
.btn-primary:hover {
  background-color: var(--od-white);
  color: var(--od-primary);
}

.btn-warning {
  background-color: #ffc107;
  color: var(--od-primary);
  font-weight: 500;
}
.btn-warning:hover {
  color: var(--od-primary);
  background-color: var(--od-white);
}

.btn-secondary {
  background-color: var(--od-secondary);
}
.btn-secondary:hover {
  color: var(--od-white);
  background-color: var(--od-primary);
}

.btn-white {
  background-color: var(--od-white);
  color: var(--od-black);
}
.btn-white:hover {
  color: var(--od-white);
  background-color: var(--od-secondary);
}

.btn-outline-primary {
  border: 2px solid var(--od-primary);
  color: var(--od-primary);
}
.btn-outline-primary:hover {
  color: var(--od-white);
  border-color: var(--od-primary);
  background-color: var(--od-primary);
}
.btn-outline-primary.active {
  color: var(--od-white);
  border-color: var(--od-primary);
  background-color: var(--od-primary);
}

.btn-outline-secondary {
  border: 2px solid var(--od-secondary);
  color: var(--od-secondary);
}
.btn-outline-secondary:hover {
  color: var(--od-white);
  border-color: var(--od-secondary);
  background-color: var(--od-secondary);
}

.btn-outline-white {
  border: 2px solid var(--od-white);
  color: var(--od-white);
}
.btn-outline-white:hover {
  color: var(--od-white);
  border-color: var(--od-secondary);
  background-color: var(--od-secondary);
}

.btn-outline-black {
  border: 2px solid var(--od-black);
  color: var(--od-black);
}
.btn-outline-black:hover {
  color: var(--od-primary);
  border-color: var(--od-primary);
  background-color: var(--od-primary);
}

.od-outline-btn {
  padding: 0 30px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--od-fw-medium);
  height: 50px;
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
  background-color: transparent;
  color: var(--od-black);
  border: 2px solid var(--od-primary);
  z-index: 5;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.od-outline-btn:hover {
  color: var(--od-white);
  background-color: var(--od-primary);
  border-color: var(--od-primary);
}
.od-outline-btn.has-black {
  color: var(--od-black);
}
.od-outline-btn.has-black:hover {
  color: var(--od-white);
}
.od-outline-btn.has-white {
  color: var(--od-white);
  border-color: var(--od-white);
}
.od-outline-btn.has-white:hover {
  color: var(--od-white);
  border-color: var(--od-primary);
}

.od-outline-btn-2 {
  padding: 0 30px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--od-fw-medium);
  height: 60px;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  text-transform: capitalize;
  background-color: transparent;
  color: var(--od-black);
  border: 1px solid rgba(128, 128, 128, 0.5);
  z-index: 5;
  transition: all 0.3s ease-in-out;
  gap: 0 10px;
}
.od-outline-btn-2:hover {
  color: var(--od-white);
  background-color: var(--od-primary);
  border-color: var(--od-primary);
}

.mg-primary-btn {
  padding: 0 20px;
  height: 40px;
  background-color: var(--od-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--od-white);
  transition: all 0.3s ease-in-out;
}
.mg-primary-btn:hover {
  color: var(--od-white);
  background-color: var(--od-hover-color);
  text-decoration: underline;
}

.mg-secondary-btn {
  padding: 0 20px;
  height: 40px;
  background-color: var(--od-light);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--od-black);
  transition: all 0.3s ease-in-out;
}
.mg-secondary-btn:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.mg-discount-btn a {
  color: black;
  font-weight: 600;
  position: relative;
  padding-inline-start: 40px;
  z-index: 30;
  padding: 5px 30px 5px 50px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.mg-discount-btn a::before {
  content: "\f291";
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  background: var(--od-primary);
  width: 35px;
  position: absolute;
  height: 100%;
  text-align: center;
  color: var(--od-white);
  border-radius: 50%;
  line-height: 35px;
  font-size: 14px;
  inset-inline-start: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.mg-discount-btn a::after {
  position: absolute;
  content: "";
  top: -2px;
  inset-inline-start: 0;
  height: 100%;
  width: 0;
  border-radius: 22px;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.mg-discount-btn a:hover {
  color: var(--od-white);
}
.mg-discount-btn a:hover::before {
  text-indent: 19px;
}
.mg-discount-btn a:hover::after {
  width: 100%;
  background: var(--od-primary);
}

.mg-video-btn {
  font-size: 14px;
  padding: 12px 10px;
  line-height: 1;
  background-color: var(--od-primary);
  border: 2px solid transparent;
  color: var(--od-white);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: inline-block;
  border-radius: 10px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.mg-video-btn:hover {
  color: var(--od-primary);
  background-color: var(--od-white);
  border-color: var(--od-primary);
}

.mg-cme-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 25px;
  height: 40px;
  color: var(--od-white);
  background: var(--od-primary);
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
.mg-cme-btn:hover {
  background-color: rgba(14, 142, 171, 0.8);
}
.mg-cme-btn.btn-xl {
  height: 50px;
}

.mg-subscribe-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 25px;
  height: 40px;
  color: var(--od-black);
  background: transparent;
  border: 1px solid var(--od-border-primary);
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  gap: 10px;
}
.mg-subscribe-btn:hover {
  color: var(--od-white);
  background-color: var(--od-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mg-subscribe-btn {
    padding: 0px 5px;
    font-size: 15px;
  }
}

.mg-warning-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 25px;
  height: 40px;
  color: var(--od-white);
  background: var(--od-rating-color);
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.mg-warning-btn:hover {
  color: var(--od-white);
  background-color: var(--od-primary);
}

.bd-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.8rem;
  white-space: nowrap;
  background-color: var(--od-primary);
  color: var(--od-white);
  font-weight: var(--od-fw-sbold);
  line-height: 1.2;
  font-size: 1.2rem;
  letter-spacing: 0.02rem;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
.bd-badge img {
  width: 30px;
  height: 30px;
  margin-inline-end: 5px;
  border-radius: 50px;
}
.bd-badge.large {
  padding: 5px 10px;
  font-size: 16px;
}

.badge-primary {
  background-color: var(--od-primary);
}
.badge-secondary {
  background-color: var(--od-secondary);
}
.badge-success {
  background-color: var(--od-success);
}
.badge-warning {
  background-color: var(--od-warning);
}
.badge-danger {
  background-color: var(--od-danger);
}
.badge-info {
  background-color: var(--od-info);
}
.badge-light {
  color: var(--od-black);
  background-color: var(--od-light);
}
.badge-dark {
  color: var(--od-white);
  background-color: var(--od-black);
}
.badge-outline-primary {
  border: 1px solid var(--od-border-primary);
}
.badge-outline-primary:hover {
  color: var(--od-white);
  background-color: var(--od-primary);
  border-color: var(--od-primary);
}
.badge-outline-secondary {
  border: 1px solid var(--od-secondary);
}
.badge-outline-secondary:hover {
  color: var(--od-white);
  background-color: var(--od-secondary);
  border-color: var(--od-secondary);
}
.badge-outline-success {
  border: 1px solid var(--od-success);
}
.badge-outline-success:hover {
  color: var(--od-white);
  background-color: var(--od-success);
  border-color: var(--od-success);
}
.badge-outline-warning {
  border: 1px solid var(--od-warning);
}
.badge-outline-warning:hover {
  color: var(--od-white);
  background-color: var(--od-warning);
  border-color: var(--od-warning);
}
.badge-outline-danger {
  border: 1px solid var(--od-danger);
}
.badge-outline-danger:hover {
  color: var(--od-white);
  background-color: var(--od-danger);
  border-color: var(--od-danger);
}
.badge-outline-light {
  color: var(--od-black);
  border: 1px solid var(--od-light);
}
.badge-outline-light:hover {
  color: var(--od-white);
  background-color: var(--od-primary);
  border-color: var(--od-primary);
}
.badge-outline-dark {
  border: 1px solid var(--od-black);
}
.badge-outline-dark:hover {
  color: var(--od-white);
  background-color: var(--od-black);
  border-color: var(--od-black);
}

/*----------------------------------------*/
/*  2.4 Color Short Code
/*----------------------------------------*/
.text-white {
  color: var(--od-white);
}

.white-text {
  color: var(--od-white);
}

.text-black {
  color: var(--od-black);
}

.text-light {
  color: var(--od-light);
}

.text-theme-black {
  color: var(--od-theme-black);
}

.text-primary {
  color: var(--od-primary);
}

.text-secondary {
  color: var(--od-secondary);
}

.text-success {
  color: var(--od-success);
}

.text-info {
  color: var(--od-info);
}

.text-warning {
  color: var(--od-warning);
}

.text-danger {
  color: var(--od-danger);
}

.body-text {
  color: var(--od-body-text);
}

.taxonomy-color {
  color: var(--od-taxonomy-color);
}

.title-color {
  color: var(--od-black);
}

.label-color {
  color: var(--od-label-color);
}

.rating-color {
  color: var(--od-rating-color) !important;
}

.text-heading {
  color: var(--od-black);
}

/*----------------------------------------*/
/*  2.0 Section Title  
/*----------------------------------------*/
.am-section-title {
  color: var(--od-black);
  text-transform: capitalize;
  font-size: 42px;
  font-weight: 200;
  font-family: var(--od-ff-title);
}
.am-section-title.bottom-line {
  position: relative;
}
.am-section-title.bottom-line::before {
  position: absolute;
  content: "";
  inset-inline-start: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  width: 150px;
  height: 3px;
  background-color: var(--od-primary);
}
[dir=rtl] .am-section-title.bottom-line::before {
  inset-inline-start: auto;
  inset-inline-end: 50%;
}
.am-section-title.bottom-line-start {
  position: relative;
}
.am-section-title.bottom-line-start::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  bottom: -5px;
  width: 150px;
  height: 3px;
  background-color: var(--od-primary);
}
.am-section-title.white-text {
  color: var(--od-white);
}
.am-section-title.white-text.bottom-line::before {
  background-color: var(--od-white);
}
.am-section-title.white-text.bottom-line-start::before {
  background-color: var(--od-white);
}

.od-section-subtitle {
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  color: var(--od-primary);
  font-weight: 400;
  display: block;
}
.od-section-subtitle::before {
  content: "";
  width: 80px;
  height: 1.5px;
  background-color: var(--od-primary);
  display: inline-block;
  margin-inline-end: 20px;
  transform: translateY(-8px);
}
.od-section-subtitle.white {
  color: var(--od-white);
}
.od-section-subtitle.white::before {
  background-color: var(--od-white);
}
.od-section-subtitle.has-bg {
  padding: 5px 10px;
  border-radius: 50px;
  color: var(--od-white);
  background-color: rgba(255, 255, 255, 0.3);
  display: inline-block;
}

.am-section-title-bg {
  background-color: var(--od-primary);
  padding: 10px 15px 8px 15px;
  margin-bottom: 10px;
}
.am-section-title-bg .am-section-title {
  color: var(--od-white);
}

.od-section-box {
  padding: 0 20px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}

.mg-section-title-wrap {
  background-color: var(--od-primary);
  padding: 0 10px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: start;
}
@media (max-width: 575px) {
  .mg-section-title-wrap {
    padding: 10px 10px;
    height: auto;
  }
}

.mg-section-title {
  font-size: 20px;
  font-weight: var(--od-fw-bold);
  color: var(--od-white);
}
@media (max-width: 575px) {
  .mg-section-title {
    font-size: 18px;
  }
}
.mg-section-title.has-big {
  font-size: 48px;
  color: var(--od-black);
}
@media (max-width: 575px) {
  .mg-section-title.has-big {
    font-size: 30px;
  }
}

.mg-section-link {
  color: var(--od-white);
  transition: all 0.3s ease-in-out;
  width: 90px;
}

.mg-section-subtitle {
  color: var(--od-primary);
  font-size: 18px;
  line-height: 2.3;
  display: block;
  margin-bottom: 2px;
  font-weight: 500;
}

.dp-section-title-bg {
  background-color: var(--od-primary);
  padding: 10px 15px 8px 15px;
  margin-bottom: 10px;
}
.dp-section-title-bg .dp-section-title {
  color: var(--od-white);
}

/*----------------------------------------*/
/*  2.6 Breadcrumb
/*----------------------------------------*/
.mg-job-breadcrumb {
  min-height: 360px;
  background-position: center top -140px;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: start;
  background-attachment: fixed;
}
.mg-job-breadcrumb::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.mg-job-breadcrumb-content .mg-job-details .mg-job-company-info span {
  font-size: 14px;
  font-weight: 500;
  color: var(--od-white);
}
.mg-job-breadcrumb-content .mg-job-details .mg-job-meta span {
  color: var(--od-white);
}
.mg-job-breadcrumb-content .mg-job-details .mg-job-company-info .type {
  color: var(--od-danger);
}

.mg-job-breadcrumb-title {
  font-size: 42px;
  margin-bottom: 15px;
  color: var(--od-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mg-job-breadcrumb-title {
    font-size: 32px;
  }
}

.mg-breadcrumb {
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.mg-breadcrumb-bg {
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
.mg-breadcrumb-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  top: 0;
  background: var(--od-black);
  opacity: 0.5;
}
.mg-breadcrumb-title {
  font-size: 54px;
  color: var(--od-white);
  font-weight: var(--od-fw-sbold);
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mg-breadcrumb-title {
    font-size: 36px;
  }
}
.mg-breadcrumb-list {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 10px;
  color: var(--od-white);
  margin-inline-start: 30px;
  font-weight: var(--od-fw-medium);
  font-size: 16px;
}
.mg-breadcrumb-list .active {
  text-align: start;
  text-transform: uppercase;
  color: var(--od-white);
}
.mg-breadcrumb-list span a {
  transition: all 0.3s ease-in-out;
  position: relative;
}
.mg-breadcrumb-list span a:hover {
  color: var(--od-primary);
}
.mg-breadcrumb-list span a:hover::before {
  color: var(--od-primary);
}
.mg-breadcrumb-list span a::before {
  position: absolute;
  content: "\f015";
  font-family: var(--od-ff-fontawesome);
  color: var(--od-white);
  inset-inline-start: -30px;
  top: 7px;
  transform: translateY(-50%);
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.mg-breadcrumb-list .david {
  margin-top: 1px;
}

/*----------------------------------------*/
/*  2.5 Carousel
/*----------------------------------------*/
.od-slider-navigation button {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background-color: var(--od-white);
  color: var(--od-black);
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}
.od-slider-navigation button:hover {
  background-color: var(--od-primary);
  color: var(--od-white);
}
.od-slider-navigation button.swiper-button-disabled {
  opacity: 0.3;
}
.od-slider-navigation button.swiper-button-disabled:hover {
  color: #000;
  background-color: var(--od-light);
}

.od-pricing-navigation button {
  position: absolute;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  top: 50%;
  inset-inline-start: -28px;
  transform: translateY(-50%);
  z-index: 55;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--od-black);
  background-color: var(--od-white);
  transition: all 0.3s linear;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-pricing-navigation button {
    inset-inline-start: 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.od-pricing-navigation button:hover {
  color: var(--od-black);
  background-color: var(--od-white);
}
.od-pricing-navigation button.swiper-button-disabled {
  opacity: 0;
}
.od-pricing-navigation .pricing-navigation-next {
  inset-inline-start: auto !important;
  inset-inline-end: -28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-pricing-navigation .pricing-navigation-next {
    inset-inline-start: auto !important;
    inset-inline-end: 0;
  }
}

.od-pagination {
  display: flex;
  gap: 8px;
  margin-top: 50px;
  justify-content: center;
}
.od-pagination .swiper-pagination-bullet {
  height: 5px;
  width: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  margin: 0 !important;
}
.od-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--od-white);
}

/*----------------------------------------*/
/*  2.13 Tab
/*----------------------------------------*/
@media (max-width: 575px) {
  .features-scroll {
    margin-top: -10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .team-menu-scroll {
    margin-top: -10px;
    padding-bottom: 10px;
  }
}

.od-tab-button {
  padding-inline-start: 90px;
  padding-inline-end: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-tab-button {
    padding-inline-start: 0;
    padding-inline-end: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .od-tab-button {
    padding-inline-start: 80px;
    padding-inline-end: 80px;
  }
}

.tab-style .nav-tabs {
  margin-bottom: 68px;
  border-bottom: none;
  display: flex;
  gap: 20px 15px;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-style .nav-tabs {
    gap: 20px 15px;
    margin-bottom: 38px;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .tab-style .nav-tabs {
    overflow-x: scroll;
    flex-wrap: nowrap !important;
    width: 100%;
  }
}
.tab-style .nav-link {
  background-color: var(--od-white);
  display: block;
  padding: 0 94px;
  height: 64px;
  font-family: var(--od-ff-body);
  font-size: 16px;
  font-weight: 400;
  color: var(--od-black);
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border: none;
  white-space: nowrap;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tab-style .nav-link {
    padding: 0 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tab-style .nav-link {
    padding: 0 56px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tab-style .nav-link {
    padding: 0 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tab-style .nav-link {
    padding: 0 36px;
    height: 52px;
  }
}
@media (max-width: 575px) {
  .tab-style .nav-link {
    padding: 0 17px;
    height: 48px;
    margin-bottom: 10px;
  }
}
.tab-style .nav-link.active {
  color: var(--od-white);
  background-color: var(--od-primary);
}
.tab-style .tab-pane {
  background-color: var(--od-white);
  padding: 40px 50px;
  border-radius: 16px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tab-style .tab-pane {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}

.od-profile-tab .nav-tabs {
  margin-bottom: 50px;
  border-bottom: none;
  gap: 10px;
}
@media (max-width: 575px) {
  .od-profile-tab .nav-tabs {
    overflow-x: scroll;
    overflow-y: hidden !important;
    overflow: scroll;
    overflow-y: scroll;
    flex-wrap: nowrap !important;
    white-space: nowrap;
    padding-bottom: 10px;
    display: flex;
  }
}
.od-profile-tab .nav-link {
  display: block;
  padding: 0 15px;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ccc;
  background: #e2dcce;
  color: var(--od-black);
}
.od-profile-tab .nav-link.active {
  color: var(--od-white);
  background-color: var(--od-primary);
  border-color: var(--od-primary);
}
.od-profile-tab .tab-pane {
  padding-inline-start: 25px;
  height: 530px;
  overflow-y: scroll;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-profile-tab .tab-pane {
    padding-inline-start: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .doctor-grid.doctor-mobile-next {
    height: 570px !important;
  }
}
/*----------------------------------------*/
/*  2.6 Breadcrumb
/*----------------------------------------*/
.offcanvas-area {
  background: var(--od-white) none repeat scroll 0 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  border-inline-start: 1px solid var(--od-border-primary);
}
.offcanvas-area ::-webkit-scrollbar {
  display: none;
}
@media (max-width: 575px) {
  .offcanvas-area {
    width: 400px;
  }
}
@media (max-width: 575px) {
  .offcanvas-area {
    width: 100%;
  }
}
.offcanvas-area.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas-logo a img {
  width: 160px;
}
@media (max-width: 575px) {
  .offcanvas-logo a img {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .offcanvas-logo a img {
    width: 140px;
  }
}
.offcanvas-wrapper {
  position: relative;
  height: 100%;
  padding: 45px 45px;
}
@media (max-width: 575px) {
  .offcanvas-wrapper {
    padding: 30px 30px;
  }
}
.offcanvas-top {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--od-border-primary);
}
.offcanvas-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(10px);
}
.offcanvas-overlay:hover {
  cursor: url(../images/shape/cross-out.png), pointer;
}
.offcanvas-overlay.overlay-open {
  opacity: 1;
  visibility: visible;
}

.sidebar-toggle {
  cursor: pointer;
}

.offcanvas-close-icon {
  line-height: 1;
  color: var(--od-primary);
}
.offcanvas-close-icon .offcanvas-m-lines {
  position: relative;
  display: block;
  height: 12px;
  width: 33px;
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--1 {
  top: 6px;
  transform: rotate(45deg);
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--3 {
  opacity: 0;
  opacity: 0;
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--2 {
  top: 6px;
  transform: rotate(-45deg);
}
.offcanvas-close-icon .offcanvas-m-line {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  transition: top 0.15s ease, transform 0.3s ease;
}
.offcanvas-close-icon .offcanvas-m-line.line--1 {
  top: 0;
}
.offcanvas-close-icon .offcanvas-m-line.line--2 {
  top: 5px;
}
.offcanvas-close-icon .offcanvas-m-line.line--3 {
  bottom: 0;
  bottom: 0;
}
.offcanvas-close-icon:hover .offcanvas-m-line {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.offcanvas-close-icon:hover .offcanvas-m-line:nth-of-type(2) {
  animation-delay: 0.1s;
}

.social-icon-list {
  display: inline-flex;
  gap: 10px;
}
.social-icon-list.small li a {
  width: 25px;
  height: 25px;
  border-radius: 0px;
}
@media (max-width:450px) {
  .social-icon-list {
    gap: 5px;
  }
}

.social-icon-list li {
  list-style: none;
}

.theme-social ul li a {
  width: 50px;
  height: 50px;
  color: var(--od-black);
  border: none;
  background-color: #d3dcdf;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
}
@media (max-width: 575px) {
  .theme-social ul li a {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}
@media (max-width:450px) {
  .theme-social ul li a {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
}
.theme-social ul li a.facebook {
  background-color: #1877F2;
  color: var(--od-white);
}
.theme-social ul li a.twitter {
  background-color: #1DA1F2;
  color: var(--od-white);
}
.theme-social ul li a.linkedin {
  background-color: #0A66C2;
  color: var(--od-white);
}
.theme-social ul li a.instagram {
  background-color: #E4405F;
  color: var(--od-white);
}
.theme-social ul li a.dribbble {
  background-color: #EA4C89;
  color: var(--od-white);
}
.theme-social ul li a.behance {
  background-color: #0057FF;
  color: var(--od-white);
}
.theme-social ul li a.google {
  background-color: #4285F4;
  color: var(--od-white);
}

.theme-social ul li a:hover {
  opacity: 0.8;
}

.form-input-box .form-input {
  position: relative;
}
.form-input-box .form-input span {
  position: absolute;
  display: inline-block;
  color: var(--od-black);
  inset-inline-start: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.form-input-box .form-input input[type=text],
.form-input-box .form-input input[type=email],
.form-input-box .form-input textarea {
  color: var(--od-black);
  border-color: var(--od-black);
}
.form-input-box.textarea .form-input span {
  top: 25px;
}
.form-input-box.input-left-icon textarea {
  height: auto;
}

.form-input-box.input-left-icon .form-input input,
.form-input-box.input-left-icon .form-input textarea {
  padding-inline-start: 50px;
}

/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.backtotop-wrap {
  position: fixed;
  bottom: 30px;
  inset-inline-end: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 5px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background: var(--od-primary);
}
@media (max-width: 575px) {
  .backtotop-wrap {
    bottom: 20px;
    inset-inline-end: 20px;
  }
}
.backtotop-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.backtotop-wrap::after {
  position: absolute;
  font-family: var(--od-ff-fontawesome);
  content: "\f325";
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: var(--od-white);
  inset-inline-start: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.backtotop-wrap svg path {
  fill: none;
}
.backtotop-wrap svg.backtotop-circle path {
  stroke: #ccc;
  stroke-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

/*----------------------------------------*/
/*  2.3 Animations
/*----------------------------------------*/
@-webkit-keyframes btnMarqueeTextX {
  100% {
    transform: translateX(-200%);
  }
}
@keyframes btnMarqueeTextX {
  100% {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes btnMarqueeTextY {
  100% {
    transform: translateY(-200%);
  }
}
@keyframes btnMarqueeTextY {
  100% {
    transform: translateY(-200%);
  }
}
@-webkit-keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.pulse-white {
  animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.animate-play {
  position: relative;
  z-index: 5;
}
.animate-play::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid rgb(134, 134, 134);
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0px;
  bottom: 0px;
  z-index: 0;
  animation-name: popupBtn;
  animation-duration: 1.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: -1;
}
.animate-play::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid rgb(134, 134, 134);
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0px;
  z-index: 0;
  animation-name: popupBtn;
  animation-duration: 1.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: -1;
}

@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.3;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes iconBounce {
  0% {
    animation-timing-function: ease-in;
    opacity: 1;
    transform: translateY(-25px);
  }
  24% {
    opacity: 1;
  }
  40% {
    animation-timing-function: ease-in;
    transform: translateY(-24px);
  }
  65% {
    animation-timing-function: ease-in;
    transform: translateY(-12px);
  }
  82% {
    animation-timing-function: ease-in;
    transform: translateY(-6px);
  }
  93% {
    animation-timing-function: ease-in;
    transform: translateY(-4px);
  }
  25%, 55%, 75%, 87% {
    animation-timing-function: ease-out;
    transform: translateY(0px);
  }
  100% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: translateY(0px);
  }
}
.line-dash {
  stroke-dasharray: 4;
  stroke-dashoffset: 350;
  -webkit-animation: line-dash 30s linear backwards alternate-reverse infinite;
  animation: line-dash 30s linear backwards alternate-reverse infinite;
}

@keyframes line-dash {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes planeRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100px);
  }
}
@keyframes cameraScale {
  0% {
    transform: scale(0.5);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes stoneSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100px);
  }
}
@-moz-keyframes badgeSpin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes badgeSpin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes badgeSpin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes plane3Scale {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Right To Left */
@keyframes right-2-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100px);
  }
}
.upDown {
  animation: upDown 1.3S infinite alternate;
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.spin {
  animation: spin 15s linear infinite;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes qode-draw {
  0%, 100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }
  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-moz-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-ms-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes bubble {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
    -moz-transform: rotate(0deg) translateX(-50px);
    -ms-transform: rotate(0deg) translateX(-50px);
    transform: rotate(0deg) translateX(-50px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
    -moz-transform: rotate(360deg) translateY(100px);
    -ms-transform: rotate(360deg) translateY(100px);
    transform: rotate(360deg) translateY(100px);
  }
}
@-webkit-keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-moz-keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-ms-keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes bounce {
  0%, 10%, 100%, 20%, 50%, 80% {
    transform: translateX(0);
  }
  40%, 60% {
    transform: translateX(-15px);
  }
}
@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-moz-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-ms-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes pulse-blur {
  from, to {
    scale: 1;
    filter: blur(0px);
  }
  50% {
    scale: 1.05;
    filter: blur(2px);
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  inset-inline-start: 0;
  top: 0;
  font-weight: inherit;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.clip span {
  display: inline-block;
  transition: none;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  top: 0;
  inset-inline-end: 0;
  width: 2px;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #3b3b3b;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}

@keyframes line1 {
  0% {
    top: 0px;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
@keyframes line2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
@-moz-keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
@-ms-keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
@keyframes bannerAnimationOne {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(20px, -5px);
  }
  40% {
    transform: translate(50px, 20px);
  }
  60% {
    transform: translate(20px, 50px);
  }
  80% {
    transform: translate(-20px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*----------------------------------------*/
/*  2.12 Short codes
/*----------------------------------------*/
.mg-list-grid ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 10px;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mg-list-grid ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.mg-list-grid ul li {
  position: relative;
  padding-inline-start: 20px;
  color: var(--od-body-text);
}
.mg-list-grid ul li::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--od-body-text);
  border-radius: 50%;
}

.basic-pagination {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}
.basic-pagination ul {
  display: inline-flex;
  gap: 15px;
}
.basic-pagination ul li {
  list-style: none;
}
.basic-pagination ul li a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  inset-inline-end: 0;
  top: 50%;
  font-weight: 600;
  font-size: 16px;
  background-color: var(--od-secondary);
  color: var(--od-white);
  transition: all 0.3s linear;
  border-radius: 4px;
}
.basic-pagination ul li a:hover {
  color: var(--od-white);
  background-color: var(--od-primary);
}
.basic-pagination ul li .current {
  background-color: var(--od-primary);
  color: var(--od-white);
}
.basic-pagination ul li .prev,
.basic-pagination ul li .next {
  font-size: 20px;
}

.od-brand-box {
  cursor: grab;
}

.od-brand-thumb {
  padding-top: 1px;
  text-align: center;
  border: 1px solid var(--od-black);
  margin: 0 auto;
  padding: 15px 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.od-brand-thumb img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.cndkbeforeafter-item img {
  max-width: none;
}

.divider {
  border-top: 1px solid var(--od-border-tertiary);
}

/* display flex */
.d-flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* gap */
.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .gap-30 {
    gap: 15px;
  }
}

/* Border Radius Short Code */
.radius-0 {
  border-radius: 0px;
}

.radius-4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.radius-6 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.radius-8 {
  border-radius: 8px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-16 {
  border-radius: 16px;
}

.radius-24 {
  border-radius: 16px;
}

.radius-50 {
  border-radius: 50px;
}

code {
  font-size: 16px;
  color: var(--od-body-text);
  word-wrap: break-word;
}

.text-border-highlights {
  position: relative;
  z-index: 1;
}
.text-border-highlights span {
  position: absolute;
  inset-inline-start: 0;
  display: inline-block;
  z-index: -1;
  width: calc(100% - 3px);
}

/* Height Short code */
.h-2px {
  height: 2px;
}

.h-3px {
  height: 3px;
}

.h-4px {
  height: 4px;
}

.h-5px {
  height: 5px;
}

.h-6px {
  height: 6px;
}

.h-7px {
  height: 7px;
}

.h-8px {
  height: 8px;
}

.h-9px {
  height: 9px;
}

.h-10px {
  height: 10px;
}

.h-15px {
  height: 15px;
}

.h-20px {
  height: 20px;
}

/* Bottom Short Code */
.bottom-0 {
  inset-block-end: 0;
}

.bottom-5 {
  inset-block-end: 5px;
}

.bottom-6 {
  inset-block-end: 6px;
}

.bottom-7 {
  inset-block-end: 7px;
}

.bottom-8 {
  inset-block-end: 8px;
}

.bottom-9 {
  inset-block-end: 9px;
}

.bottom-10 {
  inset-block-end: 10px;
}

.bottom-15 {
  inset-block-end: 15px;
}

.bottom-20 {
  inset-block-end: 20px;
}

.bottom-25 {
  inset-block-end: 25px;
}

/* Font Size */
.fs-8 {
  font-size: 8px;
}

.fs-9 {
  font-size: 9px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

/* Font Weight */
.fw-1 {
  font-weight: var(--od-fw-thin);
}

.fw-2 {
  font-weight: var(--od-fw-elight);
}

.fw-3 {
  font-weight: var(--od-fw-light);
}

.fw-4 {
  font-weight: var(--od-fw-regular);
}

.fw-5 {
  font-weight: var(--od-fw-medium);
}

.fw-6 {
  font-weight: var(--od-fw-sbold);
}

.fw-7 {
  font-weight: var(--od-fw-bold);
}

.fw-8 {
  font-weight: var(--od-fw-ebold);
}

.fw-9 {
  font-weight: var(--od-fw-black);
}

.od-breadcrumb-content {
  border-bottom: 1px solid var(--od-border-primary);
  margin-bottom: 30px;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sidebar-sticky {
  position: sticky;
  top: 120px;
}

.cml-50 {
  margin-inline-start: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cml-50 {
    margin-inline-start: 0;
  }
}

/*----------------------------------------*/
/*  2.10 Preloader
/*----------------------------------------*/
.bd-search-popup {
  width: 100%;
  font-size: 64px;
  padding-bottom: 17px;
}
.bd-search-popup-area {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  z-index: 99999;
  min-height: 300px;
  align-items: center;
  background-color: var(--od-bg-primary);
  transform: translateY(-10%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
}
.bd-search-popup-area.bd-search-opened {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
.bd-search-form {
  position: relative;
  width: 100%;
  border-bottom: 2px solid var(--od-border-primary);
  padding-bottom: 20px;
}
.bd-search-input {
  background-color: transparent;
  display: flex;
  align-items: center;
}
.bd-search-input input {
  width: 100%;
  color: var(--od-placeholder);
  height: auto;
  background-color: transparent;
  font-size: 32px;
  margin: 0 55px;
  border: none;
  outline: none;
}
.bd-search-input input::placeholder {
  color: var(--od-placeholder);
  opacity: 0.5;
  font-size: 32px;
}
.bd-search-input input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.bd-search-submit {
  position: absolute;
  inset-inline-start: 0;
  top: 40%;
  transform: translateY(-50%);
}
.bd-search-submit button {
  color: var(--od-primary);
  font-size: 35px;
  position: relative;
  transform: translateY(-10px);
}
.bd-search-submit button:hover {
  color: var(--od-secondary);
}
.bd-search-close-btn {
  position: absolute;
  inset-inline-end: 0;
  top: 40%;
  transform: translateY(-50%);
}
.bd-search-close-btn button {
  font-size: 50px;
  color: var(--od-primary);
}
.bd-search-close-btn button:hover {
  transform: rotate(90deg);
  color: var(--od-secondary);
}
.bd-search-overlay {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  transition-delay: 0.3s;
  transition: all 0.3s ease-in-out;
}
.bd-search-overlay.bd-search-opened {
  opacity: 1;
  visibility: visible;
}
.bd-search-overlay.bd-search-opened:hover {
  cursor: url(../images/shape/cross-out.webp), pointer;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.5.1 Header Style 1
/*----------------------------------------*/
@media (min-width: 1201px) {
  .header-style-one .container-fluid {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 1201px) and (min-width: 576px) and (max-width: 767px), (min-width: 1201px) and (max-width: 575px) {
  .header-style-one .container-fluid {
    padding: 0 15px;
  }
}

.od-header-logo {
  padding: 8px 0;
  max-width: 211px;
}
.od-header-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.od-header-logo-sticky {
  display: none;
  padding: 8px 0;
  max-width: 211px;
}

.header-style-one {
  background-color: var(--od-white);
  border-bottom: 1px solid var(--od-black);
}

.header-transparent {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  top: 0;
  inset-inline-start: 0;
  z-index: 5;
}

.od-header-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 44px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .od-header-left {
    gap: 0 10px;
  }
}

.od-header-right {
  display: flex;
  align-items: center;
  gap: 0 36px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .od-header-right {
    gap: 0 20px;
  }
}
@media (max-width: 575px) {
  .od-header-right {
    gap: 0 15px;
  }
}
@media (max-width:450px) {
  .od-header-right {
    gap: 0 10px;
  }
}

.od-header-btn {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width:450px) {
  .od-header-btn .od-btn:first-child {
    display: none;
  }
}

.od-header-bottom {
  background-color: var(--od-white);
  padding: 10px 0;
}
.od-header-bottom .od-header-logo {
  padding: 0px 0;
}
.od-header-bottom .od-header-logo img {
  max-width: 175px;
}

.od-header-bottom-right {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0 30px;
}

.od-header-bottom-right-input {
  width: 100%;
  position: relative;
}
.od-header-bottom-right-input input {
  height: 60px;
  border-radius: 50px;
  background-color: rgba(128, 128, 128, 0.05);
  border-color: rgba(128, 128, 128, 0.5);
}
.od-header-bottom-right-input input[type=text] {
  padding-inline-end: 75px;
}

.od-header-bottom-right-btn {
  width: 180px;
}
@media (max-width: 575px) {
  .od-header-bottom-right-btn {
    display: none;
  }
}

.od-header-bottom-right-input-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 6px;
  font-weight: 500;
  background: var(--od-primary);
  color: var(--od-white);
  z-index: 5;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  overflow: hidden;
  text-transform: capitalize;
  border-radius: 100%;
  width: 50px;
}
.od-header-bottom-right-input-btn:hover {
  background-color: #0e8eab;
  color: var(--od-white);
}

/*----------------------------------------*/
/*  3.5.1 Header Style 1
/*----------------------------------------*/
.od-header-top {
  background-color: var(--od-secondary);
  color: var(--od-white);
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-header-top {
    display: none;
  }
}
.od-header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .od-header-top-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .od-header-top-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
.od-header-top-menu > ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0 18px;
}
@media (max-width: 575px) {
  .od-header-top-menu > ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
.od-header-top-menu > ul > li:not(:last-child) {
  border-inline-end: 1px solid #fff;
  padding-inline-end: 18px;
}
.od-header-top-menu > ul > li a {
  color: var(--od-white);
  font-size: 16px;
  transition: all 0.3s linear;
}
.od-header-top-menu > ul > li a:hover {
  color: var(--od-primary);
  text-decoration: underline;
}

.od-header-top-left {
  display: flex;
  align-items: center;
  gap: 50px;
}
.od-header-top-left a:not(:last-child) {
  position: relative;
}
.od-header-top-left a:not(:last-child)::before {
  position: absolute;
  content: "";
  inset-inline-end: -25px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
}

.od-header-top-right .header-social {
  display: flex;
  align-items: center;
  gap: 30px;
}
.od-header-top-right .header-social li {
  position: relative;
}
.od-header-top-right .header-social li::after {
  position: absolute;
  content: "";
  inset-inline-end: -15px;
  top: -10px;
  width: 1px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.25);
}
.od-header-top-right .header-social li:first-child {
  position: relative;
}
.od-header-top-right .header-social li:first-child::before {
  position: absolute;
  content: "";
  inset-inline-start: -15px;
  top: -10px;
  width: 1px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.25);
}

.od-header-middle {
  border-bottom: 2px solid #CAD4DD;
}

.od-header-middle-logo {
  margin-top: 18px;
  margin-bottom: 18px;
  max-width: 214px;
}

.od-header-middle-rating-wrap {
  display: flex;
  align-items: end;
  gap: 15px;
}

.od-header-middle-rating-icon {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 30px;
  color: #00e5d0;
}

.od-header-middle-rating-text {
  line-height: 1;
}
.od-header-middle-rating-text .view {
  color: var(--od-label-color);
  white-space: nowrap;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
.od-header-middle-rating-text span {
  color: var(--od-label-color);
}

.od-header-middle-doctify {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.od-header-middle-doctify-logo {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODMiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMjMgODQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGgKICAgIGQ9Ik0xMjkuMTM0IDY1LjAyNTlDMTM0LjAyNSA2NS4wMjU5IDEzOC40NzggNjIuODkxOSAxNDAuMjMgNTkuOTA0M1Y2NC40NTY4SDE0OC4xODZWMTQuMDk0MkgxNDAuMjNWMzMuMDg2OUMxMzguMDQgMzAuMDk5MyAxMzMuNzMzIDI4LjAzNjQgMTI4Ljk4OCAyOC4wMzY0QzExNy44OTMgMjguMDM2NCAxMTEuNTQzIDM1LjcxODggMTExLjU0MyA0Ni41MzExQzExMS41NDMgNTcuMzQzNSAxMTcuODkzIDY1LjAyNTkgMTI5LjEzNCA2NS4wMjU5Wk0xMzAuMTU2IDU4LjI2ODJDMTIzLjczMyA1OC4yNjgyIDExOS40OTkgNTMuNTczNCAxMTkuNDk5IDQ2LjUzMTFDMTE5LjQ5OSAzOS40MTc4IDEyMy43MzMgMzQuNzk0MSAxMzAuMTU2IDM0Ljc5NDFDMTM2LjU4IDM0Ljc5NDEgMTQwLjgxNCAzOS40MTc4IDE0MC44MTQgNDYuNTMxMUMxNDAuODE0IDUzLjU3MzQgMTM2LjU4IDU4LjI2ODIgMTMwLjE1NiA1OC4yNjgyWiIKICAgIGZpbGw9ImN1cnJlbnRDb2xvciIvPgogIDxwYXRoCiAgICBkPSJNMTY5LjY4MiA2NS4wMjU5QzE4MC43MDUgNjUuMDI1OSAxODguNjYxIDU3LjI3MjMgMTg4LjY2MSA0Ni41MzExQzE4OC42NjEgMzUuNzkgMTgwLjcwNSAyOC4wMzY0IDE2OS42ODIgMjguMDM2NEMxNTguNTg3IDI4LjAzNjQgMTUwLjcwNCAzNS43OSAxNTAuNzA0IDQ2LjUzMTFDMTUwLjcwNCA1Ny4yNzIzIDE1OC41ODcgNjUuMDI1OSAxNjkuNjgyIDY1LjAyNTlaTTE2OS42ODIgNTguMjY4MkMxNjMuMTEzIDU4LjI2ODIgMTU4LjczMyA1My40MzExIDE1OC43MzMgNDYuNTMxMUMxNTguNzMzIDM5LjYzMTIgMTYzLjExMyAzNC43OTQxIDE2OS42ODIgMzQuNzk0MUMxNzYuMTc5IDM0Ljc5NDEgMTgwLjYzMiAzOS42MzEyIDE4MC42MzIgNDYuNTMxMUMxODAuNjMyIDUzLjQzMTEgMTc2LjE3OSA1OC4yNjgyIDE2OS42ODIgNTguMjY4MloiCiAgICBmaWxsPSJjdXJyZW50Q29sb3IiLz4KICA8cGF0aAogICAgZD0iTTIwOS41OTIgNjUuMDI1OUMyMTguNTcxIDY1LjAyNTkgMjI0LjkyMSA2MC41NDQ1IDIyNi40NTQgNTMuMDc1NEwyMTguNjQ0IDUxLjU4MTZDMjE3Ljc2OCA1NS43Nzg1IDIxNC40ODMgNTguMjY4MiAyMDkuODExIDU4LjI2ODJDMjAzLjUzNCA1OC4yNjgyIDE5OS4zNzMgNTMuNjQ0NSAxOTkuMzczIDQ2LjUzMTFDMTk5LjM3MyAzOS40MTc4IDIwMy40NjEgMzQuNzk0MSAyMDkuODExIDM0Ljc5NDFDMjE0LjQ4MyAzNC43OTQxIDIxNy45MTQgMzcuNTY4MyAyMTguNjQ0IDQxLjYyMjlMMjI2LjM4MSA0MC4xMjkxQzIyNS4xNCAzMi43MzEyIDIxOC42NDQgMjguMDM2NCAyMDkuNTkyIDI4LjAzNjRDMTk4LjU3IDI4LjAzNjQgMTkxLjEyNSAzNS41MDU0IDE5MS4xMjUgNDYuNTMxMUMxOTEuMTI1IDU3LjU1NjkgMTk4LjU3IDY1LjAyNTkgMjA5LjU5MiA2NS4wMjU5WiIKICAgIGZpbGw9ImN1cnJlbnRDb2xvciIvPgogIDxwYXRoCiAgICBkPSJNMjUxLjA0MyA2NC4xNzIzTDI1MC41MzIgNTcuMjcyM0MyNDkuMTQ1IDU3LjkxMjUgMjQ3LjQ2NiA1OC4xMjU5IDI0Ni4wNzkgNTguMTI1OUMyNDMuMDg2IDU4LjEyNTkgMjQxLjA0MiA1Ni4yNzY1IDI0MS4wNDIgNTIuNzE5OFYzNS4yMjA5SDI1MC41MzJWMjguNjA1NUgyNDEuMDQyVjE3LjkzNTRIMjMzLjA4NlYyOC42MDU1SDIyNi42NjJWMzUuMjIwOUgyMzMuMDg2VjUzLjE0NjZDMjMzLjA4NiA2MS4zMjcgMjM4LjI2OSA2NS4wMjU5IDI0NS4yMDMgNjUuMDI1OUMyNDcuMjQ3IDY1LjAyNTkgMjQ5LjI5MSA2NC43NDE0IDI1MS4wNDMgNjQuMTcyM1oiCiAgICBmaWxsPSJjdXJyZW50Q29sb3IiLz4KICA8cGF0aAogICAgZD0iTTI1OC43NzUgMjIuNjMwMkMyNjEuNzY4IDIyLjYzMDIgMjY0LjAzMSAyMC40MjUxIDI2NC4wMzEgMTcuNjUwOUMyNjQuMDMxIDE0LjgwNTUgMjYxLjc2OCAxMi42MDA0IDI1OC43NzUgMTIuNjAwNEMyNTUuODU1IDEyLjYwMDQgMjUzLjY2NiAxNC44MDU1IDI1My42NjYgMTcuNjUwOUMyNTMuNjY2IDIwLjQyNTEgMjU1Ljg1NSAyMi42MzAyIDI1OC43NzUgMjIuNjMwMlpNMjU0LjgzMyA2NC40NTY4SDI2Mi43OVYyOC42MDU1SDI1NC44MzNWNjQuNDU2OFoiCiAgICBmaWxsPSJjdXJyZW50Q29sb3IiLz4KICA8cGF0aAogICAgZD0iTTI3Mi43MzggNjQuNDU2OEgyODAuNjk0VjM1LjIyMDlIMjg5LjY3M1YyOC42MDU1SDI4MC42OTRWMjUuNDA0NEMyODAuNjk0IDIxLjg0NzggMjgyLjczOCAxOS41NzE1IDI4NS44NzcgMTkuNTcxNUMyODcuMTE4IDE5LjU3MTUgMjg4LjM1OSAxOS43ODQ5IDI4OS42NzMgMjAuMjgyOEwyOTAuMTExIDEzLjczODVDMjg4LjUwNSAxMy4yNDA2IDI4Ni42OCAxMi45NTYgMjg0Ljg1NSAxMi45NTZDMjc3Ljg0NyAxMi45NTYgMjcyLjczOCAxNy40Mzc1IDI3Mi43MzggMjUuNTQ2N1YyOC42MDU1SDI2Ni42NzlWMzUuMjIwOUgyNzIuNzM4VjY0LjQ1NjhaIgogICAgZmlsbD0iY3VycmVudENvbG9yIi8+CiAgPHBhdGgKICAgIGQ9Ik0zMTMuOTc2IDI4LjYwNTVMMzA0LjEyMiA1My40MzExTDI5NC40ODYgMjguNjA1NUgyODUuODczTDMwMC4xOCA2My4zODk4TDI5NC42MzIgNzcuNDAzMkgzMDIuODA4TDMyMi4xNTIgMjguNjA1NUgzMTMuOTc2WiIKICAgIGZpbGw9ImN1cnJlbnRDb2xvciIvPgogIDxwYXRoCiAgICBkPSJNNzQuODY2NyAxMy4yMTQxQzYxLjU4NTMgMTEuODI0NSA1NS4yMzk2IDIyLjc2NjIgNDguMjIzMiAyNC45Njk1QzQ3LjQyODUgMjUuMDM4NCA0Ni42MDg5IDI1LjA0NDYgNDUuNzcwNiAyNS4wMjU5QzQ1LjgwNzkgMjUuMDM4NCA0NS44NDUxIDI1LjA1NzIgNDUuODgyNCAyNS4wNjk3QzUzLjIwOTIgMjUuNzAxOSA2Mi4zODAxIDIxLjc2NDYgNzIuMDM1NCAyOS43MTQzQzg5LjM1ODkgNDMuOTczNSA3Ny40MTg3IDcwLjk0NTggNDcuMjA0OSA4MS43MDZDNDkuMTc5NSA4Mi40MDA4IDUxLjIzNDcgODMuMDI2OCA1My4zNjQ0IDgzLjU3NzZDNTcuNDkzNSA4NC42NDE3IDYxLjkzMzEgODMuNjQwMiA2NS40MzUgODEuMTkyN0MxMDIuNzY0IDU1LjAzNDEgMTAyLjIxOCAxNi4wODcyIDc0Ljg2NjcgMTMuMjE0MVoiCiAgICBmaWxsPSIjQTdGM0Q4Ii8+CiAgPHBhdGgKICAgIGQ9Ik03NC44NjY3IDEzLjIxNDFDNjEuNTg1MyAxMS44MjQ1IDU1LjIzOTYgMjIuNzY2MiA0OC4yMjMyIDI0Ljk2OTVDNDcuNDI4NSAyNS4wMzg0IDQ2LjYwODkgMjUuMDQ0NiA0NS43NzA2IDI1LjAyNTlDNDUuODA3OSAyNS4wMzg0IDQ1Ljg0NTEgMjUuMDU3MiA0NS44ODI0IDI1LjA2OTdDNTMuMjA5MiAyNS43MDE5IDYyLjM4MDEgMjEuNzY0NiA3Mi4wMzU0IDI5LjcxNDNDODkuMzU4OSA0My45NzM1IDc3LjQxODcgNzAuOTQ1OCA0Ny4yMDQ5IDgxLjcwNkM0OS4xNzk1IDgyLjQwMDggNTEuMjM0NyA4My4wMjY4IDUzLjM2NDQgODMuNTc3NkM1Ny40OTM1IDg0LjY0MTcgNjEuOTMzMSA4My42NDAyIDY1LjQzNSA4MS4xOTI3QzEwMi43NjQgNTUuMDM0MSAxMDIuMjE4IDE2LjA4NzIgNzQuODY2NyAxMy4yMTQxWiIKICAgIGZpbGw9InVybCgjcGFpbnQwX3JhZGlhbCkiLz4KICA8cGF0aAogICAgZD0iTTE5LjY1NDMgMTMuMjE0MUMzMi45MzU3IDExLjgyNDUgMzkuMjgxNSAyMi43NjYyIDQ2LjI5NzggMjQuOTY5NUM0Ny4wOTI2IDI1LjAzODQgNDcuOTEyMiAyNS4wNDQ2IDQ4Ljc1MDUgMjUuMDI1OUM0OC43MTMyIDI1LjAzODQgNDguNjc1OSAyNS4wNTcyIDQ4LjYzODcgMjUuMDY5N0M0MS4zMTE5IDI1LjcwMTkgMzIuMTQxIDIxLjc2NDYgMjIuNDg1NyAyOS43MTQzQzUuMTYyMTcgNDMuOTczNSAxNy4xMDI0IDcwLjk0NTggNDcuMzE2MSA4MS43MDZDNDUuMzQxNiA4Mi40MDA4IDQzLjI4NjQgODMuMDI2OCA0MS4xNTY2IDgzLjU3NzZDMzcuMDI3NiA4NC42NDE3IDMyLjU4OCA4My42NDAyIDI5LjA4NiA4MS4xOTI3Qy04LjI0MzQgNTUuMDM0MSAtNy42OTY5OSAxNi4wODcyIDE5LjY1NDMgMTMuMjE0MVoiCiAgICBmaWxsPSJ1cmwoI3BhaW50MV9yYWRpYWwpIi8+CiAgPHBhdGgKICAgIGQ9Ik00Ny4yMDc3IDgxLjcwNkM0NS4xNTg2IDgyLjQyNTkgNDMuMDEwMyA4My4wOTU2IDQwLjc2ODggODMuNjg0QzIwLjExNzEgNzQuMDEzIDguODY2MTMgNTYuNjM2NiAxNC4yNjE5IDQzLjI1OTlDMTIuNDQyNiA1Ny4yMjUgMjQuODk4MiA3My44NjkxIDQ3LjIwNzcgODEuNzA2WiIKICAgIGZpbGw9InVybCgjcGFpbnQyX2xpbmVhcikiLz4KICA8cGF0aAogICAgZD0iTTcyLjAzNSAyOS43MTMyQzYyLjM3OTggMjEuNzYzNSA1My4yMDg5IDI1LjcwMDggNDUuODgyMSAyNS4wNjg2QzQ1Ljg0NDggMjUuMDU2MSA0NS44MDc2IDI1LjAzNzMgNDUuNzcwMyAyNS4wMjQ4QzM4Ljg5NjggMjQuODc0NSAzMC42NzU4IDIyLjUyNzIgMjIuMDY5OSAyOS42MTkzQzQuNjk2NzIgNDMuOTI4NiAxNi43NzM1IDcxLjAxOTkgNDcuMTk4NCA4MS43MDQ5Qzc3LjQxODQgNzAuOTQ0OCA4OS4zNTg2IDQzLjk3MjQgNzIuMDM1IDI5LjcxMzJaIgogICAgZmlsbD0idXJsKCNwYWludDNfcmFkaWFsKSIvPgogIDxwYXRoCiAgICBkPSJNMzQuNTU1MiA5LjY1OTIzQzMwLjUxNjMgNy4zOTcxOCAzMC4wMDk0IDIuNDYwMDEgMzQuMDIyIDEuNjYyMjhDMzcuNDQ0NiAwLjk4MTgxNSA0MS4wNzM0IDEuNjI0OTUgNDQuMTAyNCAzLjU5MTYxQzQ5LjIwMzkgNi45MDI3NSA1MC41MjIgMTUuMjAyOSA0OC4xMDExIDIwLjIzMTZDNDcuNTg3NyAyMS4yOTgxIDQ2LjE4MjEgMjEuMjI5NSA0NS40NzUxIDIwLjI4MDJDNDIuNDcwNSAxNi4yNDYgMzguNTk0MSAxMS45MjEzIDM0LjU1NTIgOS42NTkyM1oiCiAgICBmaWxsPSJ1cmwoI3BhaW50NF9yYWRpYWwpIi8+CiAgPGRlZnM+CiAgICA8cmFkaWFsR3JhZGllbnQgaWQ9InBhaW50MF9yYWRpYWwiIGN4PSIwIiBjeT0iMCIgcj0iMSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiCiAgICAgICAgICAgICAgICAgICAgZ3JhZGllbnRUcmFuc2Zvcm09InRyYW5zbGF0ZSg1Mi40MTI1IDM4LjUxOTkpIHJvdGF0ZSgtMzMuNjU4KSBzY2FsZSg2MS4zODA5IDYxLjg3OSkiPgogICAgICA8c3RvcCBvZmZzZXQ9IjAuNTM2NjU0IiBzdG9wLWNvbG9yPSIjMUNERkNEIi8+CiAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzAwQUE5QyIvPgogICAgPC9yYWRpYWxHcmFkaWVudD4KICAgIDxyYWRpYWxHcmFkaWVudCBpZD0icGFpbnQxX3JhZGlhbCIgY3g9IjAiIGN5PSIwIiByPSIxIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIKICAgICAgICAgICAgICAgICAgICBncmFkaWVudFRyYW5zZm9ybT0idHJhbnNsYXRlKDQ4LjY5NTggMjkuMzg3NSkgcm90YXRlKDE3OC41OCkgc2NhbGUoNDguNzEwOSA0OS4xMDYyKSI+CiAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiMxRERGQ0UiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIwLjk5MjI0OSIgc3RvcC1jb2xvcj0iIzJCNUFFMCIvPgogICAgPC9yYWRpYWxHcmFkaWVudD4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQyX2xpbmVhciIgeDE9IjQxLjMzMzUiIHkxPSI4Mi4yMDU0IiB4Mj0iMTUuNDU4OCIgeTI9IjU2LjY2NjgiCiAgICAgICAgICAgICAgICAgICAgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgogICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjMkI1OUUwIi8+CiAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzA3MTAzNyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogICAgPHJhZGlhbEdyYWRpZW50IGlkPSJwYWludDNfcmFkaWFsIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIgogICAgICAgICAgICAgICAgICAgIGdyYWRpZW50VHJhbnNmb3JtPSJ0cmFuc2xhdGUoODAuNjkyOSA2NS40NTM3KSByb3RhdGUoLTE1MS4wNzMpIHNjYWxlKDY5LjA2MDYgNjkuNjIxKSI+CiAgICAgIDxzdG9wIG9mZnNldD0iMC4wODgzNiIgc3RvcC1jb2xvcj0iIzJCNTlFMCIvPgogICAgICA8c3RvcCBvZmZzZXQ9IjAuNzk2NzkyIiBzdG9wLWNvbG9yPSIjMURERkNFIi8+CiAgICA8L3JhZGlhbEdyYWRpZW50PgogICAgPHJhZGlhbEdyYWRpZW50IGlkPSJwYWludDRfcmFkaWFsIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIgogICAgICAgICAgICAgICAgICAgIGdyYWRpZW50VHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzYuMTM5IDguNzA0OTYpIHJvdGF0ZSgzMy4xNzY5KSBzY2FsZSgyMi4wNzcyIDIxLjM1NTEpIj4KICAgICAgPHN0b3Agb2Zmc2V0PSIwLjE5MjExMSIgc3RvcC1jb2xvcj0iIzJCNTlFMCIvPgogICAgICA8c3RvcCBvZmZzZXQ9IjAuNzkzMDY5IiBzdG9wLWNvbG9yPSIjMURERkNFIi8+CiAgICA8L3JhZGlhbEdyYWRpZW50PgogIDwvZGVmcz4KPC9zdmc+Cg==") 50% no-repeat;
  background-size: cover;
  width: 85px;
  height: 29px;
  display: block;
  line-height: 1;
}

.od-header-middle-doctify-text {
  color: var(--od-label-color);
}

.od-header-middle-meta {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: end;
}

.od-header-search {
  position: relative;
  width: auto;
  height: 100%;
  transition: width 0.3s ease;
}
.od-header-search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-inline-start: 0;
  padding-inline-end: 0;
  background: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  color: var(--od-black);
  transition: width 0.3s ease;
}
.od-header-search input::placeholder {
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--od-ff-body);
  color: var(--od-black);
}
.od-header-search button {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--od-secondary);
}
.od-header-search.active {
  position: absolute;
  width: 100%;
  height: 100%;
  inset-inline-end: 0;
  background: var(--od-white);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

/*----------------------------------------*/
/*  3.5.4 Header Common Style 
/*----------------------------------------*/
.od-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 99999999;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .od-header-inner {
    gap: 0 20px;
  }
}
.od-header-language {
  position: relative;
  display: none;
}
.od-header-language:hover .od-language-dropdown {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.od-language-btn {
  font-size: 16px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  color: var(--od-black);
  cursor: pointer;
}
.od-language-btn:hover {
  color: var(--od-primary);
}
.od-language-dropdown {
  min-width: 100px;
  background-color: var(--od-white);
  padding-bottom: 10px;
  transition: 0.3s;
  z-index: 1001;
  position: absolute;
  top: 58px;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top center;
}
.od-language-dropdown ul li {
  position: relative;
  list-style: none;
}
.od-language-dropdown ul li a {
  padding: 5px 15px;
  display: block;
  color: #000;
  transition: 0.3s;
  white-space: nowrap;
}
.od-language-dropdown ul li a:hover {
  color: var(--od-primary);
}

.od-sticky {
  position: fixed !important;
  top: 0;
  z-index: 55;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  background: var(--od-white);
  border-top: 0;
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1);
}
.od-sticky .od-header-action-btn {
  border: 1px solid var(--od-black);
  color: var(--od-black);
}
.od-sticky .od-header-logo {
  display: none;
}
.od-sticky .od-header-logo-sticky {
  display: block;
}
.od-sticky .bar-icon span {
  background: var(--od-black);
}
.od-sticky .od-header-bottom {
  display: none;
}
.od-sticky .btn-white {
  background-color: var(--od-primary);
  color: var(--od-white);
}
.od-sticky .btn-white:hover {
  color: var(--od-white);
  background-color: var(--od-secondary);
}
.od-sticky .btn-outline-white {
  border: 1px solid var(--od-primary);
  color: var(--od-primary);
}
.od-sticky .btn-outline-white:hover {
  color: var(--od-white);
  border-color: var(--od-secondary);
  background-color: var(--od-secondary);
}
.od-sticky .btn-outline-black:hover {
  color: var(--od-primary);
  border-color: var(--od-primary);
}
.od-sticky .main-menu li:not(:last-child)::after {
  background: var(--od-black);
}
[dir=rtl] .od-sticky .main-menu li::after {
  background: var(--od-black);
}
.od-sticky .od-header-top {
  display: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .od-header-menu {
    display: none;
  }
}

.od-header-hamburger {
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-header-hamburger {
    display: block;
  }
}

.bar-icon {
  width: 28px;
  height: 20px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: color 0.2s ease-out;
}
.bar-icon span {
  width: 28px;
  height: 2px;
  background: var(--od-black);
  display: inline-block;
  transition: color 0.2s ease-out;
  margin: 0 auto;
  margin-inline-end: auto;
  margin-inline-end: 0;
}
.bar-icon span:nth-child(1) {
  width: 21px;
  transition: all 0.3s linear;
}
.bar-icon span:nth-child(2) {
  width: 28px;
  transition: all 0.3s linear;
}
.bar-icon span:nth-child(3) {
  width: 15px;
  transition: all 0.3s linear;
}
.bar-icon:hover span {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.bar-icon:hover span:nth-child(2) {
  animation-delay: 0.1s;
}
.bar-icon:hover span:nth-child(3) {
  animation-delay: 0.2s;
}
.bar-icon.is-black span {
  background: var(--od-black);
}
.bar-icon.is-white span {
  background: var(--od-white);
}
.bar-icon.style-two span {
  transition: all 0.3s ease-in;
}
.bar-icon.style-two span:nth-child(2) {
  width: 85%;
}
.bar-icon.style-two span:nth-child(3) {
  width: 75%;
}
.bar-icon.style-two:hover span {
  width: 100%;
}

@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-moz-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@-ms-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@-webkit-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
.header-search {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-inline-start: 20px;
}

@media (min-width: 1024px) {
  .header-search {
    top: 0 !important;
  }
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.header-search i {
  position: absolute;
  top: 1px;
  bottom: 1px;
  inset-inline-end: 1px;
  z-index: 1;
  cursor: pointer;
  display: block;
  color: #444;
  font-size: 20px;
  line-height: 35px;
  min-width: 40px;
  text-align: center;
  background-color: #fff;
}

.header-search input[type=text],
.header-search input[type=search] {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  border: 1px solid transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 14px;
  line-height: 1.2em;
  color: #444;
  transition: 0.2s;
}

.header-search input[type=submit],
.header-search button[type=submit] {
  display: none;
}

.header-search:hover input[type=text],
.header-search:hover input[type=search],
.header-search input[type=text]:focus,
.header-search input[type=search]:focus {
  width: 230px;
  padding: 0 45px 0 10px;
  border-color: #ccc;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1.1 banner Style 1
/*----------------------------------------*/
/*----------------------------------------*/
/*  3.1.1 banner Style 1
/*----------------------------------------*/
.od-hero-thumb-meta {
  background: var(--od-white);
  padding: 35px 35px;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-hero-thumb-meta {
    width: 360px;
    margin: 0 auto;
  }
}

.od-hero-thumb-social {
  margin-bottom: 15px;
}
.od-hero-thumb-social ul {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  list-style-type: none;
  justify-content: center;
}

.od-hero-thumb-social ul li img {
  width: 50px;
  height: auto;
  object-fit: cover;
}

.od-hero-ratting {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ratting-star span {
  color: var(--od-black);
}

.ratting-star span.active {
  color: var(--od-rating-color);
}

/*----------------------------------------*/
/*  3.1.6 Single Banner
/*----------------------------------------*/
.od-home-single-wrapper {
  position: relative;
}
.od-home-single-wrapper:hover .thumb img {
  transform: scale(1.05);
}
.od-home-single-wrapper .thumb {
  overflow: hidden;
}
.od-home-single-wrapper .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.od-home-single-wrapper .content {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  padding: 30px 30px;
  width: 100%;
  height: 150px;
  background-color: rgba(24, 16, 15, 0.4);
}
@media (max-width: 575px) {
  .od-home-single-wrapper .content {
    padding: 10px 15px;
    width: 100%;
    height: 80px;
  }
}
.od-home-single-wrapper .content .title {
  font-size: 32px;
  color: var(--od-white);
}
@media (max-width: 575px) {
  .od-home-single-wrapper .content .title {
    font-size: 22px;
  }
}

/* Menu index */
/*----------------------------------------*/
/*  3.6.2 Main menu css
/*----------------------------------------*/
.main-menu > ul {
  display: inline-flex;
  gap: 0 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu > ul {
    gap: 0 20px;
  }
}
.main-menu > ul > li:hover > a {
  color: var(--od-primary);
}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
}
.main-menu > ul > li:hover > ul.submenu li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 100%;
}
.main-menu li {
  position: relative;
  list-style: none;
}
.main-menu li:not(:last-child)::after {
  position: absolute;
  content: "";
  right: -15px;
  top: 50%;
  width: 1px;
  height: 20px;
  background: rgba(24, 16, 15, 0.75);
  transform: translateY(-50%);
}
[dir=rtl] .main-menu li:first-child::after {
  display: none;
}
[dir=rtl] .main-menu li::after {
  position: absolute;
  content: "";
  right: -15px;
  top: 48%;
  width: 2px;
  height: 17px;
  background: rgba(24, 16, 15, 0.75);
  transform: translateY(-50%);
}
.main-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--od-black);
  padding: 31px 0px;
  line-height: 1;
  display: inline-block;
  font-family: var(--od-ff-body);
  position: relative;
  transition: all 0.3s linear;
  text-transform: capitalize;
}
.main-menu li a.active {
  color: var(--od-primary);
}
.main-menu .submenu {
  background-color: var(--od-white);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 18px 0px;
  width: 295px;
  position: absolute;
  inset-inline-start: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
  top: 100%;
  border-top: 3px solid var(--od-primary);
}
.main-menu .submenu ul {
  background-color: var(--od-white);
  padding: 18px 0px;
  width: 260px;
  position: absolute;
  inset-inline-start: calc(100% + 10px);
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu .submenu li {
  position: relative;
  padding: 0 0;
  padding-inline-start: 0px;
  padding-inline-end: 0;
}
.main-menu .submenu li::after {
  display: none;
}
.main-menu .submenu li:hover > a {
  color: var(--od-primary);
}
.main-menu .submenu li:hover > ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}
.main-menu .submenu li a {
  font-size: 16px;
  color: var(--od-black);
  padding: 12px;
  display: block;
  transition: all 0.5s;
  text-align: left;
  cursor: pointer;
}
.main-menu .has-mega-menu {
  position: static;
  transition: all 0.5s ease-in-out;
}
.main-menu .mega-menu {
  background-color: var(--od-white);
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  padding: 20px 30px;
  position: absolute;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  width: 1000px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 50px;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 20;
  transition: all 0.5s;
  top: 80px;
  text-align: start;
  border-radius: 0 0 8px 8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu .mega-menu {
    column-gap: 30px;
  }
}
.main-menu .mega-menu li:has(ul) > a:after {
  content: "";
}
.main-menu .mega-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--od-black);
  padding: 10px;
  display: inline-block;
  align-items: center;
  gap: 8px;
  background: transparent;
  border-radius: 8px;
  transition: all 0.3s;
}
.main-menu .mega-menu li a:hover {
  color: var(--od-primary);
}
.main-menu .mega-style-2 {
  padding: 0 15%;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}
.main-menu .mega-style-2 .title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-inline-start: 30px;
}
.main-menu .mega-style-2 .title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
}
.main-menu .mega-style-2 > li:not(:first-child) {
  border-inline-start: 1px solid #333337;
}
.main-menu .mega-style-2 ul {
  column-count: 2;
  position: relative;
  padding: 20px 0;
}
.main-menu .mega-style-2 ul:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 700px;
  background-color: #333337;
  top: 0;
  inset-inline-start: 50%;
  z-index: 1;
}
.main-menu .mega-style-2 ul li a {
  padding-inline-start: 30px;
}
.main-menu .mega-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 60px;
}
.main-menu .mega-grid-3 {
  grid-template-columns: repeat(3, 1fr);
  row-gap: 60px;
}
.main-menu .mega-grid-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 0 30px;
}
.main-menu .mega-grid-5 {
  grid-template-columns: repeat(5, 1fr);
  gap: 0 30px;
}
.main-menu .mega-grid-6 {
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}
.main-menu .home-menu-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 20px;
  column-gap: 20px;
}
.main-menu .list-3-column ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu .list-3-column ul {
    column-gap: 30px;
  }
}
.main-menu .span-first-item ul li:first-child {
  grid-column: 1/-1;
  column-span: all;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu-2 {
    display: none;
  }
}
.main-menu-2 li {
  display: inline-block;
  padding: 0 10px;
}
.main-menu-2 li a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: var(--od-white);
  padding: 10px;
  text-transform: capitalize;
}
.main-menu-2 li a:hover {
  color: var(--od-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu-2 li a {
    padding: 5px 0;
  }
}
.main-menu-3 li {
  display: inline-block;
  margin-inline-end: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu-3 li {
    margin-inline-end: 25px;
  }
}
.main-menu-3 li:last-child {
  margin-inline-end: 0;
}
.main-menu-3 li a {
  color: var(--od-white);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.main-menu-3 li a:hover {
  color: var(--od-primary);
}
.main-menu-4 li {
  display: inline-block;
  margin-inline-end: 50px;
}
.main-menu-4 li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--od-white);
  text-transform: uppercase;
}
.main-menu-4 li a:hover {
  color: var(--od-primary);
}

.main-menu .mega-style-3 .title,
.main-menu .mega-style-2 .title {
  padding-top: 28px;
}

.main-menu li .has-arrow > a::before {
  content: "\f107";
  font-family: var(--od-ff-fontawesome);
  font-weight: 600;
  position: absolute;
  inset-inline-end: 32px;
  transition: all 0.3s ease-in-out;
}
.main-menu li .has-arrow:hover a::before {
  transform: rotate(-90deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .last-children.submenu {
    inset-inline-end: 10px;
    inset-inline-start: auto;
  }
  .last-children.submenu ul {
    inset-inline-end: calc(100% + 10px);
    inset-inline-start: auto;
  }
  .last-children .has-arrow:hover a::after {
    transform: rotate(90deg) !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .main-menu > ul > li:hover > ul.last-children.submenu li:hover > ul {
    inset-inline-end: 100%;
    inset-inline-start: auto;
  }
}

.home-menu-item {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .home-menu-item {
    margin-bottom: 20px;
    padding-top: 20px;
  }
}
.home-menu-item:hover .home-menu-thumb::before {
  opacity: 0.5;
}
.home-menu-item:hover .home-menu-buttons {
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}
.home-menu-thumb {
  position: relative;
  border: 1px solid var(--od-border-primary);
  border-radius: 6px;
}
.home-menu-thumb::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--od-secondary);
  opacity: 0;
  transition: all 0.3s linear;
  inset-inline-start: 0;
  bottom: 0;
  border-radius: 6px;
}
.home-menu-thumb img {
  width: 100%;
  border-radius: 6px;
}

.home-menu-buttons {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: scale(1, 0);
  opacity: 0;
  visibility: hidden;
  transform-origin: bottom center;
  transition: 500ms ease;
  gap: 10px;
}
.home-menu-buttons .home-menu-btn {
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: var(--od-white) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 15px !important;
  transition: all 0.3s linear !important;
  border-radius: 6px !important;
  background-color: var(--od-primary) !important;
}
.home-menu-buttons .home-menu-btn:hover {
  color: var(--od-white) !important;
  background-color: var(--od-secondary) !important;
}

/* primary title */
.od-sticky .main-menu li a {
  color: var(--od-black);
}

.od-sticky .main-menu > ul > li:hover > a {
  color: var(--od-primary);
}

/*----------------------------------------*/
/*  3.6.1 Mobile Menu css
/*----------------------------------------*/
.od-mobile-menu-smaller {
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-mobile-menu-smaller {
    display: block;
  }
}

.od-offcanvas-menu ul li {
  position: relative;
  list-style: none;
}
.od-offcanvas-menu ul li:not(:last-child) {
  margin-bottom: 8px;
}
.od-offcanvas-menu ul li > a {
  display: block;
  font-size: 16px;
  color: var(--od-black);
  padding: 10px 0;
  padding-inline-end: 20px;
}
.od-offcanvas-menu ul li > a:hover {
  color: var(--od-primary);
}
.od-offcanvas-menu ul li.active > a {
  color: var(--od-primary);
}
.od-offcanvas-menu ul li.active > .od-menu-close {
  background-color: var(--od-primary);
  border-color: var(--od-primary);
  color: var(--od-white);
}
.od-offcanvas-menu ul li.active > .od-menu-close i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.od-offcanvas-menu ul li > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.od-offcanvas-menu ul li .submenu,
.od-offcanvas-menu ul li .mega-menu {
  display: none;
  padding-inline-start: 20px;
}
.od-offcanvas-menu ul li .has-homemenu {
  padding-inline-start: 0;
}
.od-offcanvas-menu ul li .homemenu-title {
  color: var(--od-white);
}

.od-menu-close {
  position: absolute;
  inset-inline-end: 0;
  top: 8px;
  font-size: 18px;
  color: #7F8387;
  z-index: 1;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.od-menu-close i {
  transition: all 0.3s ease-in-out;
}

/*----------------------------------------*/
/*  3.2.2 Blog css
/*----------------------------------------*/
.wc-blog-card {
  position: relative;
  z-index: 1;
  padding: 20px;
  height: 100%;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.wc-blog-card::after {
  content: "";
  background: var(--od-white);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  z-index: -1;
  mask-image: url(../images/blog/bg02.svg);
  mask-position: right bottom;
  border-radius: 30px 30px 0 30px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.wc-blog-card-thumb {
  border-radius: 16px;
  height: 250px;
  margin-bottom: 15px;
}
.wc-blog-card-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.wc-blog-card-content {
  padding: 10px;
}
.wc-blog-card-content .title {
  font-size: 28px;
  margin-bottom: 15px;
}

.wc-blog-card-meta {
  margin-bottom: 0;
  margin-top: 25px;
  margin-inline-end: 35px;
}
.wc-blog-card-meta ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  list-style-type: none;
}
.wc-blog-card-meta ul li {
  background-color: var(--od-primary);
  color: var(--od-white);
  border-radius: 15px;
  font-weight: 500;
  font-size: 13px;
  padding: 5px 15px 5px 23px;
  line-height: 1.4;
  position: relative;
}

.blog-circle-btn {
  height: 48px;
  width: 48px;
  min-width: 48px;
  border-radius: 50px;
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  color: var(--od-white);
  background-color: var(--od-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.blog-circle-btn:hover {
  color: var(--od-white);
}
.blog-circle-btn:hover i {
  color: var(--od-white);
  -webkit-animation: toTopRight 0.5s forwards;
  -moz-animation: toTopRight 0.5s forwards;
  animation: toTopRight 0.5s forwards;
}
.blog-circle-btn i {
  transform: rotate(-45deg);
}

@-webkit-keyframes toTopRight {
  49% {
    -webkit-transform: translate(30px, -30px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-30px, 30px);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopRight {
  49% {
    -moz-transform: translate(30px, -30px);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-30px, 30px);
  }
  51% {
    opacity: 1;
  }
}
.swiper-shadow-add {
  padding: 15px 15px !important;
  margin: -15px -15px !important;
}

.od-blog-card {
  border: 1px solid var(--od-secondary);
  border-radius: 16px;
  overflow: hidden;
}
.od-blog-card:hover .img_hover-1::before {
  opacity: 0.85;
}
.od-blog-card:hover .img_hover-1::after {
  animation: circle 0.75s;
}
.od-blog-card .title {
  font-family: var(--od-ff-body);
}

.od-blog-thumb {
  border-radius: 16px 16px 0 0;
  height: 300px;
  position: relative;
}
.od-blog-thumb img {
  border-radius: 16px 16px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.od-blog-content {
  background-color: var(--od-secondary);
  padding: 25px 20px 20px;
  border-radius: 0 0 16px 16px;
}

.od-blog-title {
  display: block;
  color: var(--od-white);
  line-height: 1.5;
  font-size: 24px;
  margin-bottom: 25px;
  font-family: var(--od-ff-body);
}

.od-blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.od-blog-meta-item {
  display: inline-flex;
  gap: 0 8px;
  align-items: center;
  font-size: 16px;
  font-weight: var(--od-fw-regular);
  color: #B3C2D2;
  color: var(--od-light);
}

.od-blog-btn {
  font-size: 18px;
  font-weight: var(--od-fw-medium);
  color: var(--od-primary);
}

.img_hover-1::before {
  position: absolute;
  content: "";
  width: 100%;
  inset-inline-start: 0;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  height: 100%;
  opacity: 0;
  background: #282f3b;
  opacity: 0;
  transition: 0.5s ease-in-out !important;
  border-radius: 16px 16px 0 0;
}
.img_hover-1::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px 16px 0 0;
  bottom: 0;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  opacity: 0;
  margin: auto;
}

/* Blog style two */
.od-blog-img {
  border-radius: 16px 16px 0 0;
  position: relative;
  height: 288px;
}
.od-blog-img img {
  border-radius: 16px 16px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.od-blog-meta-2 {
  display: flex;
  align-items: center;
  gap: 40px;
  color: var(--od-body-text);
}
.od-blog-meta-2 .date {
  position: relative;
}
.od-blog-meta-2 .date::before {
  position: absolute;
  content: "";
  inset-inline-end: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--od-light);
}

.od-blog-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.od-blog-list-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-inline-start: 20px;
}
@media (max-width: 575px) {
  .od-blog-list-wrap {
    margin-inline-start: 0;
  }
}
@media (max-width: 575px) {
  .od-blog-list {
    flex-direction: column;
  }
}
.od-blog-list:hover .thumb::before {
  opacity: 0.85;
}
.od-blog-list:hover .thumb::after {
  animation: circle 0.75s;
}
.od-blog-list .thumb {
  width: 115px;
  height: 115px;
  min-width: 115px;
  position: relative;
}
@media (max-width: 575px) {
  .od-blog-list .thumb {
    width: 100%;
    height: 100%;
  }
}
.od-blog-list .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.od-blog-list .thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  inset-inline-start: 0;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  height: 100%;
  opacity: 0;
  background: #282f3b;
  opacity: 0;
  transition: 0.5s ease-in-out !important;
  border-radius: 8px;
}
.od-blog-list .thumb::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  bottom: 0;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  opacity: 0;
  margin: auto;
}
.od-blog-list .title {
  margin-bottom: 10px;
  font-family: var(--od-ff-body);
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
.swiper-shadow-add {
  padding: 15px 15px !important;
  margin: -15px -15px !important;
}

.mg-blog-slider-navigation button {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background-color: transparent;
  border: 1px solid var(--od-primary);
  color: var(--od-primary);
  transition: all 0.3s ease-in-out;
}
.mg-blog-slider-navigation button:hover {
  background-color: var(--od-primary);
  color: var(--od-white);
}

/*----------------------------------------*/
/*  3.2.1 Blog tag css
/*----------------------------------------*/
.mg-blog-wrapper {
  position: relative;
  display: flex;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  overflow: hidden;
  border-radius: 0px;
}
@media (max-width: 575px) {
  .mg-blog-wrapper {
    flex-direction: column;
  }
}
.mg-blog-wrapper.blog-list {
  flex-direction: column;
}
.mg-blog-wrapper.blog-list .mg-blog-thumb-wrap {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  overflow: hidden;
}
.mg-blog-wrapper.blog-list .mg-blog-content-wrap {
  padding: 30px;
}

.mg-blog-thumb-wrap {
  position: relative;
  min-width: 350px;
  height: 210px;
}
@media (max-width: 575px) {
  .mg-blog-thumb-wrap {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    overflow: hidden;
  }
}
.mg-blog-thumb-wrap .thumb {
  width: 100%;
  height: 100%;
}
.mg-blog-thumb-wrap .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img_hover-1::before {
  position: absolute;
  content: "";
  width: 100%;
  inset-inline-start: 0;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  height: 100%;
  opacity: 0;
  background: #282f3b;
  opacity: 0;
  transition: 0.5s ease-in-out !important;
  border-radius: 0;
}
.img_hover-1::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0px !important;
  bottom: 0;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  opacity: 0;
  margin: auto;
}

.mg-blog-wrapper:hover .img_hover-1::before {
  opacity: 0.85;
}
.mg-blog-wrapper:hover .img_hover-1::after {
  animation: circle 0.75s;
}

.mg-blog-tag {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  padding: 7px 12px 2px;
  background: var(--od-black);
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 26px;
  border-radius: 0px 0px 10px 0px;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}

.mg-blog-tag i {
  margin-inline-end: 6px;
}

.mg-blog-content-wrap {
  position: relative;
  padding: 20px;
}
.mg-blog-content-wrap .date {
  position: relative;
  margin-bottom: 15px;
}
.mg-blog-content-wrap .date span {
  display: block;
  color: var(--od-primary);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.mg-blog-content-inner {
  margin-bottom: 15px;
  border-bottom: 1px solid var(--od-border-primary);
  padding-bottom: 15px;
}
.mg-blog-content-inner .title {
  display: block;
  color: var(--od-black);
  line-height: 32px;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.mg-blog-content-inner .desc {
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mg-blog-content-inner .mg-blog-btn {
  display: block;
  color: var(--od-black);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.mg-blog-author {
  position: relative;
}
.mg-blog-author .thumb img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  float: left;
  border-radius: 50%;
}
.mg-blog-author .meta {
  position: relative;
  margin-inline-start: 60px;
  padding: 6px 0px 0px 0px;
}
.mg-blog-author .meta p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--od-primary);
}
.mg-blog-author .meta .name {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: var(--od-black);
  font-family: var(--od-ff-body);
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
/*----------------------------------------*/
/*  3.2.3 Postbox css
/*----------------------------------------*/
.mg-postbox-content {
  margin-inline-start: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mg-postbox-content {
    margin-inline-start: 0;
    margin-bottom: 30px;
  }
}

.mg-postbox-details-wrap {
  margin-inline-start: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mg-postbox-details-wrap {
    margin-inline-start: 0;
  }
}

.mg-postbox-details {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mg-postbox-details {
    padding: 15px;
  }
}

.mg-postbox-details-thumb {
  margin-bottom: 30px;
}
.mg-postbox-details-thumb img {
  width: 100%;
}

.mg-post-details-meta ul {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 575px) {
  .mg-post-details-meta ul {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.mg-post-details-meta ul li {
  list-style: none;
}
.mg-post-details-meta ul li:not(:last-child) {
  margin-inline-end: 20px;
}
.mg-post-details-meta ul li a {
  color: var(--od-taxonomy-color);
}
.mg-post-details-meta ul li img {
  width: 40px;
  height: auto;
  border-radius: 139px;
  margin-inline-end: 10px;
}
.mg-post-details-meta ul li span {
  color: var(--od-label-color);
}
.mg-post-details-meta ul li i {
  color: var(--od-primary);
  margin-inline-end: 2px;
}

.mg-postbox-details-title {
  margin-bottom: 10px;
}

.mg-postbox-details-desc {
  margin-bottom: 15px;
}

.sl-number-counts {
  counter-reset: count;
}
.sl-number-counts li::before {
  counter-increment: count;
  content: counter(count) ". ";
  transition: all 500ms ease;
  display: inline-block;
}

.mg-postbox-info-list {
  margin-inline-start: 35px;
}
.mg-postbox-info-list ul li {
  list-style: none;
  color: var(--od-body-text);
}
.mg-postbox-info-list ul li strong {
  color: var(--od-black);
}
.mg-postbox-info-list ul li:not(:last-child) {
  margin-bottom: 10px;
}

.mg-postbox-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid var(--od-border-primary);
  border-bottom: 1px solid var(--od-border-primary);
  margin-top: 30px;
}
@media (max-width: 575px) {
  .mg-postbox-meta {
    gap: 15px 0;
    flex-wrap: wrap;
  }
}

.mg-postbox-navigation {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mg-postbox-navigation::before {
  position: absolute;
  content: "";
  inset-inline-start: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 1px;
  background-color: var(--od-border-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mg-postbox-navigation::before {
    display: none;
  }
}

.mg-postbox-more-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 5px;
  color: var(--od-body-text);
  transition: all 0.3s ease-in-out;
}
.mg-postbox-more-link:hover {
  color: var(--od-primary);
}

/*----------------------------------------*/
/*  3.2.4 Recent Post css
/*----------------------------------------*/
.section-effect-1 {
  border: 1px solid #dfdfdf;
  padding: 1rem;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);
}

.sidebar-widget-post .recent-post {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-top: 15px;
}
.sidebar-widget-post .recent-post:not(:last-child) {
  padding-bottom: 15px;
}
@media (max-width: 575px) {
  .sidebar-widget-post .recent-post {
    flex-direction: column;
    align-items: start;
  }
}
.sidebar-widget-post .recent-post-title {
  margin-bottom: 5px;
  font-family: var(--od-ff-body);
}
.sidebar-widget-post .recent-post-thumb {
  width: 100px;
  height: 100px;
  min-width: 100px;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
}
.sidebar-widget-post .recent-post-thumb:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.sidebar-widget-post .recent-post-thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  inset-inline-start: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sidebar-widget-post .recent-post-thumb {
    width: 150px;
    height: 150px;
    min-width: 150px;
  }
}
@media (max-width: 575px) {
  .sidebar-widget-post .recent-post-thumb {
    margin-bottom: 15px;
    margin-inline-end: 0;
  }
}
.sidebar-widget-post .recent-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar-widget-post .recent-post-date span {
  color: var(--od-primary);
  margin-inline-end: 2px;
}
.sidebar-widget-post .recent-post-price {
  color: var(--od-primary);
}

/*----------------------------------------*/
/*  3.2.5 Sidebar css
/*----------------------------------------*/
.mg-postbox-sidebar:not(:last-child) {
  margin-bottom: 30px;
}

.widget-title {
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
  margin-inline-start: 60px;
  font-weight: 700;
  color: var(--od-black);
}
.widget-title::before {
  position: absolute;
  content: "";
  width: 50px;
  inset-inline-start: -60px;
  height: 2px;
  background: var(--od-primary);
  top: 0;
  bottom: 0;
  margin: auto;
}
.widget-title::after {
  position: absolute;
  content: "";
  width: 10px;
  inset-inline-start: -60px;
  height: 10px;
  border-radius: 10px;
  background: var(--od-primary);
  top: 0;
  bottom: 0;
  margin: auto;
}

.wp-block-categories {
  padding: 15px 30px 10px;
  list-style: none;
}
.wp-block-categories li {
  color: var(--od-black);
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: var(--od-fw-medium);
  position: relative;
  padding-inline-start: 15px;
  transition: all 0.3s ease-in-out;
  padding-bottom: 10px;
}
.wp-block-categories li::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  background-color: var(--od-black);
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.wp-block-categories li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-block-categories li:hover {
  color: var(--od-primary);
}
.wp-block-categories li:hover::before {
  background-color: var(--od-primary);
}
.wp-block-categories li a {
  transition: all 0.3s ease-in-out;
}
.wp-block-categories li a:hover {
  color: var(--od-primary);
}

.blog-widget-categories {
  height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}
.blog-widget-categories .accordion-common-style .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.blog-widget-categories .accordion-common-style .accordion-item:last-child {
  margin-bottom: 0;
}
.blog-widget-categories .accordion-common-style .accordion-button {
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  color: var(--od-black);
  background-color: var(--od-bg-primary);
  border-bottom: 0 none;
  box-shadow: none;
  padding: 20px 20px;
  margin-bottom: 0;
  padding-inline-end: 38px;
}
.blog-widget-categories .accordion-common-style .accordion-button::after {
  width: auto;
  height: auto;
  background: transparent;
  box-shadow: none;
  color: var(--od-black);
}
.blog-widget-categories .accordion-common-style .accordion-button:not(.collapsed)::after {
  color: var(--od-white);
}
.blog-widget-categories .accordion-common-style .accordion-body {
  padding: 0 0;
  font-size: 16px;
  color: var(--od-black);
  background-color: var(--od-bg-primary);
  border-top: none;
}
.blog-widget-categories .accordion-common-style.accordion-transparent .accordion-button:not(.collapsed) {
  color: var(--od-white);
  background-color: var(--od-primary);
}

/*----------------------------------------*/
/*  3.4.1 Footer Style 1
/*----------------------------------------*/
.wc-footer-subscribe-form {
  position: relative;
}
.wc-footer-subscribe-form input[type=text] {
  padding-inline-start: 15px;
  padding-inline-end: 55px;
  border-color: var(--od-border-secondary);
}
.wc-footer-subscribe-form span {
  position: absolute;
  inset-inline-end: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  color: var(--od-primary);
}

.wc-footer-area {
  background: #f7f7f7;
}
.wc-footer-top {
  padding: 50px 0;
  position: relative;
  z-index: 9;
}
.wc-footer-logo {
  max-width: 200px;
}
.wc-footer-intro {
  color: var(--od-white);
}
.wc-footer-social ul {
  margin: 0;
  padding: 0;
}
.wc-footer-social ul li {
  list-style: none;
  float: inline-start;
  margin-inline-end: 10px;
}
.wc-footer-social ul li a {
  border-radius: 3px;
  background: var(--od-white);
  color: var(--od-primary);
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  padding: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.wc-footer-social ul li a:hover {
  color: var(--od-primary);
  text-decoration: none;
  box-shadow: inset 0 0 0 5px rgba(30, 118, 189, 0.2);
}
.wc-footer-title {
  margin-bottom: 20px;
  padding: 0;
  font-size: 26px;
  font-weight: 500;
  position: relative;
  color: var(--od-white);
  position: relative;
}
.wc-footer-title::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  bottom: -5px;
  height: 2px;
  width: 30px;
  background-color: var(--od-primary);
}
.wc-footer-contact li {
  display: flex;
  align-items: center;
  margin: 0 0 15px 0;
}
.wc-footer-contact li a {
  color: var(--od-white);
  transition: all 0.3s ease-in-out;
}
.wc-footer-contact li a:hover {
  color: var(--od-primary);
}
.wc-footer-contact li i {
  margin-inline-end: 20px;
}
.wc-footer-copyright-footer {
  padding: 15px 0;
  border-top: 1px solid var(--od-white);
  position: relative;
}
.wc-footer-copyright {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 9;
  color: var(--od-white);
}

.wc-footer-blog-post {
  list-style-type: none;
}
.wc-footer-blog-post li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wc-footer-blog-post li .thumb {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.wc-footer-blog-post li .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.wc-footer-blog-post li .title {
  color: var(--od-white);
}
.wc-footer-blog-post li .date {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}
.wc-footer-blog-post li:not(:last-child) {
  margin-bottom: 30px;
}

.icn-list {
  font-size: 15px;
  line-height: 24px;
}

.icn-list li {
  position: relative;
  list-style: none;
  color: var(--od-white);
}

.icn-list li:not(:last-child) {
  margin-bottom: 7px;
}

.icn-list li > i {
  position: absolute;
  inset-inline-start: 0;
  top: 4px;
  font-size: 18px;
  color: var(--od-primary);
}

.wc-footer-rec-doctor {
  list-style-type: none;
  padding-top: 10px;
}
.wc-footer-rec-doctor li {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 575px) {
  .wc-footer-rec-doctor li {
    align-items: start;
  }
}
.wc-footer-rec-doctor li:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(14, 142, 171, 0.5);
  padding-bottom: 20px;
}
.wc-footer-rec-doctor li .thumb {
  width: 80px;
  height: 80px;
}
.wc-footer-rec-doctor li .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
.wc-footer-rec-doctor li .content .name {
  margin-bottom: 8px;
  color: var(--od-white);
}
.wc-footer-rec-doctor li .content .rating {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.8);
}
.wc-footer-rec-doctor li .content .rating .icon i {
  color: var(--od-rating-color);
}
.wc-footer-rec-doctor li .content span {
  color: rgba(255, 255, 255, 0.7);
}

.am-footer-menu ul li {
  list-style: none;
  font-size: 18px;
  font-weight: 600;
  color: var(--od-white);
}
.am-footer-menu ul li:not(:last-child) {
  margin-bottom: 10px;
}

.am-footer-area-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.am-footer-area-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  top: 0;
  background: rgba(0, 72, 97, 0.8);
  background: rgba(0, 94, 139, 0.9098039216);
}

/*----------------------------------------*/
/*  about css
/*----------------------------------------*/
.wc-featured-single-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}

.wc-featured-single-box .wc-featured-single-box-content {
  padding: 30px;
  padding-inline-end: 232px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .wc-featured-single-box .wc-featured-single-box-content {
    padding-inline-end: 30px;
  }
}

.wc-featured-single-box-content:hover .icon {
  background-color: #0e8eab;
}
.wc-featured-single-box-content:hover .icon svg path {
  color: var(--od-white);
}
.wc-featured-single-box-content .icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(14, 142, 171, 0.1);
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.wc-featured-single-box-content .icon img,
.wc-featured-single-box-content .icon svg {
  width: 32px;
  height: 32px;
  object-fit: cover;
}
.wc-featured-single-box-content .icon svg path {
  color: var(--od-primary);
  transition: all 0.3s ease-in-out;
}
.wc-featured-single-box-content .title {
  color: var(--od-primary);
  font-size: 24px;
  transition: 0.3s;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}
.wc-featured-single-box-content .title:hover {
  color: var(--od-secondary);
}
.wc-featured-single-box-content .para {
  color: var(--od-body-text);
  font-size: 16px;
  font-weight: 500;
}
.wc-featured-single-box-content .learnmore {
  text-transform: uppercase;
  color: var(--od-primary);
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
}
.wc-featured-single-box-content .learnmore span.right-arow {
  color: var(--od-primary);
  display: inline-block;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.wc-featured-single-box-content .learnmore:hover {
  color: var(--od-secondary);
}
.wc-featured-single-box-content .learnmore:hover span.right-arow {
  transition: 0.3s;
  transform: rotate(0);
  color: var(--od-secondary);
}

/* team css */
/* service css */
/* why choose css start */
/* pricing css start */
.wc-pricing-navigation button {
  position: absolute;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  top: 50%;
  inset-inline-start: -28px;
  transform: translateY(-50%);
  z-index: 55;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--od-black);
  background-color: var(--od-white);
  transition: all 0.3s linear;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .wc-pricing-navigation button {
    inset-inline-start: 0;
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.wc-pricing-navigation button:hover {
  color: var(--od-white);
  background-color: var(--od-primary);
}
.wc-pricing-navigation button.swiper-button-disabled {
  opacity: 0;
}
.wc-pricing-navigation .pricing-navigation-next {
  inset-inline-start: auto !important;
  inset-inline-end: -28px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .wc-pricing-navigation .pricing-navigation-next {
    inset-inline-start: auto !important;
    inset-inline-end: 0px;
  }
}
.wc-pricing-slider-box {
  position: relative;
  border-radius: 12px;
  display: block;
}
.wc-pricing-slider-box .thumb img {
  border-radius: 12px;
}
.wc-pricing-slider-box .wc-pricing-slider-box-content {
  width: auto;
  background: linear-gradient(0deg, rgba(17, 19, 20, 0), rgba(17, 19, 20, 0));
  padding: 0 0 80px 25px;
  color: rgb(255, 255, 255);
  font-size: 24px;
  letter-spacing: 0rem;
  font-weight: 600;
  text-align: left;
  position: absolute;
  bottom: 0px;
  inset-inline-start: 0px;
  inset-inline-end: 0px;
  line-height: initial !important;
}
.wc-pricing-slider-box .wc-pricing-slider-box-content .title {
  font-size: 24px;
  font-weight: var(--od-fw-sbold);
  color: var(--od-white);
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wc-pricing-slider-box .wc-pricing-slider-box-content .subtitle {
  font-size: 20px;
  font-weight: var(--od-fw-medium);
  color: var(--od-white);
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* blog css start */
.wc-blog-area .container-fluid {
  padding: 0 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .wc-blog-area .container-fluid {
    padding: 0 15px;
  }
}
.wc-blog-wrapper {
  display: flex;
  position: relative;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .wc-blog-wrapper {
    flex-direction: column;
  }
}
.wc-blog-wrapper::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  top: 0;
  background: #F4F4F5;
  border-radius: 8px;
  z-index: -1;
}
.wc-blog-thumb {
  width: 50%;
  display: block;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .wc-blog-thumb {
    width: 100%;
    height: 300px;
  }
}
.wc-blog-thumb img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.wc-blog-content {
  padding: 32px 32px 32px;
  width: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .wc-blog-content {
    width: 100%;
  }
}
.wc-blog-tags {
  text-transform: uppercase;
  color: var(--od-primary);
  font-size: 14px;
  letter-spacing: 1.25px;
}
.wc-blog-tags > :not(:last-child)::after {
  content: "";
  height: 14px;
  width: 1px;
  display: inline-block;
  vertical-align: -2px;
  margin: 0 14px;
  background: rgba(14, 142, 171, 0.8);
}
.wc-blog-tags:not(:last-child) {
  margin-bottom: 10px;
}
.wc-blog-tags span {
  color: rgba(14, 142, 171, 0.8);
}
.wc-blog-title {
  letter-spacing: -1.1px;
  margin-bottom: 32px;
  font-size: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .wc-blog-title {
    margin-bottom: 20px;
  }
}
.wc-blog-text-link {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 16;
  font-weight: bold;
  letter-spacing: 1px;
  color: var(--od-primary);
  transition: all 0.5s ease;
  z-index: 1;
}

/* footer css start */
.wc-subscribe {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: -80px;
  z-index: 10;
}
.wc-subscribe-bg {
  background: var(--od-primary);
  color: var(--od-white);
  padding: 45px;
  border-radius: 3px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .wc-subscribe-bg {
    padding: 20px;
  }
}
.wc-subscribe-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .wc-subscribe-wrapper {
    flex-direction: column;
  }
}
.wc-subscribe-icon {
  width: 55px;
  color: var(--od-white);
  font-size: 55px;
}
.wc-subscribe-title {
  margin-inline-start: 30px;
  color: var(--od-white);
  flex: 1;
  padding-inline-end: 50px;
  color: var(--od-white);
  font-size: 28px;
  line-height: 36px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wc-subscribe-title {
    margin-inline-start: 15px;
    padding-inline-end: 0px;
  }
}
@media (max-width: 575px) {
  .wc-subscribe-title {
    margin-inline-start: 0px;
    padding-inline-end: 0px;
  }
}
.wc-subscribe .form-input-fields {
  display: flex;
}
.wc-subscribe .input-transparent {
  background: rgba(255, 255, 255, 0.14);
  border: transparent;
  color: var(--od-white);
}
.wc-subscribe .input-transparent::placeholder {
  color: #f0f0f0;
}

/* doctor page css */
.wc-info-area-bg {
  background-color: rgba(14, 142, 171, 0.8);
}

.wc-doctor-details-widget-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: var(--od-fw-regular);
  padding: 15px 20px;
  background-color: rgba(3, 108, 192, 0.85);
  color: var(--od-white);
  line-height: 1;
}
.wc-doctor-details-widget-content {
  background-color: rgba(0, 72, 97, 0.07);
  padding: 15px 20px;
}
.wc-doctor-details-widget-content .widget-list {
  list-style-type: none;
}
.wc-doctor-details-widget-content .widget-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  color: rgba(24, 16, 15, 0.9);
}
.wc-doctor-details-widget-content .widget-list li:not(:last-child) {
  border-bottom: 1px solid rgba(24, 16, 15, 0.5);
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.wc-doctor-details-widget-content .widget-list-icon {
  list-style-type: none;
}
.wc-doctor-details-widget-content .widget-list-icon li {
  display: flex;
  align-items: center;
  gap: 0 10px;
  line-height: 1;
  color: rgba(24, 16, 15, 0.9);
  margin-bottom: 15px;
}
.wc-doctor-details-widget-content .widget-list-icon .title {
  font-size: 18px;
  font-weight: var(--od-fw-sbold);
}
.wc-doctor-details-widget-content .address {
  list-style-type: none;
}
.wc-doctor-details-widget-content .address li {
  display: flex;
  align-items: start;
  gap: 0 10px;
  color: rgba(24, 16, 15, 0.9);
}
.wc-doctor-details-widget-content .address li:not(:last-child) {
  margin-bottom: 8px;
}
.wc-doctor-details-widget-content .address li.phone {
  font-weight: var(--od-fw-sbold);
  color: var(--od-black);
}
.wc-doctor-details-widget-content .address li.phone .icon {
  font-weight: var(--od-fw-regular);
}
.wc-doctor-details-widget-content .address li.phone a {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  color: rgba(24, 16, 15, 0.8);
}
.wc-doctor-details-widget-content .address li.phone:hover a {
  text-decoration: none;
}
.wc-doctor-details-widget-content .address .icon {
  font-size: 14px;
  margin-top: 2px;
}
.wc-doctor-details-widget-content .widget-list-schedule {
  list-style-type: none;
}
.wc-doctor-details-widget-content .widget-list-schedule li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
  line-height: 1;
  color: rgba(24, 16, 15, 0.9);
  border-bottom: 1px solid rgba(24, 16, 15, 0.5);
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.wc-doctor-details-widget-content .widget-list-schedule li.active {
  color: var(--od-primary);
  font-weight: 600;
}
.wc-doctor-details-widget-content .wc-doctor-details-widget-address:not(:last-child) {
  border-bottom: 1px solid rgba(24, 16, 15, 0.5);
  margin-bottom: 25px;
  padding-bottom: 20px;
}

.wc-doctor-area .accordion-body {
  padding: 10px 0 20px 0 !important;
}

.wc-doctor-tab .nav-pills {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  overflow-x: scroll;
  overflow-y: hidden !important;
  overflow: scroll;
  overflow-y: scroll;
  flex-wrap: nowrap !important;
  white-space: nowrap;
  width: 929px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wc-doctor-tab .nav-pills {
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wc-doctor-tab .nav-pills {
    gap: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wc-doctor-tab .nav-pills {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .wc-doctor-tab .nav-pills {
    gap: 15px;
  }
}
@media (max-width:450px) {
  .wc-doctor-tab .nav-pills {
    gap: 15px;
    width: 400px;
  }
}
.wc-doctor-tab .nav-link {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--od-fw-medium);
  height: 50px;
  position: relative;
  overflow: hidden;
  padding: 0 30px;
  text-transform: capitalize;
  color: var(--od-black);
  background-color: transparent;
  margin-bottom: 10px;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--od-secondary);
}
.wc-doctor-tab .nav-link.active {
  color: var(--od-white);
  background-color: var(--od-secondary);
  border-color: var(--od-secondary);
  border-radius: 12px 12px 0 0;
}

.wc-patient-review-meta {
  display: flex;
  align-items: center;
  gap: 2px 15px;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.wc-patient-review-meta .rating {
  list-style-type: none;
  font-size: 14px;
  color: var(--od-light);
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.wc-patient-review-meta .rating .active {
  color: var(--od-rating-color);
}
.wc-patient-review-meta .wc-patient-review-verify {
  color: var(--od-primary);
}
.wc-patient-review-meta .wc-patient-review-verify span {
  font-size: 18px;
  font-weight: var(--od-fw-regular);
  color: #5d5955;
}
.wc-patient-review-meta .date-time {
  font-size: 20px;
  font-weight: var(--od-fw-bold);
  color: #5d5955;
}
.wc-patient-add-review {
  background-color: rgba(0, 72, 97, 0.1);
  color: var(--od-black);
  padding: 20px 20px;
}

/* blog details css */
.wc-blog-details-content {
  margin-inline-end: 15px;
}

.wc-blog-single-meta-top {
  position: relative;
  font-size: 14px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(24, 16, 15, 0.3);
  display: flex;
  align-items: center;
  gap: 0 50px;
}
.wc-blog-single-meta-top span {
  position: relative;
  color: var(--od-secondary);
}
.wc-blog-single-meta-top span:not(:last-child)::before {
  position: absolute;
  content: "";
  inset-inline-end: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: var(--od-primary);
  border-radius: 100%;
}
.wc-blog-single-meta-top .meta-cat {
  background: var(--od-secondary);
  color: var(--od-white) !important;
  padding: 4px 10px;
  border-radius: 3px;
}
.wc-blog-single-meta-top .author-link {
  transition: all 0.3s ease-in-out;
}
.wc-blog-single-meta-top .author-link:hover {
  color: var(--od-primary);
}

.drop-cap-letter {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: var(--od-secondary);
  border: 3px solid rgba(6, 38, 139, 0.1);
  padding: 6px 8px;
  display: inline-block;
  float: left;
  margin-inline-end: 4px;
  text-transform: uppercase;
}

.wc-blog-single-content blockquote {
  padding: 0 0 0 85px;
  margin: 30px 0 0px 0;
  position: relative;
  padding-bottom: 30px;
  letter-spacing: 0.25px;
  color: var(--od-secondary);
}
.wc-blog-single-content blockquote p {
  font-size: 26px;
  font-style: italic;
  margin-bottom: 10px;
}
.wc-blog-single-content blockquote::before {
  background: var(--od-secondary);
  border-radius: 50%;
  color: var(--od-white);
  position: absolute;
  inset-inline-start: 0;
  text-align: center;
  content: "\f10d";
  font-family: var(--od-ff-fontawesome);
  font-size: 50px;
  line-height: 65px;
  height: 65px;
  width: 65px;
  font-style: normal;
}
.wc-blog-single-content blockquote .author {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0 !important;
  letter-spacing: 0.5px;
  color: var(--od-secondary);
  font-style: normal;
}
.wc-blog-single-content blockquote .designation {
  display: inline-block;
  font-size: 14px;
  color: var(--od-primary);
  font-weight: 300;
  padding-inline-start: 8px;
  text-transform: initial;
}

.wc-blog-single-list {
  list-style: none;
  margin-top: 30px;
  margin-bottom: 30px;
}
.wc-blog-single-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.wc-blog-single-list-item:last-child {
  margin-bottom: 0;
}
.wc-blog-single-list-icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--od-primary);
  color: var(--od-white);
  font-size: 14px;
}
.wc-blog-single-list-text {
  font-weight: 600;
  color: var(--od-black);
}

.wc-postbox-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--od-border-primary);
  margin-top: 30px;
}
@media (max-width: 575px) {
  .wc-postbox-meta {
    gap: 15px 0;
    flex-wrap: wrap;
  }
}

.wc-postbox-tag .tagcloud a {
  border: 2px solid rgba(3, 3, 4, 0.2);
  padding: 4px 10px 5px;
  font-size: 14px;
  color: var(--od-black);
  transition: all 0.3s ease-in-out;
}
.wc-postbox-tag .tagcloud a:hover {
  color: var(--od-white);
  background-color: var(--od-primary);
  border-color: var(--od-primary);
}

.wc-postbox-navigation {
  position: relative;
  margin-top: 30px;
}
.wc-postbox-navigation::before {
  position: absolute;
  content: "";
  inset-inline-start: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 1px;
  background-color: var(--od-border-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .wc-postbox-navigation::before {
    display: none;
  }
}
.wc-postbox-navigation .title {
  color: var(--od-secondary);
}

.wc-postbox-more-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 5px;
  color: var(--od-primary);
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.wc-postbox-more-link:hover {
  color: var(--od-secondary);
}

.sidebar-widget-title {
  display: block;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  color: var(--od-primary);
  text-transform: capitalize;
  font-style: normal;
  position: relative;
}

.widget_author {
  background-color: var(--od-secondary);
  position: relative;
  text-align: center;
  padding: 40px 30px;
}
.widget_author_thumb::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  height: 210px;
  width: 210px;
  border: 4px dotted var(--od-primary);
  border-radius: 50%;
  inset-inline-end: 0;
  margin: 0 auto;
  animation-name: widget_author_border_spin;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transition: 0.9s;
}
.widget_author_thumb img {
  height: 210px;
  width: 210px;
  border-radius: 50%;
  object-fit: cover;
  padding: 15px;
}
.widget_author_name {
  font-size: 24px;
  line-height: 30px;
  margin: 20px 0 0px;
  text-transform: capitalize;
  color: var(--od-white);
}
.widget_author_digi {
  padding: 0 20px;
  color: var(--od-primary);
  font-size: 13px;
  margin-bottom: 15px;
}
.widget_author_intro {
  color: var(--od-white);
}
.widget_author_social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.widget_author_social li {
  list-style: none;
}
.widget_author_social li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--od-white);
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--od-white);
  transition: all 0.3s ease-in-out;
  position: relative;
}
.widget_author_social li a:hover {
  color: var(--od-white);
  background-color: var(--od-white);
}

@keyframes widget_author_border_spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.widget_search_form {
  position: relative;
  border-bottom: 1px solid var(--od-black);
  display: flex;
}
.widget_search_form input {
  background-color: var(--od-white);
  padding-inline-start: 0;
  padding-inline-end: 15px;
  border: none;
}
.widget_search_form input:focus {
  border: none;
}
.widget_search_submit {
  display: flow;
  overflow: hidden;
  border: none;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.widget_categories ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--od-black);
  list-style: none;
  margin-bottom: 8px;
}
.widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget_categories ul li:hover .categories-post {
  color: var(--od-primary);
}
.widget_categories ul li a {
  color: var(--od-black);
  font-size: 14px;
  line-height: 24px;
  position: relative;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: uppercase;
  padding-inline-start: 20px;
  transition: all 0.25s ease-in-out;
  font-family: Philosopher, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.widget_categories ul li a::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 50%;
  margin-top: -4px;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  background: var(--od-black);
}
.widget_categories ul li a:hover {
  color: var(--od-primary);
}
.widget_categories ul li a:hover::before {
  background-color: var(--od-primary);
}
.widget_categories ul li .categories-post {
  font-size: 14px;
  color: var(--od-black);
  font-family: Philosopher, sans-serif;
  font-weight: normal;
  font-style: normal;
  transition: all 0.25s ease-in-out;
}

.widget_recent_post .wc-footer-recent-post {
  border-bottom: 1px solid var(--od-black);
}
.widget_recent_post .wc-footer-recent-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget_recent_post .wc-footer-recent-post-content .date {
  color: var(--od-primary);
}
.widget_recent_post .wc-footer-recent-post-content h6 {
  color: var(--od-black);
}

.widget-tag-cloud .tagcloud {
  display: block;
}
.widget-tag-cloud .tagcloud a {
  border: 2px solid rgba(3, 3, 4, 0.2);
  padding: 4px 10px 5px;
  font-size: 14px;
  color: var(--od-black);
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
  margin-inline-end: 5px;
  display: inline-block;
}

/* product promo */
.wc-product-promo-thumb {
  margin-bottom: 15px;
}
.wc-product-promo-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.wc-product-promo-title {
  font-size: 20px;
  font-weight: 600;
}

.wc-promo-navigation button {
  position: absolute;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  top: 50%;
  inset-inline-start: -18px;
  transform: translateY(-50%);
  z-index: 55;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: var(--od-black);
  background-color: var(--od-white);
  transition: all 0.3s linear;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .wc-promo-navigation button {
    inset-inline-start: 0;
    font-size: 20px;
  }
}
.wc-promo-navigation button:hover {
  color: var(--od-white);
  background-color: var(--od-primary);
}
.wc-promo-navigation button.swiper-button-disabled {
  opacity: 0;
}
.wc-promo-navigation .promo-navigation-next {
  inset-inline-start: auto !important;
  inset-inline-end: -18px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .wc-promo-navigation .promo-navigation-next {
    inset-inline-start: auto !important;
    inset-inline-end: 0px;
  }
}

.wc-product-slider-box {
  position: relative;
  border-radius: 12px;
  display: block;
  background-color: rgba(14, 142, 171, 0.15);
}
.wc-product-slider-box .thumb img {
  border-radius: 12px 12px 0 0;
}

.wc-product-slider-box-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}
.wc-product-slider-box-content .title {
  margin-bottom: 5px;
}
.wc-product-slider-box-content .subtitle {
  color: var(--od-body-text);
}
.wc-product-slider-box-content .wc-product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6px;
  padding: 5px 15px 6px;
  color: var(--od-danger);
  background-color: var(--od-white);
  border-radius: 50px;
  font-weight: 700;
}

.wm-magazine {
  text-align: center;
  background-color: #DBDBDB;
  padding: 15px 15px;
}
.wm-magazine .thumb {
  margin-bottom: 15px;
}
.wm-magazine .thumb img {
  width: 100%;
  height: 100%;
}
.wm-magazine .content .title {
  margin-bottom: 5px;
}
.wm-magazine .content .intro {
  color: var(--od-black);
  margin-bottom: 15px;
}
.wm-magazine .content .link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  gap: 0 5px;
  position: relative;
  width: 250px;
  margin: 0 auto;
}
.wm-magazine .content .link::before {
  position: absolute;
  content: "";
  inset-inline-start: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  width: 1px;
  background-color: var(--od-primary);
}
.wm-magazine .content .link a {
  color: var(--od-primary);
  font-size: 14px;
}

/*----------------------------------------*/
/*  service css
/*----------------------------------------*/
.services-single-item {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px 10px 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 5px;
  cursor: grab;
}
.services-single-item:hover .services-single-thumb img {
  transform: scale(1.05);
}

.services-single-thumb {
  margin-bottom: 15px;
  height: 310px;
  max-height: 100%;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.services-single-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.services-single-title {
  font-size: 20px;
  font-weight: 400;
}

.serviceSliderActive {
  margin: 0 30px;
}

.service-bg {
  background-color: #ebf0f9;
}

.od-service-tab-two .nav-tabs {
  background-color: #fff;
  padding: 14px 0px;
  border-radius: 20px;
  border: 0;
  justify-content: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-service-tab-two .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    justify-content: start;
  }
}
.od-service-tab-two .nav-tabs .nav-item {
  margin: 0 !important;
  padding: 0px 5px;
  border-inline-end: 1px solid;
  border-color: rgba(0, 0, 0, 0.05);
}
.od-service-tab-two .nav-tabs .nav-link {
  background: #fff;
  color: #000;
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
  padding: 10px 18px;
  margin-bottom: 0;
  border: 0;
  width: 100%;
  border-radius: 16px;
  text-transform: capitalize;
}
.od-service-tab-two .nav-tabs .nav-link svg {
  font-size: 24px;
  color: var(--od-primary);
  fill: var(--od-primary);
  margin-inline-end: 10px;
}
.od-service-tab-two .nav-tabs .nav-link svg path {
  fill: var(--od-primary);
}
.od-service-tab-two .nav-tabs .nav-link.active {
  border-color: var(--od-primary);
  background-color: var(--od-primary);
  color: #fff;
}
.od-service-tab-two .nav-tabs .nav-link.active svg path {
  color: var(--od-white);
  fill: var(--od-white);
}
.od-service-tab-two .tab-content {
  padding-top: 50px;
}
.od-service-tab-two .list-check li {
  position: relative;
  padding-inline-start: 30px;
  font-size: 16px;
  margin-bottom: 10px;
  list-style: none;
  color: var(--od-white);
}
.od-service-tab-two .list-check li::before {
  content: "\f00c";
  font-family: var(--od-ff-fontawesome);
  color: var(--od-white);
  position: absolute;
  inset-inline-start: 0;
  top: 2px;
  font-weight: 900;
}
.od-service-tab-two .section-head .title {
  color: var(--od-white);
  font-weight: 500;
  font-size: 42px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-service-tab-two .section-head .title {
    font-size: 36px;
  }
}
.od-service-tab-two .section-head p {
  color: var(--od-white);
}
.od-service-tab-two .od-service-tab-two-thumb {
  border-radius: 20px;
}
.od-service-tab-two .od-service-tab-two-thumb img {
  border-radius: 20px;
}

/* video area */
.od-video {
  overflow: hidden;
}
.od-video::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--od-black);
  opacity: 0.15;
  inset-inline-start: 0;
  top: 0;
}

.pos-center {
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.od-video-btn {
  display: flex;
  align-items: center;
  gap: 0 16px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.od-video-btn .icon {
  width: 150px;
  height: 150px;
  min-width: 150px;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: var(--od-primary);
  color: var(--od-white);
  animation: pulse 2s linear infinite;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .od-video-btn .icon {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-video-btn .icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    font-size: 18px;
  }
}
.od-video-btn .icon:hover {
  background: var(--od-secondary);
}

.od-service-tab .nav-pills {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-service-tab .nav-pills {
    flex-direction: row;
    overflow-x: scroll;
    overflow-y: hidden !important;
    overflow: scroll;
    overflow-y: scroll;
    overflow-y: scroll;
    flex-wrap: nowrap !important;
    white-space: nowrap;
    padding-bottom: 10px;
  }
}
.od-service-tab .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  color: var(--od-black);
  line-height: 28px;
  font-weight: 600;
  font-family: var(--od-ff-body);
  background: transparent;
  padding: 19px 40px 23px 40px;
  transition: all 0.3s ease-in-out;
  width: 100%;
  text-align: start;
  background-color: #004861;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.od-service-tab .nav-link .icon {
  width: auto;
  height: 50px;
}
.od-service-tab .nav-link .icon img {
  width: 100%;
  height: 100%;
  filter: brightness(0);
}
.od-service-tab .nav-link.active {
  background-color: #0e8eab;
}
.od-service-tab .nav-link.active::before {
  height: 100%;
  opacity: 1;
}
.od-service-tab .nav-link.active::after {
  opacity: 1;
  visibility: visible;
}
.od-service-tab .nav-link.active .icon img {
  filter: brightness(1);
}
.od-service-tab .nav-link::before {
  position: absolute;
  content: "";
  background: #ffc107;
  width: 5px;
  height: 0%;
  inset-inline-start: 0px;
  top: 0px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 6px 0 0 6px;
}
.od-service-tab .nav-link::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 20px;
  height: 20px;
  top: 50%;
  inset-inline-end: -10px;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.od-service-tab .title-three {
  margin-bottom: 20px;
}

.od-service-nav-tabs {
  display: grid;
  grid-template-columns: 390px auto;
  gap: 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 100%;
  padding: 20px 20px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-service-nav-tabs {
    display: block;
    grid-template-columns: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-service-tab-menu-wrap {
    margin-bottom: 20px;
  }
}

.od-appointments-form-wrap {
  background-color: rgba(0, 72, 97, 0.06);
  padding: 20px 20px;
  margin-top: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.od-appointments-form {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .od-appointments-form {
    grid-template-columns: repeat(2, 1fr);
  }
}

.od-service-tab-thumb img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}

.od-service-tab-box {
  background-color: rgba(0, 72, 97, 0.06);
  padding: 30px 30px;
  display: inline-flex;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  gap: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-service-tab-box {
    flex-wrap: wrap;
  }
}

.od-service-tab-list {
  list-style-type: none;
  min-width: 250px;
}
.od-service-tab-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.od-service-tab-list li:not(:last-child) {
  margin-bottom: 5px;
}
.od-service-tab-list .list-icon {
  width: 16px;
  height: 16px;
  background: var(--od-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  border-radius: 50%;
  color: var(--od-white);
}

.od-service-tab-list-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 575px) {
  .od-service-tab-list-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.od-service-tab-list-box .tab-list-item .title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.od-service-tab-list-box .tab-list-item .title .number {
  width: 40px;
  height: 40px;
  color: var(--od-rating-color);
  border: 1px solid var(--od-rating-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-align: center;
}

.od-faq-thumb {
  margin-inline-end: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .od-faq-thumb {
    margin-inline-end: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-faq-thumb {
    margin-inline-end: 0;
  }
}
.od-faq-thumb img {
  border-radius: 12px;
}

/*----------------------------------------*/
/*  Contact css
/*----------------------------------------*/
.od-search-area {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  width: 100%;
  z-index: 9999999;
  background-color: var(--od-white);
  padding: 40px 15px;
  visibility: visible;
  opacity: 0;
  transform: translateY(-120%);
  transition: all 0.3s ease-in-out;
}

.od-search-area.opened {
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}

.body-overlay {
  background-color: var(--od-black);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.body-overlay.opened {
  opacity: 0.7;
  visibility: visible;
}

.body-overlay:hover {
  cursor: url(../images/shape/cross-out.png), pointer;
}

.od-search-input {
  position: relative;
}

.od-search-input button {
  position: absolute;
  top: 54%;
  inset-inline-end: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
}

.od-search-close-btn {
  border-radius: 50%;
  background: #ECECEC;
  border: 9px solid transparent;
  color: var(--od-black);
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.od-search-close-btn::after,
.od-search-close-btn::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 90%;
  top: 46%;
  inset-inline-start: 1px;
  transform-origin: 50% 50%;
  background-color: var(--od-black);
  opacity: 1;
  -moz-transition: -moz-transform ease 0.25s;
  -webkit-transition: -webkit-transform ease 0.25s;
  -o-transition: -o-transform ease 0.25s;
  -ms-transition: -ms-transform ease 0.25s;
  transition: transform ease 0.25s;
}

.od-search-close-btn::before {
  transform: rotate(45deg);
}

.od-search-close-btn::after {
  transform: rotate(-45deg);
}

.od-search-close-btn:hover::before {
  transform: rotate(-45deg);
}

.od-search-close-btn:hover::after {
  transform: rotate(45deg);
}

.od-header-action-btn {
  width: 50px;
  height: 50px;
  border: 1px solid var(--od-white);
  color: var(--od-white);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  font-size: 24px;
}
@media (max-width: 575px) {
  .od-header-action-btn {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}
@media (max-width:450px) {
  .od-header-action-btn {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
}
.od-header-action-btn:hover {
  color: var(--od-white);
  background-color: var(--od-primary);
  border-color: var(--od-primary);
}

.od-latest-video-promo iframe {
  border-radius: 12px;
}

/*----------------------------------------*/
/*  widget css
/*----------------------------------------*/
.od-listing-sidebar {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px 20px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  margin-inline-end: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .od-listing-sidebar {
    margin-inline-end: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-listing-sidebar {
    margin-inline-end: 0;
  }
}
.od-listing-sidebar.style-2 {
  box-shadow: none;
  padding: 0 0;
  border-radius: 0;
}
.od-listing-sidebar.style-2 .search-widget,
.od-listing-sidebar.style-2 .od-widget-title-wrap {
  border-radius: 0;
}

.od-widget-title-wrap {
  background-color: var(--od-primary);
  padding: 20px 20px 18px 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.od-widget-title-wrap .od-widget-title {
  color: var(--od-white);
  text-transform: uppercase;
}

.od-search-form-widget {
  padding: 0 10px 20px 10px;
}

.od-feature-widget-content {
  padding: 0 10px 20px 10px;
}
.od-feature-widget-item {
  display: flex;
  gap: 15px;
  align-items: center;
}
.od-feature-widget-item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--od-border-primary);
}
.od-feature-widget-item:hover .thumb img {
  transform: scale3d(1.07, 1.07, 1.07);
}
.od-feature-widget-item:hover .name {
  color: var(--od-primary);
}
.od-feature-widget-item .thumb {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 4px;
}
.od-feature-widget-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
  border-radius: 4px;
}
.od-feature-widget-item .name {
  margin-bottom: 6px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.od-feature-widget-item .designation {
  font-size: 14px;
  line-height: 1.2;
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: rgba(24, 16, 15, 0.7);
}
.od-feature-widget-item .rating {
  list-style-type: none;
  font-size: 14px;
  color: var(--od-light);
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.od-feature-widget-item .rating .active {
  color: var(--od-rating-color);
}

.od-profile-widget:not(:last-child) {
  margin-bottom: 20px;
}

.od-profile-widget-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: var(--od-fw-regular);
  padding: 15px 20px;
  background-color: rgba(0, 72, 97, 0.85);
  color: var(--od-white);
  line-height: 1;
}

.od-profile-widget-content {
  background-color: rgba(0, 72, 97, 0.06);
  padding: 15px 20px;
}
.od-profile-widget-content .widget-list {
  list-style-type: none;
}
.od-profile-widget-content .widget-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  color: rgba(24, 16, 15, 0.9);
}
.od-profile-widget-content .widget-list li:not(:last-child) {
  border-bottom: 1px solid rgba(24, 16, 15, 0.5);
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.od-profile-widget-content .widget-list-icon {
  list-style-type: none;
}
.od-profile-widget-content .widget-list-icon li {
  display: flex;
  align-items: center;
  gap: 0 10px;
  line-height: 1;
  color: rgba(24, 16, 15, 0.9);
  margin-bottom: 15px;
}
.od-profile-widget-content .widget-list-icon .title {
  font-size: 18px;
  font-weight: var(--od-fw-sbold);
}
.od-profile-widget-content .od-profile-widget-address:not(:last-child) {
  border-bottom: 1px solid rgba(24, 16, 15, 0.5);
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.od-profile-widget-content .address {
  list-style-type: none;
}
.od-profile-widget-content .address li {
  display: flex;
  align-items: start;
  gap: 0 10px;
  color: rgba(24, 16, 15, 0.9);
}
.od-profile-widget-content .address li:not(:last-child) {
  margin-bottom: 8px;
}
.od-profile-widget-content .address li.phone {
  font-weight: var(--od-fw-sbold);
  color: var(--od-black);
}
.od-profile-widget-content .address li.phone .icon {
  font-weight: var(--od-fw-regular);
}
.od-profile-widget-content .address li.phone a {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  color: rgba(24, 16, 15, 0.8);
}
.od-profile-widget-content .address li.phone:hover a {
  text-decoration: none;
}
.od-profile-widget-content .address .icon {
  font-size: 14px;
  margin-top: 2px;
}
.od-profile-widget-content .widget-list-schedule {
  list-style-type: none;
}
.od-profile-widget-content .widget-list-schedule li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
  line-height: 1;
  color: rgba(24, 16, 15, 0.9);
  border-bottom: 1px solid rgba(24, 16, 15, 0.5);
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.od-profile-widget-content .widget-list-schedule li.active {
  color: var(--od-primary);
  font-weight: 600;
}

.od-profile-widget-address:not(:last-child) {
  border-bottom: 5px solid var(--od-white);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.search-widget {
  background-color: rgba(0, 72, 97, 0.06);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/*----------------------------------------*/
/*  featured-doctor css
/*----------------------------------------*/
/* team css */
.wc-team-area .container-fluid {
  padding: 0 50px;
}
.wc-team-member {
  position: relative;
  transition: all 0.5s ease;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.wc-team-member-photo {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.wc-team-member-photo img {
  width: 100%;
}
.wc-team-member-info {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  padding: 2rem;
  width: calc(100% - 2rem);
  background: rgba(255, 255, 255, 0.9);
  border-top-right-radius: 8px;
}
.wc-team-member-name {
  font-size: 30px;
  margin-bottom: 10px;
}
.wc-team-member-digi {
  font-size: 16px;
  letter-spacing: 1px;
  color: gray;
}
.wc-team-navigation button {
  position: absolute;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  top: 50%;
  inset-inline-start: -28px;
  transform: translateY(-50%);
  z-index: 55;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--od-black);
  background-color: var(--od-white);
  transition: all 0.3s linear;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .wc-team-navigation button {
    inset-inline-start: 0;
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.wc-team-navigation button:hover {
  color: var(--od-white);
  background-color: var(--od-primary);
}
.wc-team-navigation button.swiper-button-disabled {
  opacity: 0;
}
.wc-team-navigation .wc-team-navigation-next {
  inset-inline-start: auto !important;
  inset-inline-end: -28px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .wc-team-navigation .wc-team-navigation-next {
    inset-inline-start: auto !important;
    inset-inline-end: 0px;
  }
}

.doctor-single {
  border: 1px solid rgba(24, 16, 15, 0.4);
  overflow: hidden;
  display: inline-block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.doctor-single:hover .thumb img {
  transform: scale(1.08);
}
.doctor-single .thumb {
  border-bottom: 1px solid rgba(24, 16, 15, 0.4);
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.doctor-single .thumb img {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.doctor-single .content {
  padding: 15px 15px;
}
.doctor-single .content .doctor-name {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(24, 16, 15, 0.4);
}
.doctor-single .content .qualification {
  color: var(--od-primary);
  margin-bottom: 5px;
}
.doctor-single .content .designation {
  color: var(--od-black);
  margin-bottom: 5px;
}
.doctor-single .content .location {
  display: flex;
  align-items: start;
  gap: 0 10px;
  color: var(--od-body-text);
}

.od-doctor-team {
  width: 500px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  background-color: white;
  z-index: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .od-doctor-team {
    width: 400px;
  }
}
@media (max-width: 575px) {
  .od-doctor-team {
    width: 280px;
  }
}
.od-doctor-team::before {
  content: "";
  position: absolute;
  bottom: 1px;
  inset-inline-end: -5px;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  width: calc(100% + 65px);
  aspect-ratio: 1/1;
  z-index: 1;
  border: 2px dashed rgba(14, 142, 171, 0.3);
  border-radius: 50%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .od-doctor-team::before {
    width: calc(100% + 45px);
  }
}
@media (max-width: 575px) {
  .od-doctor-team::before {
    width: calc(100% + 15px);
  }
}
.od-doctor-team-thumb {
  text-align: right;
  width: 100%;
  margin-inline-start: auto;
  margin-inline-end: 0;
}
.od-doctor-team-thumb::before {
  background-color: var(--od-white);
  width: calc(100% - 35px);
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  inset-inline-end: 0;
  z-index: -1;
}
.od-doctor-team-thumb::after {
  background-color: var(--od-bg-primary);
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  inset-inline-end: 0;
  z-index: -1;
}
.od-doctor-team-thumb img {
  -webkit-mask-image: url(../images/doctor/bg05.svg);
  mask-image: url(../images/doctor/bg05.svg);
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  position: relative;
  z-index: 1;
  padding-inline-start: 35px;
  padding-inline-end: 35px;
}
.od-doctor-team-box-1 {
  width: 235px;
  border: 1px solid var(--od-primary);
  border-radius: 15px;
  background-color: var(--od-white);
  padding: 15px 25px;
  position: absolute;
  bottom: 160px;
  z-index: 1;
  inset-inline-start: -95px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-doctor-team-box-1 {
    display: none;
  }
}
.od-doctor-team-box-1 .list-check {
  list-style-type: none;
}
.od-doctor-team-box-1 .list-check li {
  position: relative;
  padding-inline-start: 30px;
}
.od-doctor-team-box-1 .list-check li::before {
  content: "\f00c";
  font-family: var(--od-ff-fontawesome);
  position: absolute;
  color: var(--od-white);
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background-color: var(--od-primary);
  border-radius: 50% 50% 0% 50%;
  top: 7px;
  inset-inline-start: 0;
  font-size: 12px;
}
.od-doctor-team-box-2 {
  position: absolute;
  bottom: 40px;
  inset-inline-end: -50px;
  z-index: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-doctor-team-box-2 {
    display: none;
  }
}
.od-doctor-team-box-2 .info-widget {
  width: 275px;
  border: 1px solid var(--od-primary);
  background-color: var(--od-white);
  padding: 20px;
  border-radius: 15px;
}
.od-doctor-team-box-2 .widget-head {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}
.od-doctor-team-box-2 .widget-media {
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 50%;
}
.od-doctor-team-box-2 .title {
  margin-bottom: 0;
  font-size: 16px;
}
.od-doctor-team-box-2 .sub-title {
  font-size: 14px;
  color: var(--od-primary);
}
.od-doctor-team-box-2 .info-widget p {
  font-size: 13px;
  margin-bottom: 0;
}
.od-doctor-team-social {
  position: absolute;
  z-index: 1;
  top: 45px;
  inset-inline-start: 75px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style-type: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .od-doctor-team-social {
    top: 25px;
  }
}
@media (max-width: 575px) {
  .od-doctor-team-social {
    top: 0;
    inset-inline-start: 55px;
  }
}
.od-doctor-team-social li:nth-child(2) {
  transform: translateX(-65px) translateY(-25px);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .od-doctor-team-social li:nth-child(2) {
    transform: translateX(-55px) translateY(-25px);
  }
}
@media (max-width: 575px) {
  .od-doctor-team-social li:nth-child(2) {
    transform: translateX(-42px) translateY(-15px);
  }
}
[dir=rtl] .od-doctor-team-social li:nth-child(2) {
  transform: translateX(65px) translateY(-25px);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir=rtl] .od-doctor-team-social li:nth-child(2) {
    transform: translateX(55px) translateY(-25px);
  }
}
@media (max-width: 575px) {
  [dir=rtl] .od-doctor-team-social li:nth-child(2) {
    transform: translateX(42px) translateY(-15px);
  }
}
.od-doctor-team-social li:nth-child(3) {
  transform: translateX(-115px) translateY(-35px);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .od-doctor-team-social li:nth-child(3) {
    transform: translateX(-100px) translateY(-35px);
  }
}
@media (max-width: 575px) {
  .od-doctor-team-social li:nth-child(3) {
    transform: translateX(-70px) translateY(-20px);
  }
}
[dir=rtl] .od-doctor-team-social li:nth-child(3) {
  transform: translateX(115px) translateY(-35px);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir=rtl] .od-doctor-team-social li:nth-child(3) {
    transform: translateX(100px) translateY(-35px);
  }
}
@media (max-width: 575px) {
  [dir=rtl] .od-doctor-team-social li:nth-child(3) {
    transform: translateX(70px) translateY(-20px);
  }
}
.od-doctor-team-social li:nth-child(4) {
  transform: translateX(-150px) translateY(-30px);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .od-doctor-team-social li:nth-child(4) {
    transform: translateX(-130px) translateY(-30px);
  }
}
@media (max-width: 575px) {
  .od-doctor-team-social li:nth-child(4) {
    transform: translateX(-80px) translateY(-20px);
  }
}
[dir=rtl] .od-doctor-team-social li:nth-child(4) {
  transform: translateX(150px) translateY(-30px);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir=rtl] .od-doctor-team-social li:nth-child(4) {
    transform: translateX(130px) translateY(-30px);
  }
}
@media (max-width: 575px) {
  [dir=rtl] .od-doctor-team-social li:nth-child(4) {
    transform: translateX(80px) translateY(-20px);
  }
}
.od-doctor-team-social li a {
  height: 55px;
  width: 55px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background-color: var(--od-white);
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .od-doctor-team-social li a {
    height: 45px;
    width: 45px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .od-doctor-team-social li a {
    height: 35px;
    width: 35px;
    font-size: 13px;
  }
}
.od-doctor-team-social li a:hover {
  color: var(--od-white) !important;
}
.od-doctor-team-social li a.facebook {
  color: #0D91F5;
}
.od-doctor-team-social li a.facebook:hover {
  background-color: #0D91F5;
}
.od-doctor-team-social li a.linkedin {
  color: #0B65C3;
}
.od-doctor-team-social li a.linkedin:hover {
  background-color: #0B65C3;
}
.od-doctor-team-social li a.instagram {
  color: #B439E7;
}
.od-doctor-team-social li a.instagram:hover {
  background-color: #B439E7;
}
.od-doctor-team-social li a.x-twitter {
  color: #000000;
}
.od-doctor-team-social li a.x-twitter:hover {
  background-color: #000000;
}

.od-doctor-team-thumbs {
  border-radius: 15px;
  border: 1px solid rgba(var(--bs-primary-rgb), 0.1);
  background-color: var(--od-secondary);
  width: 100%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.od-doctor-team-thumbs .od-body {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px;
}
.od-doctor-team-thumbs .od-media {
  background-color: var(--od-white);
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  min-width: 80px;
}
.od-doctor-team-thumbs .od-name {
  font-size: 26px;
  margin-bottom: 3px;
}
.od-doctor-team-thumbs .od-position {
  font-size: 15px;
  font-weight: 500;
  color: var(--od-primary);
}
.od-doctor-team-thumbs .od-position {
  font-size: 15px;
  font-weight: 500;
  color: var(--od-primary);
}
.od-doctor-team-thumbs .od-footer {
  padding: 12px 20px;
  border-top: 1px solid rgba(14, 142, 171, 0.2);
}
.od-doctor-team-thumbs .od-social {
  display: flex;
  gap: 20px;
  justify-content: center;
  position: relative;
  list-style-type: none;
}

.dz-team-swiper1 .swiper-slide-active {
  z-index: 9;
}

.dz-team-swiper1-thumb .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 100% !important;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dz-team-swiper1-thumb .swiper-wrapper {
    display: flex;
  }
}
.dz-team-swiper1-thumb .swiper-wrapper .swiper-slide {
  width: 100% !important;
  margin-top: 0 !important;
  margin-inline-end: 0 !important;
}
.dz-team-swiper1-thumb .swiper-wrapper .swiper-slide-thumb-active .od-doctor-team-thumbs {
  background-color: var(--od-primary);
}
.dz-team-swiper1-thumb .swiper-wrapper .swiper-slide-thumb-active .od-doctor-team-thumbs .od-name {
  color: var(--od-white);
}
.dz-team-swiper1-thumb .swiper-wrapper .swiper-slide-thumb-active .od-doctor-team-thumbs .od-position {
  color: var(--od-secondary);
}
.dz-team-swiper1-thumb .swiper-wrapper .swiper-slide-thumb-active .od-doctor-team-thumbs .od-footer {
  border-top: 1px solid rgba(0, 72, 97, 0.2);
}
.dz-team-swiper1-thumb .swiper-wrapper .swiper-slide-thumb-active .od-doctor-team-thumbs .od-social a {
  color: var(--od-white);
}

.team-pagination-wrapper {
  max-width: 500px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  padding: 0;
}

.team-button {
  width: 42px;
  height: 42px;
  min-width: 42px;
  color: var(--od-black);
  background-color: var(--od-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
.team-button:hover {
  background-color: var(--od-primary);
  color: var(--od-white);
}

.dn-doctor-profile-area .container-fluid {
  padding: 0 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .dn-doctor-profile-area .container-fluid {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dn-doctor-profile-area .container-fluid {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dn-doctor-profile-area .container-fluid {
    padding: 0 15px;
  }
}

.dn-doctor-profile-cover img {
  width: 100%;
  height: 300px;
  border-radius: 0 0 16px 16px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dn-doctor-profile-cover img {
    height: 200px;
  }
}

.dn-doctor-profile-info-wrap {
  display: flex;
  align-items: end;
  gap: 30px;
  margin-top: -120px;
  margin-bottom: 30px;
  padding-inline-start: 78px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dn-doctor-profile-info-wrap {
    padding-inline-start: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dn-doctor-profile-info-wrap {
    padding-inline-start: 40px;
    margin-top: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dn-doctor-profile-info-wrap {
    padding-inline-start: 7px;
    margin-top: -50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dn-doctor-profile-info-wrap {
    padding-inline-start: 0px;
    margin-top: -50px;
    padding: 0 10px;
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .dn-doctor-profile-info-wrap {
    padding-inline-start: 0px;
    margin-top: 0px;
    padding: 0 10px;
    gap: 10px;
    align-items: start;
  }
}

.dn-doctor-profile-picture {
  text-align: center;
}
@media (max-width: 575px) {
  .dn-doctor-profile-picture {
    margin-top: -30px;
  }
}
.dn-doctor-profile-picture .thumb {
  margin: 0 auto;
  width: 300px;
  height: 340px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dn-doctor-profile-picture .thumb {
    width: 260px;
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dn-doctor-profile-picture .thumb {
    width: 230px;
    height: 260px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dn-doctor-profile-picture .thumb {
    width: 180px;
    height: 220px;
  }
}
@media (max-width: 575px) {
  .dn-doctor-profile-picture .thumb {
    width: 120px;
    height: 120px;
  }
}
.dn-doctor-profile-picture .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.dn-doctor-profile-info {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 575px) {
  .dn-doctor-profile-info {
    margin-top: 10px;
  }
}

.wc-doctor-single-name {
  font-size: 36px;
  color: var(--od-black);
  margin-bottom: 5px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .wc-doctor-single-name {
    font-size: 26px;
  }
}
.wc-doctor-single-qualification {
  color: var(--od-black);
  margin-bottom: 5px;
  font-size: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .wc-doctor-single-qualification {
    font-size: 16px;
  }
}
.wc-doctor-single-designation {
  color: var(--od-black);
  margin-bottom: 5px;
  font-size: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .wc-doctor-single-designation {
    font-size: 16px;
  }
}
.wc-doctor-single-list {
  list-style-type: none;
}
.wc-doctor-single-list li {
  font-weight: 400;
  font-size: 18px;
  color: rgba(24, 16, 15, 0.9);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .wc-doctor-single-list li {
    font-size: 16px;
  }
}
.wc-doctor-single-link {
  font-size: 16px;
  color: rgba(24, 16, 15, 0.8);
  margin-bottom: 10px;
}
.wc-doctor-single-info {
  padding: 30px;
  background-color: var(--od-primary);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 50px;
  position: relative;
  border-radius: 12px;
}
.wc-doctor-single-info::before {
  position: absolute;
  content: "";
  inset-inline-start: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  width: 1px;
  background-color: var(--od-white);
}
@media (max-width: 575px) {
  .wc-doctor-single-info {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding: 20px;
    border-radius: 8px;
  }
  .wc-doctor-single-info::before {
    display: none;
  }
}
.wc-doctor-single-info .title {
  font-size: 28px;
  margin-bottom: 15px;
  color: var(--od-black);
}
.wc-doctor-single-info .list {
  list-style-type: none;
}
.wc-doctor-single-info .list li {
  font-size: 18px;
  color: var(--od-black);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dn-doctor-profile-exp {
    position: absolute;
    inset-inline-start: -200px;
    bottom: -100px;
  }
}
@media (max-width: 575px) {
  .dn-doctor-profile-exp {
    position: absolute;
    inset-inline-end: auto;
    inset-inline-start: -130px;
    bottom: 0px;
  }
}
.dn-doctor-profile-exp .thumb {
  width: 200px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dn-doctor-profile-exp .thumb {
    width: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .dn-doctor-profile-exp .thumb {
    width: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dn-doctor-profile-exp .thumb {
    width: 100px;
  }
}
.dn-doctor-profile-exp .thumb img {
  animation: shape-rote 35s linear infinite;
}
.dn-doctor-profile-exp .od-exp-year {
  position: absolute;
  display: inline-block;
  top: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dn-doctor-profile-exp .od-exp-year {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .dn-doctor-profile-exp .od-exp-year {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dn-doctor-profile-exp .od-exp-year {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .dn-doctor-profile-exp .od-exp-year {
    font-size: 36px;
  }
}
[dir=rtl] .dn-doctor-profile-exp .od-exp-year {
  inset-inline-start: auto;
  inset-inline-end: 50%;
}

@media only screen and (min-width: 365px) and (max-width: 575px) {
  .dn-doctor-profile-exp {
    bottom: -25px !important;
  }
}
.video-link iframe {
  width: 100%;
  height: 360px;
}

.video-gallery-navigation-wrap {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .video-gallery-navigation-wrap {
    display: block;
    margin-top: 20px;
  }
}

.video-gallery-navigation button {
  width: 36px;
  height: 36px;
  color: var(--od-white);
  background-color: var(--od-primary);
  border-radius: 4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dn-doctor-profile-social .od-hero-thumb-social ul li img {
    width: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dn-doctor-profile-social.od-hero-thumb-meta {
    width: auto;
    margin: 0 auto;
  }
}

.row-content {
  margin-top: -80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .row-content {
    margin-top: 0;
  }
}

.dr-treatments-search-input {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  align-items: center;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dr-treatments-search-input {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dr-treatments-search-input {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .dr-treatments-search-input {
    grid-template-columns: repeat(1, 1fr);
  }
}

.launch-area-bg {
  height: 83px;
}
.launch-area-bg img {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  height: 83px;
  border-radius: 12px;
}

.image-bg-wrap video {
  border-radius: 12px;
}

.dr-latest-video-promo iframe {
  border-radius: 12px;
}

/*----------------------------------------*/
/*  Recent Articles css
/*----------------------------------------*/
.od-latest-box {
  position: relative;
  border-radius: 12px;
  display: block;
}
.od-latest-box .thumb img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}
.od-latest-box .od-latest-box-content {
  width: auto;
  background: linear-gradient(0deg, rgba(17, 19, 20, 0), rgba(17, 19, 20, 0));
  padding: 0 0 80px 25px;
  color: rgb(255, 255, 255);
  font-size: 24px;
  letter-spacing: 0rem;
  font-weight: 600;
  text-align: left;
  position: absolute;
  bottom: 0px;
  inset-inline-start: 0px;
  inset-inline-end: 0px;
  line-height: initial !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .od-latest-box .od-latest-box-content {
    bottom: 50px;
    inset-inline-start: 17px;
  }
}
.od-latest-box .od-latest-box-content .title {
  font-size: 22px;
  font-weight: var(--od-fw-sbold);
  color: var(--od-white);
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.od-latest-box .od-latest-box-content .subtitle {
  font-size: 18px;
  font-weight: var(--od-fw-medium);
  color: var(--od-white);
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*----------------------------------------*/
/*  profile css
/*----------------------------------------*/
.profile-bg {
  background-color: #9e4b47;
}

.od-profile-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-profile-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.od-profile-main-thumb .od-video-btn {
  position: absolute;
  top: 50%;
  inset-inline-end: -60px;
  transform: translateY(-50%);
  z-index: 15;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-profile-main-thumb .od-video-btn {
    inset-inline-end: 0;
  }
}
.od-profile-main-thumb .od-video-btn .icon {
  width: 120px;
  height: 120px;
  min-width: 120px;
  font-size: 20px;
  background: var(--od-primary);
  color: var(--od-white);
}
.od-profile-main-thumb .od-video-btn .icon:hover {
  background: var(--od-secondary);
  color: var(--od-black);
}
.od-profile-main-thumb .thumb {
  width: 100%;
  height: 100%;
}
.od-profile-main-thumb .thumb img {
  width: 100%;
  height: 100%;
}

.od-profile-bg {
  background-color: var(--od-bg-primary-2);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.od-profile-bg::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(240, 222, 214, 0.96);
}

.od-profile-main-content {
  position: relative;
  z-index: 10;
  gap: 30px;
  padding: 50px 50px 50px 100px;
}
[dir=rtl] .od-profile-main-content {
  padding-inline-end: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .od-profile-main-content {
    padding: 50px 40px 50px 70px;
  }
  [dir=rtl] .od-profile-main-content {
    padding-inline-end: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .od-profile-main-content {
    padding: 50px 50px;
  }
  [dir=rtl] .od-profile-main-content {
    padding-inline-end: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-profile-main-content {
    padding: 20px 20px;
    display: flex;
    flex-direction: column-reverse;
  }
  [dir=rtl] .od-profile-main-content {
    padding-inline-end: 20px;
  }
}

.od-profile-main-info .title {
  font-size: 48px;
  color: var(--od-black);
  margin-bottom: 10px;
  font-weight: 300;
}
.od-profile-main-info .subtitle {
  font-size: 22px;
  display: block;
  color: rgba(24, 16, 15, 0.8);
  margin-bottom: 10px;
}

.od-profile-main-info-list {
  margin-bottom: 15px;
}
.od-profile-main-info-list li {
  list-style: none;
  font-size: 20px;
  line-height: 1.2;
  color: rgba(24, 16, 15, 0.8);
  font-weight: var(--od-fw-regular);
}
.od-profile-main-info-list li:not(:last-child) {
  margin-bottom: 10px;
}

.signature {
  margin-top: 10px;
}
.signature img {
  width: 200px;
  opacity: 0.7;
  filter: brightness(0);
}

.od-profile-main-link {
  color: var(--od-black);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: var(--od-fw-medium);
}

.od-profile-main-social {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.od-profile-main-social a {
  font-size: 20px;
  color: var(--od-black);
}

.od-profile-main-exp {
  position: absolute;
  top: 50px;
  inset-inline-end: 50px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .od-profile-main-exp {
    inset-inline-end: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .od-profile-main-exp {
    top: 100px;
    inset-inline-end: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .od-profile-main-exp {
    inset-inline-end: 20px;
  }
}
@media (max-width: 575px) {
  .od-profile-main-exp {
    top: 80px;
    inset-inline-end: 10px;
  }
}
.od-profile-main-exp .thumb {
  width: 220px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .od-profile-main-exp .thumb {
    width: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .od-profile-main-exp .thumb {
    width: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .od-profile-main-exp .thumb {
    width: 180px;
  }
}
@media (max-width: 575px) {
  .od-profile-main-exp .thumb {
    width: 100px;
  }
}
.od-profile-main-exp .thumb img {
  animation: shape-rote 35s linear infinite;
}
.od-profile-main-exp .od-exp-year {
  position: absolute;
  display: inline-block;
  top: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .od-profile-main-exp .od-exp-year {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .od-profile-main-exp .od-exp-year {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .od-profile-main-exp .od-exp-year {
    font-size: 46px;
  }
}
[dir=rtl] .od-profile-main-exp .od-exp-year {
  inset-inline-start: auto;
  inset-inline-end: 50%;
}

.od-hero-content-box {
  display: flex;
  justify-content: space-between;
  gap: 30px 30px;
}
@media (max-width: 575px) {
  .od-hero-content-box {
    flex-wrap: wrap;
  }
}
.od-hero-content-box .title {
  color: var(--od-white);
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
}
.od-hero-content-box .list {
  list-style-type: none;
}
.od-hero-content-box .list li {
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}
.od-hero-content-box .list li:not(:last-child) {
  margin-bottom: 10px;
}

@keyframes shape-rote {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*----------------------------------------*/
/*  review css
/*----------------------------------------*/
.od-patient-review-box {
  margin-top: 20px;
  margin-bottom: 20px;
}

.od-patient-review-meta {
  display: flex;
  align-items: center;
  gap: 2px 15px;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.od-patient-review-meta .rating {
  list-style-type: none;
  font-size: 14px;
  color: var(--od-light);
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.od-patient-review-meta .rating .active {
  color: var(--od-rating-color);
}
.od-patient-review-meta .od-patient-review-verify {
  color: var(--od-primary);
}
.od-patient-review-meta .od-patient-review-verify span {
  font-size: 18px;
  font-weight: var(--od-fw-regular);
  color: #5d5955;
}
.od-patient-review-meta .date-time {
  font-size: 20px;
  font-weight: var(--od-fw-bold);
  color: #5d5955;
}

.od-add-review {
  background-color: rgba(0, 72, 97, 0.1);
  color: var(--od-black);
  padding: 20px 20px;
}

/*----------------------------------------*/
/*  professional css
/*----------------------------------------*/
.od-professional-tabs .nav-pills {
  border-bottom: 1px solid var(--od-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-professional-tabs .nav-pills {
    overflow-x: scroll;
    overflow-y: hidden !important;
    overflow: scroll;
    overflow-y: scroll;
    flex-wrap: nowrap !important;
    white-space: nowrap;
    display: flex;
  }
}
.od-professional-tabs .nav-link {
  display: block;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px 4px 0 0;
  transition: all 0.3s ease-in-out;
  color: var(--od-black);
  height: 50px;
}
.od-professional-tabs .nav-link.active {
  color: var(--od-white);
  background-color: var(--od-primary);
  border-color: var(--od-primary);
}

.od-professional-thumb img {
  border-radius: 12px;
}

.od-professional-item {
  padding: 30px 30px;
  background-color: var(--od-white);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid var(--od-border-primary);
}

.od-professional-top-content {
  display: flex;
  align-items: center;
  gap: 15px 30px;
  border-bottom: 1px solid var(--od-border-primary);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media (max-width: 575px) {
  .od-professional-top-content {
    flex-direction: column;
  }
}
.od-professional-top-content .thumb img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 100%;
  min-width: 120px;
}
.od-professional-top-content .designation,
.od-professional-top-content .institute {
  color: var(--od-body-text);
  font-weight: var(--od-fw-regular);
}

.od-professional-tabs .nav-pills {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: thin;
}

#biographyTab .tab-pane {
  height: 510px;
  overflow: hidden;
  overflow-y: scroll;
}

.professional-endorsement .tab-pane {
  height: 510px;
  overflow: hidden;
  overflow-y: scroll;
}

.dp-hero-area {
  padding-top: 50px;
  padding-bottom: 50px;
}

.dp-hero-half-bg {
  position: relative;
  z-index: 2;
}
.dp-hero-half-bg::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  bottom: 0;
  width: 100%;
  height: 225px;
  background-color: var(--od-secondary);
  z-index: -1;
}
@media (max-width: 575px), (max-width:450px) {
  .dp-hero-half-bg::before {
    height: 335px;
  }
}

.dp-hero-thumb img {
  width: 300px;
  height: 300px;
  min-width: 300px;
  border-radius: 100%;
  border: 10px solid var(--od-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dp-hero-thumb img {
    width: 260px;
    height: 260px;
    min-width: 260px;
  }
}

.dp-hero-thumb-meta {
  background: var(--od-white);
  padding: 35px 35px;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dp-hero-thumb-meta {
    width: 360px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .dp-hero-thumb-meta {
    padding: 15px 15px;
    width: auto;
    margin: 0 auto;
  }
}

.dp-hero-thumb-social {
  margin-bottom: 15px;
}
.dp-hero-thumb-social ul {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  list-style-type: none;
  justify-content: center;
}

.dp-hero-thumb-social ul li img {
  width: 50px;
  height: auto;
  object-fit: cover;
}

.dp-hero-ratting {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ratting-star span {
  color: var(--od-black);
}

.ratting-star span.active {
  color: var(--od-rating-color);
}

.dp-hero-title {
  font-size: 48px;
  color: var(--od-white);
  margin-bottom: 10px;
  font-weight: 300;
}
@media (max-width: 575px) {
  .dp-hero-title {
    font-size: 32px;
  }
}

.dp-hero-subtitle {
  font-size: 22px;
  display: block;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}

.dp-hero-list {
  margin-bottom: 15px;
}
.dp-hero-list li {
  list-style: none;
  font-size: 20px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
  font-weight: var(--od-fw-regular);
}
.dp-hero-list li:not(:last-child) {
  margin-bottom: 10px;
}

.dp-hero-link {
  color: var(--od-white);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: var(--od-fw-medium);
}

.dp-hero-content-box {
  display: flex;
  justify-content: space-between;
  gap: 30px 30px;
}
@media (max-width: 575px) {
  .dp-hero-content-box {
    flex-wrap: wrap;
    gap: 30px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dp-hero-content-box {
    margin-inline-end: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dp-hero-content-box {
    margin-inline-end: 30px;
  }
}
.dp-hero-content-box .title {
  color: var(--od-white);
  margin-bottom: 15px;
}
.dp-hero-content-box .list {
  list-style-type: none;
}
.dp-hero-content-box .list li {
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}
.dp-hero-content-box .list li:not(:last-child) {
  margin-bottom: 10px;
}

.dp-hero-grid {
  display: flex;
  align-items: start;
  gap: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dp-hero-grid {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.dp-hero-area-two.dp-hero-half-bg::before {
  height: 325px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dp-hero-area-two.dp-hero-half-bg::before {
    height: 520px;
  }
}
@media (max-width: 575px) {
  .dp-hero-area-two.dp-hero-half-bg::before {
    height: 945px;
  }
}

.dp-hero-thumb-two {
  width: 120px;
  height: 120px;
}
.dp-hero-thumb-two img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dp-hero-link-two {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-size: 22px;
  color: var(--od-white);
  line-height: 1.2;
}
.dp-hero-link-two:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dp-hero-link-two:not(:last-child) {
    margin-bottom: 8px;
  }
}

.dp-hero-content-box-2 .title {
  color: var(--od-white);
  margin-bottom: 15px;
}
.dp-hero-content-box-2 .content-box-2-list-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dp-hero-content-box-2 .content-box-2-list-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .dp-hero-content-box-2 .content-box-2-list-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.dp-hero-content-box-2 .content-box-2-list li {
  padding-inline-start: 15px;
  position: relative;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}
.dp-hero-content-box-2 .content-box-2-list li:not(:last-child) {
  margin-bottom: 3px;
}
.dp-hero-content-box-2 .content-box-2-list li::before {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin-inline-start: -15px;
  margin-top: -1px;
  background-color: rgba(255, 255, 255, 0.8);
  will-change: transform;
}

.dr-profile-tab-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 15px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--od-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width: 575px) {
  .dr-profile-tab-top {
    gap: 20px 0;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}

.dr-profile-tab .nav-pills {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  overflow-x: scroll;
  overflow-y: hidden !important;
  overflow: scroll;
  overflow-y: scroll;
  flex-wrap: nowrap !important;
  white-space: nowrap;
  width: 929px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dr-profile-tab .nav-pills {
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dr-profile-tab .nav-pills {
    gap: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dr-profile-tab .nav-pills {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .dr-profile-tab .nav-pills {
    gap: 15px;
  }
}
@media (max-width:450px) {
  .dr-profile-tab .nav-pills {
    gap: 15px;
    width: 400px;
  }
}
.dr-profile-tab .nav-link {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--od-fw-medium);
  height: 50px;
  position: relative;
  overflow: hidden;
  padding: 0 30px;
  text-transform: capitalize;
  color: var(--od-black);
  background-color: transparent;
  margin-bottom: 5px;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--od-primary);
}
.dr-profile-tab .nav-link.active {
  color: var(--od-white);
  background-color: var(--od-primary);
  border-color: var(--od-primary);
  border-radius: 12px 12px 0 0;
}

.dr-profile-tab-search {
  width: 230px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dr-profile-tab-search {
    width: 200px;
  }
}

/*----------------------------------------*/
/*  service css
/*----------------------------------------*/
.od-counter-wrapper {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 575px) {
  .od-counter-wrapper {
    flex-direction: column;
  }
}

.od-counter-item .od-counter-title {
  color: var(--od-black);
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}
.od-counter-item p {
  color: var(--od-black);
  font-size: 18px;
  font-weight: 400;
}

/*----------------------------------------*/
/*  location css
/*----------------------------------------*/
.od-location-item {
  border: 1px solid var(--od-border-primary);
  padding: 20px 20px 20px 20px;
  background: var(--od-white);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
.od-location-item:hover .od-location-thumb img {
  transform: scale3d(1.07, 1.07, 1.07);
}

.od-location-thumb {
  margin-bottom: 25px;
  overflow: hidden;
  height: 250px;
  border-radius: 6px;
}

.od-location-thumb img {
  width: 100%;
  transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
  height: auto;
  object-fit: cover;
}

.od-location-title {
  margin-bottom: 10px;
}

.od-location-info p {
  margin-bottom: 8px !important;
}
.od-location-info a {
  color: var(--od-body-text);
  transition: all 0.3s ease-in-out;
}
.od-location-info a:hover {
  color: var(--od-primary);
}

/*----------------------------------------*/
/*  Recent Articles css
/*----------------------------------------*/
/*----------------------------------------*/
/*  service css
/*----------------------------------------*/
.wc-cta-thumb {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .wc-cta-thumb {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .wc-cta-content {
    padding-bottom: 45px;
  }
}

.wc-cta-call {
  font-size: 26px;
  line-height: 1.2em;
  font-weight: 600;
  color: #444;
  transition: 0.2s;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.wc-cta-call i {
  color: var(--od-primary);
}

.od-cta-area {
  min-height: 500px;
  display: flex;
  align-items: center;
}
.od-cta-area .am-section-title {
  font-size: 48px;
  font-weight: var(--od-fw-bold);
  color: var(--od-white);
}
.od-cta-area .od-section-description {
  color: rgba(255, 255, 255, 0.85);
  width: 90%;
}
.od-cta-area-2 {
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: 0 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-cta-area-2 {
    padding: 30px 30px;
  }
}
.od-cta-area-2 .od-cta-title {
  font-size: 68px;
  color: var(--od-white);
  font-weight: var(--od-fw-bold);
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .od-cta-area-2 .od-cta-title {
    font-size: 62px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-cta-area-2 .od-cta-title {
    font-size: 42px;
  }
}
.od-cta-area-2 .od-cta-description {
  font-size: 18px;
  color: #d8e5fd;
  width: 85%;
}
.od-cta-bg {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
[dir=rtl] .od-cta-bg {
  transform: rotateY(-180deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-cta-bg {
    background-position: center left;
  }
}
@media (max-width:450px) {
  .od-cta-bg {
    background-position: center left -160px;
  }
}
.od-cta-bg::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 16, 15, 0.3);
}
.od-cta-bg-2 {
  position: absolute;
  top: 0;
  inset-inline-start: 50%;
  height: 100%;
  width: 95%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  transform: translateX(-50%);
  border-radius: 16px;
}
.od-cta-bg-2::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 16, 15, 0.5);
  border-radius: 16px;
}

.og-cta-title {
  font-size: 56px;
  font-weight: 200;
  color: var(--od-primary);
  font-family: var(--od-ff-body);
  margin-bottom: 10px;
}
.og-cta-title span {
  font-weight: 700;
}

.og-cta-btn {
  font-size: 18px;
  color: var(--od-white);
  display: inline-flex;
  border: 2px solid var(--od-primary);
  background-color: var(--od-primary);
  align-items: center;
  justify-content: center;
  padding: 15px 30px 12px 30px;
  transition: all 0.3s linear;
  border-radius: 50px;
  gap: 0 10px;
  font-weight: 600;
}
.og-cta-btn:hover {
  background-color: transparent;
  color: var(--od-primary);
}

/*----------------------------------------*/
/*  testimonial css
/*----------------------------------------*/
.od-testimonial-bg {
  position: relative;
  z-index: 5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.od-testimonial-bg::before {
  position: absolute;
  content: "";
  z-index: -1;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(217, 210, 197, 0.85);
}

.od-testimonial-card {
  background: var(--od-white);
  padding: 30px 30px;
  border-radius: 12px;
  min-height: 316px;
}

.od-testimonial-desc {
  font-size: 20px;
}

.od-testimonial-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.od-testimonial-meta .author {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.od-testimonial-meta .author img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.od-testimonial-meta .author .name {
  margin-bottom: 3px;
}
.od-testimonial-meta .quote-icon svg {
  width: 70px;
  height: 70px;
}

.testimonial-2 {
  display: flex;
  position: relative;
  z-index: 1;
  gap: 0px;
  height: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-2 {
    flex-direction: column;
    width: 100%;
  }
}

.testimonial-media {
  width: 50%;
  height: 440px;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0px 25px 65px rgba(0, 0, 0, 0.08);
  position: relative;
  flex: 1;
  border-radius: 15px 0px 0px 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-media {
    width: 100%;
    height: 100%;
    border-radius: 15px 15px 0px 0px;
  }
}
.testimonial-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-media .video-btn {
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: var(--od-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.testimonial-detail {
  padding: 35px 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  width: 50%;
  background: #fff;
  border-radius: 0px 15px 15px 0px;
  box-shadow: 0 0px 15px rgba(14, 142, 171, 0.05);
  flex: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-detail {
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 15px 15px;
  }
}

.testimonial-head {
  display: flex;
  gap: 15px;
  margin-bottom: 12px;
  align-items: center;
}
.testimonial-head .star-list {
  display: flex;
  gap: 5px;
  list-style-type: none;
}
.testimonial-head .star-list li {
  color: #FFCD37;
}
.testimonial-head .title {
  font-size: 18px;
  margin-bottom: 0;
}

.testimonial-contant {
  margin-bottom: 30px;
}

.testimonial-text {
  position: relative;
  z-index: 1;
}

.testimonial-detail p:last-child {
  margin-bottom: 0;
}

.testimonial-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.testimonial-detail::after {
  content: "\f10e";
  font-family: var(--od-ff-fontawesome);
  position: absolute;
  inset-inline-end: 25px;
  bottom: 30px;
  z-index: -1;
  font-weight: 500;
  font-size: 65px;
  line-height: 65px;
  color: var(--od-primary);
}

.testimonial-2 .od-media {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.testimonial-2 .od-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-name {
  font-size: 18px;
  margin-bottom: 0px;
}

.testimonial-position {
  font-size: 14px;
}

.slider__pagination {
  display: flex;
  align-items: center;
  padding: 15px 10px;
}

.slider__pagination .slider__current, .slider__pagination .slider__total {
  font-size: 18px;
  color: var(--od-black);
  font-weight: 500;
  width: 25px;
  text-align: center;
}

.slider__pagination .swiper-progress {
  position: relative;
  width: 200px;
  margin: 0 15px;
  height: 3px;
  background: rgba(14, 142, 171, 0.2);
}

.slider__pagination .swiper-progress .swiper-pagination-progressbar-fill {
  background: var(--od-primary);
}

/*----------------------------------------*/
/*  Brand css
/*----------------------------------------*/
.od-sidebar-wrapper {
  width: 100%;
  background: #f9f9f9;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-sidebar-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .od-sidebar-wrapper::before {
    position: absolute;
    content: "\f107";
    font-family: var(--od-ff-fontawesome);
    inset-inline-end: 10px;
    top: 5px;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    z-index: 99;
    color: var(--od-white);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-sidebar-wrapper:hover {
    height: 100%;
  }
  .od-sidebar-wrapper:hover::before {
    color: var(--od-white);
  }
}

.sidebar-nav ul li {
  list-style: none;
}
.sidebar-nav ul li:not(:last-child) {
  margin-bottom: 5px;
}
.sidebar-nav ul li a {
  font-size: 16px;
  display: inline-flex;
  text-align: start;
  align-items: center;
  justify-content: start;
  font-weight: var(--od-fw-sbold);
  width: 100%;
  padding: 14px 20px 12px 20px;
  background-color: var(--od-white);
  color: var(--od-black);
  transition: all 0.3s ease-in-out;
  gap: 0 10px;
}
.sidebar-nav ul li a.active {
  color: var(--od-white);
  background-color: var(--od-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sidebar-nav ul li a.active {
    top: 0;
  }
}
.sidebar-nav ul li ul.sub-menu li a {
  cursor: pointer;
}
.sidebar-nav ul li ul.sub-menu li a.active {
  color: var(--od-white);
  background-color: var(--od-secondary);
}
.sidebar-nav ul li ul.sub-menu li:hover > a {
  background-color: var(--od-secondary);
  color: var(--od-white);
}

.video-holder iframe {
  width: 100%;
  height: 500px;
}

.od-author-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-author-wrapper {
    flex-direction: column;
  }
}

.od-author-thumb {
  width: 400px;
  height: 100%;
}
.od-author-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.divider {
  border-top: 1px solid var(--od-border-primary);
}

.od-patient-resource-top {
  margin-bottom: 32px;
}

.list-inline {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  margin-inline-start: -12px;
  padding: 0;
}

@media (min-width: 768px) {
  .list-inline {
    margin-inline-start: -15px;
  }
}
.list-inline-item {
  white-space: nowrap;
  font-size: 28px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  position: relative;
}
.list-inline-item:not(:last-child) {
  margin-inline-end: 0.5rem;
}
.list-inline-item:not(:last-child) a::after {
  content: "";
  background: #bcbfc5;
  position: absolute;
  top: 2px;
  inset-inline-end: -1px;
  bottom: 0;
  height: 16px;
  width: 1px;
  margin: auto;
}

.list-inline-item a {
  cursor: pointer;
  text-decoration: none;
  border-color: currentColor;
  color: var(--od-primary);
  font-size: 20px !important;
  line-height: 40px;
  padding: 0 15px;
}

.od-patient-resource-item .title {
  color: var(--od-primary);
}
.od-patient-resource-item:not(:last-child) {
  margin-bottom: 45px;
}
.od-patient-resource-item .description {
  font-size: 16px;
  color: var(--od-black);
}
.od-patient-resource-item .resource-list ul li {
  list-style: none;
}
.od-patient-resource-item .resource-list ul li:not(:last-child) {
  margin-bottom: 5px;
}
.od-patient-resource-item .resource-list-bluet ul li {
  list-style: none;
  position: relative;
  padding-inline-start: 15px;
}
.od-patient-resource-item .resource-list-bluet ul li::before {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--od-primary);
  content: "";
  border-radius: 50%;
  top: 50%;
  inset-inline-start: 0;
  transform: translateY(-50%);
}
.od-patient-resource-item .resource-list-bluet ul li:not(:last-child) {
  margin-bottom: 5px;
}
.od-patient-resource-item .thumb {
  width: 205px;
  height: 100%;
}
.od-patient-resource-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.od-patient-resource-item .sl-number-counts li:not(:last-child) {
  margin-bottom: 5px;
}

.sl-number-counts {
  counter-reset: count;
}
.sl-number-counts li {
  list-style: none;
}
.sl-number-counts li::before {
  counter-increment: count;
  content: counter(count) ". ";
  transition: all 500ms ease;
  display: inline-block;
  margin-inline-end: 5px;
}

/*----------------------------------------*/
/*  CME Page css
/*----------------------------------------*/
.mg-save-icon {
  color: var(--od-black);
  font-weight: 500;
  font-size: 16px;
}
.mg-save-icon i {
  color: var(--od-primary);
}

.mg-cme-activities-wrapper {
  margin-bottom: 30px;
  border-bottom: 3px solid var(--od-primary);
  padding-bottom: 30px;
  margin-top: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mg-cme-activities-wrapper {
    margin-top: 30px;
  }
}
.mg-cme-activities-wrapper .title {
  margin-bottom: 10px;
}

.mg-activity-card {
  background-color: var(--od-white);
  padding: 10px 10px;
  border: 1px solid var(--od-black);
}
.mg-activity-card .mg-activity-title {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.mg-activity-card .mg-activity-byline {
  font-size: 15px;
  color: var(--od-taxonomy-color);
  display: block;
  margin-bottom: 10px;
  border-top: 1px solid var(--od-border-primary);
  border-bottom: 1px solid var(--od-border-primary);
  padding: 5px 0;
}
.mg-activity-card .mg-activity-thumb img {
  height: 160px;
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mg-activity-card .mg-activity-thumb img {
    height: 100%;
  }
}
.mg-activity-card .mg-activity-data-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mg-activity-card .mg-activity-data-wrapper {
    gap: 0 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mg-activity-card .mg-activity-data-wrapper {
    gap: 0 10px;
  }
}
.mg-activity-card .mg-activity-credits {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  font-size: 14px;
}
.mg-activity-card .mg-activity-credits:not(:last-child) {
  border-inline-end: 1px dotted var(--od-black);
  padding-inline-end: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mg-activity-card .mg-activity-credits:not(:last-child) {
    padding-inline-end: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mg-activity-card .mg-activity-credits:not(:last-child) {
    padding-inline-end: 30px;
  }
}
.mg-activity-card .mg-activity-credits i {
  color: var(--od-primary);
}
.mg-activity-card .mg-activity-credits .activity-num {
  font-size: 16px;
  font-weight: 600;
}

.mg-search-form-widget {
  padding: 0 10px 20px 10px;
}

.mg-feature-widget-content {
  padding: 0 10px 20px 10px;
}
.mg-feature-widget-content ul {
  list-style-type: none;
}
.mg-feature-widget-content ul li:not(:last-child) {
  margin-bottom: 15px;
}
.mg-feature-widget-content ul li a {
  display: flex;
  gap: 15px;
  align-items: center;
}
.mg-feature-widget-content ul li a:hover .thumb img {
  transform: scale3d(1.07, 1.07, 1.07);
}
.mg-feature-widget-content ul li a:hover .name {
  color: var(--od-primary);
}
.mg-feature-widget-content ul li a .thumb {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.mg-feature-widget-content ul li a .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}
.mg-feature-widget-content ul li a .name {
  margin-bottom: 6px;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.mg-feature-widget-content ul li a .designation {
  font-size: 14px;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: rgba(24, 16, 15, 0.7);
}
.mg-feature-widget-content ul li a .rating {
  font-size: 14px;
  color: var(--od-light);
}

.cme-table .table > :not(caption) > * > * {
  padding: 10px 10px;
}
.cme-table .table > thead {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .cme-table .table > thead {
    display: none;
  }
}
.cme-table .table > thead tr th {
  font-size: 16px;
  padding: 25px 10px;
  color: var(--od-white);
  background-color: var(--od-primary);
  border-inline-end: 1px solid rgba(0, 0, 0, 0.2);
}
.cme-table .table > thead tr th:last-child {
  border-inline-end: none;
}
.cme-table .table > tbody {
  vertical-align: middle;
}
.cme-table .table > tbody td {
  border-inline-end: 1px solid rgba(0, 0, 0, 0.2);
}
.cme-table .table > tbody td:last-child {
  border-inline-end: none;
}
@media screen and (max-width: 767px) {
  .cme-table .table > tbody tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ccc;
    border-inline-end: none;
    height: 100% !important;
  }
  .cme-table .table > tbody tr td {
    border-inline-end: none;
  }
}
.cme-table .cme-table-into p {
  font-size: 18px;
}
.cme-table .cme-text-link {
  position: relative;
  border-bottom: 1px solid var(--od-primary);
  color: var(--od-primary);
  transition: all 0.3s ease-in-out;
}
[dir=rtl] .cme-table .cme-text-link i {
  transform: rotate(-180deg);
}
.cme-table .cme-text-link:hover {
  border-bottom: none;
}

.od-banner-2-style {
  position: relative;
  z-index: 1;
}
.od-banner-2-bg-image {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  height: 370px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  background-color: #E9EAEC;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .od-banner-2-bg-image {
    background-position: center right -200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .od-banner-2-bg-image {
    background-position: center right -220px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-banner-2-bg-image {
    background-position: center right -280px;
    height: 400px;
  }
}
@media (max-width:450px) {
  .od-banner-2-bg-image {
    background-position: center right -350px;
  }
}
.od-banner-2-bg-image::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(23, 68, 158, 0) 0%, rgba(23, 68, 158, 0.85) 70%);
}

.banner-2-search-wrapper {
  position: relative;
  z-index: 9;
  width: 100%;
  top: 150%;
}

.banner-search-box {
  display: flex;
  background-color: var(--od-white);
  padding: 10px;
  border-radius: 50px;
  height: 80px;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.banner-search-form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  padding: 10px 10px;
  gap: 15px 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-search-form {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .banner-search-form {
    grid-template-columns: 1fr;
  }
}

.banner-search-select.nice-select {
  border-radius: 50px;
}

.banner-search-button button {
  border-radius: 50px;
}

.mg-job-area .job-add-area {
  justify-content: end;
}

.od-add-section {
  background: #7092bf;
  height: 400px;
  width: 350px;
  border-radius: 10px;
}

.od-add-section h2.title {
  text-align: center;
  margin-top: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 300;
}

/*----------------------------------------*/
/*  Job css
/*----------------------------------------*/
.mg-job-search-input {
  display: grid;
  grid-template-columns: 500px auto auto 160px;
  gap: 30px;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mg-job-search-input {
    grid-template-columns: 360px auto auto 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .mg-job-search-input {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .mg-job-search-input {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

.mg-job-search-input-two {
  display: grid;
  grid-template-columns: 225px auto auto 120px;
  gap: 30px;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .mg-job-search-input-two {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .mg-job-search-input-two {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

.mg-job-section {
  margin-inline-start: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mg-job-section {
    margin-inline-start: 0;
  }
}

.mg-job-item {
  position: relative;
  display: grid;
  grid-template-columns: auto 550px auto;
  align-items: start;
  gap: 30px 30px;
  width: 100%;
  padding: 30px 30px 30px 30px;
  background-color: var(--od-bg-primary);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid var(--od-black);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .mg-job-item {
    grid-template-columns: auto 520px auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mg-job-item {
    grid-template-columns: auto 400px auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mg-job-item {
    grid-template-columns: auto 320px auto;
    gap: 30px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mg-job-item {
    grid-template-columns: 80px auto;
    gap: 20px 15px;
  }
}
@media (max-width:450px) {
  .mg-job-item {
    grid-template-columns: auto;
    gap: 20px 0;
    padding: 25px 25px 25px 25px;
  }
}
.mg-job-item:hover {
  background-color: #44494B;
}
.mg-job-item:hover .mg-job-details .title {
  color: var(--od-white);
}
.mg-job-item:hover .mg-job-details .mg-job-company-info span {
  color: var(--od-white);
}
.mg-job-item:hover .mg-job-details .mg-job-company-info .type i {
  color: var(--od-danger);
}
.mg-job-item:hover .mg-job-details .mg-job-meta span {
  color: var(--od-white);
}
.mg-job-item:hover .mg-job-details .mg-job-bottom-meta span {
  color: var(--od-white);
}
.mg-job-item:hover .published-date {
  color: var(--od-white);
}
.mg-job-item:hover .mg-job-pop-badge {
  opacity: 1;
  visibility: visible;
}
.mg-job-item.highlight {
  background-color: rgba(200, 200, 200, 0.13);
}
.mg-job-item.highlight:hover {
  background-color: #44494B;
}
.mg-job-item.mg-job-grid-item {
  grid-template-columns: auto;
  gap: 20px 0px;
  width: 100%;
  padding: 30px 30px;
}
.mg-job-item.mg-job-grid-item .thumb {
  margin: 0 auto;
}
.mg-job-item.mg-job-grid-item .mg-job-details .mg-job-company-info {
  flex-wrap: wrap;
  gap: 15px 10px;
}
.mg-job-item.mg-job-grid-item .mg-job-details .mg-job-meta {
  flex-wrap: wrap;
  gap: 15px 10px;
}

.mg-job-featured-badge {
  position: absolute;
  top: -1px;
  inset-inline-start: -1px;
  transform: translate(0, 0);
  width: 60px;
  height: 60px;
  background: var(--od-secondary);
  text-align: center;
  clip-path: polygon(100% 0, 0% 100%, 0 0);
  z-index: 5;
}
[dir=rtl] .mg-job-featured-badge {
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.mg-job-featured-badge .icon {
  color: var(--od-white);
  position: absolute;
  inset-inline-start: 15%;
  top: 10%;
  font-weight: 500;
  font-size: 16px;
}

.mg-job-pop-badge {
  position: absolute;
  bottom: -1px;
  inset-inline-end: -1px;
  transform: translate(0, 0);
  width: 60px;
  height: 60px;
  background: var(--od-secondary);
  text-align: center;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transition: all 0.3s ease-in-out;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}
.mg-job-pop-badge .icon {
  color: var(--od-white);
  position: absolute;
  inset-inline-end: 15%;
  bottom: 10%;
  font-weight: 500;
  font-size: 16px;
}

.mg-job-company-thumb .thumb {
  width: 80px;
  height: 80px;
  min-width: 70px;
  background-color: var(--od-white);
  border-radius: 100%;
}
.mg-job-company-thumb .thumb img {
  width: 100%;
  height: 100%;
}

.mg-job-details .title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.mg-job-details .mg-job-company-info {
  display: flex;
  align-items: center;
  gap: 3px 20px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.mg-job-details .mg-job-company-info span {
  font-size: 14px;
  font-weight: 500;
  color: rgba(24, 16, 15, 0.85);
}
.mg-job-details .mg-job-company-info .type,
.mg-job-details .mg-job-company-info .location {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mg-job-details .mg-job-company-info .type {
  color: var(--od-danger);
}
.mg-job-details .mg-job-meta {
  display: flex;
  align-items: center;
  gap: 3px 20px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.mg-job-details .mg-job-meta span {
  font-size: 14px;
  font-weight: 500;
  color: rgba(24, 16, 15, 0.85);
  display: flex;
  align-items: center;
  gap: 8px;
}
.mg-job-details .mg-job-bottom-meta {
  display: flex;
  align-items: center;
  gap: 3px 20px;
  flex-wrap: wrap;
}
.mg-job-details .mg-job-bottom-meta span {
  font-size: 14px;
  font-weight: 500;
  color: rgba(24, 16, 15, 0.85);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease-in-out;
}
.mg-job-details .mg-job-bottom-meta span:hover {
  color: var(--od-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mg-job-apply-wrap {
    min-width: 160px;
  }
}

.mg-sorting-item-found {
  font-size: 18px;
  font-weight: var(--od-fw-medium);
}

.mg-layout-switcher {
  display: flex;
  align-items: center;
}
.mg-layout-switcher label {
  font-size: 16px;
  font-weight: 600;
  color: var(--od-black);
  cursor: pointer;
  min-width: 35px;
}

.mg-switcher-btn {
  display: flex;
  align-items: center;
  margin: -5px;
  padding-inline-start: 0px;
  list-style: none;
}
.mg-switcher-btn li {
  margin: 5px;
}

.mg-filter-job {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
  flex-wrap: wrap;
  gap: 15px;
}
.mg-filter-job .filter-item {
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: var(--od-fw-regular);
  text-transform: capitalize;
  background-color: transparent;
  color: var(--od-black);
  padding: 9px 18px;
  border: none;
  margin: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  line-height: 1;
  border-radius: 6px;
}
.mg-filter-job .filter-item.active {
  color: var(--od-white);
  background: var(--od-primary);
}
.mg-filter-layout-trigger {
  display: inline-block;
  border: 1px solid var(--od-border-primary);
  border-radius: 3px;
  padding: 8px;
  color: var(--od-black);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mg-filter-layout-trigger.active {
  border-color: var(--od-primary);
  color: var(--od-primary);
}
.mg-filter-type-text {
  display: none;
}
.mg-filter-type-text.active {
  display: none;
}

.display-layout-grid,
.display-layout-list {
  display: none;
}
.display-layout-grid.active,
.display-layout-list.active {
  display: flex;
  animation: layout-slide-in 0.4s ease-in-out;
}

.mg-job-search-banner {
  width: 100%;
  height: 360px;
  display: inline-flex;
  align-items: start;
  padding: 50px 50px;
  position: relative;
  flex-direction: column;
  text-align: start;
  z-index: 5;
}
@media (max-width: 575px) {
  .mg-job-search-banner {
    height: auto !important;
  }
}
@media (max-width:450px) {
  .mg-job-search-banner {
    height: 500px;
    padding: 40px 30px;
  }
}
.mg-job-search-banner::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  z-index: -1;
}
.mg-job-search-banner .title {
  position: relative;
  z-index: 5;
  margin-bottom: 5px;
  color: var(--od-white);
}
.mg-job-search-banner .title span {
  color: var(--od-primary);
}
.mg-job-search-banner .desc {
  font-size: 16px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
}
.mg-job-search-banner .keyword {
  color: rgba(255, 255, 255, 0.9);
}

.mg-job-modal-content.modal-content {
  background-color: var(--od-white);
}
.mg-job-modal-content .modal-body {
  padding: 30px 30px 20px 30px;
}
.mg-job-modal-content .modal-body .mg-job-details {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--od-border-primary);
}
.mg-job-modal-content .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.7px;
  background: #ebeeef;
  position: relative;
  justify-content: center;
}
.mg-job-modal-content .modal-header .mg-btn-close {
  position: absolute;
  top: 5px;
  inset-inline-end: 15px;
  font-size: 26px;
}
.mg-job-modal-content .modal-header .mg-btn-close:hover {
  color: var(--od-danger);
}
.mg-job-modal-content .modal-footer {
  padding: 30px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.mg-job-modal-content .modal-footer .mg-cme-btn {
  width: auto;
}
.mg-job-modal-content .modal-footer .mg-cme-btn.light-bg {
  background-color: var(--od-light);
  color: var(--od-black);
}
.mg-job-modal-content .modal-footer .mg-cme-btn.light-bg:hover {
  background-color: rgba(200, 200, 200, 0.6);
}

.mg-modal-title {
  margin: 0;
  line-height: 1.7;
  text-align: center;
  font-size: 28px;
}

.mg-job-description .title {
  font-size: 34px;
  margin-bottom: 20px;
  font-weight: var(--od-fw-sbold);
}
.mg-job-description .desc {
  margin-bottom: 20px;
}
.mg-job-description .mg-job-desc-list {
  list-style-type: none;
  margin-bottom: 20px;
  color: var(--od-body-text);
}
.mg-job-description .mg-job-desc-list li:not(:last-child) {
  margin-bottom: 10px;
}

.mg-job-details-tile {
  font-size: 34px;
  margin-bottom: 10px;
}

.mg-job-details-list {
  padding-inline-start: 30px;
  list-style: disc;
}
.mg-job-details-list li:not(:last-child) {
  margin-bottom: 15px;
}

.sl-number-counts {
  counter-reset: count;
}
.sl-number-counts li {
  list-style: none;
  position: relative;
  padding-inline-start: 20px;
}
.sl-number-counts li::before {
  counter-increment: count;
  content: counter(count) ". ";
  transition: all 500ms ease;
  position: absolute;
  inset-inline-start: 0;
}

.mg-job-details-info-list {
  list-style-type: none;
}
.mg-job-details-info-list li {
  display: flex;
  align-items: start;
  gap: 10px;
}
.mg-job-details-info-list li:not(:last-child) {
  margin-bottom: 8px;
}
.mg-job-details-info-list .title {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
}
.mg-job-details-info-list .title i {
  color: var(--od-primary);
}

.mg-job-details-location {
  margin-top: 20px;
}
.mg-job-details-location iframe {
  width: 100%;
}

.mg-job-details-apply-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.mg-job-details-tag {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 50px;
  border-top: 1px solid var(--od-border-primary);
  border-bottom: 1px solid var(--od-border-primary);
  padding-top: 15px;
  padding-bottom: 15px;
}

.tagcloud {
  display: inline-flex;
  align-items: center;
  gap: 15px 20px;
}
@media (max-width: 575px) {
  .tagcloud {
    gap: 5px 10px;
    flex-wrap: wrap;
  }
}
.tagcloud a {
  font-size: 16px;
  color: #44494b;
}

.mg-job-details-sidebar {
  margin-inline-start: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mg-job-details-sidebar {
    margin-inline-start: 0;
  }
}

.mg-sidebar-widget {
  padding: 2.14285714em;
  background: #ebeeef;
  margin-bottom: 30px;
}
.mg-sidebar-widget .title {
  font-size: 14px;
  margin-bottom: 15px;
}
.mg-sidebar-widget.company-info-wrap {
  display: flex;
  align-items: center;
  gap: 20px 30px;
  flex-wrap: wrap;
}
.mg-sidebar-widget.company-info-wrap .mg-company-thumb {
  width: 80px;
  height: 80px;
  min-width: 80px;
}
.mg-sidebar-widget.company-info-wrap .mg-company-thumb img {
  width: 100%;
  height: 100%;
}
.mg-sidebar-widget.company-info-wrap .rating-wrap {
  font-size: 14px;
}
.mg-sidebar-widget.company-info-wrap .rating-wrap i {
  color: var(--od-rating-color);
}

.mg-sidebar-contact-form .title {
  font-size: 1.28571429em;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.job-search-sidebar-bg {
  background-color: rgba(77, 147, 233, 0.06);
}

.mg-job-area {
  margin-top: 50px;
}
.mg-job-area .job-add-area {
  justify-content: end;
}
@media (max-width: 575px) {
  .mg-job-area .job-add-area {
    justify-content: center;
  }
}

/* Keyframes for the layout sliding in effect */
@keyframes layout-slide-in {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/*----------------------------------------*/
/*  ad css
/*----------------------------------------*/
.mg-add-wrapper {
  position: relative;
}
.mg-add-wrapper .content {
  position: absolute;
  z-index: 5;
  bottom: 50px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.mg-add-wrapper .content .subtitle {
  font-size: 30px;
  font-weight: 600;
  color: var(--od-danger);
}
.mg-add-wrapper .content .title {
  font-size: 48px;
  color: var(--od-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width:450px) {
  .mg-add-wrapper .content .title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mg-add-wrapper .content .title {
    font-size: 28px;
  }
}
.mg-add-wrapper .mg-add-thumb {
  position: relative;
}
.mg-add-wrapper .mg-add-thumb::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--od-secondary);
  opacity: 0.75;
}

/*----------------------------------------*/
/*  classified css
/*----------------------------------------*/
.mg-classified-input {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mg-classified-input {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mg-classified-input {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .mg-classified-input {
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.classified-section-search {
  padding-top: 50px;
  padding-bottom: 50px;
}

.b-border-none li:last-child {
  border-bottom: none;
}

.mg-classified-bg {
  position: relative;
  z-index: 9;
  background-color: rgba(0, 72, 97, 0.85);
  color: var(--od-white);
}
.mg-classified-sidebar {
  background-color: var(--od-white);
}
.mg-classified-sidebar:not(:last-child) {
  margin-bottom: 30px;
}
.mg-classified-sidebar-tile {
  font-size: 20px;
  padding: 12px 15px 15px 15px;
}
.mg-classified-sidebar-list {
  list-style-type: none;
}
.mg-classified-sidebar-list li:last-child .mg-classified-sidebar-list-item {
  border-bottom: none;
}
.mg-classified-sidebar-list-item {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  gap: 15px;
  justify-content: space-between;
  border-bottom: 1px solid var(--od-border-secondary);
  background-color: rgba(0, 72, 97, 0.07);
}
.mg-classified-sidebar-list-item .thumb {
  width: 35px;
  height: 36px;
  border: 1px solid var(--od-border-secondary);
}
.mg-classified-sidebar-list-item .icon {
  color: var(--od-primary);
}
.mg-classified-wrapper {
  border: none;
  background-color: var(--od-white);
  border-radius: 0;
  box-shadow: none;
}
.mg-classified-product-wrap {
  background-color: var(--od-white);
  padding: 15px 20px;
  background-color: rgba(0, 72, 97, 0.07);
}
.mg-classified-product-wrap .mg-product-card:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.mg-product-card {
  display: grid;
  align-items: start;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--od-border-secondary);
  grid-template-columns: 100px auto 100px;
  gap: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mg-product-card {
    grid-template-columns: auto;
  }
}
.mg-product-thumb {
  position: relative;
  width: 90px;
  height: 90px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mg-product-thumb {
    width: 100%;
    height: 100%;
  }
}
.mg-product-thumb img {
  width: 100%;
  height: 100%;
}
.mg-product-thumb-wrap {
  padding: 4px;
  border: 1px solid var(--od-border-secondary);
}
.mg-product-title {
  font-weight: 500;
  text-transform: capitalize;
  color: var(--od-black);
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
}
.mg-product-price {
  color: var(--od-black);
  font-size: 24px;
  font-weight: 700;
}
.mg-product-price-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
}
.mg-product-meta {
  line-height: 1;
  list-style-type: none;
  font-size: 18px;
}
.mg-product-meta li {
  display: inline-block;
  border-inline-end: 2px solid var(--od-border-secondary);
  margin-inline-end: 8px;
  padding-inline-end: 10px;
  line-height: 1;
  margin-bottom: 15px;
}
.mg-product-meta li i {
  color: var(--od-teal);
  margin-inline-end: 10px;
}
.mg-product-meta li:last-child {
  margin-inline-end: 0;
  padding-inline-end: 0;
  border-inline-end: none;
}

.mg-trending-sign {
  display: none;
  cursor: pointer;
  top: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 40px solid var(--od-primary);
  border-inline-end: 40px solid transparent;
  z-index: 10;
  inset-inline-start: 0;
}
.mg-trending-sign.active {
  display: block;
}
.mg-trending-sign i {
  color: var(--od-white);
  font-size: 12px;
  bottom: 20px;
  inset-inline-start: 5px;
  position: absolute;
}

/* seller information */
.mg-classified-seller-list {
  list-style-type: none;
}

.mg-classified-seller-list-item {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  gap: 15px;
  border-bottom: 1px solid var(--od-border-secondary);
  background-color: rgba(0, 72, 97, 0.07);
}
.mg-classified-seller-list-item .thumb {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.mg-classified-seller-list-item .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.mg-classified-seller-list-item .content .title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
.mg-classified-seller-list-item .content .subtitle {
  font-size: 14px;
  color: var(--od-taxonomy-color);
  font-weight: 500;
}

.mg-classified-item-info-list {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  gap: 15px;
  color: var(--od-black);
  font-weight: 600;
  background-color: rgba(0, 72, 97, 0.07);
}
.mg-classified-item-info-list .sub {
  color: var(--od-taxonomy-color);
  font-weight: 400;
}

.mg-classified-safety-tips {
  list-style-type: none;
  background-color: rgba(0, 72, 97, 0.07);
}
.mg-classified-safety-tips li {
  background-color: rgba(0, 72, 97, 0.07);
  padding: 8px 15px 8px 35px;
  position: relative;
}
.mg-classified-safety-tips li::before {
  position: absolute;
  content: "";
  inset-inline-start: 15px;
  top: 17px;
  width: 8px;
  height: 8px;
  background-color: var(--od-primary);
  border-radius: 100%;
}

/* details css */
.mg-classified-single-wrap {
  padding: 30px 30px;
  background-color: var(--od-white);
  box-shadow: 1px 1px 3px #6d6e71;
}

.mg-classified-page-tile {
  padding: 12px 30px 15px 30px;
  font-size: 24px;
  line-height: 1.4;
  text-transform: capitalize;
  font-weight: 500;
}

.productGalleryThumbs {
  margin-top: 10px;
}

.mg-product-gallery-thumbs {
  width: 100%;
  height: 100px;
}
.mg-product-gallery-thumbs img {
  width: 100%;
  height: 100%;
}

.mg-product-details-title {
  font-size: 26px;
}

.mg-product-details-list ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mg-product-details-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.mg-product-details-list ul li {
  position: relative;
  padding-inline-start: 30px;
}
.mg-product-details-list ul li::before {
  position: absolute;
  content: "\f105";
  font-family: var(--od-ff-fontawesome);
  inset-inline-start: 0;
  top: 3px;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background: var(--od-primary);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--od-white);
}

/* similar product title */
.mg-product-smiler-tile {
  padding: 12px 30px 15px 30px;
  font-size: 24px;
  line-height: 1.4;
  text-transform: capitalize;
  font-weight: 500;
}

.mg-product-smiler-slider {
  padding: 30px 30px;
  background-color: var(--od-white);
  box-shadow: 1px 1px 3px #6d6e71;
}

/* product box card */
.mg-product-box-card {
  width: 300px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mg-product-box-card {
    width: 100%;
  }
}
.mg-product-box-card .bd-product-badge {
  position: absolute;
  top: 15px;
  inset-inline-end: 15px;
  z-index: 15;
}
.mg-product-box-card .thumb-wrapper {
  position: relative;
  padding: 5px;
  border: 1px solid var(--od-border-secondary);
  margin-bottom: 15px;
}
.mg-product-box-card .thumb-wrapper .thumb {
  background-color: var(--od-bg-primary);
}
.mg-product-box-card .thumb-wrapper .thumb img {
  width: 100%;
  height: 100%;
}
.mg-product-box-card .top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 5px;
}
.mg-product-box-card .top-content .mg-product-title {
  margin-bottom: 0px;
}
.mg-product-box-card .location i {
  color: var(--od-teal);
  margin-inline-end: 10px;
}

.mg-product-smiler-nav button {
  position: absolute;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  top: 50%;
  inset-inline-start: 10px;
  transform: translateY(-50%);
  z-index: 2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--od-white);
  background-color: var(--od-primary);
  transition: all 0.3s linear;
}
.mg-product-smiler-nav button:hover {
  color: var(--od-white);
  background-color: var(--od-secondary);
}
.mg-product-smiler-nav .product-navigation-next {
  inset-inline-start: auto !important;
  inset-inline-end: 10px;
}

.mg-add-wrap {
  box-shadow: 1px 1px 3px #6d6e71;
  margin-inline-end: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mg-add-wrap {
    margin-inline-end: 0;
  }
}

.mg-add-layout {
  padding-inline-start: 30px;
  height: 123px;
  background-color: var(--od-black);
  position: relative;
}
.mg-add-layout::before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 123px solid var(--od-black);
  border-inline-end: 123px solid transparent;
  position: absolute;
  inset-inline-end: -122px;
  top: 0;
  z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mg-add-layout::before {
    border-inline-end: 60px solid transparent;
    inset-inline-end: -60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mg-add-layout::before {
    display: none;
  }
}
.mg-add-layout .title {
  font-size: 26px;
  font-weight: 700;
  color: var(--od-white);
  margin-bottom: 10px;
}
.mg-add-layout .subtitle {
  font-size: 20px;
  color: var(--od-rating-color);
}

.mg-add-layout-btn {
  padding-inline-end: 30px;
  border-bottom: 2px solid var(--od-border-secondary);
  height: 123px;
  background-color: var(--od-white);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mg-add-layout-btn {
    justify-content: center;
  }
}

.productGalleryThumbs .swiper-slide {
  border: 2px solid transparent;
  padding: 5px;
}
.productGalleryThumbs .swiper-slide-active {
  border: 2px solid var(--od-primary);
  padding: 5px;
}

/*----------------------------------------*/
/*  2.11 Range Slider 
/*----------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  color: var(--od-black);
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-inline-start: 25px;
  padding-inline-end: 44px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
}

/* .nice-select:hover {
  background-color: var(--od-primary);
} */
.style-2 .nice-select:hover {
  background-color: var(--od-primary);
  color: var(--od-white);
}

.style-2:hover .nice-select::after {
  color: var(--od-white);
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  /* border-color: #999; */
  border-color: 0;
}

.nice-select:after {
  display: block;
  height: auto;
  pointer-events: none;
  position: absolute;
  inset-inline-end: 20px;
  top: 50%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  transform: translateY(-50%);
  margin-top: 0;
  height: auto;
  width: auto;
  color: var(--od-black);
  transition: 0.3s;
}

.is-white .nice-select span {
  color: var(--od-white);
}

.is-white .nice-select::after {
  color: var(--od-white);
}

.is-white:hover .nice-select::after {
  color: var(--od-white);
}

.nice-select.open:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  width: 100%;
}

.df-input-field .nice-select.open .list {
  width: 100%;
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  inset-inline-start: 0 !important;
  inset-inline-end: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  inset-inline-start: auto;
  inset-inline-end: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9999999999;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-inline-start: 18px;
  padding-inline-end: 29px;
  text-align: left;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: var(--od-fw-medium);
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*# sourceMappingURL=main.css.map */
