/*
************
*************************

   Template Name: Surgico - Skin Surgery HTML Template
   Description: Surgico - Skin Surgery HTML Template. It is a modern Template and fits for all kind of surgery website.
   Author: Codesculptor
   Version: 1.0

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

CSS INDEX
=================== 
01. common
02. header
03. back to top
04. Footer
05. Slider
06. Button
07. Appoint
08. About
09. Section title
10. Service
11. cta
12. Typography
13. Animation
14. Portfolio
15. Team
16. Brand
17. Testimonial
18. Image Cross
19. Counter
20. Blog
21. Footer
22. Hero
23. Time Schedule
24. Pricing
25. Faq
26. Work
27. Product
28. Instagram
29. Breadcrumb
30. Form
31. doctor
32. Doctor details
33. Service details
34. Blockquote
35. Widget
36. Portfolio Details
37. Comments
38. Popup
39. Account
40. Error
41. Shop
42. Cart
43. Checkout
44. Contact
******************************************************* 
*************************************************************** */
/*
************
*************************
01. common
******************************************************* 
*************************************************************** */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&amp;family=Poppins:wght@300;400;500;600;700;800;900&amp;family=Prata:wght@400&amp;display=swap");
body {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--clr-body-text);
  font-size: 16px;
}

.img, img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button, button {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

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

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

a,
button {
  color: inherit;
  outline: medium none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Prata", sans-serif;
  color: var(--clr-body-heading);
  margin-top: 0px;
  line-height: 1.4;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

p {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: var(--clr-body-text);
}

hr {
  border-bottom: 1px solid var(--clr-bg-gray-3);
  border-top: 0 none;
  padding: 0;
  opacity: 1;
}

label {
  color: var(--clr-common-black);
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
  text-shadow: none;
}

::-moz-selection {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
  text-shadow: none;
}

::selection {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
  text-shadow: none;
}

/* <<<<<<<    Input Placeholder   >>>>>>>>> */
input::-webkit-input-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  transition: 0.5s;
}
input:-moz-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  transition: 0.5s;
}
input::-moz-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  transition: 0.5s;
}
input:-ms-input-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  transition: 0.5s;
}

textarea::-webkit-input-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  transition: 0.5s;
}
textarea:-moz-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  transition: 0.5s;
}
textarea::-moz-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  transition: 0.5s;
}
textarea:-ms-input-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  transition: 0.5s;
}

input:focus::placeholder, textarea:focus::placeholder {
  opacity: 0;
}

/* <<<<<<<    Common Classes   >>>>>>>>> */
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.p-rel {
  position: relative;
}

.p-abs {
  position: absolute;
}

.p-static {
  position: static;
}

.w_img img {
  width: 100%;
}

/* <<<<<<<    Overlay   >>>>>>>>> */
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/* <<<<<<<    Margin & Padding     >>>>>>>>> */
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

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

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

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

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

.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;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  --bs-gutter-x: 30px;
}
.row.g-0 {
  --bs-gutter-x: 0;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
  .container.container-full-1 {
    max-width: 1430px;
  }
  .row.row-cols-xxl-7 > * {
    width: 14.2857%;
    flex: 0 0 auto;
    --bs-gutter-x: 10px;
  }
}
@media (min-width: 1850px) {
  .sg-container-full {
    max-width: 1850px;
  }
}
@media (min-width: 1400px) {
  .sg-container-full {
    max-width: 1370px;
  }
}
/* <<<<<<<    Declaration   >>>>>>>>> */
:root {
  /**
  @color declaration
  */
  --clr-common-white: #fff;
  --clr-common-black: #1D1D1E;
  --clr-common-black-soft: #38383A;
  --clr-common-black-deep: #000000;
  --clr-body-heading: #1D1D1E;
  --clr-body-text: #777777;
  --clr-color-orange: #FCAA04;
  --clr-color-orange-2: #ffd139;
  --clr-color-orange-3: #FFCD00;
  --clr-theme-primary: #e4128c;
  --clr-theme-primary-dark: #A85855;
  --clr-theme-primary-soft: #fff5f5;
  --clr-bg-gray: #F6F6F6;
  --clr-bg-gray-2: #F1F1F1;
  --clr-bg-gray-3: #ECECEC;
  --clr-bg-gray-4: #b2b2b2;
  --clr-bg-gray-5: #BCBCBC;
  --clr-bg-gray-6: #828282;
  --clr-bg-gray-7: #EEEEEE;
  --clr-bg-gray-8: #D5D5D5;
  --clr-bg-gray-9: #b8b8b8;
  --clr-bg-gray-10: #a2a2a2;
  --clr-bg-gray-11: #c1c1c1;
  --clr-bg-gray-12: #F5F5F5;
  --clr-bg-gray-13: #dbdbdb;
  --clr-bg-gray-14: #CECECE;
  --clr-bg-gray-15: #F8F2F2;
  --clr-bg-gray-16: #F8F8F8;
}

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

.pl-72 {
  padding-left: 72px;
}

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

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

.mb-33 {
  margin-bottom: 33px;
}

.portfolio-nav-space-reverce {
  margin-bottom: -15px;
}

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

