/*
Theme Name: Derma Sutra Child
Description:  Derma Sutra Child Theme
Template: derma-sutra
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: derma-sutra-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* font-family: "Poppins", sans-serif; */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --default-trans: all 0.4s ease-in-out;
  --primary-font: "Poppins", sans-serif;
  --black: #000000;
  --bg-black: #02221c;
  --text-black: #212121;
  --orange: #2a5f41;
  --white: #ffff;
  --off-white: #f0f0f0;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  font-family: sans-serif;
  scroll-behavior: smooth;
  scroll-padding: 7rem;
  /* 1 */

  -ms-text-size-adjust: 100%;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  overflow-x: hidden;
  font-family: var(--primary-font) !important;
}

/**
  * Remove default margin.
  */

ul {
  list-style: none;
  padding-left: 0;
}

a {
  text-decoration: none;
}

/* HTML5 display definitions
	========================================================================== */
/**
  * Correct `block` display not defined for any HTML5 element in IE 8/9.
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox.
  * Correct `block` display not defined for `main` in IE 11.
  */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
  * 1. Correct `inline-block` display not defined in IE 8/9.
  * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
  */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */

  vertical-align: baseline;
  /* 2 */
}

/**
  * Prevent modern browsers from displaying `audio` without controls.
  * Remove excess height in iOS 5 devices.
  */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Address `[hidden]` styling not present in IE 8/9/10.
  * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
  */

[hidden],
template {
  display: none;
}

/* Links
	========================================================================== */
/**
  * Remove the gray background color from active links in IE 10.
  */

a {
  background-color: transparent;
}

p {
  margin-bottom: 0;
}

/**
  * Improve readability of focused elements when they are also in an
  * active/hover state.
  */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	========================================================================== */
/**
  * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
  */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
  * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
  */

b,
strong {
  font-weight: bold;
}

/**
  * Address styling not present in Safari and Chrome.
  */

dfn {
  font-style: italic;
}

/**
  * Address variable `h1` font-size and margin within `section` and `article`
  * contexts in Firefox 4+, Safari, and Chrome.
  */
/**
  * Address styling not present in IE 8/9.
  */

mark {
  background: #ff0;
  color: #000;
}

/**
  * Address inconsistent and variable font size in all browsers.
  */

small {
  font-size: 80%;
}

/**
  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
  */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	========================================================================== */
/**
  * Remove border when inside `a` element in IE 8/9/10.
  */

img {
  border: 0;
}

/**
  * Correct overflow not hidden in IE 9/10/11.
  */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	========================================================================== */
/**
  * Address margin not present in IE 8/9 and Safari.
  */

figure {
  margin: 1em 40px;
}

/**
  * Address differences between Firefox and other browsers.
  */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
  * Contain overflow in all browsers.
  */

pre {
  overflow: auto;
}

/**
  * Address odd `em`-unit font size rendering in all browsers.
  */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	========================================================================== */
/**
  * Known limitation: by default, Chrome and Safari on OS X allow very limited
  * styling of `select`, unless a `border` property is set.
  */
/**
  * 1. Correct color not being inherited.
  *    Known issue: affects color of disabled elements.
  * 2. Correct font properties not being inherited.
  * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
  */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */

  font: inherit;
  /* 2 */

  margin: 0;
  /* 3 */
}

/**
  * Address `overflow` set to `hidden` in IE 8/9/10/11.
  */

button {
  overflow: visible;
}

/**
  * Address inconsistent `text-transform` inheritance for `button` and `select`.
  * All other form control elements do not inherit `text-transform` values.
  * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
  * Correct `select` style inheritance in Firefox.
  */

button,
select {
  text-transform: none;
}

/**
  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  *    and `video` controls.
  * 2. Correct inability to style clickable `input` types in iOS.
  * 3. Improve usability and consistency of cursor style between image-type
  *    `input` and others.
  */

button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */
}

/**
  * Re-set default cursor for disabled elements.
  */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
  * Remove inner padding and border in Firefox 4+.
  */

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

