@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Jost", serif;
    font-family: "Inter", serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

}

:root {
    --Jost: "Jost", serif;
    --Inter: "Inter", serif;
}

html {
    overflow-x: hidden;
    font-family: sans-serif;
    /* 1 */

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

    -webkit-text-size-adjust: 100%;
    /* 2 */
}
body{
    margin: 0 !important;
    padding: 0 !important;
}

/**
 * Remove default margin.
 */

ul {
    list-style: none;
}

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

/**
 * 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.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * 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;
}

.form-control {
    box-shadow: none !important;
}

/**
 * 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;
}
.client_image img{
    display: block;
    width: 86px;
    height: 86px !important;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}
#filterForm .filter-sec #filterButton {
   padding: 2px 55px;
}
.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;
}

body {
    margin: 0;
    padding: 0;
    font-size: 20px !important;
    overflow-x: hidden;
    color: #353535 !important;
    font-family: var(--Inter) !important;
}

.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*******/

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

/* @media (min-width: 1200px) {
    .container {
        max-width: 1420px !important;
    }
} */
/* / Preloader styles / */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#preloader::after {
    content: "";
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
} 
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*================================ Start Header ================================*/
.header{
    background-color: #fff;
    display: none;
}
.header_holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 28px 0;
    
}

.nav_sec ul {
    display: flex;
    margin: 0;
    padding: 0;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.nav_sec ul li a {
    font-family: var(--Inter);
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    color:#506FE9 ;
    transition: all .5s ease;
}
.nav_sec ul li a:hover,
.nav_sec ul li.active>a{
    color: #1E1E1E;
}

.header_right_sec {
    display: flex;
    gap: 13px;
    justify-content: space-between;
}

.head_icon {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;

}
.icon_box{
    position: relative;
    z-index: 99;
}
.icon_box span{
    position: absolute;
    bottom: 5px;
    right: 1px;
    background-color: #000;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    padding: 2px;
}
.icon_box{
    background-color: #506FE9;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #506FE9;
    transition: all .5s ease;
    cursor: pointer;
}
.icon_box:hover{
    background-color: transparent;
    border: 1px solid #506FE9;
}
.icon_box:hover svg path{
    fill: #506FE9;
}
.search {
    width: 100%;
    border-radius: 10px;
    padding: 10px 65px 10px 10px;
    margin: 0;
    box-sizing: border-box !important;
    border: 1px solid #F15B24;
}

.icon-search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
/* Search bar */
.search-bar {
    position: absolute;
    right: -5px;
    top: -4px;
    height: 54px;
    width: 0%;
    background-color: #fff;
    border: 1px solid #EDEDED;
    box-shadow: 0px 15px 33px 0px #3d62f84d;
    border-radius: 38px;
    padding: 0 60px 0 20px;
    font-size: 14px;
    opacity: 0; 
    transition: all 0.4s ease; 
    z-index: 9999; 
    pointer-events: none;
}

/* When the search bar is active */
.search-bar.active {
    width: 423px; 
    opacity: 1;
    pointer-events: auto; 
}


.icon-search-wrapper::placeholder{
    font-family: var(--Inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #808080;
}
.billing-form input::placeholder, .billing-form textarea::placeholder,.login_input_wrapper input::placeholder
,.fv-row input::placeholder
{
    color: #b9b9b9 !important;
}
.inst_text h5 span {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
}
.recmnd_product_text ul li span{
    font-size: 10px;
    line-height: 16px;
}
.include_sec ul li span,.offer_text_sec ul li span {
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
}
div#processed-video {
    width: 85%;
    border-radius: 10px;
    overflow: hidden;
}
.short-video-title{
    width: 85%;
}
.modal-body .input_wapper{
    position: relative;
}
.modal_search{
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
font-size: 0;
background-image: url(images/search_icon.svg);
background-repeat: no-repeat;
background-position: 50% 50%;
width: 60px;
height: 100%;
border:1px solid #F15B24;;
background-color: #F15B24;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
transition: all .5s ease;
}
.modal_search:hover{
    background-color: transparent;
    border: 1px solid #F15B24;
}
.modal-header{
    border-bottom: none !important;
}
/* .modal-content{
    background-color:#F15B24 !important ;
} */
/* .header_right_sec{
    margin-right: 40px;
} */
.user-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    position: relative;
    cursor: pointer;
  }
  .user-panel p{
    margin-bottom: 0;
    font-family: var(--Inter);
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #1E1E1E;
  }
  .user-panel p:hover{
    color: #506FE9;
    transition: all .5s ease;
  }
 
  
  .profile-dropdown {
    position: absolute;
    width: 280px;
    top: 200%;
    right: 0;
    background: #fff;
    box-shadow: 0px 15px 33px 0px #0000004D;
  border-radius: 8px 0 8px 8px;
    z-index: 9;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
  }
  
  .profile-dropdown.showHide {
    opacity: 1;
    top: 130%;
    pointer-events: all;
  }
  
  /* .profile-dropdown::after {
    content: "";
    position: absolute;
    top: -21px;
    right: 0;
    border: 0.6rem solid transparent;
  
    border-bottom: 0.8rem solid #fff;
  } */
  
  .profile-dropdown ul {
    padding: 0;
    margin: 0;
  }
  
  .profile-dropdown ul li {
    padding: 0;
    margin: 0;
    position: relative;
  }
  .profile-dropdown ul li:hover svg path{
    fill: #000;
    transition: all .5s ease;
  }
  .profile-dropdown ul li svg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
  .profile-dropdown ul li:first-child::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: -10px;
    right: 4px;
    background-color:#fff;
    transform: rotate(45deg);
  }
  .profile-dropdown ul li a {
    padding: 6px 15px;
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 0;
    font-family: var(--Inter);
    font-size: 16px;
    line-height: 43px;
    width: 100%;
    font-weight: 400;
    color: #8B8B8B;
  }
  
  .profile-dropdown ul li a:hover {
    box-shadow: 0px 9px 30px 0px #F15B244D;
    color: #000;
    transition: all .5s ease;
  }
  
  .profile-dropdown ul li:last-child a {
    border-bottom: 0;
  }
  .login_btn{
    display: none;
}

/*================================ End Header ================================*/

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

 .nav_and_mail ul li{
    position: relative;
}
 .nav_sec ul li ul {
    width: 200px;
    background: #506fe9;
    box-shadow: 0px 15px 33px 0px #0000004D;
    position: absolute;
    top: 100%;
    z-index: 999;
    display: none;
    text-align: left;
}

.nav_sec ul li ul li{
    position: relative;
}
/* .nav_sec ul li ul li:first-child::after{
position: absolute;
content: "";
width: 20px;
height: 20px;
top: -10px;
right: 4px;
background-color:#fff;
transform: rotate(45deg);
} */

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

.nav_sec ul li ul li {
    margin: 0;
    padding: 0;
    display: block;
}

.nav_sec ul li ul li a {
    margin: 0;
    padding: 6px 15px;
    display: block;
    font-family: var(--Inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #ffffff;
}
.nav_sec ul li ul li + li{
    border-top:1px solid #fff
}
.nav_sec ul li ul li a:hover{
    background: #F15B24;
    color: #ffffff;
    transition: all .5s ease;
}

@media (min-width: 991.98px) {
    .nav_sec ul li .arw-nav {
        display: none;
    }
}

.nav_sec ul li .arw-nav {
    width: 40px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    cursor: pointer;
    background: url(images/dropdown_icon.svg) 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;
    pointer-events: none;

}


span.toggle-menu {
    display: none;
}

.fixed {
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .6);
}
.fixed.dashboard-header .header_holder{
    margin: 15px 0 !important;
}

.user-img img {
    width: 42px;
    border-radius: 50%;
    object-fit: cover;
    object-position: cover;
}

/*================ End navigation ================*/

/*  ========================commom sec ======================== */
 