.pt-410 {
  padding-top: 410px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-43 {
  margin-bottom: 43px;
}

.mb-27 {
  margin-bottom: 27px;
}

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

.no-after::after {
  display: none;
}

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

i[class^=flaticon-]:before, i[class*=" flaticon-"]:before {
  line-height: inherit;
}

.pt-5-px {
  padding-top: 5px;
}

.mt-minus-20 {
  margin-top: -20px;
}

.mb-5-px {
  margin-bottom: 5px;
}

/*---------------------------------------------------*/
/*  mouse cursor animation
/*---------------------------------------------------*/
.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #00abec;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: #00abec;
  opacity: 0.5;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #00abec;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.mim_tm_all_wrap[data-magic-cursor=hide] .mouseCursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}

.admin-cursor-button-list-1 .admin-cursor-default {
  line-height: 40px;
  display: inline-block;
  border: 0;
  background: #00abec;
  color: #fff;
  padding: 0 20px;
  height: 40px;
  font-size: 20px;
  margin-right: 8px;
}

.admin-cursor-button-list-1 .admin-cursor-magic {
  border: 0;
  background: #00abec;
  line-height: 40px;
  color: #fff;
  display: inline-block;
  padding: 0 20px;
  height: 40px;
  font-size: 20px;
}

.mouse-cursor-invisible {
  display: none;
}
.mouse-cursor-invisible.visible {
  display: block;
}

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

/*
************
*************************
02. header
******************************************************* 
*************************************************************** */
@media (max-width: 767px) {
  .sg-single-slider-actions .sg-theme-btn {
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .sg-single-slider-actions .sg-transparent-play-btn {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-topbar-contact-top-wrap {
    margin-bottom: 10px;
  }
}
.sg-topbar-area {
  padding-top: 17px;
  padding-bottom: 63px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-topbar-area {
    padding-bottom: 75px;
  }
}
.sg-topbar-contact-item-link {
  text-decoration: none;
  color: var(--clr-common-white);
  position: relative;
}
.sg-topbar-contact-item-link:focus {
  color: var(--clr-common-white);
}
.sg-topbar-contact-item-link::after {
  position: absolute;
  right: -24px;
  top: 2px;
  content: "";
  height: 20px;
  width: 1px;
  background-color: var(--clr-theme-primary-dark);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-topbar-contact-item-link::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .sg-topbar-contact-item-link::after {
    display: none;
  }
}
.sg-topbar-contact-item-link:not(:last-child) {
  margin-right: 47px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-topbar-contact-item-link:not(:last-child) {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .sg-topbar-contact-item-link:not(:last-child) {
    margin-right: 0;
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
}
.sg-topbar-contact-item-link:last-child {
  margin: 0 15px;
}
@media (max-width: 767px) {
  .sg-topbar-contact-item-link:last-child {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
  }
}
.sg-topbar-contact-item-link:last-child::after {
  display: none;
}
.sg-topbar-contact-item-link:hover {
  color: var(--clr-common-white);
}
.sg-topbar-contact-item-link i {
  font-size: 14px;
  margin-right: 7px;
  display: inline-block;
}
.sg-topbar-social-links a {
  color: var(--clr-common-white);
  font-size: 13px;
  display: inline-block;
}
.sg-topbar-social-links a:not(:first-child) {
  margin-left: 18px;
}
.sg-header-logo {
  max-width: 180px;
}
@media (max-width: 767px) {
  .sg-header-logo {
    max-width: 110px;
  }
}
.sg-header-nav-main {
  display: inline-block;
}
.sg-header-nav-main ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.sg-header-nav-main ul li:hover > a {
  color: var(--clr-theme-primary);
}
.sg-header-nav-main ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.sg-header-nav-main ul li .submenu {
  background: var(--clr-common-white) none repeat scroll 0 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  left: 0;
  position: absolute;
  z-index: 99;
  top: 119%;
  transition: all 0.3s ease 0s;
  width: 240px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  text-align: left;
  padding: 15px 0;
}
.sg-header-nav-main ul li .submenu li {
  display: block;
  margin: 0px;
  padding: 0 21px;
}
.sg-header-nav-main ul li .submenu li:not(:last-child) {
  margin-bottom: 7px;
}
.sg-header-nav-main ul li .submenu li a {
  padding: 0px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 400;
  position: relative;
  font-size: 16px;
}
.sg-header-nav-main ul li:not(:first-child) {
  margin-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-header-nav-main ul li:not(:first-child) {
    margin-left: 30px;
  }
}
.sg-header-nav-main ul li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--clr-common-black);
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 40px 0;
}
.sg-header-nav-main ul li a:hover {
  color: var(--clr-theme-primary);
}
.sg-header-action-links {
  display: inline-block;
}
.sg-header-action-links button {
  display: inline-block;
  border: 0;
  width: 55px;
  height: 55px;
  background-color: var(--clr-bg-gray-3);
  line-height: 55px;
  font-size: 19px;
  border-radius: 50%;
  color: var(--clr-common-black);
}
.sg-header-action-links button:hover {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}
.sg-header-action-links a {
  font-size: 19.5px;
  color: var(--clr-common-black-deep);
  display: inline-block;
}
.sg-header-action-links a:hover {
  color: var(--clr-theme-primary);
}
.sg-header-action-links a:not(:first-child) {
  position: relative;
  margin-left: 37px;
}
@media (max-width: 767px) {
  .sg-header-action-links a:not(:first-child) {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-header-action-links a:not(:first-child) {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-header-action-links a:not(:first-child) {
    margin-left: 30px;
  }
}
.sg-header-action-links a:not(:first-child)::after {
  position: absolute;
  left: -21px;
  top: 2px;
  height: 25px;
  width: 1px;
  background-color: var(--clr-bg-gray-3);
  content: "";
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-header-action-links a:not(:first-child)::after {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-header-action-links a:not(:first-child)::after {
    left: -20px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sg-header-action-links a:not(:first-child)::after {
    left: -16px;
  }
}
.sg-header-main-nav-box {
  padding: 0 30px;
  background-color: var(--clr-common-white);
  border-radius: 15px;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-header-main-nav-box {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .sg-header-main-nav-box {
    padding: 12px 20px;
  }
}
.sg-header-main-nav-box.sg-hav-nav-space {
  margin-top: -50px;
}

@media (max-width: 767px) {
  .sg-single-slider-content.mb-40 {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .sg-single-slider-content br {
    display: none;
  }
}

/***
* header style 02
*/
.sg-logo-2 {
  padding: 35px 0;
  display: inline-block;
  max-width: 149.31px;
}
.sg-header-has-before-2 {
  position: relative;
}
.sg-header-has-before-2 > * {
  position: relative;
  z-index: 3;
}
.sg-header-has-before-2::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 24.9%;
  background-color: var(--clr-common-white);
  content: "";
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sg-header-has-before-2::after {
    display: none;
  }
}
.sg-header-nav-2 ul li {
  display: inline-block;
  margin-right: 35px;
  position: relative;
}
.sg-header-nav-2 ul li:hover > a {
  color: var(--clr-theme-primary);
}
.sg-header-nav-2 ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.sg-header-nav-2 ul li .submenu {
  background: var(--clr-common-white) none repeat scroll 0 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  left: 0;
  position: absolute;
  z-index: 99;
  top: 119%;
  transition: all 0.3s ease 0s;
  width: 240px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  text-align: left;
  padding: 15px 0;
}
.sg-header-nav-2 ul li .submenu li {
  display: block;
  margin: 0px;
  padding: 0 21px;
}
.sg-header-nav-2 ul li .submenu li:not(:last-child) {
  margin-bottom: 7px;
}
.sg-header-nav-2 ul li .submenu li a {
  padding: 0px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 400;
  position: relative;
  font-size: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sg-header-nav-2 ul li {
    margin-right: 30px;
  }
}
.sg-header-nav-2 ul li a {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 19.6px;
  text-decoration: none;
  color: var(--clr-common-black);
  padding: 50px 0;
  display: inline-block;
}
.sg-header-nav-2 ul li a:hover {
  color: var(--clr-theme-primary);
}

a.sg-header-theme-btn-2, button.sg-header-theme-btn-2 {
  height: 55px;
  border: 0;
  border-radius: 12px;
  background-color: var(--clr-theme-primary);
  font-weight: 500;
  font-size: 16px;
  line-height: 55px;
  color: var(--clr-common-white);
  text-decoration: none;
  display: inline-block;
  padding: 0 30px;
}
a.sg-header-theme-btn-2:hover, button.sg-header-theme-btn-2:hover {
  background-color: var(--clr-common-black-deep);
  color: var(--clr-common-white);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sg-header-style-2 .sg-header-action-links a:not(:first-child)::after {
    left: -5px;
  }
}
@media (min-width: 1600px) and (max-width: 1799px) {
  .sg-header-style-2 .sg-header-action-links a:not(:first-child)::after {
    left: -5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-header-style-2 .sg-header-action-links a:not(:first-child)::after {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-header-style-2 .sg-header-action-links a:not(:first-child) {
    margin-left: 22px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sg-header-style-2 .sg-header-action-links a:not(:first-child) {
    margin-left: 15px;
    padding: 0 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-header-style-2 .ml-35.sg-header-sidebar-action-btn {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-header-style-2 .sg-header-action-links a:not(:first-child) {
    margin-left: 18px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sg-header-style-2 .sg-header-action-links button {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sg-header-style-2 .sg-header-action-links button {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sg-header-style-2 .sg-header-style-2 .sg-header-action-links a:not(:first-child) {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .sg-header-style-2 .sg-header-sidebar-action-btn {
    margin-left: 19px;
  }
}

/*
* header style 3
**/
.sg-header-main-3 .sg-header-nav-2 ul li a {
  padding: 45px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-style-3 .sg-header-action-links.ml-35 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .header-style-3 .sg-header-main-3.pl-50.pr-50 {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .header-style-3 .ml-35.sg-header-sidebar-action-btn {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .header-style-3 .sg-header-action-links.ml-35 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-style-3 .sg-header-action-links a:not(:first-child) {
    margin-left: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-style-3 .sg-header-action-links a:not(:first-child) {
    margin-left: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-style-3 .ml-35.sg-header-sidebar-action-btn {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-style-3 .sg-header-nav-2 ul li {
    margin-right: 28px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-style-3 .sg-header-action-links a:not(:first-child) {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-style-3 .sg-header-action-links.ml-35 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-style-3 .ml-35.sg-header-sidebar-action-btn {
    margin-left: 17px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-style-3 .sg-header-action-links a:not(:first-child)::after {
    left: -11px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .pl-50.pr-50 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-topbar-area-3 .sg-topbar-contact-item-link:not(:last-child) {
    margin-right: 42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-topbar-area-3 .sg-topbar-contact-item-link:not(:last-child) .sg-topbar-contact-item-link::after {
    right: -16px;
  }
}

.mean-container .mean-nav {
  background: var(--clr-common-white);
}

.mean-container .mean-nav ul li a {
  color: var(--clr-common-black);
  font-size: 28px;
  font-weight: 500;
  padding: 0 0;
  margin-bottom: 11px;
  font-size: 21px;
}

.mean-container .mean-nav ul li a.mean-expand {
  font-size: 29px !important;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  color: var(--clr-body-text);
  display: inline-block;
  transform: translateY(16px);
  background: transparent !important;
  transform: translateY(3px);
}

.mobile-menu.mean-container, .mobile-menu-2.mean-container {
  overflow: hidden;
}

.sg-sidebar-menu-1 {
  margin-bottom: 5px;
}
.sg-sidebar-menu-popup-1 .mobile-menu.mean-container, .sg-sidebar-menu-popup-1 .mobile-menu-2.mean-container {
  margin-bottom: 30px;
}
.sg-sidebar-menu-contact-widget .title {
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 22px;
}
.sg-sidebar-menu-contact-widget ul li {
  list-style: none;
  margin-bottom: 12px;
}
.sg-sidebar-menu-contact-widget ul li a {
  font-size: 17px;
  text-decoration: none;
  margin-right: 5px;
  display: inline-block;
}
.sg-sidebar-menu-contact-widget ul li a:hover {
  color: var(--clr-theme-primary);
}
.sg-sidebar-menu-contact-widget ul li a:last-child {
  margin-right: 0;
}
.sg-sidebar-menu-contact-widget ul li i {
  margin-right: 5px;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-topbar-contact-item-single {
    text-align: center;
  }
}

.sg-header-main-3 {
  border-bottom: 1px solid #eeeeee;
}

.mean-container .mean-nav ul li li a {
  font-size: 20px;
  padding: 0px 0;
  margin-bottom: 5px;
}

.mean-container .mean-nav > ul > li > .submenu {
  overflow: hidden;
  padding-bottom: 10px;
  padding-left: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-header-style-2 .sg-header-action-links.ml-35 {
    margin-left: 0;
  }
}

.sg-sidebar-menu-popup-1 .sg-theme-radius-btn {
  margin-right: 10px;
}
.sg-sidebar-menu-popup-1 .sg-theme-radius-btn:last-child {
  margin-right: 0;
}

.sg-header-theme-btn-2.no-after:hover {
  color: var(--clr-common-white);
}

/*
************
*************************
03. back to top
******************************************************* 
*************************************************************** */
.progress-wrap {
  position: fixed;
  right: -100px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #1a1a1a;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background-color: #fff;
}
.progress-wrap::after {
  position: absolute;
  content: "\f176";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #878c8f;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #00abec;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.progress-wrap:is(.progress-wrap-dark) {
  box-shadow: inset 0 0 0 2px #f6f8fa;
  background-color: transparent;
}
.progress-wrap:is(.progress-wrap-dark)::after {
  color: #f6f8fa;
}
.progress-wrap:is(.progress-wrap-dark) svg.progress-circle path {
  stroke: #1a1a1a;
}

.progress-wrap.active-progress {
  opacity: 1;
  right: 50px;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .progress-wrap.active-progress {
    right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .progress-wrap.active-progress {
    right: 30px;
  }
}

/*
************
*************************
21. Footer
******************************************************* 
*************************************************************** */
.sg-footer-has-border {
  border-top: 1px solid var(--clr-bg-gray-7);
  border-bottom: 1px solid var(--clr-bg-gray-7);
}
.sg-footer-logo-1 {
  max-width: 149.31px;
}
.sg-footer-widget {
  position: relative;
}
.sg-footer-widget p {
  font-size: 16px;
  line-height: 26px;
}
.sg-footer-widget-title {
  font-size: 22px;
  padding-top: 3px;
}
.sg-footer-widget ul li {
  list-style: none;
  margin-bottom: 10px;
}
.sg-footer-widget ul li a {
  display: block;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-decoration: none;
}
.sg-footer-widget ul li a:hover {
  color: var(--clr-common-black);
}
.has-sg-footer-after {
  height: 435px;
  width: 1px;
  background-color: var(--clr-bg-gray-3);
}
.has-sg-footer-after::after {
  position: absolute;
  left: -0.5px;
  top: 0;
  height: 20px;
  width: 1px;
  background-color: var(--clr-theme-primary);
  content: "";
  animation-name: toTopBottom;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 9s;
}

.sg-footer-widget-1 .has-sg-footer-after {
  position: absolute;
  right: 44px;
  top: -55%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sg-footer-widget-1 .has-sg-footer-after {
    top: -56%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sg-footer-widget-1 .has-sg-footer-after {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sg-footer-widget-1.pr-95 {
    padding-right: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sg-footer-widget-1.pr-95 {
    padding-right: 0;
  }
}
.sg-footer-widget-2 .has-sg-footer-after {
  position: absolute;
  right: -17px;
  top: -47%;
}
.sg-footer-widget-2 .has-sg-footer-after::after {
  animation-delay: 3s;
}
@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) {
  .sg-footer-widget-2 .has-sg-footer-after {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .sg-footer-widget-2.pl-30 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-footer-widget-2.pl-30 {
    padding-left: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sg-footer-widget-3.pl-70 {
    padding-left: 0;
  }
}
.sg-footer-social-link a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: var(--clr-common-white);
  border: 1px solid var(--clr-bg-gray-3);
  display: inline-block;
  text-align: center;
  line-height: 34px;
  color: var(--clr-bg-gray-6);
  font-size: 14px;
}
.sg-footer-social-link a:hover {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}
.sg-footer-social-link a:not(:last-child) {
  margin-right: 5px;
}
.sg-footer-form form {
  position: relative;
}
.sg-footer-form input[type=email] {
  width: 100%;
  height: 55px;
  border-radius: 5px;
  background: var(--clr-bg-gray);
  border: 0;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-footer-form input[type=email] {
    width: 100%;
  }
}
.sg-footer-form button, .sg-footer-form input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 20px;
  color: var(--clr-theme-primary);
  bottom: 0;
  border: 0;
  background: transparent;
}
.sg-footer-form button i, .sg-footer-form input[type=submit] i {
  font-size: 17px;
}
.sg-footer-award-box {
  display: flex;
  grid-gap: 20px;
  align-items: center;
}
.sg-footer-award-box-img {
  max-width: 100px;
  flex: 0 0 auto;
}
.sg-footer-award-box-content p {
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}

.sg-copyright-text {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.sg-copyright-social-link a {
  font-size: 16px;
  line-height: 26px;
  margin-left: 35px;
  position: relative;
  text-decoration: none;
}
@media (max-width: 767px) {
  .sg-copyright-social-link a {
    margin: 0 15px;
  }
}
.sg-copyright-social-link a:hover {
  color: var(--clr-theme-primary);
}
.sg-copyright-social-link a:last-child::after {
  position: absolute;
  left: -21px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: var(--clr-body-text);
  content: "";
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-footer-award-box-img img {
    max-width: 80px;
  }
}

/*
************
*************************
05. Slider
******************************************************* 
*************************************************************** */
@media (max-width: 767px) {
  .sg-single-slider {
    position: relative;
  }
}
@media (max-width: 767px) {
  .sg-single-slider::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--clr-common-white);
    opacity: 0.6;
    content: "";
  }
}
.sg-single-slider > * {
  position: relative;
  z-index: 3;
}
.sg-single-slider-title {
  font-size: 110px;
  line-height: 1.1;
  margin-bottom: 15px;
  text-align: left;
  text-transform: inherit;
  color: var(--clr-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-single-slider-title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .sg-single-slider-title {
    font-size: 55px;
    line-height: 1.2;
  }
}
.sg-single-slider-content {
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-single-slider-content br {
    display: none;
  }
}
.sg-single-slider-height {
  min-height: 900px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-single-slider-height {
    min-height: 765px;
  }
}
@media (max-width: 767px) {
  .sg-single-slider-height {
    min-height: 700px;
  }
}
.sg-single-slider-space-1 {
  margin-top: -51px;
}

/*
************
*************************
06. Button
******************************************************* 
*************************************************************** */
.sg-theme-btn {
  display: inline-block;
  height: 55px;
  border-radius: 12px;
  background: var(--clr-theme-primary);
  line-height: 55px;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  padding: 0 55px;
  color: var(--clr-common-white);
}
.sg-theme-btn:hover {
  background-color: var(--clr-common-black);
  color: var(--clr-common-white);
}
.sg-transparent-play-btn {
  text-decoration: none;
}
.sg-transparent-play-btn span {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: var(--clr-common-black);
  transition: all 0.3s;
}
.sg-transparent-play-btn .sg-icon {
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  margin-right: 20px;
  display: inline-block;
  text-align: center;
  line-height: 55px;
  background-color: var(--clr-common-white);
  border-radius: 50%;
  font-size: 12px;
}
.sg-transparent-play-btn .sg-icon i {
  font-weight: 700;
  color: var(--clr-theme-primary);
}
.sg-transparent-play-btn:hover .sg-icon {
  background-color: var(--clr-theme-primary);
}
.sg-transparent-play-btn:hover .sg-icon i {
  color: var(--clr-common-white);
}
.sg-transparent-play-btn:hover span {
  color: var(--clr-theme-primary);
}
.sg-appoint-form-btn {
  height: 55px;
  border-radius: 12px;
  background-color: var(--clr-theme-primary);
  display: inline-block;
  line-height: 55px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  color: var(--clr-common-white);
  padding: 0 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sg-appoint-form-btn {
    padding: 0 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-appoint-form-btn {
    padding: 0 73px;
  }
}
@media (max-width: 767px) {
  .sg-appoint-form-btn {
    padding: 0 40px;
  }
}
.sg-appoint-form-btn:hover {
  background-color: var(--clr-common-black);
  color: var(--clr-common-white);
}
.sg-theme-radius-btn {
  width: 130px;
  height: 40px;
  border-radius: 8px;
  background: var(--clr-common-white);
  border: 1px solid var(--clr-theme-primary);
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: var(--clr-theme-primary);
  line-height: 38px;
}
.sg-theme-radius-btn:hover {
  border-color: transparent;
  color: var(--clr-common-white);
  background-color: var(--clr-theme-primary);
}
.sg-white-rounded-btn {
  display: inline-block;
  width: 180px;
  height: 55px;
  border-radius: 12px;
  background: transparent;
  border: 2px solid var(--clr-common-white);
  font-weight: 500;
  font-size: 16px;
  line-height: 53px;
  text-align: center;
  color: var(--clr-common-white);
  text-decoration: none;
}
.sg-white-rounded-btn:focus {
  color: var(--clr-common-white);
}
.sg-white-rounded-btn:hover {
  background-color: var(--clr-common-black);
  color: var(--clr-common-white);
  border-color: transparent;
}
.sg-typo-play-btn {
  position: relative;
}
.sg-typo-play-btn .sg-icon {
  display: inline-block;
  width: 102px;
  height: 102px;
  background: var(--clr-theme-primary);
  text-align: center;
  position: relative;
  z-index: 2;
  line-height: 102px;
  border-radius: 50%;
  color: var(--clr-common-white);
  font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-typo-play-btn .sg-icon {
    width: 72px;
    height: 72px;
    line-height: 72px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-typo-play-btn .sg-icon {
    width: 72px;
    height: 72px;
    line-height: 72px;
  }
}
@media (max-width: 767px) {
  .sg-typo-play-btn .sg-icon {
    width: 72px;
    height: 72px;
    line-height: 72px;
  }
}
.sg-typo-play-btn::after {
  position: absolute;
  left: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-color: var(--clr-theme-primary);
  opacity: 0.3;
  animation-name: playAnimation;
  z-index: -1;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0s;
}
.sg-typo-play-btn:hover {
  color: var(--clr-common-white);
}
.sg-typo-play-btn:hover::after {
  animation-duration: 0s;
}

.sg-sidebar-menu-popup-1 .sg-theme-radius-btn {
  width: calc(50% - 10px);
  float: left;
}
.sg-sidebar-menu-popup-1 .sg-theme-radius-btn:first-child {
  margin-right: 10px;
}
.sg-sidebar-menu-popup-1 .sg-theme-radius-btn:last-child {
  margin-left: 10px;
}

/*
************
*************************
07. Appoint
******************************************************* 
*************************************************************** */
.sg-appoint-form-box {
  border-radius: 15px;
  position: relative;
  z-index: 9;
  padding: 40px 39px;
  background: var(--clr-common-white);
  box-shadow: 0px 20px 30px rgba(29, 29, 30, 0.07);
  padding-bottom: 27px;
}
.sg-appoint-form-box.sg-has-form-space-negative {
  margin-top: -45px;
}
@media (max-width: 767px) {
  .sg-appoint-form-box.sg-has-form-space-negative {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .sg-appoint-form-box {
    padding: 30px 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-appoint-form-box .sg-appoint-form-btn {
    margin-top: 15px;
  }
}
.sg-appoint-form-input-wrap.sg-appoint-username {
  display: inline-block;
}
@media (max-width: 767px) {
  .sg-appoint-form-input-wrap.sg-appoint-username {
    display: block;
  }
}
.sg-appoint-form-input-wrap.sg-appoint-username input {
  height: 55px;
  border: 0;
  padding: 0 20px;
  width: 300px;
  border-radius: 12px;
  background: var(--clr-bg-gray);
}
.sg-appoint-form-input-wrap.sg-appoint-username input::-webkit-input-placeholder {
  font-size: 15px;
}
.sg-appoint-form-input-wrap.sg-appoint-username input:-moz-placeholder {
  font-size: 15px;
}
.sg-appoint-form-input-wrap.sg-appoint-username input::-moz-placeholder {
  font-size: 15px;
}
.sg-appoint-form-input-wrap.sg-appoint-username input:-ms-input-placeholder {
  font-size: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-appoint-form-input-wrap.sg-appoint-username input {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .sg-appoint-form-input-wrap.sg-appoint-username input {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sg-appoint-form-input-wrap.sg-appoint-age {
  display: inline-block;
}
@media (max-width: 767px) {
  .sg-appoint-form-input-wrap.sg-appoint-age {
    display: block;
  }
}
.sg-appoint-form-input-wrap.sg-appoint-age input {
  width: 190px;
  border: 0;
  height: 55px;
  padding: 0 20px;
  border-radius: 12px;
  background: var(--clr-bg-gray);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-appoint-form-input-wrap.sg-appoint-age input {
    width: 214px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-appoint-form-input-wrap.sg-appoint-age input {
    width: 293px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sg-appoint-form-input-wrap.sg-appoint-age input {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .sg-appoint-form-input-wrap.sg-appoint-age input {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sg-appoint-form-input-wrap.sg-appoint-email {
  display: inline-block;
}
@media (max-width: 767px) {
  .sg-appoint-form-input-wrap.sg-appoint-email {
    display: block;
  }
}
.sg-appoint-form-input-wrap.sg-appoint-email input {
  width: 315px;
  height: 55px;
  padding: 0 20px;
  border-radius: 12px;
  background: var(--clr-bg-gray);
  border: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sg-appoint-form-input-wrap.sg-appoint-email input {
    width: 256px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-appoint-form-input-wrap.sg-appoint-email input {
    width: 301px;
  }
}
@media (max-width: 767px) {
  .sg-appoint-form-input-wrap.sg-appoint-email input {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sg-appoint-form-input-wrap.sg-appoint-btn {
  display: inline-block;
}
@media (max-width: 767px) {
  .sg-appoint-form-input-wrap.sg-appoint-btn {
    display: block;
    margin-left: 0;
  }
}
.sg-appoint-check-list-wrap {
  text-align: center;
}
.sg-appoint-check-list-single {
  margin: 0 21px;
  display: inline-block;
}
.sg-appoint-check-list-single i {
  font-size: 15px;
  margin-right: 9px;
  color: var(--clr-theme-primary);
}
.sg-appoint-check-list-single span {
  font-size: 15px;
  line-height: 46px;
  text-align: left;
  color: var(--clr-body-text);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-appoint-form-input-wrap.sg-appoint-age.mr-10 {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .sg-appoint-form-input-wrap.sg-appoint-btn.ml-10 {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .sg-appoint-form-input-wrap.mr-10 {
    margin-right: 0;
  }
}

/*
************
*************************
08. About
******************************************************* 
*************************************************************** */
.sg-about-left-box {
  height: 633px;
  position: relative;
}
@media (max-width: 767px) {
  .sg-about-left-box {
    height: auto;
  }
}
.sg-about-left-img {
  border-radius: 15px;
  position: absolute;
}
.sg-about-left-img img {
  border-radius: 15px;
}
.sg-about-left-img.img-1 {
  width: 100%;
  height: 510px;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-about-left-img.img-1 {
    width: 290px;
  }
}
@media (max-width: 767px) {
  .sg-about-left-img.img-1 {
    position: relative;
    z-index: 9;
    height: auto;
    margin-bottom: 30px;
    width: 100%;
  }
}
.sg-about-left-img.img-1 img {
  object-fit: cover;
  object-position: top center;
  height: 100%;
}
.sg-about-left-img.img-2 {
  width: 370px;
  height: 430px;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-about-left-img.img-2 {
    width: 330px;
    height: 387px;
    right: -16px;
  }
}
@media (max-width: 767px) {
  .sg-about-left-img.img-2 {
    position: static;
    width: 100%;
    height: 348px;
  }
}
.sg-about-left-img.img-2 img {
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .sg-about-left-img.img-2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
}
.sg-about-left-img.img-2::after {
  position: absolute;
  content: "";
  left: -15px;
  right: -15px;
  border-radius: 15px;
  bottom: -15px;
  top: -15px;
  background-color: var(--clr-common-white);
}
.sg-about-left-count-num {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-about-left-count-num {
    bottom: 93px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-about-left-count-num {
    right: 100px;
  }
}
@media (max-width: 767px) {
  .sg-about-left-count-num {
    position: relative;
    margin-top: 100px;
  }
}
.sg-about-left-count-num::after {
  position: absolute;
  left: -45px;
  top: -49px;
  height: 4px;
  width: 25px;
  content: "";
  background-color: var(--clr-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sg-about-left-count-num::after {
    left: -16px;
    top: -56px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-about-left-count-num::after {
    top: -37px;
  }
}
@media (max-width: 767px) {
  .sg-about-left-count-num::after {
    left: 0;
    top: -42px;
  }
}
.sg-about-left-count-num::before {
  position: absolute;
  left: -45px;
  top: -49px;
  width: 4px;
  height: 25px;
  background-color: var(--clr-theme-primary);
  content: "";
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sg-about-left-count-num::before {
    left: -17px;
    top: -56px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-about-left-count-num::before {
    top: -34px;
  }
}
@media (max-width: 767px) {
  .sg-about-left-count-num::before {
    left: 0;
    top: -39px;
  }
}
.sg-about-left-count-num-heading {
  font-size: 133px;
  margin-bottom: 0;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-about-left-count-num-heading {
    font-size: 104px;
  }
}
.sg-about-content-right p {
  font-size: 16px;
  line-height: inherit;
  color: var(--clr-body-text);
  margin-bottom: 0;
}
.sg-about-author-box {
  display: table;
}
.sg-about-author-img {
  float: left;
  margin-right: 20px;
}
.sg-about-author-img img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.sg-about-author-content {
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}
.sg-about-author-title {
  font-size: 22px;
  margin-bottom: 0;
}
.sg-about-author-title a {
  text-decoration: none;
}
.sg-about-author-title a:hover {
  color: var(--clr-theme-primary);
}
.sg-about-author-subtitle {
  font-size: 14px;
  display: block;
}
.sg-about-play-text-left.has-after-border-right {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-about-play-text-left.has-after-border-right {
    margin-bottom: 20px;
  }
}
.sg-about-play-text-left.has-after-border-right::after {
  width: 1px;
  height: 70px;
  background-color: var(--clr-bg-gray-3);
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .sg-about-play-text-left.has-after-border-right::after {
    display: none;
  }
}
.sg-about-play-text-paragraph {
  font-size: 18px;
  line-height: 28px;
  color: var(--clr-common-black);
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-about-play-text-paragraph {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-about-play-text-paragraph br {
    display: none;
  }
}
.sg-about-play-text-bordered-btn {
  text-decoration: none;
}
.sg-about-play-text-bordered-btn .sg-icon {
  width: 55px;
  margin-right: 13px;
  height: 55px;
  border-radius: 50%;
  background: var(--clr-common-white);
  border: 1px solid var(--clr-bg-gray-3);
  text-align: center;
  line-height: 53px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: var(--clr-theme-primary);
  font-size: 12px;
  display: inline-block;
}
.sg-about-play-text-bordered-btn span {
  font-size: 16px;
  color: var(--clr-common-black);
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.sg-about-play-text-bordered-btn:hover .sg-icon {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
  border-color: transparent;
}
.sg-about-play-text-bordered-btn:hover span {
  color: var(--clr-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-about-play-text-right.pl-30 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-about-right-box.pl-70 {
    padding-left: 55px;
  }
}
@media (max-width: 767px) {
  .sg-about-right-box.pl-70 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-about-play-text-right.pl-30 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .sg-about-play-text-right.pl-30 {
    padding-left: 0;
    padding-top: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-about-right-box.pl-70 {
    padding-left: 0;
  }
}

/**
* about box style 02 ( inherit from style 01 )
*/
.sg-about-successfully-solved-box-3 {
  padding-left: 11px;
  position: relative;
}
@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) {
  .sg-about-successfully-solved-box-3 {
    padding-left: 0;
    overflow: hidden;
    display: table;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .sg-about-successfully-solved-box-3::before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sg-about-successfully-solved-box-3::before {
    display: block;
  }
}
.sg-about-successfully-solved-box-3::before {
  position: absolute;
  left: -9px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70px;
  background: #ececec;
  content: "";
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-about-successfully-solved-box-3::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-about-successfully-solved-box-3::before {
    left: -57px;
    top: 29px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sg-about-successfully-solved-box-3::before {
    left: -21px;
  }
}
.sg-about-successfully-solved-box-3 .title {
  font-size: 60px;
  float: left;
  margin-bottom: 0;
  margin-right: 28px;
}
.sg-about-successfully-solved-box-3 .content {
  font-size: 18px;
  line-height: 28px;
  color: var(--clr-common-black);
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-about-successfully-solved-box-3 .content {
    overflow: hidden;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-about-successfully-solved-box-3 .content {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sg-about-right-box.pl-100.has-about-space-1 {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-about-right-box.pl-100.has-about-space-1 {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sg-about-right-box.pl-100.has-about-space-1 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .sg-has-about-play-space-3 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sg-has-about-play-space-3 {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sg-about-left-img-3 {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-about-right-box.pt-35 {
    padding-top: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  hr.sg-about-heading-line-space-2.mb-50 {
    margin-bottom: 45px;
  }
}

/*
************
*************************
09. Section title
******************************************************* 
*************************************************************** */
.sg-section-title-wrap .sg-section-subtitle {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
  color: var(--clr-theme-primary);
  display: block;
}
.sg-section-title-wrap .sg-section-title {
  font-size: 50px;
  text-transform: inherit;
  line-height: 60px;
  color: var(--clr-body-heading);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-section-title-wrap .sg-section-title {
    font-size: 43px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .sg-section-title-wrap .sg-section-title {
    font-size: 28px;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .portfolio-area .sg-section-title-wrap {
    text-align: center;
  }
}

/*
************
*************************
10. Service
******************************************************* 
*************************************************************** */
.sg-service-box {
  text-align: center;
}
.sg-service-box-content {
  padding: 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-service-box-content {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .sg-service-box-content {
    padding: 70px 30px;
  }
}
.sg-service-box-content.has-before-angle {
  position: relative;
}
@media (max-width: 767px) {
  .sg-service-box-content.has-before-angle {
    overflow: hidden;
  }
}
.sg-service-box-content.has-before-angle::after {
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-color: var(--clr-common-white);
  height: 21.33px;
  width: 12px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 50%);
}
@media (max-width: 767px) {
  .sg-service-box-content.has-before-angle::after {
    display: none;
  }
}
.sg-service-box-content.has-before-angle.rotate-y::after {
  transform: translateY(-50%) rotateY(180deg);
  left: auto;
  right: -12px;
}
.sg-service-box-img {
  height: 320px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-service-box-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .sg-service-box-img {
    height: 498px;
  }
}
.sg-service-box-title {
  font-size: 24px;
  margin-bottom: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-service-box-title {
    margin-bottom: 13px;
  }
}
.sg-service-box-text {
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-service-box-text {
    margin-bottom: 17px;
  }
}
.sg-service-tab-content-icon-3 {
  width: 62px;
  height: 62px;
  background: var(--clr-common-white);
  display: inline-block;
  text-align: center;
  line-height: 62px;
  border-radius: 50%;
  color: var(--clr-theme-primary);
}
.sg-service-tab-content-icon-3:hover {
  color: var(--clr-theme-primary);
}
.sg-service-tab-controls-2 button {
  width: 100%;
  height: 90px;
  border-radius: 15px;
  background: var(--clr-common-white);
  border: 0;
  color: var(--clr-common-black);
  font-family: "Prata", sans-serif;
  font-size: 24px;
  padding: 0 30px;
  background-color: var(--clr-bg-gray-2);
  text-align: left;
}
@media (max-width: 767px) {
  .sg-service-tab-controls-2 button {
    font-size: 19px;
  }
}
.sg-service-tab-controls-2 button.bg-theme {
  background-color: var(--clr-bg-gray-3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-service-tab-controls-2 button {
    height: 74px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-service-tab-controls-2 button {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sg-service-tab-controls-2 button {
    text-align: center;
  }
}
.sg-service-tab-controls-2 button span {
  display: inline-block;
  transform: translateY(-13px);
}
.sg-service-tab-controls-2 button:not(:last-child) {
  margin-bottom: 20px;
}
.sg-service-tab-controls-2 button:hover, .sg-service-tab-controls-2 button.active {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}
.sg-service-tab-controls-2 button i {
  font-size: 43.92px;
  margin-right: 15px;
  display: inline-block;
  line-height: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-service-tab-controls-2 button i {
    font-size: 37.92px;
  }
}
.sg-service-tab-content-wrap-2 {
  padding: 0 40px;
  padding-right: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-service-tab-content-wrap-2 {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-service-tab-content-wrap-2.sh-has-service-content-space-1 {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .sg-service-tab-content-wrap-2 {
    padding: 0 32px;
    padding-right: 32px;
    padding-bottom: 50px;
    padding-top: 15px;
  }
}
.sg-service-tab-content-price-2 {
  font-size: 22px;
  color: var(--clr-common-black);
}
.sg-service-tab-content-price-2 span {
  font-weight: 700;
  color: var(--clr-theme-primary);
}
.sg-service-tab-content-2 {
  display: flex;
  align-items: center;
  border-radius: 15px;
  overflow: hidden;
  background-color: var(--clr-common-white);
}
@media (max-width: 767px) {
  .sg-service-tab-content-2 {
    flex-wrap: wrap;
    flex-direction: column;
    grid-gap: 30px;
  }
}
.sg-service-tab-content-2 .sg-service-tab-content-img-2 {
  flex: 0 0 auto;
  position: relative;
}
.sg-service-tab-content-text-2 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}
.sg-service-tab-content-title-2 {
  font-size: 33px;
  line-height: 46px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sg-service-tab-content-title-2 {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-service-tab-content-title-2 {
    font-size: 23px;
    line-height: 1.4;
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-service-tab-content-title-2 {
    font-size: 29px;
    line-height: 1.4;
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .sg-service-tab-content-title-2 {
    font-size: 22px;
    line-height: 1.4;
  }
}
.sg-service-tab-content-title-2 a {
  text-decoration: none;
}
.sg-service-tab-content-title-2 a:hover {
  color: var(--clr-theme-primary);
  margin-bottom: 0;
}
.sg-service-tab-content-img-2 {
  max-width: 345px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-service-tab-content-img-2 {
    max-width: 295px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-service-tab-content-img-2 {
    max-width: 293px;
  }
}
@media (max-width: 767px) {
  .sg-service-tab-content-img-2 {
    max-width: 100%;
  }
}
.sg-service-appoint-btn-2 {
  height: 55px;
  border-radius: 12px;
  background: transparent;
  border: 1.5px solid var(--clr-theme-primary);
  display: inline-block;
  line-height: 52px;
  font-weight: 500;
  font-size: 16px;
  color: var(--clr-theme-primary);
  text-decoration: none;
  padding: 0 40px;
}
.sg-service-appoint-btn-2:hover {
  background-color: var(--clr-common-black);
  color: var(--clr-common-white);
  border-color: transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-service-tab-content-price-2.mb-40 {
    margin-bottom: 19px;
  }
}

@media (max-width: 767px) {
  .sg-service-tab-controls-2.mr-20 {
    margin-right: 0;
  }
}

/**
* service box 02
*/
.sg-service-box-3 {
  border-radius: 15px;
  background: var(--clr-common-white);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  padding: 60px 43px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-service-box-3 {
    padding: 60px 25px;
  }
}
@media (max-width: 767px) {
  .sg-service-box-3 {
    padding: 60px 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sg-service-box-3 {
    padding: 60px 57px;
  }
}
.sg-service-box-3:hover {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.08);
}
.sg-service-box-3.sg-service-box-style-border {
  border: 1px solid var(--clr-bg-gray-3);
}
.sg-service-box-3.sg-service-box-style-border:hover {
  border-color: var(--clr-theme-primary);
  box-shadow: none;
}
.sg-service-box-content-3 .title {
  font-size: 24px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .sg-service-box-content-3 .title {
    font-size: 22px;
  }
}
.sg-service-box-content-3 .title a {
  text-decoration: none;
}
.sg-service-box-content-3 .title a:hover {
  color: var(--clr-theme-primary);
}
.sg-service-box-content-3 .content {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
}
.sg-service-box-icon-3 {
  margin-bottom: 50px;
  width: 80px;
  display: inline-block;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  background: var(--clr-theme-primary-soft);
}
.sg-service-box-icon-3 i {
  font-size: 43.92px;
  color: var(--clr-theme-primary);
}

.read-more-btn {
  height: 55px;
  border-radius: 8px;
  background: var(--clr-common-white);
  border: 1px solid var(--clr-theme-primary);
  text-decoration: none;
  color: var(--clr-theme-primary);
  display: inline-block;
  line-height: 53px;
  padding: 0 30px;
  font-weight: 500;
  font-size: 15px;
}
.read-more-btn:hover {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}

.sg-service-tab-controls-2 {
  max-height: 424px;
  overflow-y: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-service-tab-controls-2 {
    max-height: 376px;
  }
}
.sg-service-tab-controls-2::-webkit-scrollbar-track {
  background-color: #FFF5F5;
  border-radius: 3px;
}
.sg-service-tab-controls-2::-webkit-scrollbar {
  width: 6px;
}
.sg-service-tab-controls-2::-webkit-scrollbar-thumb {
  background: var(--clr-theme-primary);
  border-radius: 3px;
}

.has-service-tab-play-pos-3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .has-service-wraped-order .row.g-0 > *:nth-child(2) {
    order: 2;
  }
  .has-service-wraped-order .row.g-0 > *:nth-child(3) {
    order: -2;
  }
}
@media (max-width: 767px) {
  .has-service-wraped-order .row.g-0 > * .sg-service-box {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .sg-service-tab-controls-2.pr-20 {
    padding-right: 0;
  }
}

.sg-service-box-content-3 .read-more-btn {
  height: 40px;
  line-height: 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) {
  .service-widget-area.pl-30 {
    padding-left: 0;
  }
}

/*
************
*************************
11. cta
******************************************************* 
*************************************************************** */
.cta-area {
  position: relative;
  z-index: 1;
}
.cta-area:before {
  position: absolute;
  right: 0;
  bottom: 0;
  height: calc(100% + 100px);
  width: calc((100% - 1170px) / 2);
  content: "";
  background-color: #00abec;
  z-index: -1;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta-area:before {
    display: none;
  }
}

.sg-cta-box {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sg-cta-box {
    padding-right: 73px;
    border-radius: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-cta-box {
    padding: 50px;
    border-radius: 25px;
  }
}
@media (max-width: 767px) {
  .sg-cta-box {
    padding: 45px 30px;
    border-radius: 15px;
    padding-bottom: 50px;
  }
}
.sg-cta-box.has-transform-reverce-top {
  margin-top: -100px;
}
.sg-cta-box > * {
  position: relative;
  z-index: 3;
}
.sg-cta-box.has-cta-bg-before {
  position: relative;
}
.sg-cta-box-title {
  font-size: 50px;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 0;
  color: var(--clr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-cta-box-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-cta-box-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .sg-cta-box-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sg-cta-box-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-cta-box-title bdi.cta-title {
    display: block;
  }
}
.sg-cta-box-title span {
  position: relative;
  display: inline-block;
}
.sg-cta-box-title span::after {
  position: absolute;
  left: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 1px;
  background-color: var(--clr-common-white);
  content: "";
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-cta-box-title span::after {
    width: 80px;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-cta-box-title span::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sg-cta-box {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sg-cta-box .sg-cta-box-title {
    text-align: center;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-cta-box.has-cta-bg-before {
    padding: 60px 40px;
  }
}

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

@media (max-width: 767px) {
  .sg-cta-box-left.mb-40 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .body-typography-box-img-wrap {
    padding-top: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cta-style-about .sg-cta-box-left .sg-cta-box-title {
    margin-bottom: 35px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .cta-style-about .sg-cta-box-left .sg-cta-box-title {
    font-size: 28px;
  }
}

.sg-sidebar-menu-contact-widget.mb-50 {
  clear: both;
  padding-top: 15px;
}

.cta-style-about .sg-cta-box {
  padding-right: 0;
  border-radius: 0;
  padding-left: 0;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-style-about .sg-cta-box .sg-cta-box-title {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-style-about .sg-cta-box .sg-cta-box-title {
    font-size: 40px;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-style-about .sg-cta-box {
    padding-right: 15px;
    border-radius: 0;
    padding-left: 15px;
    text-align: center;
  }
}

/*
************
*************************
12. Typography
******************************************************* 
*************************************************************** */
.body-typography-heading-title {
  font-size: 160px;
  display: inline-block;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .body-typography-heading-title {
    font-size: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .body-typography-heading-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .body-typography-heading-title {
    font-size: 85px;
  }
}
@media (max-width: 767px) {
  .body-typography-heading-title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .body-typography-heading-title {
    font-size: 60px;
  }
}
.body-typography-box-img-1 {
  position: absolute;
  left: 115px;
  z-index: -1;
  top: -65px;
  width: 300px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .body-typography-box-img-1 {
    left: 75px;
    top: -65px;
    width: 220px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .body-typography-box-img-1 {
    left: 75px;
    top: -65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .body-typography-box-img-1 {
    left: 28px;
    top: -65px;
    width: 160px;
  }
}
@media (max-width: 767px) {
  .body-typography-box-img-1 {
    position: static;
    margin-top: 36px;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .body-typography-box-img-1 {
    width: 140px;
    position: absolute;
    margin-top: 0;
    top: -60px;
    left: 13px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .body-typography-box-img-1 img {
    max-width: 200px;
  }
}
.body-typography-box-img-2 {
  width: 154px;
  position: absolute;
  right: 55px;
  top: 77px;
  z-index: -1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .body-typography-box-img-2 {
    margin-top: 0;
    position: absolute;
    right: 10px;
    top: 60px;
  }
}
.body-typography-box-img-2 img {
  max-width: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .body-typography-box-img-2 img {
    max-width: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .body-typography-box-img-2 img {
    max-width: 85px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .body-typography-box-img-2 {
    right: -11px;
    top: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .body-typography-box-img-2 {
    right: -13px;
    top: 37px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .body-typography-box-img-2 {
    right: -36px;
    top: 37px;
  }
}
@media (max-width: 767px) {
  .body-typography-box-img-2 {
    position: static;
    margin-left: auto;
    text-align: right;
    margin-top: -34px;
  }
}

.sg-typo-play-btn.has-sg-typo-btn-pos {
  position: absolute;
  right: 141px;
  bottom: 42px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sg-typo-play-btn.has-sg-typo-btn-pos {
    right: 70px;
    bottom: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-typo-play-btn.has-sg-typo-btn-pos {
    right: 81px;
    bottom: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-typo-play-btn.has-sg-typo-btn-pos {
    right: 15px;
    bottom: 6px;
  }
}
@media (max-width: 767px) {
  .sg-typo-play-btn.has-sg-typo-btn-pos {
    right: auto;
    bottom: 0;
    left: 27px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sg-typo-play-btn.has-sg-typo-btn-pos {
    left: auto;
    right: 0;
    bottom: 54px;
  }
}

@media (max-width: 767px) {
  .body-typography-area.pt-195 {
    padding-top: 130px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .body-typography-area.pt-195 {
    padding-top: 190px;
  }
}

@media (max-width: 767px) {
  .body-typography-box.p-rel.pb-10 {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .body-typography-box.p-rel.pb-10 {
    padding-bottom: 20px;
  }
}

/*
************
*************************
13. Animation
******************************************************* 
*************************************************************** */
@keyframes playAnimation {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
}
@keyframes toTopBottom {
  0% {
    top: 0;
  }
  50% {
    top: calc(100% - 20px);
  }
  100% {
    top: 0;
  }
}
/*
************
*************************
14. Portfolio
******************************************************* 
*************************************************************** */
.sg-portfolio-single {
  position: relative;
}
.sg-portfolio-single::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--clr-common-black);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.sg-portfolio-single-btn-link {
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  display: inline-block;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  border-radius: 50%;
  text-decoration: none;
  position: relative;
  z-index: 3;
}
.sg-portfolio-single-btn-link.has-link-pos {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sg-portfolio-single-btn-link i {
  color: var(--clr-common-white);
  font-size: 33px;
}
.sg-portfolio-single:hover::after {
  opacity: 0.4;
  visibility: visible;
}
.sg-portfolio-single:hover .sg-portfolio-single-btn-link {
  opacity: 1;
  visibility: visible;
}

.sg-portfolio-navs {
  display: flex;
  grid-gap: 20px;
}
.sg-portfolio-common-arrow {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid var(--clr-bg-gray-3);
  text-align: center;
  line-height: 60px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-size: 25px;
}
.sg-portfolio-common-arrow:hover {
  border-color: transparent;
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}

/**
* portfolio style 02
*/
.sg-portfolio-title-2 {
  font-size: 20px;
  color: var(--clr-common-white);
  margin-bottom: 0;
}
.sg-portfolio-title-2 a {
  text-decoration: none;
}
.sg-portfolio-title-2 a:hover {
  color: inherit;
}
.sg-portfolio-subtitle-2 {
  font-size: 20px;
  color: var(--clr-common-white);
  margin-bottom: 7px;
}
.sg-portfolio-box-2 {
  min-height: 420px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.sg-portfolio-box-2::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s;
  opacity: 0.6;
  background-image: linear-gradient(rgba(29, 29, 30, 0) 0%, #1d1d1e 100%);
}
.sg-portfolio-box-2:hover::after {
  opacity: 1;
}
.sg-portfolio-box-content-inner {
  position: relative;
  padding: 23px 30px;
  z-index: 3;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sg-portfolio-box-content-inner {
    padding: 15px 15px;
  }
}
.sg-portfolio-tab-action-2 .nav {
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sg-portfolio-tab-action-2 .nav {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .sg-portfolio-tab-action-2 .nav {
    grid-row-gap: 20px;
    flex-direction: column;
  }
}
.sg-portfolio-tab-action-2 .nav-link {
  font-weight: 500;
  font-size: 18px;
  background: transparent;
  padding: 0;
  border: 0;
  color: var(--clr-body-text);
}
.sg-portfolio-tab-action-2 .nav-link:not(:first-child) {
  padding-left: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sg-portfolio-tab-action-2 .nav-link:not(:first-child) {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-portfolio-tab-action-2 .nav-link:not(:first-child) {
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .sg-portfolio-tab-action-2 .nav-link:not(:first-child) {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .sg-portfolio-tab-action-2 .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
}
.sg-portfolio-tab-action-2 .nav-link span {
  display: none;
}
.sg-portfolio-tab-action-2 .nav-link.active {
  height: 55px;
  border-radius: 10px;
  background: var(--clr-common-white);
  border: 1px solid var(--clr-theme-primary);
  padding: 0 30px;
  margin-left: 40px;
  font-weight: 500;
  font-size: 18px;
  color: var(--clr-theme-primary);
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-portfolio-tab-action-2 .nav-link.active {
    margin-left: 12px;
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .sg-portfolio-tab-action-2 .nav-link.active {
    padding: 0 15px;
    margin-left: 0;
  }
}
.sg-portfolio-tab-action-2 .nav-link.active span {
  position: absolute;
  top: -10px;
  left: 30px;
  outline: 5px solid var(--clr-common-white);
  background: var(--clr-common-white);
  line-height: 1;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sg-portfolio-tab-action-2 .nav-link:first-child, .sg-portfolio-tab-action-2 .nav-link:first-child.active {
    margin-left: 0;
  }
}

.sg-portfolio-carousel-wrap-2-space {
  width: 100%;
  overflow: hidden;
  margin-left: auto;
}

.sg-portfolio-carousel-active.has-space.swiper-container {
  transform: translateX(calc((100% - 1170px) / 2));
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sg-portfolio-carousel-active.has-space.swiper-container {
    transform: translateX(calc((100% - 1110px) / 2));
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-portfolio-carousel-active.has-space.swiper-container {
    transform: translateX(calc((100% - 930px) / 2));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sg-portfolio-carousel-active.has-space.swiper-container {
    transform: translateX(0);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-portfolio-tab-action-2.mt-45 {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .sg-portfolio-tab-action-2.mt-45.mb-30 {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

.sg-load-more-btn {
  font-weight: 500;
  font-size: 16px;
  color: var(--clr-theme-primary);
  text-decoration: none;
  display: inline-block;
  height: 55px;
  border-radius: 12px;
  border: 1.5px solid var(--clr-theme-primary);
  line-height: 53px;
  padding: 0 50px;
}
.sg-load-more-btn:hover {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white) !important;
  border-color: transparent;
}

.sg-port-widget-title {
  font-size: 34px;
  margin-bottom: 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) {
  .sg-port-widget-title {
    font-size: 28px;
  }
}
.sg-port-widget-desc {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .sg-port-widget-desc {
    font-size: 16px;
  }
}
.sg-port-widget-list ul li {
  overflow: hidden;
  position: relative;
  list-style-type: none;
  border-bottom: 1px solid var(--clr-bg-gray-3);
  padding-bottom: 9px;
  margin-bottom: 8px;
}
.sg-port-widget-list ul li::after {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  content: ":";
  font-family: "DM Sans", sans-serif;
}
.sg-port-widget-list ul li b {
  font-weight: 500;
  font-size: 18px;
  color: var(--clr-common-black);
}
@media (max-width: 767px) {
  .sg-port-widget-list ul li b {
    font-size: 16px;
  }
}
.sg-port-widget-list ul li span {
  font-size: 18px;
  float: right;
}

.sg-has-radius-img img {
  border-radius: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-portfolio-widget-area.pl-50 {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sg-portfolio-widget-area.pl-50 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .body-typography-area.pb-85 {
    padding-bottom: 125px;
  }
}

/*
************
*************************
15. Team
******************************************************* 
*************************************************************** */
.sg-team-social-list {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  transform: translateY(-50px);
}
.sg-team-social-list a {
  color: var(--clr-bg-gray-5);
  font-size: 15px;
  margin-right: 16px;
  display: inline-block;
}
.sg-team-social-list a:hover {
  color: var(--clr-theme-primary);
}
.sg-team-social-fix {
  overflow: hidden;
  padding-top: 11px;
  margin-top: -11px;
}
.sg-team-social-fix .sg-team-social-subtitle {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  transform: translateY(-25px);
}
.sg-team-social-subtitle {
  font-size: 15px;
  line-height: 25px;
  display: block;
}
.sg-team-social-subtitle:hover {
  color: var(--clr-theme-primary);
}
.sg-team-single-content {
  padding: 23px 0;
}
.sg-team-single-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.sg-team-single-img img {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.sg-team-single-img:hover img {
  transform: scale(1.1);
}
.sg-team-single-title {
  font-size: 22px;
  margin-bottom: 8px;
}
.sg-team-single-title a {
  text-decoration: none;
}
.sg-team-single-title a:hover {
  color: var(--clr-theme-primary);
}
.sg-team-single-box:hover .sg-team-social-list {
  transform: translateY(0);
}
.sg-team-single-box:hover .sg-team-social-subtitle {
  transform: translateY(70px);
}
.sg-team-single-box .sg-team-arrow-link {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sg-team-single-box .sg-team-arrow-link i {
  transform: translate(14px, 17px) rotate(-45deg);
  font-size: 20px;
}
.sg-team-arrow-link a {
  background-color: var(--clr-theme-primary);
  width: 70px;
  height: 70px;
  display: inline-block;
  color: var(--clr-common-white);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  font-size: 14px;
  text-align: center;
  line-height: 70px;
}
.sg-team-arrow-link a:hover {
  background-color: var(--clr-common-black);
  color: var(--clr-common-white);
}

/*
************
*************************
16. Brand
******************************************************* 
*************************************************************** */
.sg-brand-img {
  text-align: center;
}
.sg-brand-img img {
  max-width: 118.93px;
  margin-left: auto;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-brand-img img {
    margin-left: inherit;
  }
}
@media(max-width: 767px) {
  .sg-brand-img img {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sg-brand-left-space {
    padding-left: 0;
  }
}

.has-brand-bg {
  position: relative;
}
.has-brand-bg > * {
  position: relative;
  z-index: 9;
}
.has-brand-bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--clr-common-black);
  content: "";
  opacity: 0.81;
}

/*
************
*************************
17. Testimonial
******************************************************* 
*************************************************************** */
.sg-testimonial-quote-2 {
  font-size: 32px;
  color: var(--clr-theme-primary);
  display: inline-block;
  margin-bottom: 32px;
}
.sg-testimonial-title-2 {
  font-size: 24px;
  margin-bottom: 22px;
}
.sg-testimonial-text-2 {
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-testimonial-space-main {
    margin-left: 30px;
  }
}
.sg-testimonial-box-2 {
  border-radius: 20px;
  background: var(--clr-common-white);
  padding: 48px 40px;
  padding-bottom: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-testimonial-box-2 {
    width: auto;
    padding: 48px 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-testimonial-box-2 {
    width: auto;
  }
}
@media (max-width: 767px) {
  .sg-testimonial-box-2 {
    width: auto;
    padding: 32px 26px;
    padding-bottom: 43px;
  }
}
.sg-testimonial-box-author-wrap {
  display: flex;
  grid-gap: 25px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-testimonial-box-author-wrap {
    margin-bottom: 20px;
  }
}
.sg-testimonial-box-author-wrap-2 {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.sg-testimonial-box-author-img {
  max-width: 93px;
}
.sg-testimonial-box-author-img-2 {
  max-width: 60px;
}
.sg-testimonial-box-author-title {
  font-size: 22px;
  margin-bottom: 3px;
}
.sg-testimonial-box-author-title a {
  text-decoration: none;
}
.sg-testimonial-box-author-title a:hover {
  color: var(--clr-theme-primary);
}
.sg-testimonial-box-author-title-2 {
  font-size: 20px;
  margin-bottom: 3px;
}
.sg-testimonial-box-author-title-2 a {
  text-decoration: none;
}
.sg-testimonial-box-author-title-2 a:hover {
  color: var(--clr-theme-primary);
}
.sg-testimonial-box-author-subtitle {
  font-size: 14px;
}
.sg-testimonial-box-author-subtitle-2 {
  font-size: 14px;
}
.sg-testimonial-quote-text {
  font-style: italic;
  font-size: 28px;
  line-height: 38px;
  padding-right: 180px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sg-testimonial-quote-text {
    padding-right: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-testimonial-quote-text {
    font-size: 23px;
    line-height: 33px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sg-testimonial-quote-text {
    font-size: 18px;
    line-height: 1.4;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sg-testimonial-active-main.mb-70 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .sg-testimonial-space-main.ml-70 {
    margin-left: 0;
  }
}

/*
************
*************************
18. Image Cross
******************************************************* 
*************************************************************** */
.sg-cross2-img-1 .cross2-slider {
  z-index: 3;
  left: 582px;
  width: 55px;
  height: 55px;
  background: var(--clr-common-white);
  margin-left: -27px;
}
.sg-cross2-img-1 .cross2-slider::after, .sg-cross2-img-1 .cross2-slider::before {
  width: 3px;
  background: var(--clr-common-white);
  opacity: 1;
}
.sg-cross2-img-1 .cross2-slider > span::before {
  border: 0;
  content: "\f177";
  font-family: "Font Awesome 5 Pro";
  color: var(--clr-theme-primary);
  display: inline-block;
  transform: translateX(3px);
}
.sg-cross2-img-1 .cross2-slider > span::after {
  border: 0;
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  color: var(--clr-theme-primary);
  display: inline-block;
  transform: translateX(-14px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-cross2-image-arrows .sg-cross2-image-arrow-common .icon {
    max-width: 55px;
  }
}
.sg-cross2-image-arrows .sg-cross2-image-arrow-common p {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  transform: rotate(-30deg) translate(-24px, 10px);
  text-align: center;
  color: var(--clr-common-black);
}
.sg-cross2-image-arrows .sg-cross2-image-arrow-common p span {
  color: var(--clr-theme-primary);
  display: block;
}

.sg-cross2-image-wrap .sg-cross2-image-arrow-left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-7%) translateX(-111px);
  z-index: 99;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-cross2-image-wrap .sg-cross2-image-arrow-left {
    top: -71px;
    transform: translateY(-7%) translateX(0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-cross2-image-wrap .sg-cross2-image-arrow-left {
    transform: translateY(32%) translateX(0);
    top: -79px;
  }
}
@media (max-width: 767px) {
  .sg-cross2-image-wrap .sg-cross2-image-arrow-left {
    transform: translateY(-169%) translateX(0);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sg-cross2-image-wrap .sg-cross2-image-arrow-left {
    top: -64px;
    transform: translateY(-7%) translateX(0);
  }
}
.sg-cross2-image-wrap .sg-cross2-image-arrow-left p {
  margin-bottom: 0px;
  margin-top: -17px;
  transform: rotate(-30deg) translate(38px, -12px);
}
.sg-cross2-image-wrap .sg-cross2-image-arrow-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-7%) translateX(111px);
  z-index: 99;
}
@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) {
  .sg-cross2-image-wrap .sg-cross2-image-arrow-right {
    transform: translateY(-7%) translateX(0);
    top: 105%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-cross2-image-wrap .sg-cross2-image-arrow-right {
    top: 113%;
  }
}
@media (max-width: 767px) {
  .sg-cross2-image-wrap .sg-cross2-image-arrow-right {
    transform: translateY(88%) translateX(0);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sg-cross2-image-wrap .sg-cross2-image-arrow-right {
    top: 110%;
    transform: translateY(-12%) translateX(0);
  }
}
.sg-cross2-image-wrap .sg-cross2-image-arrow-right p {
  transform: rotate(-30deg) translate(41px, -35px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-cross2-image-wrap .sg-cross2-image-arrow-right p {
    transform: rotate(-40deg) translate(49px, -28px);
  }
}

.sg-cross2-img-1.cross2 {
  margin-bottom: 0;
}

.mt-cross2-negative-space {
  margin-top: -280px;
}
@media (max-width: 767px) {
  .mt-cross2-negative-space {
    margin-top: 120px;
  }
}

/*
************
*************************
19. Counter
******************************************************* 
*************************************************************** */
.sg-counter-count {
  font-size: 70px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sg-counter-count {
    font-size: 63px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-counter-count {
    margin-bottom: 0;
  }
}
.sg-counter-label {
  display: block;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 767px) {
  .sg-counter-label {
    font-size: 17px;
  }
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: inherit;
}

@media (max-width: 767px) {
  .counter-area.pt-410 {
    padding-top: 120px;
  }
}

.sg-counter-num-box {
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area.pt-125.pb-120 {
    padding-bottom: 90px;
    padding-top: 115px;
  }
}

@media (max-width: 767px) {
  .counter-area.pt-125.pb-120 {
    padding-top: 115px;
    padding-bottom: 90px;
  }
}

/*
************
*************************
20. Blog
******************************************************* 
*************************************************************** */
.sg-blog-box-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  position: relative;
}
.sg-blog-box-img img {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.sg-blog-box-img:hover img {
  transform: scale(1.1);
}
.sg-blog-box-img .sg-blog-box-date-meta {
  position: absolute;
  left: 10px;
  top: 10px;
}
.sg-blog-box-date-meta {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-primary);
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  padding: 13px 11px;
}
.sg-blog-box-date-meta .count {
  font-size: 20px;
  color: var(--clr-common-white);
  margin-bottom: 0;
}
.sg-blog-box-date-meta .label {
  font-size: 14px;
}
.sg-blog-box-content {
  padding-right: 13px;
}
.sg-blog-box-content-meta a {
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  color: var(--clr-theme-primary);
}
.sg-blog-box-content-meta a:not(:last-child) {
  margin-right: 25px;
}
.sg-blog-box-content-meta a i {
  margin-right: 5px;
}
.sg-blog-box-title {
  font-size: 24px;
  text-transform: inherit;
  margin-bottom: 0;
  line-height: 1.4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-blog-box-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .sg-blog-box-title {
    font-size: 22px;
  }
}
.sg-blog-box-title a {
  text-decoration: none;
}
.sg-blog-box-title a:hover {
  color: var(--clr-theme-primary);
}

.sg-blog-box-5 {
  border-radius: 15px;
  overflow: hidden;
}
.sg-blog-box-5:hover .sg-blog-box-img-5 img {
  transform: scale(1.05);
}
.sg-blog-box-content-5 {
  border: 1px solid var(--clr-bg-gray-3);
  padding: 50px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-top: 45px;
}
.sg-blog-box-content-5.has-details {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .sg-blog-box-content-5 {
    padding: 45px 25px;
    padding-top: 30px;
  }
}
.sg-blog-box-img-5 {
  position: relative;
  overflow: hidden;
}
.sg-blog-box-img-5 img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  transition: all 0.3s;
}
.sg-blog-box-img-5 .sg-blog-box-date-meta {
  position: absolute;
  left: 30px;
  top: 30px;
}
@media (max-width: 767px) {
  .sg-blog-box-img-5 .sg-blog-box-date-meta {
    left: 20px;
    top: 20px;
  }
}
.sg-blog-box-meta-5 a {
  font-weight: 500;
  font-size: 14px;
  color: var(--clr-theme-primary);
  text-decoration: none;
  display: inline-block;
  margin-right: 25px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .sg-blog-box-meta-5 a {
    margin-right: 10px;
  }
}
.sg-blog-box-meta-5 a i {
  margin-right: 7px;
  display: inline-block;
}
.sg-blog-box-content-title-5 {
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-blog-box-content-title-5 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-blog-box-content-title-5 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .sg-blog-box-content-title-5 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sg-blog-box-content-title-5 {
    font-size: 26px;
  }
}
.sg-blog-box-content-title-5 a {
  text-decoration: none;
}
.sg-blog-box-content-title-5 a:hover {
  color: var(--clr-theme-primary);
}
.sg-blog-box-content-desc-5 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .sg-blog-box-content-desc-5 {
    font-size: 16px;
  }
}
.sg-blog-box-content-desc-5.mb-15 {
  margin-bottom: 15px;
}

.sg-load-more-btn-5 {
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  color: var(--clr-theme-primary);
  display: inline-block;
  height: 55px;
  border-radius: 12px;
  background: transparent;
  border: 1.5px solid var(--clr-theme-primary);
  line-height: 53px;
  padding: 0 50px;
}
.sg-load-more-btn-5:hover {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
  border-color: transparent;
}

.sg-blog-paginate a, .sg-blog-paginate span {
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  height: 50px;
  background: var(--clr-bg-gray);
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
  margin-right: 7px;
}
.sg-blog-paginate a:hover, .sg-blog-paginate span:hover {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-primary);
}
.sg-blog-paginate span {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}

.sg-blog-title-5 {
  font-size: 18px;
  color: var(--clr-theme-primary);
  margin-bottom: 0;
  margin-right: 35px;
}
@media (max-width: 767px) {
  .sg-blog-title-5 {
    margin-bottom: 20px;
  }
}

.sg-replay-btn a {
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 767px) {
  .sg-replay-btn a {
    font-size: 16px;
  }
}
.sg-replay-btn a:hover {
  color: var(--clr-theme-primary);
}
.sg-replay-btn a i {
  color: var(--clr-theme-primary);
  margin-right: 12px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .blog-details-area .sg-blog-box-content-title-5 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-area .sg-blog-box-content-title-5 {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .blog-details-area .sg-blog-box-content-5 {
    padding: 45px 13px;
  }
}

@media (max-width: 767px) {
  .children.ml-100 {
    margin-left: 0;
  }
}

.blog-details-comments-title {
  font-size: 22px;
  line-height: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .news-area.pb-90.pt-120.news-area-space-style-2 {
    padding-bottom: 80px;
  }
}

/*
************
*************************
22. Hero
******************************************************* 
*************************************************************** */
.sg-how-work-btn-2 .sg-icon-2 {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: var(--clr-common-white);
  border: 1px solid var(--clr-theme-primary);
  display: inline-block;
  font-size: 12px;
  text-align: center;
  line-height: 60px;
  margin-right: 20px;
  color: var(--clr-theme-primary);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.sg-how-work-btn-2 .sg-work-text-2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: var(--clr-common-black);
}
.sg-how-work-btn-2 .sg-how-work-btn-link-2 {
  text-decoration: none;
}
.sg-how-work-btn-2 .sg-how-work-btn-link-2:hover .sg-work-text-2 {
  color: var(--clr-theme-primary);
}
.sg-how-work-btn-2 .sg-how-work-btn-link-2:hover .sg-icon-2 {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}
.sg-hero-social-action-2 {
  position: absolute;
  left: -4.9%;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sg-hero-social-action-2 {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-hero-social-action-2 {
    transform: rotate(0);
    bottom: 26px;
    top: auto;
    left: 24%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sg-hero-social-action-2 {
    left: -6.9%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sg-hero-social-action-2 {
    left: -128px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sg-hero-social-action-2 {
    display: none;
  }
}
.sg-hero-social-action-2 a {
  font-size: 14px;
  color: var(--clr-common-black);
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 14px;
}
.sg-hero-count-box-2 {
  background: var(--clr-common-white);
  padding: 43px 30px;
  padding-bottom: 25px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-hero-count-box-2 {
    padding: 31px 25px;
  }
}
.sg-hero-count-box-2::after {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 18.94px;
  width: 3px;
  content: "";
  background-color: var(--clr-theme-primary);
}
.sg-hero-count-box-2::before {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 18.94px;
  height: 3px;
  content: "";
  background-color: var(--clr-theme-primary);
}
.sg-hero-count-num-2 {
  margin-bottom: 0;
  font-size: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-hero-count-num-2 {
    font-size: 50px;
  }
}
.sg-hero-img-main-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 40.726%;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sg-hero-img-main-2 {
    width: 44.7%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-hero-img-main-2 {
    width: 49.726%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-hero-img-main-2 {
    position: static;
    height: 255px;
    float: right;
    width: 48%;
  }
}
@media (max-width: 767px) {
  .sg-hero-img-main-2 {
    position: static;
    width: calc(100% - 30px);
    margin: 0 auto;
    height: 400px;
    background-size: cover;
    margin-bottom: 35px;
    background-repeat: no-repeat;
  }
}
.sg-hero-title-2 {
  font-size: 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sg-hero-title-2 {
    font-size: 95px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-hero-title-2 {
    font-size: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-hero-title-2 {
    font-size: 55px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .sg-hero-title-2 {
    font-size: 45px;
  }
}
.sg-hero-desc-2 {
  font-size: 18px;
  line-height: 28px;
}
.sg-hero-sm-img-2 {
  max-width: 479px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .sg-hero-sm-img-2 {
    max-width: 381px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sg-hero-sm-img-2 {
    max-width: 285px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sg-hero-sm-img-2 {
    max-width: 223px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-hero-sm-img-2 {
    max-width: 217px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-hero-sm-img-2 {
    max-width: 48%;
    position: static;
    float: left;
  }
}
.sg-hero-sm-img-has-pos-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-hero-sm-img-has-pos-2 {
    max-width: 48%;
    position: static;
    height: 255px;
    float: left;
  }
}
@media (max-width: 767px) {
  .sg-hero-sm-img-has-pos-2 {
    position: static;
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sg-hero-content-bottom-2.pl-200 {
    padding-left: 0;
    padding-bottom: 66px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-hero-content-bottom-2.pl-200 {
    padding-left: 0;
    padding-bottom: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-hero-content-bottom-2.pl-200 {
    padding-bottom: 95px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area.p-rel.pt-180 {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area.p-rel.pt-180 {
    padding-top: 130px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area.p-rel.pb-145 {
    padding-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-header-space-bottom-2 {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .sg-hero-content-bottom-2.pl-200.pr-150 {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .hero-area.p-rel.pb-145.pt-180 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-hero-title-2.mb-48 {
    margin-bottom: 20px;
  }
}

/*
************
*************************
23. Time Schedule
******************************************************* 
*************************************************************** */
@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) {
  .sg-time-schedule-box-2 {
    overflow-x: auto;
  }
}
.sg-time-schedule-box-2 table tbody tr td {
  padding: 0 3.5px;
  padding-bottom: 10px;
}
.sg-time-schedule-box-2 table tbody tr td:last-child .sg-time-schedule-box-modal-2 {
  left: auto;
  right: 0;
}
.sg-time-schedule-duration-2 {
  font-size: 14px;
  display: block;
}
.sg-time-schedule-doctor-name-2 {
  font-weight: 700;
  font-size: 16px;
  display: block;
  color: var(--clr-common-black);
}
.sg-time-schedule-title-2 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: var(--clr-common-white);
  background-color: var(--clr-theme-primary);
  height: 90px;
  line-height: 90px;
  margin: 0 1.6px;
  border-radius: 10px;
  min-width: 162px;
  padding: 0 33px;
  margin-bottom: 10px;
}
.sg-time-schedule-box-single-2 {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: var(--clr-common-black);
  display: block;
  height: 90px;
  background: var(--clr-common-white);
  line-height: 90px;
  border-radius: 10px;
}
.sg-time-schedule-box-modal-link-2 {
  height: 40px;
  border-radius: 8px;
  background: var(--clr-theme-primary);
  font-weight: 500;
  font-size: 15px;
  color: var(--clr-common-white);
  display: inline-block;
  line-height: 40px;
  padding: 0 23px;
  text-decoration: none;
}
.sg-time-schedule-box-modal-link-2:hover {
  background-color: var(--clr-common-black);
  color: var(--clr-common-white);
}
.sg-time-schedule-box-modal-2 {
  position: absolute;
  min-width: 330px;
  padding: 30px;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.08);
  left: 80px;
  bottom: 0;
  background-color: var(--clr-common-white);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0;
  transition-timing-function: linear;
  visibility: hidden;
  z-index: 9;
}
.sg-time-schedule-box-modal-img-2 {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}
.sg-time-schedule-box-modal-img-2 img {
  object-fit: cover;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.sg-time-schedule-box-modal-content-2 {
  overflow: hidden;
  text-align: left;
}
.sg-time-schedule-box-modal-title-2 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--clr-common-black);
  margin-bottom: 3px;
}
.sg-time-schedule-box-modal-subtitle-2 {
  font-size: 16px;
  color: var(--clr-theme-primary);
  display: block;
}
.sg-time-schedule-box-single-wrap-2 {
  background-color: var(--clr-common-white);
  border-radius: 10px;
  position: relative;
  height: 90px;
  text-align: center;
  width: 100%;
  display: table;
}
.sg-time-schedule-box-single-wrap-2 .inner {
  display: table-cell;
  vertical-align: middle;
}
.sg-time-schedule-box-single-wrap-2:hover .sg-time-schedule-box-modal-2, .sg-time-schedule-box-single-wrap-2.active .sg-time-schedule-box-modal-2 {
  bottom: -15px;
  opacity: 1;
  visibility: visible;
}

/*
************
*************************
24. Pricing
******************************************************* 
*************************************************************** */
.sg-pricing-action-link-2 {
  height: 55px;
  border-radius: 12px;
  background: var(--clr-common-black);
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: var(--clr-common-white);
  text-decoration: none;
  line-height: 55px;
  padding: 0 48px;
}
.sg-pricing-action-link-2:hover {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}
.sg-pricing-duration-badge-2 {
  border-top: 1px solid var(--clr-bg-gray-3);
  padding-top: 18px;
}
.sg-pricing-duration-badge-text-2 {
  font-size: 16px;
}
.sg-pricing-duration-badge-text-2 i {
  font-size: 10px;
  display: inline-block;
  color: var(--clr-body-text);
  margin-right: 5px;
}
.sg-pricing-title-2 {
  font-size: 70px;
  margin-bottom: 0;
}
.sg-pricing-title-2 sup {
  font-size: 20px;
  vertical-align: top;
  transform: translateY(23px);
  display: inline-block;
}
.sg-pricing-title-2 span {
  font-size: 20px;
}
.sg-pricing-subtitle-2 {
  font-weight: 500;
  font-size: 18px;
  display: block;
  color: var(--clr-theme-primary);
  margin-bottom: 20px;
}
.sg-pricing-box-head-2 {
  margin-bottom: 15px;
}
.sg-pricing-box-2 {
  background-color: var(--clr-common-white);
  padding: 55px 85px;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .sg-pricing-box-2 {
    padding: 47px 27px;
    padding-top: 43px;
  }
}
.sg-pricing-box-2.active {
  position: relative;
}
.sg-pricing-box-2.active .sg-pricing-action-link-2 {
  background-color: var(--clr-theme-primary);
}
.sg-pricing-box-2.active::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 15px;
  width: 100px;
  height: 100px;
  background: var(--clr-theme-primary);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.sg-pricing-box-2.active::after {
  position: absolute;
  right: 15px;
  top: 15px;
  content: "\f02b";
  font-family: "Font awesome 5 pro";
  color: var(--clr-common-white);
  font-size: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sg-pricing-box-2 {
    padding: 55px 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-pricing-box-2 {
    padding: 50px 37px;
  }
}
@media (max-width: 767px) {
  .sg-pricing-box-2 {
    padding: 47px 27px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sg-pricing-box-2 {
    padding: 67px 67px;
  }
}
.sg-pricing-box-list-2 {
  border-top: 1px solid var(--clr-bg-gray-3);
  padding-top: 21px;
}
.sg-pricing-box-list-2 li {
  font-weight: 500;
  font-size: 16px;
  list-style: none;
  color: var(--clr-common-black);
  margin-bottom: 3px;
}
.sg-pricing-box-list-2 li span {
  font-weight: 400;
  color: var(--clr-body-text);
}

/*
************
*************************
25. Faq
******************************************************* 
*************************************************************** */
.sg-faq-accordion-2 .acc-item {
  background: var(--clr-bg-gray);
  margin-bottom: 10px;
  border-radius: 8px;
}
.sg-faq-accordion-2 .acc-item .accordion-body {
  padding-top: 0;
}
.sg-faq-accordion-2 .general-faq button {
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  border-radius: 8px;
  background: var(--clr-bg-gray);
  border: 0;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  color: var(--clr-common-black);
  padding: 0 20px;
}
@media (max-width: 767px) {
  .sg-faq-accordion-2 .general-faq button {
    height: 80px;
  }
}
.sg-faq-accordion-2 .general-faq button.collapsed .minus-icon {
  display: none;
}
.sg-faq-accordion-2 .general-faq button.collapsed .plus-icon {
  float: right;
}
@media (max-width: 767px) {
  .sg-faq-accordion-2 .general-faq button.collapsed .plus-icon {
    display: none;
  }
}
.sg-faq-accordion-2 .general-faq button.collapsed .plus-icon i {
  font-size: 16px;
}
.sg-faq-accordion-2 .general-faq button:not(.collapsed) .minus-icon {
  float: right;
}
@media (max-width: 767px) {
  .sg-faq-accordion-2 .general-faq button:not(.collapsed) .minus-icon {
    display: none;
  }
}
.sg-faq-accordion-2 .general-faq button:not(.collapsed) .plus-icon {
  display: none;
}

.sg-working-faq-reverce-space {
  margin-top: -204px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sg-faq-wrapper-2.pl-70 {
    padding-left: 0;
  }
}

/*
************
*************************
26. Work
******************************************************* 
*************************************************************** */
.sg-working-faq-has-shape-bg {
  position: relative;
}
.sg-working-faq-has-shape-bg > * {
  position: relative;
  z-index: 3;
}
.sg-working-faq-has-shape-bg::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 54.5%;
  height: 100%;
  background-color: var(--clr-common-white);
  content: "";
  border-top-left-radius: 20px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-working-faq-has-shape-bg::after {
    display: none;
  }
}
.sg-working-appoint-subtitle-or-2 {
  font-size: 16px;
  color: var(--clr-common-white);
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
.sg-working-appoint-tel-link-2 {
  display: block;
  text-align: center;
  font-size: 18px;
  color: var(--clr-common-white);
  text-decoration: none;
}
.sg-working-appoint-tel-link-2:hover {
  color: var(--clr-common-white);
}
.sg-working-appoint-tel-link-2 i {
  vertical-align: middle;
  margin-right: 7px;
}
.sg-working-link-btn-2 {
  height: 55px;
  border-radius: 12px;
  background: transparent;
  border: 1.5px solid var(--clr-common-white);
  display: inline-block;
  color: var(--clr-common-white);
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 53px;
  padding: 0 45px;
}
.sg-working-link-btn-2:hover {
  background-color: var(--clr-common-white);
  color: var(--clr-theme-primary);
}
.sg-working-box-2 {
  padding: 78px 43px;
  padding-bottom: 74px;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-working-box-2 {
    padding: 69px 34px;
  }
}
@media (max-width: 767px) {
  .sg-working-box-2 {
    padding: 58px 22px;
    padding-bottom: 58px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sg-working-box-2 {
    padding: 58px 52px;
  }
}
.sg-working-box-title {
  font-size: 24px;
  color: var(--clr-common-white);
}
.sg-working-list-2 ul li {
  list-style: none;
  color: var(--clr-common-white);
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 12px;
}
.sg-working-list-2 ul li::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "----";
  font-size: 16px;
  color: var(--clr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .sg-working-list-2 ul li::after {
    display: none;
  }
}
.sg-working-list-2 ul li .day {
  font-size: 16px;
  text-transform: uppercase;
}
.sg-working-list-2 ul li .time {
  font-size: 16px;
  color: var(--clr-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-accordion-wrap-main-2.pt-120 {
    padding-top: 90px;
  }
}

/*
************
*************************
27. Product
******************************************************* 
*************************************************************** */
.sg-product-badge-pos-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.sg-product-badge-text-2 {
  background-color: rgb(154, 68, 65);
  font-weight: 500;
  font-size: 12px;
  color: var(--clr-common-white);
  height: 25px;
  display: inline-block;
  line-height: 25px;
  padding: 0 15px;
  text-transform: uppercase;
}
.sg-product-box-price-wrap-2 .sg-product-box-price-current-2 {
  margin-right: 5px;
}
.sg-product-box-price-wrap-2 .sg-product-box-price-old-2 {
  margin-left: 5px;
}
.sg-product-box-price-current-2 {
  font-weight: 700;
  font-size: 16px;
  color: var(--clr-common-black);
  display: inline-block;
}
.sg-product-box-price-old-2 {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
}
.sg-product-box-title-2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.sg-product-box-title-2 a {
  text-decoration: none;
}
.sg-product-box-title-2 a:hover {
  color: var(--clr-theme-primary);
}
.sg-product-box-rating-2 i {
  font-size: 13px;
  display: inline-block;
  color: var(--clr-bg-gray-8);
}
.sg-product-box-rating-2 i.active {
  color: var(--clr-theme-primary);
}
.sg-product-box-2 {
  position: relative;
}
.sg-product-box-cart-pos-2 {
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  bottom: 40px;
  right: 0;
  text-align: center;
  z-index: 2;
}
.sg-product-box-cart-2 {
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  visibility: hidden;
}
.sg-product-box-cart-2 a {
  height: 40px;
  border-radius: 10px;
  background: transparent;
  border: 1.5px solid var(--clr-common-white);
  font-weight: 500;
  font-size: 16px;
  color: var(--clr-common-white);
  line-height: 37px;
  display: inline-block;
  padding: 0 30px;
  text-decoration: none;
}
.sg-product-box-cart-2 a:hover {
  border-color: transparent;
  background-color: var(--clr-common-white);
  color: var(--clr-theme-primary);
}
.sg-product-box-img-2 {
  position: relative;
  background-color: var(--clr-bg-gray-8);
}
.sg-product-box-img-2::after {
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  background-color: var(--clr-common-black);
  content: "";
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0;
  visibility: hidden;
}
.sg-product-box-img-2 img {
  max-height: 370px;
}
.sg-product-box-img-2:hover::after {
  opacity: 0.5;
  visibility: visible;
}
.sg-product-box-img-2:hover .sg-product-box-cart-2 {
  opacity: 1;
  visibility: visible;
}
.sg-product-box-img-2:hover .sg-product-box-cart-pos-2 {
  bottom: 30px;
}

.sg-product-details-review-title-1 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  border-bottom: 1px solid var(--clr-bg-gray-3);
  padding-bottom: 9px;
}
.sg-product-details-review-box-flag-wrap {
  margin-bottom: 5px;
}
.sg-product-details-review-box-flag-wrap img {
  width: 17.52px;
  margin-right: 5px;
}
.sg-product-details-review-box-flag-wrap span {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.sg-product-details-review-box-single .thumb {
  float: left;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .sg-product-details-review-box-single .thumb {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.sg-product-details-review-box-single .thumb img {
  width: 60px;
}
.sg-product-details-review-box-single .content {
  overflow: hidden;
}
.sg-product-details-review-box-single .content .wrap .title {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  margin-right: 12px;
  font-size: 16px;
  margin-bottom: 0;
  display: inline-block;
}
.sg-product-details-review-box-single .content .wrap .rating {
  display: inline-block;
}
.sg-product-details-review-box-single .content .review {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
}
.sg-product-details-review-box-single .content .date {
  font-size: 14px;
  color: var(--clr-common-black);
  margin-bottom: 0;
}
.sg-product-details-info-tabs {
  border: 1px solid var(--clr-bg-gray-3);
  border-radius: 10px;
}
.sg-product-details-info-additional-table {
  padding: 50px;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .sg-product-details-info-additional-table {
    padding: 35px 20px;
    padding-top: 10px;
    overflow-x: auto;
  }
}
.sg-product-details-info-additional-table table {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sg-product-details-info-additional-table table {
    min-width: 540px;
  }
}
.sg-product-details-info-additional-table table tr {
  border-bottom: 1px solid var(--clr-bg-gray-3);
}
.sg-product-details-info-additional-table table tr th {
  font-weight: 500;
  font-size: 16px;
  color: var(--clr-common-black);
  padding: 0;
  border: 0;
  padding: 15px 0;
}
.sg-product-details-info-additional-table table tr td {
  font-size: 16px;
  border: 0;
  padding: 0;
  padding: 15px 0;
  color: var(--clr-body-text);
}
.sg-product-details-info-tab-controls {
  padding: 0 50px;
  border-bottom: 1px solid var(--clr-bg-gray-3);
}
@media (max-width: 767px) {
  .sg-product-details-info-tab-controls {
    padding: 20px 20px;
  }
}
.sg-product-details-info-tab-controls button {
  font-size: 16px;
  background: transparent;
  border: 0;
  font-weight: 500;
  color: var(--clr-body-text);
  display: inline-block;
  padding: 17px 0;
}
@media (max-width: 767px) {
  .sg-product-details-info-tab-controls button {
    margin-right: 0;
    padding: 4px 0;
  }
}
.sg-product-details-info-tab-controls button.active, .sg-product-details-info-tab-controls button:hover {
  color: var(--clr-theme-primary);
}
.sg-product-details-info-tab-controls button:not(:last-child) {
  margin-right: 50px;
}
.sg-product-details-info-tab-content .content-info {
  padding: 45px 50px;
}
@media (max-width: 767px) {
  .sg-product-details-info-tab-content .content-info {
    padding: 35px 20px;
  }
}
.sg-product-details-info-tab-content .content-info p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.sg-product-details-info-tab-content .content-info p:not(:last-child) {
  margin-bottom: 15px;
}

.sg-product-details-review-box {
  padding: 45px 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .sg-product-details-review-box {
    padding: 35px 20px;
  }
}

.sg-review span {
  font-size: 14px;
  color: var(--clr-common-bblack);
}
.sg-review .sg-star-rating {
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .sg-single-product-popup-content.pl-15.sg-single-product-space-2 {
    padding-left: 0;
  }
}

/*
************
*************************
28. Instagram
******************************************************* 
*************************************************************** */
.sg-instagram-icon-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.sg-instagram-icon-2 i {
  color: var(--clr-common-white);
  font-size: 42px;
}
.sg-instagram-single-2 {
  position: relative;
}
.sg-instagram-single-2::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--clr-common-black);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  content: "";
}
.sg-instagram-single-2:hover .sg-instagram-icon-2 {
  opacity: 1;
  visibility: visible;
}
.sg-instagram-single-2:hover::after {
  opacity: 0.5;
  visibility: visible;
}

/*
************
*************************
29. Breadcrumb
******************************************************* 
*************************************************************** */
.sg-breadcrumb-title {
  font-size: 80px;
  color: var(--clr-common-white);
  line-height: 1.4;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .sg-breadcrumb-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.sg-breadcrumb-list a, .sg-breadcrumb-list span {
  font-weight: 500;
  font-size: 16px;
  color: var(--clr-common-white);
  text-decoration: none;
  display: inline-block;
}
.sg-breadcrumb-list a {
  padding-right: 25px;
  position: relative;
}
.sg-breadcrumb-list a::after {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f105";
  font-family: "Font awesome 5 pro";
  color: var(--clr-common-white);
  font-size: 16px;
}
.sg-breadcrumb-list span {
  font-weight: 400;
}

.has-breadcrumb-overlay {
  position: relative;
}
.has-breadcrumb-overlay > * {
  position: relative;
  z-index: 3;
}
.has-breadcrumb-overlay::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--clr-common-black);
  opacity: 0.7;
  content: "";
}

/*
************
*************************
30. Form
******************************************************* 
*************************************************************** */
.sg-doctor-list-filter-search-1-1 {
  position: relative;
}
.sg-doctor-list-filter-search-1-1 input[type=text] {
  width: 100%;
  height: 55px;
  border-radius: 12px;
  background: var(--clr-common-white);
  border: 1px solid var(--clr-bg-gray-3);
  padding: 0 20px;
  font-size: 16px;
  color: var(--clr-bg-gray-9);
}
.sg-doctor-list-filter-search-1-1 input[type=text]:focus {
  border-color: var(--clr-theme-primary);
}
.sg-doctor-list-filter-search-1-1 input[type=text]::-webkit-input-placeholder {
  font-size: 16px;
}
.sg-doctor-list-filter-search-1-1 input[type=text]:-moz-placeholder {
  font-size: 16px;
}
.sg-doctor-list-filter-search-1-1 input[type=text]::-moz-placeholder {
  font-size: 16px;
}
.sg-doctor-list-filter-search-1-1 input[type=text]:-ms-input-placeholder {
  font-size: 16px;
}
.sg-doctor-list-filter-search-1-1 input[type=submit], .sg-doctor-list-filter-search-1-1 button[type=submit] {
  padding: 0;
  border: 0;
  font-size: 15px;
  background: transparent;
  color: var(--clr-bg-gray-9);
  position: absolute;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 20px;
}
.sg-doctor-list-filter-search-1-1 input[type=submit]:hover, .sg-doctor-list-filter-search-1-1 button[type=submit]:hover {
  color: var(--clr-theme-primary);
}

.has-select-style {
  float: none;
  height: 55px;
  border-radius: 12px;
  line-height: 53px;
}
.has-select-style:focus {
  border-color: var(--clr-bg-gray-3);
}
.has-select-style .current {
  font-size: 16px;
  color: var(--clr-body-text);
}
.has-select-style::after {
  display: none;
}
.has-select-style::before {
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f0d7";
  font-family: "Font awesome 5 pro";
  color: var(--clr-bg-gray-10);
  font-weight: 700;
}
.has-select-style .list {
  width: 100%;
}

.blog-replay-form input, .blog-replay-form textarea {
  font-size: 14px;
  width: 100%;
  height: 55px;
  border-radius: 8px;
  padding: 0 30px;
  border: 1px solid var(--clr-bg-gray-14);
}
.blog-replay-form input::-webkit-input-placeholder, .blog-replay-form textarea::-webkit-input-placeholder {
  font-size: 14px;
}
.blog-replay-form input:-moz-placeholder, .blog-replay-form textarea:-moz-placeholder {
  font-size: 14px;
}
.blog-replay-form input::-moz-placeholder, .blog-replay-form textarea::-moz-placeholder {
  font-size: 14px;
}
.blog-replay-form input:-ms-input-placeholder, .blog-replay-form textarea:-ms-input-placeholder {
  font-size: 14px;
}
.blog-replay-form input:focus, .blog-replay-form textarea:focus {
  border-color: var(--clr-theme-primary);
}
.blog-replay-form textarea {
  height: 120px;
  padding-top: 25px;
}
.blog-replay-form button[type=submit] {
  font-weight: 500;
  font-size: 16px;
  color: var(--clr-common-white);
  border: 0;
  height: 55px;
  padding: 0 40px;
  border-radius: 12px;
  background: var(--clr-theme-primary);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: var(--clr-bg-gray-3);
  height: 50px;
  padding: 0 20px;
}

.select2-container--open .select2-dropdown--below {
  border-color: var(--clr-bg-gray-3);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--clr-theme-primary);
}

.select2-container--default .select2-results__option--selected {
  background-color: #C4ABAA;
  color: var(--clr-common-white);
}

.sg-alert-danger span.select2.select2-container {
  min-width: 100%;
}
.sg-alert-danger .select2-container--default .select2-selection--single {
  border: 0;
  background: var(--clr-bg-gray-15);
  height: 55px;
  padding: 0 23px;
  border-radius: 12px;
}
.sg-alert-danger .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #C4ABAA transparent transparent transparent;
  display: inline-block;
  position: static;
  transform: translateY(13px) translateX(-13px);
}
.sg-alert-danger .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 55px;
  font-weight: bold;
  font-size: 16px;
  color: var(--clr-theme-primary);
}

.select2-results__option--selectable {
  transition: all 0.3s;
  padding-left: 30px;
  padding-right: 30px;
}

.sg-appoint-form .wrap {
  position: relative;
}
.sg-appoint-form .wrap .icon {
  position: absolute;
  right: 1px;
  top: 11px;
  padding: 0 30px;
  background: var(--clr-common-white);
}
.sg-appoint-form .wrap .icon i {
  font-size: 22px;
}
.sg-appoint-form input:not(.has-checkbox), .sg-appoint-form textarea, .sg-appoint-form .nice-select {
  height: 55px;
  width: 100%;
  border-radius: 12px;
  background: var(--clr-common-white);
  border: 1px solid var(--clr-bg-gray-3);
  font-size: 16px;
  padding: 0 30px;
  color: var(--clr-body-text);
}
.sg-appoint-form input:not(.has-checkbox):focus, .sg-appoint-form textarea:focus, .sg-appoint-form .nice-select:focus {
  border-color: var(--clr-theme-primary);
}
.sg-appoint-form input:not(.has-checkbox)::-webkit-input-placeholder, .sg-appoint-form textarea::-webkit-input-placeholder, .sg-appoint-form .nice-select::-webkit-input-placeholder {
  font-size: 16px;
}
.sg-appoint-form input:not(.has-checkbox):-moz-placeholder, .sg-appoint-form textarea:-moz-placeholder, .sg-appoint-form .nice-select:-moz-placeholder {
  font-size: 16px;
}
.sg-appoint-form input:not(.has-checkbox)::-moz-placeholder, .sg-appoint-form textarea::-moz-placeholder, .sg-appoint-form .nice-select::-moz-placeholder {
  font-size: 16px;
}
.sg-appoint-form input:not(.has-checkbox):-ms-input-placeholder, .sg-appoint-form textarea:-ms-input-placeholder, .sg-appoint-form .nice-select:-ms-input-placeholder {
  font-size: 16px;
}
.sg-appoint-form .nice-select {
  float: none;
}
.sg-appoint-form .nice-select .current {
  line-height: 55px;
}
.sg-appoint-form .nice-select::after {
  width: 11px;
  height: 14px;
  background: #dbdbdb;
  transform: rotate(0);
  border: 0;
  clip-path: polygon(0 0, 100% 0, 50% 50%);
  right: 30px;
}
.sg-appoint-form textarea {
  height: 150px;
  padding-top: 15px;
}

.has-condition-form label {
  font-size: 16px;
  padding-left: 30px;
  position: relative;
  color: var(--clr-body-text);
}
.has-condition-form label::before {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  border: 2px solid var(--clr-body-text);
}
.has-condition-form label::after {
  position: absolute;
  font-family: "Font awesome 5 pro";
  left: 4px;
  content: "\f00c";
  top: 2px;
  font-size: 13px;
  color: var(--clr-body-text);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.has-condition-form input {
  display: none;
}
.has-condition-form input:checked + label::after {
  opacity: 1;
  visibility: visible;
}

.sg-account-form-action-6 span {
  font-size: 16px;
}
@media (max-width: 767px) {
  .sg-account-form-action-6 span {
    margin-right: 0;
    display: block;
    margin-bottom: 5px;
  }
}
.sg-account-form-action-6 span a {
  font-weight: 500;
  color: var(--clr-common-black);
  text-decoration: none;
}
.sg-account-form-action-6 span a:hover {
  color: var(--clr-theme-primary);
}
.sg-account-form-action-6 .forgot-password {
  font-size: 16px;
  text-decoration: none;
}
.sg-account-form-action-6 .forgot-password:hover {
  color: var(--clr-theme-primary);
}
.sg-account-title-6 {
  font-size: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .sg-account-title-6 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

.sg-submit-form-default-single-btn {
  height: 55px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #00abec;
  padding: 0 48px;
  font-size: 16px;
  color: var(--clr-theme-primary);
  font-weight: 500;
}
.sg-submit-form-default-single-btn:hover {
  background-color: var(--clr-theme-primary);
  border-color: transparent;
  color: var(--clr-common-white) !important;
}
.sg-submit-form-default-single .condition-box input:checked + label::after {
  border-color: var(--clr-theme-primary);
}
.sg-submit-form-default-single .condition-box input:checked + label::before {
  opacity: 1;
  visibility: visible;
}
.sg-submit-form-default-single label {
  font-size: 14px;
  color: var(--clr-common-black);
  display: block;
  margin-bottom: 12px;
}
.sg-submit-form-default-single label.condition {
  font-size: 12px;
  color: var(--clr-body-text);
  display: block;
  padding-left: 25px;
  position: relative;
}
.sg-submit-form-default-single label.condition.condition-2 {
  font-size: 14px;
}
.sg-submit-form-default-single label.condition::after {
  position: absolute;
  left: 0;
  top: 3px;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  display: inline-block;
  transition: all 0.3s;
  content: "";
  border: 1px solid var(--clr-bg-gray-3);
}
.sg-submit-form-default-single label.condition::before {
  position: absolute;
  left: 2px;
  top: 2px;
  transition: all 0.3s;
  font-family: "Font awesome 5 pro";
  color: var(--clr-theme-primary);
  content: "\f00c";
  opacity: 0;
  visibility: hidden;
  font-size: 10px;
}
.sg-submit-form-default-single textarea {
  border-radius: 5px;
  border: 1px solid var(--clr-bg-gray-3);
  height: 136px;
  width: 100%;
  color: var(--clr-body-text);
  padding: 10px;
}
.sg-submit-form-default-single textarea:focus {
  border-color: var(--clr-theme-primary);
}
.sg-submit-form-default-single input[type=text], .sg-submit-form-default-single input[type=email], .sg-submit-form-default-single input[type=number] {
  width: 100%;
  height: 55px;
  border-radius: 5px;
  padding: 0 20px;
  color: var(--clr-body-text);
  border: 1px solid var(--clr-bg-gray-3);
}
.sg-submit-form-default-single input[type=text]:focus, .sg-submit-form-default-single input[type=email]:focus, .sg-submit-form-default-single input[type=number]:focus {
  border-color: var(--clr-theme-primary);
}
.sg-submit-form-default-single input.has-condition {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-appoint-form-box form {
    text-align: center;
  }
}

.select2-results__option {
  padding: 12.3px 20px;
}

.nice-select.open {
  border-color: var(--clr-theme-primary);
}

/*
************
*************************
31. doctor
******************************************************* 
*************************************************************** */
.sg-doctor-grid-box-link-1-1 {
  height: 40px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid var(--clr-theme-primary);
  display: inline-block;
  text-decoration: none;
  line-height: 38px;
  font-weight: 500;
  padding: 0 22px;
  font-size: 15px;
  color: var(--clr-theme-primary);
}
.sg-doctor-grid-box-link-1-1:hover {
  border-color: transparent;
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}
.sg-doctor-grid-box-experience-1-1 {
  display: block;
  font-size: 15px;
  margin-bottom: 25px;
}
.sg-doctor-grid-box-1-1 {
  border-radius: 15px;
  background: var(--clr-common-white);
  border: 1px solid var(--clr-bg-gray-3);
  padding: 35px 10px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.sg-doctor-grid-box-1-1:hover {
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.08);
}
.sg-doctor-grid-box-img-1-1 {
  width: 100px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 23px;
}
.sg-doctor-grid-box-subtitle-1-1 {
  font-size: 15px;
  color: var(--clr-theme-primary);
  text-decoration: none;
  display: block;
  margin-bottom: 2px;
}
.sg-doctor-grid-box-subtitle-1-1:hover {
  color: var(--clr-theme-primary);
}
.sg-doctor-grid-box-title-1-1 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 7px;
}
.sg-doctor-grid-box-title-1-1 a {
  text-decoration: none;
}
.sg-doctor-grid-box-title-1-1 a:hover {
  color: var(--clr-theme-primary);
}
.sg-doctor-grid-rating-1-1 {
  margin-bottom: 3px;
}
.sg-doctor-grid-rating-1-1 i {
  font-size: 14px;
  color: var(--clr-bg-gray-11);
  display: inline-block;
  margin: 0 1px;
}
.sg-doctor-grid-rating-1-1 i.active {
  color: var(--clr-color-orange);
}

/*
************
*************************
32. Doctor details
******************************************************* 
*************************************************************** */
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-doctor-details-space-left-1-3.pl-20 {
    padding-left: 0;
  }
}
.sg-doctor-details-content-wrap-1-3 {
  background: var(--clr-common-white);
  border-radius: 20px;
  padding: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sg-doctor-details-content-wrap-1-3 {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .sg-doctor-details-schedule-1-3 .table-inner {
    overflow-x: auto;
  }
}
.sg-doctor-details-schedule-1-3 .table > :not(caption) > * > * {
  box-shadow: none;
  border: 0;
}
@media (max-width: 767px) {
  .sg-doctor-details-schedule-1-3 table {
    min-width: 400px;
  }
}
.sg-doctor-details-schedule-1-3 table thead th {
  background: var(--clr-bg-gray-12);
  font-weight: 700;
  font-size: 16px;
  color: var(--clr-common-black);
  padding: 14px 0;
  padding-left: 30px;
}
.sg-doctor-details-schedule-1-3 table tbody tr:nth-child(even) {
  background: var(--clr-bg-gray-12);
}
.sg-doctor-details-schedule-1-3 table tbody tr td {
  font-size: 16px;
  color: var(--clr-common-black);
  padding: 14px 0;
  padding-left: 30px;
}
.sg-doctor-details-research-1-3 p {
  font-size: 16px;
  line-height: 26px;
}
.sg-doctor-details-work-experience-1-3 ul li {
  font-size: 16px;
  list-style-type: none;
  margin-bottom: 5px;
  padding-left: 10px;
  position: relative;
}
.sg-doctor-details-work-experience-1-3 ul li::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background-color: var(--clr-body-text);
  content: "";
  border-radius: 2px;
}
.sg-doctor-details-title-sm-1-3 {
  font-weight: 700;
  font-size: 18px;
  font-family: "DM Sans";
}
.sg-doctor-details-about-text-1-3 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 33px;
}
.sg-doctor-details-title-1-3 {
  font-size: 50px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .sg-doctor-details-title-1-3 {
    font-size: 40px;
  }
}
.sg-doctor-details-subtitle-1-3 {
  font-size: 20px;
  display: block;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .sg-doctor-details-subtitle-1-3 {
    font-size: 18px;
  }
}
.sg-doctor-details-education-1-3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 15px;
  color: var(--clr-common-black);
}
.sg-doctor-details-tel-1-3 {
  font-weight: 500;
  font-size: 18px;
  color: var(--clr-common-black);
  text-decoration: none;
}
.sg-doctor-details-tel-1-3 svg {
  margin-right: 5px;
}
.sg-doctor-details-tel-1-3 svg path {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.sg-doctor-details-tel-1-3:hover {
  color: var(--clr-theme-primary);
}
.sg-doctor-details-tel-1-3:hover svg path {
  fill: var(--clr-theme-primary);
}
.sg-doctor-details-or-1-3 {
  font-size: 16px;
  display: block;
  text-align: center;
}
.sg-doctor-details-img-1-3 {
  border-radius: 10px;
  border: 15px solid var(--clr-common-white);
  overflow: hidden;
}
.sg-doctor-details-img-1-3 img {
  border-radius: 10px;
}

.sg-experience-item-wrap-1-3 {
  margin-bottom: 10px;
}
.sg-experience-item-wrap-1-3 .title {
  font-weight: 500;
  font-size: 16px;
  color: var(--clr-common-black);
  display: inline-block;
  width: 137px;
  position: relative;
  margin-right: 53px;
  word-break: break-all;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .sg-experience-item-wrap-1-3 .title {
    width: 114px;
    margin-right: 20px;
  }
}
.sg-experience-item-wrap-1-3 .title::after {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 500;
  font-size: 16px;
  color: var(--clr-common-black);
  content: ":";
}
.sg-experience-item-wrap-1-3 .value {
  font-size: 16px;
}

.has-doctor-details-shape-top {
  position: relative;
}
.has-doctor-details-shape-top::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 500px;
  content: "";
  background-color: var(--clr-bg-gray);
}

/*
************
*************************
33. Service details
******************************************************* 
*************************************************************** */
.sg-service-details-radius-box-4 {
  position: relative;
  border: 1px solid var(--clr-bg-gray-3);
  border-radius: 15px;
  background-color: var(--clr-common-white);
  margin-left: 35px;
  padding: 30px 45px;
  padding-bottom: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .sg-service-details-radius-box-4 {
    padding-bottom: 20px;
    padding: 30px 34px;
    padding-left: 40px;
    padding-right: 20px;
  }
}
.sg-service-details-radius-box-4 .icon {
  position: absolute;
  width: 72px;
  height: 72px;
  background: var(--clr-common-white);
  border-radius: 50%;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}
.sg-service-details-radius-box-4 .icon::after {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  z-index: -1;
  width: 100%;
  content: "";
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  height: 100%;
  border: 1px solid var(--clr-bg-gray-3);
}
.sg-service-details-radius-box-4 .title {
  font-size: 24px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .sg-service-details-radius-box-4 .title {
    font-size: 22px;
  }
}
.sg-service-details-radius-box-4 .title a {
  text-decoration: none;
  display: block;
}
.sg-service-details-radius-box-4 .title a:hover {
  color: var(--clr-theme-primary);
}
.sg-service-details-radius-box-4 .content p {
  margin-bottom: 0;
}
.sg-service-details-img {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 49px;
}
.sg-service-details-title-4 {
  font-size: 42px;
  margin-bottom: 25px;
  line-height: 1.3;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sg-service-details-title-4 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-service-details-title-4 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .sg-service-details-title-4 {
    font-size: 28px;
    line-height: 1.4;
  }
}
.sg-service-details-content-4 p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-service-details-left.pr-30 {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sg-service-details-left.pr-30 {
    padding-right: 0;
  }
}

/*
************
*************************
34. Blockquote
******************************************************* 
*************************************************************** */
.sg-blockquote-1 {
  border: 1px solid var(--clr-bg-gray-3);
  border-radius: 15px;
  font-size: 18px;
  padding: 40px 40px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .sg-blockquote-1 {
    padding: 40px 32px;
  }
}
.sg-blockquote-1 .icon {
  margin-bottom: 28px;
}
.sg-blockquote-1 .author {
  font-weight: 500;
  font-size: 18px;
  color: var(--clr-theme-primary);
  display: block;
  position: relative;
  padding-left: 60px;
  margin-top: 20px;
}
.sg-blockquote-1 .author::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 40px;
  height: 2px;
  background-color: var(--clr-theme-primary);
}

/*
************
*************************
35. Widget
******************************************************* 
*************************************************************** */
.sg-widget-search-form {
  position: relative;
}
.sg-widget-search-form input {
  border: 1px solid var(--clr-body-text);
  height: 55px;
  width: 100%;
  background-color: transparent;
  font-size: 15px;
  color: var(--clr-bg-gray-3);
  border-radius: 8px;
  padding: 0 25px;
}
.sg-widget-search-form input::-webkit-input-placeholder {
  font-size: 15px;
  color: var(--clr-bg-gray-3);
}
.sg-widget-search-form input:-moz-placeholder {
  font-size: 15px;
  color: var(--clr-bg-gray-3);
}
.sg-widget-search-form input::-moz-placeholder {
  font-size: 15px;
  color: var(--clr-bg-gray-3);
}
.sg-widget-search-form input:-ms-input-placeholder {
  font-size: 15px;
  color: var(--clr-bg-gray-3);
}
.sg-widget-search-form button[type=submit], .sg-widget-search-form input[type=submit] {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  background: transparent;
  border: 0;
  color: var(--clr-common-white);
  font-size: 13px;
}
.sg-widget-find {
  position: relative;
  padding: 50px 40px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sg-widget-find {
    padding: 50px 25px;
  }
}
.sg-widget-find-btn {
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  color: var(--clr-common-white);
  height: 55px;
  border: 1px solid var(--clr-body-text);
  line-height: 53px;
  border-radius: 8px;
  padding: 0 65px;
}
.sg-widget-find-btn:hover {
  border-color: transparent;
  background-color: var(--clr-common-white);
  color: var(--clr-theme-primary);
}
.sg-widget-find p {
  font-size: 18px;
  line-height: 28px;
  color: var(--clr-bg-gray-13);
  margin-bottom: 40px;
}
.sg-widget-find .title {
  font-size: 22px;
  color: var(--clr-common-white);
  margin-bottom: 28px;
}
.sg-widget-find > * {
  position: relative;
  z-index: 3;
}
.sg-widget-find::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: var(--clr-common-black);
  opacity: 0.75;
  content: "";
}
.sg-widget-service-list a {
  display: block;
  font-size: 18px;
  padding: 13.3px 20px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--clr-common-black);
  border: 1px solid var(--clr-bg-gray-3);
  overflow: hidden;
}
@media (max-width: 767px) {
  .sg-widget-service-list a {
    font-size: 16px;
  }
}
.sg-widget-service-list a i {
  float: right;
  display: inline-block;
  transform: translateY(5px);
}
.sg-widget-service-list a:hover {
  color: var(--clr-theme-primary);
  border-color: var(--clr-theme-primary);
}
.sg-widget-service-list a:not(:last-child) {
  margin-bottom: 20px;
}
.sg-widget-title {
  font-size: 24px;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 9px;
}
@media (max-width: 767px) {
  .sg-widget-title {
    font-size: 22px;
  }
}
.sg-widget-title::after {
  width: 80px;
  height: 1px;
  background: var(--clr-theme-primary);
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .service-widget-area.pl-50 {
    padding-left: 0;
  }
}

.widget-search-form {
  position: relative;
}
.widget-search-form button[type=submit] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0 30px;
  background: transparent;
  border: 0;
  color: var(--clr-bg-gray-14);
}
.widget-search-form button[type=submit]:hover {
  color: var(--clr-theme-primary);
}
.widget-search-form input {
  font-size: 14px;
  color: var(--clr-body-text);
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--clr-bg-gray-14);
  height: 55px;
  padding: 0 30px;
  padding-right: 90px;
}
.widget-search-form input::-webkit-input-placeholder {
  font-size: 14px;
  color: var(--clr-body-text);
}
.widget-search-form input:-moz-placeholder {
  font-size: 14px;
  color: var(--clr-body-text);
}
.widget-search-form input::-moz-placeholder {
  font-size: 14px;
  color: var(--clr-body-text);
}
.widget-search-form input:-ms-input-placeholder {
  font-size: 14px;
  color: var(--clr-body-text);
}
.widget-search-form input:focus {
  border: 1px solid var(--clr-theme-primary);
}

.sg-blog-widget-post-single {
  overflow: hidden;
}
.sg-blog-widget-single-content {
  overflow: hidden;
}
.sg-blog-widget-single-content .date {
  font-size: 14px;
}
.sg-blog-widget-single-content .title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-blog-widget-single-content .title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sg-blog-widget-single-content .title {
    font-size: 16px;
  }
}
.sg-blog-widget-single-content .title a {
  text-decoration: none;
}
.sg-blog-widget-single-content .title a:hover {
  color: var(--clr-theme-primary);
}
.sg-blog-widget-single-img {
  max-width: 80px;
  float: left;
  margin-right: 20px;
}
.sg-blog-widget-single-img img {
  border-radius: 6px;
}
.sg-blog-widget-title {
  font-size: 22px;
  position: relative;
  padding-bottom: 8px;
}
.sg-blog-widget-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 1px;
  background: var(--clr-theme-primary);
  content: "";
}
.sg-blog-widget-list a {
  font-size: 18px;
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .sg-blog-widget-list a {
    font-size: 16px;
  }
}
.sg-blog-widget-list a:hover {
  color: var(--clr-theme-primary);
}

.tagcloud a {
  font-size: 14px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid var(--clr-bg-gray-3);
  display: inline-block;
  line-height: 38px;
  padding: 0 15px;
  text-decoration: none;
}
.tagcloud a:not(:last-child) {
  margin-right: 5px;
  margin-bottom: 10px;
}
.tagcloud a:hover {
  border-color: var(--clr-theme-primary);
  color: var(--clr-theme-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sg-blog-sidebar.pl-50 {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-blog-sidebar.pl-50 {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sg-blog-sidebar.pl-50 {
    padding-left: 0;
  }
}

.sg-conversion-widget-5 {
  overflow: hidden;
  border-radius: 11px;
  padding: 40px 30px;
  padding-top: 37px;
}
.sg-conversion-widget-5 .widget-left {
  float: left;
}
@media (max-width: 767px) {
  .sg-conversion-widget-5 .widget-left {
    float: none;
    margin-bottom: 20px;
  }
}
.sg-conversion-widget-5 .widget-left .title {
  display: block;
  font-size: 20px;
  color: var(--clr-common-black);
}
.sg-conversion-widget-5 .widget-left .subtitle {
  font-size: 14px;
  display: block;
}
.sg-conversion-widget-5 .widget-right a {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  border: 0;
  display: inline-block;
  line-height: 49px;
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.02));
  text-align: center;
  color: var(--clr-common-white);
}

.sg-available-schedule-widget {
  padding: 40px 30px;
  padding-top: 30px;
  border-radius: 11px;
}
@media (max-width: 767px) {
  .sg-available-schedule-widget {
    padding: 40px 20px;
  }
}
.sg-available-schedule-widget .title-heading {
  font-weight: bold;
  font-size: 20px;
  font-family: "DM Sans", sans-serif;
  color: var(--clr-common-white);
  margin-bottom: 25px;
}
.sg-available-schedule-widget-single {
  overflow: hidden;
  padding: 20px;
  border-radius: 8px;
}
.sg-available-schedule-widget-single .meta-left {
  float: left;
}
@media (max-width: 767px) {
  .sg-available-schedule-widget-single .meta-left {
    margin-bottom: 5px;
    float: none;
  }
}
.sg-available-schedule-widget-single .meta-left .title {
  font-weight: bold;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  color: var(--clr-common-white);
  margin-bottom: 3px;
}
.sg-available-schedule-widget-single .meta-left .day {
  font-size: 14px;
  color: #add482;
  margin-right: 15px;
  display: inline-block;
}
.sg-available-schedule-widget-single .meta-left .time {
  font-size: 14px;
  display: inline-block;
}
.sg-available-schedule-widget-list ul li {
  list-style: none;
}
.sg-available-schedule-widget-list ul li:not(:last-child) {
  margin-bottom: 15px;
}

.schedule-action-link {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  font-size: 13px;
  color: var(--clr-common-white);
  background-color: var(--clr-common-black-soft);
}
.schedule-action-link:hover {
  background-color: #f3bf7a;
  color: var(--clr-common-white);
}

.sg-available-schedule-widget-single .schedule-action-link {
  transform: translateY(3px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pl-40.sg-conversion-space-5 {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pl-40.sg-conversion-space-5 {
    padding-left: 0;
  }
}

/**
* Shop widget
*/
.sg-widget-shop-banner-buy-now-btn {
  display: inline-block;
  height: 40px;
  border-radius: 5px;
  background: #00abec;
  line-height: 40px;
  text-decoration: none;
  color: var(--clr-common-white);
  font-size: 16px;
  padding: 0 28px;
}
.sg-widget-shop-banner-buy-now-btn:hover {
  background-color: var(--clr-common-black);
  color: var(--clr-common-white);
}
.sg-widget-shop-banner-1 {
  padding: 35px 28px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-widget-shop-banner-1 {
    padding: 35px 18px;
  }
}
.sg-widget-shop-banner-img-1 {
  position: relative;
}
.sg-widget-shop-banner-img-1 .sg-widget-shop-banner-discount-box {
  position: absolute;
  right: 0px;
  bottom: 8px;
}
.sg-widget-shop-banner-discount-box {
  width: 70px;
  height: 70px;
  background: var(--clr-color-orange-2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
}
.sg-widget-shop-banner-discount-box .label {
  font-size: 12px;
  color: #1d1d1e;
  display: inline-block;
  margin-bottom: 0;
}
.sg-widget-shop-banner-discount-box .price {
  font-weight: bold;
  font-size: 16px;
  color: #1d1d1e;
  display: block;
  line-height: 1;
}
.sg-widget-shop-banner-1 {
  border-radius: 10px;
  background: var(--clr-bg-gray);
}
.sg-widget-shop-banner-1 .sub-title {
  font-size: 12px;
  color: var(--clr-common-black);
  display: block;
  margin-bottom: 11px;
}
.sg-widget-shop-banner-1 .title {
  font-size: 16px;
  line-height: 26px;
  color: var(--clr-theme-primary);
  margin-bottom: 15px;
}
.sg-widget-shop-banner-1 .title a {
  text-decoration: none;
}
.sg-widget-shop-1 .ui-slider-range {
  height: 3px;
  background-color: var(--clr-common-black);
}
.sg-widget-shop-1 .ui-widget.ui-widget-content {
  height: 3px;
  border: 0;
  background: var(--clr-bg-gray-13);
}
.sg-widget-shop-1 .ui-widget-content .ui-state-default {
  width: 13px;
  height: 13px;
  border: 0;
  border-radius: 50%;
  background: var(--clr-common-black);
}
.sg-widget-shop-1 .slider-range-amount .price {
  font-size: 14px;
  color: var(--clr-common-black);
  display: inline-block;
  margin-right: 5px;
}
.sg-widget-shop-1 .slider-range-amount .amount {
  border: 0;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  color: var(--clr-common-black);
  display: inline-block;
}
.sg-widget-shop-category-list ul li {
  margin-bottom: 9px;
  overflow: hidden;
  list-style: none;
}
.sg-widget-shop-category-list ul li .wrap {
  display: inline-block;
}
.sg-widget-shop-category-list ul li input[type=checkbox] {
  display: none;
}
.sg-widget-shop-category-list ul li label {
  font-size: 14px;
  color: var(--clr-body-text);
  display: inline-block;
  transition: all 0.3s;
  padding-left: 28px;
  position: relative;
}
.sg-widget-shop-category-list ul li label::before {
  width: 13px;
  height: 13px;
  border-radius: 2px;
  background: transparent;
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  border: 1px solid var(--clr-bg-gray-14);
}
.sg-widget-shop-category-list ul li label::after {
  position: absolute;
  left: 3.5px;
  top: 6px;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  content: "\f00c";
  font-family: "Font awesome 5 pro";
  color: var(--clr-common-white);
  font-size: 7px;
}
.sg-widget-shop-category-list ul li .num-count {
  font-size: 14px;
  float: right;
}
.sg-widget-shop-category-list ul li input:checked + label::before {
  background-color: var(--clr-theme-primary);
  border-color: transparent;
}
.sg-widget-shop-category-list ul li input:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.sg-widget-shop-category-list ul li a {
  text-decoration: none;
  display: block;
}
.sg-widget-shop-category-list ul li a:hover label, .sg-widget-shop-category-list ul li a:hover .num-count {
  color: var(--clr-theme-primary);
}
.sg-widget-shop-title-1 {
  font-size: 16px;
}
.sg-widget-shop-title-1.has-cursor {
  cursor: pointer;
}
.sg-widget-shop-title-1 i {
  float: right;
  color: var(--clr-common-black);
  font-size: 19px;
  vertical-align: middle;
}

.sg-product-tag {
  font-size: 12px;
  color: var(--clr-common-black);
  display: inline-block;
  margin-right: 17px;
}
.sg-product-tag .tagcloud {
  display: inline-block;
}
.sg-product-tag .tagcloud a {
  height: 26px;
  background: var(--clr-bg-gray-16);
  font-size: 12px;
  line-height: 26px;
  color: var(--clr-common-black);
  padding: 0 7px;
  text-align: center;
  border-radius: 2px;
  margin: 0;
  border: 0;
}
.sg-product-tag .tagcloud a:hover {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}

.sg-social-share-list a {
  width: 35px;
  height: 35px;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  border: 2px solid transparent;
  color: var(--clr-common-white);
}
.sg-social-share-list a.facebook {
  background: #3b5998;
}
.sg-social-share-list a.facebook:hover {
  background-color: transparent;
  border-color: #3b5998;
  color: #3b5998;
}
.sg-social-share-list a.twitter {
  background: #1da1f2;
}
.sg-social-share-list a.twitter:hover {
  background-color: transparent;
  border-color: #1da1f2;
  color: #1da1f2;
}
.sg-social-share-list a.linkedin {
  background: #0077b5;
}
.sg-social-share-list a.linkedin:hover {
  background-color: transparent;
  border-color: #0077b5;
  color: #0077b5;
}
.sg-social-share-list a.pinterest {
  background: #e60023;
}
.sg-social-share-list a.pinterest:hover {
  background-color: transparent;
  border-color: #e60023;
  color: #e60023;
}
.sg-social-share-list a.whatsapp {
  background: #25d366;
}
.sg-social-share-list a.whatsapp:hover {
  background-color: transparent;
  border-color: #25d366;
  color: #25d366;
}

.nice-select .list {
  width: 100%;
}

/*
************
*************************
36. Portfolio Details
******************************************************* 
*************************************************************** */
.sg-portfolio-details-content .title {
  font-size: 34px;
  margin-bottom: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sg-portfolio-details-content .title {
    font-size: 28px;
  }
}
.sg-portfolio-details-content p {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .sg-portfolio-details-content p {
    font-size: 16px;
  }
}
.sg-portfolio-details-img-label {
  font-size: 12px;
  display: block;
  font-style: italic;
}
.sg-portfolio-details-img img {
  border-radius: 15px;
  margin-bottom: 15px;
}

.sg-image-radius {
  border-radius: 15px;
  overflow: hidden;
}

/*
************
*************************
37. Comments
******************************************************* 
*************************************************************** */
.sg-comments-box-author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .sg-comments-box-author-img {
    float: none;
    margin-bottom: 20px;
  }
}
.sg-comments-box-author-content {
  overflow: hidden;
  padding-top: 8px;
}
.sg-comments-box-author-content .title {
  font-size: 18px;
  margin-bottom: 3px;
}
.sg-comments-box-author-content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .sg-comments-box-author-content p {
    font-size: 16px;
    line-height: 26px;
  }
}
.sg-comments-box-author-content .date {
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}
.sg-comments-box-single {
  border-radius: 10px;
  padding: 30px;
  padding-right: 45px;
  border: 1px solid var(--clr-bg-gray-3);
}

/*
************
*************************
38. Popup
******************************************************* 
*************************************************************** */
.sg-video-call-popup {
  max-width: 650px;
  margin: 0 auto;
  position: fixed;
  top: 30%;
  left: 50%;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  padding: 100px 40px;
  padding-bottom: 20px;
  background: var(--clr-common-white);
}
@media (max-width: 767px) {
  .sg-video-call-popup {
    width: 80%;
    padding: 100px 15px;
    padding-bottom: 20px;
  }
}
.sg-video-call-popup .cross-btn {
  position: absolute;
  right: 30px;
  top: 30px;
}
.sg-video-call-popup .cross-btn button {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: var(--clr-common-black);
}
.sg-video-call-popup .cross-btn button i {
  font-size: 27px;
}
.sg-video-call-popup.visible {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.bg-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  bottom: 0;
  transition: all 0.3s;
  background: #1d1d1e;
  opacity: 0;
  visibility: hidden;
}
.bg-overlay.visible {
  opacity: 0.2;
  visibility: visible;
}

.sg-sidebar-menu-popup-1 {
  position: fixed;
  right: -700px;
  transition: all 0.3s linear;
  top: 0;
  overflow-y: auto;
  background: var(--clr-common-white);
  z-index: 999;
  height: 100%;
  width: 465px;
  padding: 30px 50px;
  padding-bottom: 135px;
}
@media (max-width: 767px) {
  .sg-sidebar-menu-popup-1 {
    padding: 30px 30px;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sg-sidebar-menu-popup-1 {
    width: 435px;
  }
}
.sg-sidebar-menu-popup-1.visible {
  right: 0;
}
.sg-sidebar-menu-popup-1::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sg-sidebar-menu-popup-1 .sg-sidebar-menu-cross button {
  border: 0;
  padding: 0;
  line-height: 1;
  background: transparent;
  font-size: 16px;
  color: var(--clr-common-black);
}
.sg-sidebar-menu-popup-1 .sg-sidebar-menu-cross button:hover {
  color: var(--clr-theme-primary);
}
.sg-sidebar-menu-popup-1 .sg-sidebar-menu-cross button i {
  font-size: 19px;
  transform: translateY(1px);
}

.sg-sidebar-menu-l img {
  max-width: 196px;
}

.sg-popup-search-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: var(--clr-common-white);
  padding: 70px 0;
  transform: scaleY(0);
  transition: all 0.3s;
  transform-origin: top;
}
@media (max-width: 767px) {
  .sg-popup-search-box {
    height: 100%;
    overflow-y: auto;
  }
}
.sg-popup-search-box.visible {
  transform: scaleY(1);
}
.sg-popup-search-box form {
  position: relative;
}
.sg-popup-search-box-input input {
  width: calc(100% - 350px);
  height: 60px;
  background: #f8f8f8;
  border: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 14px;
  color: var(--clr-body-text);
  padding: 0 30px;
}
@media (max-width: 767px) {
  .sg-popup-search-box-input input {
    width: 100%;
    background-color: transparent;
  }
}
.sg-popup-search-box button[type=submit] {
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0;
  padding: 0 30px;
  border: 0;
  background: transparent;
}
.sg-popup-search-box .nice-select {
  width: 350px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: var(--clr-common-black);
  border: 1px solid var(--clr-bg-gray-14);
  background: var(--clr-bg-gray-16);
  position: relative;
  z-index: 9;
  padding-left: 25px;
  padding-right: 25px;
}
.sg-popup-search-box .nice-select::after {
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-bottom-color: var(--clr-body-text);
  border-right-color: var(--clr-body-text);
  right: 25px;
  width: 7px;
  height: 7px;
}
@media (max-width: 767px) {
  .sg-popup-search-box .nice-select {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.sg-popup-search-box .nice-select .list {
  width: 100%;
}

.nice-select .option {
  padding-right: 25px;
  padding-left: 25px;
}

.sg-popup-search-result-title {
  font-size: 26px;
  margin-bottom: 25px;
}

.sg-popup-search-product-title {
  font-size: 14px;
  margin-bottom: 0;
  margin-bottom: 8px;
}
.sg-popup-search-product-title a {
  text-decoration: none;
}
.sg-popup-search-product-title a:hover {
  color: var(--clr-theme-primary);
}
.sg-popup-search-product-img {
  height: 166px;
  background: var(--clr-bg-gray-16);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sg-popup-search-product-img img {
  max-width: 98px;
}
.sg-popup-search-product-img img.second {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sg-popup-search-product-box .sg-product-box-style-1-subtitle {
  margin-bottom: 10px;
}
.sg-popup-search-product-box:hover .sg-popup-search-product-img img {
  opacity: 0;
  visibility: hidden;
}
.sg-popup-search-product-box:hover .sg-popup-search-product-img img.second {
  opacity: 1;
  visibility: visible;
}

/**
* popup product
*/
.sg-single-product-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 973px;
  background-color: var(--clr-common-white);
  z-index: 999;
}
.sg-single-product-popup-title {
  font-size: 34px;
  color: var(--clr-theme-primary);
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .sg-single-product-popup-title {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sg-single-product-popup-title {
    font-size: 28px;
  }
}
.sg-single-product-popup-left {
  float: left;
  width: 319px;
}
.sg-single-product-popup-right {
  overflow: hidden;
}
.sg-single-product-popup-image {
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--clr-bg-gray-16);
  border-radius: 10px;
}
.sg-single-product-popup-image.has-height {
  height: 497px;
}
.sg-single-product-popup-image.has-height img {
  max-width: 337px;
}
.sg-single-product-popup-image-control, .sg-single-product-popup-image-control-2 {
  height: 80px;
  width: 80px;
  margin: 0 auto;
  border: 1px solid var(--clr-bg-gray-3);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .sg-single-product-popup-image-control, .sg-single-product-popup-image-control-2 {
    width: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sg-single-product-popup-image-control, .sg-single-product-popup-image-control-2 {
    width: 80px;
  }
}
.sg-single-product-popup-image-control img, .sg-single-product-popup-image-control-2 img {
  max-width: 52px;
}
.sg-single-product-popup-image img {
  max-width: 200px;
}

.sg-single-product-popup-price-rating-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 46px;
}
@media (max-width: 767px) {
  .sg-single-product-popup-price-rating-wrap {
    flex-wrap: wrap;
    grid-gap: 5px;
  }
}
.sg-single-product-popup-price-rating-wrap .rating {
  display: inline-block;
}
.sg-single-product-popup-price-rating-wrap > * {
  flex: 0 0 auto;
}

.sg-single-product-popup {
  padding: 50px;
  padding-bottom: 35px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  border-radius: 10px;
  max-height: 90vh;
  overflow-y: auto;
  max-width: 90vw;
}
.sg-single-product-popup-2 {
  padding: 50px;
  transition: all 0.3s;
  border-radius: 10px;
  border-radius: 10px;
  border: 1px solid var(--clr-bg-gray-3);
}
@media (max-width: 767px) {
  .sg-single-product-popup-2.has-shop-details-2 {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .sg-single-product-popup {
    padding: 40px 30px;
  }
}
.sg-single-product-popup.visible {
  opacity: 1;
  visibility: visible;
}
.sg-single-product-popup-close-action {
  position: absolute;
  right: 50px;
  top: 50px;
  padding: 0;
  line-height: 1;
  border: 0;
  background: transparent;
  color: var(--clr-common-black);
  font-size: 20px;
  font-weight: 700;
}
.sg-single-product-popup-close-action:hover {
  color: var(--clr-theme-primary);
}
.sg-single-product-popup-payment-checkout-card-display {
  border-radius: 5px;
  background: var(--clr-bg-gray-16);
  padding: 20px 20px;
}
.sg-single-product-popup-payment-checkout-card-display img {
  margin-bottom: 5px;
}
.sg-single-product-popup-payment-checkout-card-display span {
  display: block;
  font-size: 14px;
  color: var(--clr-common-black);
}
.sg-single-product-popup-buy-now-btn {
  display: block;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  border-radius: 5px;
  background: var(--clr-theme-primary);
  line-height: 40px;
  text-decoration: none;
  color: var(--clr-common-white);
  text-align: center;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-single-product-popup-buy-now-btn {
    display: inline-block;
    padding: 0 34px;
  }
}
.sg-single-product-popup-buy-now-btn:hover {
  background-color: var(--clr-common-black);
  color: var(--clr-common-white);
}
.sg-single-product-popup-cart-action-wrap {
  display: flex;
  grid-gap: 20px;
}
@media (max-width: 767px) {
  .sg-single-product-popup-cart-action-wrap {
    flex-wrap: wrap;
  }
}
.sg-single-product-popup-cart-action-wrap > * {
  flex: 0 0 auto;
}
.sg-single-product-popup-add-cart-wide-btn {
  width: 354px;
  height: 40px;
  border-radius: 5px;
  background: var(--clr-bg-gray-16);
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  font-size: 16px;
  color: var(--clr-common-black);
  text-decoration: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-single-product-popup-add-cart-wide-btn {
    width: 235px;
  }
}
@media (max-width: 767px) {
  .sg-single-product-popup-add-cart-wide-btn {
    width: 100%;
    padding: 0 50px;
  }
}
.sg-single-product-popup-add-cart-wide-btn:hover {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}
.sg-single-product-popup-quantity-box {
  width: 130px;
  height: 40px;
  border-radius: 5px;
  background: var(--clr-bg-gray-16);
  position: relative;
}
@media (max-width: 767px) {
  .sg-single-product-popup-quantity-box {
    width: 160px;
  }
}
.sg-single-product-popup-quantity-box .plus {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  right: 16px;
  background-color: transparent;
}
.sg-single-product-popup-quantity-box .minus {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  left: 16px;
  background-color: transparent;
}
.sg-single-product-popup-quantity-box input {
  width: 100%;
  border: 0;
  background: transparent;
  height: 40px;
  text-align: center;
  font-size: 16px;
  color: var(--clr-common-black);
  font-weight: 700;
}
.sg-single-product-popup-excerpt p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 26px;
}
.sg-single-product-popup-feature-list ul li {
  list-style-type: none;
}
.sg-single-product-popup-feature-list ul li:not(:last-child) {
  margin-bottom: 6px;
}
.sg-single-product-popup-feature-list ul li b {
  font-weight: 700;
  font-size: 16px;
  color: var(--clr-common-black);
  display: inline-block;
  min-width: 135px;
  padding-right: 15px;
}
.sg-single-product-popup-feature-list ul li span {
  font-size: 16px;
  color: var(--clr-common-black);
  display: inline-block;
}
.sg-single-product-popup-has-review span {
  font-size: 12px;
  margin-left: 7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sg-single-product-popup-left.mr-50 {
    margin-right: 0;
    margin-bottom: 50px;
    float: none;
    width: 100%;
  }
}

.sg-single-product-popup-2 .sg-single-product-popup-control-wrap {
  padding: 0 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sg-single-product-popup-2 .sg-single-product-popup-control-wrap.space-2 {
    padding: 0 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-single-product-popup-2 .sg-single-product-popup-control-wrap.space-2 {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .sg-single-product-popup-2 .sg-single-product-popup-control-wrap.space-2 {
    padding: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sg-single-product-popup-2 .sg-single-product-popup-control-wrap.space-2 {
    padding: 0 50px;
  }
}

.sg-shopping-cart-popup {
  position: fixed;
  right: -450px;
  padding: 40px;
  top: 0;
  max-width: 399px;
  overflow-y: auto;
  background: var(--clr-bg-gray-16);
  height: 100%;
  z-index: 9999;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.sg-shopping-cart-popup-close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 23px;
  color: var(--clr-common-black);
}
.sg-shopping-cart-popup-close-btn:hover {
  color: var(--clr-theme-primary);
}
.sg-shopping-cart-popup.visible {
  right: 0;
}
@media (max-width: 767px) {
  .sg-shopping-cart-popup {
    padding: 30px 18px;
  }
}
.sg-shopping-cart-popup-remove-btn {
  font-size: 12px;
  border: 0;
  padding: 0;
  background: transparent;
  border-bottom: 1px solid var(--clr-common-black);
}
.sg-shopping-cart-popup-remove-btn:hover {
  border-color: var(--clr-theme-primary);
  color: var(--clr-theme-primary);
}
.sg-shopping-cart-popup-quantity-action-flex {
  display: flex;
  justify-content: space-between;
}
.sg-shopping-cart-popup-quantity-action-flex > * {
  flex: 0 0 auto;
}
.sg-shopping-cart-popup-quantity-form {
  position: relative;
  width: 80px;
}
.sg-shopping-cart-popup-quantity-form .plus-btn {
  position: absolute;
  font-size: 14px;
  top: 3px;
  font-weight: 600;
  right: 8px;
}
.sg-shopping-cart-popup-quantity-form input[type=text] {
  width: 100%;
  height: 20px;
  border: 0;
  border-radius: 2px;
  background-color: var(--clr-common-white);
  font-size: 14px;
  text-align: center;
  color: var(--clr-common-black);
}
.sg-shopping-cart-popup-quantity-form .minus-btn {
  position: absolute;
  font-size: 14px;
  top: 3px;
  font-weight: 600;
  left: 8px;
}
.sg-shopping-cart-popup-product-list ul li {
  list-style-type: none;
}
.sg-shopping-cart-popup-product-list ul li:not(:last-child) {
  border-bottom: 1px solid var(--clr-bg-gray-3);
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.sg-shopping-cart-popup-product-single .thumb {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  float: left;
  background-color: var(--clr-common-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sg-shopping-cart-popup-product-single .thumb img {
  width: 64px;
}
.sg-shopping-cart-popup-product-single .content {
  overflow: hidden;
  padding-top: 10px;
}
.sg-shopping-cart-popup-product-single .content .sg-price {
  display: inline-block;
  margin-bottom: 10px;
}
.sg-shopping-cart-popup-product-single .content .sg-title {
  font-size: 18px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .sg-shopping-cart-popup-product-single .content .sg-title {
    font-size: 15px;
  }
}
.sg-shopping-cart-popup-product-single .content .sg-title a {
  text-decoration: none;
}
.sg-shopping-cart-popup-product-single .content .sg-title a:hover {
  color: var(--clr-theme-primary);
}
.sg-shopping-cart-popup-title {
  font-size: 25px;
  margin-bottom: 35px;
}

.sg-popup-search-box-close-action-btn {
  position: fixed;
  right: 50px;
  top: 50px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  color: var(--clr-common-black);
  background: var(--clr-bg-gray-16);
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-popup-search-box-close-action-btn {
    right: 10px;
    top: 10px;
  }
}
@media (max-width: 767px) {
  .sg-popup-search-box-close-action-btn {
    right: 20px;
    top: 10px;
  }
}
.sg-popup-search-box-close-action-btn:hover {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}

@media (max-width: 767px) {
  .sg-popup-search-box-input {
    background: #f8f8f8;
  }
}

.shopping-cart-sidebar-popup-close {
  display: inline-block;
  border: 0;
  width: 45px;
  height: 45px;
  background-color: var(--clr-bg-gray-2);
  line-height: 45px;
  font-size: 19px;
  border-radius: 50%;
  color: var(--clr-common-black);
  position: absolute;
  right: 20px;
  top: 20px;
}
.shopping-cart-sidebar-popup-close:hover {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}

.sg-cart-total-box-2 .nice-select .list {
  left: auto;
  right: 0;
}

/*
************
*************************
39. Account
******************************************************* 
*************************************************************** */
.sign-in-area, .sign-up-area {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sign-in-area, .sign-up-area {
    padding: 30px 0;
  }
}

.sg-signin-img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 44.4%;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sg-signin-img-bg {
    width: 100%;
    z-index: -1;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-account-wrap-6 {
    padding: 80px 80px;
    border-radius: 10px;
    background: var(--clr-common-white);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-account-wrap-6 {
    background: var(--clr-common-white);
    padding: 60px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .sg-account-wrap-6 {
    background: var(--clr-common-white);
    padding: 55px 25px;
    border-radius: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sg-account-wrap-6 {
    padding: 60px 50px;
  }
}

.wrap.has-arrow:after {
  position: absolute;
  right: 30px;
  top: 27px;
  width: 11px;
  height: 10px;
  background: #DBDBDB;
  content: "";
  display: block;
  z-index: 33;
  clip-path: polygon(0 0, 100% 0, 50% 50%);
}

.ui-datepicker td span, .ui-datepicker td a {
  text-align: center;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border-color: var(--clr-bg-gray-3);
  color: var(--clr-body-text);
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background: var(--clr-theme-primary);
  border-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}

.ui-widget-header {
  border: 1px solid transparent;
  background: var(--clr-bg-gray-12);
  color: var(--clr-common-black);
  font-weight: 500;
}

.ui-datepicker th {
  text-align: center;
  color: var(--clr-common-black);
  font-weight: 500;
}

.ui-widget.ui-widget-content {
  border: 1px solid var(--clr-bg-gray-3);
}

@media (max-width: 767px) {
  .sg-appoint-form.mb-50 {
    margin-bottom: 40px;
  }
}

/*
************
*************************
40. Error
******************************************************* 
*************************************************************** */
.err-body-content-7 .title {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 50px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .err-body-content-7 .title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .err-body-content-7 .title {
    font-size: 38px;
  }
}
.err-body-content-7 .subtitle {
  font-size: 18px;
  line-height: 28px;
  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) {
  .err-body-content-7 .subtitle br {
    display: none;
  }
}

.error-main-wide-wrap {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: left bottom;
}

@media (max-width: 767px) {
  .err-bg-img {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .err-bg-img {
    max-width: 320px;
  }
}

/*
************
*************************
41. Shop
******************************************************* 
*************************************************************** */
.sg-shop-filtered-tag a {
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}
.sg-shop-filtered-tag a:not(:last-child) {
  margin-right: 14px;
}
.sg-shop-filtered-tag a:hover {
  color: var(--clr-theme-primary);
}
.sg-shop-filtered-tag a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.sg-shop-topbar-filter-show-pages span {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  color: var(--clr-common-black);
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-shop-topbar-filter-show-pages span {
    margin-right: 9px;
  }
}
@media (max-width: 767px) {
  .sg-shop-topbar-filter-show-pages span {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.sg-shop-topbar-filter-show-pages .nice-select {
  float: none;
  display: inline-block;
  border: 1px solid var(-clr-bg-gray-3);
  padding: 0 10px;
  min-width: 80px;
  height: 35px;
  line-height: 35px;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .sg-shop-topbar-filter-show-pages .nice-select {
    min-width: 100%;
    width: 100%;
  }
}
.sg-shop-topbar-filter-show-pages .nice-select .list {
  width: 100%;
}
.sg-shop-topbar-filter-show-pages .nice-select.featured {
  min-width: 200px;
}
.sg-shop-topbar-filter-show-pages .nice-select .current {
  font-size: 12px;
  color: var(--clr-body-text);
}
.sg-shop-topbar-filter-wrapper {
  background-color: var(--clr-bg-gray-16);
  border-radius: 5px;
  padding: 10px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-shop-topbar-filter-wrapper {
    padding: 20px 20px;
  }
}
@media (max-width: 767px) {
  .sg-shop-topbar-filter-wrapper {
    padding: 25px 20px;
    padding-bottom: 40px;
  }
}
.sg-shop-topbar-filter-grid-list-actions span {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  color: var(--clr-common-black);
  margin-right: 20px;
}
.sg-shop-topbar-filter-grid-list-actions nav {
  display: inline-block;
}
.sg-shop-topbar-filter-grid-list-actions nav button {
  width: 35px;
  height: 35px;
  border-radius: 4px 0px 0px 4px;
  background: transparent;
  border: 1px solid var(--clr-bg-gray-3);
}
.sg-shop-topbar-filter-grid-list-actions nav button:last-child {
  border-radius: 0px 4px 4px 0px;
  border-left: 0;
}
.sg-shop-topbar-filter-grid-list-actions nav button i {
  font-size: 14px;
  color: var(--clr-bg-gray-14);
}
.sg-shop-topbar-filter-grid-list-actions nav button.active i {
  color: var(--clr-theme-primary);
}

/**
* product box
*/
.sg-product-box-style-1 {
  border-radius: 10px;
  position: relative;
  border: 1px solid var(--clr-bg-gray-3);
  padding: 50px 20px;
  padding-bottom: 34px;
  background-color: var(--clr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-product-box-style-1-content.pr-45 {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-product-box-style-1-content.pr-45 {
    padding-right: 15px;
  }
}
.sg-product-box-style-1-content .content {
  font-size: 16px;
  line-height: 26px;
  line-height: 26px;
  margin-bottom: 20px;
}
.sg-product-box-style-1 .sg-product-box-style-1-cart-actions {
  position: absolute;
  right: 25px;
  top: 20px;
  transform: scaleX(0);
}
.sg-product-box-style-1-cart-actions {
  z-index: 9;
  transform-origin: right top;
  transition: all 0.3s;
}
.sg-product-box-style-1-cart-actions a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  background: var(--clr-bg-gray-16);
  line-height: 35px;
  text-align: center;
  color: var(--clr-common-black);
}
.sg-product-box-style-1-cart-actions a:not(:last-child) {
  margin-bottom: 10px;
}
.sg-product-box-style-1-cart-actions a:hover {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-primary);
}
.sg-product-box-style-1-action {
  z-index: 3;
  position: absolute;
  left: -1px;
  right: -1px;
  border: 1px solid #ececec;
  border-top: 0;
  padding-bottom: 40px;
  bottom: -81px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0;
  visibility: hidden;
  background: var(--clr-common-white);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.sg-product-box-style-1-price .price-new {
  font-weight: bold;
  font-size: 16px;
  color: var(--clr-common-black);
  display: inline-block;
  margin: 0 2.5px;
}
.sg-product-box-style-1-price .price-old {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  color: var(--clr-body-text);
  margin: 0 2.5px;
}
.sg-product-box-style-1-price.has-large .price-new {
  font-size: 22px;
}
@media (max-width: 767px) {
  .sg-product-box-style-1-price.has-large .price-new {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sg-product-box-style-1-price.has-large .price-new {
    font-size: 20px;
  }
}
.sg-product-box-style-1-price.has-large .price-old {
  font-size: 22px;
}
@media (max-width: 767px) {
  .sg-product-box-style-1-price.has-large .price-old {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sg-product-box-style-1-price.has-large .price-old {
    font-size: 20px;
  }
}
.sg-product-box-style-1-title {
  font-family: Prata;
  font-size: 16px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-product-box-style-1-title {
    line-height: 1.5;
  }
}
.sg-product-box-style-1-title a {
  text-decoration: none;
}
.sg-product-box-style-1-title a:hover {
  color: var(--clr-theme-primary);
}
.sg-product-box-style-1-subtitle {
  font-size: 14px;
  color: var(--clr-common-black);
  display: block;
  margin-bottom: 15px;
  text-decoration: none;
}
.sg-product-box-style-1-subtitle:hover {
  color: var(--clr-theme-primary);
}
.sg-product-box-style-1-discount-percent {
  font-weight: 500;
  font-size: 12px;
  color: var(--clr-common-white);
  display: inline-block;
  height: 22px;
  border-radius: 2px;
  padding: 0 12px;
  line-height: 22px;
  background-color: var(--clr-theme-primary);
}
.sg-product-box-style-1 .sg-product-box-style-1-discount-percent {
  top: 20px;
  left: 20px;
  position: absolute;
}
.sg-product-box-style-1-img {
  position: relative;
  padding-bottom: 43px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-product-box-style-1-img {
    padding-bottom: 24px;
  }
}
.sg-product-box-style-1-img img {
  max-width: 184px;
  display: inline-block;
}
.sg-product-box-style-1-img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.sg-product-box-style-1:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.sg-product-box-style-1:hover .sg-product-box-style-1-cart-actions {
  transform: scaleX(1);
}
.sg-product-box-style-1:hover .sg-product-box-style-1-action {
  opacity: 1;
  visibility: visible;
}
.sg-product-box-style-1:hover .sg-product-box-style-1-img img:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}
.sg-product-box-style-1:hover .sg-product-box-style-1-img img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}
.sg-product-box-style-2 {
  border-radius: 10px;
  position: relative;
  border: 1px solid var(--clr-bg-gray-3);
  background-color: var(--clr-common-white);
  padding: 35px 22px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .sg-product-box-style-2 .sg-product-box-style-1-content {
    padding: 0 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sg-product-box-style-2 .sg-product-box-style-1-content {
    padding: 0;
    text-align: left;
  }
}
.sg-product-box-style-2 .sg-product-box-style-1-discount-percent {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  left: 0;
  top: 0;
}
.sg-product-box-style-2 .sg-product-box-style-1-cart-actions {
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.sg-product-box-style-2-img {
  position: relative;
  text-align: center;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sg-product-box-style-2-img img {
  max-width: 178px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-product-box-style-2-img img {
    max-width: 100%;
  }
}
.sg-product-box-style-2-img img:nth-child(2) {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.sg-product-box-style-2:hover .sg-product-box-style-1-cart-actions {
  transform: scaleX(1);
}
.sg-product-box-style-2:hover .sg-product-box-style-1-discount-percent {
  opacity: 1;
  visibility: visible;
}
.sg-product-box-style-2:hover .sg-product-box-style-2-img img:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}
.sg-product-box-style-2:hover .sg-product-box-style-2-img img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}

.rating i {
  font-size: 13px;
  color: var(--clr-bg-gray-8);
  display: inline-block;
}
.rating i.active {
  color: var(--clr-color-orange-3);
}

.sg-add-to-cart-btn {
  display: inline-block;
  height: 40px;
  padding: 0 35px;
  line-height: 40px;
  border-radius: 4px;
  text-decoration: none;
  color: var(--clr-common-white);
  background-color: var(--clr-theme-primary);
}
.sg-add-to-cart-btn:hover {
  background-color: var(--clr-common-black);
  color: var(--clr-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sg-widget-shop-wraper-1.pr-20 {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sg-shop-topbar-filter-show-pages.ml-25 {
    margin-left: 0;
    margin-top: 15px;
  }
}

.sg-single-product-popup-control-active .swiper-slide-active .sg-single-product-popup-image-control, .sg-single-product-popup-control-active-2 .swiper-slide-active .sg-single-product-popup-image-control {
  border-color: var(--clr-theme-primary);
}
.sg-single-product-popup-control-active .sg-single-product-popup-image-control, .sg-single-product-popup-control-active-2 .sg-single-product-popup-image-control {
  cursor: pointer;
}

.widget-search-form.sg-shop-widget-toogle input[name=search] {
  height: 55px;
  padding: 0 15px;
  font-size: 15px;
}
.widget-search-form.sg-shop-widget-toogle input[name=search]::-webkit-input-placeholder {
  font-size: 15px;
}
.widget-search-form.sg-shop-widget-toogle input[name=search]:-moz-placeholder {
  font-size: 15px;
}
.widget-search-form.sg-shop-widget-toogle input[name=search]::-moz-placeholder {
  font-size: 15px;
}
.widget-search-form.sg-shop-widget-toogle input[name=search]:-ms-input-placeholder {
  font-size: 15px;
}

.widget-search-form.sg-shop-widget-toogle button {
  padding: 0 10px;
}

.sg-shop-details-section-title {
  font-size: 34px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sg-shop-details-section-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sg-shop-details-section-title {
    font-size: 28px;
  }
}

/*
************
*************************
42. Cart
******************************************************* 
*************************************************************** */
.sg-shopping-cart-table {
  overflow-x: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-shopping-cart-table.table-full table {
    width: 100%;
  }
}
.sg-shopping-cart-table table {
  border-radius: 5px;
  border: 1px solid var(--clr-bg-gray-3);
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sg-shopping-cart-table table {
    width: 774px;
  }
}
.sg-shopping-cart-table table thead th {
  font-weight: 500;
  font-size: 16px;
  padding: 25px 0;
  color: var(--clr-common-black);
  border-bottom: 1px solid var(--clr-bg-gray-3);
  padding-right: 15px;
  padding-left: 15px;
}
.sg-shopping-cart-table table thead th:first-child {
  padding-left: 25px;
}
.sg-shopping-cart-table table tbody td {
  vertical-align: middle;
  padding: 50px 15px;
}
.sg-shopping-cart-table table tbody td .sg-product-cart-price {
  font-size: 16px;
  color: var(--clr-body-text);
}
.sg-shopping-cart-table tr:not(:last-child) tbody td {
  border-bottom: 1px solid var(--clr-bg-gray-3);
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: var(--clr-bg-gray-3);
}

.sg-shopping-cart-product-box {
  align-items: center;
  display: flex;
}
.sg-shopping-cart-product-box > * {
  flex: 0 0 auto;
}
.sg-shopping-cart-product-box .image {
  width: 64px;
  margin-right: 22px;
}
.sg-shopping-cart-product-box .title-wrap {
  overflow: hidden;
}
.sg-shopping-cart-product-box .title-wrap .title {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 0;
}
.sg-shopping-cart-product-box .title-wrap .title a {
  text-decoration: none;
}
.sg-shopping-cart-product-box .title-wrap .title a:hover {
  color: var(--clr-theme-primary);
}

.sg-cart-times-btn {
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--clr-body-text);
  text-align: center;
  display: inline-block;
}
.sg-cart-times-btn:hover {
  color: var(--clr-theme-primary);
}

.sg-cart-total-box-2 {
  border: 1px solid var(--clr-bg-gray-3);
  border-radius: 10px;
  padding-bottom: 40px;
}
.sg-cart-total-box-2 ul li .label {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  color: var(--clr-common-black);
}
.sg-cart-total-box-2 ul li .price {
  font-size: 16px;
  color: var(--clr-common-black);
  float: right;
}
.sg-cart-total-box-2 ul {
  padding: 0 20px;
}
.sg-cart-total-box-2 ul li {
  list-style-type: none;
  border-bottom: 1px solid var(--clr-bg-gray-3);
  padding: 14px 0;
}
.sg-cart-total-box-2 ul li.has-cart-checkout-list-form-style {
  border: 0;
  padding: 0;
}
.sg-cart-total-box-2 ul .list li {
  padding: 0 10px;
}
.sg-cart-total-box-2 .nice-select {
  float: right;
  height: auto;
  border: 0;
  padding: 0;
  padding-right: 20px;
  line-height: 1;
  margin-top: 5px;
}
.sg-cart-total-box-2 .nice-select span.current {
  font-size: 16px;
  color: var(--clr-theme-primary);
}
.sg-cart-total-box-2 .nice-select::after {
  display: none;
}
.sg-cart-total-box-2 .nice-select::before {
  content: "\f107";
  font-family: "Font awesome 5 pro";
  right: 0;
  top: 3px;
  position: absolute;
  color: var(--clr-theme-primary);
  font-weight: 500;
}
.sg-cart-total-box-2 .title {
  font-family: "DM Sans", sans-serif;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px solid var(--clr-bg-gray-3);
  padding: 20px;
}

.cart-checkout-form-btn, .cart-checkout-form-btn-2 {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: var(--clr-common-white);
  height: 55px;
  width: 100%;
  border: 0;
  display: inline-block;
  background: var(--clr-theme-primary);
  border-radius: 5px;
  line-height: 55px;
  text-decoration: none;
}
.cart-checkout-form-btn-2 {
  background-color: var(--clr-common-black);
  color: var(--clr-common-white);
}
.cart-checkout-form-btn-2:hover {
  background: var(--clr-theme-primary);
  color: var(--clr-common-white);
}
.cart-checkout-form-btn:hover, .cart-checkout-form-btn-2:hover {
  background-color: var(--clr-common-black);
  color: var(--clr-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pl-40.sg-cart-widget-left-space {
    padding-left: 0;
  }
}

.sg-cart-total-box-2 .list {
  width: auto;
}

/*
************
*************************
43. Checkout
******************************************************* 
*************************************************************** */
.sg-return-customar-login-warning-link span {
  font-size: 16px;
  margin-right: 5px;
}
.sg-return-customar-login-warning-link a {
  font-weight: 500;
  text-decoration: none;
  color: var(--clr-common-black);
}
.sg-return-customar-login-warning-link a:hover {
  color: var(--clr-theme-primary);
}

.sg-billing-details-title {
  font-size: 22px;
}

.sg-submit-form-default-single .select2 {
  width: 100% !important;
  height: 55px;
  border-radius: 5px;
  padding: 0 7px;
  color: var(--clr-body-text);
  border: 1px solid var(--clr-bg-gray-3);
}
.sg-submit-form-default-single .select2 .select2-selection {
  height: 100%;
  border: 0;
}
.sg-submit-form-default-single span#select2-country-container {
  transform: translateY(12px);
  color: var(--clr-body-text);
}
.sg-submit-form-default-single .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 14px;
  right: 9px;
}

.sg-checkout-order-summery-box {
  border: 1px solid var(--clr-bg-gray-3);
  border-radius: 5px;
  padding: 50px 40px;
  padding-bottom: 43px;
}
@media (max-width: 767px) {
  .sg-checkout-order-summery-box {
    padding: 30px 24px;
  }
}
.sg-checkout-order-summery-box-wrap {
  padding-bottom: 12px;
}
.sg-checkout-order-summery-box-pricing-list ul {
  margin-bottom: 0;
}
.sg-checkout-order-summery-box-pricing-list ul li {
  overflow: hidden;
  list-style-type: none;
}
.sg-checkout-order-summery-box-pricing-list ul li:not(:last-child) {
  border-bottom: 1px solid var(--clr-bg-gray-3);
  padding-bottom: 11px;
  margin-bottom: 13px;
}
.sg-checkout-order-summery-box-pricing-list ul li span.label {
  font-size: 16px;
  display: inline-block;
}
.sg-checkout-order-summery-box-pricing-list ul li span.label.total {
  font-weight: 500;
  color: var(--clr-common-black);
}
.sg-checkout-order-summery-box-pricing-list ul li span.price {
  font-size: 16px;
  color: var(--clr-common-black);
  float: right;
}
.sg-checkout-order-summery-box-pricing-list ul li span.price.flat {
  color: var(--clr-body-text);
}
.sg-checkout-order-summery-box-pricing-list ul li span.price.flat span {
  color: var(--clr-theme-primary);
}
.sg-checkout-order-summery-box-pricing-list ul li span.price.total {
  font-weight: 700;
}
.sg-checkout-order-summery-box-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--clr-bg-gray-3);
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .sg-checkout-order-summery-box-product {
    display: block;
  }
}
.sg-checkout-order-summery-box-product:not(:first-child) {
  padding-top: 30px;
}
.sg-checkout-order-summery-box-product .left {
  display: flex;
  align-items: center;
  grid-gap: 29px;
}
@media (max-width: 767px) {
  .sg-checkout-order-summery-box-product .left {
    margin-bottom: 15px;
    grid-gap: 9px;
    flex-wrap: wrap;
  }
}
.sg-checkout-order-summery-box-product .left > * {
  flex: 0 0 auto;
}
.sg-checkout-order-summery-box-product .left .image {
  max-width: 53px;
}
.sg-checkout-order-summery-box-product .left .title-wrap span {
  font-size: 16px;
}
.sg-checkout-order-summery-box-product .left .title-wrap .title {
  display: inline-block;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 8px;
}
.sg-checkout-order-summery-box-product .left .title-wrap .title a {
  text-decoration: none;
}
.sg-checkout-order-summery-box-product .left .title-wrap .title a:hover {
  color: var(--clr-theme-primary);
}

.sg-price {
  font-size: 16px;
}

.sg-checkout-payment-info-box .accordion-collapse {
  padding-top: 9px;
}
.sg-checkout-payment-info-box p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.sg-checkout-payment-info-box .sg-checkout-payment-condition-text {
  font-size: 16px;
  line-height: 26px;
}
.sg-checkout-payment-info-box .sg-checkout-payment-condition-text a {
  text-decoration: none;
  color: var(--clr-common-black);
  font-weight: 500;
}
.sg-checkout-payment-info-box .sg-checkout-payment-condition-text a:hover {
  color: var(--clr-theme-primary);
}
.sg-checkout-payment-info-box .accordion {
  border-bottom: 1px solid var(--clr-bg-gray-3);
}
.sg-checkout-payment-info-box .accordion button {
  width: 100%;
  height: 55px;
  border-radius: 5px;
  background-color: var(--clr-bg-gray-16);
  border: 1px solid var(--clr-theme-primary);
  color: var(--clr-theme-primary);
  text-align: left;
  padding: 0 20px;
}
.sg-checkout-payment-info-box .accordion button i {
  font-size: 25px;
  margin-right: 11px;
  vertical-align: middle;
  margin-top: -2px;
  color: var(--clr-theme-primary);
}
.sg-checkout-payment-info-box .accordion button.collapsed {
  color: var(--clr-body-text);
  background: transparent;
  border: 1px solid var(--clr-bg-gray-3);
}
.sg-checkout-payment-info-box .accordion button.collapsed i {
  color: var(--clr-body-text);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sg-billing-details-space-right.pr-20 {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sg-billing-details-space-right.pr-20 {
    padding-right: 0;
  }
}

/*
************
*************************
44. Contact
******************************************************* 
*************************************************************** */
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info-wrapper.mr-40 {
    margin-right: 0;
  }
}

.contact-info-subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #00abec;
  display: inline-block;
  margin-bottom: 15px;
}

.contact-info-title {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
  color: #222222;
}
@media (max-width: 767px) {
  .contact-info-title {
    font-size: 28px;
  }
}

.contact-info-item-icon {
  background-color: #F8F8F8;
  display: inline-block;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 5px;
  margin-right: 30px;
}

.contact-info-item-single {
  display: flex;
}
.contact-info-item-single:not(:last-child) {
  margin-bottom: 30px;
}

.contact-info-item-label {
  display: block;
  margin-bottom: 5px;
}

a.contact-info-item-link {
  text-decoration: none;
}
a.contact-info-item-link:hover {
  color: #00abec;
}

.contact-info-social-title {
  font-size: 18px;
  color: #222;
  font-weight: 400;
  margin-bottom: 20px;
}

.contact-info-social a {
  font-size: 18px;
  display: inline-block;
  color: #BCBCBC;
  margin-right: 20px;
}
.contact-info-social a:last-child {
  margin-right: 0;
}
.contact-info-social a:hover {
  color: #00abec;
}

.contact-form-title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.contact-form input {
  height: 55px;
  width: 100%;
  border: 1px solid #CECECE;
  margin-bottom: 30px;
  border-radius: 5px;
  line-height: 55px;
  padding: 0 30px;
}
.contact-form input:focus {
  border-color: #00abec;
}
.contact-form textarea {
  border: 1px solid #CECECE;
  border-radius: 5px;
  height: 180px;
  width: 100%;
  padding: 25px 30px;
  margin-bottom: 30px;
}
.contact-form textarea:focus {
  border-color: #00abec;
}

.contact-form .nice-select {
  border-color: #CECECE;
  height: 60px;
  width: 100%;
  line-height: 60px;
  font-size: 14px;
  margin-bottom: 30px;
  padding: 0 30px;
}
.contact-form .nice-select::after {
  border-color: #CECECE;
  width: 8px;
  height: 8px;
  right: 30px;
}
.contact-form .nice-select:focus {
  border-color: #00abec;
}
.contact-form .nice-select .list {
  width: 100%;
  border: 1px solid #CECECE;
}
.contact-form .nice-select .list .option {
  min-height: 60px;
  line-height: 60px;
  padding: 0 30px;
}

.map-area {
  height: 520px;
}
.map-area iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .contact-info-wrapper p br {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */

.sg-header-logo img {
    width: 50%;
}