/*---------------------------------
	1.1 Theme SCSS
---------------------------------*/
/*-----------------------------------------------------------------------------------

    Name: Medigazette
    Author: Medigazette
    Version: 1.0
	Developer: Medigazette

-----------------------------------------------------------------------------------

/************ 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=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Prata&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,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 */
  --mg-ff-body: "Roboto", sans-serif;
  --mg-ff-p: "Roboto", sans-serif;
  --mg-ff-fontawesome: "Font Awesome 6 Pro";
  --mg-ff-icomoon: "icomoon";
  /** @color declaration */
  --mg-white: #FFFFFF;
  --mg-black: #333;
  --mg-light: #C8C8C8;
  --mg-theme-black: #0A0A0A;
  --mg-placeholder: #C8C0C0;
  --mg-primary: #0079c8;
  --mg-hover-color: #0362a0;
  --mg-secondary: #00335B;
  --mg-warning: #ffc107;
  --mg-danger: #dc3545;
  --mg-success: #008f45;
  --mg-teal: #008080;
  --mg-body-text: #777777;
  --mg-taxonomy-color: #777777;
  --mg-label-color: #3c464b;
  --mg-rating-color: #ff9415;
  --mg-bg-primary: #F5F5F5;
  --mg-border-primary: #EAEBEE;
  --mg-border-secondary: rgba(220, 220, 220, 1);
  --mg-border-tertiary: rgb(75, 78, 82);
  --mg-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 */
  --mg-fw-normal: normal;
  --mg-fw-thin: 100;
  --mg-fw-elight: 200;
  --mg-fw-light: 300;
  --mg-fw-regular: 400;
  --mg-fw-medium: 500;
  --mg-fw-sbold: 600;
  --mg-fw-bold: 700;
  --mg-fw-ebold: 800;
  --mg-fw-black: 900;
  /** @font size declaration */
  --mg-fs-body: 16px;
  --mg-fs-p: 16px;
  --mg-fs-h1: 68px;
  --mg-fs-h2: 48px;
  --mg-fs-h3: 38px;
  --mg-fs-h4: 28px;
  --mg-fs-h5: 24px;
  --mg-fs-h6: 20px;
  --mg-fs-b1: 14px;
  --mg-fs-b2: 16px;
  --mg-fs-b3: 18px;
  --mg-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;
}

.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(--mg-common-heading);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.body__overlay {
  background-color: var(--mg-common-heading);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 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(--mg-primary), var(--mg-primary)), linear-gradient(var(--mg-primary), var(--mg-primary));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  line-height: 1.4;
  padding: 0 0 5px 0;
}
.underline a:hover {
  background-size: 0 1px, 100% 1px;
}

.underline-white a {
  display: inline;
  background-image: linear-gradient(var(--mg-white), var(--mg-white)), linear-gradient(var(--mg-white), var(--mg-white));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  line-height: 1.4;
  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(--mg-tertiary), var(--mg-tertiary)), linear-gradient(var(--mg-tertiary), var(--mg-tertiary));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  line-height: 1.4;
  padding: 0 0 5px 0;
}
.underline-two a:hover {
  background-size: 0 1px, 100% 1px;
  color: var(--mg-tertiary);
}

