/*-----------------------------------------------------------------------------------

    Template Name: Meduca - Medical HTML Template 
    Author: Eaglesthemes
    Support: eaglesthemes@gmail.com
    Description: Meduca - Medical HTML Template 
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Theme Default
		1.2 Common Classes
		1.3 Default Spacing

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Back to top
		2.2 Theme Settings
		2.3 Buttons
		2.4 Animations
		2.5 Preloader
		2.6 Background 
		2.7 Carousel
		2.8 Nice Select
		2.9 Pagination
		2.10 Offcanvas
		2.11 Breadcrumb
		2.12 Accordion
		2.13 Tab
		2.14 Modal
		2.15 Section Title
		2.16 Search
		2.17 Hotspot
		2.18 Ragne Slider
	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1
		3.2 Header Style 2
		3.3 Header Style 3
		3.4 Header Style 4


    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Main menu css
		4.2 Meanmenu css
		4.3 Mobile css

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 Postbox css
		5.2 Recent Post css
		5.3 Sidebar css
		5.4 Blog css

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1
		6.2 Footer Style 2
		6.3 Footer Style 3
		6.4 Footer Style 4


	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 Hero css
		7.2 slider css
		7.3 booking css
		7.4 about css
		7.5 service css
		7.6 video css
		7.7 clinical css
		7.8 offer css
		7.9 testimonial css
		8.0 appointment css
		8.1 cta css
		8.2 Brand css
		8.3 Department css
		8.4 Counter css
		8.5 Team css
		8.6 Contact css
		8.7 Pricing css
		8.8 Faq css
		8.9 Shop css
		9.0 Shop widget css
		9.1 Cart css
		9.2 Checkout css



**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Playfair+Display:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Roboto+Slab:wght@400;500;600;700;800&display=swap");
.eg-return-customer-forgot a::after, .eg-cart-checkout-shipping-option label::after, .eg-cart-checkout-shipping-option label::before, .mean-container .mean-nav ul li > a.mean-expand i, .back-to-top-wrapper, a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}

/* transform */
:root {
  /**
  @font family declaration
  */
  --eg-ff-body: 'Plus Jakarta Sans', sans-serif;
  --eg-ff-heading: 'Outfit', sans-serif;
  --eg-ff-p: 'Plus Jakarta Sans', sans-serif;
  --eg-ff-r: 'Roboto Slab', sans-serif;
  --eg-ff-play: 'Playfair Display', sans-serif;
  --eg-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --eg-common-white: #ffffff;
  --eg-common-black-solid: #000;
  --eg-common-black: #020B18;
  --eg-grey-1: #F6F7F9;
  --eg-grey-2: #1C2230;
  --eg-heading-primary: #132573;
  --eg-heading-secondary: #1C2936;
  --eg-heading-1: #00183C;
  --eg-heading-2: #0E3055;
  --eg-heading-3: #141414;
  --eg-text-body: #2E3031;
  --eg-text-1: #767A7D;
  --eg-text-2: #040A1E;
  --eg-text-3: #525456;
  --eg-text-4: #4e4e51;
  --eg-text-5: #0e1423;
  --eg-theme-primary: #D70B54;
  --eg-theme-secondary: #2664FF;
  --eg-theme-3: #596bb0;
  --eg-theme-4: #ec3939;
  --eg-theme-5: #587044;
  --eg-border-primary: #EAEBED;
  --eg-border-secondary: #F0F2F4;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--eg-ff-body);
  font-size: 14px;
  font-weight: normal;
  color: var(--eg-text-body);
  line-height: 26px;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--eg-ff-heading);
  color: var(--eg-heading-primary);
  margin-top: 0px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: color 0.3s 0s ease-in-out;
  -moz-transition: color 0.3s 0s ease-in-out;
  -ms-transition: color 0.3s 0s ease-in-out;
  -o-transition: color 0.3s 0s ease-in-out;
  transition: color 0.3s 0s ease-in-out;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: var(--eg-ff-p);
  font-size: 14px;
  font-weight: 400;
  color: var(--eg-text-body);
  margin-bottom: 15px;
  line-height: 26px;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  background-color: #fff;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  color: var(--eg-common-black);
  padding-left: 26px;
  padding-right: 26px;
  border: 1px solid #E0E2E3;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #95999D;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #95999D;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 4-18 */
  color: #95999D;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #95999D;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder { /* MODERN BROWSER */
  color: #95999D;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--eg-common-black);
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--eg-common-black);
  color: var(--eg-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--eg-common-black);
  color: var(--eg-common-white);
  text-shadow: none;
}

::selection {
  background: var(--eg-common-black);
  color: var(--eg-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--eg-common-black);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--eg-common-black);
  font-size: 14px;
  opacity: 1;
}

.eg-home-3-bg {
  background-color: #FDFEF8;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-245 {
  padding-bottom: 245px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-255 {
  padding-bottom: 255px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-265 {
  padding-bottom: 265px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-275 {
  padding-bottom: 275px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-295 {
  padding-bottom: 295px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pb-305 {
  padding-bottom: 305px;
}

.pb-310 {
  padding-bottom: 310px;
}

.pb-315 {
  padding-bottom: 315px;
}

.pb-320 {
  padding-bottom: 320px;
}

.pb-325 {
  padding-bottom: 325px;
}

.pb-330 {
  padding-bottom: 330px;
}

.pb-335 {
  padding-bottom: 335px;
}

.pb-340 {
  padding-bottom: 340px;
}

.pb-345 {
  padding-bottom: 345px;
}

.pb-350 {
  padding-bottom: 350px;
}

.pb-355 {
  padding-bottom: 355px;
}

.pb-360 {
  padding-bottom: 360px;
}

.pb-365 {
  padding-bottom: 365px;
}

.pb-370 {
  padding-bottom: 370px;
}

.pb-375 {
  padding-bottom: 375px;
}

.pb-380 {
  padding-bottom: 380px;
}

.pb-385 {
  padding-bottom: 385px;
}

.pb-390 {
  padding-bottom: 390px;
}

.pb-395 {
  padding-bottom: 395px;
}

.pb-400 {
  padding-bottom: 400px;
}

.pb-405 {
  padding-bottom: 405px;
}

.pb-410 {
  padding-bottom: 410px;
}

.pb-415 {
  padding-bottom: 415px;
}

.pb-420 {
  padding-bottom: 420px;
}

.pb-425 {
  padding-bottom: 425px;
}

.pb-430 {
  padding-bottom: 430px;
}

.pb-435 {
  padding-bottom: 435px;
}

.pb-440 {
  padding-bottom: 440px;
}

.pb-445 {
  padding-bottom: 445px;
}

.pb-450 {
  padding-bottom: 450px;
}

.pb-455 {
  padding-bottom: 455px;
}

.pb-460 {
  padding-bottom: 460px;
}

.pb-465 {
  padding-bottom: 465px;
}

.pb-470 {
  padding-bottom: 470px;
}

.pb-475 {
  padding-bottom: 475px;
}

.pb-480 {
  padding-bottom: 480px;
}

.pb-485 {
  padding-bottom: 485px;
}

.pb-490 {
  padding-bottom: 490px;
}

.pb-495 {
  padding-bottom: 495px;
}

.pb-500 {
  padding-bottom: 500px;
}

.pb-505 {
  padding-bottom: 505px;
}

.pb-510 {
  padding-bottom: 510px;
}

.pb-515 {
  padding-bottom: 515px;
}

.pb-520 {
  padding-bottom: 520px;
}

.pb-525 {
  padding-bottom: 525px;
}

.pb-530 {
  padding-bottom: 530px;
}

.pb-535 {
  padding-bottom: 535px;
}

.pb-540 {
  padding-bottom: 540px;
}

.pb-545 {
  padding-bottom: 545px;
}

.pb-550 {
  padding-bottom: 550px;
}

.pb-555 {
  padding-bottom: 555px;
}

.pb-560 {
  padding-bottom: 560px;
}

.pb-565 {
  padding-bottom: 565px;
}

.pb-570 {
  padding-bottom: 570px;
}

.pb-575 {
  padding-bottom: 575px;
}

.pb-580 {
  padding-bottom: 580px;
}

.pb-585 {
  padding-bottom: 585px;
}

.pb-590 {
  padding-bottom: 590px;
}

.pb-595 {
  padding-bottom: 595px;
}

.pb-600 {
  padding-bottom: 600px;
}

.pb-605 {
  padding-bottom: 605px;
}

.pb-610 {
  padding-bottom: 610px;
}

.pb-615 {
  padding-bottom: 615px;
}

.pb-620 {
  padding-bottom: 620px;
}

.pb-625 {
  padding-bottom: 625px;
}

.pb-630 {
  padding-bottom: 630px;
}

.pb-635 {
  padding-bottom: 635px;
}

.pb-640 {
  padding-bottom: 640px;
}

.pb-645 {
  padding-bottom: 645px;
}

.pb-650 {
  padding-bottom: 650px;
}

.pb-655 {
  padding-bottom: 655px;
}

.pb-660 {
  padding-bottom: 660px;
}

.pb-665 {
  padding-bottom: 665px;
}

.pb-670 {
  padding-bottom: 670px;
}

.pb-675 {
  padding-bottom: 675px;
}

.pb-680 {
  padding-bottom: 680px;
}

.pb-685 {
  padding-bottom: 685px;
}

.pb-690 {
  padding-bottom: 690px;
}

.pb-695 {
  padding-bottom: 695px;
}

.pb-700 {
  padding-bottom: 700px;
}

.pb-705 {
  padding-bottom: 705px;
}

.pb-710 {
  padding-bottom: 710px;
}

.pb-715 {
  padding-bottom: 715px;
}

.pb-720 {
  padding-bottom: 720px;
}

.pb-725 {
  padding-bottom: 725px;
}

.pb-730 {
  padding-bottom: 730px;
}

.pb-735 {
  padding-bottom: 735px;
}

.pb-740 {
  padding-bottom: 740px;
}

.pb-745 {
  padding-bottom: 745px;
}

.pb-750 {
  padding-bottom: 750px;
}

.pb-755 {
  padding-bottom: 755px;
}

.pb-760 {
  padding-bottom: 760px;
}

.pb-765 {
  padding-bottom: 765px;
}

.pb-770 {
  padding-bottom: 770px;
}

.pb-775 {
  padding-bottom: 775px;
}

.pb-780 {
  padding-bottom: 780px;
}

.pb-785 {
  padding-bottom: 785px;
}

.pb-790 {
  padding-bottom: 790px;
}

.pb-795 {
  padding-bottom: 795px;
}

.pb-800 {
  padding-bottom: 800px;
}

.pb-805 {
  padding-bottom: 805px;
}

.pb-810 {
  padding-bottom: 810px;
}

.pb-815 {
  padding-bottom: 815px;
}

.pb-820 {
  padding-bottom: 820px;
}

.pb-825 {
  padding-bottom: 825px;
}

.pb-830 {
  padding-bottom: 830px;
}

.pb-835 {
  padding-bottom: 835px;
}

.pb-840 {
  padding-bottom: 840px;
}

.pb-845 {
  padding-bottom: 845px;
}

.pb-850 {
  padding-bottom: 850px;
}

.pb-855 {
  padding-bottom: 855px;
}

.pb-860 {
  padding-bottom: 860px;
}

.pb-865 {
  padding-bottom: 865px;
}

.pb-870 {
  padding-bottom: 870px;
}

.pb-875 {
  padding-bottom: 875px;
}

.pb-880 {
  padding-bottom: 880px;
}

.pb-885 {
  padding-bottom: 885px;
}

.pb-890 {
  padding-bottom: 890px;
}

.pb-895 {
  padding-bottom: 895px;
}

.pb-900 {
  padding-bottom: 900px;
}

.pb-905 {
  padding-bottom: 905px;
}

.pb-910 {
  padding-bottom: 910px;
}

.pb-915 {
  padding-bottom: 915px;
}

.pb-920 {
  padding-bottom: 920px;
}

.pb-925 {
  padding-bottom: 925px;
}

.pb-930 {
  padding-bottom: 930px;
}

.pb-935 {
  padding-bottom: 935px;
}

.pb-940 {
  padding-bottom: 940px;
}

.pb-945 {
  padding-bottom: 945px;
}

.pb-950 {
  padding-bottom: 950px;
}

.pb-955 {
  padding-bottom: 955px;
}

.pb-960 {
  padding-bottom: 960px;
}

.pb-965 {
  padding-bottom: 965px;
}

.pb-970 {
  padding-bottom: 970px;
}

.pb-975 {
  padding-bottom: 975px;
}

.pb-980 {
  padding-bottom: 980px;
}

.pb-985 {
  padding-bottom: 985px;
}

.pb-990 {
  padding-bottom: 990px;
}

.pb-995 {
  padding-bottom: 995px;
}

.pb-1000 {
  padding-bottom: 1000px;
}

.pb-1005 {
  padding-bottom: 1005px;
}

.pb-1010 {
  padding-bottom: 1010px;
}

.pb-1015 {
  padding-bottom: 1015px;
}

.pb-1020 {
  padding-bottom: 1020px;
}

.pb-1025 {
  padding-bottom: 1025px;
}

.pb-1030 {
  padding-bottom: 1030px;
}

.pb-1035 {
  padding-bottom: 1035px;
}

.pb-1040 {
  padding-bottom: 1040px;
}

.pb-1045 {
  padding-bottom: 1045px;
}

.pb-1050 {
  padding-bottom: 1050px;
}

.pb-1055 {
  padding-bottom: 1055px;
}

.pb-1060 {
  padding-bottom: 1060px;
}

.pb-1065 {
  padding-bottom: 1065px;
}

.pb-1070 {
  padding-bottom: 1070px;
}

.pb-1075 {
  padding-bottom: 1075px;
}

.pb-1080 {
  padding-bottom: 1080px;
}

.pb-1085 {
  padding-bottom: 1085px;
}

.pb-1090 {
  padding-bottom: 1090px;
}

.pb-1095 {
  padding-bottom: 1095px;
}

.pb-1100 {
  padding-bottom: 1100px;
}

.pb-1105 {
  padding-bottom: 1105px;
}

.pb-1110 {
  padding-bottom: 1110px;
}

.pb-1115 {
  padding-bottom: 1115px;
}

.pb-1120 {
  padding-bottom: 1120px;
}

.pb-1125 {
  padding-bottom: 1125px;
}

.pb-1130 {
  padding-bottom: 1130px;
}

.pb-1135 {
  padding-bottom: 1135px;
}

.pb-1140 {
  padding-bottom: 1140px;
}

.pb-1145 {
  padding-bottom: 1145px;
}

.pb-1150 {
  padding-bottom: 1150px;
}

.pb-1155 {
  padding-bottom: 1155px;
}

.pb-1160 {
  padding-bottom: 1160px;
}

.pb-1165 {
  padding-bottom: 1165px;
}

.pb-1170 {
  padding-bottom: 1170px;
}

.pb-1175 {
  padding-bottom: 1175px;
}

.pb-1180 {
  padding-bottom: 1180px;
}

.pb-1185 {
  padding-bottom: 1185px;
}

.pb-1190 {
  padding-bottom: 1190px;
}

.pb-1195 {
  padding-bottom: 1195px;
}

.pb-1200 {
  padding-bottom: 1200px;
}

.pb-1205 {
  padding-bottom: 1205px;
}

.pb-1210 {
  padding-bottom: 1210px;
}

.pb-1215 {
  padding-bottom: 1215px;
}

.pb-1220 {
  padding-bottom: 1220px;
}

.pb-1225 {
  padding-bottom: 1225px;
}

.pb-1230 {
  padding-bottom: 1230px;
}

.pb-1235 {
  padding-bottom: 1235px;
}

.pb-1240 {
  padding-bottom: 1240px;
}

.pb-1245 {
  padding-bottom: 1245px;
}

.pb-1250 {
  padding-bottom: 1250px;
}

.pb-1255 {
  padding-bottom: 1255px;
}

.pb-1260 {
  padding-bottom: 1260px;
}

.pb-1265 {
  padding-bottom: 1265px;
}

.pb-1270 {
  padding-bottom: 1270px;
}

.pb-1275 {
  padding-bottom: 1275px;
}

.pb-1280 {
  padding-bottom: 1280px;
}

.pb-1285 {
  padding-bottom: 1285px;
}

.pb-1290 {
  padding-bottom: 1290px;
}

.pb-1295 {
  padding-bottom: 1295px;
}

.pb-1300 {
  padding-bottom: 1300px;
}

.pb-1305 {
  padding-bottom: 1305px;
}

.pb-1310 {
  padding-bottom: 1310px;
}

.pb-1315 {
  padding-bottom: 1315px;
}

.pb-1320 {
  padding-bottom: 1320px;
}

.pb-1325 {
  padding-bottom: 1325px;
}

.pb-1330 {
  padding-bottom: 1330px;
}

.pb-1335 {
  padding-bottom: 1335px;
}

.pb-1340 {
  padding-bottom: 1340px;
}

.pb-1345 {
  padding-bottom: 1345px;
}

.pb-1350 {
  padding-bottom: 1350px;
}

.pb-1355 {
  padding-bottom: 1355px;
}

.pb-1360 {
  padding-bottom: 1360px;
}

.pb-1365 {
  padding-bottom: 1365px;
}

.pb-1370 {
  padding-bottom: 1370px;
}

.pb-1375 {
  padding-bottom: 1375px;
}

.pb-1380 {
  padding-bottom: 1380px;
}

.pb-1385 {
  padding-bottom: 1385px;
}

.pb-1390 {
  padding-bottom: 1390px;
}

.pb-1395 {
  padding-bottom: 1395px;
}

.pb-1400 {
  padding-bottom: 1400px;
}

.pb-1405 {
  padding-bottom: 1405px;
}

.pb-1410 {
  padding-bottom: 1410px;
}

.pb-1415 {
  padding-bottom: 1415px;
}

.pb-1420 {
  padding-bottom: 1420px;
}

.pb-1425 {
  padding-bottom: 1425px;
}

.pb-1430 {
  padding-bottom: 1430px;
}

.pb-1435 {
  padding-bottom: 1435px;
}

.pb-1440 {
  padding-bottom: 1440px;
}

.pb-1445 {
  padding-bottom: 1445px;
}

.pb-1450 {
  padding-bottom: 1450px;
}

.pb-1455 {
  padding-bottom: 1455px;
}

.pb-1460 {
  padding-bottom: 1460px;
}

.pb-1465 {
  padding-bottom: 1465px;
}

.pb-1470 {
  padding-bottom: 1470px;
}

.pb-1475 {
  padding-bottom: 1475px;
}

.pb-1480 {
  padding-bottom: 1480px;
}

.pb-1485 {
  padding-bottom: 1485px;
}

.pb-1490 {
  padding-bottom: 1490px;
}

.pb-1495 {
  padding-bottom: 1495px;
}

.pb-1500 {
  padding-bottom: 1500px;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  z-index: 1;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-static {
  position: static !important;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.eg-fly-effect b {
  display: inline-flex;
  overflow: hidden;
  position: relative;
}
.eg-fly-effect b i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.5s;
}
.eg-fly-effect b i:last-child {
  bottom: -19px;
  content: "\f061";
  font-family: Font Awesome 6 Free;
  font-weight: 900;
  left: -20px;
  opacity: 0;
  position: absolute;
  -webkit-transform: translate(0) rotate(-45deg);
  transform: translate(0) rotate(-45deg);
  transition: all 0.5s;
  visibility: hidden;
}
.eg-fly-effect:hover b i {
  -webkit-transform: translate(20px, -20px) rotate(-45deg);
  transform: translate(20px, -20px) rotate(-45deg);
}
.eg-fly-effect:hover b i:last-child {
  opacity: 1;
  -webkit-transform: translate(20px, -20px) rotate(-45deg);
  transform: translate(20px, -20px) rotate(-45deg);
  visibility: visible;
}

.effect-img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  transition: all 0.3s ease;
}
.effect-img img {
  background-size: cover;
  position: relative;
  transition: all 0.6s ease;
  width: auto;
}
.effect-img img:first-child {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
}
.effect-img:hover img:first-child {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
}
.effect-img:hover img:nth-child(2) {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
}

.eg-home-4-section-wrap {
  background: linear-gradient(180deg, rgba(236, 226, 206, 0.6) 0%, rgba(230, 232, 234, 0.6) 0.01%, rgba(243, 245, 247, 0.6) 100%);
}

/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--eg-common-black);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--eg-common-white);
  border-radius: 50%;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/
.eg-btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  padding: 11px 21px;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  letter-spacing: 0.52px;
  text-transform: uppercase;
  color: var(--eg-common-white);
  background: var(--eg-theme-primary);
  border: 2px solid var(--eg-theme-primary);
}
.eg-btn:focus {
  color: white;
}
.eg-btn span {
  display: inline-block;
  transform: translateY(-1px);
  margin-left: 7px;
}
.eg-btn:hover {
  background: transparent;
  color: var(--eg-theme-primary);
}
.eg-btn:hover::after {
  animation: mask_animation 0.7s steps(22) forwards;
}
.eg-btn-2 {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 16px;
  letter-spacing: 0.52px;
  text-transform: uppercase;
  color: var(--eg-common-white);
  background: var(--eg-heading-primary);
  border: 2px solid var(--eg-heading-primary);
  overflow: hidden;
}
.eg-btn-2:focus {
  color: white;
}
.eg-btn-2 span {
  margin-left: 7px;
}
.eg-btn-2:hover {
  background: transparent;
  color: var(--eg-heading-primary);
}
.eg-btn-3 {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  border-radius: 30px;
  padding: 4px 4px 4px 16px;
  background: var(--eg-theme-5);
  color: var(--eg-common-white);
  border: 2px solid var(--eg-theme-5);
}
.eg-btn-3 span {
  margin-left: 24px;
  display: inline-block;
  border-radius: 100px;
  width: 34px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  color: var(--eg-heading-3);
  background-color: var(--eg-common-white);
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-btn-3 span svg {
  transform: translateY(-1px);
}
.eg-btn-3:hover {
  color: var(--eg-theme-5);
  background-color: transparent;
}
.eg-btn-3:hover span {
  color: var(--eg-common-white);
  background-color: var(--eg-theme-5);
}
.eg-btn-4 {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 25px;
  border-radius: 100px;
  background: #652f0a;
  color: var(--eg-common-white);
}
.eg-btn-4:hover {
  color: var(--eg-common-white);
}

.eg-btn-radius {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 47px;
  padding: 0;
  height: 46px;
  width: 166px;
  border-radius: 100px;
  color: var(--eg-common-white);
  background: #587044;
  overflow: hidden;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.eg-btn-radius span {
  display: block;
  margin: 0 5px;
  transform: translateY(-2px);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.eg-btn-radius::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  color: var(--eg-common-white);
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.eg-btn-radius:hover {
  color: var(--eg-common-white);
}
.eg-btn-radius:hover::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.eg-btn-radius:hover span {
  opacity: 0;
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}

/* hamburger btn */
.eg-hamburger-btn {
  height: 16px;
  width: 22px;
  line-height: 16px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.eg-hamburger-btn span {
  background: var(--eg-common-black);
  border-radius: 3px;
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.eg-hamburger-btn span::before, .eg-hamburger-btn span::after {
  background: var(--eg-common-black);
  border-radius: 3px;
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  margin-top: 13px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.eg-hamburger-btn span::before {
  margin-top: -7px;
}
.eg-hamburger-btn span::after {
  margin-top: 7px;
  width: 13px;
}
.eg-hamburger-btn.active span {
  background: transparent;
}
.eg-hamburger-btn.active span::before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.eg-hamburger-btn.active span::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.eg-btn-fly {
  color: #525456;
  font-family: Outfit;
  font-size: 15px;
  font-weight: 400;
}
.eg-btn-fly span {
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 32px;
  text-align: center;
  border: 2px solid #EEEEEE;
  border-radius: 50%;
  margin-left: 5px;
}

.eg-mask-btn {
  text-transform: capitalize;
  background-color: transparent;
  padding: 12px 53px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.52px;
  color: var(--eg-common-white);
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.eg-mask-btn:hover {
  color: var(--eg-common-white);
}

.eg-mask-effect {
  position: relative;
}
.eg-mask-effect::after {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  content: attr(data-text);
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: var(--eg-common-black);
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png");
  mask-size: 2300% 100%;
  animation: mask_animation_2 0.7s steps(22) forwards;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-mask-effect:hover {
  color: var(--eg-common-white);
}
.eg-mask-effect:hover::after {
  background-color: var(--eg-common-white);
  animation: mask_animation 0.7s steps(22) forwards;
}

.btn-text-flip {
  perspective: 1000px;
}
.btn-text-flip span {
  position: relative;
  display: inline-block;
  padding: 0;
  transition: transform 0.5s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}
.btn-text-flip span::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  transition: color 0.5s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  text-align: center;
}
.btn-text-flip:hover span {
  color: inherit;
  transform: rotateX(90deg) translateY(-12px);
}

/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/
/* pulse effect animation */
@-webkit-keyframes eg-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);
  }
}
@-moz-keyframes eg-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);
  }
}
@-ms-keyframes eg-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 eg-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);
  }
}
@-webkit-keyframes eg-pulse-2 {
  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);
  }
}
@-moz-keyframes eg-pulse-2 {
  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);
  }
}
@-ms-keyframes eg-pulse-2 {
  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 eg-pulse-2 {
  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);
  }
}
@-webkit-keyframes eg-shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@-moz-keyframes eg-shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@-ms-keyframes eg-shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes eg-shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@-webkit-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-moz-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-ms-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-webkit-keyframes eg-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes eg-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes eg-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes eg-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes eg-mobile-view {
  0%, 10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes eg-mobile-view {
  0%, 10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-ms-keyframes eg-mobile-view {
  0%, 10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes eg-mobile-view {
  0%, 10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes eg-svg-line {
  100% {
    stroke-dashoffset: 350;
  }
}
@-moz-keyframes eg-svg-line {
  100% {
    stroke-dashoffset: 350;
  }
}
@-ms-keyframes eg-svg-line {
  100% {
    stroke-dashoffset: 350;
  }
}
@keyframes eg-svg-line {
  100% {
    stroke-dashoffset: 350;
  }
}
@-webkit-keyframes light {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
    color: white;
  }
}
@-moz-keyframes light {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
    color: white;
  }
}
@-ms-keyframes light {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
    color: white;
  }
}
@keyframes light {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
    color: white;
  }
}
@-webkit-keyframes eg-border-loader {
  0% {
    stroke-dashoffset: -356px;
    stroke-dasharray: 356px, 366px;
  }
  95% {
    stroke-dashoffset: 0;
    stroke-dasharray: 356px, 366px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 366px;
  }
}
@-moz-keyframes eg-border-loader {
  0% {
    stroke-dashoffset: -356px;
    stroke-dasharray: 356px, 366px;
  }
  95% {
    stroke-dashoffset: 0;
    stroke-dasharray: 356px, 366px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 366px;
  }
}
@-ms-keyframes eg-border-loader {
  0% {
    stroke-dashoffset: -356px;
    stroke-dasharray: 356px, 366px;
  }
  95% {
    stroke-dashoffset: 0;
    stroke-dasharray: 356px, 366px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 366px;
  }
}
@keyframes eg-border-loader {
  0% {
    stroke-dashoffset: -356px;
    stroke-dasharray: 356px, 366px;
  }
  95% {
    stroke-dashoffset: 0;
    stroke-dasharray: 356px, 366px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 366px;
  }
}
@-webkit-keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
}
@-moz-keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
}
@-ms-keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
}
@keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@-moz-keyframes shine {
  100% {
    left: 125%;
  }
}
@-ms-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes hoverfilter {
  0% {
    filter: brightness(100%) blur(0px);
  }
  25% {
    filter: brightness(125%) blur(0.5px);
  }
  100% {
    filter: brightness(100%) blur(0px);
  }
}
@keyframes mask_animation {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes mask_animation_2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes lara {
  0% {
    transform: translateY(-1px);
  }
  25% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(-7px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(-1px);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.eg-video-anim-running {
  border-radius: 50%;
  -webkit-animation: eg-white-video 2s linear infinite;
  animation: eg-white-video 2s linear infinite;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  display: inline-block;
}

/* Video effect animation */
@-webkit-keyframes eg-white-video {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5), 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 20px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 20px rgba(255, 255, 255, 0.5), 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes eg-white-video {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5), 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 20px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 20px rgba(255, 255, 255, 0.5), 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes eg-white-video {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5), 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 20px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 20px rgba(255, 255, 255, 0.5), 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
@keyframes eg-white-video {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5), 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 20px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 20px rgba(255, 255, 255, 0.5), 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0;
  top: 0;
}

.middle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.bar {
  width: 5px;
  height: 40px;
  background: #fff;
  display: inline-block;
  transform-origin: bottom center;
  animation: loader 1.6s linear infinite;
}

.bar1 {
  animation-delay: 0.1s;
}

.bar2 {
  animation-delay: 0.2s;
}

.bar3 {
  animation-delay: 0.3s;
}

.bar4 {
  animation-delay: 0.4s;
}

.bar5 {
  animation-delay: 0.5s;
}

.bar6 {
  animation-delay: 0.6s;
}

.bar7 {
  animation-delay: 0.7s;
}

.bar8 {
  animation-delay: 0.8s;
}

@keyframes loader {
  0% {
    transform: scaleY(0.1);
  }
  50% {
    transform: scaleY(1);
    background: var(--eg-theme-secondary);
  }
  100% {
    transform: scaleY(0.1);
    background: transparent;
  }
}
/*----------------------------------------*/
/*  2.6 Background
/*----------------------------------------*/
.grey-bg {
  background-color: var(--eg-grey-1);
}

.grey-bg-2 {
  background-color: var(--eg-grey-2);
}

.grey-bg-5 {
  background-color: var(--eg-grey-5);
}

.grey-bg-6 {
  background-color: var(--eg-grey-6);
}

.grey-bg-7 {
  background-color: var(--eg-grey-7);
}

.grey-bg-8 {
  background-color: var(--eg-grey-8);
}

.grey-bg-9 {
  background-color: var(--eg-grey-9);
}

.white-bg {
  background-color: var(--eg-common-white);
}

.black-bg {
  background-color: var(--eg-common-black);
}

.green-dark-bg {
  background-color: var(--eg-green-dark);
}

.theme-bg {
  background-color: var(--eg-theme-primary);
}

[data-bg-color=footer-bg-grey] {
  background-color: var(--eg-footer-grey-1);
}

[data-bg-color=footer-bg-white] {
  background-color: var(--eg-common-white);
}

/*----------------------------------------*/
/*  2.8 Nice Select
/*----------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  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: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 0;
  font-family: var(--eg-ff-fontawesome);
  color: var(--eg-common-black);
  font-weight: 500;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.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);
}
.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: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.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;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option.selected {
  font-weight: bold;
}
.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;
}

/*----------------------------------------*/
/*  2.11 Breadcrumb
/*----------------------------------------*/
.breadcrumb-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.breadcrumb-list span {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  color: var(--eg-common-white);
}
.breadcrumb-title {
  font-size: 80px;
  font-weight: 600;
  letter-spacing: -1.6px;
  color: var(--eg-common-white);
}
@media (max-width: 767px) {
  .breadcrumb-title {
    font-size: 65px;
    line-height: 1;
  }
}

.eg-breadcrumb-2-ptb {
  padding: 12px 0;
}
.eg-breadcrumb-2-ptb.transparent {
  margin-top: 102px;
}
.eg-breadcrumb-2-list span {
  color: #3A3D44;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}
.eg-breadcrumb-2-list span a {
  color: #7E8189;
}
.eg-breadcrumb-2-list span a:hover {
  color: var(--eg-theme-secondary);
}
.eg-breadcrumb-2-list.shop span {
  color: var(--eg-common-white);
}
.eg-breadcrumb-2-list.shop span a {
  color: var(--eg-common-white);
}
.eg-breadcrumb-2-list.shop span a:hover {
  color: #c38256;
}
.eg-breadcrumb-2-list .dvd {
  margin: 0 12px;
}

/*----------------------------------------*/
/*  2.12 Accordion
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/
.eg-section-title {
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  letter-spacing: -1.12px;
  color: var(--eg-heading-primary);
}
@media (max-width: 767px) {
  .eg-section-title {
    font-size: 40px;
  }
}
.eg-section-title-2 {
  font-size: 54px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--eg-heading-secondary);
}
@media (max-width: 767px) {
  .eg-section-title-2 {
    font-size: 40px;
  }
}
.eg-section-title-2.fns-46 {
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--eg-text-5);
  letter-spacing: -0.92px;
}
.eg-section-title-3 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--eg-heading-3);
  font-family: var(--eg-ff-r);
}
@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) {
  .eg-section-title-3 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .eg-section-title-3 {
    font-size: 40px;
  }
}
.eg-section-title-4 {
  font-size: 40px;
  font-weight: 700;
  color: #1b1714;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  font-family: var(--eg-ff-p);
}
.eg-section-title-pre {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  line-height: 10px;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  color: var(--eg-text-body);
  margin-left: 45px;
  margin-bottom: 15px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-section-title-pre {
    margin-left: 25px;
  }
}
.eg-section-title-pre::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -45px;
  height: 1px;
  width: 30px;
  transform: translateY(-50%);
  background: var(--eg-theme-primary);
}
.eg-section-title-pre-2 {
  display: inline-block;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 12px;
  padding: 0px 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--eg-common-white);
  background: var(--eg-theme-3);
  backdrop-filter: blur(10px);
}
.eg-section-title-pre.home-3 {
  letter-spacing: 0.06em;
  color: var(--eg-theme-5);
  font-family: var(--eg-ff-r);
}
.eg-section-title-pre.home-3::after {
  background-color: var(--eg-theme-5);
}

/*----------------------------------------*/
/*  2.17 Offcanvas
/*----------------------------------------*/
.offcanvas__area {
  position: fixed;
  right: 0;
  left: auto;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  background: var(--eg-heading-3) none repeat scroll 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__area::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.offcanvas__area.offcanvas-opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .offcanvas__area {
    width: 100%;
  }
}
.offcanvas__area.home-2 .offcanvas__close .offcanvas__close-btn {
  background-color: var(--eg-theme-secondary);
}
.offcanvas__area.home-2 .offcanvas__contact-content-icon i {
  color: var(--eg-theme-secondary);
}
.offcanvas__area.home-2 .offcanvas__contact-content-content a:hover {
  color: var(--eg-theme-secondary);
}
.offcanvas__area.home-2 .offcanvas__social .icon {
  background-color: var(--eg-theme-secondary);
}
.offcanvas__area.home-2 .eg-main-menu-mobile ul li:hover > a {
  color: var(--eg-theme-secondary);
}
.offcanvas__area.home-2 .eg-main-menu-mobile ul li:hover > a .dropdown-toggle-btn {
  background-color: var(--eg-theme-secondary);
  border-color: var(--eg-theme-secondary);
  color: var(--eg-common-white);
}
.offcanvas__area.home-2 .eg-main-menu-mobile ul li.has-dropdown > a.expanded {
  color: var(--eg-theme-secondary);
}
.offcanvas__area.home-2 .eg-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--eg-theme-secondary);
  border-color: var(--eg-theme-secondary);
  color: var(--eg-common-white);
}
.offcanvas__area.home-3 .offcanvas__close .offcanvas__close-btn {
  background-color: #EC3939;
}
.offcanvas__area.home-3 .offcanvas__contact-content-icon i {
  color: #EC3939;
}
.offcanvas__area.home-3 .offcanvas__contact-content-content a:hover {
  color: #EC3939;
}
.offcanvas__area.home-3 .offcanvas__social .icon {
  background-color: #EC3939;
}
.offcanvas__area.home-3 .eg-main-menu-mobile ul li:hover > a {
  color: #EC3939;
}
.offcanvas__area.home-3 .eg-main-menu-mobile ul li:hover > a .dropdown-toggle-btn {
  background-color: #EC3939;
  border-color: #EC3939;
  color: var(--eg-common-white);
}
.offcanvas__area.home-3 .eg-main-menu-mobile ul li.has-dropdown > a.expanded {
  color: #EC3939;
}
.offcanvas__area.home-3 .eg-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: #EC3939;
  border-color: #EC3939;
  color: var(--eg-common-white);
}
.offcanvas__area.home-4 .offcanvas__close .offcanvas__close-btn {
  background-color: #652f0a;
}
.offcanvas__area.home-4 .offcanvas__contact-content-icon i {
  color: #652f0a;
}
.offcanvas__area.home-4 .offcanvas__contact-content-content a:hover {
  color: #652f0a;
}
.offcanvas__area.home-4 .offcanvas__social .icon {
  background-color: #652f0a;
}
.offcanvas__area.home-4 .eg-main-menu-mobile ul li:hover > a {
  color: #652f0a;
}
.offcanvas__area.home-4 .eg-main-menu-mobile ul li:hover > a .dropdown-toggle-btn {
  background-color: #652f0a;
  border-color: #652f0a;
  color: var(--eg-common-white);
}
.offcanvas__area.home-4 .eg-main-menu-mobile ul li.has-dropdown > a.expanded {
  color: #652f0a;
}
.offcanvas__area.home-4 .eg-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: #652f0a;
  border-color: #652f0a;
  color: var(--eg-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .offcanvas__top {
    margin-bottom: 30px;
  }
}
.offcanvas__wrapper {
  padding: 40px 50px 40px 50px;
  min-height: 100%;
}
@media (max-width: 767px) {
  .offcanvas__wrapper {
    padding: 30px;
  }
}
.offcanvas__close-btn {
  position: absolute;
  display: inline-block;
  top: 30px;
  right: 30px;
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 30px;
  color: var(--eg-common-white);
  background-color: var(--eg-theme-primary);
}
@media (max-width: 767px) {
  .offcanvas__close-btn {
    right: 30px;
    top: 40px;
  }
}
.offcanvas__close-btn svg {
  color: var(--eg-common-white);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
  transition: all 0.3s ease-in-out;
}
.offcanvas__close-btn:hover svg {
  transform: rotate(45deg);
}
.offcanvas__contact {
  margin-bottom: 30px;
}
.offcanvas__contact-content {
  margin-bottom: 10px;
}
.offcanvas__contact-content-icon i {
  color: var(--eg-theme-primary);
  margin-right: 10px;
}
.offcanvas__contact-content-content a {
  font-size: 16px;
  color: var(--eg-common-white);
}
.offcanvas__contact-content-content a:hover {
  color: var(--eg-theme-primary);
}
.offcanvas__text p {
  color: var(--eg-common-white);
}
.offcanvas__social {
  margin-bottom: 22px;
  padding-bottom: 40px;
}
.offcanvas__social .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--eg-theme-primary);
  color: var(--eg-common-white);
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
}
.offcanvas__social .icon:hover {
  transform: translateY(-8px);
}
.offcanvas__title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--eg-common-white);
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: var(--eg-common-black);
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.body-overlay:hover {
  cursor: url("../img/icon/cross-out.png"), pointer;
}