/**
  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
  * the UA stylesheet.
  */

input {
  line-height: normal;
}

/**
  * It's recommended that you don't attempt to style these elements.
  * Firefox's implementation doesn't respect box-sizing, padding, or width.
  *
  * 1. Address box sizing set to `content-box` in IE 8/9/10.
  * 2. Remove excess padding in IE 8/9/10.
  */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */
}

/**
  * Fix the cursor style for Chrome's increment/decrement buttons. For certain
  * `font-size` values of the `input`, it causes the cursor style of the
  * decrement button to change from `default` to `text`.
  */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
  * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
  * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
  */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  box-sizing: content-box;
  /* 2 */
}

/**
  * Remove inner padding and search cancel button in Safari and Chrome on OS X.
  * Safari (but not Chrome) clips the cancel button when the search input has
  * padding (and `textfield` appearance).
  */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * Define consistent border, margin, and padding.
  */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
  * 1. Correct `color` not being inherited in IE 8/9/10/11.
  * 2. Remove padding so people aren't caught out if they zero out fieldsets.
  */

legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */
}

/**
  * Remove default vertical scrollbar in IE 8/9/10/11.
  */

textarea {
  overflow: auto;
}

/**
  * Don't inherit the `font-weight` (applied by a rule above).
  * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
  */

optgroup {
  font-weight: bold;
}

/* Tables
	========================================================================== */
/**
  * Remove most spacing between table cells.
  */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

::-moz-selection {
  background-color: #007d9d;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #007d9d;
  color: #fff;
  text-shadow: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}

.container:after,
.container:before {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  height: auto !important;
  display: block;
}

a,
button,
input {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a {
  text-decoration: none !important;
}

/**************global css end*******/

#preloader {
  background: #ffffff;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.loader_area {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.container {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100% !important;
}

/*====================================== Start navigation ========================================*/

.main_header {
  width: 100%;
  z-index: 999;
  background: var(--white);
}

.fixed {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  transition: var(--default-trans);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.nav-sec-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
}

.nav-contact {
  color: var(--orange);
  transition: var(--default-trans);
  padding: 12px 30px;
  border: 1px solid transparent;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 23px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
}

.mob_contact {
  display: none !important;
}

.menu-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-contact:hover {
  border: 1px solid var(--orange);
}

.nav_wrapper .nav_sec {
  margin: 0;
  padding: 0;
}

.nav_wrapper .nav_sec ul {
  margin: 0;
  padding: 0;
  text-align: left;
}

.nav_wrapper .nav_sec ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  padding: 0;
  position: relative;
  border-radius: 37px;
}

.nav_wrapper .nav_sec ul li a {
  display: block;
  position: relative;
  z-index: 99;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
  color: #7d7d7d;
  padding: 10px 16px;
}

.nav_wrapper .nav_sec ul li a::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: var(--orange);
  content: "";
  z-index: 1;
  transition: var(--default-trans);
}

.mob-contact {
  display: none !important;
}

.nav_wrapper .nav_sec ul li.active a {
  border-bottom: 2px solid var(--orange);
}

.nav_wrapper .nav_sec ul li.active a:hover::after {
  display: none;
}

.nav_wrapper .nav_sec ul li:hover>a,
.nav_wrapper .nav_sec ul li.active>a,
.nav_wrapper .nav_sec ul li.current-menu-item>a {
  color: var(--text-black);
}

.nav_wrapper .nav_sec ul li a:hover::after {
  width: 100%;
}

.nav_wrapper .nav_sec ul li ul {
  width: 250px;
  background: var(--pink);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  display: none;
}

.nav_wrapper .nav_sec ul li:hover ul {
  display: block;
}