/*----------------------------------------
   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(--mg-white);
}
.mfp-close::after {
  position: absolute;
  content: "\f00d";
  height: 100%;
  width: 100%;
  font-family: var(--mg-ff-fontawesome);
  font-size: 31px;
  font-weight: 200;
  right: -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 {
    right: 15px;
    margin-top: -30px;
  }
}

/* custom scrollbar */
.custom-scrollbar {
  overflow-y: scroll;
  -ms-overflow-style: thin;
  /* for Internet Explorer, Edge */
  scrollbar-width: thin;
  padding-right: 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(--mg-black);
  font-family: var(--mg-ff-body);
  font-size: var(--mg-fs-body);
  font-weight: normal;
  line-height: 1.5;
  background: var(--mg-white);
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h5,
h5, .h5,
h6, .h6 {
  color: var(--mg-black);
  margin-top: 0px;
  line-height: 1.25;
  margin-bottom: 0;
  font-weight: var(--mg-fw-bold);
  word-break: break-word;
  font-family: var(--mg-ff-body);
}

h1,
.h1 {
  font-size: var(--mg-fs-h1);
  line-height: 1;
  font-family: var(--mg-ff-body);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h1,
  .h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}
h1.small,
.h1.small {
  font-size: 58px;
}
h1.x-small,
.h1.x-small {
  font-size: 40px;
}

h2,
.h2 {
  font-size: var(--mg-fs-h2);
  line-height: 1.18;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media (max-width:450px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}
h2.medium,
.h2.medium {
  font-size: 44px;
}
h2.small,
.h2.small {
  font-size: 40px;
  line-height: 1.1;
}
h2.x-small,
.h2.x-small {
  font-size: 32px;
  line-height: 1.25;
}

h3,
.h3 {
  font-size: var(--mg-fs-h3);
  line-height: 1.25;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

h4,
.h4 {
  font-size: var(--mg-fs-h4);
  line-height: 1.33;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}
h4.medium,
.h4.medium {
  font-size: 28px;
}

h5,
.h5 {
  font-size: var(--mg-fs-h5);
  line-height: 1.4;
}
h5.small,
.h5.small {
  font-size: 20px;
}
@media (max-width: 575px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}

h6,
.h6 {
  font-size: var(--mg-fs-h6);
  line-height: 1.44;
}
h6.small,
.h6.small {
  font-size: 18px;
}
@media (max-width: 575px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: var(--mg-fs-p);
  font-family: var(--mg-ff-p);
  font-weight: var(--mg-fw-normal);
  color: var(--mg-body-text);
  margin-bottom: 30px;
  line-height: 30px;
}
p.b1 {
  font-size: var(--mg-fs-b1);
  line-height: 1.714;
}
p.b2 {
  font-size: var(--mg-fs-b2);
  line-height: 1.625;
}
p.b3 {
  font-size: var(--mg-fs-b3);
  line-height: 1.55;
}
p.b4 {
  font-size: var(--mg-fs-b4);
  line-height: 1.454;
}
p:last-child {
  margin-bottom: 0;
}

.b1 {
  font-size: var(--mg-fs-b1);
  line-height: 1.714;
}

.b2 {
  font-size: var(--mg-fs-b2);
  line-height: 1.625;
}

.b3 {
  font-size: var(--mg-fs-b3);
  line-height: 1.55;
}

.b4 {
  font-size: var(--mg-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(--mg-border-primary);
  opacity: 1;
  border-width: 1px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=search],
textarea {
  outline: none;
  background-color: var(--mg-white);
  height: 40px;
  width: 100%;
  font-size: 16px;
  border: none;
  border: 1px solid var(--mg-border-primary);
  color: var(--mg-black);
  padding-inline-start: 25px;
  padding-inline-end: 25px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  border-color: var(--mg-primary);
}

textarea {
  padding: 14px 24px;
}
textarea:focus {
  border-color: var(--mg-primary);
}

*::-moz-selection {
  background: var(--mg-secondary);
  color: var(--mg-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--mg-secondary);
  color: var(--mg-white);
  text-shadow: none;
}

::selection {
  background: var(--mg-secondary);
  color: var(--mg-white);
  text-shadow: none;
}

*::-moz-placeholder {
  opacity: 1;
  font-size: 16px;
  color: var(--mg-placeholder);
}

*::placeholder {
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--mg-ff-body);
  color: var(--mg-placeholder);
}

/*---------------------------------
	1.3 Default Spacing SCSS
---------------------------------*/
.section-space {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-space-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-space-top {
  padding-top: 40px;
}

.section-space-bottom {
  padding-bottom: 40px;
}

.section-title-space {
  margin-bottom: 30px !important;
}

.mi-home-media-block {
  border: 1px solid #dfdfdf;
  background: #fff;
  transition: all 0.4s ease;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-bottom: 5px;
  padding-top: 5px;
}

.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);
}

/*----------------------------------------*/
/*  2.3 accordion
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.4 Background
/*----------------------------------------*/
.theme-bg {
  background-color: var(--mg-primary);
}

.primary-bg {
  background-color: var(--mg-bg-primary);
}

.gray-bg {
  background-color: #f9f9f9;
}

.bg-white {
  background-color: var(--mg-white);
}

.full-black-bg {
  background-color: var(--mg-black);
}

.theme-black {
  background-color: var(--mg-theme-black);
}

.bg-secondary {
  background-color: var(--mg-secondary) !important;
}

.bg-success {
  background-color: var(--mg-success);
}

.bg-info {
  background-color: var(--mg-info);
}

.bg-warning {
  background-color: var(--mg-warning);
}

.bg-danger {
  background-color: var(--mg-danger);
}

/*----------------------------------------*/
/*  2.2 Buttons
/*----------------------------------------*/
.mg-primary-btn {
  padding: 0 20px;
  height: 40px;
  background-color: var(--mg-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--mg-white);
  transition: all 0.3s ease-in-out;
}
.mg-primary-btn:hover {
  color: var(--mg-white);
  background-color: var(--mg-hover-color);
  text-decoration: underline;
}

.mg-secondary-btn {
  padding: 0 20px;
  height: 40px;
  background-color: var(--mg-light);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--mg-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-left: 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(--mg-primary);
  width: 35px;
  position: absolute;
  height: 100%;
  text-align: center;
  color: var(--mg-white);
  border-radius: 50%;
  line-height: 35px;
  font-size: 14px;
  left: 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;
  left: 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(--mg-white);
}
.mg-discount-btn a:hover::before {
  text-indent: 19px;
}
.mg-discount-btn a:hover::after {
  width: 100%;
  background: var(--mg-primary);
}

.mg-video-btn {
  font-size: 14px;
  padding: 12px 10px;
  line-height: 1;
  background-color: var(--mg-primary);
  border: 2px solid transparent;
  color: var(--mg-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(--mg-primary);
  background-color: var(--mg-white);
  border-color: var(--mg-primary);
}

.mg-cme-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 25px;
  height: 40px;
  color: var(--mg-white);
  background: var(--mg-primary);
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.mg-cme-btn:hover {
  background-color: rgba(0, 121, 200, 0.8);
}

.mg-warning-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 25px;
  height: 40px;
  color: var(--mg-white);
  background: var(--mg-warning);
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.mg-warning-btn:hover {
  background-color: rgba(0, 121, 200, 0.8);
}

.mg-subscribe-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 25px;
  height: 40px;
  color: var(--mg-black);
  background: transparent;
  border: 1px solid var(--mg-border-primary);
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  gap: 10px;
}
.mg-subscribe-btn:hover {
  color: var(--mg-white);
  background-color: var(--mg-primary);
}

.bd-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.8rem;
  white-space: nowrap;
  background-color: var(--mg-primary);
  color: var(--mg-white);
  font-weight: var(--mg-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(--mg-primary);
}
.badge-secondary {
  background-color: var(--mg-secondary);
}
.badge-success {
  background-color: var(--mg-success);
}
.badge-warning {
  background-color: var(--mg-warning);
}
.badge-danger {
  background-color: var(--mg-danger);
}
.badge-info {
  background-color: var(--mg-info);
}
.badge-light {
  color: var(--mg-black);
  background-color: var(--mg-light);
}
.badge-dark {
  color: var(--mg-white);
  background-color: var(--mg-black);
}
.badge-outline-primary {
  border: 1px solid var(--mg-border-primary);
}
.badge-outline-primary:hover {
  color: var(--mg-white);
  background-color: var(--mg-primary);
  border-color: var(--mg-primary);
}
.badge-outline-secondary {
  border: 1px solid var(--mg-secondary);
}
.badge-outline-secondary:hover {
  color: var(--mg-white);
  background-color: var(--mg-secondary);
  border-color: var(--mg-secondary);
}
.badge-outline-success {
  border: 1px solid var(--mg-success);
}
.badge-outline-success:hover {
  color: var(--mg-white);
  background-color: var(--mg-success);
  border-color: var(--mg-success);
}
.badge-outline-warning {
  border: 1px solid var(--mg-warning);
}
.badge-outline-warning:hover {
  color: var(--mg-white);
  background-color: var(--mg-warning);
  border-color: var(--mg-warning);
}
.badge-outline-danger {
  border: 1px solid var(--mg-danger);
}
.badge-outline-danger:hover {
  color: var(--mg-white);
  background-color: var(--mg-danger);
  border-color: var(--mg-danger);
}
.badge-outline-light {
  color: var(--mg-black);
  border: 1px solid var(--mg-light);
}
.badge-outline-light:hover {
  color: var(--mg-white);
  background-color: var(--mg-primary);
  border-color: var(--mg-primary);
}
.badge-outline-dark {
  border: 1px solid var(--mg-black);
}
.badge-outline-dark:hover {
  color: var(--mg-white);
  background-color: var(--mg-black);
  border-color: var(--mg-black);
}

/*----------------------------------------*/
/*  2.4 Color Short Code
/*----------------------------------------*/
.text-white {
  color: var(--mg-white);
}

.text-black {
  color: var(--mg-black);
}

.text-light {
  color: var(--mg-light);
}

.text-theme-black {
  color: var(--mg-theme-black);
}

.text-primary {
  color: var(--mg-primary);
}

.text-secondary {
  color: var(--mg-secondary);
}

.text-success {
  color: var(--mg-success);
}

.text-info {
  color: var(--mg-info);
}

.text-warning {
  color: var(--mg-warning);
}

.text-danger {
  color: var(--mg-danger);
}

.body-text {
  color: var(--mg-body-text);
}

.taxonomy-color {
  color: var(--mg-taxonomy-color);
}

.title-color {
  color: var(--mg-black);
}

.label-color {
  color: var(--mg-label-color);
}

.rating-color {
  color: var(--mg-rating-color);
}

/*----------------------------------------*/
/*  2.0 Section Title  
/*----------------------------------------*/
.mg-section-title-wrap {
  background-color: var(--mg-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(--mg-fw-normal);
  color: var(--mg-white);
}
@media (max-width: 575px) {
  .mg-section-title {
    font-size: 18px;
  }
}
.mg-section-title.has-big {
  font-size: 40px;
  color: var(--mg-black);
}
@media (max-width: 575px) {
  .mg-section-title.has-big {
    font-size: 30px;
  }
}

.od-section-title {
  font-weight: var(--mg-fw-normal);
}

.mg-section-link {
  color: var(--mg-white);
  transition: all 0.3s ease-in-out;
  width: 90px;
}

.mg-section-subtitle {
  color: var(--mg-primary);
  font-size: 18px;
  line-height: 2.3;
  display: block;
  margin-bottom: 2px;
  font-weight: 500;
}

/*----------------------------------------*/
/*  2.6 Breadcrumb
/*----------------------------------------*/
.mg-breadcrumb {
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.mg-breadcrumb-bg {
  position: absolute;
  left: 0;
  right: 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%;
  left: 0;
  top: 0;
  background: var(--mg-black);
  opacity: 0.75;
}
.mg-breadcrumb-title {
  font-size: 54px;
  color: var(--mg-white);
  font-weight: var(--mg-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(--mg-white);
  margin-left: 30px;
  font-weight: var(--mg-fw-medium);
  font-size: 16px;
}
.mg-breadcrumb-list .active {
  text-align: start;
  text-transform: uppercase;
  color: var(--mg-white);
}
.mg-breadcrumb-list span a {
  transition: all 0.3s ease-in-out;
  position: relative;
}
.mg-breadcrumb-list span a:hover {
  color: var(--mg-primary);
}
.mg-breadcrumb-list span a:hover::before {
  color: var(--bd-primary);
}
.mg-breadcrumb-list span a::before {
  position: absolute;
  content: "\f015";
  font-family: var(--mg-ff-fontawesome);
  color: var(--mg-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;
}

.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: "";
  left: 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(--mg-white);
}
.mg-job-breadcrumb-content .mg-job-details .mg-job-meta span {
  color: var(--mg-white);
}
.mg-job-breadcrumb-content .mg-job-details .mg-job-company-info .type {
  color: var(--mg-danger);
}

.mg-job-breadcrumb-title {
  font-size: 42px;
  margin-bottom: 15px;
  color: var(--mg-white);
}

/*----------------------------------------*/
/*  2.5 Carousel
/*----------------------------------------*/
.mg-slider-navigation button {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: var(--mg-light);
  color: #000;
  transition: all 0.3s ease-in-out;
}
.mg-slider-navigation button:hover {
  background-color: var(--mg-primary);
  color: var(--mg-white);
}
.mg-slider-navigation button.swiper-button-disabled {
  opacity: 0.3;
}
.mg-slider-navigation button.swiper-button-disabled:hover {
  color: #000;
  background-color: var(--mg-light);
}

.mg-pricing-navigation button {
  position: absolute;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  top: 50%;
  left: -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(--mg-black);
  background-color: var(--mg-white);
  transition: all 0.3s linear;
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1);
}
@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-pricing-navigation button {
    left: 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.mg-pricing-navigation button:hover {
  color: var(--mg-black);
  background-color: var(--mg-white);
}
.mg-pricing-navigation button.swiper-button-disabled {
  opacity: 0;
}
.mg-pricing-navigation .pricing-navigation-next {
  left: auto !important;
  right: -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) {
  .mg-pricing-navigation .pricing-navigation-next {
    left: auto !important;
    right: 0;
  }
}

/*----------------------------------------*/
/*  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;
  }
}

.mg-tab-button {
  padding-left: 90px;
  padding-right: 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) {
  .mg-tab-button {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mg-tab-button {
    padding-left: 80px;
    padding-right: 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(--mg-white);
  display: block;
  padding: 0 94px;
  height: 64px;
  font-family: var(--mg-ff-body);
  font-size: 16px;
  font-weight: 400;
  color: var(--mg-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(--mg-white);
  background-color: var(--mg-primary);
}
.tab-style .tab-pane {
  background-color: var(--mg-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-left: 15px;
    padding-right: 15px;
  }
}

.mg-profile-tab .nav-tabs {
  margin-bottom: 50px;
  border-bottom: none;
  gap: 10px;
}
@media (max-width: 575px) {
  .mg-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;
  }
}
.mg-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(--mg-black);
}
.mg-profile-tab .nav-link.active {
  color: var(--mg-white);
  background-color: var(--mg-primary);
  border-color: var(--mg-primary);
}
.mg-profile-tab .tab-pane {
  padding-left: 25px;
  height: 530px;
  overflow-y: scroll;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mg-profile-tab .tab-pane {
    padding-left: 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(--mg-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(--mg-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(--mg-border-primary);
}
.offcanvas-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  inset-inline-start: 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(--mg-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;
  inset-inline-start: 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;
}

.social-icon-list li {
  list-style: none;
}

.theme-social ul li a {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  color: var(--mg-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;
}
.theme-social ul li a.facebook {
  background-color: #1877F2;
  color: var(--mg-white);
}
.theme-social ul li a.twitter {
  background-color: #1DA1F2;
  color: var(--mg-white);
}
.theme-social ul li a.linkedin {
  background-color: #0A66C2;
  color: var(--mg-white);
}
.theme-social ul li a.instagram {
  background-color: #E4405F;
  color: var(--mg-white);
}
.theme-social ul li a.dribbble {
  background-color: #EA4C89;
  color: var(--mg-white);
}
.theme-social ul li a.behance {
  background-color: #0057FF;
  color: var(--mg-white);
}
.theme-social ul li a.google {
  background-color: #4285F4;
  color: var(--mg-white);
}

.theme-social ul li a:hover {
  color: var(--mg-white);
  border-color: var(--mg-primary);
  background-color: var(--mg-primary);
}

.form-input-box .form-input {
  position: relative;
}
.form-input-box .form-input span {
  position: absolute;
  display: inline-block;
  color: var(--mg-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(--mg-black);
  border-color: var(--mg-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;
  right: 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(--mg-primary);
}
@media (max-width: 575px) {
  .backtotop-wrap {
    bottom: 20px;
    right: 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(--mg-ff-fontawesome);
  content: "\f325";
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: var(--mg-white);
  left: 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;
  left: 0;
  right: 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;
  left: 0;
  right: 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;
  left: 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;
  right: 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
/*----------------------------------------*/
.cndkbeforeafter-item img {
  max-width: none;
}

.divider {
  border-top: 1px solid var(--mg-border-primary);
}

/* 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;
}

/* Border Radius Short Code */
.radius-0 {
  border-radius: 0px;
}

.radius-6 {
  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(--mg-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(--mg-fw-thin);
}

.fw-2 {
  font-weight: var(--mg-fw-elight);
}

.fw-3 {
  font-weight: var(--mg-fw-light);
}

.fw-4 {
  font-weight: var(--mg-fw-regular);
}

.fw-5 {
  font-weight: var(--mg-fw-medium);
}

.fw-6 {
  font-weight: var(--mg-fw-sbold);
}

.fw-7 {
  font-weight: var(--mg-fw-bold);
}

.fw-8 {
  font-weight: var(--mg-fw-ebold);
}

.fw-9 {
  font-weight: var(--mg-fw-black);
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*----------------------------------------*/
/*  2.10 Preloader
/*----------------------------------------*/
.od-banner-wrapper {
  min-height: 560px;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .od-banner-wrapper {
    min-height: 545px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .od-banner-wrapper {
    min-height: 470px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .od-banner-wrapper {
    min-height: 515px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .od-banner-wrapper {
    min-height: 450px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-banner-wrapper {
    min-height: 400px;
  }
}

.od-banner-style {
  position: relative;
  z-index: 1;
}
.od-banner-bg-image {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  height: 100%;
  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;
  transform: scale(1);
}
.od-banner-bg-image::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 20, 59, 0.3);
}

.od-banner-content {
  position: absolute;
  inset-inline-start: 30px;
  inset-inline-end: 30px;
  bottom: 30px;
  z-index: 5;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-banner-content {
    inset-inline-start: 15px;
    inset-inline-end: 15px;
    bottom: 15px;
  }
}

.od-banner-title {
  font-size: 30px;
  color: var(--mg-white);
  font-weight: 500;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-banner-title {
    font-size: 20px;
  }
}

.od-banner-desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .od-banner-desc {
    font-size: 14px;
  }
}

.od-slider-active .swiper-slide-active .od-banner-bg-image {
  transform: scale(1.15);
}

.od-banner-navigation-btn button {
  position: absolute;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  top: 50%;
  inset-inline-start: 0px;
  transform: translateY(-50%);
  z-index: 99;
  color: var(--mg-black);
  background-color: var(--mg-white);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media (max-width: 575px) {
  .od-banner-navigation-btn button {
    width: 20px;
    height: 26px;
    font-size: 16px;
  }
}
[dir=rtl] .od-banner-navigation-btn button i {
  transform: rotate(180deg);
}
.od-banner-navigation-btn button:hover {
  background-color: var(--mg-white);
  color: var(--mg-primary);
}
.od-banner-navigation-btn .banner-navigation-next {
  inset-inline-start: auto !important;
  inset-inline-end: 0px;
}

.wm-magazine {
  text-align: center;
  border: 1px solid #dfdfdf;
  padding: 15px 15px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);
  height: 100%;
}
.wm-magazine .thumb {
  margin-bottom: 15px;
}
.wm-magazine .thumb img {
  width: 100%;
  height: 100%;
}
.wm-magazine .content .title {
  font-size: 18px;
  margin-bottom: 5px;
}
.wm-magazine .content .intro {
  color: var(--mg-black);
  margin-bottom: 3px;
}
.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(--mg-primary);
}
.wm-magazine .content .link a {
  color: var(--mg-primary);
  font-size: 14px;
}

/* 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(--mg-black);
  background-color: var(--mg-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(--mg-white);
  background-color: var(--mg-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(--mg-fw-sbold);
  color: var(--mg-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(--mg-fw-medium);
  color: var(--mg-white);
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 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(--mg-black);
  background-color: var(--mg-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(--mg-white);
  background-color: var(--mg-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(0, 121, 200, 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(--mg-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(--mg-danger);
  background-color: var(--mg-white);
  border-radius: 50px;
  font-weight: 700;
}

/*----------------------------------------*/
/*  2.10 pagination
/*----------------------------------------*/
.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;
  right: 0;
  top: 50%;
  font-weight: 600;
  font-size: 16px;
  background-color: var(--mg-bg-primary);
  color: var(--mg-primary);
  transition: all 0.3s linear;
}
.basic-pagination ul li a:hover {
  color: var(--mg-white);
  background-color: var(--mg-hover-color);
}
.basic-pagination ul li .current {
  background-color: var(--mg-hover-color);
  color: var(--mg-white);
}
.basic-pagination ul li .prev, .basic-pagination ul li .next {
  font-size: 20px;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.5.1 Header Style 1
/*----------------------------------------*/
.mg-header-logo {
  padding: 10px 0;
}
.mg-header-logo img {
  max-width: 140px;
}

.header-style-one {
  background-color: var(--mg-white);
  box-shadow: 1px 1px 3px #6d6e71;
}

.mg-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) {
  .mg-header-left {
    gap: 0 10px;
  }
}

.mg-header-right {
  display: flex;
  align-items: center;
  gap: 0 36px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mg-header-right {
    gap: 0 20px;
  }
}

.mg-header-sign-btn {
  display: flex;
  align-items: center;
  gap: 20px;
}

.mg-text-slider {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--mg-border-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mg-text-slider {
    flex-wrap: wrap;
  }
}
.mg-text-box {
  display: flex;
  align-items: center;
  text-wrap: nowrap;
  animation: marquee 80s linear infinite;
  gap: 0 60px;
  padding: 9px 12px 3px 15px;
}
.mg-text-box:hover {
  animation-play-state: paused;
}
.mg-text-single {
  position: relative;
  z-index: 2;
}
.mg-text-single a {
  display: inline-block;
  font-size: 16px;
  color: var(--mg-black);
}

.breaking {
  background: var(--mg-danger);
  display: inline-block;
  position: absolute;
  padding: 9px 12px 9px 15px;
  color: var(--mg-white);
  font-size: 18px;
  font-weight: normal;
  z-index: 5;
  bottom: 0;
  height: 100%;
}
.breaking::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  top: 0;
  border-color: inherit;
  border-bottom: 45px solid rgba(255, 255, 255, 0);
  border-left: 10px solid var(--mg-danger);
  border-top: 0 solid rgba(255, 255, 255, 0);
  right: -10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  border-left-color: var(--mg-danger);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .breaking {
    position: inherit;
    width: 100%;
    text-align: center;
  }
  .breaking::after {
    display: none;
  }
}

/* marquee effect animation */
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-ms-keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/*----------------------------------------*/
/*  3.5.1 Header Style 1
/*----------------------------------------*/
.mg-header-top {
  background-color: var(--mg-secondary);
  padding-top: 10px;
  padding-bottom: 10px;
}
.mg-header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mg-header-top-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .mg-header-top-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
.mg-header-top-menu > ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0 18px;
}
@media (max-width: 575px) {
  .mg-header-top-menu > ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
.mg-header-top-menu > ul > li:not(:last-child) {
  border-right: 1px solid #fff;
  padding-right: 18px;
}
.mg-header-top-menu > ul > li a {
  color: var(--mg-white);
  font-size: 16px;
  transition: all 0.3s linear;
}
.mg-header-top-menu > ul > li a:hover {
  color: var(--mg-primary);
  text-decoration: underline;
}

.mg-header-middle {
  border-bottom: 2px solid #CAD4DD;
}

.mg-header-middle-logo {
  margin-top: 18px;
  margin-bottom: 18px;
  max-width: 214px;
}

.mg-header-middle-rating-wrap {
  display: flex;
  align-items: end;
  gap: 15px;
}

.mg-header-middle-rating-icon {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 30px;
  color: #00e5d0;
}

.mg-header-middle-rating-text {
  line-height: 1;
}
.mg-header-middle-rating-text .view {
  color: var(--mg-label-color);
  white-space: nowrap;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
.mg-header-middle-rating-text span {
  color: var(--mg-label-color);
}

.mg-header-middle-doctify {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.mg-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;
}

.mg-header-middle-doctify-text {
  color: var(--mg-label-color);
}

.mg-header-middle-meta {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: end;
}

.mg-header-search {
  position: relative;
  width: auto;
  height: 100%;
  transition: width 0.3s ease;
}
.mg-header-search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  color: var(--mg-black);
  transition: width 0.3s ease;
}
.mg-header-search input::placeholder {
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--mg-ff-body);
  color: var(--mg-black);
}
.mg-header-search button {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--mg-secondary);
}
.mg-header-search.active {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  background: var(--mg-white);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

/*----------------------------------------*/
/*  3.5.4 Header Common Style 
/*----------------------------------------*/
.mg-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 99;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mg-header-inner {
    gap: 0 20px;
  }
}
.mg-header-menu {
  text-align: center;
}
.mg-header-menu ul li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  top: 75px;
}
.mg-header-language {
  position: relative;
}
.mg-header-language:hover .mg-language-dropdown {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.mg-language-selected {
  color: var(--mg-black);
  font-weight: 400;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mg-language-selected:hover a {
  color: var(--mg-primary);
  text-decoration: underline;
}
.mg-language-selected:hover .mg-language-button {
  background-color: var(--mg-white);
  color: var(--mg-primary) !important;
  text-decoration: none !important;
}
.mg-language-dropdown {
  width: 100%;
  background-color: var(--mg-secondary);
  padding-bottom: 10px;
  transition: 0.3s;
  z-index: 1001;
  position: absolute;
  top: 30px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top center;
}
.mg-language-dropdown ul li {
  position: relative;
  list-style: none;
}
.mg-language-dropdown ul li > a {
  padding: 5px 15px;
  display: block;
  color: var(--mg-white);
  transition: 0.3s;
  white-space: nowrap;
}
.mg-language-dropdown ul li > a:hover {
  text-decoration: underline;
}
.mg-language-button {
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  color: var(--mg-white);
  font-size: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid var(--mg-white);
  transition: all 0.3s ease-in-out;
}

.mg-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(--mg-white);
  border-top: 0;
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1);
}

.mg-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) {
  .mg-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(--mg-theme-black);
  display: inline-block;
  transition: color 0.2s ease-out;
  margin: 0 auto;
  margin-right: auto;
  margin-right: 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(--mg-black);
}
.bar-icon.is-white span {
  background: var(--mg-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 CSS */
/*----------------------------------------*/
/*  3.1.1 banner Style 1
/*----------------------------------------*/
.mg-hero-nav-tabs .nav-pills {
  display: grid;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.mg-hero-nav-tabs .nav-item {
  width: 100%;
}
.mg-hero-nav-tabs .nav-link {
  background-color: #d5d5d5;
  color: var(--mg-black);
  border: 0;
  border-radius: 0;
  display: flex;
  align-items: start;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  gap: 15px;
  text-align: center;
  justify-content: center;
  padding: 10px 30px;
  transition: all 0.3s ease-in-out;
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mg-hero-nav-tabs .nav-link {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mg-hero-nav-tabs .nav-link {
    font-size: 15px;
    padding: 10px 8px;
  }
}
@media (max-width: 575px) {
  .mg-hero-nav-tabs .nav-link {
    font-size: 15px;
    padding: 10px 15px;
  }
}
.mg-hero-nav-tabs .nav-link:hover {
  background-color: #eee;
}
.mg-hero-nav-tabs .nav-link.active {
  color: var(--mg-white);
  background-color: var(--mg-primary);
}
.mg-hero-nav-tabs .tab-pane {
  height: 640px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .mg-hero-nav-tabs .tab-pane {
    height: 625px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mg-hero-nav-tabs .tab-pane {
    height: 560px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mg-hero-nav-tabs .tab-pane {
    height: 430px;
  }
}

.mg-trending-stories ul {
  list-style-type: none;
}
.mg-trending-stories ul li {
  border: 1px solid #dfdfdf;
  background: #fff;
  transition: all 0.4s ease;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-bottom: 5px;
  padding-top: 5px;
}
.mg-trending-stories ul li a {
  display: inline-block;
}
.mg-trending-stories ul li a:hover .thumb img {
  transform: scale3d(1.07, 1.07, 1.07);
}
.mg-trending-stories ul li a:hover .title {
  color: var(--mg-primary);
}
.mg-trending-stories ul li .content {
  display: grid;
  grid-template-columns: 150px auto;
  gap: 15px;
  align-items: start;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mg-trending-stories ul li .content {
    grid-template-columns: 100px auto;
  }
}
.mg-trending-stories ul li .content .thumb {
  width: 135px;
  height: 116px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mg-trending-stories ul li .content .thumb {
    width: 100px;
    height: 100px;
  }
}
.mg-trending-stories ul li .content .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}
.mg-trending-stories ul li .content .title {
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  max-height: 104px;
  color: var(--mg-black);
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.mg-trending-stories.style-2 ul li {
  padding-bottom: 10px;
  padding-top: 9px;
}

.mg-latest-interviews ul {
  list-style-type: none;
}
.mg-latest-interviews ul li {
  border-bottom: 1px solid var(--mg-border-primary);
  margin-bottom: 10px;
  border: 1px solid #dfdfdf;
  padding: 1rem;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);
}
.mg-latest-interviews ul li:last-child {
  margin-bottom: 0px;
  border-bottom: 0px !important;
}
.mg-latest-interviews ul li a {
  display: block;
  opacity: 0.85;
  transition: all 0.3s ease-in-out;
}
.mg-latest-interviews ul li a:hover {
  opacity: 1;
}
.mg-latest-interviews ul li a:hover .title {
  color: var(--mg-primary);
}
.mg-latest-interviews ul li .content {
  display: flex;
  gap: 10px;
  align-items: start;
  justify-content: space-between;
}
.mg-latest-interviews ul li .content .thumb {
  overflow: hidden;
  min-width: 115px;
}
.mg-latest-interviews ul li .content .thumb img {
  width: 115px;
  height: 115px;
  min-width: 115px;
  border-radius: 100%;
  border: 2px solid #e8e5e5;
  padding: 3px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.mg-latest-interviews ul li .content .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--mg-black);
  transition: all 0.3s ease-in-out;
  margin-bottom: 5px;
}
.mg-latest-interviews.has-big ul li .content .title {
  font-size: 18px;
  font-weight: var(--mg-fw-bold);
  line-height: 24px;
  margin-top: 10px;
  color: var(--mg-black);
  transition: all 0.3s ease-in-out;
  margin-bottom: 5px;
}
.mg-latest-interviews.has-big ul li .content .thumb {
  min-width: 121px;
}
.mg-latest-interviews.has-big ul li .content .thumb img {
  width: 121px;
  height: 121px;
  min-width: 121px;
}

.mg-health-articles ul {
  list-style-type: none;
}
.mg-health-articles ul li {
  border: 1px solid #dfdfdf;
  background: #fff;
  transition: all 0.4s ease;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-bottom: 5px;
  padding-top: 5px;
}
.mg-health-articles ul li a {
  display: inline-block;
}
.mg-health-articles ul li a:hover .thumb img {
  transform: scale3d(1.07, 1.07, 1.07);
}
.mg-health-articles ul li a:hover .title {
  color: var(--mg-primary);
}
.mg-health-articles ul li .content {
  display: grid;
  grid-template-columns: 150px auto;
  gap: 15px;
  align-items: start;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mg-health-articles ul li .content {
    grid-template-columns: 100px auto;
  }
}
.mg-health-articles ul li .content .thumb {
  width: 135px;
  height: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mg-health-articles ul li .content .thumb {
    width: 100px;
  }
}
.mg-health-articles ul li .content .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}
.mg-health-articles ul li .content .title {
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  max-height: 104px;
  color: var(--mg-black);
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

.mg-blog-slider-navigation-2 button {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background-color: transparent;
  border: 1px solid var(--mg-primary);
  color: var(--mg-primary);
  transition: all 0.3s ease-in-out;
}
.mg-blog-slider-navigation-2 button:hover {
  background-color: var(--mg-primary);
  color: var(--mg-white);
}

/*----------------------------------------*/
/*  3.1.6 Single Banner
/*----------------------------------------*/
.mg-home-single-wrapper {
  position: relative;
}
.mg-home-single-wrapper:hover .thumb img {
  transform: scale(1.05);
}
.mg-home-single-wrapper .thumb {
  overflow: hidden;
}
.mg-home-single-wrapper .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.mg-home-single-wrapper .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 30px;
  width: 100%;
  height: 150px;
  background-color: rgba(51, 51, 51, 0.4);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mg-home-single-wrapper .content {
    padding: 15px 15px;
    height: 90px;
  }
}
@media (max-width: 575px) {
  .mg-home-single-wrapper .content {
    padding: 10px 15px;
    height: 80px;
  }
}
.mg-home-single-wrapper .content .title {
  font-size: 32px;
  color: var(--mg-white);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mg-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(--mg-primary);
}
.main-menu > ul > li:hover > a::after {
  width: 100%;
  inset-inline-end: auto;
  inset-inline-start: 0;
}
.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;
  left: 100%;
}
.main-menu li {
  position: relative;
  list-style: none;
}
.main-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--mg-black);
  padding: 17px 0px;
  display: inline-block;
  font-family: var(--mg-ff-body);
  position: relative;
  transition: all 0.3s linear;
}
.main-menu li a::after {
  position: absolute;
  content: "";
  bottom: 0px;
  inset-inline-end: 0;
  inset-inline-start: auto;
  height: 5px;
  width: 0;
  background-color: var(--mg-primary);
  transition: 0.7s;
  display: inline-block;
}
.main-menu .submenu {
  background-color: var(--mg-white);
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  padding: 18px 0px;
  width: 260px;
  position: absolute;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
  top: 100%;
}
.main-menu .submenu ul {
  background-color: var(--mg-white);
  padding: 18px 0px;
  width: 260px;
  position: absolute;
  left: calc(100% + 10px);
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu .submenu li {
  position: relative;
  padding: 0 0;
  padding-left: 20px;
  padding-right: 0;
}
.main-menu .submenu li:hover > a {
  color: var(--mg-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(--mg-black);
  padding: 12px;
  display: block;
  transition: all 0.5s;
  text-align: left;
  cursor: pointer;
}
.main-menu .has-mega-menu {
  position: static;
  transition: all 15s ease-in-out;
}
.main-menu .mega-menu {
  background-color: var(--mg-white);
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  padding: 30px 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1320px;
  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: 100px;
  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(--mg-black);
  padding: 5px;
  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(--mg-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-left: 30px;
}
.main-menu .mega-style-2 .title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu .mega-style-2 > li:not(:first-child) {
  border-left: 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;
  left: 50%;
  z-index: 1;
}
.main-menu .mega-style-2 ul li a {
  padding-left: 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(--mg-white);
  padding: 10px;
  text-transform: capitalize;
}
.main-menu-2 li a:hover {
  color: var(--mg-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-right: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu-3 li {
    margin-right: 25px;
  }
}
.main-menu-3 li:last-child {
  margin-right: 0;
}
.main-menu-3 li a {
  color: var(--mg-white);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.main-menu-3 li a:hover {
  color: var(--mg-primary);
}
.main-menu-4 li {
  display: inline-block;
  margin-right: 50px;
}
.main-menu-4 li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--mg-white);
  text-transform: uppercase;
}
.main-menu-4 li a:hover {
  color: var(--mg-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(--mg-ff-fontawesome);
  font-weight: 600;
  position: absolute;
  right: 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 {
    right: 10px;
    left: auto;
  }
  .last-children.submenu ul {
    right: calc(100% + 10px);
    left: 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 {
    right: 100%;
    left: 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(--mg-border-primary);
  border-radius: 6px;
}
.home-menu-thumb::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--mg-secondary);
  opacity: 0;
  transition: all 0.3s linear;
  left: 0;
  bottom: 0;
  border-radius: 6px;
}
.home-menu-thumb img {
  width: 100%;
  border-radius: 6px;
}

.home-menu-buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 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(--mg-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(--mg-primary) !important;
}
.home-menu-buttons .home-menu-btn:hover {
  color: var(--mg-white) !important;
  background-color: var(--mg-secondary) !important;
}

/* primary title */
.mg-sticky .main-menu li a {
  color: var(--mg-black);
}

.mg-sticky .main-menu > ul > li:hover > a {
  color: var(--mg-primary);
}

/*----------------------------------------*/
/*  3.6.1 Mobile Menu css
/*----------------------------------------*/
.mg-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) {
  .mg-mobile-menu-smaller {
    display: block;
  }
}

.mg-offcanvas-menu ul li {
  position: relative;
  list-style: none;
}
.mg-offcanvas-menu ul li:not(:last-child) {
  margin-bottom: 8px;
}
.mg-offcanvas-menu ul li > a {
  display: block;
  font-size: 16px;
  color: var(--mg-black);
  padding: 10px 0;
  padding-inline-end: 20px;
}
.mg-offcanvas-menu ul li > a:hover {
  color: var(--mg-primary);
}
.mg-offcanvas-menu ul li.active > a {
  color: var(--mg-primary);
}
.mg-offcanvas-menu ul li.active > .mg-menu-close {
  background-color: var(--mg-primary);
  border-color: var(--mg-primary);
  color: var(--mg-white);
}
.mg-offcanvas-menu ul li.active > .mg-menu-close i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mg-offcanvas-menu ul li > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mg-offcanvas-menu ul li .submenu,
.mg-offcanvas-menu ul li .mega-menu {
  display: none;
  padding-inline-start: 20px;
}
.mg-offcanvas-menu ul li .has-homemenu {
  padding-inline-start: 0;
}
.mg-offcanvas-menu ul li .homemenu-title {
  color: var(--mg-white);
}

.mg-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;
}
.mg-menu-close i {
  transition: all 0.3s ease-in-out;
}

/*----------------------------------------*/
/*  3.2.2 Blog 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(--mg-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(--mg-primary);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.mg-blog-content-inner {
  margin-bottom: 15px;
  border-bottom: 1px solid var(--mg-border-primary);
  padding-bottom: 15px;
}
.mg-blog-content-inner .title {
  display: block;
  color: var(--mg-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(--mg-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(--mg-primary);
}
.mg-blog-author .meta .name {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: var(--mg-black);
  font-family: var(--mg-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;
  }
}
@-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(--mg-primary);
  color: var(--mg-primary);
  transition: all 0.3s ease-in-out;
}
.mg-blog-slider-navigation button:hover {
  background-color: var(--mg-primary);
  color: var(--mg-white);
}

.swiper-shadow-add {
  padding: 15px 15px !important;
  margin: -15px -15px !important;
}

.od-blog-card {
  border: 1px solid var(--mg-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(--mg-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(--mg-primary);
  padding: 25px 20px 20px;
  border-radius: 0 0 16px 16px;
}

.od-blog-title {
  display: block;
  color: var(--mg-white);
  line-height: 1.5;
  font-size: 24px;
  margin-bottom: 25px;
  font-family: var(--mg-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(--mg-fw-regular);
  color: #B3C2D2;
  color: var(--mg-light);
}

.od-blog-btn {
  font-size: 18px;
  font-weight: var(--mg-fw-medium);
  color: var(--mg-white);
  transition: all 0.3s ease-in-out;
}
.od-blog-btn:hover {
  color: var(--mg-secondary);
}

.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: 16px 16px 0 0;
  bottom: 0;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  opacity: 0;
  margin: auto;
}

/*----------------------------------------*/
/*  3.2.1 Blog tag css
/*----------------------------------------*/
/*----------------------------------------*/
/*  3.2.3 Postbox css
/*----------------------------------------*/
.mg-postbox-content {
  margin-left: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mg-postbox-content {
    margin-left: 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) {
  .mg-postbox-content {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

/* 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(51, 51, 51, 0.3);
  display: flex;
  align-items: center;
  gap: 0 50px;
}
.wc-blog-single-meta-top span {
  position: relative;
  color: var(--mg-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(--mg-primary);
  border-radius: 100%;
}
.wc-blog-single-meta-top .meta-cat {
  background: var(--mg-secondary);
  color: var(--mg-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(--mg-primary);
}

.drop-cap-letter {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: var(--mg-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(--mg-secondary);
}
.wc-blog-single-content blockquote p {
  font-size: 26px;
  font-style: italic;
  margin-bottom: 10px;
}
.wc-blog-single-content blockquote::before {
  background: var(--mg-secondary);
  border-radius: 50%;
  color: var(--mg-white);
  position: absolute;
  inset-inline-start: 0;
  text-align: center;
  content: "\f10d";
  font-family: var(--mg-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(--mg-secondary);
  font-style: normal;
}
.wc-blog-single-content blockquote .designation {
  display: inline-block;
  font-size: 14px;
  color: var(--mg-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(--mg-primary);
  color: var(--mg-white);
  font-size: 14px;
}
.wc-blog-single-list-text {
  font-weight: 600;
  color: var(--mg-black);
}

.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-right: 20px;
}
.mg-post-details-meta ul li a {
  color: var(--mg-taxonomy-color);
}
.mg-post-details-meta ul li img {
  width: 40px;
  height: auto;
  border-radius: 139px;
  margin-right: 10px;
}
.mg-post-details-meta ul li span {
  color: var(--mg-label-color);
}
.mg-post-details-meta ul li i {
  color: var(--mg-primary);
  margin-right: 2px;
}

.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-left: 35px;
}
.mg-postbox-info-list ul li {
  list-style: none;
  color: var(--mg-body-text);
}
.mg-postbox-info-list ul li strong {
  color: var(--mg-black);
}
.mg-postbox-info-list ul li:not(:last-child) {
  margin-bottom: 10px;
}

.wc-postbox-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--mg-border-primary);
  margin-top: 30px;
}
@media (max-width: 575px) {
  .wc-postbox-meta {
    gap: 15px 0;
    flex-wrap: wrap;
  }
}

.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(--mg-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(--mg-secondary);
}

.wc-postbox-more-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 5px;
  color: var(--mg-primary);
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.wc-postbox-more-link:hover {
  color: var(--mg-secondary);
}

/*----------------------------------------*/
/*  3.2.4 Recent Post css
/*----------------------------------------*/
.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;
  border-bottom: 1px solid var(--mg-border-primary);
}
@media (max-width: 575px) {
  .sidebar-widget-post .recent-post {
    flex-direction: column;
    align-items: start;
  }
}
.sidebar-widget-post .recent-post-title {
  margin-bottom: 5px;
}
.sidebar-widget-post .recent-post-thumb {
  width: 100px;
  height: 100px;
  min-width: 100px;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.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%;
  left: 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-right: 0;
  }
}
.sidebar-widget-post .recent-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar-widget-post .recent-post-date span {
  color: var(--mg-primary);
  margin-right: 2px;
}
.sidebar-widget-post .recent-post-price {
  color: var(--mg-primary);
}

.mg-blog-slider-navigation-2 button {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background-color: transparent;
  border: 1px solid var(--mg-primary);
  color: var(--mg-primary);
  transition: all 0.3s ease-in-out;
}

/*----------------------------------------*/
/*  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-left: 60px;
  font-weight: 700;
  color: var(--mg-black);
}
.widget-title::before {
  position: absolute;
  content: "";
  width: 50px;
  left: -60px;
  height: 2px;
  background: var(--mg-primary);
  top: 0;
  bottom: 0;
  margin: auto;
}
.widget-title::after {
  position: absolute;
  content: "";
  width: 10px;
  left: -60px;
  height: 10px;
  border-radius: 10px;
  background: var(--mg-primary);
  top: 0;
  bottom: 0;
  margin: auto;
}

.wp-block-categories {
  padding: 15px 30px 25px;
  border: 1px solid var(--mg-border-primary);
  list-style: none;
}
.wp-block-categories li {
  color: var(--mg-black);
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: var(--mg-fw-medium);
}
.wp-block-categories li:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--mg-border-primary);
}
.wp-block-categories li a {
  transition: all 0.3s ease-in-out;
}
.wp-block-categories li a:hover {
  color: var(--mg-primary);
}

.widget_author {
  background-color: var(--mg-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(--mg-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(--mg-white);
}
.widget_author_digi {
  padding: 0 20px;
  color: var(--mg-primary);
  font-size: 13px;
  margin-bottom: 15px;
}
.widget_author_intro {
  color: var(--mg-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(--mg-white);
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 4px;
  color: var(--mg-white);
  transition: all 0.3s ease-in-out;
  position: relative;
}
.widget_author_social li a:hover {
  color: var(--mg-black);
  background-color: var(--mg-white);
}

@keyframes widget_author_border_spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.widget_search_form {
  position: relative;
  border-bottom: 1px solid var(--mg-black);
  display: flex;
}
.widget_search_form input {
  background-color: var(--mg-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;
}

/*----------------------------------------*/
/*  3.2.5 Sidebar css
/*----------------------------------------*/
.tagcloud a {
  font-size: 16px;
  color: #4D5F77;
  font-weight: 500;
  border: 2px solid rgba(3, 3, 4, 0.2);
  border-radius: 0px;
  display: inline-block;
  padding: 2px 12px;
  margin-bottom: 10px;
  margin-inline-end: 5px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.tagcloud a:hover {
  color: var(--mg-white);
  background-color: var(--mg-primary);
  border-color: var(--mg-primary);
}

.wp-block-categories {
  padding: 15px 30px 10px;
  list-style: none;
}
.wp-block-categories li {
  color: var(--mg-black);
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: var(--mg-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(--mg-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(--mg-primary);
}
.wp-block-categories li:hover::before {
  background-color: var(--mg-primary);
}
.wp-block-categories li a {
  transition: all 0.3s ease-in-out;
}
.wp-block-categories li a:hover {
  color: var(--mg-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(--mg-black);
  background-color: var(--mg-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(--mg-black);
}
.blog-widget-categories .accordion-common-style .accordion-button:not(.collapsed)::after {
  color: var(--mg-white);
}
.blog-widget-categories .accordion-common-style .accordion-body {
  padding: 0 0;
  font-size: 16px;
  color: var(--mg-black);
  background-color: var(--mg-bg-primary);
  border-top: none;
}
.blog-widget-categories .accordion-common-style.accordion-transparent .accordion-button:not(.collapsed) {
  color: var(--mg-white);
  background-color: var(--mg-primary);
}

.accordion-common-style .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: var(--mg-ff-fontawesome);
}

.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(--mg-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(--mg-primary);
  background: var(--mg-white);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/*----------------------------------------*/
/*  3.3.1 Cart css
/*----------------------------------------*/
/*----------------------------------------*/
/*  3.3.2 Shop css
/*----------------------------------------*/
/*----------------------------------------*/
/*  3.3.3 Order CSS
/*----------------------------------------*/
/*----------------------------------------*/
/*  3.3.4 Shop css
/*----------------------------------------*/
/*----------------------------------------*/
/*  3.3.4 product-card css
/*----------------------------------------*/
.mg-product-card-info {
  border: 1px solid var(--mg-border-primary);
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.mg-product-card-info:hover .mg-product-card-thumb img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.mg-product-card-thumb {
  overflow: hidden;
  background: rgba(238, 238, 238, 0.32);
  padding: 20px 10px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.mg-product-card-thumb img {
  width: 100%;
  height: 352px;
  object-fit: cover;
}
.mg-product-card-label {
  right: -50%;
  display: block;
  line-height: 170px;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  color: #fff;
  background: #de2020;
  position: absolute;
  height: 100px;
  width: 200px;
  z-index: 1;
  left: -100px;
  top: -50px;
  transform: rotate(-45deg);
}
.mg-product-card-title {
  margin-top: 20px;
  font-size: 22px;
}

.mg-product-card-price {
  display: flex;
  gap: 8px;
  align-items: center;
}
.mg-product-card-price .old-price {
  text-decoration: line-through;
  color: #d9b8b8;
  font-size: 18px;
  font-weight: 600;
}
.mg-product-card-price .current-price {
  text-decoration: underline;
  color: #38c69e;
  font-size: 20px;
  font-weight: 600;
}

.mg-discount-product-item {
  background: var(--mg-white);
  border-radius: 6px;
  position: relative;
}
.mg-discount-product-badge {
  top: 10px;
  left: 10px;
  background: var(--mg-primary);
  color: var(--mg-white);
  font-size: 14px;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 8px;
  position: absolute;
}
.mg-discount-product-thumb {
  overflow: hidden;
  text-align: center;
  padding: 20px 10px;
  background: rgba(238, 238, 238, 0.32);
  padding-top: 35px;
  width: 100%;
  height: 100%;
}
.mg-discount-product-thumb img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}
.mg-discount-product-content {
  padding: 20px;
}
.mg-discount-product-title {
  font-size: 17px;
}
.mg-discount-product-tag a {
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
}
.mg-discount-product-rating {
  margin-bottom: 4px;
}
.mg-discount-product-rating i {
  color: #fcb900;
}

.mg-treatment-sidebar {
  margin-right: 53px;
  margin-top: 5px;
}
@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-treatment-sidebar {
    margin-right: 0;
  }
}

.mg-filter-widget-title {
  font-size: 16px;
  margin-bottom: 24px;
  position: relative;
  cursor: pointer;
  line-height: 1;
}
.mg-filter-widget-title::before {
  position: absolute;
  content: "+";
  font-family: var(--mg-ff-fontawesome);
  right: 0;
  top: 0px;
  font-weight: var(--mg-fw-light);
  color: var(--mg-black);
  transition: 0.3s;
  font-size: 15px;
}

.child-content-hidden .mg-filter-widget-title::before {
  content: "-";
}

.mg-product-check ul li {
  list-style: none;
  margin-bottom: 15px;
  line-height: 1;
  font-size: 14px;
  color: rgb(117, 117, 117);
}
.mg-product-check ul li input {
  margin-right: 8px;
  cursor: pointer;
}
.mg-product-check ul li label {
  cursor: pointer;
}

.content-hidden {
  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) {
  .skinregenesis-sidebar {
    position: fixed;
    inset-inline-end: -300px;
    top: 0;
    height: 100%;
    width: 260px;
    background-color: var(--mg-white);
    padding-bottom: 0px;
    padding: 0 14px;
    z-index: 99;
    transition: all 0.5s ease;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-bottom: 50px;
    padding-top: 80px;
    overflow-y: scroll;
  }
  .skinregenesis-sidebar.open {
    inset-inline-end: 0;
  }
}

.skinregenesis-close {
  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) {
  .skinregenesis-close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    display: block;
  }
}

.skinregenesis-toggle-btn {
  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) {
  .skinregenesis-toggle-btn {
    display: block;
  }
}

.mg-sidebar-btn {
  border: 1px solid var(--mg-border-primary);
  text-align: center;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.mg-sidebar-btn svg {
  width: 20px;
}

@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) {
  .app-offcanvas-overlay.overlay-open {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
  }
}

.mg-treatment-card {
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: inline-block;
}
.mg-treatment-card .thumb {
  width: 100%;
  height: 404px;
}
.mg-treatment-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.mg-treatment-card .content {
  padding: 24px;
  background-color: var(--mg-white);
  border-radius: 0 0 8px 8px;
}
.mg-treatment-card .content .mg-badge {
  color: var(--mg-primary);
  display: block;
  margin-bottom: 12px;
}
.mg-treatment-card .content .title {
  font-size: 30px;
  margin-bottom: 8px;
}
.mg-treatment-card .content .description {
  margin-bottom: 5px;
}
.mg-treatment-card .content .link {
  font-weight: var(--mg-fw-medium);
  color: var(--mg-primary);
}

.mg-treatment-page-info-item:not(:last-child) {
  margin-bottom: 23px;
}
.mg-treatment-page-info-item .title {
  color: var(--mg-primary);
  margin-bottom: 15px;
  font-weight: var(--mg-fw-bold);
}

.mg-offer-list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@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-offer-list ul {
    flex-direction: column;
  }
}
.mg-offer-list ul li {
  list-style: none;
  text-align: center;
  border-left: 1px solid var(--mg-border-primary);
  padding: 20px 50px;
  width: 100%;
}
.mg-offer-list ul li:last-child {
  border-right: 1px solid var(--mg-border-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-offer-list ul li {
    flex-direction: column;
    border-right: 1px solid var(--mg-border-primary);
    border-bottom: 1px solid var(--mg-border-primary);
  }
}
.mg-offer-list ul li .subtitle {
  color: var(--mg-body-text);
  margin-bottom: 5px;
  display: block;
}
.mg-offer-list ul li .title {
  font-size: 18px;
}

/*----------------------------------------*/
/*  3.4.1 Footer Style 1
/*----------------------------------------*/
.mg-footer-widget-logo {
  max-width: 160px;
  margin-bottom: 20px;
}

.mg-footer-widget-intro {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: var(--mg-body-text);
}

.mg-footer-widget-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.mg-footer-widget-title a {
  color: var(--mg-white);
  transition: all 0.3s ease-in-out;
}
.mg-footer-widget-title a:hover {
  text-decoration: underline;
}

.mg-footer-widget-links ul li {
  list-style: none;
}
.mg-footer-widget-links ul li:not(:last-child) {
  margin-bottom: 13px;
}
.mg-footer-widget-links ul li a {
  font-size: 16px;
  color: var(--mg-white);
  transition: all 0.3s ease-in-out;
}
.mg-footer-widget-links ul li a:hover {
  text-decoration: underline;
}

.mg-footer-widget-thumb {
  background-color: var(--mg-white);
  width: 200px;
  padding: 15px 15px;
  height: 100%;
}
.mg-footer-widget-thumb .logo {
  margin-bottom: 10px;
  max-width: 170px;
}
.mg-footer-widget-thumb .title {
  font-size: 15px;
  font-weight: 300;
  display: block;
  margin-bottom: 8px;
}
.mg-footer-widget-thumb .mg-footer-rating {
  background-color: #F8F7F3;
  padding: 10px 10px;
}
.mg-footer-widget-thumb .mg-footer-rating .mg-footer-rating-subtitle {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}
.mg-footer-widget-thumb .mg-footer-rating .mg-footer-rating-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.mg-footer-widget-thumb .mg-footer-rating .mg-footer-rating-title::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background-color: var(--mg-success);
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
}
.mg-footer-widget-thumb .mg-footer-rating .date {
  font-size: 15px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 10px;
}
.mg-footer-widget-thumb .mg-footer-rating .button a {
  border: 1px solid #c9c6b9;
  border-radius: 4px;
  box-shadow: 0 1px 2px #c9c6b9;
  color: var(--mg-primary);
  display: block;
  font-weight: 700;
  padding: 8px 7px 7px 8px;
  font-size: 16px;
}
.mg-footer-widget-thumb .mg-footer-rating .button a i {
  color: var(--mg-primary);
  margin-left: 14px;
}

.mg-footer-copyright-area {
  border-top: 1px solid var(--mg-white);
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 50px;
}

.mg-footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  list-style-type: none;
}
@media (max-width: 575px) {
  .mg-footer-copyright {
    gap: 10px;
    flex-direction: column;
  }
}
.mg-footer-copyright li {
  font-size: 16px;
  color: var(--mg-white);
  position: relative;
}
@media (max-width: 575px) {
  .mg-footer-copyright li:not(:last-child) {
    border-bottom: 1px solid var(--mg-white);
    padding-bottom: 10px;
  }
}
.mg-footer-copyright li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 50%;
  right: -20px;
  background-color: var(--mg-white);
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .mg-footer-copyright li:not(:last-child)::after {
    display: none;
  }
}
.mg-footer-copyright li a {
  color: var(--mg-white);
  transition: all 0.3s ease-in-out;
}
.mg-footer-copyright li a:hover {
  text-decoration: underline;
}

.mg-footer-logo {
  max-width: 172px;
}

.mg-footer-social-link ul {
  display: flex;
  gap: 25px;
  align-items: center;
}
.mg-footer-social-link ul li {
  list-style: none;
}
.mg-footer-social-link ul li img {
  width: 100%;
  height: 24px;
  object-fit: cover;
}
.mg-footer-social-link ul li a {
  color: rgba(255, 255, 255, 0.85);
  transition: all 0.3s ease-in-out;
}
.mg-footer-social-link ul li a:hover {
  text-decoration: underline;
}

/*----------------------------------------*/
/*  ad css
/*----------------------------------------*/
.mg-add-wrapper {
  position: relative;
}
.mg-add-wrapper .content {
  position: absolute;
  z-index: 5;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.mg-add-wrapper .content .subtitle {
  font-size: 30px;
  font-weight: 600;
  color: var(--mg-danger);
}
.mg-add-wrapper .content .title {
  font-size: 48px;
  color: var(--mg-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: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--mg-secondary);
  opacity: 0.75;
}

/*----------------------------------------*/
/*  Contact css
/*----------------------------------------*/
.mg-location-item {
  border: 1px solid var(--mg-border-primary);
  padding: 20px 20px 20px 20px;
  background: var(--mg-white);
}
.mg-location-item:hover .mg-location-thumb img {
  transform: scale3d(1.07, 1.07, 1.07);
}

.mg-location-thumb {
  margin-bottom: 25px;
  overflow: hidden;
  height: 250px;
  border-radius: 6px;
}

.mg-location-thumb img {
  width: 100%;
  transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
  height: auto;
  object-fit: cover;
}

.mg-location-title {
  margin-bottom: 5px;
}

.mg-location-info a {
  color: var(--mg-body-text);
  transition: all 0.3s ease-in-out;
}
.mg-location-info a:hover {
  color: var(--mg-primary);
}

/*----------------------------------------*/
/*  equipment css
/*----------------------------------------*/
.mg-equipment-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 20px;
}
@media (max-width: 575px) {
  .mg-equipment-box {
    grid-template-columns: repeat(1, 1fr);
  }
}

.mg-equipment-item {
  border: 1px solid #dedede;
  padding: 15px;
  border-radius: 4px;
}
.mg-equipment-item a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 20px;
}
.mg-equipment-item:hover .thumb img {
  transform: scale(1.08);
}
.mg-equipment-item:hover .title {
  color: var(--mg-primary);
}
.mg-equipment-item .thumb {
  overflow: hidden;
}
.mg-equipment-item .thumb img {
  width: 100%;
  height: 100%;
  transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}
.mg-equipment-item .title {
  font-size: 18px;
  line-height: 26px;
  margin-top: 10px;
  color: var(--mg-black);
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}

/*----------------------------------------*/
/*  equipment css
/*----------------------------------------*/
.mg-news-feed-item-wrap {
  overflow: hidden;
  background-color: var(--mg-secondary);
}

.mg-news-feed-item {
  height: 690px !important;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .mg-news-feed-item {
    height: 673px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mg-news-feed-item {
    height: 638px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mg-news-feed-item {
    height: 525px !important;
  }
}
.mg-news-feed-item ul {
  list-style-type: none;
}
.mg-news-feed-item ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 121, 200, 0.4);
  padding-bottom: 10px;
  margin-bottom: 10px !important;
}
.mg-news-feed-item ul li a {
  display: inline-block;
}
.mg-news-feed-item ul li a:hover .thumb img {
  transform: scale3d(1.07, 1.07, 1.07);
}
.mg-news-feed-item ul li a:hover .title {
  color: var(--mg-primary);
}
.mg-news-feed-item ul li .content {
  display: flex;
  align-items: start;
  gap: 15px;
  padding: 10px 10px;
  height: 155px;
}
.mg-news-feed-item ul li .content .thumb {
  width: 135px;
  min-width: 135px;
  height: 135px;
  overflow: hidden;
}
.mg-news-feed-item ul li .content .thumb img {
  width: 135px;
  height: 135px;
  object-fit: cover;
  transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}
.mg-news-feed-item ul li .content .title {
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--mg-white);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
.mg-news-feed-item ul li .content .subtitle {
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

.mg-latest-news-wrapper ul {
  height: 685px;
  overflow: hidden;
  overflow-y: scroll;
  scrollbar-width: thin;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .mg-latest-news-wrapper ul {
    height: 675px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mg-latest-news-wrapper ul {
    height: 640px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mg-latest-news-wrapper ul {
    height: 525px;
  }
}

/*----------------------------------------*/
/*  Recent Articles css
/*----------------------------------------*/
.mg-recent-articles-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 15px;
}
@media (max-width: 575px) {
  .mg-recent-articles-box {
    grid-template-columns: repeat(2, 1fr);
  }
}

.mg-recent-articles-item:hover .thumb img {
  transform: scale(1.08);
}
.mg-recent-articles-item:hover .title {
  color: var(--mg-primary);
}
.mg-recent-articles-item .thumb {
  overflow: hidden;
  margin-bottom: 20px;
}
.mg-recent-articles-item .thumb img {
  width: 100%;
  height: 100%;
  transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}
.mg-recent-articles-item .title {
  font-size: 16px;
  line-height: 18px;
  margin-top: 10px;
  color: var(--mg-black);
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mg-recent-mediknowledge-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.mg-recent-mediknowledge-item:not(:last-child) {
  border-bottom: 1px solid var(--mg-border-primary);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.mg-recent-mediknowledge-item a {
  display: grid;
  grid-template-columns: auto 33%;
  gap: 0 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mg-recent-mediknowledge-item a {
    grid-template-columns: auto;
    gap: 20px;
  }
}
.mg-recent-mediknowledge-item a:hover .thumb img {
  transform: scale(1.08);
}
.mg-recent-mediknowledge-item a:hover .title {
  color: var(--mg-primary);
}
.mg-recent-mediknowledge-item a .thumb {
  overflow: hidden;
}
.mg-recent-mediknowledge-item a .thumb img {
  width: 100%;
  height: 100%;
  transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}
.mg-recent-mediknowledge-item a .title {
  font-size: 18px;
  line-height: 24px;
  color: var(--mg-black);
  transition: all 0.3s ease-in-out;
}

.mg-recent-mediknowledge-item-2:not(:last-child) {
  border-bottom: 1px solid var(--mg-border-primary);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.mg-recent-mediknowledge-item-2 a {
  display: grid;
  grid-template-columns: 33% auto;
  gap: 0 15px;
}
@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), (max-width:450px) {
  .mg-recent-mediknowledge-item-2 a {
    grid-template-columns: auto;
    gap: 20px;
  }
}
.mg-recent-mediknowledge-item-2 a:hover .thumb img {
  transform: scale(1.08);
}
.mg-recent-mediknowledge-item-2 a:hover .title {
  color: var(--mg-primary);
}
.mg-recent-mediknowledge-item-2 a .thumb {
  overflow: hidden;
}
.mg-recent-mediknowledge-item-2 a .thumb img {
  width: 100%;
  height: 100%;
  transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}
.mg-recent-mediknowledge-item-2 a .title {
  font-size: 18px;
  line-height: 24px;
  color: var(--mg-black);
  transition: all 0.3s ease-in-out;
}

/*----------------------------------------*/
/*  CME Page css
/*----------------------------------------*/
.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(--mg-white);
  background-color: var(--mg-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(--mg-primary);
  color: var(--mg-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;
}

.mg-save-icon {
  color: var(--mg-black);
  font-weight: 500;
  font-size: 16px;
}
.mg-save-icon i {
  color: var(--mg-primary);
}

.mg-cme-activities-wrapper {
  margin-bottom: 30px;
  border-bottom: 3px solid var(--mg-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(--mg-white);
  padding: 10px 10px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
}
.mg-activity-card:hover {
  box-shadow: 1px 1px 3px #6d6e71;
}
.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(--mg-taxonomy-color);
  display: block;
  margin-bottom: 10px;
  border-top: 1px solid var(--mg-border-primary);
  border-bottom: 1px solid var(--mg-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-right: 1px dotted var(--mg-black);
  padding-right: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mg-activity-card .mg-activity-credits:not(:last-child) {
    padding-right: 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-right: 30px;
  }
}
.mg-activity-card .mg-activity-credits i {
  color: var(--mg-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 {
  border: 1px solid #dfdfdf;
  background: #fff;
  transition: all 0.4s ease;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-bottom: 5px;
  padding-top: 5px;
}
.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(--mg-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(51, 51, 51, 0.7);
}
.mg-feature-widget-content ul li a .rating {
  font-size: 14px;
  color: var(--mg-light);
}

/*----------------------------------------*/
/*  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-left: 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-left: 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(--mg-white);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
@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(--mg-white);
}
.mg-job-item:hover .mg-job-details .mg-job-company-info span {
  color: var(--mg-white);
}
.mg-job-item:hover .mg-job-details .mg-job-company-info .type i {
  color: var(--mg-danger);
}
.mg-job-item:hover .mg-job-details .mg-job-meta span {
  color: var(--mg-white);
}
.mg-job-item:hover .mg-job-details .mg-job-bottom-meta span {
  color: var(--mg-white);
}
.mg-job-item:hover .published-date {
  color: var(--mg-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;
  left: -1px;
  transform: translate(0, 0);
  width: 60px;
  height: 60px;
  background: var(--mg-secondary);
  text-align: center;
  clip-path: polygon(100% 0, 0% 100%, 0 0);
  z-index: 5;
}
.mg-job-featured-badge .icon {
  color: var(--mg-white);
  position: absolute;
  left: 15%;
  top: 10%;
  font-weight: 500;
  font-size: 16px;
}

.mg-job-pop-badge {
  position: absolute;
  bottom: -1px;
  right: -1px;
  transform: translate(0, 0);
  width: 60px;
  height: 60px;
  background: var(--mg-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(--mg-white);
  position: absolute;
  right: 15%;
  bottom: 10%;
  font-weight: 500;
  font-size: 16px;
}

.mg-job-company-thumb .thumb {
  width: 80px;
  height: 80px;
  min-width: 70px;
  background-color: var(--mg-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(51, 51, 51, 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(--mg-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(51, 51, 51, 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(51, 51, 51, 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(--mg-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(--mg-fw-medium);
}

.mg-layout-switcher {
  display: flex;
  align-items: center;
}
.mg-layout-switcher label {
  font-size: 16px;
  font-weight: 600;
  color: var(--mg-black);
  cursor: pointer;
  min-width: 35px;
}

.mg-switcher-btn {
  display: flex;
  align-items: center;
  margin: -5px;
  padding-left: 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(--mg-fw-regular);
  text-transform: capitalize;
  background-color: transparent;
  color: var(--mg-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(--mg-white);
  background: var(--mg-primary);
}
.mg-filter-layout-trigger {
  display: inline-block;
  border: 1px solid var(--mg-border-primary);
  border-radius: 3px;
  padding: 8px;
  color: var(--mg-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(--mg-primary);
  color: var(--mg-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: 480px;
  }
}
@media (max-width:450px) {
  .mg-job-search-banner {
    height: 500px;
    padding: 40px 30px;
  }
}
.mg-job-search-banner::before {
  position: absolute;
  content: "";
  left: 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(--mg-white);
}
.mg-job-search-banner .title span {
  color: var(--mg-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(--mg-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(--mg-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;
  right: 15px;
  font-size: 26px;
}
.mg-job-modal-content .modal-header .mg-btn-close:hover {
  color: var(--mg-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(--mg-light);
  color: var(--mg-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(--mg-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(--mg-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-left: 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-left: 20px;
}
.sl-number-counts li::before {
  counter-increment: count;
  content: counter(count) ". ";
  transition: all 500ms ease;
  position: absolute;
  left: 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(--mg-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(--mg-border-primary);
  border-bottom: 1px solid var(--mg-border-primary);
  padding-top: 15px;
  padding-bottom: 15px;
}

.mg-job-details-sidebar {
  margin-left: 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-left: 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(--mg-rating-color);
}

.mg-sidebar-contact-form .title {
  font-size: 1.28571429em;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 20px;
}

/* Keyframes for the layout sliding in effect */
@keyframes layout-slide-in {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/*----------------------------------------*/
/*  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 only screen and (min-width: 576px) and (max-width: 767px) {
  .mg-classified-input {
    grid-template-columns: repeat(1, 1fr);
  }
}

.classified-section-search {
  padding-top: 20px;
  padding-bottom: 20px;
}

.classified-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.b-border-none li:last-child {
  border-bottom: none;
}

.mg-classified-bg {
  position: relative;
  z-index: 9;
}
.mg-classified-bg::before {
  background-image: linear-gradient(var(--mg-white), #f9f9f9), linear-gradient(var(--mg-white), #f9f9f9);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.mg-classified-bg::after {
  position: absolute;
  background-image: linear-gradient(#f8f8f8, #eaeaea), linear-gradient(#f8f8f8, #eaeaea);
  background-repeat: no-repeat;
  content: "";
  height: calc(100% - 8px);
  width: calc(100% - 1px);
  margin: 0 auto;
  top: 2px;
  left: 0.5px;
  right: 0;
  z-index: -1;
}
.mg-classified-sidebar {
  background-color: var(--mg-white);
  padding-bottom: 8px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);
}
.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(--mg-border-secondary);
}
.mg-classified-sidebar-list-item .thumb {
  width: 35px;
  height: 36px;
  border: 1px solid var(--mg-border-primary);
}
.mg-classified-sidebar-list-item .icon {
  color: var(--mg-primary);
}
.mg-classified-wrapper {
  border: 1px solid #dfdfdf;
  background-color: var(--mg-white);
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);
}
.mg-classified-product-wrap {
  background-color: var(--mg-white);
  padding: 15px 20px;
}

.mg-product-card {
  display: grid;
  align-items: start;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--mg-border-primary);
  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(--mg-border-primary);
}
.mg-product-title {
  font-weight: 500;
  text-transform: capitalize;
  color: var(--mg-black);
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
}
.mg-product-price {
  color: var(--mg-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-right: 2px solid var(--mg-border-primary);
  margin-right: 8px;
  padding-right: 10px;
  line-height: 1;
  margin-bottom: 15px;
}
.mg-product-meta li i {
  color: var(--mg-teal);
  margin-right: 10px;
}
.mg-product-meta li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.mg-trending-sign {
  display: none;
  cursor: pointer;
  top: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 40px solid var(--mg-primary);
  border-right: 40px solid transparent;
  z-index: 10;
  left: 0;
}
.mg-trending-sign.active {
  display: block;
}
.mg-trending-sign i {
  color: var(--mg-white);
  font-size: 12px;
  bottom: 20px;
  left: 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(--mg-border-secondary);
}
.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(--mg-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(--mg-black);
  font-weight: 600;
}
.mg-classified-item-info-list .sub {
  color: var(--mg-taxonomy-color);
  font-weight: 400;
}

.mg-classified-safety-tips {
  list-style-type: none;
}
.mg-classified-safety-tips li {
  padding: 8px 15px 8px 35px;
  position: relative;
}
.mg-classified-safety-tips li::before {
  position: absolute;
  content: "";
  left: 15px;
  top: 17px;
  width: 8px;
  height: 8px;
  background-color: var(--mg-primary);
  border-radius: 100%;
}

/* details css */
.mg-classified-single-wrap {
  padding: 30px 30px;
  background-color: var(--mg-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-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-left: 30px;
}
.mg-product-details-list ul li::before {
  position: absolute;
  content: "\f105";
  font-family: var(--mg-ff-fontawesome);
  left: 0;
  top: 3px;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background: var(--mg-primary);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--mg-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(--mg-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;
  right: 15px;
  z-index: 15;
}
.mg-product-box-card .thumb-wrapper {
  position: relative;
  padding: 5px;
  border: 1px solid var(--mg-border-secondary);
  margin-bottom: 15px;
}
.mg-product-box-card .thumb-wrapper .thumb {
  background-color: var(--mg-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(--mg-teal);
  margin-right: 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%;
  left: 10px;
  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(--mg-white);
  background-color: var(--mg-primary);
  transition: all 0.3s linear;
}
.mg-product-smiler-nav button:hover {
  color: var(--mg-white);
  background-color: var(--mg-hover-color);
}
.mg-product-smiler-nav .product-navigation-next {
  left: auto !important;
  right: 10px;
}

.mg-add-wrap {
  box-shadow: 1px 1px 3px #6d6e71;
}

.mg-add-layout {
  padding-left: 30px;
  height: 123px;
  background-color: var(--mg-black);
  position: relative;
}
.mg-add-layout::before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 123px solid var(--mg-black);
  border-right: 123px solid transparent;
  position: absolute;
  right: -122px;
  top: 0;
  z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mg-add-layout::before {
    border-right: 60px solid transparent;
    right: -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(--mg-white);
  margin-bottom: 0;
}
.mg-add-layout .subtitle {
  font-size: 20px;
  color: var(--mg-warning);
}

.mg-add-layout-btn {
  padding-right: 30px;
  border-bottom: 2px solid var(--mg-border-secondary);
  height: 123px;
  background-color: var(--mg-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;
  }
}

/*----------------------------------------*/
/*  news list css
/*----------------------------------------*/
.news-list-wrapper {
  position: relative;
}
.news-list-wrapper .content {
  position: absolute;
  z-index: 5;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.news-list-wrapper .content .subtitle {
  font-size: 30px;
  font-weight: 600;
  color: var(--mg-danger);
}
.news-list-wrapper .content .title {
  font-size: 48px;
  color: var(--mg-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width:450px) {
  .news-list-wrapper .content .title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news-list-wrapper .content .title {
    font-size: 28px;
  }
}
.news-list-wrapper .mg-add-thumb {
  position: relative;
}
.news-list-wrapper .mg-add-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--mg-secondary);
  opacity: 0.75;
}

.news-list-article-wrapper {
  --bs-gutter-x: 10px !important;
}

.time {
  font-size: 16px;
  color: var(--mg-primary);
  font-weight: 500;
}

.single-news-title {
  font-size: 26px;
  color: var(--mg-black);
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
  font-family: "Noto Kufi Arabic", "Helvetica Neue LT", "Arial", sans-serif;
  padding: 1.5rem 0;
  border-bottom: 2px solid #0075bc;
  width: 100%;
  font-weight: 700;
  margin-bottom: 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), (max-width:450px) {
  .single-news-title {
    font-size: 20px;
  }
}

/*----------------------------------------*/
/*  2.11 Range Slider 
/*----------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  color: var(--mg-black);
  background-color: #fff;
  border-radius: 0;
  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: 40px;
  line-height: 40px;
  outline: none;
  padding-left: 25px;
  padding-right: 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(--mg-primary);
} */
.style-2 .nice-select:hover {
  background-color: var(--mg-primary);
  color: var(--mg-white);
}

.style-2:hover .nice-select::after {
  color: var(--mg-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;
  right: 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(--mg-black);
  transition: 0.3s;
}

.is-white .nice-select span {
  color: var(--mg-white);
}

.is-white .nice-select::after {
  color: var(--mg-white);
}

.is-white:hover .nice-select::after {
  color: var(--mg-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 {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 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;
  border-radius: 0;
  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%;
  left: 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-left: 18px;
  padding-right: 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(--mg-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 */