.body-overlay.opened {
  opacity: 0.7;
  visibility: visible;
}

.eg-search-area {
  text-align: start;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  margin: 0 auto;
  padding: 40px 30px;
  min-height: 320px;
  background-color: var(--eg-common-white);
  transform: translateY(-100%);
  box-shadow: rgba(5, 13, 54, 0.05) 5px 15px 30px 0px;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.eg-search-area.opened {
  transform: translateY(0);
}
.eg-search-close span {
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  display: inline-block;
  background: #eaeaea;
}
.eg-search-close span:hover {
  color: var(--eg-common-white);
  background-color: var(--eg-theme-secondary);
}
.eg-search-form input {
  height: 60px;
  border: none;
  font-size: 20px;
  padding-right: 65px;
  padding-left: 10px;
  color: var(--eg-common-black);
  border-bottom: 1px solid #1b1819;
}
.eg-search-form input:focus {
  border-color: var(--eg-theme-secondary);
}
.eg-search-form input::placeholder {
  font-size: 20px;
  color: var(--eg-common-black);
}
.eg-search-btn {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

/*----------------------------------------*/
/*  2.16 Tool Tip
/*----------------------------------------*/
.eg-product-tooltip {
  position: absolute;
  bottom: 100%;
  left: 0px;
  width: max-content;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding: 6px 12px 7px;
  visibility: hidden;
  opacity: 0;
  background-color: #1C2936;
  color: var(--eg-common-white);
  transform: translateX(-50%) translateY(-6px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.eg-product-tooltip::before {
  position: absolute;
  content: "";
  bottom: -5px;
  right: 7px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid #031233;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

/*----------------------------------------*/
/*  2.13 Pagination
/*----------------------------------------*/
.eg-pagination ul {
  display: flex;
}
.eg-pagination ul li {
  display: inline-block;
}
.eg-pagination ul li:not(:last-child) {
  margin-right: 6px;
}
.eg-pagination ul li a, .eg-pagination ul li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #141820;
  border-radius: 20px;
  background-color: var(--eg-common-white);
  border: 1px solid rgba(14, 20, 35, 0.1);
}
.eg-pagination ul li a:hover, .eg-pagination ul li a.current, .eg-pagination ul li span:hover, .eg-pagination ul li span.current {
  color: var(--eg-common-white);
  background: var(--eg-text-5);
  border-color: var(--eg-text-5);
}
.eg-pagination.shop ul li span.current {
  background: #652f0a;
  border-color: #652f0a;
}
.eg-pagination.shop ul li a:hover {
  background: #652f0a;
  border-color: #652f0a;
}

/*----------------------------------------*/
/*  2.178 Range Slider css start
/*----------------------------------------*/
.ui-button-icon-only, .ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-checkboxradio-disabled, .ui-state-disabled {
  pointer-events: none;
}

.ui-datepicker .ui-icon, .ui-icon {
  text-indent: -99999px;
  background-repeat: no-repeat;
}

.ui-helper-reset, .ui-menu {
  outline: 0;
  list-style: none;
}

.ui-helper-hidden, .ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  overflow: hidden;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-autocomplete, .ui-menu .ui-menu {
  position: absolute;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  padding: 0;
  margin: 0;
  display: block;
}

.ui-button, .ui-controlgroup {
  display: inline-block;
  vertical-align: middle;
}

.ui-button, .ui-menu-icons, .ui-resizable {
  position: relative;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-button, .ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus, .ui-controlgroup > .ui-controlgroup-item:focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td a, .ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-multi .ui-datepicker-group, .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  overflow: hidden;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle, .ui-selectable, .ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min, .ui-spinner-down {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max, .ui-spinner-up {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 2em 0.2em 0.4em;
  vertical-align: middle;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget, .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a, .ui-widget-header a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700;
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545;
}

.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b;
}

.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-button:active .ui-icon, .ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first, .ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.eg-header-margin {
  margin-bottom: -78px;
}
@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: 767px) {
  .eg-header-margin {
    margin-bottom: 0;
  }
}
.eg-header-transparent {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
}
.eg-header-sticky-cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  visibility: hidden;
  transform: translateY(-100%);
  background-color: var(--eg-common-white);
  box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
  transition: transform 500ms ease, visibility 500ms ease;
}
.eg-header-sticky-cloned.eg-header-pinned {
  transform: translateY(0%);
  visibility: visible;
}
.eg-header-sticky-cloned.eg-header-pinned .eg-main-menu-3 > nav > ul > li > a {
  padding: 27px 0 27px 0;
}
.eg-header-top {
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
  z-index: 2;
}
.eg-header-top-info span {
  color: var(--eg-common-white);
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.eg-header-top-info span a {
  padding: 2px 7px;
  margin-right: 10px;
  background: var(--eg-theme-primary);
}
.eg-header-top-right ul li {
  position: relative;
  display: inline-block;
  list-style: none;
}
.eg-header-top-right ul li a {
  color: var(--eg-common-white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.eg-header-top-right ul li a span {
  margin-right: 5px;
  transform: translateY(-2px);
  display: inline-block;
}
.eg-header-top-right ul li a:hover {
  color: var(--eg-theme-primary);
}
.eg-header-top-right ul li:not(:last-of-type) {
  margin-right: 24px;
  padding-right: 24px;
}
.eg-header-top-right ul li:not(:last-of-type)::after {
  position: absolute;
  content: "";
  top: 4px;
  right: 0;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .eg-header-hight {
    height: inherit !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-header-main {
    background-color: var(--eg-common-white);
    z-index: 99;
  }
}
.eg-header-box {
  z-index: 9;
  position: relative;
  padding: 0px 12px 0px 24px;
  background-color: var(--eg-common-white);
}
@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: 767px) {
  .eg-header-box {
    margin-top: 0;
    height: 80px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .eg-header-box {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-header-box {
    padding: 0px 24px 0px 24px;
  }
}
.eg-header-hamburger-btn .hamburger-btn {
  width: 40px;
  height: 20px;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: 0;
  text-align: end;
  transform: translateY(0%);
}
.eg-header-hamburger-btn .hamburger-btn span {
  display: inline-block;
  position: absolute;
  right: 0px;
  height: 2px;
  width: 25px;
  opacity: 1;
  z-index: 1;
  border-radius: 10px;
  transition: all 0.3s 0s ease-out;
  background: var(--eg-theme-primary);
}
.eg-header-hamburger-btn .hamburger-btn span:nth-child(1) {
  top: 0;
  width: 10px;
}
.eg-header-hamburger-btn:hover .hamburger-btn span:nth-child(1) {
  width: 25px;
}
.eg-header-contact-search span {
  font-size: 20px;
  display: inline-block;
  cursor: pointer;
  transform: translateY(-2px);
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-header-contact-search span:hover {
  color: var(--eg-theme-primary);
}
.eg-header-language {
  position: relative;
  margin-left: 20px;
  padding-left: 15px;
  width: 62px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .eg-header-language {
    padding-left: 0;
    margin-left: 0;
    width: inherit;
  }
}
.eg-header-language .nice-select {
  border: none;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--eg-ff-body);
  color: var(--eg-text-2);
  padding-right: 22px;
  padding-left: 0;
}
.eg-header-language .nice-select::after {
  right: 7px;
}
.eg-header-language .nice-select .option {
  font-weight: 500;
  line-height: 24px;
  min-height: 0;
  padding-left: 15px;
  padding-right: 20px;
  color: var(--eg-heading-1);
}
.eg-header-language .nice-select .list {
  padding: 5px 4px;
  margin-top: 12px;
  border-radius: 0;
  margin-left: -13px;
}
.eg-header-language::after {
  position: absolute;
  content: "";
  top: -10px;
  left: 0;
  width: 1px;
  height: 65px;
  background: rgba(15, 97, 180, 0.1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .eg-header-language::after {
    content: none;
  }
}
.eg-header-btn {
  margin-left: 15px;
  line-height: 1;
}
.eg-header-inner-area .eg-header-2-main {
  backdrop-filter: none;
  background: transparent;
}

.eg-header-pinned .eg-header-main {
  background-color: var(--eg-common-white);
}
.eg-header-pinned .eg-header-2-main {
  background: rgb(9, 10, 119);
}

/*----------------------------------------*/
/*  3.2 Header Style 2
/*----------------------------------------*/
.eg-header-2-top {
  padding: 10px 0;
  background-color: var(--eg-grey-2);
}
.eg-header-2-top .eg-header-top-info span i {
  padding: 2px 4px;
  font-style: normal;
  margin-right: 4px;
  background-color: var(--eg-theme-secondary);
}
.eg-header-2-top .eg-header-top-right ul li a:hover {
  color: var(--eg-theme-secondary);
}
.eg-header-2-main {
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  z-index: 9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-header-2-main {
    height: 65px;
    line-height: 65px;
  }
}
.eg-header-2-main-right {
  line-height: 1;
}
.eg-header-2-main-right .eg-header-language {
  margin-left: 0;
  padding-left: 14px;
  width: 62px;
}
.eg-header-2-main-right .eg-header-language::after {
  background: rgba(231, 232, 237, 0.2);
}
.eg-header-2-main-right .eg-header-language .nice-select {
  color: var(--eg-common-white);
}
.eg-header-2-main-right .eg-header-language .nice-select::after {
  color: var(--eg-common-white);
}
.eg-header-2-main-right .eg-header-language .nice-select .list {
  margin-top: 12px;
}
.eg-header-2-main-right.inner .eg-header-language::after {
  background: #E7E9EE;
}
.eg-header-2-main-right.inner .eg-header-language .nice-select {
  color: var(--eg-common-black);
}
.eg-header-2-main-right.inner .eg-header-language .nice-select::after {
  color: var(--eg-common-black);
}
.eg-header-2-main-right .eg-header-2-contact {
  position: relative;
  padding: 0 24px;
}
.eg-header-2-main-right .eg-header-2-contact::before {
  position: absolute;
  content: "";
  top: -20px;
  left: 8px;
  width: 1px;
  height: 65px;
  background: rgba(231, 232, 237, 0.2);
}
.eg-header-2-main-right .eg-header-2-contact.inner::before {
  background: #E7E9EE;
}
.eg-header-2-main-right .eg-header-hamburger-btn .hamburger-btn span {
  background-color: var(--eg-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-header-2-btn {
    margin-right: 10px;
  }
}
.eg-header-2-btn .eg-btn {
  border-color: transparent;
  padding: 23.5px 47px;
  background-color: var(--eg-theme-secondary);
}
.eg-header-2-btn .eg-btn:hover {
  color: var(--eg-common-white);
  background-color: #2257DD;
}

.eg-header-inner-area {
  border-bottom: 1px solid #E7E9EE;
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .eg-header-inner-area {
    padding: 24px 0;
  }
}
.eg-header-inner-box .eg-header-2-main-right .eg-header-hamburger-btn .hamburger-btn span {
  background-color: var(--eg-theme-secondary);
}

/*----------------------------------------*/
/*  3.3 Header Style 3
/*----------------------------------------*/
.eg-header-3-main {
  padding-left: 90px;
  padding-right: 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .eg-header-3-main {
    padding-left: 0;
    padding-right: 0;
  }
}
.eg-header-3-main-left {
  margin-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-header-3-main {
    height: 80px;
    line-height: 80px;
  }
}
.eg-header-3-call {
  margin-right: 24px;
}
.eg-header-3-call span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  color: var(--eg-theme-4);
  background-color: rgba(236, 57, 57, 0.08);
}
.eg-header-3-call a {
  font-size: 17px;
  font-weight: 500;
  color: var(--eg-theme-4);
}
.eg-header-3-btn {
  line-height: 1;
}
.eg-header-3-btn .eg-btn-radius svg {
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-2px);
}

/*----------------------------------------*/
/*  3.4 Header Style 4
/*----------------------------------------*/
.eg-header-4-top {
  position: relative;
  overflow: hidden;
  padding: 4px 0;
  z-index: 3;
  background-color: #c38256;
}
.eg-header-4-top .eg-header-4-discount p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--eg-common-white);
  font-family: var(--eg-ff-r);
}
.eg-header-4-main {
  position: relative;
  background-color: #F9ECDA;
  border-bottom: 1px solid rgba(27, 23, 20, 0.1);
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-header-4-main {
    height: 75px;
    line-height: 75px;
  }
}
.eg-header-4-main-right {
  line-height: 1;
}
.eg-header-4-main-right .eg-header-language {
  margin-left: 0;
  padding-left: 14px;
  width: 62px;
}
.eg-header-4-main-right .eg-header-language::after {
  background: rgba(27, 23, 20, 0.1);
  top: -17px;
  height: 70px;
}
.eg-header-4-main-right .eg-header-language .nice-select {
  text-transform: uppercase;
}
.eg-header-4-main-right .eg-header-language .nice-select .list {
  top: 112%;
  left: -7px;
}
.eg-header-4-main-right .eg-header-2-contact {
  position: relative;
  padding: 0 24px;
}
.eg-header-4-main-right .eg-header-2-contact::before {
  position: absolute;
  content: "";
  top: -27px;
  left: 0px;
  width: 1px;
  height: 70px;
  background: rgba(27, 23, 20, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eg-header-4-main-right .eg-header-2-contact::before {
    top: -25px;
  }
}
@media (max-width: 767px) {
  .eg-header-4-main-right .eg-header-2-contact::before {
    right: 0px;
    left: auto;
  }
}
.eg-header-4-main-right.shop .eg-header-language::after {
  top: -17px;
  height: 70px;
  background: rgba(255, 255, 255, 0.12);
}
.eg-header-4-main-right.shop .eg-header-language .nice-select {
  color: var(--eg-common-white);
}
.eg-header-4-main-right.shop .eg-header-language .nice-select::after {
  color: var(--eg-common-white);
}
.eg-header-4-main-right.shop .eg-header-contact-search span {
  color: var(--eg-common-white);
}
.eg-header-4-main-right.shop .eg-header-2-contact::before {
  top: -27px;
  background: rgba(255, 255, 255, 0.12);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-header-4-btn {
    margin-right: 10px;
  }
}
.eg-header-4-btn .eg-btn-4 {
  padding: 14px 25px;
  background: #1b1714;
}
.eg-header-4-btn.shop .eg-btn-4 {
  color: var(--eg-common-white);
  background-color: #C38256;
}
.eg-header-4-btn.shop-details .eg-btn-4 {
  color: var(--eg-common-white);
  background-color: #652F0A;
}

.eg-header-shop-main {
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-header-shop-main {
    height: 75px;
    line-height: 75px;
  }
}
.eg-header-shop-details-main {
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid rgba(27, 23, 20, 0.1);
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-header-shop-details-main {
    height: 75px;
    line-height: 75px;
  }
}

/*----------------------------------------*/
/*  4.2 Meanmenu css
/*----------------------------------------*/
.mean-remove {
  display: none !important;
}

.mean-container {
  margin-bottom: 40px;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  font-weight: 700;
  display: none !important;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-container .mean-nav {
  background: none;
  margin-top: 0;
  float: left;
  width: 100%;
  background: transparent;
}
.mean-container .mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li.dropdown-opened > a, .mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--eg-theme-primary);
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked, .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  color: var(--eg-theme-primary);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked i, .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked i {
  color: var(--eg-theme-primary);
}
.mean-container .mean-nav ul li.has-dropdown:hover > a {
  color: var(--eg-theme-primary);
}
.mean-container .mean-nav ul li.has-dropdown:hover .mean-expand {
  color: var(--eg-theme-primary);
}
.mean-container .mean-nav ul li.mean-last {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}
.mean-container .mean-nav ul li > a > i {
  display: none;
}
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 10px 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #e0e3ed;
  text-decoration: none;
  width: 100%;
  padding: 10px 0;
  color: var(--eg-common-black);
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--eg-theme-primary);
}
.mean-container .mean-nav ul li a:hover i {
  color: var(--eg-common-white);
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: transparent;
  border: none !important;
  font-size: 14px;
  margin-top: 5px;
  padding: 0 !important;
  line-height: 14px;
  height: 30px;
  width: auto;
  line-height: 30px;
  color: var(--eg-common-black);
  line-height: 30px;
  top: 0;
  font-weight: 400;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  color: var(--eg-theme-primary);
  border-color: var(--eg-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand:hover i {
  color: var(--eg-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--eg-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover {
  color: var(--eg-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover i {
  color: var(--eg-theme-primary);
}
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 10px 10%;
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 10px 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 10px 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 10px 25%;
}
.mean-container .mean-bar, .mean-container .mean-bar * {
  /* Fix for box sizing on Foundation Framework etc. */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*----------------------------------------*/
/*  4.3 Mobilemenu css
/*----------------------------------------*/
.eg-mobile-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: var(--eg-common-white);
  padding: 13px 0 5px;
  z-index: 999;
  border-top: 1px solid var(--eg-border-primary);
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-mobile-menu.is-sticky {
  bottom: -120px;
  visibility: hidden;
  opacity: 0;
}
.eg-mobile-menu.is-sticky.bottom-menu-sticky {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}
.eg-mobile-item-btn {
  font-size: 28px;
  text-align: center;
}
.eg-mobile-item-btn span {
  display: block;
  line-height: 1;
  font-size: 13px;
  margin-top: 3px;
}
.eg-mobile-item-btn:hover {
  color: var(--eg-common-black);
}

.eg-main-menu-mobile .eg-submenu {
  display: none;
}
.eg-main-menu-mobile .eg-mega-menu .shop-mega-menu-title {
  margin: 0;
  padding-top: 7px;
}
.eg-main-menu-mobile .eg-mega-menu.shop-mega-menu {
  padding: 0 !important;
  padding-left: 19px !important;
  padding-top: 10px !important;
}
.eg-main-menu-mobile .eg-mega-menu .shop-mega-menu-img {
  margin: 7px 0;
}
.eg-main-menu-mobile ul {
  position: static;
  display: block;
  box-shadow: none;
}
.eg-main-menu-mobile ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}
.eg-main-menu-mobile ul li:not(:last-child) a {
  border-bottom: 1px solid #7F8387;
}
.eg-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 16px;
  color: #7F8387;
  z-index: 1;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #7F8387;
  transform: translateY(-15px);
}
.eg-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn i {
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.eg-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover {
  background-color: var(--eg-theme-primary);
  border-color: var(--eg-theme-primary);
  color: var(--eg-common-white);
}
.eg-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover i {
  color: var(--eg-common-white);
}
.eg-main-menu-mobile ul li.has-dropdown > a.expanded {
  color: var(--eg-theme-primary);
}
.eg-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--eg-theme-primary);
  border-color: var(--eg-theme-primary);
  color: var(--eg-common-white);
}
.eg-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
  color: var(--eg-common-white);
}
.eg-main-menu-mobile ul li.has-dropdown:hover > a::after {
  color: var(--eg-theme-green);
}
.eg-main-menu-mobile ul li:last-child a span {
  border-bottom: 0;
}
.eg-main-menu-mobile ul li > a {
  display: block;
  font-size: 16px;
  color: var(--eg-common-white);
  position: relative;
  padding: 10px 0;
  padding-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-main-menu-mobile ul li > a {
    position: relative !important;
  }
}
.eg-main-menu-mobile ul li > a svg {
  transform: translateY(2px);
}
.eg-main-menu-mobile ul li > a > i {
  display: inline-block;
  width: 11%;
  margin-right: 13px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  font-size: 21px;
  line-height: 1;
}
.eg-main-menu-mobile ul li > a .menu-text {
  font-size: 16px;
  line-height: 11px;
  border-bottom: 1px solid #EAEBED;
  width: 82%;
  display: inline-block;
  padding: 19px 0 17px;
}
.eg-main-menu-mobile ul li img {
  width: 100%;
}
.eg-main-menu-mobile ul li ul {
  padding: 0;
}
.eg-main-menu-mobile ul li ul li {
  padding: 0;
}
.eg-main-menu-mobile ul li ul li a {
  margin-left: auto;
  width: 93%;
  padding: 10px 5%;
  text-shadow: none !important;
  visibility: visible;
  padding-left: 0;
  padding-right: 20px;
}
.eg-main-menu-mobile ul li ul li li a {
  width: 88%;
  padding: 10px 7%;
  padding-left: 0;
  padding-right: 20px;
}
.eg-main-menu-mobile ul li ul li li li a {
  width: 83%;
  padding: 10px 9%;
  padding-left: 0;
  padding-right: 20px;
}
.eg-main-menu-mobile ul li ul li li li li a {
  width: 68%;
  padding: 10px 11%;
  padding-left: 0;
  padding-right: 20px;
}
.eg-main-menu-mobile ul li:hover > a {
  color: var(--eg-theme-primary);
}
.eg-main-menu-mobile ul li:hover > a .dropdown-toggle-btn {
  background-color: var(--eg-theme-primary);
  border-color: var(--eg-theme-primary);
  color: var(--eg-common-white);
}
.eg-main-menu-mobile ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.eg-main-menu-mobile ul li .megamenu, .eg-main-menu-mobile ul li .submenu {
  position: static;
  min-width: 100%;
  padding: 0;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
}
.eg-main-menu-mobile ul li .megamenu li, .eg-main-menu-mobile ul li .submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}
.eg-main-menu-mobile ul li .megamenu li:hover a .dropdown-toggle-btn, .eg-main-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn {
  color: var(--eg-theme-primary);
}
.eg-main-menu-mobile * ul, .eg-main-menu-mobile * li {
  transition: none !important;
}

/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
.eg-main-menu {
  position: relative;
}
.eg-main-menu > nav > ul > li {
  position: relative;
  list-style: none;
  display: inline-block;
  transition: none;
}
.eg-main-menu > nav > ul > li:not(:last-of-type) {
  margin-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .eg-main-menu > nav > ul > li:not(:last-of-type) {
    margin-right: 20px;
  }
}
.eg-main-menu > nav > ul > li > a {
  display: inline-block;
  padding: 20px 0 20px 0;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--eg-heading-2);
}
.eg-main-menu > nav > ul > li.has-dropdown > a {
  position: relative;
}
.eg-main-menu > nav > ul > li.has-dropdown > a::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: auto;
  height: 3px;
  width: 0;
  background: var(--eg-theme-primary);
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-main-menu > nav > ul > li .submenu {
  position: absolute;
  top: 105%;
  left: 0;
  width: 250px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0 20px 0;
  background: var(--eg-common-white);
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  border-radius: 0 0 5px 5px;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-main-menu > nav > ul > li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 25px;
  transform: translateY(5px);
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
}
.eg-main-menu > nav > ul > li .submenu li:not(:last-of-type) {
  margin-bottom: 9px;
}
.eg-main-menu > nav > ul > li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.eg-main-menu > nav > ul > li .submenu li:last-child a {
  border-bottom: 0;
}
.eg-main-menu > nav > ul > li .submenu li a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  width: 100%;
  z-index: 1;
  display: inline-block;
  color: var(--eg-common-black);
}
.eg-main-menu > nav > ul > li .submenu li a span {
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-main-menu > nav > ul > li .submenu li a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0px;
  height: 2px;
  width: 0;
  transform: translateY(-50%);
  background: var(--eg-theme-primary);
  transition: all 0.3s ease-in-out;
}
.eg-main-menu > nav > ul > li .submenu li a:hover::before {
  width: 10px;
}
.eg-main-menu > nav > ul > li .submenu li .submenu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.eg-main-menu > nav > ul > li .submenu li:hover > a {
  color: var(--eg-theme-primary);
}
.eg-main-menu > nav > ul > li .submenu li:hover > a span {
  margin-left: 14px;
}
.eg-main-menu > nav > ul > li .submenu li:hover > a::after {
  color: var(--eg-common-white);
}
.eg-main-menu > nav > ul > li .submenu li:hover > .submenu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.eg-main-menu > nav > ul > li > .megamenu {
  position: absolute;
  top: 105%;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: var(--eg-common-white);
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  border-radius: 0 0 5px 5px;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-main-menu > nav > ul > li > .megamenu.home-menus {
  width: 600px;
  right: auto;
  left: 0;
}
.eg-main-menu > nav > ul > li:hover > a {
  color: var(--eg-theme-primary);
}
.eg-main-menu > nav > ul > li:hover > a::after {
  width: 100%;
  left: 0;
  right: auto;
}
.eg-main-menu > nav > ul > li:hover .submenu, .eg-main-menu > nav > ul > li:hover .megamenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.eg-main-menu.eg-main-menu-2 {
  position: static;
}
.eg-main-menu.eg-main-menu-2 > nav > ul > li > a {
  padding: 19px 0 19px 0;
  color: var(--eg-common-white);
}
.eg-main-menu.eg-main-menu-2 > nav > ul > li:hover > a {
  opacity: 0.8;
}
.eg-main-menu.eg-main-menu-2 > nav > ul > li.has-dropdown > a::after {
  opacity: 0.8;
  background-color: var(--eg-common-white);
}
.eg-main-menu.eg-main-menu-2 > nav > ul > li .submenu li:hover > a {
  color: var(--eg-theme-secondary);
}
.eg-main-menu.eg-main-menu-2 > nav > ul > li .submenu li a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0px;
  height: 2px;
  width: 0;
  transform: translateY(-50%);
  background: var(--eg-theme-secondary);
  transition: all 0.3s ease-in-out;
}
.eg-main-menu.eg-main-menu-2 > nav > ul > li .submenu li a:hover::before {
  width: 10px;
}
.eg-main-menu.eg-main-menu-3 {
  position: static;
}
.eg-main-menu.eg-main-menu-3 > nav > ul > li:not(:last-of-type) {
  margin-right: 30px;
}
.eg-main-menu.eg-main-menu-3 > nav > ul > li > a {
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: var(--eg-heading-3);
  padding: 37px 0 37px 0;
}
.eg-main-menu.eg-main-menu-3 > nav > ul > li > a:hover {
  color: #EC3939;
}
.eg-main-menu.eg-main-menu-3 > nav > ul > li > a:hover::after {
  background: #EC3939;
}
.eg-main-menu.eg-main-menu-3 > nav > ul > li .submenu li:hover > a {
  color: #EC3939;
}
.eg-main-menu.eg-main-menu-4 {
  position: static;
}
.eg-main-menu.eg-main-menu-4 > nav > ul > li > a {
  font-size: 15px;
  font-weight: 500;
  color: #1b1714;
  padding: 22px 0 22px 0;
  text-transform: capitalize;
}
.eg-main-menu.eg-main-menu-4 > nav > ul > li > a:hover {
  color: #652f0a;
}
.eg-main-menu.eg-main-menu-4 > nav > ul > li .submenu li:hover > a {
  color: #652f0a;
}
.eg-main-menu.eg-main-menu-4 > nav > ul > li .submenu li:hover > a::before {
  background-color: #652f0a;
}
.eg-main-menu.eg-main-menu-4 > nav > ul > li.has-dropdown > a::after {
  height: 2px;
  background: #1b1714;
}
.eg-main-menu.eg-main-menu-inner {
  position: static;
}
.eg-main-menu.eg-main-menu-inner > nav > ul > li > a {
  color: var(--eg-text-5);
  padding: 19px 0 19px 0;
}
.eg-main-menu.eg-main-menu-inner > nav > ul > li > a:hover {
  color: var(--eg-theme-secondary);
}
.eg-main-menu.eg-main-menu-inner > nav > ul > li.has-dropdown > a::after {
  background-color: var(--eg-text-5);
}
.eg-main-menu.eg-main-menu-inner > nav > ul > li .submenu li:hover > a {
  color: var(--eg-theme-secondary);
}
.eg-main-menu.eg-main-menu-inner > nav > ul > li .submenu li:hover > a::before {
  background-color: var(--eg-theme-secondary);
}
.eg-main-menu.eg-main-menu-shop {
  position: static;
}
.eg-main-menu.eg-main-menu-shop > nav > ul > li > a {
  color: var(--eg-common-white);
}
.eg-main-menu.eg-main-menu-shop > nav > ul > li > a:hover {
  color: #652f0a;
}
.eg-main-menu.eg-main-menu-shop > nav > ul > li .submenu li:hover > a {
  color: #652f0a;
}
.eg-main-menu.eg-main-menu-shop > nav > ul > li .submenu li:hover > a::before {
  background-color: #652f0a;
}
.eg-main-menu.eg-main-menu-shop > nav > ul > li.has-dropdown > a::after {
  height: 2px;
  background: var(--eg-common-white);
}
.eg-main-menu.eg-main-menu-shop-details {
  position: static;
}
.eg-main-menu.eg-main-menu-shop-details > nav > ul > li > a {
  color: #382F26;
}
.eg-main-menu.eg-main-menu-shop-details > nav > ul > li > a:hover {
  color: #652f0a;
}
.eg-main-menu.eg-main-menu-shop-details > nav > ul > li .submenu li:hover > a {
  color: #652f0a;
}
.eg-main-menu.eg-main-menu-shop-details > nav > ul > li .submenu li:hover > a::before {
  background-color: #652f0a;
}
.eg-main-menu.eg-main-menu-shop-details > nav > ul > li.has-dropdown > a::after {
  height: 2px;
  background: #382F26;
}

.eg-megamenu-container {
  padding: 30px 30px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-megamenu-container {
    padding: 0;
  }
}
.eg-megamenu-container ul > li {
  position: relative;
  list-style: none;
  display: block;
  transition: none;
  margin-bottom: 8px;
}
.eg-megamenu-container ul > li > a {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.eg-megamenu-container ul > li > a span {
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-megamenu-container ul > li > a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0px;
  height: 2px;
  width: 0;
  transform: translateY(-50%);
  background: var(--eg-theme-primary);
  transition: all 0.3s ease-in-out;
}
.eg-megamenu-container ul > li > a:hover {
  color: var(--eg-theme-primary);
}
.eg-megamenu-container ul > li > a:hover span {
  margin-left: 14px;
}
.eg-megamenu-container ul > li > a:hover::before {
  width: 10px;
}
.eg-megamenu-container.home-2 ul li a {
  position: relative;
}
.eg-megamenu-container.home-2 ul li a::before {
  background: var(--eg-theme-secondary);
}
.eg-megamenu-container.home-2 ul li a:hover {
  color: var(--eg-theme-secondary);
}
.eg-megamenu-container.home-3 ul li a {
  position: relative;
}
.eg-megamenu-container.home-3 ul li a::before {
  background: #EC3939;
}
.eg-megamenu-container.home-3 ul li a:hover {
  color: #EC3939;
}
.eg-megamenu-container.home-4 ul li a {
  position: relative;
}
.eg-megamenu-container.home-4 ul li a::before {
  background: #652f0a;
}
.eg-megamenu-container.home-4 ul li a:hover {
  color: #652f0a;
}

/*----------------------------------------*/
/*  5.4 Blog css
/*----------------------------------------*/
.eg-blog-bg {
  background: linear-gradient(180deg, #F6F8FA 0%, rgba(246, 248, 250, 0) 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), (max-width: 767px) {
  .eg-blog-bg {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-blog-heading {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-blog-btn {
    margin-bottom: 30px;
  }
}
.eg-blog-item {
  background: var(--eg-common-white);
  box-shadow: 0px 30px 34px 0px rgba(4, 10, 30, 0.04);
}
.eg-blog-item:hover .eg-blog-item-thumb::after {
  animation: shine 800ms;
}
.eg-blog-item:hover .eg-blog-item-thumb img {
  transform: scale(1.08);
}
.eg-blog-item-thumb {
  position: relative;
  overflow: hidden;
}
.eg-blog-item-thumb img {
  width: 100%;
  transition: all 0.3s 0s ease-out;
}
.eg-blog-item-content {
  padding: 30px 30px 30px;
}
.eg-blog-item-content span {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  color: var(--eg-text-3);
}
.eg-blog-item-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 35px;
  color: var(--eg-heading-primary);
}
.eg-blog-item-title a:hover {
  background-size: 0 1px, 100% 1px;
}
.eg-blog-item-title a {
  background-image: linear-gradient(#132573, #132573), linear-gradient(#132573, #132573);
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}
.eg-blog-item-btn span {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .eg-blog-2-item {
    margin-bottom: 30px;
  }
}
.eg-blog-2-item:hover .eg-blog-2-thumb img {
  transform: scale(1.02);
  filter: brightness(100%);
  animation: hoverfilter 0.3s ease-in-out;
}
.eg-blog-2-thumb {
  overflow: hidden;
}
.eg-blog-2-thumb img {
  filter: brightness(100%);
  will-change: transform, filter;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .eg-blog-2-thumb img {
    width: 100%;
  }
}
.eg-blog-2-thumb .eg-blog-video {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.eg-blog-2-tags {
  margin-bottom: 15px;
}
.eg-blog-2-tags a {
  display: inline-block;
  padding: 0px 9px;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #76787c;
  border: 1px solid rgba(28, 41, 54, 0.1);
}
.eg-blog-2-tags a:not(:last-of-type) {
  margin-right: 5px;
}
.eg-blog-2-tags span {
  color: #56575A;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-left: 10px;
}
.eg-blog-2-content {
  padding: 20px 0;
}
.eg-blog-2-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
  color: var(--eg-heading-secondary);
}
.eg-blog-2-title a:hover {
  color: var(--eg-theme-secondary);
}
.eg-blog-2-title.fns-24 {
  font-size: 24px;
  line-height: 30px;
  color: var(--eg-text-5);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-blog-2-title.fns-24 br {
    display: none;
  }
}
.eg-blog-2-user {
  margin-right: 15px;
  padding-right: 10px;
  border-right: 1px solid rgba(28, 41, 54, 0.1);
}
.eg-blog-2-user-box p {
  font-weight: 400;
  font-size: 14px;
  color: #56575a;
  margin: 0;
}
.eg-blog-2-user-box p span {
  display: inline-block;
  margin-right: 3px;
  transform: translateY(-1px);
}
.eg-blog-2-user-thumb {
  margin-right: 7px;
  display: inline-block;
}
.eg-blog-2-user p {
  margin: 0;
}
.eg-blog-2-user.blog-inner {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.eg-blog-2-btn span {
  padding: 8px 22px;
  background: #f1f2f4;
  border-radius: 100px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: var(--eg-heading-secondary);
}
.eg-blog-2-btn span a {
  font-weight: 600;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--eg-theme-secondary);
}
.eg-blog-2-arrows {
  position: absolute;
  top: 45%;
  z-index: 2;
  transform: translateY(-50%);
}
.eg-blog-2-arrows .eg-blog-next, .eg-blog-2-arrows .eg-blog-prev {
  position: absolute;
  display: inline-block;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  line-height: 0;
  text-align: center;
  background-color: var(--eg-common-white);
}
.eg-blog-2-arrows .eg-blog-prev {
  left: 30px;
}
.eg-blog-2-arrows .eg-blog-next {
  left: 318px;
}

.eg-blog-inner-heading span {
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: 0.52px;
  color: var(--eg-text-5);
  text-transform: uppercase;
}
.eg-blog-inner-banner {
  border: 2px solid rgba(82, 84, 86, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-blog-inner-banner {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .eg-blog-inner-banner {
    flex-wrap: wrap;
  }
}
.eg-blog-inner-banner-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 62.8%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-blog-inner-banner-thumb {
    width: 48%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-blog-inner-banner-thumb {
    height: 280px;
    position: static;
    width: 100%;
  }
}
.eg-blog-inner-banner-content {
  padding: 70px 0 65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-blog-inner-banner-content {
    padding: 30px 0 10px;
  }
}
.eg-blog-inner-banner-tag {
  margin-bottom: 20px;
}
.eg-blog-inner-banner-tag a {
  font-size: 11px;
  padding: 5px 11px;
  font-weight: 600;
  border-radius: 100px;
  color: var(--eg-text-3);
  letter-spacing: 1.1px;
  text-transform: uppercase;
  border: 1px solid rgba(28, 41, 54, 0.1);
}
.eg-blog-inner-banner-tag a:not(:last-child) {
  margin-right: 5px;
}
.eg-blog-inner-banner-title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--eg-text-5);
}
@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), (max-width: 767px) {
  .eg-blog-inner-banner-title br {
    display: none;
  }
}
.eg-blog-inner-banner-title a:hover {
  color: var(--eg-theme-secondary);
}
.eg-blog-inner-banner .eg-blog-2-user-box {
  margin-bottom: 30px;
}
.eg-blog-inner-banner-btn a {
  color: #525456;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}
.eg-blog-inner-banner-btn a:hover {
  color: var(--eg-theme-secondary);
}
.eg-blog-inner-banner-btn a:hover span {
  border-color: var(--eg-theme-secondary);
}
.eg-blog-inner-banner-btn a span {
  display: inline-block;
  text-align: center;
  height: 36px;
  width: 36px;
  margin-left: 5px;
  line-height: 28px;
  border-radius: 50%;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  border: 2px solid rgba(82, 84, 86, 0.1);
}
.eg-blog-inner-tranding-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  color: var(--eg-common-black);
}
.eg-blog-inner-item {
  background: #F3F6FD;
  padding: 60px 50px 55px;
}
.eg-blog-inner-item-content span {
  color: #505359;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 5px;
  display: inline-block;
}
.eg-blog-inner-item-content h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px;
  color: var(--eg-text-5);
}
@media (max-width: 767px) {
  .eg-blog-inner-item-content h4 br {
    display: none;
  }
}
.eg-blog-inner-item-content h4 a:hover {
  color: var(--eg-theme-secondary);
}
.eg-blog-inner-item-content .link {
  color: #326DFF;
  font-size: 14px;
  font-weight: 500;
}
.eg-blog-inner-item-content .link:hover {
  text-decoration: underline;
}

.eg-blog-details-title {
  font-size: 70px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 30px;
  letter-spacing: -1.4px;
  color: var(--eg-text-5);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-blog-details-title {
    font-size: 55px;
    line-height: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-blog-details-title br {
    display: none;
  }
}
.eg-blog-details-big-thumb img {
  width: 100%;
}
.eg-blog-details-user span {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #56575A;
  margin-right: 30px;
}
.eg-blog-details-user span img {
  width: 46px;
  margin-right: 10px;
  border-radius: 50%;
}
.eg-blog-details-user span:not(:last-of-type)::after {
  position: absolute;
  content: "";
  top: 0;
  right: -15px;
  width: 1px;
  height: 24px;
  background: rgba(28, 41, 54, 0.1);
}
.eg-blog-details-tag a {
  padding: 1px 11px !important;
}

/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/
.eg-postbox-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--eg-text-5);
}
.eg-postbox-text p {
  color: #37393D;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 25px;
}
.eg-postbox-list ul {
  display: inline-block;
  margin-bottom: 50px;
}
.eg-postbox-list ul li {
  color: #37393D;
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
  margin-left: 15px;
}
.eg-postbox-quote-box {
  position: relative;
  padding: 60px;
  background: #E7EEFF;
}
.eg-postbox-quote-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 20px;
  color: var(--eg-text-5);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-postbox-quote-title br {
    display: none;
  }
}
.eg-postbox-quote-sub span {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  padding-left: 44px;
  color: var(--eg-text-5);
}
.eg-postbox-quote-sub span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0px;
  width: 30px;
  height: 1px;
  background: #0E1423;
  transform: translateY(-50%);
}
.eg-postbox-quote-icon {
  position: absolute;
  bottom: 40px;
  right: 60px;
}
.eg-postbox-share {
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(14, 20, 35, 0.1);
  border-bottom: 1px solid rgba(14, 20, 35, 0.1);
}
.eg-postbox-social a:not(:last-child) {
  margin-right: 4px;
}
.eg-postbox-navigation-item .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--eg-text-5);
}
.eg-postbox-navigation-item .icon:hover {
  color: var(--eg-theme-secondary);
}
.eg-postbox-navigation-item .icon.next {
  left: auto;
  right: 0;
}
.eg-postbox-navigation-item .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-left: 50px;
  color: var(--eg-text-5);
  letter-spacing: -0.18px;
}
.eg-postbox-navigation-item .text a:hover {
  color: var(--eg-theme-secondary);
}
.eg-postbox-navigation-item .text.next {
  margin-left: auto;
  margin-right: 50px;
  text-align: end;
}
.eg-postbox-author {
  padding: 45px 50px;
  background: #F6F8FA;
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .eg-postbox-author {
    flex-wrap: wrap;
  }
}
.eg-postbox-author-thumb {
  margin-right: 30px;
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .eg-postbox-author-thumb {
    margin-bottom: 20px;
  }
}
.eg-postbox-author-content h4 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: -0.48px;
  color: var(--eg-text-5);
}
@media (max-width: 767px) {
  .eg-postbox-author-content h4 br {
    display: none;
  }
}
.eg-postbox-author-content span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding-left: 44px;
  letter-spacing: -0.3px;
  color: var(--eg-text-5);
}
.eg-postbox-author-content span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0px;
  width: 30px;
  height: 1px;
  background: #0E1423;
  transform: translateY(-50%);
}
.eg-postbox-thumb img {
  width: 100%;
}
.eg-postbox-comment-box {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(14, 20, 35, 0.1);
}
.eg-postbox-comment-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--eg-text-5);
}
.eg-postbox-comment ul li {
  list-style: none;
}
.eg-postbox-comment ul .children {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .eg-postbox-comment ul .children {
    padding-left: 0;
  }
}
.eg-postbox-comment-name {
  margin-bottom: 15px;
}
.eg-postbox-comment-name h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: -0.32px;
  color: var(--eg-text-5);
}
.eg-postbox-comment-name span {
  font-size: 13px;
  font-weight: 500;
  color: #797B80;
}
.eg-postbox-comment-reply a {
  font-weight: 700;
  font-size: 12px;
  padding: 6px 15px;
  color: var(--eg-common-white);
  border: 1px solid var(--eg-theme-secondary);
  background-color: var(--eg-theme-secondary);
}
.eg-postbox-comment-reply a svg {
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-2px);
}
.eg-postbox-comment-reply a:hover {
  color: var(--eg-theme-secondary);
  background-color: transparent;
  border-color: var(--eg-theme-secondary);
}
.eg-postbox-comment-text p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 25px;
  color: #37393D;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-postbox-comment-text p br {
    display: none;
  }
}
.eg-postbox-comment-avater img {
  width: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .eg-postbox-comment-from {
    margin-bottom: 30px;
  }
}
.eg-postbox-comment-from .eg-postbox-comment-title {
  margin-bottom: 5px;
}
.eg-postbox-comment-from .eg-postbox-comment-p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #525356;
}
.eg-postbox-contact-input {
  margin-bottom: 20px;
}
.eg-postbox-contact-input label {
  font-size: 16px;
  font-weight: 500;
  color: #37393D;
  margin-bottom: 10px;
}
.eg-postbox-contact-input input, .eg-postbox-contact-input textarea {
  height: 60px;
  background-color: #F6F8FA;
}
.eg-postbox-contact-input input:focus, .eg-postbox-contact-input textarea:focus {
  border-color: var(--eg-theme-secondary);
  background-color: var(--eg-common-white);
}
.eg-postbox-contact-input textarea {
  resize: none;
  height: 160px;
}
.eg-postbox-contact-input-remeber {
  margin-bottom: 30px;
}
.eg-postbox-contact-input-remeber input {
  display: none;
}
.eg-postbox-contact-input-remeber input:checked ~ label::after {
  background-color: var(--eg-theme-secondary);
  border-color: var(--eg-theme-secondary);
}
.eg-postbox-contact-input-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.eg-postbox-contact-input-remeber label {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  color: #4D5051;
  padding-left: 26px;
  letter-spacing: -0.3px;
  z-index: 1;
}
.eg-postbox-contact-input-remeber label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -ms-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.eg-postbox-contact-input-remeber label::before {
  position: absolute;
  content: url("../img/shop/shop/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--eg-common-white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -ms-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.eg-postbox-contact-input-remeber label a:hover {
  color: #652f0a;
}
.eg-postbox-contact-input-remeber label:hover {
  cursor: pointer;
}
.eg-postbox-contact-btn .eg-btn {
  color: var(--eg-common-white);
  border: 1px solid var(--eg-theme-secondary);
  background-color: var(--eg-theme-secondary);
}
.eg-postbox-contact-btn .eg-btn:hover {
  background-color: #2257DD;
}

/*----------------------------------------*/
/*  5.2 Recent Post css
/*----------------------------------------*/
.eg-recent-post-content:not(:last-of-type) {
  border-bottom: 1px solid #E8E8E9;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.eg-recent-post-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 8px;
  color: var(--eg-text-5);
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .eg-recent-post-title br {
    display: none;
  }
}
.eg-recent-post-title a:hover {
  color: var(--eg-theme-secondary);
}
.eg-recent-post-span {
  font-size: 11px;
  font-weight: 600;
  color: #525456;
  padding: 0px 13px;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  border: 1px solid rgba(14, 20, 35, 0.1);
}
.eg-recent-post-tag span {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #8E8F92;
}

.tagcloud a {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #525356;
  padding: 6px 15px;
  line-height: 20px;
  margin-right: 7px;
  margin-bottom: 11px;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  border: 1px solid rgba(14, 20, 35, 0.1);
}
.tagcloud a:hover {
  background: #277DFF;
  color: var(--eg-common-white);
}

/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-sidebar-wrapper {
    padding-left: 0;
  }
}
.eg-sidebar-search input {
  font-size: 15px;
  width: 100%;
  height: 60px;
  color: #8E8F92;
  padding-right: 50px;
  background: var(--eg-common-white);
  border: 1.5px solid rgba(14, 20, 35, 0.1);
}
.eg-sidebar-search input:focus {
  background-color: var(--eg-common-white);
  border-color: var(--eg-theme-secondary);
  box-shadow: 0px 0px 0px 3px rgba(70, 97, 253, 0.16);
}
.eg-sidebar-search input::placeholder {
  font-size: 15px;
  color: #8E8F92;
}
.eg-sidebar-search-btn {
  position: absolute;
  top: 50%;
  right: 18px;
  line-height: 1;
  transform: translateY(-50%);
}
.eg-sidebar-search-btn span:hover {
  color: var(--eg-dashboard-primary);
}
.eg-sidebar-widget-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--eg-text-5);
}
.eg-sidebar-content ul li {
  list-style: none;
}
.eg-sidebar-content ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.eg-sidebar-content ul li a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #4D5051;
}
.eg-sidebar-content ul li a span {
  float: right;
  color: #8E8F92;
}
.eg-sidebar-content ul li a:hover {
  color: var(--eg-theme-secondary);
}
.eg-sidebar-content ul li a:hover span {
  color: var(--eg-theme-secondary);
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.eg-footer-main {
  position: relative;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-footer-main {
    padding-bottom: 0;
  }
}
.eg-footer-border {
  border-bottom: 1px solid rgba(82, 84, 86, 0.1);
}
@media (max-width: 767px) {
  .eg-footer-widget-content ul {
    display: inline-block;
  }
}
.eg-footer-widget-content ul li {
  list-style: none;
  float: left;
  width: 50%;
}
.eg-footer-widget-content ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
.eg-footer-widget-content ul li a {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.15px;
  font-family: var(--eg-ff-p);
  color: var(--eg-heading-primary);
}
.eg-footer-widget-content ul li a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  background-color: var(--eg-heading-primary);
}
.eg-footer-widget-content ul li a:hover::before {
  width: 100%;
}
.eg-footer-widget-content-input {
  position: relative;
}
.eg-footer-widget-content-input input {
  height: 52px;
  line-height: 52px;
  margin-bottom: 14px;
  background: #F3F3F5;
  color: var(--eg-text-2);
}
.eg-footer-widget-content-input input::placeholder {
  color: #7B7E86;
  font-size: 15px;
  font-weight: 400;
}
.eg-footer-widget-content-input input:focus {
  background-color: var(--eg-common-white);
  border-color: var(--eg-theme-primary);
}
.eg-footer-widget-content-input button {
  font-size: 13px;
  font-weight: 700;
  padding: 12px 32px;
  letter-spacing: 0.52px;
  color: var(--eg-common-white);
  background: var(--eg-theme-primary);
}
.eg-footer-widget-content-input button span {
  margin-left: 5px;
  display: inline-block;
  transform: translateY(-2px);
}
.eg-footer-widget-content-input button:hover {
  background-color: var(--eg-heading-primary);
}
.eg-footer-widget-location {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 22px;
  color: var(--eg-heading-primary);
}
.eg-footer-widget-location:hover {
  color: var(--eg-theme-primary);
}
.eg-footer-widget-tel {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--eg-heading-primary);
}
.eg-footer-widget-tel:hover {
  color: var(--eg-theme-primary);
}
.eg-footer-widget-tel span {
  margin-right: 8px;
}
.eg-footer-widget-mail {
  font-size: 15px;
  font-weight: 500;
  color: var(--eg-heading-primary);
}
.eg-footer-widget-mail:hover {
  color: var(--eg-theme-primary);
}
.eg-footer-widget-mail span {
  margin-right: 8px;
}
.eg-footer-widget-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin-bottom: 30px;
  font-family: var(--eg-ff-p);
  color: var(--eg-heading-primary);
}
.eg-footer-widget-contact p {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  font-family: var(--eg-ff-p);
  color: var(--eg-heading-primary);
}
.eg-footer-copyright {
  position: relative;
  padding-top: 26px;
  padding-bottom: 34px;
}
@media (max-width: 767px) {
  .eg-footer-copyright-inner {
    margin-bottom: 20px;
  }
}
.eg-footer-copyright-inner p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.14px;
  color: rgba(4, 10, 30, 0.6);
}
.eg-footer-copyright-inner p .span {
  font-weight: 600;
  color: var(--eg-theme-primary);
}
.eg-footer-copyright-inner p .span-2 {
  font-size: 14px;
  font-weight: 600;
  color: var(--eg-theme-secondary);
}
.eg-footer-copyright-social a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #7B7E86;
  z-index: 1;
  border: 1.5px solid rgba(82, 84, 86, 0.1);
}
.eg-footer-copyright-social a i, .eg-footer-copyright-social a span {
  position: relative;
  z-index: 2;
}
.eg-footer-copyright-social a:not(:last-of-type) {
  margin-right: 6px;
}
.eg-footer-copyright-social a::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  background-color: var(--eg-theme-primary);
}
.eg-footer-copyright-social a:hover {
  color: var(--eg-common-white);
}
.eg-footer-copyright-social a:hover::after {
  height: 100%;
  top: auto;
  bottom: 0;
}