.nav_wrapper .nav_sec ul li ul li {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

.nav_wrapper .nav_sec ul li ul li+li {
  border-top: 1px solid #b6194b;
}

.nav_wrapper .nav_sec ul li ul li a {
  margin: 0;
  padding: 10px 10px;
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: var(--white);
}

span.toggle-menu {
  display: none;
  background: var(--orange);
  padding: 10px !important;
  margin-left: 20px;
}

.nav_wrapper .nav_sec ul li:hover>.mob-contact {
  background: none;
  border-radius: 30px;
}

/*====================================== Navigation & Header ends ========================================*/

/* banner start  */

.banner {
    padding: 90px 0 100px;
    position: relative;
    /* margin: 0 65px; */
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    z-index: 1;
}

/*.banner:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://dermasutra.in/wp-content/uploads/2024/09/AACD6C05-F265-4931-9932-6528682EAA56-copy-scaled.jpg);
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}*/
.inner-banner {
  padding: 50px 0;
}

.banner_text {
  text-align: left;
}

.banner_text h1 {
  font-size: 58px;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: 0.02em;
  color: var(--white);
  text-shadow: 3px 6px 0px #212121;
  margin-bottom: 20px;
}

body.home .banner_text h1 {
  font-size: 25px;
  line-height: 35px;
  color: var(--text-black);
  text-shadow: none;
  max-width: 432px;
}
.banner_text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  color: #f0f0f0;
  margin-bottom: 35px;
  max-width: 432px;
  margin-right: auto;
  text-shadow: 2px 1px 4px #212121;
}

body.home .banner_text p {
  color: var(--text-black);
  text-shadow: none;
}

.cmn_btn {
  color: var(--white) !important;
  box-shadow: 2px 4px 4px 0px #00000017;
  padding: 12px 44px;
  display: inline-block;
  min-width: 230px;
  transition: var(--default-trans);
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  background: var(--orange);
  text-align: center;
}

.cmn_btn:hover {
  background: var(--white) !important;
  border: 1px solid var(--orange);
  color: var(--orange) !important;
}

.sub-banner {
  display: none;
}

/* banner ends  */

.step_border_top {
  border-top: 12px solid #2a5f41;
  padding-top: 60px;
  text-align: left;
}

.step_border_top .step_form_logo {
  padding-bottom: 30px;
  text-align: left;
}

/* about.html start  */
.about-main-text {
  padding: 100px 0 80px;
}

.about-content .title {
  text-align: left;
  margin-bottom: 0 !important;
}

.about-content .title h2 {
  font-size: 47px;
  line-height: 55px;
}

.about-main-text-holder .row {
  align-items: center;
}

.about-main-text-holder .row>* {
  margin-bottom: 20px;
}

.about-img img {
  margin: 0 auto;
}

/* about.html ends  */

/* accordian faqs */
.c_accordion_wrap {
  background-color: var(--white);
  box-shadow: 0px 4.93px 15.76px 0px #080F340F;
  padding: 40px 32px;
  border-radius: 16px;
  margin-bottom: 22px;
  position: relative;
}

.acc_heading {
  cursor: pointer;
  position: relative;
  min-height: 40px;
  display: flex;
  align-items: center;
  font-size: 21.68px;
  font-weight: 500;
  line-height: 27.59px;
  text-align: left;
  color: var(--orange);
  padding-right: 60px;
}

.acc_heading:nth-last-child(2) {
  border-bottom: 0;
}