.cmn_heading .sec_name {
    font-family: var(--Jost);
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    padding: 9px 35px;
    color: #fff;
    background-color: #506FE9;
    border: none;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.cmn_heading h2 {
    font-family: var(--Jost);
    font-size: 46px;
    font-weight: 700;
    line-height: 56px;
    color: #1E1E1E;
    margin-bottom: 20px;
}

.cmn_heading h2 span {
    color: #506FE9;
}

.cmn_heading p {
    font-family: var(--Inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #484848;
    margin-bottom: 25px;
}
.cmn_btn{
    font-family: var(--Inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    padding: 9px 55px;
    color: #fff;
    background-color: #F15B24;
    border:1px solid #F15B24;
    border-radius: 10px;
    box-shadow: 0px 20px 60px 0px #00000033;
    transition: all .5s ease;
}
.cmn_btn:hover{
    background-color: transparent;
    border:1px solid #F15B24;
    color: #F15B24;
}
/*  ========================commom sec end======================== */

/* =======================home banner sec start======================= */
.banner_image img {
    width: 100%;
    max-height: 700px;
    min-height: 700px;
}

.banner-slider .slick-dots{
    text-align: center;
    padding-left: 0 !important;
}
.banner-slider .slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
.banner-slider .slick-dots li button,.inner-banner-slider-holder .slick-dots li button{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #506FE9;
    font-size: 0px;
    background-color: transparent;
    transform: scale(1);
    vertical-align: middle;
}
.banner-slider .slick-dots li.slick-active button,.inner-banner-slider-holder .slick-dots li.slick-active button {
	background: #506FE9;
    border: 1px solid #506FE9;
    transform: scale(1.3);
}
.inner-banner-slider-holder .slick-dots{
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 0;
}
.inner-banner-slider-holder-box {
    max-height: 245px;
    min-height: 245px;
}
.inner-banner-slider-holder-box img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 245px !important;
}
.slick-dots li button:before{
    font-size: 0 !important;
}
/* =======================home banner sec start======================= */

/* ================card slider sec start================== */
.card_slider_sec{
    width: 100%;
    background-color: #fff;
    position: relative;
    padding: 60px 0 0;
}

.card_icon img{
display: block;
margin: 0 auto;
}
.card_slider .item h5{
font-family: var(--Jost);
font-size: 32px;
font-weight: 600;
line-height: 44px;
color: #1E1E1E;
}
.card_slider .item p{
font-family: var(--Inter);
font-size: 16px;
font-weight: 400;
line-height: 27px;
color: #484848;
}
.card_slider .item{
    padding: 20px;
    background-color: #F0F4FA;
    border-radius: 10px;
    /*margin:  0 -9px;*/
    transform: scale(0.9);
    text-align: center;
    min-height: 280px;
}
.card_slider .item.slick-current {
    transform: scale(1);
	transition: all ease-in-out 0.5s;
    background-color: #506FE9;
    box-shadow: 0px 20px 80px 0px #0000001A;
    z-index: 1;
}
.card_slider .item.slick-current h5, .card_slider .item.slick-current p{
    color: #fff;
}
.card_slider .item.slick-current .card_icon svg path.black {
    stroke:#fff;
}
.card_slider .item.slick-current .card_icon svg path.card_icon_back{
    fill: #334CB2;
}
.card_slider .item.slick-active{
    z-index: -1;
}
.card_slider .slick_prev{
    position: absolute;
    bottom: -40px;
    left: 48%;
    z-index: 9;
}
.card_slider .slick_next{
    position: absolute;
    bottom: -40px;
    right: 48%;
}
.card_slider .slick-dots{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0 !important;
}
.card_slider .slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
.card_slider .slick-dots li button{
    width: 13px;
    height: 7px;
    border-radius: 80px;
    border: 1px solid #fff;
    font-size: 0px;
    background-color: #6D6D6D;
    vertical-align: middle;
}
.card_slider .slick-dots li.slick-active button {
	background: #506FE9;
    border: 1px solid #506FE9;
    width: 24px;
}
/* ================card slider sec end================== */


/* ///////////About us sec start////////// */
.about_sec {
    width: 100%;
    padding: 100px 0;
    position: relative;
}
.card_slider_sec + .about_sec{
    padding-bottom: 0 !important;
}
.about_sec .container .row{
    align-items: center;
}
.about_image_box img {
    width: 100%;
}
.about_image_box{
    position: relative;
}


/* ///////////About us sec end////////// */

/* ///////////offer sec satrt////////// */
.offer_sec .cmn_heading{
    text-align: center;
}
.offer_sec .cmn_heading h2{
    margin-bottom: 30px;
}
.offer_sec{
    width: 100%;
    padding: 10px 0 120px;
    background-image: url(images/offer_backgroung.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.offer_sec .container .row>*{
    margin-bottom: 25px;
}
.offer_box{
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 60px 0px #00000029;
    height: 100%;
    transform: scale(1);
    transition: all .5s ease;
}
.offer_box:hover{
    transform: scale(1.05);
}

.offer_text_sec{
    background-color: #fff;
    padding: 15px 40px 30px;
    border-radius: 5px;
    margin-top: -10px;
    position: relative;
    z-index: 1;
}

.offer_image_sec img {
    width: 100%;
}
.offer_text_sec h5{
    font-family: var(--Jost);
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    color: #1E1E1E;
}
.offer_text_sec ul{
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.offer_text_sec ul li{
    font-family: var(--Inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #6D6D6D;
    position: relative;
    padding-left: 30px;
}
.offer_text_sec ul li::before{
    content: "\2022";
    font-size: 40px;
    margin-right: 16px;
    position: absolute;
    left: -3px;
    top: -3px;
    color: #506FE9;
}

.price_sec{
    display: flex;
    align-items: flex-end;
    gap: 5px;
}
.offer_text_sec p, .price_text{
    font-family: var(--Inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0;
    margin-top: 10px;
}
.offer_text_sec p span, .price_value {
    font-family: var(--Inter);
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
    color: #000000;
}
.offer_sec .cmn_btn{
    display: block;
    margin: 30px auto 0;
    max-width: 180px;
}

/* Desktop View - Grid Layout */
.offer-grid {
    display: block;
  }
  
  .offer-carousel {
    display: none;
  }
  
  /* Mobile View - Carousel */

  .offer-carousel .offer_box .offer_image_sec{
    height: 250px;
  }
  .offer-carousel .offer_box{
    margin: 0 15px;
  }
  .offer-carousel .slick-dots{
    text-align: center;
    /* margin-top: 40px; */
}
.offer-carousel .slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
.offer-carousel .slick-dots li button{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #506FE9;
    font-size: 0px;
    background-color: transparent;
    transform: scale(1);
    vertical-align: middle;
}
.offer-carousel .slick-dots li.slick-active button {
	background: #506FE9;
    border: 1px solid #506FE9;
    transform: scale(1.3);
}

/* ///////////offer sec end////////// */



/*========commit sec start========*/

    
    .commit_sec{
        width: 100%;
    padding: 100px 0;
    position: relative;
    }
    .commit_box{
        display: flex;
        justify-content: flex-start;
        gap: 25px;
    }
    .commit_icon svg{
        max-width: 75px;
    }
    .commit_icon img{
        box-shadow: 0px 10px 30px 0px #0000001A;
        border-radius: 50%;
    }
    .commit_text h5{
        font-family: var(--Jost);
        font-size: 26px;
        font-weight: 600;
        line-height: 34px;
        color: #1E1E1E;
    }
    .commit_text p{
        font-family: var(--Inter);
        font-size: 16px;
        font-weight: 400;
        line-height: 27px;
        color: #484848;
    }
    .commit_image_box img {
        width: 100%;
    }
    .commit_image_box{
        position: relative;
    }
    
    /*========commit sec end========*/

/* ////////////////testimonial sec start/////////////// */
#Story{
    width: 100%;
   padding: 60px 0;
   background-image: url(images/testi_background.png);
   background-repeat: no-repeat;
   background-size: cover;
   position: relative;
}
#Story::after {
    position: absolute;
    content: " ";
    background-color: black;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .7;
}
.story_sec_holder{
    position: relative;
    z-index: 2;
}
#Story .cmn_heading{
    text-align: center;
}
#Story .cmn_heading h2{
    color: #fff;
}
#Story .slick-slider{
    max-width: 1440px;
    margin: auto;
}
.slider .item {
    background: #ffffff url(images/quote-img.png) no-repeat top 30px left 30px;
    padding: 40px 40px 60px;
   
    font-size: 18px;
    color: #666666;
    font-style: italic;
    font-weight: 500;
    transform: scale(1);
	transition: all ease-in-out 0.5s;
	box-shadow: 0 8px 12px rgb(75 97 116 / 14%);
    margin: 0 15px;
    border-radius: 10px;
    min-height: 320px;
}
.client_profile{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}
.client_info h6{
    font-family: var(--Jost);
    font-size: 20px;
    font-weight: 700;
    line-height: 28.9px;
    color: #506FE9;
    margin-bottom: 0;
}
.client_info p{
    font-family: var(--Inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    color: #808080;
    margin-bottom: 0;
}
.slider .item p{
    font-family: var(--Inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #202020;
    margin-bottom: 0;
}
.slider .item.slick-current,.arw-dot-holder .item.slick-current{
	transform: scale(1);
	transition: all ease-in-out 0.5s;
}
.slider .slick-dots,.arw-dot-holder .slick-dots{
    text-align: center;
    margin-top: 40px;
}
.slider .slick-dots li,.arw-dot-holder .slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
.slider .slick-dots li button,.arw-dot-holder .slick-dots li button{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 0px;
    background-color: transparent;
    transform: scale(1);
    vertical-align: middle;
}
.slider .slick-dots li.slick-active button,.arw-dot-holder .slick-dots li.slick-active button{
	background: #506FE9;
    border: 1px solid #506FE9;
    transform: scale(1.3);
}
.slider .slick_prev{
    position: absolute;
    bottom: -2px;
    left: 47%;
    color: #506FE9;
}
.slider .slick_next{
    position: absolute;
    bottom: -2px;
    right: 45%;
    color: #506FE9;
}


/* ////////////////testimonial sec end/////////////// */


/* ========================about us page start=========================== */

/* about banner start */
.about_banner{
    width: 100%;
    background-image: url(images/pie_image.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding: 160px 0;
    position: relative;
    /* z-index: -2; */
    min-height: calc(100vh - 155px);
    display: flex;
    align-items: center;
}
.about_banner .overlay{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(258.09deg, rgba(44, 44, 44, 0.1) 3.88%, #141414 100%);
z-index: 1;
}
.about_banner_text_box{
    z-index: 2;
    position: relative;
    float: left;
}
.about_banner_text_box h1{
    color: #fff;
    margin-top: 20px;
    font-family: var(--Jost);
    font-size: 52px;
    font-weight: 700;
    line-height: 66px;
    margin-bottom: 0;
    
}
.breadcrumb_sec ol{
    display: flex;
    list-style: none;
    padding: 10px 37px;
    color: #fff;
    background-color: #506FE9;
    /* width: 270px; */
    justify-content: center;
    border-radius: 10px;
    margin: 0;
}
.breadcrumb_sec ol li{
    background-color: #506FE9;
    font-family: var(--Jost);
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    position: relative;
    margin: 0 10px
}
.breadcrumb_sec ol li::after {
    position: absolute;
    content: "/";
    top: 0;
    right: -15px;
    z-index: 9;
}
.breadcrumb_sec ol li:last-child:after{
    display: none;
}
.breadcrumb_sec ol li a{
    color: #fff;
    transition: all 0.5s ease;
}
.breadcrumb_sec ol li a:hover{
    color: black;
}
/* about banner start */

.about_about_sec, .about_commit_sec{
    padding: 50px 0;
}


/* ========================about us page end=========================== */


/* =======================lms page start======================= */
.lms_banner{
    width: 100%;
    background-image: url(images/pie_image.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    padding: 160px 0;
    position: relative;
}
/* .lms_text_box .breadcrumb_sec ol{
    width: 450px;
} */

/* /////////////////////////////////////// */
.taxskill{
    padding-top: 100px;
}
.taxskill_offer_sec{
    background-image: none;
    padding-bottom: 5px;
}
.webinar_sec_btn{
    display: flex;
    /* margin: -20px auto 0; */
    margin: 0 auto;
    justify-content: center;
    max-width: 195px;
    padding: 9px 55px;
    font-family: var(--Inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    border:1px solid #F15B24;
    background-color: #F15B24;
    border-radius: 10px;
    transition: all .5s ease;
    box-shadow: 0px 20px 60px 0px #00000033;

    
}
.webinar_sec_btn:hover{
    background-color: transparent;
    border:1px solid #F15B24;
    color: #F15B24;
}

.tabs-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  
  .tabs {
    padding: 10px 20px 15px 20px; 
  }
  
  .tab-links {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  
  .tab-link {
    width: 100%;
    background: #D4F0FF;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 30px;
    color: #000;
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease;
    box-shadow: 0px 26.87px 80.62px 0px #00000033;

  }
  
  .tab-link.active,
  .tab-link:hover {
    background: #506FE9;
    color: #fff;
  }
  
  
  
  .tab-link.active::after {
    width: 100%;
    left: 0;
  }
  
  .tab-content {
    display: none;
    animation: fadeInUp 0.5s ease;
    padding: 5px 10px 15px 10px;
  }
  
  .tab-content.active {
    display: block;
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .offer_item{
    display: none;
  }
  

/* /////////////////////////////////////// */
/* =======================lms page end======================= */

/* ====================free resources page start==================== */
.resources_banner{
    width: 100%;
    background-image: url(images/pie_image.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding: 160px 0;
    position: relative; 
}
/* .free_resources_text_box .breadcrumb_sec ol{
width: 350px;
} */
.free_value{
    font-family: var(--Inter);
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
    color: #000000;
    margin-top: 10px;
}
.video_sec{
    padding: 80px 0;
}
.video_box{
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0px 4px 36.5px 0px #0000001A;
margin-bottom: 30px;
}
.video_image{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    transform: scale(1);
    transition: all .5s ease;
}
.video_image:hover{
    transform: scale(1.05);
}
.video_image::before{
    position: absolute;
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .2;
}

.play_btn {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video_image img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.video_text h5{
    font-family: var(--Jost);
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    color: #1E1E1E;
    margin-top: 24px;
}

/* ====================free resources page end==================== */


/* ====================course details page start===================== */
.course_details{
    padding: 100px 0;
    width: 100%;
    padding-top: 0;
}
.course_banner{
    width: 100%;
    background-image: url(images/pie_image.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding: 160px 0;
    position: relative; 
}
/* .course_text_box .breadcrumb_sec ol{
    width: 550px;
} */
.course_details_sec{
    padding: 44px 32px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 36.5px 0px #0000001A;
    margin: 0 5%;
}
.course_head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.course_head .cmn_heading h2{
    margin-bottom: 0;
}
.course_head_image{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}
.course_head_image img{
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.course_foot{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.course_value{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}
.course_value span{
    font-family: var(--Inter);
    font-size: 28.67px;
    font-weight: 400;
    line-height: 43px;
    color: #000;
}
.course_value .cmn_heading h2{
    margin-bottom: 0;
}
/* ////////////// */
.course_instructor{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 60px;
    margin-bottom: 30px;
}
.instructor_info{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}
.inst_image{
    max-width: 90px;
    max-height:90px ;
    border-radius: 50% 0 50% 50%;
    overflow: hidden;
}
.instructor_details{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.inst_detail_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.inst_text h5{
    font-family: var(--Inter);
    font-size: 34.02px;
    font-weight: 700;
    line-height: 40.63px;
    color: #506FE9;
    margin-bottom: 0;
}
.inst_text p{
    font-family: var(--Inter);
    font-size: 15.12px;
    font-weight: 500;
    line-height: 25.52px;
    color: #000;
    margin-bottom: 0;
}
.inst_detail_text{
    font-family: var(--Inter);
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    color: #000;
}
/* ///////////////// */
.include_sec h5, .topic h5, .related_course h5{
    font-family: var(--Jost);
    font-size: 36px;
    font-weight: 600;
    line-height: 56px;
    color: #000;
}
.include_sec ul {
    padding: 0;
    margin: 0 0 30px 0;
    display: block;
}
.include_sec ul li{
    font-family: var(--Inter);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #6D6D6D;
    position: relative;
    padding-left: 30px;
}
.include_sec ul li + li{
    margin-top: 7px;
}
.include_sec ul li::before {
    content: "\2022";
    font-size: 40px;
    margin-right: 16px;
    position: absolute;
    left: -3px;
    top: -3px;
    color: #506FE9;
}
.buy_cart_sec{
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}
.buy_btn{
    font-family: var(--Inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #F15B24;
    border: 1.5px solid #F15B24;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 0;
    min-width: 195px;
    /* min-height: 50px; */
    display: inline-block;
    transition: all .5s ease;
    text-align: center;
}
.buy_btn:hover{
    border: 1.5px solid #F15B24;
    background-color: #F15B24;
    color: #fff;
    box-shadow: 0px 20px 60px 0px #00000033;

}
.topic{
    margin: 47px 0 37px;
}
.topic_btn_sec{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 16px;
}
.topic_btn{
    font-family: var(--Inter);
    font-size: 18px;
    font-weight: 600;
    line-height: 43px;
    color: #F15B24;
    border: 1.5px solid #F15B24;
    background-color: #fff;
    border-radius: 10px;
    padding: 9px 102px;
    transition: all .5s ease;
}
.topic_btn:hover{
    border: 1.5px solid #F15B24;
    background-color: #F15B24;
    color: #fff;
    box-shadow: 0px 20px 60px 0px #00000033;
}
.courses_box .row>*{
    margin-bottom: 30px;
}
/* ====================course details page start===================== */


/* ======================login page start=========================== */
/* .login_sec {
    margin-top: 0px;
    margin-bottom: 70px;
    min-height: calc(100vh - 130px);
    height: 100vh;
    scrollbar-width: none;
    margin-bottom: 70px;
} */
.login_sec {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-regs .login_sec {
    height: 100%;
    padding: 35px 0;
}
.login_text_box .logo a {
    display: inline-block;
}
.login_text_box .logo{
    text-align: center;
    margin-bottom: 15px;
}
.login_sec .container .row{
    align-items: center;
}
.login_text_box {
    padding-left: 20px;
    padding-top: 50px;
}
.login_input_wrapper{
    padding: 9px 31px;
    border-radius: 10px;
    border: 1px solid #506FE9;
    background-color: #e8f0fe;
    margin-top: 10px;
    margin-bottom: 25px;
}
.login_input_wrapper input,.login_input_wrapper textarea,.login_input_wrapper select{
    width: 100%;
    background: transparent;
}
input.email{
    border: none !important;
    width: 100%;
    background: transparent;
}
input.password {
    border: none !important;
    width: 100%;
    background: transparent;
}
input:focus {
    outline: none;
    border: none;
}
.login,#kt_sign_in_submit{
    font-family: var(--Inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 43px;
    color: #FFF6E9;
    background-color: #F15B24;
    padding: 4px 86px;
    border-radius: 10px;
    border: 1px solid #F15B24;
    transition: all .5s ease;
    box-shadow: 0px 26.87px 80.62px 0px #00000033;

}
.login:hover,#kt_sign_in_submit:hover{
    background-color: transparent;
    border: 1px solid #F15B24;
    color: #F15B24;
}
.forgot{
    font-family: var(--Inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #506fe9;
    margin-top: 40px;
    transition: all 0.3s ease-in-out;
}
.forgot:hover{
    color: #F15B24;
}
.no-data-text {
    text-align: center;
    margin: 15px 5px;
    font-family: var(--Inter);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #6D6D6D;
    max-width: unset !important;
    min-width: unset !important;
    width: 100% !important;
}
.login_form_sec h4,.instructor-form .fv-row label{
    font-family: var(--Inter);
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    color: #000;
    margin-bottom: 0;
}
.instructor-form .fv-row .form-control{
    margin-top: 15px;
    margin-bottom: 30px;
    border: 1px solid #506FE9;
}
.login_image_box img {
    width: 100%;
}
.login_image_box{
    position: relative;
    z-index: 1;
    max-width: 500px;
    margin: 0 auto;
}
/* .login_image_box::after{
    position: absolute;
    content: "";
    background-image: url(images/login_image_back.png);
    background-size: 100% 100%;
    width: 457px;
    height: 506px;
    bottom: 3px;
    left: 48px;
    z-index: -1;
} */
.login_image_box::after {
    position: absolute;
    content: "";
    background-image: url(images/login_image_back.png);
    background-size: 100% 100%;
    width: 370px;
    height: 400px;
    bottom: 3px;
    left: 48px;
    z-index: -1;
}
/* ======================login page start=========================== */



/* ====================billing page start======================== */
.billing-form input,
.billing-form textarea {
    border: none;
    outline: none;
    background-color: transparent;
    position: relative;
    width: 100%;
}
button#rzp-button1 {
    width: 100%;
}
.billing-form .login_input_wrapper {
    margin: 15px 0;
    max-width: 100%;
}
.billing-form textarea {
    height: 30px;
}
.billing-form label{
    font-family: var(--Inter);
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    color:#000 ;
}
.billing-form-2 input[type=submit] {
    font-family: var(--Inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #FFF6E9;
    background-color: #F15B24;
    padding: 4px 86px;
    border-radius: 10px;
    border: 1px solid #F15B24;
    transition: all .5s ease;
    box-shadow: 0px 26.87px 80.62px 0px #00000033;
}
.billing-form-2 input[type=submit]:hover{
    background-color: transparent;
    border: 1px solid #F15B24;
    color: #F15B24;
}
.billing-form-2 .d-flex.wc-form-foot a{
    color: black;
    transition: all .5s ease;
}
.billing-form-2 .d-flex.wc-form-foot a:hover{
    color: #F15B24;
}
.billing-form-2 label {
    font-size: 16px;
    line-height: 25px;
}
.billing-form-2 .login_input_wrapper {
    margin: 3px 0 10px;
}
.billing-form-2 .login_input_wrapper {
    padding: 3px 20px;
}
.billing-form::placeholder{
    font-family: var(--Inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #6D6D6D;
}

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

.login_input_wrapper {
    position: relative;
    align-items: center;
    width: 100%;
}

.login_input_wrapper input[type="date"] {
    width: 100%;
    border:none;
    outline: none;
    appearance: none;
    -webkit-appearance: none; 
    -moz-appearance: none;
    background-color: #fff;
    background-image: url(images/calender_icon.svg);
    background-repeat: no-repeat;
    background-position: right;
}

.input-wrapper input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}
/* //////////////////////////// */

/* ==================================== */
 #designation, #state {
    width: 100%;
    border: none;
    font-family: var(--Inter);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #6D6D6D;
    background-image: url(images/billing_drop_angel.svg);
    background-position: right;
    background-repeat: no-repeat;
}
.dropdown_wrapper {
    position: relative;
    width: 100%;
}
.dropdown_wrapper select {
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.dropdown_wrapper select option {
    font-family: var(--Inter);
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}
.dropdown_wrapper select::-ms-expand {
    display: none;
}

.dropdown_wrapper select::-webkit-dropdown-button {
    opacity: 0;
}

.dropdown_wrapper select::-moz-dropdown-button {
    opacity: 0;
} 
/* ======================= */



.billing_banner{
    width: 100%;
    background-image: url(images/pie_image.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding: 160px 0;
    position: relative;  
    background-position: right;
    
}
.billing_sec_holder {
    /* margin-top: 100px; */
    background-color: #fff;
    padding: 55px 40px 55px 66px;
    box-shadow: 0px 4px 36.5px 0px #0000001A;
    border-radius: 28px;
    margin-bottom: 60px;
}
.save-button{
    font-family: var(--Inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 43px;
    color: #FFF6E9;
    background-color: #F15B24;
    padding: 4px 86px;
    border-radius: 10px;
    border: 1px solid #F15B24;
    transition: all .5s ease;
    box-shadow: 0px 26.87px 80.62px 0px #00000033;
    margin-top: 20px;
}
.save-button:hover{
    background-color: transparent;
    border: 1px solid #F15B24;
    color: #F15B24;
}
/* //////////////////table sec/////////////////////////////// */

.order_summary table{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 10px;
}

.order_summary th, .order_summary td {
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    padding: 10px;
    text-align: left;
    
}
.order_summary th{
    font-family: var(--Jost);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #1E1E1E;
    position: relative;
}
.order_summary td{
    font-family: var(--Jost);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #1E1E1E;
    position: relative;
}
.order_summary tr{
    padding: 3px 0;
    background-color: #fff;
}
.order_summary td:nth-child(3){
    text-align: center;
}
.order_summary td:not(:last-child)::after, .order_summary th:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    width: 1px;
    background-color: #808080;
}

/* //////////////////table sec end///////////////////////// */
.billing_price_sec{
    display: flex;
    flex-direction: column;
    padding: 30px 0 30px;
}
.price_info{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.price_info::before{
    position: absolute;
    content: "";
    background-color: #D9D9D9;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.price_info .price_text{
    font-family: var(--Inter);
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    color: #1E1E1E;
    margin-top: 0; 
    background-color: #fff; 
    padding-right: 7px;
}
.price_info .price_sec_value{
    font-family: var(--Inter);
    font-size: 20px;
    font-weight: 700;
    line-height: 43px;
    color: #1E1E1E;
    background-color: #fff; 
    padding-left: 7px;
}
.total_price_text{
    font-family: var(--Inter);
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    color: #506FE9;
    background-color: #fff; 
    padding-right: 7px;
}
.total_price_sec_value{
    font-family: var(--Inter);
    font-size: 20px;
    font-weight: 700;
    line-height: 43px;
    color: #506FE9;
    background-color: #fff; 
    padding-left: 7px;
}
.pay_btn{
    display: block;
    font-family: var(--Inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 43px;
    color: #FFF6E9;
    background-color: #F15B24;
    padding: 4px 86px;
    border-radius: 10px;
    border: 1px solid #F15B24;
    transition: all .5s ease;
    box-shadow: 0px 26.87px 80.62px 0px #00000033;
    margin-top: 20px;
    text-align: center;
}
.pay_btn span{
    font-weight: 700;
}
.pay_btn:hover{
    background-color: transparent;
    border: 1px solid #F15B24;
    color: #F15B24;
}
.back_cart_btn{
    display: block;
    font-family: var(--Inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 43px;
    color: #F15B24;
    background-color: #fff;
    padding: 4px 86px;
    border-radius: 10px;
    border: 1px solid #F15B24;
    transition: all .5s ease;
    margin-top: 20px;
    text-align: center;
}
.back_cart_btn:hover{
    background-color: #F15B24;
    color: #fff;
    box-shadow: 0px 26.87px 80.62px 0px #00000033;
}
  .checkbox input{
    margin-right: 10px;
  }
.term_condi_sec {
    margin-top: -20px;
}
.term_condi_sec p{
    font-family: var(--Inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #484848;
}

/* ====================billing page start======================== */

/*  ========================main footer start ======================== */



/* ////////start sec start///////// */
.start{
padding: 80px 0;
/* background-image: linear-gradient(#fff, #F15B2433); */


}
.start .cmn_heading{
    text-align: center;
}
.subscribe_sec{
    display: flex;
    justify-content: center;
    gap: 30px;
    
}
.subscribe_sec form{
    display: flex;
    justify-content: center;
    gap: 30px;
}
.input-wrapper{
    display: inline-block;
    
}
#email{
    padding: 9px 31px;
    border-radius: 10px;
    min-width: 490px;
    border: 1px solid #506FE9;
    background-color: #fff;
}
.subscribe_sec .input-wrapper ::placeholder{
font-family: var(--Inter);
font-size: 16px;
font-weight: 400;
line-height: 32px;
color: #6D6D6D;
}
.submit{
padding: 9px 60px;
border-radius: 10px;
font-family: var(--Inter);
font-size: 16px;
font-weight: 400;
line-height: 32px;
color: #fff;
border:1px solid #F15B24;
background-color: #F15B24;
box-shadow: 0px 20px 60px 0px #00000033;

}
.submit:hover{
    background-color: transparent;
    border:1px solid #F15B24;
    color: #F15B24;
}
/* ////////start sec end///////// */



/* ////////footer sec start/////// */
.footer{
    background-color: #0E0E0E;
    margin: 0 5%;
    border-radius: 10px;
    box-shadow: 0px 20px 80px 0px #0000001A;
    padding: 60px 20px;
    
}
.footer .container{
    position: relative;
}
.footer .container::after{
    position: absolute;
    content: "";
    /* background-image: url(images/footer_shadow2.png); */
   
    background-repeat: no-repeat;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 87%;
    height: 190%;
    top: -50%;
    z-index: -1;
    filter: blur(50px);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}
.footer .logo_box{
    margin-bottom: 40px;
}
.footer p{
font-family: var(--Inter);
font-size: 16px;
font-weight: 400;
line-height: 27px;
color: #fff;
}

.footer .footer-icon_box ul{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    flex-direction: row;
}
.footer .footer-icon_box ul li a{
    color: #506FE9;
    font-size: 24px;
}
.footer .footer-icon_box ul li a:hover{
    color: #fff;
    transition: all.5s ease;
}
.footer h3{
font-family: var(--Inter);
font-size: 20px;
font-weight: 600;
line-height: 36px;
color: #fff;
}
.footer h4{
    font-family: var(--Inter);
font-size: 20px;
font-weight: 600;
line-height: 36px;
color: #fff;
margin-bottom: 0;
}
.footer ul{
    padding: 0;
    margin: 0;
}
.footer ul li a{
font-family: var(--Inter);
font-size: 16px;
font-weight: 400;
line-height: 36px;
color: #fff;
}
.footer ul li a:hover{
    color: #506FE9;
}
.contact_info{
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
    gap: 15px;
}

.contact_info a {
    color: #ffffff;
}

.contact_info a:hover {
    color: #506fe9;
}

.info_image{
    min-width: 25px;
    padding-top: 3px;
}
.info_text p{
font-family: var(--Inter);
font-size: 16px;
font-weight: 400;
line-height: 36px;
color: #fff;
margin-bottom: 0;
transition: all .5s ease;
cursor: pointer;
}
.info_text p:hover{
    color: #506FE9;
}
.copy{
text-align: center;
font-family: var(--Inter);
font-size: 16px;
font-weight: 400;
line-height: 29px;
color: #1E1E1E;
padding: 25px 0 15px;
}
.copy p{
    margin-bottom: 0;
}
/* ////////footer sec end/////// */

/*  ========================main footer end ======================== */


/* ======================cart page start======================= */
.cart_head{
    background-color: #E1E1E1;
    padding: 40px 0 0;
    margin-bottom: 80px;
    min-height: 140px;
}
.cart_head .cmn_heading h2{
    margin-bottom: 0;
}
.cart_table{
    border: 1px solid #808080;
    border-radius: 10px;
    margin-bottom: 40px;
}
.cart_table table{
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}

.cart_table th{
    border: none;
    padding: 30px 45px;
}
.cart_table td{
    border: none;
    padding: 30px 45px;
}
.cart_table td svg path:hover{
    stroke: #F15B24;
    fill: #fff;
}
.cart_table td:nth-child(3) {
    text-align: left;
}
.cart_table td {
    font-family: var(--Jost);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #1E1E1E;
    position: relative;
}
.cart_table table tbody tr:last-child{
    background-color: #1E1E1E;
    border-radius: 0 0 10px 10px;
    font-family: var(--Jost);
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}
.cart_table table tbody tr:last-child td{
    color: #fff;
    font-size: 24px;
}
.cart_table table tbody tr:last-child td::after{
    display: none;
}
.cart_table table tbody tr{
    position: relative;
}
.cart_table table tbody tr::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translatex(-50%);
    height: 1px;
    width: 98%;
    background-color: #808080;
}
.cart_table table tbody tr:first-child::after, .cart_table table tbody tr:last-child::after{
    display: none;
}
.order_summary .cmn_btn{
    display:block;
    max-width: 260px;
    margin: 0 auto;
    padding: 9px 20px;
}
/* ======================cart page end======================= */


/* ===================dashboard sec start==================== */
body.dashboard-page .search-bar {
    opacity: 1;
    width: 443px; /* Always visible */
}  
.dash_head_icon{
    gap: 90px;
}
/* ///////////////////////////////////// */
.dashboard_sec{
    padding: 30px 0;
}
.dash_tab_links{
    padding: 50px 10px;
    display: flex;
    gap: 30px;
    flex-direction: column;
    border: 1px solid #E1E1E1;
    border-radius: 25px;
    box-shadow: 0px 15px 33px 0px #506FE933;
    min-height: 100%;
    position: relative;
}
.dash_tab_links li {
    width: 100%;
    background: transparent;
    border: none;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 14px;
    color: #000;
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 17px;
}
  .dash_tab_link svg{
    float: left;
    min-width: 20px;
    transition: all 0.4s ease-in-out;
  }
  .dash_tab_links li a{
    font-family: var(--Jost);
    font-size: 16px;
    font-weight: 400;
    line-height: 20.07px;
    color: #1E1E1E;    
    transition: all 0.5s ease-in-out;
  }
  .dash_tab_links li.dash_active,
  .dash_tab_links li:hover,
  .dash_tab_links li.dash_active a,
  .dash_tab_links li:hover a {
    background: #506FE9;
    color: #fff;
    box-shadow: 0px 15px 33px 0px #0000004D;
  }
  .dash_tab_links li.dash_active a,
  .dash_tab_links li:hover a{
    box-shadow: none;
    background: transparent;
  }
  .dash_tab_links li:hover svg path, .dash_tab_links li.dash_active svg path{
    fill: #fff;
  }
  .dash_tab_links li:last-child:hover svg path, .dash_tab_links li:last-child.dash_active svg path{
    fill: none;
    stroke: #fff;
  }
  .dash_tab_links li.dash_active::after {
    width: 100%;
    left: 0;
  }
  .dash_tab_content {
    display: block;
    position: relative;
  }
.dash_profile_box,.dash_profile_table{
    background-color: #fff;
    border: 1px solid #E1E1E1;
    box-shadow: 0px 15px 66px 0px #74747433;
    padding: 15px;
    border-radius: 10px;
    height: 100%;
}
.dash_profile_table{
    height: 235px;
    overflow-y: auto;
    scrollbar-width: thin;
    padding: 0;
}
.dash_profile_table table{
    width: 100%;
}
 .dash_profile_sec>.row>* {
    margin-bottom: 30px;
 }
 
 .dash_profile_sec .row>*{
    padding: 0 10px;
 }
 .dash_profile_box .row {
    align-items: center;
}
 .dash_profile_box h5{
    font-family: var(--Jost);
    color: #1E1E1E;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.01em;
    max-width: 233px;
    margin-bottom: 13px;
 }
 .dash_profile_box p{
    font-family: var(--Inter);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #6D6D6D;
    margin: 0;
    max-width: 240px;
 }
 .achievement{
    background-color: #506FE9;
    border: 1px solid #334CB2;
    box-shadow: 0px 15px 66px 0px #74747433;
    padding: 35px 20px 25px;
    border-radius: 10px;
    height: 100%;
 }
 .achieve_head{
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin-bottom: 30px;
 }
 .achieve_image{
    min-width: 60px;
 }
 .achieve_text h6{
    font-family: var(--Jost);
    color: #fff;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
 }
 .achieve_text p{
    font-family: var(--Jost);
    color: #1E1E1E;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
 }
 .achieve_text span{
    color: #fff;
    font-weight: 400;
    display: inline-block;
 }
 .achieve_sub{
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: flex-start;
 }
 .achieve_sub_text p{
    font-family: var(--Jost);
    margin: 0;
    color: #1E1E1E;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
 }
 .achieve_sub_icon{
    min-width: 28px;
 }
 .achiv-chart.main-achiv-chart {
    height: 100%;
}
 .achieve_sub_icon img{
    display: block;
    margin: 0 auto;
 }
 .achieve_sub_holder{
    padding: 10px;
    background-color: #FFFFFF99;
    border-radius: 6px;
 }
 .achieve_sub_holder .achieve_sub + .achieve_sub{
    margin-top: 18px;
 }
 .activity{
    background: linear-gradient(226.93deg, #D4F0FF 6.75%, #D4F0FF 92.49%);
    border: 1px solid #577AE9;
    box-shadow: 0px 15px 66px 0px #74747433;
    padding: 15px 10px;
    border-radius: 10px;
    height: 100%;
 }
 .activity_head{
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 15px;
 }
 .activity_text h6{
    font-family: var(--Jost);
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #1E1E1E;
    margin-bottom: 15px;
 }
 .activity_text p{
    font-family: var(--Inter);
    font-size: 26px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.01em;
    margin: 0;
 }
 .activity_text span{
    font-family: var(--Inter);
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.01em;
    color: #1E1E1E;
 }
 .activity_sub_holder{
    background-color: #FFFFFF99;
    display: flex;
    border-radius: 10px;
 }
 .activity_sub_image{
    width: 18px;
    height: 18px;
    background-color: #334CB2;
    box-shadow: 0px 4px 10px 0px #00000040;
    border-radius: 50%;
 }
 .activity_sub{
    display: flex;
    gap: 5px;
    margin: 7px;

 }
 .activity_sub_text P{
    font-family: var(--Inter);
    font-size: 20px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #1E1E1E;
    margin: 0;
 }
 .activity_sub_text span{
    font-family: var(--Inter);
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #1E1E1E;
 }
 .learning_sub_sec_holder {
    height: 165px;
    overflow-y: auto;
    scrollbar-width: thin;
}
.learn_content_image {
    min-width: 60px;
}
 .learning_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
 }
 .learning_head h6{
    margin: 0;
    font-family: var(--Jost);
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -0.01em;
    color: #577AE9;
 }
 .learn_btn{
    font-family: var(--Jost);
    font-size: 16px;
    font-weight: 400;
    line-height: 20.07px;
    color: #fff;
    background-color: #F15B24;
    padding: 9px 28px;
    border-radius: 10px;
    box-shadow: 0px 4px 33px 0px #00000033;
    border: 1px solid #F15B24;
    transition: all .5s ease;
 }
 .learn_btn:hover{
    border: 1px solid #F15B24;
    color: #F15B24;
    background-color: transparent;
 }
 .learning_sub_sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
 }
 .learn_content{
    display: flex;
    align-items: center;
    gap: 20px;
 }
 .learn_content_text h6{
    font-family: var(--Inter);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #1E1E1E;
    margin: 0;
 }
 .learn_content_text p{
    font-family: var(--Inter);
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #6D6D6D;
    margin-bottom: 0;
 }
 .learn_content_image img {
    border-radius: 5px;
    width: 85px;
}
 .learn_content_text span{
    color: #1E1E1E;
 }
 .launch_btn{
    font-family: var(--Inter);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #1E1E1E;
    border-radius: 10px;
    padding: 6px 31px;
    border: 1px solid #1E1E1E;
    background-color: #fff;
    transition: all .5s ease;
 }
 .launch_btn:hover{
    background-color: #F15B24;
    border: 1px solid #F15B24;
    color: #fff;
 }
/* ===================dashboard sec end==================== */

/*/////////////// Bikram css start  ////////////////////*/
.product-tab{
    position: relative;
}
.product-tab ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.product-tab .tab-content{
    padding: 0 20px 40px;
}
.product-tab .tab-body {
    padding-top: 33px;
    border: 1px solid #E1E1E1;
    border-radius: 0 10px 10px 10px;
    box-shadow: 0px 15px 66px 0px #74747433;
}
.product-tab ul li a {
    color: #6D6D6D;
    padding: 6px 20px;
    transition: all 0.3s ease-in-out;
    font-family: var(--Jost);
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.01em;
    display: inline-block;
}
.product-tab ul li {
    position: relative;
    background: #C3C3C34D;
    border-radius: 10px 10px 0 0;
    text-align: center;
    border-top: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
}
.product-tab ul li.active {
    background: #fff;
}
.product-tab ul li.active::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: white;
    z-index: 1;
}
.product-tab ul li.active a{
    color: #577AE9;
}
.product-tab ul li.active a:hover{
    color: #6D6D6D;
}
.product-tab ul li a {
    color: #6D6D6D;
    transition: all 0.3s ease-in-out;
}
.product-tab ul li a:hover{
    color: #577AE9;
}
.product-tab>h3{
    font-family: var(--Jost);
    font-size: 34px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.01em;
    color: #1E1E1E;
    margin-bottom: 30px;
}
.tool_tip_holder{
    position: relative;
    transition: all 0.3s ease-in-out;
}
a.tools_btn {
    color: #000000;
}
.tool_tip{
    position: absolute;
    left: -180px;
    top: 100%;
    display: none;
}
/* .tool_tip::after{
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translate(0,-50%);
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 20px;
} */
/* .tool_tip_holder:hover .tool_tip{
    display: block;
} */
.product-showcase-box,.product-showcase-box-btn-holder ,.product_info_tilte,.product-showcase-box-details{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.product-showcase-box {
    justify-content: space-between;
    margin-bottom: 30px;
}
.product_info ul {
    margin: 0;
    border: none;
}
.product_info_tilte{
    margin-bottom: 15px;
}
.product_info_tilte h3{
    font-family: var(--Inter);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;    
    color: #1E1E1E;
    padding-right: 25px;
    white-space: nowrap;
}
.product_info_tilte span{
    font-family: var(--Inter);
    font-size: 14px;
    display: inline-flex;
    font-weight: 400;
    line-height: 15px;
    color: #1E1E1E;
    padding-left: 25px;
    border-left: 2px solid #F15B24;
}
.product-showcase-box-details {
    gap: 20px;
}
.product-showcase-box-btn-holder{
    gap: 15px;
}
.showcase-img {
    min-width: 100px;
}
.box_btn,.order-btn a{
    font-family: var(--Inter);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #577AE9;
    border: 1px solid #577AE9;
    border-radius: 10px;
    display: inline-block;
    padding: 6px 15px;
    transition: all 0.3s ease-in-out;
    min-width: 113px;
    background: none;
}
.order-btn a{
    color: #fff;
    border: 1px solid #fff;
}
.box_btn:hover,.order-btn a:hover{
    color:#577AE9;
    background-color: #fff;
}
.product_info ul li {
    padding: 0;
    border: none;
    font-family: var(--Inter);
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    background: transparent;
    color: #6D6D6D;
    border-radius: 0;
    padding-right: 10px;
    white-space: nowrap;
}
.product_info ul li + li{
    border-left: 2px solid #F15B24;
    padding-left: 10px;
}
.product_info ul li span{
    display: inline-block;
    color: #1E1E1E;
}
.load_more{
    text-align: center;
}
.load_more a{
    padding: 9px 29px;
    background: #F15B24;
    border: 1px solid transparent;
    color: white;
    box-shadow: 0px 4px 33px 0px #00000033;
    display: inline-block;
    font-family: var(--Jost);
    font-size: 16px;
    font-weight: 400;
    line-height: 20.07px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}
.load_more a:hover{
    color: #F15B24;
    border: 1px solid #F15B24;
    background: transparent;
}
.achiv-sec-main {
    padding-top: 112px;
}

/* /////////////// */
.progress-graph-box {
    width: 100%;
    background: linear-gradient(226.93deg, #D4F0FF 6.75%, #D4F0FF 92.49%);
    border: 1px solid #577AE9 !important;
    border-radius: 10px !important;
    padding: 30px 17px 22px;
    box-shadow: 0px 15px 66px 0px #74747433;
    margin-bottom: 20px;
    text-align: center;
    height: 100%;
}
.main-achiv-chart .progress-graph-box{
    margin-bottom: 0;
    height: 100%;
}
.chart-container {
    width: 118px;
    height: 118px;
}
.progress-info {
    margin-top: 10px;
}
.status {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 7px 10px 5px;
    background: #FFFFFF99;
    border-radius: 10px;
}
.chart-title h3{
    font-family: var(--Jost);
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
    color: #1E1E1E;
}
.chart-title p{
    font-family: var(--Inter);
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.01em;
    margin-bottom: 0;
}
.chart-title p strong{
    font-size: 26px;
    font-weight: 600;
    display: inline-block;
}
.chart-holder {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    gap: 9px;
}
.status div {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    padding-right: 9px;
}
.status div + div{
    padding-right: 0;
    padding-left: 9px;
    border-left: 1px solid #FFFFFF;
}
.status div p{
    margin-bottom: 0;
    text-align: left;
    font-family: var(--Inter);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #1E1E1E;
}
.status div p b{
    font-size: 20px;
    font-weight: 600;
    line-height: 16px;
    display: inline-block;
}
.square {
    width: 18px;
    min-width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0px 4px 10px 0px #00000040;
}
.main-achiv-chart .square {
    width: 18px;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
}
.completed{ 
    background: #334CB2; 
}
.in-progress{ 
    background: #577AE9; 
}
.product-showcase-box-btn-holder.inactive .box_btn {
    cursor: not-allowed;
    border: 1px solid #B1B1B1;
    color: #B1B1B1;
}
.product-showcase-box-btn-holder.inactive .box_btn:hover{
    border: 1px solid #B1B1B1;
    color: #B1B1B1;
    background: transparent;
}
.product-tab{
    height: calc(100% - 30px);
}
.dash-foot p{
    margin-bottom: 0;
    text-align: center;
    font-family: var(--Inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    margin-top: 10px;
}
.dashboard_sec .row>* .row {
    height: 100%;
}
.trns-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 28px;
    background: #506FE9;
    border-radius: 10px;
    color: white;
    font-family: var(--Inter);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.transact-history-box {
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    margin-bottom: 30px;
    gap: 15px;
    padding: 10px;
}
.order-details {
    padding: 25px 38px 25px 27px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}
.order-bio-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 33px;
}
.order-bio-text p {
    margin-bottom: 0;
    font-family: var(--Inter);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #6D6D6D;
    text-align: left;
}
.order-bio-text p span{
    display: inline-block;
    color: #1E1E1E;
}
.orders-id>*,.orders-placed>*{
    display: inline-block;
    font-family: var(--Inter);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}
.orders-id i{
    padding-left: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-family: "Font Awesome 6 Pro";
}
.orders-id i:hover{
    color: #1E1E1E;
}
.order-bio h3{
    font-family: var(--Inter);
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px;
    color: #1E1E1E;
}
.order-bio-box-img{
    max-width: 90px;
    min-width: 90px;
}
.order-bio-box-img img{
    height: 90px !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}
.order-bio-text h4{
    font-family: var(--Inter);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #1E1E1E;
    margin-bottom:27px;
}
.order-amount b{
    display: block;
    font-family: var(--Inter);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: right;
    color: #1E1E1E;    
    margin-bottom: 27px;
}
.order-amount b.free-amnt{
    color: #506FE9;
}
.order-amount p{
    margin-bottom: 0;
    font-family: var(--Inter);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
    color: #6D6D6D;    
    white-space: nowrap;
}
.order-amount p span{
    display: inline-block;
    color: #1E1E1E;
}
.close-bar-btn{
    position: absolute;
    right: 15px;
    top: 10px;
    color: rgb(0, 0, 0);
    font-size: 27px;
    cursor: pointer;
    display: none;
    transition: all 0.3s ease-in-out;
}
.toggle-bar-btn {
    position: relative;
    z-index: 1;
    cursor: pointer;
    font-size: 27px;
    color: #506FE9;
    display: none;
    transition: all 0.3s ease-in-out;
}
.toggle-bar-btn i {
    padding: 5px 7px;
    border-radius: 3px;
    color: white;
    background: #506FE9;
    font-size: 22px;
}
.dashboard_sec .row{
    position: relative;
}
.custom-progress-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.custom-chart-holder {
    position: relative;
    width: 150px;
    height: 150px;
}
.custom-chart-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.custom-chart-title p strong{
    font-family: var(--Inter);
    font-size: 23.76px;
    font-weight: 700;
    line-height: 28.76px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #1E1E1E;
}
.custom-chart-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.dash_profile_table thead tr th {
    font-family: var(--Inter);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #6D6D6D;
    border-bottom: 1px solid #E1E1E1;
    padding: 16px 15px 10px;
}
.dash_profile_table tbody tr {
    font-family: var(--Inter);
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}
.dash_profile_table tbody tr:nth-child(odd) {
    background: #FFF4F0;
}
.dash_profile_table tbody tr td {
    padding: 6px 15px;
    white-space: nowrap;
}
.green,.blue{
    color: #006A4F;
    display: inline-block;
    font-weight: 500 !important;
}
.blue{
    color: #577AE9;
}
.picks-sec{
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.picks-sec-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.picks-sec-img{
    min-width: 60px;
}
.picks-sec-left-text h5{
    font-family: var(--Jost);
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.01em;
    color: white;    
    margin-bottom: 0;
}
.picks-sec-left-text p{
    margin-bottom: 0;
    font-family: var(--Jost);
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.01em;
    color: white;    
}
.picks-sec-left-text p b{
    font-weight: 600;
}
.pick-btn{
    display: inline-block;
    box-shadow: 0px 15px 33px 0px #0000004D;
    font-family: var(--Jost);
    font-size: 16px;
    font-weight: 400;
    line-height: 20.07px;
    color: white;    
    border-radius: 10px;
    padding: 9px 20px;   
    background: #F15B24;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}
.pick-btn i{
    padding-right: 15px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}
.pick-btn:hover{
    color: #F15B24;
    background: white;
    border: 1px solid #F15B24;
}
.pick-btn:hover i{
    color: #F15B24;
}
.recmnd_product_img{
    height: 255px;
}
.recmnd_product_img img{
    border-radius: 4px 4px 0 0;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.recmnd_product_text {
    background: #ffffff;
    border-radius: 4px;
    padding: 10px 20px 20px 28px;
    position: relative;
    z-index: 1;
    margin-top: -10px;
}
.recmnd_product_text h3{
    font-family: var(--Jost);
    font-size: 19.38px;
    font-weight: 600;
    line-height: 23.85px;
    color: #1E1E1E;
    margin-bottom: 8px;
}
.recmnd_product_text h3 a{
    color: #1E1E1E;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.recmnd_product_text h3 a:hover{
    color: #334CB2;
}
.recmnd_product_text ul{
    padding: 0;
    margin: 0;
    margin-bottom: 9px;
}
.recmnd_product_text ul li{
    font-family: var(--Inter);
    font-size: 13px;
    font-weight: 400;
    line-height: 17.89px;
    color: #6D6D6D;
    margin-bottom: 7px;
    position: relative;
    padding-left: 20px;
}
.recmnd_product_text ul li::after{
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    width: 10px;
    height: 10px;
    background: #577AE9;
    border-radius: 50%;
}
.recmnd_product_text ul li:last-child{
    margin-bottom: 0;
}
.recmnd_product_price p{
    margin-bottom: 0;
    font-family: var(--Inter);
    font-size: 11.93px;
    font-weight: 400;
    line-height: 17.89px;
    color: #000;
}
.recmnd_product_price p b{
    font-size: 19.38px;
    font-weight: 700;
    display: inline-block;
}
.recmnd_product_box {
    margin: 15px;
    box-shadow: 0px 2px 15px 0px #00000029;
    border-radius: 0 0 4px 4px;
}
.recmnd_product_img{
    overflow: hidden;
}
.recmnd_product_img img{
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}
.recmnd_product_box:hover .recmnd_product_img img{
    transform: scale(1.05);
}
.slick-arrow-holder {
    min-width: 75px;
    max-width: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slick-arrow-holder button {
    background: white;
    height: 30px;
    width: 30px;
    border: 1px solid #577AE9;
    display: flex;
    color: #577AE9;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
}
.arw-dot-holder .slick_prev{
    order: 0;
    color: white;
    cursor: pointer;
}
.arw-dot-holder .slick-dots{
    order: 1;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}
.arw-dot-holder .slick_next{
    order: 2;
    color: white;
    cursor: pointer;
}
.arw-dot-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.recmnd_product_sec_title h3{
    flex-grow: 1;
    font-family: var(--Jost);
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.01em;
    color: #1E1E1E;
    position: relative;
    margin-right: 25px;
}
.recmnd_product_sec_title h3::after{
    position: absolute;
    right: 0;
    top: 53%;
    transform: translate(0,-50%);
    content: "";
    height: 1px;
    width: 100%;
    background: #6D6D6D;
}
.recmnd_product_sec_title h3 span{
    display: inline-block;
    height: 100%;
    background: white;
    position: relative;
    z-index: 1;
    padding-right: 16px;
}
.recmnd_product_sec_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    margin-bottom: 15px;
}
.slick-arrow-holder button:hover{
    background: #577AE9;
    color: white;
}
/* .dashboard-header .header_holder .logo {
    width: 80px;
} */
.dashboard-header .header_holder {
    margin: 28px 0 10px;
}
.logo img, .logo_box img {
    width: 130px;
}
.tool_tip ul li {
    padding: 3px 10px;
    background: white;
    border: none;
    border-radius: 0;
}
.tool_tip ul {
    display: block;
    width: 180px;
    border-radius: 10px;
    padding: 0 5px;
    border: 0.1px solid #E1E1E1;
}
.tool_tip ul li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.01em;
    display: inline-block;
    padding: 0;
    text-align: left;
    width: 100%;
}
.tool_tip ul li + li{
    border-top: 1px solid #E1E1E1;
}
.tool_tip ul li:nth-child(1){
    border-radius: 10px 10px 0 0;
}
.tool_tip ul li:last-child{
    border-radius:0 0 10px 10px;
}
.product-tab-main .product-showcase-box {
    gap: 5px;
}
.order_summary {
    padding-bottom: 40px;
}
.no-lsn-text{
    font-family: var(--Inter);
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    margin: 15px 5px;
    text-align: center;
}
.no-wish-text{
    color: #6D6D6D;
    transition: all 0.3s ease-in-out;
    font-family: var(--Jost);
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.01em;
    display: inline-block;
    margin: 0;
}
.accordion-body iframe {
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16 / 9;
    height: 100% !important;
}
.accordion-body h2 {
    margin: 30px 0;
    font-weight: 700;
}
.accordion-body a{
    color:#F15B24;
    transition:all 0.3s ease-in-out;
}
.accordion-body a:hover{
    color: black;
}
div#social-links ul {
    padding: 0;
    margin: 25px 0 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    font-size: 25px;
}
div#social-links ul li a{
    color:#F15B24;
    transition:all 0.3s ease-in-out;
}
div#social-links ul li a:hover{
    color: black;
}
.buy_cart_sec_holder {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
    flex-wrap: wrap;
}
.pagination-sec nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.pagination-sec .hidden{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pagination-sec .hidden div p{
    margin-bottom: 0;
}
.pagination-sec .hidden div:nth-child(2) span.relative{
    display: none;
    align-items: center;
    justify-content: space-between;
}
.forget-form-wrapper{
    background-color: #fff;
    padding: 35px 15px;
    box-shadow: 0px 4px 36.5px 0px #0000001A;
    border-radius: 28px;
}
.container.body-container {
    height: 100vh;
}
.forget-form-wrapper form {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 15px;
    padding: 0 20px;
}
.forget-form-wrapper .login{
    width: auto;
    padding: 4px 86px;
    border: 1px solid transparent;
    color: white;
}
.forget-form-wrapper .login:hover{
    background-color: transparent;
    border: 1px solid #F15B24;
    color: #F15B24;
}
.forget-form-wrapper{
    max-width: 700px;
    margin: 0 auto;
}
.forget-form-wrapper .cmn_heading {
    padding: 0 20px;
}
.forget-form-wrapper form input {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid black;
    color: #000;
}
.forget-form-wrapper label{
    font-family: var(--Inter);
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    color: #000;
}
.profile-form-main .login_input_wrapper input{
    border: none;
}
li.notifications-popup #totalItem {
    position: absolute;
    left: 2px;
    top: 0;
    width: 50px;
    display: block;
}
li.notifications-popup #totalItem {
    background: #506fe9;
    position: absolute;
    right: 9px;
    top: 3px;
    left: auto;
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    width: 23px;
    height: 23px;
    justify-content: center;
    border-radius: 50%;
}
.transact-history-box-info {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 6px;
}
.modal.ratings_modal {
    background: rgba(0, 0, 0, 0.9);
    scrollbar-width: none;
}
.dashboard_sec {
    padding: 30px 0;
    /* margin-bottom: 150px; */
    height: calc(100vh - 120px);
}

.dashboard_sec.notif_sec {
    min-height: calc(100vh - 616px);
    height: auto;
}
div#newsletterForm {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

/*/////////////// Bikram css end  ////////////////////*/


/*/////////////// Pranab css start  ////////////////////*/

.toast-success {
    background-color: #51A351 !important;
}
.toast-error {
    background-color: #BD362F !important;
}

.toast-warning{
    background-color: #F89406 !important;
}

#message{
    border: none;
}

#message:focus{
    outline: none;
}
/*/////////////// Pranab css end  ////////////////////*/
.d-flex.wc-form-foot {
    align-items: center;
    gap: 5px;
    margin: 15px 0 0;
    justify-content: space-between;
}
.d-flex.wc-form-foot p {
    margin: 0;
}
.d-flex.wc-form-foot .login {
    padding: 4px 60px;
}

/* debalina css start */

.notif-table table thead th:last-child {
    width: 42%;
    font-family: var(--Inter);
    font-size: 16px;
}

.notif-table table thead th:first-child,
.notif-table table tbody td:first-child {
    text-align: center;
}

.notif-table table th, 
.notif-table table td {
    font-family: var(--Inter);
    font-size: 16px;
    color: #484848;
    vertical-align: middle;
}

.notif-table table th {
    color: #506fe9;
    white-space: nowrap;
}

.notif-table table td a {
    color: #484848;
}

.notif-table table td a:hover {
    color: #506fe9;
}

.notif-table .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: rgb(80 111 233 / 15%);
}

.input-wrap .form-select {
    width: 300px;
}


.filter-item {
    font-family: var(--Inter);
    font-size: 16px;
    color: #484848;
}

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

.each-contact-item {
    display: flex
;
    gap: 15px;
    font-family: var(--Inter);
    font-size: 18px;
    color: #484848;
}

.each-contact-item i {
    min-width: 35px;
    height: 35px;
    background: #506fe9;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
}

.each-contact-item p {
    margin-bottom: 8px;
}

.each-contact-item p:last-child {
    margin: 0;
}

.each-contact-item {
    margin-bottom: 20px;
}

/* debalina css start */
 /* 8.04.2025 bikram css start  */
 .login_text_box #tab ul {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 22px;
}
.login_text_box #tab .tab-content{
    padding: 0;
}
.login_text_box #tab ul li{
    width: 50%;
}
.login_text_box #tab ul li a{
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    padding: 7px 15px;
    border: 2px solid #506FE9;    
    background: #fff;
    color: #506FE9;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
.login_text_box #tab ul li.active a,.login_text_box #tab ul li a:hover{
    background: #506FE9;
    color: white;
}
.tax-search-pg{
    padding-top: 20px !important;
}
.home-modal .modal-body {
    padding: 10px !important;
    padding-bottom: 0 !important;
}
.home-modal .modal-body .btn-close {
    position: absolute;
    background-color: white;
    right: -20px;
    top: -24px;
    border-radius: 50%;
    background-size: 13px;
}
/* 8.04.2025 bikram css start  */

 
.product-showcase-box-btn-holder-twins {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.logo.center-logo a {
    margin-right: 20px;
}
.logo.center-logo a img {
    width: 150px !important;
}