/* footer col design for home 1 */
.eg-footer-col-2 {
  padding-left: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-footer-col-2 {
    padding-left: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-footer-col-2 {
    padding-left: 0;
  }
}
.eg-footer-col-3 {
  padding-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-footer-col-3 {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-footer-col-3 {
    padding-left: 0;
  }
}
/*----------------------------------------*/
/*  6.2 Footer Style 2
/*----------------------------------------*/
.eg-footer-2-widget-title {
  color: #1C2936;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 35px;
  font-family: var(--eg-ff-p);
}
.eg-footer-2-widget-content p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 22px;
  color: rgba(28, 41, 54, 0.7);
}
.eg-footer-2-widget-content-input {
  position: relative;
  margin-bottom: 20px;
}
.eg-footer-2-widget-content-input input {
  height: 50px;
  padding-right: 115px;
  background: rgba(4, 10, 30, 0.06);
}
.eg-footer-2-widget-content-input input:focus {
  border-color: var(--eg-theme-secondary);
}
.eg-footer-2-widget-content-input .eg-icon-style {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 12px 25px;
  color: var(--eg-common-white);
  background-color: var(--eg-theme-secondary);
}
.eg-footer-2-widget-content-input .eg-icon-style span {
  display: inline-block;
  margin-right: 4px;
}
.eg-footer-2-widget-content ul li {
  list-style: none;
}
.eg-footer-2-widget-content ul li a {
  position: relative;
  display: inline-block;
  color: #56575A;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.eg-footer-2-widget-content ul li a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  background-color: var(--eg-theme-secondary);
}
.eg-footer-2-widget-content ul li a:hover {
  color: var(--eg-theme-secondary);
}
.eg-footer-2-widget-content ul li a:hover::before {
  width: 100%;
}
.eg-footer-2-widget-social a {
  font-size: 16px;
  color: #56575A;
}
.eg-footer-2-widget-social a:not(:last-of-type) {
  margin-right: 15px;
}
.eg-footer-2-widget-social a:hover {
  color: var(--eg-theme-secondary);
}
.eg-footer-2-widget-item-thumb {
  margin-right: 18px;
}
.eg-footer-2-widget-item-content span {
  display: inline-block;
  color: #76787C;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 2px;
}
.eg-footer-2-widget-item-title {
  color: #1C2936;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--eg-ff-p);
}
.eg-footer-2-widget-item-title a:hover {
  color: var(--eg-theme-secondary);
}
.eg-footer-2-widget-tel {
  color: #1C2936;
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
}
.eg-footer-2-widget-tel i {
  display: block;
  color: #76787C;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 2px;
}
.eg-footer-2-widget-tel:hover {
  color: var(--eg-theme-secondary);
}
.eg-footer-2-widget-mail {
  display: block;
  color: #56575A;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 18px;
}
.eg-footer-2-widget-mail span {
  display: inline-block;
  margin-right: 4px;
  color: #56575A;
}
.eg-footer-2-widget-mail:hover {
  color: var(--eg-theme-secondary);
}
.eg-footer-2-widget-location {
  color: #56575A;
  font-size: 16px;
  font-weight: 400;
}
.eg-footer-2-widget-location span {
  display: inline-block;
  margin-right: 4px;
  color: #56575A;
}
.eg-footer-2-widget-location:hover {
  color: var(--eg-theme-secondary);
}

/* footer col design for home 2 */
.eg-footer-col-2-2 {
  padding-left: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-footer-col-2-2 {
    padding-left: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-footer-col-2-2 {
    padding-left: 0;
  }
}
/*----------------------------------------*/
/*  6.3 Footer Style 3
/*----------------------------------------*/
.eg-footer-3-copyright {
  position: relative;
  padding-top: 26px;
  padding-bottom: 34px;
}
.eg-footer-3-copyright .eg-footer-copyright-inner p b {
  font-weight: 500;
}
.eg-footer-3-copyright .eg-footer-copyright-inner p span {
  color: #ec3939;
}
.eg-footer-3-copyright .eg-footer-copyright-social a {
  line-height: 34px;
  border-radius: 50%;
  border: 2px solid #f3f0e2;
}
.eg-footer-3-copyright .eg-footer-copyright-social a:hover {
  border-color: #fdfef8;
}
.eg-footer-3-copyright .eg-footer-copyright-social a::after {
  border-radius: 50%;
  background-color: var(--eg-theme-5);
}

.eg-footer-3-col-1 .eg-footer-widget-location {
  color: var(--eg-heading-3);
}
.eg-footer-3-col-1 .eg-footer-widget-tel {
  color: var(--eg-theme-5);
}
.eg-footer-3-col-1 .eg-footer-widget-tel span {
  color: var(--eg-theme-5);
}
.eg-footer-3-col-1 .eg-footer-widget-mail {
  color: #595955;
}
.eg-footer-3-col-1 .eg-footer-widget-mail span {
  color: #595955;
}
.eg-footer-3-col-2 {
  padding-left: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-footer-3-col-2 {
    padding-left: 0;
  }
}
.eg-footer-3-col-2 .eg-footer-widget-title {
  color: var(--eg-heading-3);
}
.eg-footer-3-col-2 .eg-footer-widget-content {
  display: inline-block;
}
.eg-footer-3-col-2 .eg-footer-widget-content ul li {
  position: relative;
  margin-left: 12px;
  width: 47%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-footer-3-col-2 .eg-footer-widget-content ul li {
    width: 45%;
  }
}
.eg-footer-3-col-2 .eg-footer-widget-content ul li::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #595955;
}
.eg-footer-3-col-2 .eg-footer-widget-content ul li a {
  color: #595955;
}
.eg-footer-3-col-2 .eg-footer-widget-content ul li a::before {
  background-color: #587044;
}
.eg-footer-3-col-2 .eg-footer-widget-content ul li a:hover {
  color: #587044;
}
.eg-footer-3-col-3 {
  padding-left: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-footer-3-col-3 {
    padding-left: 0;
  }
}
.eg-footer-3-col-3 .eg-footer-widget-title {
  color: var(--eg-heading-3);
}
.eg-footer-3-col-3 .eg-footer-widget-content p {
  color: var(--eg-heading-3);
}
.eg-footer-3-col-3 .eg-footer-widget-content-input input {
  height: 54px;
  background: #f3f0e2;
  border-radius: 100px;
}
.eg-footer-3-col-3 .eg-footer-widget-content-input input::placeholder {
  font-size: 15px;
  color: #727069;
}
.eg-footer-3-col-3 .eg-footer-widget-content-input input:focus {
  background-color: var(--eg-common-white);
  border-color: var(--eg-theme-5);
}
.eg-footer-3-col-3 .eg-footer-widget-content-input form .eg-btn-3 {
  font-size: 14px;
  font-weight: 700;
  padding: 6px 6px 6px 20px;
  color: var(--eg-common-white);
  background-color: var(--eg-theme-5);
}
.eg-footer-3-col-3 .eg-footer-widget-content-input form .eg-btn-3 span {
  margin-left: 19px;
  transform: translateY(0px);
}
.eg-footer-3-col-3 .eg-footer-widget-content-input form .eg-btn-3:hover {
  color: var(--eg-theme-5);
  background-color: transparent;
}
.eg-footer-3-col-3 .eg-footer-widget-content-input form .eg-btn-3:hover span {
  color: var(--eg-common-white);
  background-color: rgba(194, 223, 170, 0.8980392157);
}

/*----------------------------------------*/
/*  6.4 Footer Style 4
/*----------------------------------------*/
.eg-footer-4-main.eg-footer-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.eg-footer-4-copyright-inner p {
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .eg-footer-4-copyright-inner p {
    margin-bottom: 20px;
  }
}
.eg-footer-4-copyright-inner p span {
  font-weight: 500;
  color: var(--eg-common-white);
}

.eg-footer-4-col-1 {
  padding-right: 44px;
}
.eg-footer-4-col-1 p {
  font-weight: 500;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}
.eg-footer-4-col-1 .eg-footer-widget-content-input form {
  margin-bottom: 15px;
}
.eg-footer-4-col-1 .eg-footer-widget-content-input form button {
  position: absolute;
  right: 5px;
  top: 5px;
  display: inline-block;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  padding: 0;
  line-height: 44px;
  text-align: center;
  background: #6a4b36;
}
.eg-footer-4-col-1 .eg-footer-widget-content-input form input {
  height: 54px;
  padding-right: 60px;
  border-radius: 100px;
  border: 1px solid #e7e9ee;
}
.eg-footer-4-col-1 .eg-footer-widget-content-input a {
  display: inline-block;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: var(--eg-common-white);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.eg-footer-4-col-1 .eg-footer-widget-content-input a:not(:last-of-type) {
  margin-right: 6px;
}
.eg-footer-4-col-1 .eg-footer-widget-content-input a:hover {
  color: #6a4b36;
  background-color: var(--eg-common-white);
  border: 1.5px solid rgba(82, 84, 86, 0.1);
}
.eg-footer-4-col-2 {
  padding-left: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-footer-4-col-2 {
    padding-left: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-footer-4-col-2 {
    padding-left: 0;
  }
}
.eg-footer-4-col-2 .eg-footer-widget-title {
  color: var(--eg-common-white);
}
@media (max-width: 767px) {
  .eg-footer-4-col-2 .eg-footer-widget-content ul li {
    width: 100%;
  }
}
.eg-footer-4-col-2 .eg-footer-widget-content ul li a {
  color: rgba(255, 255, 255, 0.7);
}
.eg-footer-4-col-2 .eg-footer-widget-content ul li a::before {
  background-color: var(--eg-common-white);
}
.eg-footer-4-col-2 .eg-footer-widget-content ul li a:hover {
  color: var(--eg-common-white);
}
.eg-footer-4-col-3 {
  padding-left: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-footer-4-col-3 {
    padding-left: 0;
  }
}
.eg-footer-4-col-3 .eg-footer-widget-title {
  color: var(--eg-common-white);
}
.eg-footer-4-col-3 .eg-footer-widget-location {
  color: rgba(255, 255, 255, 0.7);
}
.eg-footer-4-col-3 .eg-footer-widget-tel {
  color: var(--eg-common-white);
}
.eg-footer-4-col-3 .eg-footer-widget-tel span {
  color: var(--eg-common-white);
}
.eg-footer-4-col-3 .eg-footer-widget-tel:hover {
  color: rgba(255, 255, 255, 0.7);
}
.eg-footer-4-col-3 .eg-footer-widget-mail {
  color: var(--eg-common-white);
}
.eg-footer-4-col-3 .eg-footer-widget-mail span {
  color: var(--eg-common-white);
}
.eg-footer-4-col-3 .eg-footer-widget-mail:hover {
  color: rgba(255, 255, 255, 0.7);
}

/*----------------------------------------*/
/*  7.1 Hero css
/*----------------------------------------*/
.eg-hero-3-bg {
  max-width: 1720px;
  margin: 0 auto;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
.eg-hero-3-shape .shape-1 {
  position: absolute;
  top: 80px;
  right: 266px;
  z-index: 0;
  animation: light 4s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eg-hero-3-shape .shape-1 {
    top: 50px;
    right: 250px;
  }
}
@media (max-width: 767px) {
  .eg-hero-3-shape .shape-1 {
    display: none;
  }
}
.eg-hero-3-shape .shape-2 {
  position: absolute;
  top: 80px;
  right: 138px;
  z-index: 0;
  animation: light 4s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eg-hero-3-shape .shape-2 {
    top: 50px;
    right: 120px;
  }
}
@media (max-width: 767px) {
  .eg-hero-3-shape .shape-2 {
    display: none;
  }
}
.eg-hero-3-subtitle {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--eg-theme-5);
  font-family: var(--eg-ff-r);
}
.eg-hero-3-subtitle span {
  display: inline-block;
  font-weight: 700;
  margin-right: 10px;
  border-radius: 100px;
  padding: 0px 8px 0px 8px;
  text-transform: capitalize;
  color: var(--eg-common-white);
  font-family: var(--eg-ff-p);
  background-color: var(--eg-theme-5);
}
.eg-hero-3-thumb img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-hero-3-content {
    margin-bottom: 30px;
  }
}
.eg-hero-3-title {
  font-size: 74px;
  font-weight: 500;
  color: var(--eg-heading-3);
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  font-family: var(--eg-ff-r);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-hero-3-title {
    font-size: 62px;
  }
}
.eg-hero-3-p {
  font-weight: 400;
  font-size: 18px;
  color: #5c5c56;
  margin-bottom: 30px;
  font-family: var(--eg-ff-r);
}
.eg-hero-3-btn .eg-btn-3 {
  background-color: #ec3939;
  border: 2px solid #EC3939;
  padding: 4px 6px 4px 19px;
}
.eg-hero-3-btn .eg-btn-3 span {
  margin-left: 20px;
}
.eg-hero-3-btn .eg-btn-3:hover {
  color: #ec3939;
  border: 2px solid #EC3939;
  background-color: transparent;
}
.eg-hero-3-btn .eg-btn-3:hover span {
  color: var(--eg-common-white);
  background-color: #EC3939;
}

/*----------------------------------------*/
/*  7.2 slider css
/*----------------------------------------*/
.eg-slider__area {
  overflow: hidden !important;
}
.eg-slider-shape {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-repeat: no-repeat !important;
  background: linear-gradient(227deg, #00B5D0 4.01%, #10609A 81.89%);
  transition: transform 6000ms ease, opacity 1000ms ease-in, -webkit-transform 6000ms ease;
}
.eg-slider-subtitle {
  font-size: 12px;
  font-weight: 800;
  padding: 0px 13px;
  margin-bottom: 15px;
  display: inline-block;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--eg-theme-secondary);
  background: rgba(255, 255, 255, 0.9);
}
.eg-slider-title {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 32px;
  color: var(--eg-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .eg-slider-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .eg-slider-title {
    font-size: 75px;
  }
}
.eg-slider-title span {
  font-family: var(--eg-ff-p);
  color: var(--eg-common-white);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}
.eg-slider-thumb {
  position: absolute;
  bottom: 0;
  right: 145px;
  z-index: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .eg-slider-thumb {
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-slider-thumb {
    right: -140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-slider-thumb {
    position: static;
  }
}
@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), (max-width: 767px) {
  .eg-slider-thumb img {
    width: 100%;
  }
}
.eg-slider-btn .eg-btn {
  padding: 13px 27px;
  color: var(--eg-common-white);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.eg-slider-btn .eg-btn:hover {
  background: var(--eg-theme-primary);
  border-color: var(--eg-theme-primary);
}
.eg-slider-scrollbar {
  position: absolute;
  top: 50%;
  width: 1px;
  height: 250px;
  right: 70px;
  overflow: hidden;
  z-index: 3;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
}
.eg-slider-scrollbar .swiper-scrollbar-drag {
  background: var(--eg-common-white);
}
.eg-slider-1-active .swiper-slide-active .eg-slider-shape {
  transform: scale(1.1);
}
.eg-slider-1-active .swiper-slide-active .eg-slider-thumb {
  animation-delay: 0.7s;
  animation-duration: 0.7s;
}
.eg-slider-1-active .swiper-slide-active .eg-slider-subtitle {
  animation-delay: 0.3s;
  animation-duration: 0.3s;
}
.eg-slider-1-active .swiper-slide-active .eg-slider-title {
  animation-delay: 0.5s;
  animation-duration: 0.5s;
}
.eg-slider-1-active .swiper-slide-active .eg-slider-btn {
  animation-delay: 0.7s;
  animation-duration: 0.7s;
}
.eg-slider-1-active .swiper-slide-active .eg-slider-thumb, .eg-slider-1-active .swiper-slide-active .eg-slider-subtitle, .eg-slider-1-active .swiper-slide-active .eg-slider-title, .eg-slider-1-active .swiper-slide-active .eg-slider-btn {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-slider-item {
    padding-top: 250px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-slider-item {
    padding-top: 150px;
    padding-bottom: 0;
  }
}

.eg-slider-2-overlay {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .eg-slider-2-overlay {
    padding-top: 185px;
  }
}
@media (max-width: 767px) {
  .eg-slider-2-overlay {
    padding-top: 150px;
  }
}
.eg-slider-2-overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(3, 7, 16, 0.4);
  box-shadow: 0 1px 3px 0 rgba(4, 10, 30, 0.1);
}
.eg-slider-2-heading {
  margin-bottom: 26px;
}
.eg-slider-2-subtitle {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
.eg-slider-2-title {
  font-size: 120px;
  font-weight: 600;
  line-height: 1.1;
  color: var(--eg-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-slider-2-title {
    font-size: 100px;
    line-height: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eg-slider-2-title {
    font-size: 90px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .eg-slider-2-title {
    font-size: 57px;
    line-height: 1;
  }
}
.eg-slider-2-title span {
  font-size: 100px;
  font-weight: 500;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: white;
}
@media (max-width: 767px) {
  .eg-slider-2-title span {
    font-size: 67px;
  }
}
.eg-slider-2-btn .eg-btn {
  text-transform: capitalize;
  background-color: transparent;
  padding: 12px 30px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .eg-slider-2-service {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .eg-slider-2-service {
    padding-top: 80px;
  }
}
.eg-slider-2-service a {
  font-size: 14px;
  font-weight: 600;
  padding: 26px 54px;
  display: inline-block;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  color: var(--eg-common-white);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}
.eg-slider-2-service a:not(:last-of-type) {
  margin-right: 15px;
}
.eg-slider-2-service a:hover span {
  transform: rotateY(180deg) translateY(-4px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .eg-slider-2-service a {
    padding: 25px 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-slider-2-service a {
    padding: 20px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-slider-2-service a {
    margin-bottom: 20px;
  }
}
.eg-slider-2-service a span {
  margin-right: 10px;
  display: inline-block;
  transform: translateY(-4px);
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.eg-slider-4-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: transform 6000ms ease, opacity 1000ms ease-in, -webkit-transform 6000ms ease;
}
@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), (max-width: 767px) {
  .eg-slider-4-overlay {
    background-position: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .eg-slider-4-overlay {
    background-size: cover;
  }
}
.eg-slider-4-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  box-shadow: 0 4px 100px 0 #000;
  background: rgba(245, 223, 202, 0.3);
  mix-blend-mode: overlay;
}
.eg-slider-4-subtitle {
  font-size: 24px;
  font-weight: 400;
  color: #652f0a;
  margin-bottom: 0px;
  display: inline-block;
}
.eg-slider-4-title {
  font-weight: 600;
  font-size: 100px;
  color: #1b1714;
  line-height: 1;
  margin-bottom: 12px;
  font-family: var(--eg-ff-p);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-slider-4-title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-slider-4-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .eg-slider-4-title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-slider-4-content {
    padding-left: 100px;
    padding-bottom: 120px;
    padding-top: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eg-slider-4-content {
    padding-left: 80px;
    padding-bottom: 120px;
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .eg-slider-4-content {
    padding-top: 170px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .eg-slider-4-content {
    padding-bottom: 150px;
  }
}
.eg-slider-4-heading p {
  font-weight: 500;
  font-size: 16px;
  color: #746e69;
  margin-bottom: 32px;
}
.eg-slider-4-active .swiper-slide-active .eg-slider-4-subtitle {
  animation-delay: 0.5s;
  animation-duration: 0.5s;
}
.eg-slider-4-active .swiper-slide-active .eg-slider-4-title {
  animation-delay: 0.7s;
  animation-duration: 0.7s;
}
.eg-slider-4-active .swiper-slide-active .eg-slider-4-heading-p {
  animation-delay: 0.9s;
  animation-duration: 0.7s;
}
.eg-slider-4-active .swiper-slide-active .eg-slider-4-btn {
  animation-delay: 1s;
  animation-duration: 0.8s;
}
.eg-slider-4-active .swiper-slide-active .eg-slider-4-overlay {
  transform: scale(1.1);
}
.eg-slider-4-active .swiper-slide-active .eg-slider-4-subtitle, .eg-slider-4-active .swiper-slide-active .eg-slider-4-title, .eg-slider-4-active .swiper-slide-active .eg-slider-4-heading-p, .eg-slider-4-active .swiper-slide-active .eg-slider-4-btn {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
@media (max-width: 767px) {
  .eg-slider-4-arrows {
    display: none;
  }
}
.eg-slider-4-arrows .eg-slider-4-next, .eg-slider-4-arrows .eg-slider-4-prev {
  position: absolute;
  left: 50px;
  top: 50%;
  z-index: 2;
  color: rgba(56, 47, 38, 0.2);
  transform: translateY(-50%);
}
.eg-slider-4-arrows .eg-slider-4-next:hover, .eg-slider-4-arrows .eg-slider-4-prev:hover {
  color: #652f0a;
}
.eg-slider-4-arrows .eg-slider-4-next {
  right: 50px;
  left: auto;
}

/*----------------------------------------*/
/*  7.3 booking css
/*----------------------------------------*/
.eg-booking-ptb {
  position: relative;
  margin-top: -100px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-booking-ptb {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .eg-booking-ptb {
    margin-top: 50px;
  }
}
.eg-booking-content-box {
  padding: 42px 50px 50px;
  background: var(--eg-common-white);
  box-shadow: 0px 30px 40px 0px rgba(4, 10, 30, 0.12);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .eg-booking-content-box {
    padding: 42px 40px 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .eg-booking-content-box {
    padding: 30px;
  }
}
.eg-booking-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  margin-right: 40px;
  color: var(--eg-text-2);
}
@media (max-width: 767px) {
  .eg-booking-title {
    margin-bottom: 15px;
  }
}
.eg-booking-title-wrap {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .eg-booking-title-wrap {
    flex-wrap: wrap;
  }
}
.eg-booking-form-check {
  display: inline-block;
}
.eg-booking-form-check:not(:last-of-type) {
  margin-right: 25px;
}
.eg-booking-form-check .form-check-label {
  cursor: pointer;
}
.eg-booking-form-check .form-check-input {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transform: translateY(0px);
  border: 1px solid rgba(14, 48, 85, 0.5);
}
.eg-booking-form-check .form-check-input:checked {
  background-color: var(--eg-theme-primary);
  border-color: var(--eg-theme-primary);
}
.eg-booking-form-check .form-check-input:focus {
  box-shadow: none;
}
.eg-booking-form nav .nav.nav-tabs {
  border: none;
}
.eg-booking-form nav .nav.nav-tabs .nav-link {
  padding: 0;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: #343539;
  margin-right: 24px;
}
.eg-booking-form nav .nav.nav-tabs .nav-link.active {
  color: var(--eg-theme-primary);
}
.eg-booking-item {
  width: 282px;
  margin-right: 22px;
  padding: 13px 16px;
  background-color: #F3F3F5;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .eg-booking-item {
    width: 260px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-booking-item {
    margin-bottom: 20px;
  }
}
.eg-booking-item-icon span {
  display: inline-block;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: var(--eg-common-white);
}
.eg-booking-item-content span {
  display: block;
  color: #96979C;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 5px;
}
.eg-booking-item-content .nice-select {
  width: 185px;
  height: auto;
  line-height: 1;
  padding-left: 0;
  padding-right: 20px;
  border-color: transparent;
  background-color: transparent;
}
.eg-booking-item-content .nice-select span {
  color: #343539;
  font-size: 17px;
  font-weight: 400;
  font-family: var(--eg-ff-heading);
}
.eg-booking-item-content .nice-select .list {
  top: 140%;
  width: 100%;
  border-radius: 0;
  padding: 20px 20px 5px;
}
.eg-booking-item-content .nice-select .option {
  padding: 0;
  line-height: 1;
  min-height: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-booking-item-btn {
    margin-bottom: 20px;
  }
}
.eg-booking-item-btn .eg-btn {
  padding: 22px 46px;
}

/*----------------------------------------*/
/*  7.4 about css
/*----------------------------------------*/
.eg-about-wrap {
  padding-right: 32px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-about-wrap {
    padding-right: 0;
    padding-bottom: 65px;
  }
}
@media (max-width: 767px) {
  .eg-about-wrap {
    flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.eg-about-border-box {
  border-bottom: 1px solid rgba(82, 84, 86, 0.12);
}
.eg-about-pretitle {
  position: relative;
  display: ruby;
  margin-right: 70px;
  margin-left: 45px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.78px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .eg-about-pretitle {
    margin-right: 20px;
  }
}
.eg-about-pretitle::after {
  position: absolute;
  content: "";
  top: 12px;
  left: -45px;
  height: 1.5px;
  width: 30px;
  background: var(--eg-theme-primary);
}
.eg-about-subtitle {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.68px;
}
@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: 767px) {
  .eg-about-subtitle br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-about-subtitle {
    font-size: 27px;
  }
}
.eg-about-wrap-box {
  padding-bottom: 55px;
  padding-right: 22px;
}
@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: 767px) {
  .eg-about-wrap-box {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-about-wrap-box {
    margin-top: 60px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .eg-about-thumb {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-about-thumb img {
    width: 100%;
  }
}
.eg-about-content p {
  position: relative;
  font-size: 16px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-about-content p {
    margin-bottom: 30px;
  }
}
.eg-about-content p::after {
  position: absolute;
  content: "";
  top: -30px;
  left: 0;
  height: 1.5px;
  width: 30px;
  background: var(--eg-theme-primary);
}
.eg-about-content-title {
  font-size: 100px;
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 1.02;
  margin-bottom: 50px;
  color: var(--eg-text-5);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .eg-about-content-title {
    font-size: 82px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-about-content-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-about-content-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .eg-about-content-title {
    margin-bottom: 20px;
  }
}
.eg-about-sub-title {
  font-size: 13px;
  font-weight: 600;
  flex: 0 0 auto;
  margin-right: 300px;
  color: var(--eg-text-5);
  text-transform: uppercase;
  font-family: var(--eg-ff-p);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-about-sub-title {
    margin-right: 30px;
  }
}
.eg-about-title {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: var(--eg-text-5);
  font-family: var(--eg-ff-p);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-about-title br {
    display: none;
  }
}
.eg-about-btn {
  padding-bottom: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-about-btn {
    padding-bottom: 50px;
  }
}
.eg-about-funfact-item:not(:last-of-type) {
  margin-right: 44px;
  padding-right: 50px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .eg-about-funfact-item:not(:last-of-type) {
    margin-right: 35px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-about-funfact-item:not(:last-of-type) {
    padding-right: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .eg-about-funfact-item:not(:last-of-type) {
    padding-right: 10px;
    margin-right: 15px;
  }
}
.eg-about-funfact-item:not(:last-of-type)::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -22px;
  height: 99px;
  width: 1px;
  transform: rotate(18.16deg);
  background-color: var(--eg-heading-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-about-funfact-item:not(:last-of-type)::before {
    content: none;
  }
}
@media (max-width: 767px) {
  .eg-about-funfact-item:not(:last-of-type)::before {
    right: -6px;
  }
}
.eg-about-funfact-title {
  font-size: 80px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -1.6px;
  margin: 0;
}
.eg-about-funfact-title span {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  letter-spacing: normal;
  color: var(--eg-text-body);
}
.eg-about-funfact-title i {
  font-style: normal;
}
.eg-about-review {
  padding: 32px 26px 36px 36px;
  background: linear-gradient(11deg, #240656 5.59%, #FB436F 93.62%, #FF3767 93.62%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .eg-about-review {
    padding: 32px 15px 20px 25px;
  }
}
.eg-about-review span {
  display: inline-block;
  margin-bottom: 20px;
}
.eg-about-review p {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 45px;
  letter-spacing: 0.26px;
  color: var(--eg-common-white);
}
.eg-about-reviewer span {
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--eg-common-white);
}
.eg-about-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: bottom left;
  background-repeat: no-repeat;
}

.eg-about-2-wrap {
  padding-right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-about-2-wrap {
    padding-right: 0;
  }
}
.eg-about-2-heading {
  margin-bottom: 68px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-about-2-heading {
    margin-bottom: 50px;
  }
}
.eg-about-2-heading p {
  font-size: 16px;
  color: #4c4d4f;
}
.eg-about-2-heading .eg-section-title-2 {
  margin-bottom: 15px;
}
.eg-about-2-opening-box {
  padding: 30px;
  background: #596bb0;
}
.eg-about-2-opening-title {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  color: var(--eg-common-white);
}
.eg-about-2-opening-time {
  padding: 17px 25px;
  background: #788acd;
  mix-blend-mode: luminosity;
}
.eg-about-2-opening-time:not(:last-of-type) {
  margin-bottom: 10px;
}
.eg-about-2-opening-time span {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}
.eg-about-2-opening-time.active span {
  color: var(--eg-common-white);
}
.eg-about-2-right {
  padding-left: 100px;
  padding-top: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .eg-about-2-right {
    padding-left: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-about-2-right {
    padding-left: 0;
  }
}
.eg-about-2-point-box {
  margin-bottom: 60px;
}
.eg-about-2-point span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 100px;
  margin-right: 40px;
  color: var(--eg-text-5);
  border: 1px solid rgba(14, 20, 35, 0.1);
}
.eg-about-2-point span::before {
  position: absolute;
  content: "";
  height: 120px;
  width: 1px;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(14, 20, 35, 0.1);
}
.eg-about-2-point-content h4 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--eg-text-5);
}
.eg-about-2-point-content p {
  font-size: 15px;
  font-weight: 400;
  color: #4c4d4f;
}
.eg-about-2-thumb {
  position: absolute;
  right: -76px;
  top: 50px;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-about-offer-heading {
    margin-bottom: 30px;
  }
}
.eg-about-offer-item {
  width: 626px;
  height: 480px;
  display: flex;
  background: #EEEFF1;
  padding: 60px 30px 0 50px;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), 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), (max-width: 767px) {
  .eg-about-offer-item {
    width: 100%;
  }
}
.eg-about-offer-item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.eg-about-offer-item-thumb {
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: -1;
}
.eg-about-offer-item-content span {
  font-size: 34px;
  font-weight: 300;
  letter-spacing: -0.68px;
  display: inline-block;
  color: var(--eg-text-5);
}
.eg-about-offer-item-content h4 {
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 25px;
  letter-spacing: -0.68px;
  color: var(--eg-text-5);
}
.eg-about-offer-item-btn .eg-mask-btn {
  font-size: 12px;
  font-weight: 700;
  padding: 5px 18px 5px;
  text-transform: uppercase;
  color: var(--eg-text-5);
  border: 1px solid rgba(14, 20, 35, 0.2);
}
.eg-about-offer-item-btn .eg-mask-btn span {
  font-size: inherit;
  display: inline-block;
  transform: translateX(5px);
}
.eg-about-offer-item-btn .eg-mask-btn:hover {
  color: var(--eg-common-white);
  background-color: var(--eg-common-black);
}
.eg-about-offer-item-btn .eg-mask-btn:hover span {
  color: var(--eg-common-white);
}
.eg-about-offer-item-pursent {
  margin-bottom: 40px;
}
.eg-about-offer-item-pursent span {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.8px;
  color: var(--eg-text-5);
  font-family: var(--eg-ff-heading);
}
.eg-about-offer-item-pursent p {
  font-size: 15px;
  font-weight: 400;
  color: #46474B;
}
.eg-about-offer-item-arrows {
  position: relative;
  z-index: 2;
}
.eg-about-offer-item-arrows .eg-about-next, .eg-about-offer-item-arrows .eg-about-prev {
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 1;
  text-align: center;
  border: 2px solid rgba(82, 84, 86, 0.1);
}
.eg-about-offer-item-arrows .eg-about-next:not(:last-child), .eg-about-offer-item-arrows .eg-about-prev:not(:last-child) {
  margin-right: 10px;
}
.eg-about-offer-item-arrows .eg-about-next:hover, .eg-about-offer-item-arrows .eg-about-prev:hover {
  color: var(--eg-common-white);
  border-color: #2664FF;
  background-color: #2664FF;
}

.eg-about-team-item:hover .eg-about-team-item-thumb img {
  transform: scale(1.08);
}
.eg-about-team-item-thumb {
  margin-bottom: 25px;
  overflow: hidden;
}
.eg-about-team-item-thumb img {
  width: 100%;
  transition: all 0.3s 0s ease-out;
}
.eg-about-team-item-content-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: var(--eg-ff-p);
  color: var(--eg-text-5);
  letter-spacing: -0.4px;
}
.eg-about-team-item-content-title a:hover {
  color: var(--eg-theme-secondary);
}
.eg-about-team-item-content span {
  color: #686A6D;
  font-size: 13px;
  font-weight: 400;
  font-family: var(--eg-ff-p);
}

.eg-about-choose-heading .eg-about-pretitle::after {
  background-color: var(--eg-theme-secondary);
}
.eg-about-choose-item {
  text-align: center;
  padding: 38px 40px 28px;
  background: var(--eg-common-white);
  box-shadow: 0px 1px 1px 0px rgba(14, 20, 35, 0.2);
}
.eg-about-choose-item img {
  margin-bottom: 18px;
}
.eg-about-choose-item h4 {
  font-size: 20px;
  font-weight: 500;
  font-family: Outfit;
  letter-spacing: -0.2px;
  color: var(--eg-common-black);
}
.eg-about-choose-btn span {
  position: relative;
  color: #737476;
  font-size: 14px;
  font-weight: 500;
}
.eg-about-choose-btn span a {
  margin-left: 5px;
  font-weight: 700;
  color: var(--eg-theme-secondary);
}
.eg-about-choose-btn span a svg {
  transform: translate(2px, -2px);
}
.eg-about-choose-btn span .line {
  position: absolute;
  bottom: -15px;
  right: 15px;
}

/*----------------------------------------*/
/*  7.5 service css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-service-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.eg-service-item {
  padding: 10px 10px 20px 10px;
  background: var(--eg-common-white);
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  box-shadow: 0px 30px 34px 0px rgba(4, 10, 30, 0.12);
}
.eg-service-item:hover .effect-img img:first-child {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
}
.eg-service-item:hover .effect-img img:nth-child(2) {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
}
.eg-service-content {
  padding: 20px 0 0 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .eg-service-content {
    padding: 15px 0 0 0px;
  }
}
.eg-service-icon span {
  display: inline-block;
  margin-bottom: 18px;
}
.eg-service-title {
  font-family: var(--eg-ff-p);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 40px;
  letter-spacing: -0.4px;
  color: var(--eg-heading-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .eg-service-title {
    margin-bottom: 25px;
  }
}
.eg-service-title a:hover {
  color: var(--eg-theme-primary);
}
@media (max-width: 767px) {
  .eg-service-title a br {
    display: none;
  }
}
@media (max-width: 767px) {
  .eg-service-title-wrap {
    margin-bottom: 20px;
  }
}
.eg-service-thumb {
  margin-bottom: 20px;
}
.eg-service-thumb img {
  width: 100%;
}
.eg-service-btn {
  padding-left: 20px;
}
.eg-service-btn .eg-btn-fly:hover {
  color: var(--eg-theme-primary);
}

.eg-service-3-plr {
  padding-left: 90px;
  padding-right: 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-service-3-plr {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-service-3-plr {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 80px;
  }
}
.eg-service-3-item {
  padding: 40px;
  border-radius: 20px;
  border: 2px solid #f3f0e2;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .eg-service-3-item {
    padding: 30px;
  }
}
.eg-service-3-item:hover {
  background-color: #d8e4b4;
  border-color: #d8e4b4;
}
.eg-service-3-item:hover .eg-service-3-btn a {
  color: #587044;
  border-color: #587044;
}
.eg-service-3-item:hover .eg-service-3-btn a span {
  color: var(--eg-common-white);
  background-color: #587044;
}
.eg-service-3-item p {
  font-size: 16px;
  font-weight: 400;
  color: #645a61;
  margin-bottom: 45px;
}
.eg-service-3-title {
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
  color: #141414;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  font-family: var(--eg-ff-r);
}
.eg-service-3-icon img {
  height: 140px;
  object-fit: cover;
}
.eg-service-3-btn {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.eg-service-3-btn a {
  font-size: 14px;
  font-weight: 700;
  color: #141414;
  border-radius: 30px;
  border: 2px solid #f3f0e2;
  padding: 4px 5px 4px 15px;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-service-3-btn a span {
  margin-left: 24px;
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 27px;
  border-radius: 50%;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  background-color: #D8E4B4;
}
@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), (max-width: 767px) {
  .eg-service-3-bottom {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-service-3-heading {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-service-3-heading {
    padding-bottom: 50px;
  }
}
.eg-service-3-heading-text {
  padding-left: 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-service-3-heading-text {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-service-3-heading-text {
    padding-left: 0;
  }
}
.eg-service-3-wrap {
  padding-left: 30px;
}
.eg-service-3-wrap p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
  color: var(--eg-heading-3);
}
.eg-service-3-wrap img {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .eg-service-3-wrap img {
    padding-left: 0;
  }
}
.eg-service-3-live {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  border-radius: 5px;
  padding: 1px 10px;
  background: #ffcaca;
  margin-bottom: 20px;
  color: var(--eg-heading-3);
}
.eg-service-3-thumb-box {
  margin-top: -40px;
}
.eg-service-3-thumb-shape {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-service-3-wrapper {
    margin-top: 30px;
  }
}
.eg-service-3-wrapper-p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 32px;
  color: var(--eg-heading-3);
  font-family: var(--eg-ff-r);
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .eg-service-3-wrapper-p {
    font-size: 22px;
  }
}
.eg-service-3-wrapper-btn {
  margin-bottom: 66px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-service-3-wrapper-btn {
    margin-bottom: 30px;
  }
}
.eg-service-3-wrapper-span {
  font-weight: 400;
  font-size: 14px;
  color: #797c77;
}
.eg-service-3-counter {
  padding-bottom: 37px;
  margin-bottom: 15px;
  border-bottom: 2px solid #f3f0e2;
}
.eg-service-3-counter-item {
  margin-right: 80px;
}
.eg-service-3-counter-item h4 {
  font-size: 70px;
  font-weight: 400;
  color: #ec3939;
  line-height: 1;
  margin-bottom: 0px;
  font-family: var(--eg-ff-r);
}
.eg-service-3-counter-item p {
  font-weight: 400;
  font-size: 15px;
  color: #2e3031;
  margin: 0;
  font-family: var(--eg-ff-r);
}

@media (max-width: 767px) {
  .eg-service-4-pb {
    padding-bottom: 80px;
  }
}
.eg-service-4-item {
  border-radius: 20px;
  background: #f3f0e2;
  padding: 50px 52px 0px 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-service-4-item {
    align-items: center;
    padding: 40px 30px 30px 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .eg-service-4-item {
    padding: 30px;
  }
}
.eg-service-4-item.item-2 {
  padding: 46px 25px 0 25px;
}
.eg-service-4-item.item-2 .eg-service-4-content {
  padding-bottom: 52px;
}
@media (max-width: 767px) {
  .eg-service-4-item.item-2 .eg-service-4-content {
    padding-bottom: 30px;
  }
}
.eg-service-4-item.item-2 .eg-service-4-content a {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-service-4-item.item-2:hover .eg-service-4-content a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.eg-service-4-item.item-3 .eg-service-4-content {
  padding-bottom: 135px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-service-4-item.item-3 .eg-service-4-content {
    padding-bottom: 95px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-service-4-item.item-3 .eg-service-4-content {
    padding-bottom: 20px;
  }
}
.eg-service-4-item.item-3 .eg-service-4-content a {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-service-4-item.item-3:hover .eg-service-4-content a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-service-4-thumb img {
    width: 100%;
  }
}
.eg-service-4-title {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 4px;
  letter-spacing: -0.02em;
  color: var(--eg-heading-3);
  font-family: var(--eg-ff-r);
}
@media (max-width: 767px) {
  .eg-service-4-title {
    font-size: 28px;
  }
}
.eg-service-4-content p {
  font-size: 16px;
  font-weight: 400;
  color: #645a61;
  margin-bottom: 20px;
}
.eg-service-4-content a {
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  color: var(--eg-heading-3);
}
.eg-service-4-content a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  border-radius: 50%;
  margin-left: 10px;
  background-color: var(--eg-common-white);
}
.eg-service-4-content a:hover {
  color: var(--eg-theme-secondary);
}

.eg-service-5-icon {
  margin-bottom: 25px;
}
.eg-service-5-icon span {
  display: inline-block;
}
.eg-service-5-icon span img {
  height: 44px;
  width: 44px;
}
.eg-service-5-title {
  font-size: 18px;
  font-weight: 400;
  color: #1b1714;
  letter-spacing: 1.08px;
  text-transform: uppercase;
  text-align: center;
  font-family: var(--eg-ff-p);
}
.eg-service-5-title a:hover {
  color: #652f0a;
}
.eg-service-5-item p {
  color: #575c65;
  margin: 0;
  line-height: 22px;
}

.eg-service-details-wrapper {
  margin-right: -24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-service-details-wrapper {
    margin-right: 0;
  }
}
.eg-service-details-wrap {
  padding-bottom: 90px;
  margin-bottom: 60px;
  border-bottom: 1px solid #E7E9EE;
}
.eg-service-details-wrap p {
  color: #45474B;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 18px;
}
.eg-service-details-wrap p.eg-service-p-1 {
  margin-bottom: 39px;
}
.eg-service-details-wrap p.eg-service-p-3 {
  margin-bottom: 49px;
}
.eg-service-details-wrap p.eg-service-p-4 {
  margin-bottom: 20px;
}
.eg-service-details-wrap img {
  margin-bottom: 34px;
  width: 100%;
}
.eg-service-details-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 20px;
  letter-spacing: -0.4px;
  color: var(--eg-text-5);
}
.eg-service-details-pre {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: -0.3px;
  color: var(--eg-text-5);
}
.eg-service-details-list {
  margin-left: 12px;
}
.eg-service-details-list ul li {
  color: var(--eg-text-5);
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
}
.eg-service-details-team .eg-service-details-title {
  margin-bottom: 45px;
}
.eg-service-details-box {
  padding-left: 78px;
  position: sticky;
  top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-service-details-box {
    padding-left: 0;
  }
}
.eg-service-details-box.appointment {
  padding: 20px;
  background-color: var(--eg-common-white);
}
.eg-service-details-box.appointment .eg-about-2-opening-box {
  padding: 30px 35px;
  background-color: var(--eg-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .eg-service-details-box.appointment .eg-about-2-opening-box {
    padding: 30px 0;
  }
}
.eg-service-details-book {
  padding: 36px 40px 50px;
  border: 1px solid #E7E9EE;
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .eg-service-details-book {
    padding: 36px 25px 50px;
  }
}
.eg-service-details-book-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 35px;
  letter-spacing: -0.26px;
  color: var(--eg-text-5);
}
.eg-service-details-book-input {
  position: relative;
  margin-bottom: 10px;
}
.eg-service-details-book-input .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}
.eg-service-details-book-input input {
  padding-left: 24px;
  height: 50px;
  border-radius: 100px;
  background: #F3F4F6;
  border-color: #F3F4F6;
}
.eg-service-details-book-input input:focus {
  border-color: var(--eg-theme-secondary);
  background-color: var(--eg-common-white);
}
.eg-service-details-book-input input::placeholder {
  color: #7C7D81;
  font-size: 15px;
  font-weight: 400;
}
.eg-service-details-book-input input.date {
  padding-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-service-details-book-select {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
  }
}
.eg-service-details-book-select .select {
  border-radius: 100px;
  background: #F3F4F6;
  color: #7C7D81;
  font-size: 15px;
}
.eg-service-details-book-select .select:focus {
  border-color: var(--eg-theme-secondary);
}
.eg-service-details-book-select .select::after {
  right: 24px;
  color: #7C7D81;
}
.eg-service-details-book-select .select .list {
  border-radius: 10px;
}
.eg-service-details-book-btn .eg-btn {
  width: 100%;
  font-weight: 500;
  padding: 10px 21px;
  border-radius: 100px;
  border-color: var(--eg-theme-secondary);
  background-color: var(--eg-theme-secondary);
}
.eg-service-details-book-btn .eg-btn span {
  display: inline-block;
  transform: translateY(-2px);
}
.eg-service-details-book-btn .eg-btn:hover {
  color: var(--eg-common-white);
}
.eg-service-details-sedule .eg-about-2-opening-box {
  padding: 50px 40px;
  background: #BDEDFC;
}
.eg-service-details-sedule .eg-about-2-opening-title {
  letter-spacing: -0.26px;
  color: var(--eg-text-5);
}
.eg-service-details-sedule .eg-about-2-opening-time {
  padding: 12px 25px;
  background: transparent;
  border-bottom: 1px dashed rgba(14, 20, 35, 0.16);
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .eg-service-details-sedule .eg-about-2-opening-time {
    padding: 12px 10px;
  }
}
.eg-service-details-sedule .eg-about-2-opening-time.active {
  border-top: 1px dashed rgba(14, 20, 35, 0.16);
}
.eg-service-details-sedule .eg-about-2-opening-time:not(:last-of-type) {
  margin-bottom: 0px;
}
.eg-service-details-sedule .eg-about-2-opening-time span {
  color: var(--eg-text-5);
}
.eg-service-details-sedule .eg-about-2-opening-time span:not(:last-child) {
  flex: 0 0 auto;
}
.eg-service-details-sedule .eg-about-2-opening-time span.time {
  color: rgba(14, 20, 35, 0.6);
}

.home-menu {
  position: static !important;
}

/*----------------------------------------*/
/*  7.6 video css
/*----------------------------------------*/
.eg-video-popup {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0px 4px 20px 0px rgba(4, 10, 30, 0.14);
}
.eg-video-popup::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 108%;
  height: 108%;
  transform: scale(1);
  border: 1px solid var(--eg-common-white);
  animation: video-border 2.5s linear infinite;
  border-radius: 50%;
}
.eg-video-popup::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 108%;
  height: 108%;
  transform: scale(1.05);
  border: 1px solid var(--eg-common-white);
  animation: video-border 2.6s linear infinite;
  border-radius: 50%;
}
.eg-video-hight {
  min-height: 800px;
  background-size: auto;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-video-hight {
    min-height: 600px;
  }
}
.eg-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.eg-video-text {
  position: absolute;
  bottom: 60px;
  left: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eg-video-text {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .eg-video-text {
    display: none;
  }
}
.eg-video-text-title {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  font-family: var(--eg-ff-play);
  color: var(--eg-common-white);
}
.eg-video-text-title::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 77px;
  top: -10px;
  left: -20px;
  background-color: var(--eg-common-white);
}
.eg-video-year {
  position: absolute;
  bottom: 60px;
  right: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eg-video-year {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .eg-video-year {
    right: 20px;
    bottom: 30px;
  }
}
.eg-video-year-title {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2.4px;
  color: var(--eg-common-white);
  font-family: var(--eg-ff-play);
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eg-video-year-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .eg-video-year-title {
    font-size: 90px;
  }
}
.eg-video-year span {
  display: block;
  color: var(--eg-common-white);
  font-family: var(--eg-ff-play);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 7px;
}
.eg-video-year a {
  display: inline-flex;
  font-size: 17px;
  font-weight: 400;
  color: var(--eg-common-white);
}
.eg-video-year a span {
  margin-left: 10px;
  margin-bottom: 0;
  transform: translateY(-4px);
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-video-year a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s 0s ease-out;
  background-color: var(--eg-common-white);
}
.eg-video-year a:hover::before {
  width: 50%;
}

/*----------------------------------------*/
/*  7.7 clinical css
/*----------------------------------------*/
.eg-clinical-shape .shape-1 {
  position: absolute;
  bottom: 40%;
  right: 0;
}
.eg-clinical-shape .shape-2 {
  position: absolute;
  top: 15%;
  right: 15%;
}
.eg-clinical-wrap {
  padding-top: 70px;
  padding-left: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-clinical-wrap {
    padding-top: 20px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-clinical-wrap {
    padding-left: 0;
    padding-top: 35px;
  }
}
.eg-clinical-list {
  margin-bottom: 90px;
}
.eg-clinical-heading .eg-section-title {
  margin-bottom: 15px;
}
.eg-clinical-heading p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
  color: var(--eg-heading-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-clinical-heading p {
    margin-bottom: 25px;
  }
}
.eg-clinical-thumb img {
  width: 100%;
}
.eg-clinical-tab-box {
  padding-bottom: 90px;
  border-bottom: 1px solid rgba(82, 84, 86, 0.12);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-clinical-tab-box {
    padding-bottom: 30px;
  }
}
.eg-clinical-tab-list .nav {
  margin-bottom: 65px;
  border-bottom: 1px solid rgba(82, 84, 86, 0.12);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-clinical-tab-list .nav {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-clinical-tab-list .nav {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .eg-clinical-tab-list .nav {
    border: none;
  }
}
.eg-clinical-tab-list .nav .nav-link {
  color: #2E3031;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 0px 40px 36px;
  border-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-clinical-tab-list .nav .nav-link {
    padding: 0px 40px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-clinical-tab-list .nav .nav-link {
    padding: 0px 15px 25px;
  }
}
@media (max-width: 767px) {
  .eg-clinical-tab-list .nav .nav-link {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(82, 84, 86, 0.12);
  }
}
.eg-clinical-tab-list .nav .nav-link::after {
  position: absolute;
  visibility: hidden;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 0;
  width: 0;
  background: #00183C;
  transform: translateX(-50%);
  transition: all 1s ease-in-out;
}
.eg-clinical-tab-list .nav .nav-link.active {
  position: relative;
  color: #010F1C;
  background-color: transparent;
}
.eg-clinical-tab-list .nav .nav-link.active::after {
  opacity: 1;
  width: 100%;
  visibility: visible;
}
.eg-clinical-tab-list .nav .nav-item {
  text-align: center;
}
.eg-clinical-tab-list .nav .nav-item:not(:last-of-type) {
  margin-right: 92px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .eg-clinical-tab-list .nav .nav-item:not(:last-of-type) {
    margin-right: 55px;
  }
}
@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) {
  .eg-clinical-tab-list .nav .nav-item:not(:last-of-type) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .eg-clinical-tab-list .nav .nav-item:not(:last-of-type) {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-clinical-brand-wrap {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .eg-clinical-brand-wrap {
    flex-wrap: wrap;
  }
}
.eg-clinical-brand-title {
  font-size: 32px;
  font-weight: 500;
  margin: 0;
  letter-spacing: -1.12px;
  color: var(--eg-heading-primary);
}
@media (max-width: 767px) {
  .eg-clinical-brand-item {
    margin-bottom: 20px;
  }
}
.eg-clinical-brand-item:not(:first-of-type) {
  margin-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-clinical-brand-item:not(:first-of-type) {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .eg-clinical-brand-item:not(:first-of-type) {
    margin-left: 30px;
  }
}
.eg-clinical-brand-item span {
  margin-right: 8px;
}
.eg-clinical-brand-item p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  color: var(--eg-text-body);
}

/*----------------------------------------*/
/*  7.8 offer css
/*----------------------------------------*/
.eg-offer-bg {
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-offer-bg {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.eg-offer-heading .eg-section-title-pre {
  color: var(--eg-heading-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-offer-tab-list {
    padding-top: 30px;
  }
}
.eg-offer-tab-list .nav {
  border: none;
}
.eg-offer-tab-list .nav .nav-link {
  font-size: 14px;
  font-weight: 400;
  padding: 0px;
  color: var(--eg-text-body);
  text-transform: uppercase;
  border-color: transparent;
}
.eg-offer-tab-list .nav .nav-link.active {
  position: relative;
  color: var(--eg-theme-primary);
  background-color: transparent;
}
.eg-offer-tab-list .nav .nav-item {
  position: relative;
}
.eg-offer-tab-list .nav .nav-item:not(:last-of-type) {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(183, 183, 183, 0.5);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-offer-tab-content {
    padding-top: 50px;
  }
}
.eg-offer-item-wrap {
  position: relative;
  padding: 52px 85px 60px 300px;
  background: var(--eg-common-white);
  box-shadow: 0px 30px 34px 0px rgba(4, 10, 30, 0.12);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .eg-offer-item-wrap {
    padding: 52px 30px 60px 310px;
  }
}
@media (max-width: 767px) {
  .eg-offer-item-wrap {
    padding: 40px 60px;
  }
  .eg-offer-item-wrap::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .eg-offer-item-wrap {
    padding: 52px 35px 60px 200px;
  }
  .eg-offer-item-wrap::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eg-offer-item-wrap {
    padding: 52px 85px 60px 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-offer-item-wrap {
    margin-bottom: 30px;
    overflow: hidden;
  }
}
.eg-offer-item-thumb {
  position: absolute;
  bottom: 0;
  left: 0;
}
.eg-offer-item-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  color: var(--eg-heading-primary);
}
.eg-offer-item-title span {
  font-weight: 300;
}
.eg-offer-item-content {
  position: relative;
  z-index: 1;
}
.eg-offer-item-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 35px;
  color: var(--eg-text-body);
}
.eg-offer-item-content .eg-btn {
  font-size: 12px;
  font-weight: 700;
  padding: 4px 19px;
}
.eg-offer-item-content .eg-btn span {
  margin-left: 2px;
}
.eg-offer-item-content .eg-btn-2 {
  font-size: 12px;
  font-weight: 700;
  padding: 4px 16px;
}
.eg-offer-item-content .eg-btn-2 span {
  margin-left: 2px;
}

/*----------------------------------------*/
/*  7.9 testimonial css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-testimonial-ptb {
    padding-bottom: 80px;
  }
}
.eg-testimonial-wrapper {
  padding-left: 75px;
  padding-right: 95px;
  padding-top: 52px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-testimonial-wrapper {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-testimonial-wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.eg-testimonial-shape .shape-1 {
  position: absolute;
  top: -15px;
  left: 26px;
}
.eg-testimonial-shape .shape-2 {
  position: absolute;
  top: 20px;
  right: -120px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), 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: 767px) {
  .eg-testimonial-shape .shape-2 {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-testimonial-heading {
    margin-bottom: 30px;
  }
}
.eg-testimonial-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -0.6px;
  color: var(--eg-heading-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-testimonial-title br {
    display: none;
  }
}
.eg-testimonial-rating {
  margin-left: 10px;
}
.eg-testimonial-rating-box {
  margin-bottom: 50px;
}
.eg-testimonial-rating-title {
  font-family: var(--eg-ff-play);
  margin: 0;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 32px;
  color: var(--eg-heading-primary);
}
.eg-testimonial-rating-star span {
  color: rgb(255, 138, 0);
}
.eg-testimonial-rating-dec p {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  line-height: 1;
  color: rgba(82, 84, 86, 0.8);
  font-family: var(--eg-ff-heading);
}
.eg-testimonial-author-thumb img {
  width: 56px;
  height: 56px;
}
.eg-testimonial-author-title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.36px;
  color: var(--eg-heading-primary);
}
.eg-testimonial-author-content p {
  font-size: 15px;
  font-weight: 300;
  margin: 0;
}
.eg-testimonial-pagination {
  position: absolute;
  bottom: 0;
  right: 0 !important;
  left: 90% !important;
  width: inherit;
  z-index: 1;
}
@media (max-width: 767px) {
  .eg-testimonial-pagination {
    left: 80% !important;
  }
}
.eg-testimonial-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
  background: transparent;
  border: 1px solid rgba(19, 37, 115, 0.4);
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-testimonial-pagination .swiper-pagination-bullet-active {
  background: var(--eg-theme-primary);
  border: 1px solid var(--eg-theme-primary);
}

.eg-testimonial-2-bg {
  background-size: contain;
  background-repeat: no-repeat;
}
@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), (max-width: 767px) {
  .eg-testimonial-2-bg {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 95px;
  }
}
.eg-testimonial-2-heading {
  margin-bottom: 40px;
}
.eg-testimonial-2-heading .eg-section-title-2 {
  color: var(--eg-common-white);
}
@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), (max-width: 767px) {
  .eg-testimonial-2-thumb {
    display: none;
  }
}
.eg-testimonial-2-thumb img {
  mix-blend-mode: luminosity;
}
@media (max-width: 767px) {
  .eg-testimonial-2-thumb img {
    width: 100%;
  }
}
.eg-testimonial-2-progress {
  margin-bottom: 45px;
}
.eg-testimonial-2-progress .progress_bar_item:not(:last-of-type) {
  margin-bottom: 16px;
}
.eg-testimonial-2-progress .item_bar {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0;
  height: 30px;
  width: 408px;
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .eg-testimonial-2-progress .item_bar {
    width: 100%;
  }
}
.eg-testimonial-2-progress .progress {
  background: rgba(255, 255, 255, 0.14);
  mix-blend-mode: luminosity;
  border-radius: 0;
  height: 30px;
}
.eg-testimonial-2-progress .item_value, .eg-testimonial-2-progress .item_label {
  font-size: 13px;
  font-weight: 600;
  color: var(--eg-common-white);
}
.eg-testimonial-2-progress .item_value {
  position: absolute;
  right: 15px;
}
.eg-testimonial-2-progress .item_label {
  padding-left: 15px;
}
.eg-testimonial-2-btn .eg-mask-btn {
  border: 2px solid rgba(255, 255, 255, 0.08);
  padding: 8px 26px;
}
.eg-testimonial-2-btn .eg-mask-btn span {
  margin-left: 3px;
}
.eg-testimonial-2-slider {
  position: relative;
  padding: 75px 75px 35px;
  background-color: var(--eg-common-white);
  box-shadow: 0 40px 50px 0 rgba(4, 10, 30, 0.12);
}
.eg-testimonial-2-content img {
  display: inline-block;
  margin-bottom: 30px;
}
.eg-testimonial-2-content p {
  font-size: 24px;
  color: #1c2936;
  line-height: 36px;
  margin-bottom: 35px;
  font-family: var(--eg-ff-heading);
}
.eg-testimonial-2-slider-ptb {
  margin-top: -200px;
}
@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), (max-width: 767px) {
  .eg-testimonial-2-slider-ptb {
    margin-top: 0;
  }
}
.eg-testimonial-2-avatar-item {
  text-align: center;
}
.eg-testimonial-2-avatar-content {
  margin-top: 34px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  transform: translateY(5px);
}
.eg-testimonial-2-avatar-content h4 {
  color: #1C2936;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}
.eg-testimonial-2-avatar-content p {
  color: #73767C;
  line-height: 1;
}
.eg-testimonial-2-avatar-active .slick-active.slick-center.eg-testimonial-2-avatar-item img {
  object-fit: cover;
  transform: scale(1.5);
}
.eg-testimonial-2-avatar-active .slick-active.slick-center.eg-testimonial-2-avatar-item .eg-testimonial-2-avatar-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.eg-testimonial-2-avatar-active .slick-slide {
  margin: 20px 0;
}
.eg-testimonial-2-avatar-active .slick-slide img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  object-fit: cover;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  display: inline-block;
}
.eg-testimonial-2-avatar-active .slick-prev, .eg-testimonial-2-avatar-active .slick-next {
  top: -55px;
  right: -362px;
  position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .eg-testimonial-2-avatar-active .slick-prev, .eg-testimonial-2-avatar-active .slick-next {
    right: -200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .eg-testimonial-2-avatar-active .slick-prev, .eg-testimonial-2-avatar-active .slick-next {
    right: -100px;
  }
}
.eg-testimonial-2-avatar-active .slick-prev:hover, .eg-testimonial-2-avatar-active .slick-next:hover {
  color: var(--eg-theme-secondary);
}
.eg-testimonial-2-avatar-active .slick-prev {
  right: auto;
  left: -362px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .eg-testimonial-2-avatar-active .slick-prev {
    left: -200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .eg-testimonial-2-avatar-active .slick-prev {
    left: -100px;
  }
}
.eg-testimonial-2-avatar-active .slick-arrow {
  display: inline-block;
  text-align: center;
  color: var(--eg-text-body);
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-testimonial-2-avatar-active .slick-arrow svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .eg-testimonial-2-avatar-active .slick-arrow {
    display: none;
  }
}

.eg-testimonial-4-box {
  border-radius: 18px;
  background: var(--eg-common-white);
  box-shadow: 0 1px 1px 0 rgba(14, 20, 35, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-testimonial-4-box {
    box-shadow: none;
  }
}
.eg-testimonial-4-thumb {
  position: relative;
}
.eg-testimonial-4-thumb img {
  border-radius: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-testimonial-4-thumb img {
    width: 100%;
  }
}
.eg-testimonial-4-thumb-content {
  position: absolute;
  left: 30px;
  bottom: 34px;
  z-index: 1;
}
.eg-testimonial-4-thumb-content p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  font-family: var(--eg-ff-r);
  color: rgba(255, 255, 255, 0.7);
}
.eg-testimonial-4-thumb-content p span {
  color: var(--eg-common-white);
}
.eg-testimonial-4-thumb-video a {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 100%;
  margin-bottom: 10px;
  background-color: var(--eg-common-white);
  box-shadow: 0 10px 10px -6px rgba(5, 11, 26, 0.12), 0 0 4px 0 rgba(4, 27, 81, 0.04);
}
.eg-testimonial-4-thumb-video a span {
  display: inline-block;
  transform: translateX(2px);
}
.eg-testimonial-4-content {
  padding-left: 10px;
  background-color: var(--eg-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-testimonial-4-content {
    padding: 0 40px 90px;
  }
}
.eg-testimonial-4-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #1b1714;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-testimonial-4-content p br {
    display: none;
  }
}
.eg-testimonial-4-author {
  font-size: 18px;
  font-weight: 600;
  color: #1b1714;
  margin: 0;
  font-family: var(--eg-ff-p);
}
.eg-testimonial-4-des {
  font-size: 14px;
  font-weight: 400;
  color: #746e69;
  margin-bottom: 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  .eg-testimonial-4-start {
    margin-bottom: 15px;
  }
}
.eg-testimonial-4-active.swiper-container {
  position: static;
}
.eg-testimonial-4-arrow {
  position: absolute;
  bottom: 34px;
  right: 34px;
  width: 115px;
  z-index: 9;
  border-radius: 100px;
  padding: 7px 20px;
  text-align: center;
  background: #f5f5f5;
}
.eg-testimonial-4-arrow .swiper-counter {
  display: inline-block;
}
.eg-testimonial-4-arrow .swiper-counter span {
  font-weight: 700;
  font-size: 14px;
  color: #652f0a;
}
.eg-testimonial-4-arrow .eg-tes-next {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 0px;
  text-align: center;
  border-radius: 100px;
  background-color: var(--eg-common-white);
}
.eg-testimonial-4-arrow .eg-tes-prev {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 0px;
  text-align: center;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0);
}
.eg-testimonial-4-arrow .eg-tes-prev:hover {
  background-color: white;
}

/*----------------------------------------*/
/*  8.0 appointment css
/*----------------------------------------*/
.eg-appointment-heading .eg-section-title {
  margin-bottom: 37px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .eg-appointment-heading .eg-section-title {
    font-size: 45px;
  }
}
.eg-appointment-thumb img {
  width: 100%;
}
.eg-appointment-ptb {
  padding-bottom: 330px;
}
.eg-appointment-wrap {
  padding-right: 70px;
}
@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), (max-width: 767px) {
  .eg-appointment-wrap {
    padding-right: 0;
  }
}
.eg-appointment-title {
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 25px;
  margin-bottom: 30px;
  color: var(--eg-text-5);
  letter-spacing: -0.26px;
  border-bottom: 1px solid rgba(14, 20, 35, 0.1);
}
.eg-appointment-check {
  margin-bottom: 40px;
}
.eg-appointment-check .eg-booking-form-check .form-check-input:checked {
  background-color: var(--eg-theme-secondary);
  border-color: var(--eg-theme-secondary);
}
.eg-appointment-check .eg-booking-form-check .form-check-label {
  font-size: 16px;
  font-weight: 300;
  color: #37393D;
}
.eg-appointment-input {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-appointment-input {
    flex-wrap: wrap;
  }
}
.eg-appointment-input label {
  color: #37393D;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.eg-appointment-input input, .eg-appointment-input textarea {
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #8D9097;
  resize: none;
}
.eg-appointment-input input::placeholder, .eg-appointment-input textarea::placeholder {
  color: #8D9097;
  font-size: 16px;
  font-weight: 400;
}
.eg-appointment-input input:focus, .eg-appointment-input textarea:focus {
  border-color: var(--eg-theme-secondary);
}
.eg-appointment-input textarea {
  height: 140px;
}
.eg-appointment-input .full {
  height: 60px;
  line-height: 60px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  color: #8D9097;
  display: block;
  margin-bottom: 20px;
  background-color: var(--eg-common-white);
}
.eg-appointment-input .full:focus {
  border-color: var(--eg-theme-secondary);
}
.eg-appointment-input .full::after {
  right: 20px;
  color: #77797D;
}
.eg-appointment-input .full .list {
  border-radius: 0;
}
.eg-appointment-input .sort input {
  width: 300px;
  padding-left: 45px;
}
.eg-appointment-input .sort span {
  position: absolute;
  left: 20px;
  top: 48%;
  transform: translateY(-50%);
}
.eg-appointment-input .eg-service-details-book-select .select {
  width: 140px;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
  background-color: var(--eg-common-white);
}
.eg-appointment-input .eg-service-details-book-select .select .list {
  width: 100%;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .eg-appointment-input .eg-service-details-book-select.two {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-appointment-input-btn {
    margin-bottom: 30px;
  }
}
.eg-appointment-input-btn .eg-btn {
  width: 100%;
  padding: 15px 21px;
  border-color: var(--eg-theme-secondary);
  background-color: var(--eg-theme-secondary);
}
.eg-appointment-input-btn .eg-btn:hover {
  background-color: transparent;
  color: var(--eg-theme-secondary);
}

.eg-schedule-heading .eg-section-title-3 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-schedule-heading .eg-section-title-3 br {
    display: none;
  }
}
.eg-schedule-btn .eg-btn-3 {
  background-color: #ec3939;
  border: 2px solid #EC3939;
  padding: 4px 6px 4px 19px;
}
.eg-schedule-btn .eg-btn-3 span {
  margin-left: 20px;
}
.eg-schedule-btn .eg-btn-3:hover {
  color: #ec3939;
  border: 2px solid #EC3939;
  background-color: transparent;
}
.eg-schedule-btn .eg-btn-3:hover span {
  color: var(--eg-common-white);
  background-color: #EC3939;
}

/*----------------------------------------*/
/*  8.1 cta css
/*----------------------------------------*/
.eg-cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(255, 204, 83);
}
.eg-cta-wrapper {
  padding: 20px 0 14px;
}
@media (max-width: 767px) {
  .eg-cta-wrapper {
    flex-wrap: wrap;
  }
}
.eg-cta-content-box {
  position: relative;
}
.eg-cta-content-icon {
  margin-right: 14px;
  transform: translateY(-1px);
}
.eg-cta-content p {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  color: rgba(33, 32, 30, 0.7);
}
.eg-cta-sub {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  font-family: var(--eg-ff-p);
}
@media (max-width: 767px) {
  .eg-cta-btn {
    padding-top: 20px;
  }
}
.eg-cta-btn .eg-btn-2 {
  color: #21201E;
  border: 1px solid #21201E;
  background-color: transparent;
}

.eg-cta-2-ptb {
  padding-top: 30px;
  padding-bottom: 37px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-cta-2-ptb {
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.eg-cta-2-text {
  padding-left: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-cta-2-text {
    padding-left: 0;
  }
}
.eg-cta-2-text p {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.02em;
  color: #08272e;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .eg-cta-2-text-2 {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-cta-2-text-2 {
    padding: 20px 0;
  }
}
.eg-cta-2-text-2 p {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  color: rgba(8, 39, 46, 0.8);
}
.eg-cta-2-btn {
  line-height: 1;
}
.eg-cta-2-btn .eg-btn-2 {
  padding: 14px 16px;
  background: #073742;
}
.eg-cta-2-btn .eg-btn-2:hover {
  color: var(--eg-common-white);
}

.eg-cta-3-area.eg-cta-2-ptb {
  padding-top: 60px;
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .eg-cta-3-area.eg-cta-2-ptb {
    padding-left: 15px;
  }
}
.eg-cta-3-area .eg-cta-2-text {
  padding-left: 175px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-cta-3-area .eg-cta-2-text {
    padding-left: 0;
  }
}
.eg-cta-3-area .eg-cta-2-text-2 {
  padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-cta-3-area .eg-cta-2-text-2 {
    padding-left: 0;
  }
}
.eg-cta-3-btn .eg-btn-3 {
  background-color: #ec3939;
  border: 2px solid #EC3939;
  padding: 4px 6px 4px 19px;
}
.eg-cta-3-btn .eg-btn-3 span {
  margin-left: 20px;
}
.eg-cta-3-btn .eg-btn-3:hover {
  color: #ec3939;
  border: 2px solid #EC3939;
  background-color: transparent;
}
.eg-cta-3-btn .eg-btn-3:hover span {
  color: var(--eg-common-white);
  background-color: #EC3939;
}

/*----------------------------------------*/
/*  8.2 Brand css
/*----------------------------------------*/
.eg-brand-box {
  border-top: 1px solid rgba(82, 84, 86, 0.1);
}
.eg-brand-box.two {
  border-bottom: 1px solid rgba(82, 84, 86, 0.1);
}
.eg-brand-box .row .br {
  border-right: 1px solid rgba(82, 84, 86, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-brand-box .row .br {
    border-bottom: 1px solid rgba(82, 84, 86, 0.1);
  }
}
.eg-brand-item {
  display: flex;
  margin: 50px 0;
  justify-content: center;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 320px) and (max-width: 575px) {
  .eg-brand-item {
    margin: 30px 0;
  }
}
.eg-brand-item:hover .eg-brand-item-img {
  transform: translateY(100%);
}
.eg-brand-item:hover .eg-brand-item-hover {
  transform: translate(-50%, 0);
}
.eg-brand-item-img {
  position: relative;
  display: block;
  width: auto;
  margin: 0 auto;
  transition: transform 0.4s ease;
}
.eg-brand-item-hover {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  transform: translate(-50%, -130%);
  transition: transform 0.5s ease;
}
.eg-brand-thumb img {
  width: 120px;
  height: 40px;
}

.eg-brand-2-heading {
  margin-bottom: 60px;
}
.eg-brand-2-heading h5 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: var(--eg-heading-secondary);
}
.eg-brand-2-botom {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-brand-2-botom {
    padding-top: 80px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.eg-brand-2-botom::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  right: auto;
  margin: 0 auto;
  height: 1px;
  transform: translateX(-50%);
  width: calc(100% - 360px);
  background: linear-gradient(90deg, rgba(28, 41, 54, 0) 0%, rgba(28, 41, 54, 0.14) 53.25%, rgba(28, 41, 54, 0) 100.42%);
}
@media (max-width: 767px) {
  .eg-brand-2-botom::after {
    width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-brand-2-thumb {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-brand-3-ptb {
    padding-bottom: 80px;
  }
}
.eg-brand-3-overlay .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.eg-brand-3-overlay .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.eg-brand-3-slider {
  margin-bottom: 12px;
}
.eg-brand-3-item {
  margin: 0 5px;
}
.eg-brand-3-btn {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  color: #192014;
  font-family: var(--eg-ff-r);
  border-radius: 30px;
  padding: 12px 30px;
  background: #d8e4b4;
}

/*----------------------------------------*/
/*  8.3 Department css
/*----------------------------------------*/
.eg-department-item {
  padding: 47px 45px 30px 45px;
  background-color: var(--eg-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .eg-department-item {
    padding: 40px 34px 30px 34px;
  }
}
.eg-department-item:hover .eg-department-icon img {
  transform: translateX(24px);
  animation: lara 1s infinite linear;
}
.eg-department-icon {
  margin-bottom: 25px;
}
.eg-department-icon img {
  position: relative;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.eg-department-content {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-department-content {
    margin-bottom: 30px;
  }
}
.eg-department-content span {
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  color: var(--eg-text-4);
}
.eg-department-title {
  font-weight: 600;
  font-size: 26px;
  color: var(--eg-heading-secondary);
}
.eg-department-btn a {
  font-size: 14px;
  font-weight: 400;
  color: var(--eg-heading-secondary);
}
.eg-department-btn a:hover {
  color: var(--eg-theme-secondary);
}
.eg-department-btn a span {
  margin-left: 4px;
  transform: translateY(-1px);
  display: inline-block;
}
.eg-department-main-btn {
  margin-top: 25px;
}
.eg-department-main-btn span {
  font-size: 14px;
  font-weight: 400;
  padding: 4px 22px;
  display: inline-block;
  border-radius: 100px;
  background: #dae6ed;
  color: var(--eg-heading-secondary);
}
.eg-department-main-btn span a {
  font-weight: 600;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--eg-theme-secondary);
}

.eg-calender-wrapper .fc-theme-standard .fc-scrollgrid {
  border: 1px solid #EAEBEE;
}
.eg-calender-wrapper .fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(89, 107, 176, 0.2);
  color: var(--eg-common-black);
}
.eg-calender-wrapper .fc .fc-toolbar-title {
  font-size: 20px;
  font-weight: 500;
  color: #1C2936;
}
.eg-calender-wrapper .fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
  padding: 12px 20px;
  background-color: #F1F2F4;
}
.eg-calender-wrapper .fc .fc-button-group button {
  border-radius: 0;
  color: var(--eg-common-black);
  border-color: var(--eg-common-white);
  background-color: var(--eg-common-white);
}
.eg-calender-wrapper .fc .fc-button-group button:not(:last-child) {
  margin-right: 6px;
}
.eg-calender-wrapper .fc .fc-button-group button.fc-next-button, .eg-calender-wrapper .fc .fc-button-group button:hover {
  background-color: #2664FF;
  border-color: #2664FF;
  color: var(--eg-common-white);
}
.eg-calender-wrapper .fc .fc-button-group button:active {
  background-color: #2664FF;
  border-color: #2664FF;
  color: var(--eg-common-white);
}
.eg-calender-wrapper .fc .fc-button-group button:active:focus {
  box-shadow: none;
}
.eg-calender-wrapper .fc .fc-button-group button:focus {
  box-shadow: none;
}
.eg-calender-select .nice-select {
  font-size: 15px;
  font-weight: 500;
  float: none;
  border: none;
  width: 230px;
  border-radius: 0;
  display: inline-block;
  background: #F1F2F4;
}
.eg-calender-select .nice-select::after {
  right: 20px;
}
.eg-calender-select .nice-select .list {
  padding: 5px 0;
  width: 100%;
  border-radius: 0;
  background: #F1F2F4;
}
.eg-calender-select .nice-select .list li {
  min-height: 30px;
  line-height: 30px;
}

/*----------------------------------------*/
/*  8.4 Counter css
/*----------------------------------------*/
.eg-counter-title {
  font-size: 70px;
  font-weight: 700;
  margin-right: 10px;
  color: var(--eg-theme-secondary);
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .eg-counter-item {
    justify-content: center;
  }
}
.eg-counter-item p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: var(--eg-heading-secondary);
}
.eg-counter-number {
  position: absolute;
  top: -55px;
  left: 56px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-counter-number {
    top: -35px;
  }
}
.eg-counter-number h3 {
  font-size: 160px;
  font-weight: 800;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: rgba(28, 41, 54, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-counter-number h3 {
    font-size: 120px;
  }
}

/*----------------------------------------*/
/*  8.5 Team css
/*----------------------------------------*/
.eg-team-item-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.eg-team-item-content {
  position: absolute;
  overflow: hidden;
  bottom: 30px;
  left: 30px;
  right: 30px;
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding: 25px 20px 35px 30px;
  background-color: var(--eg-common-white);
}
.eg-team-item-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--eg-heading-secondary);
}
.eg-team-item-dsc p {
  font-size: 15px;
  font-weight: 400;
  color: #56575a;
  margin: 0;
  line-height: 1;
}
.eg-team-item-call span {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  background-color: var(--eg-common-white);
  border: 1px solid rgba(28, 41, 54, 0.1);
}
.eg-team-item-hover {
  position: relative;
  -webkit-backface-visibility: hidden;
}
.eg-team-item-hover-title {
  font-size: 22px;
  font-weight: 500;
  color: var(--eg-heading-secondary);
}
.eg-team-item-hover-title a:hover {
  color: #2664ff;
}
.eg-team-item-hover-heading {
  margin-bottom: 38px;
}
.eg-team-item-hover-heading p {
  font-size: 14px;
  font-weight: 400;
  color: #38393c;
  line-height: 22px;
}
.eg-team-item-hover-time {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-team-item-hover-time {
    margin-bottom: 40px;
  }
}
.eg-team-item-hover-time p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #878a8e;
  margin: 0;
}
.eg-team-item-hover-time p span {
  color: #45464a;
  font-weight: 500;
}
.eg-team-item-hover-content {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  padding: 50px 34px 35px 34px;
  background-color: var(--eg-common-white);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.eg-team-item-hover-content .eg-team-item-call {
  position: absolute;
  top: 20px;
  right: 20px;
}
.eg-team-item-hover-social a {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  color: #56575a;
  margin-right: 4px;
  border: 1px solid rgba(37, 44, 51, 0.12);
}
.eg-team-item-hover-social a:hover {
  color: var(--eg-common-white);
  background-color: #2664ff;
}
.eg-team-item:hover .eg-team-item-content {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .eg-team-item:hover .eg-team-item-content {
    transform: rotateY(0deg);
  }
}
.eg-team-item:hover .eg-team-item-hover-content {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.eg-team-thumb {
  width: 100%;
}
.eg-team-thumb img {
  width: 100%;
}
.eg-team-pagination {
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
}
.eg-team-pagination .swiper-pagination-bullet {
  background: rgb(217, 217, 217);
  height: 4px;
  width: 20px;
  border-radius: 0;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-team-pagination .swiper-pagination-bullet-active {
  width: 50px;
  background: #2664ff;
}

.eg-team-item-content, .eg-team-item-hover-content {
  background-size: cover;
  background-position: center;
  -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-team-3-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.eg-team-3-item {
  border: 2px solid #f3f0e2;
  border-radius: 20px;
  padding: 40px 30px 38px;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-team-3-item:hover {
  background: #f3f0e2;
  transform: translateY(-6px);
}
.eg-team-3-item:hover .eg-team-3-thumb img {
  background-color: #DCD7BF;
}
.eg-team-3-item:hover .eg-team-3-btn a {
  border-color: rgb(88, 112, 68);
}
.eg-team-3-item:hover .eg-team-3-btn a span {
  color: var(--eg-common-white);
  background: var(--eg-theme-5);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-team-3-heading {
    margin-bottom: 40px;
  }
}
.eg-team-3-content .dsc {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  color: var(--eg-theme-5);
  font-family: var(--eg-ff-r);
  margin-bottom: 5px;
  display: inline-block;
}
.eg-team-3-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 50px;
  letter-spacing: -0.01em;
  color: var(--eg-heading-3);
  font-family: var(--eg-ff-r);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-team-3-title {
    margin-bottom: 35px;
  }
}
.eg-team-3-title a:hover {
  color: var(--eg-theme-5);
}
.eg-team-3-thumb {
  margin-bottom: 40px;
}
.eg-team-3-thumb img {
  border-radius: 50%;
  background-color: #F3F0E2;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-team-3-btn a {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  border-radius: 100px;
  padding: 3px 6px 3px 12px;
  color: var(--eg-heading-3);
  border: 2px solid transparent;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-team-3-btn a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 6px;
  line-height: 26px;
  text-align: center;
  border-radius: 100px;
  background: #d8e4b4;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}

.eg-team-details-box {
  margin-right: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-team-details-box {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-team-details-box {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.eg-team-details-info-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed rgba(14, 20, 35, 0.16);
}
.eg-team-details-info-item a {
  color: #45474B;
  font-size: 16px;
  font-weight: 500;
}
.eg-team-details-info-item a span {
  display: inline-block;
  margin-right: 10px;
}
.eg-team-details-info-item a:hover {
  color: var(--eg-theme-secondary);
}
.eg-team-details-info .eg-footer-copyright-social a::after {
  background-color: var(--eg-theme-secondary);
}
.eg-team-details-description-item {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E7E9EE;
}
.eg-team-details-description-item span {
  width: 195px;
  font-size: 18px;
  font-weight: 500;
  padding-right: 95px;
  color: var(--eg-text-5);
}
.eg-team-details-description-item p {
  color: #45474B;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.eg-team-details-description-item p span {
  color: #45474B;
  font-size: 16px;
  font-weight: 400;
  padding-right: 0;
  margin-right: 50px;
}
.eg-team-details-description-item p span svg {
  margin-right: 8px;
}

.eg-team-specialist-item .eg-team-3-item {
  border-radius: 0;
  border: 2px solid #F4F6FB;
}
.eg-team-specialist-item .eg-team-3-item:hover {
  background: #F1F4FB;
  border: 2px solid #F1F4FB;
}
.eg-team-specialist-item .eg-team-3-item:hover .eg-team-3-thumb img {
  background: #E0E6F4;
}
.eg-team-specialist-item .eg-team-3-item:hover .eg-team-3-btn a {
  border-color: transparent;
}
.eg-team-specialist-item .eg-team-3-item:hover .eg-team-3-btn a span {
  background: var(--eg-theme-secondary);
}
.eg-team-specialist-item .eg-team-3-title {
  font-family: var(--eg-ff-heading);
}
.eg-team-specialist-item .eg-team-3-title a:hover {
  color: var(--eg-theme-secondary);
}
.eg-team-specialist-item .eg-team-3-thumb img {
  background-color: #F4F6FB;
}
.eg-team-specialist-item .eg-team-3-content .dsc {
  color: #45474B;
  letter-spacing: 0.72px;
  font-family: var(--eg-ff-p);
}
.eg-team-specialist-item .eg-team-3-btn a span {
  background: #F1F4FB;
}
.eg-team-specialist-item .eg-team-3-btn a:hover {
  border-color: rgba(38, 100, 255, 0.5) !important;
}

.eg-doctor-details-box {
  margin-right: 65px;
  padding: 20px 40px 40px;
  background-color: #F6F8FA;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-doctor-details-box {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-doctor-details-box {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.eg-doctor-details-thumb {
  margin-bottom: 35px;
}
.eg-doctor-details-thumb img {
  width: 100%;
}
.eg-doctor-details-content-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -0.24px;
  color: var(--eg-text-5);
}
.eg-doctor-details-content-item {
  margin-top: 30px;
}
.eg-doctor-details-content-item-icon a {
  color: #45474B;
  font-size: 16px;
  font-weight: 500;
}
.eg-doctor-details-content-item-icon a:hover {
  color: var(--eg-theme-secondary);
}
.eg-doctor-details-content-item-icon span {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  background-color: var(--eg-common-white);
  margin-right: 8px;
}
.eg-doctor-details-info-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed rgba(14, 20, 35, 0.16);
}
.eg-doctor-details-info-item span {
  font-size: 15px;
  font-weight: 500;
  color: var(--eg-text-5);
}
.eg-doctor-details-info-item .des, .eg-doctor-details-info-item ul li {
  color: #76787C;
  font-size: 14px;
  font-weight: 500;
  margin-left: 60px;
}
.eg-doctor-details-info-flex {
  flex: 0 0 auto;
}
.eg-doctor-details-wrap-pre {
  color: #45474B;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  display: inline-block;
}
.eg-doctor-details-wrap-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: -0.4px;
  color: var(--eg-text-5);
}
.eg-doctor-details-wrap-title-pre {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: -0.3px;
  color: var(--eg-text-5);
}
.eg-doctor-details-wrap p {
  color: #45474B;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .eg-doctor-details-wrap p br {
    display: none;
  }
}
.eg-doctor-details-wrap p.p-two {
  margin-bottom: 35px;
}
.eg-doctor-details-wrap p.p-three {
  margin-bottom: 30px;
}
.eg-doctor-details-wrap-list {
  padding-bottom: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EAEBEE;
}
.eg-doctor-details-wrap-list ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  margin-left: 15px;
  color: var(--eg-text-5);
}
.eg-doctor-details-wrap-info {
  padding-bottom: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EAEBEE;
}
.eg-doctor-details-wrap-info-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 20px;
  color: var(--eg-text-5);
}
.eg-doctor-details-wrap-info-title span {
  font-size: 24px;
  font-weight: 500;
  color: var(--eg-theme-secondary);
}
.eg-doctor-details-wrap-info-thumb img {
  margin-right: 16px;
}
@media (max-width: 767px) {
  .eg-doctor-details-wrap-info-thumb img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.eg-doctor-details-wrap-review {
  padding-bottom: 50px;
  margin-bottom: 40px;
  border-bottom: 1px solid #EAEBEE;
}
.eg-doctor-details-wrap-review-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--eg-text-5);
}
.eg-doctor-details-wrap-review-content-p {
  color: #45474B;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.4px;
}
.eg-doctor-details-wrap-review-heading {
  display: flex;
  align-items: end;
}
.eg-doctor-details-wrap-review-heading span {
  font-size: 50px;
  font-weight: 800;
  margin-right: 7px;
  display: inline-block;
  line-height: 1;
  letter-spacing: -1px;
  color: var(--eg-text-5);
  font-family: var(--eg-ff-play);
}
.eg-doctor-details-wrap-review-rating {
  line-height: 1;
}
.eg-doctor-details-wrap-review-rating img {
  margin-bottom: 5px;
}
.eg-doctor-details-wrap-review-rating p {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  line-height: 1;
  color: rgba(82, 84, 86, 0.8);
}
.eg-doctor-details-wrap-user {
  align-items: center;
}
.eg-doctor-details-wrap-user-thumb {
  margin-right: 10px;
}
.eg-doctor-details-wrap-user-thumb img {
  width: 46px;
  height: 46px;
  object-fit: cover;
}
.eg-doctor-details-wrap-user-content span {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: -0.34px;
  color: var(--eg-text-5);
}
.eg-doctor-details-wrap-user-content p {
  color: #2E3031;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}
.eg-doctor-details-btn-box a {
  border: none;
  padding: 11px 33px;
  border: 1px solid var(--eg-text-5);
  background-color: var(--eg-text-5);
}
.eg-doctor-details-btn-box a:hover {
  color: var(--eg-text-5);
  background-color: transparent;
  border-color: var(--eg-text-5);
}
.eg-doctor-details-btn-box a:not(:last-child) {
  margin-right: 8px;
}

/*----------------------------------------*/
/*  8.6 Contact css
/*----------------------------------------*/
.eg-contact-plr {
  padding-left: 10px;
  padding-right: 10px;
}
.eg-contact-shape .shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  left: 4px;
  margin: auto;
}
.eg-contact-shape .shape-2 {
  position: absolute;
  bottom: 0;
  right: 70px;
}
.eg-contact-content {
  padding: 70px 80px 110px;
  background: #bdedfc;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .eg-contact-content {
    padding: 70px 50px 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-contact-content {
    padding: 40px 30px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eg-contact-content {
    padding: 75px 30px 95px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .eg-contact-content {
    padding: 70px 30px 100px;
  }
}
.eg-contact-title {
  font-size: 40px;
  font-weight: 600;
  color: #08272e;
  margin-bottom: 50px;
  letter-spacing: -0.02em;
}
.eg-contact-link {
  margin-bottom: 14px;
}
.eg-contact-link-box {
  margin-bottom: 40px;
}
.eg-contact-link-icon {
  margin-right: 18px;
}
.eg-contact-link-icon span {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: rgba(7, 55, 66, 0.1);
}
.eg-contact-link-content span {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  color: #073742;
  line-height: 1;
  margin-bottom: 5px;
}
.eg-contact-link-content a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #073742;
  margin: 0;
}
.eg-contact-link-content a:hover {
  color: var(--eg-theme-secondary);
}
.eg-contact-chat {
  position: relative;
  width: 260px;
}
.eg-contact-chat input {
  height: 46px;
  width: 260px;
  padding-left: 54px;
  padding-right: 76px;
  border-radius: 100px;
  background-color: transparent;
  border: 1px solid rgba(8, 39, 46, 0.14);
  font-weight: 500;
  font-size: 14px;
  color: #073742;
}
.eg-contact-chat input:focus-visible {
  outline: none;
}
.eg-contact-chat input::placeholder {
  font-weight: 500;
  font-size: 14px;
  color: #073742;
}
.eg-contact-chat-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.eg-contact-chat-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.eg-contact-chat-btn button {
  font-weight: 600;
  font-size: 14px;
  background: #08272e;
  padding: 3px 16px 3px;
  border-radius: 100px;
  color: var(--eg-common-white);
}
.eg-contact-chat-btn button:hover {
  color: var(--eg-common-white);
  background-color: var(--eg-common-black);
}
.eg-contact-input-box {
  background: #f1f2f4;
  padding: 100px 90px 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .eg-contact-input-box {
    padding: 100px 50px 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-contact-input-box {
    padding: 50px 30px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eg-contact-input-box {
    padding: 100px 35px 110px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .eg-contact-input-box {
    padding: 80px 35px 80px;
  }
}
.eg-contact-input input, .eg-contact-input textarea {
  border: none;
  resize: none;
  font-weight: 500;
  font-size: 15px;
  padding-left: 0;
  color: #4b4c4f;
  margin-bottom: 8px;
  background-color: transparent;
  border-bottom: 1px solid #1c2936;
}
.eg-contact-input input::placeholder, .eg-contact-input textarea::placeholder {
  font-weight: 500;
  font-size: 15px;
  color: #4b4c4f;
}
.eg-contact-input input:focus, .eg-contact-input textarea:focus {
  border-bottom: 1px solid var(--eg-theme-secondary);
}
.eg-contact-input textarea {
  height: 112px;
  margin-bottom: 30px;
}
.eg-contact-input-btn .eg-btn {
  border: none;
  padding: 9px 28px;
  background: #1c2936;
}
.eg-contact-input-btn .eg-btn span {
  display: inline-block;
  transform: translateY(-2px);
}
.eg-contact-input-btn .eg-btn:hover {
  color: var(--eg-common-white);
  background-color: var(--eg-common-black);
}
.eg-contact-map-box {
  width: 100%;
  height: 605px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .eg-contact-map-box {
    height: 505px;
  }
}
.eg-contact-map-box iframe {
  width: 100%;
  height: 100%;
}
.eg-contact-map-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.eg-contact-map-content {
  width: 100%;
  height: 560px;
}
.eg-contact-map-content iframe {
  width: 100%;
  height: 100%;
}
.eg-contact-map-content img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.eg-contact-inner-content .eg-contact-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 40px;
  color: var(--eg-text-5);
  letter-spacing: -0.26px;
}
.eg-contact-inner-content .eg-contact-link-icon span {
  height: 46px;
  width: 46px;
  line-height: 42px;
  border: 1px solid rgba(20, 24, 32, 0.1);
  background-color: transparent;
}
.eg-contact-inner-content .eg-contact-link-content span {
  color: #8D9097;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
}
.eg-contact-inner-content .eg-contact-link-content a {
  font-size: 15px;
  font-weight: 500;
  color: #141820;
}
.eg-contact-inner-content .eg-contact-link-content a:hover {
  color: var(--eg-theme-secondary);
}
.eg-contact-inner-content .eg-contact-link-box {
  margin-bottom: 50px;
}
.eg-contact-inner-faq {
  display: inline-block;
  border-radius: 100px;
  padding: 3px 18px;
  margin-bottom: 110px;
  border: 1px solid rgba(20, 24, 32, 0.1);
}
.eg-contact-inner-faq p {
  display: flex;
  color: #525356;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
}
.eg-contact-inner-faq p span {
  font-weight: 600;
  margin: 0 4px 0;
  color: var(--eg-text-5);
}
.eg-contact-inner-faq p a {
  margin-left: 4px;
  font-weight: 600;
  color: var(--eg-theme-secondary);
}
.eg-contact-inner-wrapper {
  padding: 70px;
  background-color: #F6F8FA;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-contact-inner-wrapper {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .eg-contact-inner-wrapper {
    padding: 30px;
  }
}

/*----------------------------------------*/
/*  8.7 Pricing css
/*----------------------------------------*/
@media (max-width: 767px) {
  .eg-pricing-pb {
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eg-pricing-pb {
    padding-bottom: 30px;
  }
}
.eg-pricing-wrapper {
  padding-left: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-pricing-wrapper {
    padding-left: 0;
  }
}
.eg-pricing-item {
  border-radius: 20px;
  border: 2px solid #f3f0e2;
  padding: 22px 26px 22px 36px;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
@media (max-width: 767px) {
  .eg-pricing-item {
    flex-wrap: wrap;
  }
}
.eg-pricing-item.inner-pricing {
  border-radius: 0;
  border: 1px solid #EBEDEF;
}
.eg-pricing-item.inner-pricing:hover {
  background-color: #F1F4FB;
}
.eg-pricing-item.inner-pricing:hover .eg-btn-3 {
  background-color: var(--eg-theme-secondary);
}
.eg-pricing-item.inner-pricing .price-tag {
  font-family: var(--eg-ff-p);
  color: var(--eg-text-5);
}
.eg-pricing-item.inner-pricing .price-tag::after {
  background: #F0F2F6;
}
.eg-pricing-item.inner-pricing .eg-pricing-title {
  font-family: var(--eg-ff-p);
  color: var(--eg-text-5);
}
.eg-pricing-item.inner-pricing.active .eg-btn-3 {
  background-color: var(--eg-theme-secondary);
}
.eg-pricing-item.inner-pricing .eg-btn-3 {
  border-color: #F2F4F6;
}
.eg-pricing-item.inner-pricing .eg-btn-3:hover span {
  color: var(--eg-theme-secondary);
}
.eg-pricing-item.inner-pricing .eg-btn-3 span {
  background-color: #F2F4F6;
}
.eg-pricing-item .price-tag {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  width: 74px;
  color: var(--eg-heading-3);
  font-family: var(--eg-ff-r);
}
.eg-pricing-item .price-tag::after {
  position: absolute;
  content: "";
  top: 0;
  right: -34px;
  width: 2px;
  height: 50px;
  background: #f3f0e2;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .eg-pricing-item .price-tag::after {
    right: -20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-pricing-item .price-tag::after {
    right: -10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .eg-pricing-item .price-tag::after {
    content: none;
  }
}
.eg-pricing-item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #595955;
  margin-bottom: 0;
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .eg-pricing-item p {
    margin-top: 20px;
  }
}
.eg-pricing-item .eg-btn-3 {
  color: var(--eg-heading-3);
  background-color: transparent;
  border: 2px solid #f3f0e2;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-pricing-item .eg-btn-3 span {
  background-color: #d8e4b4;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
@media (max-width: 767px) {
  .eg-pricing-item .eg-btn-3 {
    margin-top: 20px;
  }
}
.eg-pricing-item:hover {
  background: #f3f0e2;
}
.eg-pricing-item:hover .eg-btn-3 {
  color: var(--eg-common-white);
  background: var(--eg-theme-5);
}
.eg-pricing-item:hover .eg-btn-3 span {
  color: var(--eg-heading-3);
  background-color: var(--eg-common-white);
}
.eg-pricing-item:hover .price-tag::after {
  background: #e1ddca;
}
.eg-pricing-item.active {
  background: #f3f0e2;
}
.eg-pricing-item.active.inner-pricing {
  background-color: #F1F4FB;
  border-color: #F1F4FB;
}
.eg-pricing-item.active .eg-btn-3 {
  color: var(--eg-common-white);
  background: var(--eg-theme-5);
}
.eg-pricing-item.active .eg-btn-3 span {
  background-color: var(--eg-common-white);
}
.eg-pricing-item.active .price-tag::after {
  background: #e1ddca;
}
.eg-pricing-title {
  font-size: 44px;
  font-weight: 500;
  margin: 0;
  letter-spacing: -0.02em;
  color: var(--eg-heading-3);
  font-family: var(--eg-ff-r);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-pricing-4-heading {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-pricing-4-heading .eg-section-title-3 br {
    display: none;
  }
}

.eg-pricing-inner-heading p {
  color: #45474B;
  font-size: 18px;
  font-weight: 300;
}

.eg-pricing-fees-ptb {
  padding-bottom: 340px;
}
.eg-pricing-fees-tab {
  margin-bottom: 40px;
}
.eg-pricing-fees-tab nav .nav-tabs {
  border: none;
  justify-content: center;
}
.eg-pricing-fees-tab nav .nav-tabs .nav-link {
  border: none;
  padding: 4px 9px;
  color: #45474B;
  font-size: 13px;
  font-weight: 700;
  border-radius: 100px;
  letter-spacing: 0.52px;
  text-transform: uppercase;
  background-color: var(--eg-common-white);
  margin-bottom: 10px;
}
.eg-pricing-fees-tab nav .nav-tabs .nav-link:not(:last-child) {
  margin-right: 6px;
}
.eg-pricing-fees-tab nav .nav-tabs .nav-link.active {
  color: var(--eg-common-white);
  background-color: var(--eg-theme-secondary);
}
.eg-pricing-fees-tab.faq nav .nav-tabs .nav-link {
  color: #37393D;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 16px;
  border: 1px solid rgba(82, 84, 86, 0.16);
  margin-bottom: 10px;
}
.eg-pricing-fees-tab.faq nav .nav-tabs .nav-link.active {
  color: var(--eg-common-white);
}
.eg-pricing-fees-content {
  padding: 30px;
  background-color: var(--eg-common-white);
}
.eg-pricing-fees-item {
  padding: 25px 30px;
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .eg-pricing-fees-item {
    padding: 25px 15px;
  }
}
.eg-pricing-fees-item:not(:last-child) {
  margin-bottom: 10px;
}
.eg-pricing-fees-item.active {
  background: #F6F8FA;
}
.eg-pricing-fees-item span {
  display: inline-block;
  color: #45474B;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.eg-pricing-cta-ptb {
  margin-top: -210px;
}
.eg-pricing-cta-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .eg-pricing-cta-content {
    padding: 100px 30px;
  }
}
.eg-pricing-cta-content .eg-section-title {
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 36px;
  letter-spacing: -1.8px;
  color: var(--eg-common-white);
}
@media (max-width: 767px) {
  .eg-pricing-cta-content .eg-section-title {
    font-size: 40px;
    line-height: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-pricing-cta-content .eg-section-title br {
    display: none;
  }
}
.eg-pricing-cta-content .eg-section-title-pre {
  font-weight: 700;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  font-family: var(--eg-ff-p);
  color: var(--eg-common-white);
}
.eg-pricing-cta-content .eg-section-title-pre::after {
  background-color: var(--eg-common-white);
}
.eg-pricing-cta-content .eg-btn-3 {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.eg-pricing-cta-content .eg-btn-3:hover {
  color: var(--eg-theme-secondary);
  background-color: var(--eg-common-white);
}
.eg-pricing-cta-content .eg-btn-3:hover span {
  color: var(--eg-common-white);
  background-color: var(--eg-theme-secondary);
}

/*----------------------------------------*/
/*  8.8 Faq css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-faq-heading {
    margin-bottom: 40px;
  }
}
.eg-faq-heading .eg-section-title-3 {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-faq-heading .eg-section-title-3 {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-faq-heading .eg-section-title-3 br {
    display: none;
  }
}

.eg-faq-accordion .accordion {
  border: none;
}
.eg-faq-accordion .accordion .accordion-item {
  border: none;
  border-radius: 20px;
  background-color: var(--eg-common-white);
}
.eg-faq-accordion .accordion .accordion-body {
  padding: 0px 155px 35px 30px;
  background-color: #f3f0e2;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 767px) {
  .eg-faq-accordion .accordion .accordion-body {
    padding: 0px 50px 35px 30px;
  }
}
.eg-faq-accordion .accordion .accordion-body p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  color: #5e5e5a;
}
.eg-faq-accordion .accordion .accordion-button {
  font-weight: 500;
  font-size: 20px;
  color: #141820;
  padding: 22px 30px 22px;
  border-radius: 20px 20px 0 0;
  font-family: var(--eg-ff-r);
  background-color: #fdfef8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .eg-faq-accordion .accordion .accordion-button {
    padding: 20px 50px 20px 30px;
  }
}
.eg-faq-accordion .accordion .accordion-button::after {
  content: none;
}
.eg-faq-accordion .accordion .accordion-button:focus {
  box-shadow: none;
}
.eg-faq-accordion .accordion .accordion-button:not(.collapsed) {
  color: #587044;
  box-shadow: none;
  background-color: #f3f0e2;
}
.eg-faq-accordion .accordion .accordion-button:not(.collapsed) .accordion-btn {
  background: #d8e4b4;
}
.eg-faq-accordion .accordion .accordion-button:not(.collapsed) .accordion-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  background-color: var(--eg-heading-3);
}
.eg-faq-accordion .accordion .accordion-button:not(.collapsed) .accordion-btn::after {
  background-color: var(--eg-heading-3);
}
.eg-faq-accordion .accordion .accordion-button .accordion-btn {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 25px;
  height: 25px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #D8E4B4;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .eg-faq-accordion .accordion .accordion-button .accordion-btn {
    right: 20px;
  }
}
.eg-faq-accordion .accordion .accordion-button .accordion-btn::after, .eg-faq-accordion .accordion .accordion-button .accordion-btn::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  left: 50%;
  top: 50%;
  border-radius: 2px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--eg-heading-3);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.eg-faq-accordion .accordion .accordion-button .accordion-btn::before {
  -webkit-transform: translate(-48%, -45%) rotate(90deg);
  -moz-transform: translate(-48%, -45%) rotate(90deg);
  -ms-transform: translate(-48%, -45%) rotate(90deg);
  -o-transform: translate(-48%, -45%) rotate(90deg);
  transform: translate(-48%, -45%) rotate(90deg);
  background-color: var(--eg-heading-3);
}

.eg-faq-4-style .eg-faq-accordion .accordion .accordion-item {
  border-radius: 0;
  background-color: transparent;
  border-top: 1px solid rgba(27, 23, 20, 0.1);
}
.eg-faq-4-style .eg-faq-accordion .accordion .accordion-item:nth-last-child(1) {
  border-bottom: 1px solid rgba(27, 23, 20, 0.1);
}
.eg-faq-4-style .eg-faq-accordion .accordion .accordion-item .accordion-button {
  font-family: var(--eg-ff-p);
  background-color: transparent;
}
.eg-faq-4-style .eg-faq-accordion .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #652F0A;
}
.eg-faq-4-style .eg-faq-accordion .accordion .accordion-item .accordion-button:not(.collapsed) .accordion-btn {
  background: #652F0A;
}
.eg-faq-4-style .eg-faq-accordion .accordion .accordion-item .accordion-button:not(.collapsed) .accordion-btn::after {
  background-color: var(--eg-common-white);
}
.eg-faq-4-style .eg-faq-accordion .accordion .accordion-item .accordion-button .accordion-btn {
  background: #e6e8ea;
}
.eg-faq-4-style .eg-faq-accordion .accordion .accordion-body {
  background-color: transparent;
}
.eg-faq-4-style.faq .eg-faq-accordion .accordion .accordion-item {
  border: none;
  margin-bottom: 6px;
  background-color: #F6F8FA;
}
.eg-faq-4-style.faq .eg-faq-accordion .accordion .accordion-item .accordion-button {
  border-radius: 0;
  border: none;
  font-size: 22px;
  color: var(--eg-text-5);
  background-color: #F6F8FA;
  font-family: var(--eg-ff-heading);
}
.eg-faq-4-style.faq .eg-faq-accordion .accordion .accordion-item .accordion-button:not(.collapsed) .accordion-btn::after {
  background-color: rgba(14, 20, 35, 0.14);
}
.eg-faq-4-style.faq .eg-faq-accordion .accordion .accordion-item .accordion-button .accordion-btn {
  background-color: transparent;
  border: 1px solid rgba(14, 20, 35, 0.14);
}
.eg-faq-4-style.faq .eg-faq-accordion .accordion .accordion-item .accordion-button .accordion-btn::before {
  background-color: #56575A;
}
.eg-faq-4-style.faq .eg-faq-accordion .accordion .accordion-item .accordion-button .accordion-btn::after {
  background-color: #56575A;
}

@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), (max-width: 767px) {
  .eg-faq-inner-heading {
    margin-bottom: 30px;
  }
}
.eg-faq-inner-heading span {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.52px;
  color: var(--eg-text-5);
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}
.eg-faq-inner-heading .eg-section-title-2 {
  font-size: 80px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--eg-text-5);
  letter-spacing: -1.6px;
}
@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) {
  .eg-faq-inner-heading .eg-section-title-2 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .eg-faq-inner-heading .eg-section-title-2 {
    font-size: 48px;
  }
}
.eg-faq-inner-heading p {
  font-size: 16px;
  color: #56575A;
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .eg-faq-inner-heading p br {
    display: none;
  }
}

/*----------------------------------------*/
/*  8.9 Shop css
/*----------------------------------------*/
.eg-shop-category-slider {
  margin: 0 95px;
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .eg-shop-category-slider {
    margin: 0 30px;
  }
}
.eg-shop-category-item {
  padding: 30px 0 30px 30px;
  border-radius: 18px;
  background: var(--eg-common-white);
  box-shadow: 0 1px 1px 0 rgba(14, 20, 35, 0.2);
}
.eg-shop-category-item:hover .eg-shop-category-thumb img {
  transform: scale(1.08);
}
.eg-shop-category-title {
  font-size: 20px;
  font-weight: 600;
  color: #1b1714;
  margin-bottom: 0;
}
.eg-shop-category-title a:hover {
  color: #652f0a;
}
.eg-shop-category-content {
  margin-bottom: 30px;
}
.eg-shop-category-content span {
  font-size: 13px;
  font-weight: 500;
  color: #575c65;
}
.eg-shop-category-thumb {
  height: 176px;
  width: 170px;
  margin-bottom: 15px;
}
.eg-shop-category-thumb img {
  height: 176px;
  width: 170px;
  object-fit: contain;
  transition: all 0.3s 0s ease-out;
}
.eg-shop-category-btn a {
  border: 1px solid rgba(101, 47, 10, 0.3);
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  width: 52px;
  height: 42px;
  line-height: 38px;
}
.eg-shop-category-btn a span {
  color: #652f0a;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-shop-category-btn a:hover {
  background-color: #652f0a;
}
.eg-shop-category-btn a:hover span {
  color: var(--eg-common-white);
}
.eg-shop-category-arrows .eg-shop-next, .eg-shop-category-arrows .eg-shop-prev {
  position: absolute;
  right: -100px;
  top: 50%;
  width: 60px;
  height: 60px;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  color: #1b1714;
  transform: translateY(-50%);
  border: 1px solid rgba(27, 23, 20, 0.14);
}
.eg-shop-category-arrows .eg-shop-next:hover, .eg-shop-category-arrows .eg-shop-prev:hover {
  color: #652f0a;
  border-color: var(--eg-common-white);
  background-color: var(--eg-common-white);
}
.eg-shop-category-arrows .eg-shop-prev {
  left: -100px;
}

.eg-scrollbar {
  position: relative;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  margin-top: 26px;
  background: rgba(101, 47, 10, 0.1);
}
.eg-scrollbar .swiper-scrollbar-drag {
  background: #1b1714;
}

.eg-shop-bundle-item {
  border-radius: 18px;
  background: var(--eg-common-white);
  box-shadow: 0 1px 1px 0 rgba(14, 20, 35, 0.2);
}
.eg-shop-bundle-item:hover .eg-shop-bundle-thumb img {
  transform: scale(1.08);
}
.eg-shop-bundle-item:hover .eg-product-action {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}
.eg-shop-bundle-tag {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
}
.eg-shop-bundle-tag span {
  font-size: 14px;
  height: 20px;
  line-height: 1.35;
  font-weight: 600;
  border-radius: 10px;
  background: #31b757;
  display: inline-block;
  padding: 0px 8px 0px 8px;
  color: var(--eg-common-white);
}
.eg-shop-bundle-tag span.new {
  background-color: #298cff;
}
.eg-shop-bundle-tag span.dis {
  background-color: #ff5d29;
}
.eg-shop-bundle-thumb {
  overflow: hidden;
  border-radius: 18px 18px 0 0;
  box-shadow: 0 1px 0 0 rgba(101, 47, 10, 0.08);
}
.eg-shop-bundle-thumb img {
  transition: all 0.3s 0s ease-out;
}
@media (max-width: 767px) {
  .eg-shop-bundle-thumb img {
    width: 100%;
  }
}
.eg-shop-bundle-content {
  padding: 20px 25px;
}
.eg-shop-bundle-content span {
  font-size: 12px;
  font-weight: 500;
  color: #8d8e99;
  display: inline-block;
  margin-bottom: 5px;
}
.eg-shop-bundle-content span img {
  margin-right: 5px;
}
.eg-shop-bundle-title {
  font-size: 16px;
  font-weight: 500;
  color: #1b1714;
  margin-bottom: 10px;
  font-family: var(--eg-ff-p);
}
.eg-shop-bundle-title a:hover {
  color: #652f0a;
}
.eg-shop-bundle-price span {
  font-weight: 600;
  font-size: 20px;
  color: #652f0a;
  margin: 0;
  font-family: var(--eg-ff-r);
}
.eg-shop-bundle-price del {
  font-size: 15px;
  font-weight: 300;
  color: #89837d;
  margin-right: 10px;
  font-family: var(--eg-ff-r);
}
.eg-shop-bundle-btn-box {
  margin-top: 26px;
}
.eg-shop-bundle-btn-box a {
  color: #652F0A;
  font-size: 15px;
  font-weight: 600;
  padding: 6px 188px;
  border-radius: 100px;
  display: inline-block;
  border: 2px solid rgba(27, 23, 20, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-shop-bundle-btn-box a {
    padding: 6px 120px;
  }
}
@media (max-width: 767px) {
  .eg-shop-bundle-btn-box a {
    padding: 6px 100px;
  }
}
.eg-shop-bundle-btn-box a span {
  margin-left: 6px;
  transform: translateY(-1px);
  display: inline-block;
}
.eg-shop-bundle-btn-box a:hover {
  background-color: #652F0A;
  color: var(--eg-common-white);
}
.eg-shop-bundle-list-item {
  overflow: hidden;
  border-radius: 10px;
  padding: 20px 35px 20px 20px;
  background-color: var(--eg-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-shop-bundle-list-item {
    flex-wrap: wrap;
  }
}
.eg-shop-bundle-list-thumb .eg-shop-bundle-tag {
  left: 14px;
  right: auto;
}
.eg-shop-bundle-list-thumb img {
  width: 210px;
  height: 210px;
  object-fit: cover;
}
.eg-shop-bundle-list-info li {
  list-style: none;
  font-size: 15px;
}
.eg-shop-bundle-list-content {
  margin-left: -80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-shop-bundle-list-content {
    margin-left: 0;
  }
}
.eg-shop-bundle-list-content .eg-shop-bundle-content {
  padding: 0;
}
@media (max-width: 767px) {
  .eg-shop-bundle-list-content .eg-shop-bundle-content {
    margin-bottom: 30px;
  }
}
.eg-shop-bundle-list-content .eg-shop-bundle-content span {
  margin-bottom: 15px;
}
.eg-shop-bundle-list-content .eg-shop-bundle-content .eg-shop-bundle-title {
  font-size: 20px;
  margin-bottom: 6px;
}
.eg-shop-bundle-list-price {
  position: relative;
  padding-left: 30px;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .eg-shop-bundle-list-price {
    padding-left: 0;
  }
}
.eg-shop-bundle-list-price::before {
  position: absolute;
  content: "";
  left: 0;
  height: 200px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #EBEFF4;
}
@media (max-width: 767px) {
  .eg-shop-bundle-list-price::before {
    content: none;
  }
}
.eg-shop-bundle-list-price p {
  font-size: 15px;
  font-weight: 500;
  line-height: 5px;
}
.eg-shop-bundle-list-price p i {
  font-style: normal;
  color: #31b757;
}
.eg-shop-bundle-list-btn {
  margin-bottom: 20px;
}
.eg-shop-bundle-list-btn .eg-btn-4 {
  width: 100%;
  text-align: center;
}

.eg-shop-banner-box {
  border-radius: 28px;
  background-color: #F0E6D2;
}
.eg-shop-banner-content {
  padding-left: 170px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-shop-banner-content {
    padding-left: 120px;
    padding-bottom: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-shop-banner-content {
    padding-left: 30px;
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
.eg-shop-banner-content p {
  font-size: 16px;
  font-weight: 500;
  color: #746e69;
  margin-bottom: 35px;
}
.eg-shop-banner-thumb {
  position: absolute;
  top: 0;
  left: 0;
}
.eg-shop-banner-thumb img {
  border-radius: 28px;
}
.eg-shop-banner-sub {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  color: #652f0a;
  border-radius: 100px;
  margin-bottom: 20px;
  padding: 0px 15px 0px 15px;
  background-color: var(--eg-common-white);
}
.eg-shop-banner-title {
  font-size: 50px;
  font-weight: 600;
  color: #1b1714;
  letter-spacing: -0.02em;
  font-family: var(--eg-ff-r);
}
.eg-shop-banner-title span {
  color: #ff8a00;
}
.eg-shop-banner-arrow {
  position: absolute;
  bottom: 34px;
  right: 34px;
  width: 115px;
  z-index: 9;
  border-radius: 100px;
  padding: 7px 20px;
  text-align: center;
  background: var(--eg-common-white);
}
.eg-shop-banner-arrow .swiper-counter {
  display: inline-block;
}
.eg-shop-banner-arrow .swiper-counter span {
  font-weight: 700;
  font-size: 14px;
  color: #652f0a;
}
.eg-shop-banner-arrow .eg-banner-next {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 0px;
  text-align: center;
  border-radius: 100px;
  background-color: whitesmoke;
}
.eg-shop-banner-arrow .eg-banner-prev {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 0px;
  text-align: center;
  border-radius: 100px;
  background-color: rgba(245, 245, 245, 0);
}
.eg-shop-banner-arrow .eg-banner-prev:hover {
  background-color: whitesmoke;
}
.eg-shop-banner-active .swiper-slide-active .eg-shop-banner-content .eg-shop-banner-sub {
  animation-delay: 0.5s;
  animation-duration: 0.5s;
}
.eg-shop-banner-active .swiper-slide-active .eg-shop-banner-content .eg-shop-banner-title {
  animation-delay: 0.7s;
  animation-duration: 0.7s;
}
.eg-shop-banner-active .swiper-slide-active .eg-shop-banner-content .eg-shop-banner-content-p {
  animation-delay: 0.9s;
  animation-duration: 0.7s;
}
.eg-shop-banner-active .swiper-slide-active .eg-shop-banner-content .eg-shop-banner-btn {
  animation-delay: 1s;
  animation-duration: 0.8s;
}
.eg-shop-banner-active .swiper-slide-active .eg-shop-banner-sub, .eg-shop-banner-active .swiper-slide-active .eg-shop-banner-title, .eg-shop-banner-active .swiper-slide-active .eg-shop-banner-content-p, .eg-shop-banner-active .swiper-slide-active .eg-shop-banner-btn {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

.eg-product-action {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: all 0.3s 0s ease-out;
}
.eg-product-action-btn {
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1;
  color: rgb(101, 47, 10);
  border: 1px solid #EBEBEB;
  background-color: var(--eg-common-white);
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-product-action-btn:not(:last-of-type) {
  margin-right: 3px;
}
.eg-product-action-btn:hover {
  background: #652F0A;
  border-color: #652F0A;
  color: var(--eg-common-white);
  box-shadow: 0px 2px 4px 0px rgba(4, 9, 45, 0.1);
}
.eg-product-action-btn:hover .eg-product-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-12px);
}
.eg-product-action-item.shop .eg-product-action-btn {
  border-radius: 50%;
}

.eg-shop-info-box {
  padding: 14px 30px;
  border-radius: 18px;
  align-items: center;
  background: var(--eg-common-white);
  box-shadow: 0px 1px 1px 0px rgba(14, 20, 35, 0.2);
}
.eg-shop-info-list {
  display: flex;
}
.eg-shop-info-list span {
  color: #1B1714;
  display: inline-block;
  margin-right: 12px;
}
.eg-shop-info-list nav ul li {
  list-style: none;
  display: inline-block;
}
.eg-shop-info-list nav ul li a {
  color: #797C82;
  font-size: 14px;
  font-weight: 500;
}
.eg-shop-info-list nav ul li a.active, .eg-shop-info-list nav ul li a:hover {
  color: #1B1714;
}
.eg-shop-info-list nav ul li:not(:last-child) {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #DCDCDC;
}
.eg-shop-info-tabs {
  margin-right: 15px;
}
.eg-shop-info-tabs .nav {
  border: none;
}
.eg-shop-info-tabs .nav li {
  margin-right: 12px;
  color: #797C82;
}
.eg-shop-info-tabs .nav .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #797C82;
}
.eg-shop-info-tabs .nav .nav-item .nav-link.active {
  color: #652F0A;
}
.eg-shop-info-tabs .nav .nav-item .nav-link span {
  display: inline-block;
}
.eg-shop-info-select .nice-select {
  width: 200px;
  color: #1B1714;
  border-radius: 100px;
  background: #F5F5F5;
}
.eg-shop-info-select .nice-select .list {
  width: 100%;
  padding: 10px 0px;
}
.eg-shop-info-select .nice-select .option {
  line-height: 30px;
  min-height: 30px;
}
.eg-shop-info-select .nice-select::after {
  right: 20px;
}

.eg-shop-modal .modal-dialog {
  --bs-modal-width: 1220px;
}
.eg-shop-modal-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  width: 40px;
  height: 40px;
  z-index: 2;
  border-radius: 10px;
  color: var(--eg-common-white);
  background-color: #652F0A;
}
.eg-shop-modal-close-btn:hover {
  background-color: #1b1714;
}
.eg-shop-modal-content {
  position: relative;
  border-radius: 20px;
  padding: 50px 50px 40px;
  background-color: #f3f5f7;
}
@media (max-width: 767px) {
  .eg-shop-modal-content {
    padding: 40px 30px 40px;
  }
}

/*----------------------------------------*/
/*  9.0 Shop widget css
/*----------------------------------------*/
.eg-shop-widget-title {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 9px;
  margin-bottom: 25px;
  color: #1B1714;
  border-bottom: 1px solid rgba(27, 23, 20, 0.1);
}
.eg-shop-widget-title.no-border {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 14px;
}
.eg-shop-widget-filter .ui-widget.ui-widget-content {
  height: 3px;
  border: 0;
  background-color: rgba(27, 23, 20, 0.1);
}
.eg-shop-widget-filter .ui-slider-horizontal .ui-slider-range {
  background-color: #652F0A;
}
.eg-shop-widget-filter .ui-slider .ui-slider-handle {
  top: -7px;
  width: 5px;
  height: 17px;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: #652F0A;
}
.eg-shop-widget-filter .ui-slider .ui-slider-handle:focus-visible {
  outline: #652F0A;
}
.eg-shop-widget-filter-info .input-range input {
  width: 130px;
  height: auto;
  background-color: transparent;
  color: var(--eg-common-black);
  padding: 0;
  border: 0;
  font-weight: 500;
  font-size: 14px;
}
.eg-shop-widget-filter-info .eg-shop-widget-filter-btn {
  font-weight: 400;
  font-size: 14px;
  color: var(--eg-common-black);
  background-color: #F5F5F5;
  padding: 2px 21px;
}
.eg-shop-widget-filter-info .eg-shop-widget-filter-btn:hover {
  color: var(--eg-common-white);
  background-color: var(--eg-common-black);
}
.eg-shop-widget-checkbox ul li {
  list-style: none;
}
.eg-shop-widget-checkbox ul li:not(:last-child) {
  margin-bottom: 4px;
}
.eg-shop-widget-checkbox ul li input {
  display: none;
}
.eg-shop-widget-checkbox ul li input .single-widget-category input:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.eg-shop-widget-checkbox ul li input:checked ~ label::after {
  background-color: #652F0A;
  border-color: #652F0A;
}
.eg-shop-widget-checkbox ul li input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.eg-shop-widget-checkbox ul li label {
  font-size: 16px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
}
.eg-shop-widget-checkbox ul li label::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 12px;
  text-align: center;
  border: 2px solid #DADADA;
  z-index: 0;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-shop-widget-checkbox ul li label::before {
  position: absolute;
  content: url("../img/shop/bundle/check.svg");
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 12px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  color: var(--eg-common-white);
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-shop-widget-checkbox ul li label:hover {
  cursor: pointer;
}
.eg-shop-widget-categories {
  height: 288px;
  overflow-y: scroll;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: thin;
  padding-right: 10px;
}
.eg-shop-widget-categories ul li {
  list-style: none;
  width: 100%;
}
.eg-shop-widget-categories ul li:not(:last-child) {
  margin-bottom: 10px;
}
.eg-shop-widget-categories ul li a {
  font-weight: 400;
  font-size: 15px;
  color: #575C65;
  position: relative;
  padding-left: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.eg-shop-widget-categories ul li a::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  text-align: center;
  background-color: #E7E7E7;
  border-radius: 50%;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-shop-widget-categories ul li a:hover {
  color: #652F0A;
}
.eg-shop-widget-categories ul li a:hover::after {
  background-color: #652F0A;
}
.eg-shop-widget-categories ul li a:hover span {
  background-color: #652F0A;
  border-color: #652F0A;
  color: var(--eg-common-white);
}
.eg-shop-widget-categories ul li a span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  border-radius: 8px;
  padding: 5px 6px 4px;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  border: 1px solid #EAEAEA;
  background-color: var(--eg-common-white);
}
.eg-shop-widget-checkbox-circle {
  position: relative;
}
.eg-shop-widget-checkbox-circle-list ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.eg-shop-widget-checkbox-circle-list ul li:not(:last-child) {
  margin-bottom: 5px;
}
.eg-shop-widget-checkbox-circle-list ul li:hover .eg-shop-widget-checkbox-circle-number {
  background-color: #652F0A;
  border-color: #652F0A;
  color: var(--eg-common-white);
}
.eg-shop-widget-checkbox-circle-number {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  border-radius: 8px;
  padding: 5px 6px 3px;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  border: 1px solid #EAEAEA;
  background-color: var(--eg-common-white);
}
.eg-shop-widget-checkbox-circle .eg-shop-widget-checkbox-circle-self {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  z-index: 0;
  border-radius: 50%;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-shop-widget-checkbox-circle input {
  display: none;
}
.eg-shop-widget-checkbox-circle input .single-widget-category input:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.eg-shop-widget-checkbox-circle input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.eg-shop-widget-checkbox-circle label {
  font-size: 15px;
  font-weight: 400;
  color: #575C65;
  position: relative;
  padding-left: 26px;
}
.eg-shop-widget-checkbox-circle label::before {
  position: absolute;
  content: url("../img/shop/bundle/check-2.svg");
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  color: var(--eg-common-white);
  -webkit-transition: 0.1s 0.3s 0s ease-in-out;
  -moz-transition: 0.1s 0.3s 0s ease-in-out;
  -ms-transition: 0.1s 0.3s 0s ease-in-out;
  -o-transition: 0.1s 0.3s 0s ease-in-out;
  transition: 0.1s 0.3s 0s ease-in-out;
}
.eg-shop-widget-checkbox-circle label:hover {
  cursor: pointer;
}
.eg-shop-widget-product-item:not(:last-child) {
  margin-bottom: 20px;
}
.eg-shop-widget-product-rating {
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.eg-shop-widget-product-rating span {
  font-size: 12px;
  color: #FFB21D;
  margin-right: 1px;
}
.eg-shop-widget-product-rating-number span {
  font-weight: 500;
  font-size: 12px;
  color: #818487;
}
.eg-shop-widget-product-thumb {
  flex: 0 0 auto;
}
.eg-shop-widget-product-thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin-right: 14px;
}
.eg-shop-widget-product-title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
  color: #1B1714;
}
.eg-shop-widget-product-title a:hover {
  color: #652F0A;
}
.eg-shop-widget-product-price {
  font-size: 14px;
  color: #55585B;
}
.eg-shop-widget-brand {
  margin-right: 40px;
}
.eg-shop-widget-brand-item {
  width: 50%;
  flex: 0 0 50%;
  margin-bottom: 30px;
}

.eg-shop-details-ptb {
  padding-top: 110px;
}
.eg-shop-details-wrapper {
  margin-left: 21px;
}
.eg-shop-details-wrapper.has-sticky {
  position: sticky;
  top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-shop-details-wrapper {
    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: 767px) {
  .eg-shop-details-wrapper {
    margin-left: 0;
    margin-top: 50px;
  }
}
.eg-shop-details-wrap-border {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(27, 23, 20, 0.1);
}
.eg-shop-details-nav-main-thumb {
  position: relative;
  border-radius: 20px;
}
.eg-shop-details-nav-main-thumb img {
  border-radius: 20px;
}
.eg-shop-details-thumb-wrapper {
  position: sticky;
  top: 120px;
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-shop-details-thumb-wrapper {
    margin-right: 0;
  }
}
.eg-shop-details-thumb-wrapper .nav-tabs {
  border: none;
}
.eg-shop-details-thumb-wrapper .nav-tabs .nav-link {
  width: 134px;
  height: 134px;
  position: relative;
  padding: 0;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .eg-shop-details-thumb-wrapper .nav-tabs .nav-link {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.eg-shop-details-thumb-wrapper .nav-tabs .nav-link:not(:last-child) {
  margin-right: 25px;
}
.eg-shop-details-thumb-wrapper .nav-tabs .nav-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid transparent;
  top: 0;
  left: 0;
  border-radius: 10px;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-shop-details-thumb-wrapper .nav-tabs .nav-link.active::after, .eg-shop-details-thumb-wrapper .nav-tabs .nav-link:hover::after {
  border-color: #652F0A;
}
.eg-shop-details-thumb-wrapper .nav-tabs .nav-link img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eg-shop-details-thumb-wrapper .nav-tabs .nav-link .nav-video-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-color: var(--eg-common-black);
  color: var(--eg-common-white);
  font-size: 15px;
}
.eg-shop-details-thumb-wrapper .tab-content {
  margin-bottom: 25px;
}
.eg-shop-details-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
  color: #1B1714;
}
.eg-shop-details-rating {
  display: flex;
  margin-right: 11px;
  align-items: center;
}
.eg-shop-details-rating span {
  font-size: 12px;
  color: #FFB21D;
}
.eg-shop-details-rating span:not(:last-child) {
  margin-right: 3px;
}
.eg-shop-details-rating-wrapper {
  margin-bottom: 5px;
}
.eg-shop-details-reviews span {
  display: inline-block;
  color: #6C6A63;
  font-size: 14px;
  font-weight: 400;
  margin-right: 8px;
}
.eg-shop-details-price {
  font-weight: 600;
  font-size: 20px;
  font-family: var(--eg-ff-r);
  color: var(--eg-common-black);
  margin-right: 5px;
}
.eg-shop-details-price.new-price {
  color: #652F0A;
}
.eg-shop-details-price.old-price {
  font-weight: 300;
  font-size: 15px;
  color: #89837D;
  font-family: var(--eg-ff-r);
  text-decoration-line: line-through;
}
.eg-shop-details-dec-box p {
  font-size: 16px;
  line-height: 24px;
  color: #6C6A63;
  margin-bottom: 0;
  font-weight: 400;
}
.eg-shop-details-dec-title {
  font-size: 18px;
  font-weight: 600;
  color: #1B1714;
  font-family: var(--eg-ff-p);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-shop-details-dec-right {
    padding-left: 0;
  }
}
.eg-shop-details-variation-title {
  font-size: 18px;
  font-weight: 600;
  color: #1B1714;
  margin-bottom: 4px;
}
.eg-shop-details-variation-item:not(:last-child) {
  margin-bottom: 5px;
}
.eg-shop-details-variation-list button {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-shop-details-variation-list button span[data-bg-color] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  transform: translate(-50%, -50%);
  background-color: var(--eg-common-white);
}
.eg-shop-details-variation-list button .eg-color-variation-tootltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(2px);
  width: max-content;
  background-color: var(--eg-common-black);
  color: var(--eg-common-white);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.eg-shop-details-variation-list button .eg-color-variation-tootltip::before {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid var(--eg-common-black);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.eg-shop-details-variation-list button.eg-size-variation-btn {
  width: 40px;
  height: 24px;
  line-height: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  border: 1px solid rgba(27, 23, 20, 0.1);
}
.eg-shop-details-variation-list button.eg-size-variation-btn span {
  font-size: 14px;
  font-weight: 400;
  color: #1B1714;
}
.eg-shop-details-variation-list button.eg-size-variation-btn:hover, .eg-shop-details-variation-list button.eg-size-variation-btn.active {
  box-shadow: none;
  border-color: #1B1714;
  background-color: #1B1714;
}
.eg-shop-details-variation-list button.eg-size-variation-btn:hover span, .eg-shop-details-variation-list button.eg-size-variation-btn.active span {
  color: var(--eg-common-white);
}
.eg-shop-details-variation-list button:hover, .eg-shop-details-variation-list button.active {
  box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);
}
.eg-shop-details-variation-list button:hover span[data-bg-color], .eg-shop-details-variation-list button.active span[data-bg-color] {
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -moz-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  -o-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
}
.eg-shop-details-variation-list button:hover .eg-color-variation-tootltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-6px);
  -moz-transform: translateX(-50%) translateY(-6px);
  -ms-transform: translateX(-50%) translateY(-6px);
  -o-transform: translateX(-50%) translateY(-6px);
  transform: translateX(-50%) translateY(-6px);
}
.eg-shop-details-action-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 13px;
}
.eg-shop-details-quantity .eg-shop-quantity {
  width: 86px;
  position: relative;
  border-radius: 100px;
}
.eg-shop-details-quantity .eg-cart-plus, .eg-shop-details-quantity .eg-cart-minus {
  width: 24px;
  height: 24px;
  left: 7px;
  top: 50%;
  position: absolute;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-50%);
  color: var(--eg-common-white);
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.eg-shop-details-quantity .eg-cart-plus:hover, .eg-shop-details-quantity .eg-cart-minus:hover {
  color: #652F0A;
  background-color: var(--eg-common-white);
}
.eg-shop-details-quantity .eg-cart-plus {
  left: auto;
  right: 7px;
}
.eg-shop-details-quantity .eg-cart-input[type=text] {
  border: 0;
  height: 42px;
  font-size: 14px;
  font-weight: 600;
  line-height: 42px;
  background: #1B1714;
  text-align: center;
  border-radius: 100px;
  color: var(--eg-common-white);
}
.eg-shop-details-add-to-cart .eg-btn-4:hover {
  background-color: #1B1714;
}
.eg-shop-details-action-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .eg-shop-details-action-wrapper {
    margin-bottom: 30px;
  }
}
.eg-shop-details-action-sm {
  padding-bottom: 9px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(27, 23, 20, 0.1);
}
.eg-shop-details-action-sm-btn {
  font-size: 16px;
  font-weight: 400;
  color: #6C6A63;
  margin-bottom: 10px;
}
.eg-shop-details-action-sm-btn:not(:last-child) {
  margin-right: 10px;
}
.eg-shop-details-action-sm-btn i, .eg-shop-details-action-sm-btn svg {
  margin-right: 2px;
}
.eg-shop-details-action-sm-btn:hover {
  color: #652f0a;
}
.eg-shop-details-query-item span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #1B1714;
  line-height: 1;
  margin-right: 4px;
}
.eg-shop-details-query-item span i {
  margin-left: 3px;
  font-size: 16px;
  font-weight: 400;
  color: #6C6A63;
  margin-bottom: 10px;
  display: inline-block;
  font-style: normal;
}
.eg-shop-details-query-item a {
  color: #6C6A63;
  margin-right: 8px;
}
.eg-shop-details-query-item a:hover {
  color: #652F0A;
}
.eg-shop-details-tab-nav .nav-tabs {
  padding: 13px 0;
  border-bottom: 1px solid rgba(27, 23, 20, 0.1);
  border-top: 1px solid rgba(27, 23, 20, 0.1);
}
@media (max-width: 767px) {
  .eg-shop-details-tab-nav .nav-tabs {
    padding-bottom: 0;
  }
}
.eg-shop-details-tab-nav .nav-tabs .nav-link {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #1B1714;
  padding-left: 9px;
  padding-right: 7px;
  border: none;
  background-color: transparent;
}
.eg-shop-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
  margin-left: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .eg-shop-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
    margin-left: 0;
  }
}
.eg-shop-details-tab-nav .nav-tabs .nav-link.active, .eg-shop-details-tab-nav .nav-tabs .nav-link:hover {
  border: none;
  background-color: transparent;
}
.eg-shop-details-tab-nav .nav-tabs .nav-link.active::after, .eg-shop-details-tab-nav .nav-tabs .nav-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .eg-shop-details-tab-nav .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: -1px;
    width: 0%;
    height: 2px;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -ms-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    background-color: var(--eg-common-black);
  }
}
@media (max-width: 767px) {
  .eg-shop-details-tab-nav .nav-tabs span#productTabMarker {
    display: none !important;
  }
}
.eg-shop-details-tab-line {
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: var(--eg-common-black);
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  display: block;
}
.eg-shop-details-desc-wrapper p {
  font-size: 16px;
  font-weight: 400;
  color: #6C6A63;
}
.eg-shop-details-desc-title {
  font-size: 26px;
  font-weight: 700;
  color: #1B1714;
  margin-bottom: 15px;
  font-family: var(--eg-ff-p);
}
.eg-shop-details-desc-left {
  padding-right: 92px;
}
.eg-shop-details-desc-right {
  padding-left: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-shop-details-desc-right {
    padding-left: 0;
  }
}
.eg-shop-details-desc-right img {
  width: 420px;
  height: 365px;
  padding-bottom: 80px;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-shop-details-desc-right img {
    padding-bottom: 30px;
    padding-top: 20px;
  }
}
.eg-shop-details-desc-list {
  padding-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-shop-details-desc-list {
    padding-bottom: 40px;
  }
}
.eg-shop-details-desc-list ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  color: #6C6A63;
}
.eg-shop-details-desc-list ul li:not(:last-child) {
  margin-bottom: 18px;
}
.eg-shop-details-desc-list ul li span {
  font-weight: 600;
  color: #1B1714;
  display: inline-block;
  margin-right: 10px;
}
.eg-shop-details-review-summery {
  margin-bottom: 12px;
}
.eg-shop-details-review-summery-rating span {
  color: #FFA928;
}
.eg-shop-details-review-summery-rating span:not(:last-child) {
  margin-right: 3px;
}
.eg-shop-details-review-summery-rating p {
  margin-left: 8px;
  font-size: 14px;
  margin-bottom: 0;
  color: #6C6A63;
}
.eg-shop-details-review-rating-item {
  line-height: 1;
  margin-bottom: 6px;
}
.eg-shop-details-review-rating-item > span {
  color: #6C6A63;
  font-size: 12px;
  line-height: 20px;
  margin-right: 10px;
}
.eg-shop-details-review-rating-bar {
  width: 260px;
  background-color: #D9D9D9;
  border-radius: 3px;
  height: 6px;
  position: relative;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .eg-shop-details-review-rating-bar {
    width: 130px;
  }
}
.eg-shop-details-review-rating-bar-inner {
  height: 100%;
  background-color: #161C2D;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px 0 0 5px;
}
.eg-shop-details-review-rating-percent span {
  font-size: 14px;
}
.eg-shop-details-review-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .eg-shop-details-review-list {
    padding-right: 0;
  }
}
.eg-shop-details-review-avater:not(:last-child) {
  margin-bottom: 32px;
}
.eg-shop-details-review-avater-thumb img {
  border-radius: 50%;
  margin-right: 20px;
}
.eg-shop-details-review-avater-rating {
  line-height: 1;
  margin-bottom: 10px;
}
.eg-shop-details-review-avater-rating span {
  font-size: 10px;
  margin-right: 2px;
  color: #FFB21D;
}
.eg-shop-details-review-avater-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #161C2D;
  display: block;
}
.eg-shop-details-review-avater-title-pre {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
}
.eg-shop-details-review-avater-comment p {
  font-size: 14px;
  line-height: 22px;
  color: #6C6A63;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eg-shop-details-review-form {
    margin-top: 50px;
  }
}
.eg-shop-details-review-form-title {
  font-size: 26px;
  font-weight: 700;
  color: #1B1714;
  margin-bottom: 15px;
  font-family: var(--eg-ff-p);
}
.eg-shop-details-review-form-rating {
  margin-bottom: 28px;
}
.eg-shop-details-review-form-rating p {
  margin-bottom: 0;
  margin-right: 8px;
}
.eg-shop-details-review-form-rating-icon span {
  font-size: 12px;
  color: #FFB21D;
}
.eg-shop-details-review-input-wrapper {
  margin-bottom: 11px;
}
.eg-shop-details-review-input-box {
  position: relative;
}
.eg-shop-details-review-input-box:not(:last-child) {
  margin-bottom: 20px;
}
.eg-shop-details-review-input input {
  height: 50px;
  border-radius: 3px;
  border: 1px #D9D9D9;
  font-size: 14px;
  color: var(--eg-common-black);
}
.eg-shop-details-review-input input:focus {
  border: 1px solid #652F0A;
}
.eg-shop-details-review-input textarea {
  height: 172px;
  resize: none;
  border-radius: 3px;
  border: 1px #D9D9D9;
}
.eg-shop-details-review-input textarea:focus {
  border: 1px solid #652F0A;
}
.eg-shop-details-review-input-title label {
  font-size: 14px;
  font-weight: 500;
  color: #161C2D;
}
.eg-shop-details-review-btn {
  font-size: 14px;
  font-weight: 400;
  padding: 9px 27px;
  background-color: #652F0A;
  text-transform: uppercase;
  border-radius: 3px;
  color: var(--eg-common-white);
}

/*----------------------------------------*/
/*  9.1 Cart css
/*----------------------------------------*/
.eg-cart-header-product {
  padding-left: 30px !important;
}
@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: 767px) {
  .eg-cart-list {
    overflow-x: scroll;
  }
}
.eg-cart-list .table > :not(caption) > * > * {
  padding: 20px 0;
  box-shadow: none;
  vertical-align: middle;
}
@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: 767px) {
  .eg-cart-list table {
    width: 840px;
  }
}
.eg-cart-list thead {
  background-color: rgba(205, 209, 210, 0.4392156863);
}
.eg-cart-list thead th {
  font-weight: 500;
  font-size: 14px;
  color: var(--eg-common-black);
  border: 0 !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.eg-cart-list tr td {
  border-color: #E0E2E3;
}
.eg-cart-list tr td .eg-cart-action-btn {
  font-weight: 400;
  font-size: 14px;
  color: #818487;
}
.eg-cart-list tr td .eg-cart-action-btn:hover {
  color: #FF1826;
}
.eg-cart-list tr td.eg-cart-add-to-cart .eg-btn {
  border-radius: 0;
}
.eg-cart-list tbody tr:first-child td {
  padding-top: 30px !important;
}
.eg-cart-img {
  width: 78px;
  margin-right: 20px;
}
.eg-cart-img img {
  width: 78px;
  height: 100px;
  object-fit: cover;
}
.eg-cart-title a {
  margin-left: 20px;
  font-weight: 400;
  font-size: 16px;
  color: var(--eg-common-black);
}
.eg-cart-title a:hover {
  color: #652F0A;
}
.eg-cart-price {
  width: 126px;
}
.eg-cart-price span {
  font-size: 16px;
  color: var(--eg-common-black);
}
.eg-cart-quantity {
  width: 180px;
}
.eg-cart-quantity .eg-shop-details-quantity {
  width: 100px;
}
.eg-cart-quantity .eg-shop-details-quantity .eg-cart-input {
  width: 100px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .eg-cart-coupon {
    margin-bottom: 20px;
  }
}
.eg-cart-coupon-input-box label {
  font-size: 14px;
  color: var(--eg-common-black);
  margin-bottom: 7px;
}
.eg-cart-coupon-input input {
  background: #FFFFFF;
  border: 1px solid #D6D9DC;
  height: 46px;
  line-height: 46px;
  margin-right: 4px;
  max-width: 282px;
}
.eg-cart-coupon-input button {
  font-weight: 500;
  font-size: 16px;
  color: var(--eg-common-white);
  background-color: var(--eg-common-black);
  padding: 10px 30px;
}
.eg-cart-coupon-input button:hover {
  color: var(--eg-common-white);
  background-color: #652F0A;
}
.eg-cart-update-btn {
  font-weight: 500;
  font-size: 16px;
  color: var(--eg-common-black);
  background-color: var(--eg-common-white);
  padding: 9px 29px;
  border: 1px solid rgba(2, 11, 24, 0.1);
}
.eg-cart-update-btn:hover {
  background-color: #652F0A;
  border-color: #652F0A;
  color: var(--eg-common-white);
}
.eg-cart-action-btn svg {
  display: inline-block;
  margin-right: 3px;
  transform: translateY(-1px);
}
.eg-cart-checkout-wrapper {
  background: var(--eg-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
  padding: 36px 24px 28px;
  margin-left: -24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .eg-cart-checkout-wrapper {
    margin-top: 50px;
    margin-left: 0;
  }
}
.eg-cart-checkout-top {
  padding-bottom: 13px;
  margin-bottom: 19px;
  border-bottom: 1px solid #E0E2E3;
}
.eg-cart-checkout-top span {
  font-size: 20px;
  color: var(--eg-common-black);
  font-weight: 500;
}
.eg-cart-checkout-shipping {
  padding-bottom: 16px;
  border-bottom: 1px solid #E0E2E3;
  margin-bottom: 15px;
}
.eg-cart-checkout-shipping-title {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 7px;
}
.eg-cart-checkout-shipping-option:not(:last-child) {
  margin-bottom: 4px;
}
.eg-cart-checkout-shipping-option input {
  display: none;
}
.eg-cart-checkout-shipping-option input:checked + label::after {
  border-color: #652F0A;
}
.eg-cart-checkout-shipping-option input:checked + label::before {
  opacity: 1;
  visibility: visible;
}
.eg-cart-checkout-shipping-option label {
  font-weight: 400;
  font-size: 14px;
  color: #161C2D;
  position: relative;
  padding-left: 25px;
}
.eg-cart-checkout-shipping-option label:hover {
  cursor: pointer;
}
.eg-cart-checkout-shipping-option label span {
  color: #652F0A;
}
.eg-cart-checkout-shipping-option label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
}
.eg-cart-checkout-shipping-option label::before {
  position: absolute;
  content: "";
  left: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #652F0A;
  visibility: hidden;
  opacity: 0;
}
.eg-cart-checkout-total {
  margin-bottom: 25px;
}
.eg-cart-checkout-total span {
  font-weight: 500;
  font-size: 18px;
  color: var(--eg-common-black);
}
.eg-cart-checkout-btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--eg-common-white);
  background-color: var(--eg-common-black);
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
}
.eg-cart-checkout-btn:hover {
  background-color: #652F0A;
  color: var(--eg-common-white);
}

/*----------------------------------------*/
/*  9.2 Checkout css
/*----------------------------------------*/
.eg-checkout-verify-item {
  margin-bottom: 40px;
}
.eg-checkout-verify-item:not(:last-child) {
  margin-bottom: 14px;
}
.eg-checkout-verify-reveal {
  font-size: 14px;
  color: var(--eg-common-black);
  margin-bottom: 0;
  display: inline-block;
  border: 1px dashed #AAB0B2;
  padding: 8px 26px;
  width: 100%;
}
.eg-checkout-verify-reveal button {
  color: #652f0a;
  position: relative;
}
.eg-checkout-verify-reveal button::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background-color: #652f0a;
}
.eg-checkout-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--eg-common-white);
  background-color: #652f0a;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-align: center;
}
.eg-checkout-btn:hover {
  background-color: var(--eg-common-black);
  color: var(--eg-common-white);
}
.eg-checkout-input {
  margin-bottom: 20px;
}
.eg-checkout-input label {
  font-weight: 500;
  color: var(--eg-common-black);
}
.eg-checkout-input label span {
  color: red;
}
.eg-checkout-input input, .eg-checkout-input textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D5D8DB;
  color: var(--eg-common-black);
  height: 50px;
}
.eg-checkout-input input:focus, .eg-checkout-input textarea:focus {
  border-color: var(--eg-common-black);
}
.eg-checkout-input textarea {
  height: 200px;
  resize: none;
}
.eg-checkout-input .nice-select {
  height: 50px;
  line-height: 48px;
  border-radius: 0;
  border: 1px solid #D5D8DB;
  color: var(--eg-common-black);
  float: none;
  padding: 0 26px;
}
.eg-checkout-input .nice-select::after {
  right: 26px;
}
.eg-checkout-input .nice-select.open .list {
  -webkit-transform: scale(1) translateY(0px);
  -moz-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.eg-checkout-input .nice-select .list {
  margin-top: 0;
  border-radius: 0;
  transform-origin: center center;
  -webkit-transform: scale(0.9) translateY(0px);
  -moz-transform: scale(0.9) translateY(0px);
  -ms-transform: scale(0.9) translateY(0px);
  -o-transform: scale(0.9) translateY(0px);
  transform: scale(0.9) translateY(0px);
  width: 100%;
  padding: 12px 0;
}
.eg-checkout-input .nice-select .list .option {
  line-height: 1.2;
  min-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
}
.eg-checkout-input .nice-select .list .option:hover {
  color: #652f0a;
}
.eg-checkout-option {
  margin-bottom: 4px;
}
.eg-checkout-option-wrapper {
  margin-top: 10px;
  margin-bottom: 17px;
}
.eg-checkout-option input {
  display: none;
}
.eg-checkout-option input:checked ~ label::after {
  background-color: #652f0a;
  border-color: #652f0a;
}
.eg-checkout-option input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.eg-checkout-option label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.eg-checkout-option label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -ms-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.eg-checkout-option label::before {
  position: absolute;
  content: url(" ../img/shop/shop/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--eg-common-white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -ms-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.eg-checkout-option label a:hover {
  color: #652f0a;
}
.eg-checkout-option label:hover {
  cursor: pointer;
}
.eg-checkout-bill-area {
  padding: 45px 40px 24px;
  background-color: var(--eg-common-white);
}
@media (max-width: 767px) {
  .eg-checkout-bill-area {
    padding: 45px 25px 24px;
  }
}
.eg-checkout-bill-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 35px;
}
.eg-checkout-place {
  padding: 44px 50px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-checkout-place {
    padding: 35px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .eg-checkout-place {
    margin-top: 50px;
  }
}
.eg-checkout-place-title {
  font-size: 26px;
  font-weight: 600;
  margin-right: 37px;
}
.eg-checkout-payment {
  padding-bottom: 26px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E0E2E3;
}
.eg-checkout-payment-item:not(:last-child) {
  margin-bottom: 10px;
}
.eg-checkout-payment-item.paypal-payment label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.eg-checkout-payment-item input {
  display: none;
}
.eg-checkout-payment-item input:checked ~ label::after {
  border-color: #652f0a;
}
.eg-checkout-payment-item input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.eg-checkout-payment-item label {
  font-size: 14px;
  position: relative;
  padding-left: 27px;
  font-weight: 500;
  color: var(--eg-common-black);
}
.eg-checkout-payment-item label:hover {
  cursor: pointer;
}
.eg-checkout-payment-item label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -ms-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.eg-checkout-payment-item label::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #652f0a;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -ms-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.eg-checkout-payment-item label img {
  width: 160px;
  margin-left: 14px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.eg-checkout-payment-item label a {
  margin-left: 20px;
  position: relative;
}
.eg-checkout-payment-item label a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: var(--eg-common-black);
}
.eg-checkout-payment-desc {
  position: relative;
  padding-top: 10px;
  display: none;
}
.eg-checkout-payment-desc::after {
  position: absolute;
  content: "";
  left: 57px;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #F6F7F9;
  -webkit-transform: translateY(3px) rotate(45deg);
  -moz-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  -o-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
}
.eg-checkout-payment-desc p {
  background-color: #F6F7F9;
  padding: 19px 30px;
  margin-left: 27px;
  font-size: 14px;
  line-height: 1.57;
  color: #55585B;
  margin-bottom: 0;
}
.eg-checkout-agree {
  margin-bottom: 24px;
}

.eg-return-customer {
  display: none;
  margin-top: 14px;
  padding: 40px 40px;
  background-color: var(--eg-common-white);
}
.eg-return-customer-input {
  margin-bottom: 20px;
}
.eg-return-customer-input label {
  font-weight: 500;
  color: var(--eg-common-black);
}
.eg-return-customer-input label span {
  color: red;
}
.eg-return-customer-input input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D5D8DB;
  color: var(--eg-common-black);
  height: 50px;
}
.eg-return-customer-remeber input {
  display: none;
}
.eg-return-customer-remeber input:checked ~ label::after {
  background-color: #652f0a;
  border-color: #652f0a;
}
.eg-return-customer-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.eg-return-customer-remeber label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.eg-return-customer-remeber label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -ms-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.eg-return-customer-remeber label::before {
  position: absolute;
  content: url("../img/shop/shop/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--eg-common-white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -ms-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.eg-return-customer-remeber label a:hover {
  color: #652f0a;
}
.eg-return-customer-remeber label:hover {
  cursor: pointer;
}
.eg-return-customer-forgot a {
  font-weight: 400;
  font-size: 15px;
  color: #652f0a;
  position: relative;
  display: inline-block;
}
.eg-return-customer-forgot a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: #652f0a;
}
.eg-return-customer-forgot a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

.eg-order-details {
  padding: 70px 100px 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .eg-order-details {
    padding: 70px 70px 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-order-details {
    padding: 70px 30px 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .eg-order-details {
    padding: 70px 50px 55px;
  }
}
@media (max-width: 767px) {
  .eg-order-details {
    padding: 40px 30px 45px;
  }
}
.eg-order-details-icon {
  margin-bottom: 22px;
}
.eg-order-details-icon span {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 118px;
  text-align: center;
  font-size: 55px;
  color: var(--eg-common-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.eg-order-details-title {
  font-size: 30px;
  font-weight: 600;
  color: var(--eg-common-white);
  margin-bottom: 7px;
}
.eg-order-details-content p {
  font-size: 16px;
  color: var(--eg-common-white);
  line-height: 1.38;
}
.eg-order-details-item {
  margin-bottom: 38px;
}
.eg-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .eg-order-details-item {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .eg-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .eg-order-details-item {
    padding-left: 0;
  }
}
.eg-order-details-item h4 {
  font-size: 18px;
  color: var(--eg-common-white);
  margin-bottom: 0;
  font-weight: 400;
}
.eg-order-details-item p {
  font-weight: 700;
  font-size: 18px;
  color: var(--eg-common-white);
  margin-bottom: 0;
}
.eg-order-info-wrapper {
  padding: 42px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-order-info-wrapper {
    padding: 42px 40px;
  }
}
@media (max-width: 767px) {
  .eg-order-info-wrapper {
    padding: 42px 30px;
  }
}
.eg-order-info-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}
.eg-order-info-list ul li {
  list-style: none;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.eg-order-info-list ul li:not(:last-child) {
  border-bottom: 1px solid #E0E2E3;
}
.eg-order-info-list ul li span {
  font-size: 15px;
  color: var(--eg-common-black);
}
.eg-order-info-list ul li.eg-order-info-list-header {
  padding-top: 0;
  padding-bottom: 12px;
}
.eg-order-info-list ul li.eg-order-info-list-header h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.eg-order-info-list ul li.eg-order-info-list-desc p {
  font-size: 15px;
  margin-bottom: 0;
}
.eg-order-info-list ul li.eg-order-info-list-desc p span {
  font-size: 15px;
  font-weight: 500;
}
.eg-order-info-list ul li.eg-order-info-list-subtotal span:last-child {
  color: #652f0a;
}
.eg-order-info-list ul li.eg-order-info-list-shipping span input {
  display: none;
}
.eg-order-info-list ul li.eg-order-info-list-shipping span input:checked ~ label::after {
  border-color: #652f0a;
}
.eg-order-info-list ul li.eg-order-info-list-shipping span input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.eg-order-info-list ul li.eg-order-info-list-shipping span label {
  font-size: 14px;
  position: relative;
  padding-right: 27px;
}
.eg-order-info-list ul li.eg-order-info-list-shipping span label span {
  color: #652f0a;
}
.eg-order-info-list ul li.eg-order-info-list-shipping span label:hover {
  cursor: pointer;
}
.eg-order-info-list ul li.eg-order-info-list-shipping span label::after {
  position: absolute;
  content: "";
  right: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -ms-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.eg-order-info-list ul li.eg-order-info-list-shipping span label::before {
  position: absolute;
  content: "";
  right: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #652f0a;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -ms-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.eg-order-info-list ul li.eg-order-info-list-total {
  padding: 14px 0;
}
.eg-order-info-list ul li.eg-order-info-list-total span {
  font-size: 16px;
  font-weight: 500;
}
.eg-order-inner {
  background-color: var(--eg-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
}

/*# sourceMappingURL=main.css.map */