.acc_heading::before {
  content: '';
  background: url(http://scwebtech4u.com/Projects/derma-sutra/wp-content/uploads/2024/07/plusicon.svg) no-repeat right center;
  background-size: 100%;
  vertical-align: middle;
  display: inline-block;
  float: right;
  width: 42px;
  height: 43px;
  transition: all 0.5s;
  position: absolute;
  right: 10px;
  left: auto;
  top: 0px;
}

.acc_heading.active::before {
  background: url(http://scwebtech4u.com/Projects/derma-sutra/wp-content/uploads/2024/07/minus-icon.svg) no-repeat right center;
  transform: rotate(0deg);
  background-size: 100%;
}

.acc_contents {
  display: none;
  padding: 25px 0 0 0;
  padding: 13px 0 15px;
}

.acc_contents p {
  font-size: 17.74px;
  font-weight: 500;
  line-height: 29.56px;
  text-align: left;
  max-width: 100%;
  margin-bottom: 0;
}

.faq-section .default-btn {
  margin-top: 30px;
}

.faq-section {
  padding: 70px 0;
}

.faq-section .title {
  margin: 0 auto 50px;
}

/* accordian faqs */

/* ======================================= details.html start ======================================== */
.blog-sec-box-img {
  margin-bottom: 18px;
}

.blog-sec-box-text {
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  color: var(--text-black);
}

.blog-sec-box:hover .blog-sec-box-text h3 {
  color: var(--orange);
}

.blog-sec-box-text h3 {
  transition: var(--default-trans);
}

.blog-sec-box-text p {
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 0;
}

.paginations,
.paginations ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.paginations {
  margin-top: 30px;
}

.paginations ul {
  padding: 0;
  margin: 0;
}

.paginations ul li {
  margin: 0 7px;
}

.paginations ul li a {
  padding: 8px 10px;
  color: var(--white);
  background: var(--orange);
  border-radius: 5px;
  transition: var(--default-trans);
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 500;
}

.paginations ul li a:hover {
  color: var(--orange);
  background: var(--white);
  border: 1px solid var(--orange);
}

.paginations ul li.active a {
  color: var(--orange);
  background: var(--white);
  border: 1px solid var(--orange);
}

.paginations ul li:nth-child(1) {
  margin-right: 20px;
}

.paginations ul li:last-child a,
.paginations ul li:nth-child(1) a {
  background: var(--off-white);
  color: var(--text-black);
  padding: 10px 20px;
}

.paginations ul li:last-child a:hover,
.paginations ul li:nth-child(1) a:hover {
  color: var(--orange);
  background: var(--off-white);
}

.paginations ul li:last-child {
  margin-left: 20px;
}

.blog-sec-box {
  padding: 20px;
  box-shadow: 0px 3px 6px -3px black;
  height: 100%;
  border-radius: 10px;
}

.blog-sec-box-holder .row>* {
  margin-bottom: 25px;
}

.blog-sec-box-img,
.blog-sec-box-img img {
  border-radius: 10px;
}

.blog-sec-box-img img {
  width: 100%;
}

.default-content-page {
  padding: 70px 0;
}

.default-content-page .alignleft {
  float: left;
  margin: 10px 10px 10px 0;
}

.default-content-page .alignright {
  float: right;
  margin: 10px 0 10px 10px;
}

.default-content-page .aligncenter {
  margin: 10px auto;
}

.default-content-page p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  margin-bottom: 18px;
  color: var(--text-black);
  position: relative;
  z-index: 1;
}

.default-content-page a {
  color: var(--orange);
  transition: var(--default-trans);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: inline-block;
}

.default-content-page a:hover {
  color: var(--text-black);
}

.default-content-page ul {
  list-style: none;
  overflow: hidden;
}

.default-content-page h1,
.default-content-page h2,
.default-content-page h3,
.default-content-page h4,
.default-content-page h5,
.default-content-page h6 {
  font-weight: 600;
  margin-bottom: 10px;
}

.default-content-page blockquote {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  padding: 10px;
  border-left: 5px solid var(--orange);
  box-shadow: 3px 3px 7px black;
}

.default-content-page ol {
  overflow: hidden;
}

.default-content-page ul li,
.default-content-page ol li {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.default-content-page ul li::before {
  position: absolute;
  left: -20px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange);
  content: "";
}

.default-content-page .post_info {
  margin-bottom: 20px;
}

.default-content-page h1 {
  font-size: 52px;
  line-height: 61px;
}

.default-content-page h2 {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 20px;
}
.default-content-page h3 {
  font-size: 45px;
  line-height: 53px;
}

.default-content-page h4 {
  font-size: 42px;
  line-height: 50px;
}

.default-content-page h5 {
  font-size: 39px;
  line-height: 47px;
}

.default-content-page h6 {
  font-size: 35px;
  line-height: 45px;
}

.page-id-145 button.woocommerce-button.button.woocommerce-form-login__submit {
  width: auto;
  margin: 0;
}

.page-id-145 button.woocommerce-form-register__submit {
  padding: 10px 30px;
  min-width: unset;
  font-size: 18px;
  line-height: 26px;
  border-radius: 8px;
  font-weight: 400;
}

.page-id-145 .form-row {
  display: flex;
  flex-direction: column;
}

.page-id-145 .woocommerce form.login {
  padding: 30px;
  padding-bottom: 1px;
}

/* 11.11.2024 */
.page-template-recommendation .step_border_top .step_form_logo {
  padding-bottom: 30px;
  text-align: center;
}

.head_btn {
  display: flex;
  align-items: center;
  gap: 15px;
}

.woocommerce ul.order_details li {
  float: none !important;
  border-right: none !important;
}

.woocommerce ul.order_details li + li {
  margin-top: 20px;
}

.woocommerce ul.order_details {
  background: #f2f2f2;
  padding: 20px 20px 20px 40px;
}

/* 11.11.2024 */

/* ======================================= details.html ends ======================================== */
/*====================================================== Responsive start for header & banner ========================================*/

@media (max-width: 1400.98px) {
  .container {
    max-width: 1170px !important;
  }

  /* .banner_text h1 {
    font-size: 85px;
    line-height: 115px;
  } */

  body.home .banner_text h1,
  body.home .banner_text p {
      max-width: 345px;
  }
}

@media (max-width: 1199.98px) {
  /* .banner_text h1 {
    font-size: 70px;
    line-height: 100px;
  } */

  .banner {
    padding: 50px 0 50px;
  }

  .banner_text p {
    font-size: 16px;
    line-height: 26px;
}

  .inner-banner {
    padding: 90px 0 70px;
  }
}

@media (max-width: 1140.98px) {
  body.home .banner_text h1,
  body.home .banner_text p {
      max-width: 345px;
  }
}

@media (max-width: 940.98px) {
    body.home .banner_text h1, 
    body.home .banner_text p {
        max-width: 280px;
    }
}

@media (max-width: 1024.98px) {
  .banner {
    margin: 0;
  }

  .nav_wrapper .nav_sec ul li a {
    padding: 8px 12px;
    font-size: 15px;
  }

  .banner_text h1 {
    font-size: 44px;
    line-height: 64px;
    text-shadow: 3px 4px 0px #212121;
}

  .banner_text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991.98px) {
  .nav-contact {
    padding: 12px 25px;
    font-size: 16px;
  }

  .cmn_btn {
    padding: 12px 35px;
    min-width: 190px;
    font-size: 18px;
    line-height: 26px;
  }

  /* .banner {
    padding: 80px 0 115px;
  } */

  .inner-banner {
    padding: 80px 0 65px;
  }

  .banner_text h1 {
    text-shadow: 3px 3px 0px #212121;
  }
}

@media (max-width: 840.98px) {
  span.toggle-menu {
    width: auto;
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    border-radius: 8px;
  }

  span.toggle-menu img {
    float: left;
  }

  .nav-contact {
    display: none !important;
  }

  .nav_wrapper .mob-contact {
    display: flex !important;
    margin-right: 20px;
    justify-content: flex-start;
  }

  .nav_wrapper .nav_sec ul li:last-child {
    margin-right: 0px;
    display: block;
  }

  .nav_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav_wrapper .nav_sec {
    width: 280px;
    height: 100%;
    float: none;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    padding: 70px 0 0;
    background: #000;
    display: block;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }

  .nav_wrapper .nav_sec.slidein {
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .nav_wrapper .nav_sec .cls-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background: url(images/cross.png) no-repeat center;
  }

  .nav_wrapper .nav_sec ul {
    text-align: left;
  }

  .nav_wrapper .nav_sec ul>li {
    display: block;
    padding-bottom: 0;
    width: 100%;
    margin: 0;
  }

  .nav_wrapper .nav_sec ul>li+li {
    margin-left: 0;
  }

  .nav_wrapper .nav_sec ul>li a {
    color: #fff;
    padding: 11px 15px;
    font-size: 15px;
    border-radius: 0;
  }

  .nav_wrapper .nav_sec ul>li:hover>a,
  .nav_wrapper .nav_sec ul>li.active>a {
    background: var(--orange);
    color: #fff;
  }

  .nav_wrapper .nav_sec i {
    float: left;
    font-style: normal;
    color: #fff;
    line-height: 30px;
    font-size: 21px;
    font-weight: 600;
  }

  .nav_wrapper .nav_sec ul>li:hover ul {
    display: none;
  }

  .nav_wrapper .nav_sec ul>li ul {
    width: 100%;
    background: var(--orange);
    position: static;
    top: 100%;
    left: 0;
    text-align: left;
    display: none;
    float: left;
    border-radius: 0;
    padding: 0;
  }

  .nav_wrapper .nav_sec ul li ul li a {
    padding: 6px 35px;
    color: #fff;
  }

  .nav_wrapper .nav_sec ul ul>li:hover>a,
  .nav_wrapper .nav_sec ul ul>li.active>a {
    background: #1b72bf;
    color: #fff;
  }

  .nav_wrapper .nav_sec ul li .arw-nav {
    width: 40px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    cursor: pointer;
    background: url(images/arw.png) no-repeat center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .nav_wrapper .nav_sec ul li .arw-nav.actv {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .head_btn {
    display: none;
  }

  .mob_cont {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .nav_wrapper .mob-contact {
    margin-right: 5px;
    padding: 2px;

  }

  .nav_wrapper .mob-contact:hover {
    border: 1px solid transparent;
  }



}

@media (max-width: 767.98px) {
  .banner_text {
    text-align: center;
  }

  body.home .banner_text h1,
  body.home .banner_text p {
    max-width: 100%;
    text-shadow: none;
}

  .banner_text p {
    max-width: none;
  }

  /* .banner {
    padding: 60px 0 75px;
  } */

  .banner_text h1 {
    font-size: 38px;
    line-height: 48px;
}
  .banner_text p {
/*     text-shadow: 2px 1px 2px #212121; */
	  text-shadow: none;
}
	.banner {
        background: #f36247;
}
	 
}

@media (max-width: 575.98px) {
  /* .banner_text h1 {
    font-size: 45px;
    line-height: 60px;
  } */

  .logo img {
    max-width: 150px;
  }
  .banner_text p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
  }

  .cmn_btn {
    font-size: 16px;
    line-height: 20px;
  }

  .banner {
    min-height: 300px;
  }

  .inner-banner {
    min-height: 250px;
  }

  .sub-banner {
    display: none;
    background: #b0763fc4;
  }

  .sub-banner .banner_text {
    display: block;
    min-height: auto;
  }
}

@media (max-width: 480.98px) {
  .banner_text h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .banner_text p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 20px;
  }

  .menu-nav {
    gap: 10px;
  }

  .nav-contact {
    padding: 9px 15px;
    font-size: 14px;
    margin-right: 10px;
  }

  .nav_wrapper .mob-contact {
    margin-right: 10px;
  }

  span.toggle-menu {
    width: 43px;
  }

  .step_border_top {
    padding-top: 30px;
  }

  .nav_wrapper .mob-contact {
    gap: 5px;
  }

  .mob_cont {
    gap: 0;
  }
}

@media (max-width: 420.98px) {
  .logo img {
    max-width: 100px;
  }
}
@media (max-width: 380.98px) {
  .banner_text h1 {
    font-size: 28px;
  }

  .inner-banner {
    padding: 60px 0 60px;
    min-height: 0;
  }


}

/*====================================================== Responsive Ends ====================================================*/