/*
Theme Name: Ace Tips Club
Author: Webskitters
Version: 1.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Allison&family=Inter+Tight:ital,wght@0,100..900;1,100..900&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: 'Roboto', sans-serif; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */
body {
    margin: 0;
    padding: 0;
    font-family: var(--poppins);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: 300;
    font-style: normal;
    color: var(--white);
    font-size: 16px;
    line-height: 1.5;
    background-color: var(--black);
}

:root {
    scroll-behavior: inherit;
    --black: #000000;
    --white: #ffffff;
    --deep-gold: #342800;
    --gold: #AC8400;
    --deep-grey: #494949;
    --deep-gray2: #161616;
    --poppins: "Poppins", sans-serif;
    --inter-tight: "Inter Tight", sans-serif;
    --allison: "Allison", cursive;
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px 0;
    padding: 0;
    font-weight: 700;
    font-family: var(--inter-tight);
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}



h1,
.h1-title {
    font-weight: 700;
    font-size: 90px;
    line-height: 1;
}

h2,
.h2-title {
    font-weight: 700;
    font-size: 70px;
    line-height: 1;
}

h3,
.h3-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
}

h4,
.h4-title {
    font-size: 30px;
    line-height: 1.2;

}

h5,
.h5-title {
    font-size: 24px;
    line-height: 1.2;

}




a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: var(--gold);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: var(--deep-gold);
}

img {
    max-width: 100%;
}


input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #000;
    border: 1px solid rgba(255, 255, 255, 0.7);
    height: 58px;
    padding: 0 16px;
    outline: none !important;
}

textarea {
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 12px 16px;
    width: 100%;
    color: #000;
    height: 158px;
    outline: none !important;
}

select {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 0 11px;
    background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    background: #eab71e;
    color: #000000;
    height: 58px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;

    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
    background: #000;
    color: #eab71e;
}

/* ::-webkit-input-placeholder {
    opacity: 0.7;
    color: #000;
}

:-ms-input-placeholder {
    opacity: 0.7;
    color: #000;
}

::-moz-placeholder {
    opacity: 0.7;
    color: #000;
}

:-moz-placeholder {
    opacity: 0.7;
    color: #000;
} */







/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}



/* custom checkbox */

.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 40px;
    display: inline-block;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #3E3E42;
    background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/tick.svg) no-repeat center center;
    background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



/* custom radio */

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* custom radio end */

/* back to top */

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-color: #bdd653;
    display: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
}

#scroll:hover {
    background: #88a725;
}

#scroll i {
    color: #fff;
    font-size: 44px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#scroll:hover i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}




/* navbar*/
.main-head {
    padding: 55px 0;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 246px;
    display: inline-block;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    margin: 0 40px;
    padding: 20px 0;
    position: relative;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    color: var(--white);
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    font-weight: 300;
}

.navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: var(--white);
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    border-radius: 50%;
}

.ftr-menu>li>a {
    position: relative;
}

.ftr-menu>li>a:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: var(--white);
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    border-radius: 50%;
}

/* 
.navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #3B61DC;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} */

/* .navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: var(--gold);
} */
.ftr-menu>li.current-menu-item>a:after,
.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    /* width: 100%; */
    opacity: 1;
}


/* navbar submenu*/

.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 140px;
    padding: 0;
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: #eab71e;
    color: #fff;
}



.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}


/* for push-menu */
.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

/* for push-menu end*/
.acc-btn-wpr {
    margin-left: 80px;
}

.acc-btn-wpr a {
    width: 70px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.acc-btn-wpr a:hover {
    background-color: var(--gold);
}

.cmn-btn {
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    line-height: 1;
    padding: 5px 9px 5px 39px;
    /* padding: 22px 90px 22px 39px; */
    border-radius: 40px;
    background-color: var(--gold);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: var(--inter-tight);
}

/* .cmn-btn span {
    z-index: 2;
} */
.cmn-btn i {
    /* position: absolute;
    top: 5px; */
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--deep-gold);
    border-radius: 50%;
    margin-left: 20px;
    /* z-index: 2; */

}

.cmn-btn i img {
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}

.cmn-btn:hover {
    background-color: var(--deep-gold);
    color: var(--white);
}

.cmn-btn:hover i {
    background-color: var(--gold);
}

.cmn-btn:hover i img {
    transform: rotate(45deg);
    transition: transform 0.3s ease-in-out;
}

/* .cmn-btn::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: var(--deep-gold);
    transition: width 0.3s ease-in-out;
    z-index: -1;
    border-radius: 40px;
}
.cmn-btn:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}
.cmn-btn:hover{
    color: var(--white);
} */


/* banner start */
.main-banner {
    padding: 30px 30px 0;

}

.main-banner-wpr {
    /* height: 100%; */
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    min-height: calc(100vh - 30px);
    display: flex;
    align-items: center;
    padding: 300px 0 100px;
}

.main-banner-wpr-outer {
    position: relative;
}

.main-banner-wpr::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 267px;
    left: 0px;
    top: 0px;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.main-banner-wpr::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    z-index: 1;
}

.banner-img-wpr {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.banner-img-wpr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-banner-inner {
    height: 100%;
    width: 100%;
    z-index: 2;
}

.subtitle {
    font-family: var(--poppins);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.7em;
    color: var(--white);
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.banner-content {
    max-width: 900px;
}

.banner-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.banner-content ul li {
    padding-left: 20px;
    position: relative;
    font-family: var(--inter-tight);
    font-style: italic;
    font-weight: 700;
    font-size: 22px;
    color: #FFFFFF;

}

.banner-content ul li::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 8px;
    background-color: var(--white);
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: rotate(10deg) translateY(-50%);
}

.banner-content .subtitle {
    margin-bottom: 10px;
}

.banner-content h1 {
    margin-bottom: 16px;
}

.banner-content p {
    margin-bottom: 13px;
}

.banner-content .cmn-btn {
    margin-bottom: 20px;
}

.scroll-btn {
    position: absolute;
    z-index: 4;
    bottom: -106px;
    right: 80px;
}

.scroll-btn span {
    width: 212px;
    height: 211px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-btn span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    border: 1.12834px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(33.8503px);
    border-radius: 50%;
}

.scroll-btn span .curve-text {
    position: absolute;
    top: 9px;
    left: 9px;
    right: 9px;
    bottom: 9px;
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    z-index: 2;
    -webkit-animation: spin 10s linear infinite;
    -moz-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}

.scroll-btn span .down-arrow {
    z-index: 2;
    animation: slide1 1s ease-in-out infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes slide1 {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0px, 10px);
    }
}

@keyframes slide1 {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0px, 10px);
    }
}

.cmn-gap {
    padding: 100px 0;
}

.cmn-top-gap {
    padding-top: 100px;
}

.cmn-bottom-gap {
    padding-bottom: 100px;
}

/* banner end */

/* client-trust-section start */
.section-heading {
    margin-bottom: 80px;
}

.client-trust-section .section-heading {
    max-width: 580px;
    margin: 0 auto 80px;
}

.client-trust-card-outer {
    padding: 25px 15px;
}

.client-trust-card {
    border-radius: 16px;
    border: 1px solid #494949;
    padding: 25px 20px 20px;
    width: 446px;
    position: relative;
}

.client-trust-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(129.04deg, rgba(172, 132, 0, 0) 27.61%, rgba(172, 132, 0, 0.5) 100%), rgba(255, 255, 255, 0.11);
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    backdrop-filter: blur(30px);
    border-radius: 16px;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.client-trust-card-in {
    position: relative;
    z-index: 2;
}

.client-trust-card-top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 17px;
}

.client-trust-card-top figure {
    width: 53px;
    height: 53px;
    border: 4px solid var(--white);
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
}

.client-trust-card-top figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-trust-card-top-right {
    width: calc(100% - 53px);
    padding-left: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 5px;
}

.client-trust-card-top-right strong {
    font-size: 18px;
    font-weight: 700;
    font-family: var(--inter-tight);
    line-height: 1.5;
    color: #404040;
    display: block;
    margin-bottom: 2px;
    transition: all 0.3s ease-in-out;
}

.client-trust-card-top-right span {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #666666;
    display: block;
    margin-bottom: 3px;
    transition: all 0.3s ease-in-out;
}

.client-trust-card-top-right img {
    width: 95px;
}

.client-trust-card-bottom p {
    font-weight: 300;
    font-size: 16px;
    color: #4F4F4F;
    transition: all 0.3s ease-in-out;
}

.client-trust-card:hover::before {
    opacity: 1;
}

.client-trust-card:hover .client-trust-card-top-right strong,
.client-trust-card:hover .client-trust-card-top-right span,
.client-trust-card:hover .client-trust-card-bottom p {
    color: var(--white);
}

.client-trust-card:hover {
    border-color: rgba(255, 255, 255, 0.1);
}

.client-trust-inner-slider-outer {
    border-radius: 10px;
    overflow: hidden;
}

.client-trust-inner-slider-item figure {
    padding-top: 49.5%;
    position: relative;
    margin: 0;
}

.client-trust-inner-slider-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.client-trust-inner-slider .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
    width: 100%;
}

.client-trust-inner-slider .slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

.client-trust-inner-slider .slick-dots li button {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 0;
    color: transparent;
    border-radius: 50%;
    background-color: var(--white);
    width: 10px;
    height: 10px;
}

.client-trust-inner-slider .slick-dots li.slick-active button {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}

/* client-trust-section end */

/* about start */
.about-sec .row {
    align-items: center;
}

.about-right {
    padding-left: 128px;
}

.about-button-wpr {
    padding-top: 47px;
    margin-top: 30px;
    border-top: 1px solid #242424;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-btn-wpr-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 30px;
}

.about-btn-wpr-right figure {
    width: 55px;
    height: 55px;
    border: 2px solid var(--white);
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
}

.about-btn-wpr-right figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-btn-right-text {
    width: calc(100% - 55px);
    padding-left: 22px;
}

.about-btn-right-text span {
    display: block;
}

.about-btn-right-text span.at-name {
    font-size: 20px;
    font-family: var(--allison);
}

.about-btn-right-text span.at-designation {
    font-size: 18px;
    font-weight: 300;
}

.about-left {
    margin-left: -40px;
    position: relative;
}

.about-left img.about-img {
    width: 100%;
}

.cl-number {
    width: 153px;
    height: 140px;
    background-color: #342800;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 17%;
    left: 4%;
}

.cl-number strong {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

.cl-number span {
    font-size: 16px;
    font-weight: 300;
}

.cl-yr {
    width: 133px;
    height: 134px;
    background-color: var(--gold);
    border-radius: 20px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 43%;
    right: -2%;
}

.cl-yr strong {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

.cl-yr span {
    font-size: 16px;
    font-weight: 300;
}

.cl-off {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 28%;
    left: 14%;
    width: 244px;
    height: 88px;
    background: #FFFFFF;
    box-shadow: 0px 2.6267px 35.4605px rgba(0, 0, 0, 0.1);
    border-radius: 13px;
    padding: 13px;
}

.cl-off figure {
    width: 63px;
    flex-shrink: 0;
    margin: 0;
}

.cl-off-right {
    width: calc(100% - 63px);
    padding-left: 9px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cl-off-right strong {
    font-size: 28px;
    font-weight: 600;
    font-family: var(--inter-tight);
    line-height: 1;
    color: #525252;
}

.cl-off-right span {
    font-size: 14px;
    font-weight: 300;
    color: #1B1D33;
}

/* about end */
.sponser-section .section-heading {
    margin-bottom: 60px;
}

.sponser-slider-item figure {
    margin: 0;
}

.sponser-slider-item {
    padding: 0 40px;
}

.workflow-top-number-wpr {
    position: relative;
    margin-bottom: 18px;
}

.workflow-top-number-wpr figure {
    width: 136px;
    height: 136px;
    border-radius: 50%;
    margin: 0 auto;
    background-color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
}

.workflow-top-number-wpr span {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: var(--inter-tight);
    font-style: normal;
    font-weight: 700;
    font-size: 175px;
    line-height: 1;
    letter-spacing: -0.01em;
    text-align: center;
    z-index: -1;
    padding-right: 150px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--white);
    opacity: 0.2;
}

/* .workflow-col-in {
    max-width: 420px;
} */

.workflow-bottom-number-wpr {
    text-align: center;
}

.workflow-bottom-number-wpr p {
    margin-bottom: 0;
}

.workflow-row-outer .row [class*="col-"]:first-child .workflow-col-in {
    margin-right: auto;
    padding-right: 70px;
}

.workflow-row-outer .row [class*="col-"]:nth-child(2) .workflow-col-in {
    margin: 0 auto;
    padding: 0 35px;
}

.workflow-row-outer .row [class*="col-"]:last-child .workflow-col-in {
    margin-left: auto;
    padding-left: 70px;
}

.workflow-col-in {
    position: relative;
}

.workflow-line-1 {
    position: absolute;
    top: 59px;
    right: -150px;
}

.workflow-line-1.workflow-line-2 {
    right: -190px;
}

/* 26-06-2025 start KM */
.pricing-inner {
    padding: 0 30px;
}

.pricing-main-box {
    background: var(--gold);
    border-radius: 40px;
}

.cmn-btn.white {
    background: var(--white);
    color: var(--deep-gold);
}

.cmn-btn.white:hover {
    background: var(--deep-gold);
    color: var(--white);
}

.cmn-btn i {
    transition: all .4s ease-in-out;
}

.pricing-header .section-heading {
    margin: 0;
}

.pricing-header-row {
    align-items: center;
}

.pricing-header-btn {
    text-align: right;
}

.pricing-white-box {
    background: var(--white);
    border-radius: 26px;
    margin-top: 65px;
    padding: 0 50px 42px;
}

.prbox {
    padding: 40px 0 0;
}

.pr-stamp {
    background: rgba(172, 132, 0, 0.10);
    border-radius: 20px;
    padding: 20px 70px 20px 30px;
    display: flex;
    align-items: center;
    position: relative;
}

.pr-stamp-icon {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    background: rgba(208, 160, 0, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 10px;
}

.pr-stamp h3 {
    font-size: 30px;
    color: #212121;
    margin: 0 0 5px;
}

.pr-stamp p {
    color: #212121;
    font-family: var(--inter-tight);
    font-weight: 700;
}

.pr-mp {
    position: absolute;
    top: 10px;
    right: -34px;
}

.pricing-sub-desc h4 {
    color: #212121;
    margin: 0;
    font-size: 22px;
}

.pricing-sub-desc h4,
.pricing-sub-desc img {
    display: inline;
}

.pricing-sub-desc img {
    margin: 0 15px 0 10px;
}

.pricing-sub-desc p {
    color: #3E3E3E;
    font-size: 14px;
    margin-top: 8px;
    max-width: 537px;
}

.pricing-sub {
    margin: 26px 0 0;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding: 18px 0 20px;
}

.pricing-feature {
    margin-top: 25px;
}

.pricing-feature h4 {
    color: #212121;
    font-size: 22px;
    margin: 0 0 12px;
}

.pricing-feature ul {
    padding: 0;
    margin: 0 0 32px;
    list-style: none;
}

.pricing-feature ul li {
    color: #3E3E3E;
    padding: 14px 0;
    border-bottom: 1px solid #E6E6E6;
    padding-left: 35px;
    background: url(images/list-circle-icon.svg) no-repeat left top 15px;
}

.pricing-feature ul li img {
    margin-right: 10px;
}

.pricing-feature ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.pricing-feature .cmn-btn {
    font-size: 16px;
    padding: 5px 6px 5px 24px;
}

.pricing-feature .cmn-btn i {
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

.prbox.active {
    width: 100%;
    max-width: 748px;
    border-radius: 26px;
    padding: 39px 50px 50px;
    background: var(--deep-gold);
    margin-top: -46px;
    position: relative;
    overflow: hidden;
}

.pricing-white-box-row {
    --bs-gutter-x: 100px;
}

.active .pr-stamp-icon {
    background: var(--white);
}

.active .pr-stamp h3,
.active .pr-stamp p,
.active .pricing-sub-desc h4,
.active .pricing-sub-desc p,
.active .pricing-feature h4,
.active .pricing-feature ul li {
    color: var(--white);
}

.active .pr-stamp {
    background: rgba(172, 132, 0, 0.30);
    position: relative;
}

.active .pricing-feature ul li {
    border-color: #505050;
    background: url(images/check-circlewhite.svg) no-repeat left top 15px;
}

.pr-ft-line {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top right;
    position: absolute;
    top: 0;
    right: -42px;
}

.active .pricing-sub,
.active .pricing-feature {
    position: relative;
}

.pricing-white-box-lft {
    position: relative;
}

.pricing-white-box-lft::after {
    content: "";
    position: absolute;
    top: 105px;
    right: 0;
    width: 1px;
    height: calc(100% - 196px);
    background: #E6E6E6;
}

.blog-block .section-heading {
    margin-bottom: 36px;
}

.blog-block .client-trust-card {
    width: 100%;
    display: block;
    height: 100%;
    padding-bottom: 46px;
}

.blog-block .client-trust-card-in {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-block .client-trust-card-bottom p {
    color: var(--white);
}

.blog-title {
    font-size: 30px;
    margin: 0 0 12px;
    line-height: 1.3;
    color: var(--white);
}

.blog-meta {
    display: flex;
    margin: 0 -10px;
    align-items: center;
    padding-bottom: 20px;
}

.blog-meta-item {
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    color: var(--white);
    font-size: 16px;
}

.blog-meta-item img {
    width: 18px;
    margin-right: 10px;
}

.blog-thumbnail {
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    padding: 60% 0 0;
}

.blog-thumbnail img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.blog-block .client-trust-card-bottom {
    margin-bottom: 14px;
}

.blog-btn-wrapper {
    margin-top: auto;
}

.cmn-tertiary-btn {
    display: inline-block;
    color: var(--white);
    font-size: 16px;
    text-decoration: underline;
}

.blog-ld-wrp {
    margin-top: 29px;
    text-align: center;
}

.main-footer {
    background: #161616;
    padding: 77px 0 0;
}

.top-footer {
    padding: 0 0 82px;
}

.copyright-text {
    border-top: 1px solid #686868;
    padding: 16px 0;
    text-align: center;
}

.copyright-text p a {
    color: var(--white);
}

.copyright-text p a:hover {
    color: var(--gold);
}

.ftr-menu {
    list-style: none;
    padding: 0;
    margin: -12px 0;
    color: var(--white);
}

.ftr-menu li {
    padding: 12px 0;
    display: flex;
    align-items: flex-start;
    font-size: 16px;
}

.ftr-menu li a {
    color: var(--white);
}

.ftr-menu li a:hover {
    color: var(--gold);
}

.ftr-menu.two-col {
    column-count: 2;
}

.ftr-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0 0 22px;
    font-family: var(--inter-tight);
}

.ftr-icon {
    flex-shrink: 0;
    margin-right: 10px;
    margin-top: 2px;
}

.tlg-lnk {
    background: #fff;
    border-radius: 50px;
    margin-right: 10px;
    padding: 6px;
}

.tlg-lnk img {
    transition: all .4s ease-in-out;
    width: 30px;
    height: 30px;
}

.tlg-lnk:hover img {
    transform: scale(1.04);
}

.tlg-lnk:hover {
    color: var(--white);
}

.ftr-lgt {
    margin-top: 26px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.ftr-lgt span {
    margin-right: 20px;
}

.ftr-logo {
    display: inline-block;
}

.ftr-qc {
    max-width: 330px;
}

.gti-ftr {
    max-width: 284px;
    margin-left: auto;
}

/* 26-06-2025 end KM */

/* 27-06-25*/
/*----tool-tip css start----*/
.pricing-feature li {
    position: relative;
}

.pricing-feature li .tool-tip-part,
.daily-tips-features li .tool-tip-part {
    position: absolute;
    font-size: 14px;
    background-color: var(--white);
    border-radius: 10px;
    padding: 24px 9px 43px 16px;
    color: #505050;

    width: 244px;
    font-weight: 300;
    opacity: 0;
    transition: .5s;
    left: calc(100% + 23px);
    bottom: -27px;
}

.pricing-feature li .tool-tip-part::before,
.daily-tips-features li .tool-tip-part::before {
    content: '';
    position: absolute;
    left: -20px;
    bottom: 30px;
    transition: 0.4s;
    border-top: 10px solid transparent;
    border-right: 20px solid var(--white);
    border-bottom: 10px solid transparent;
}

.pricing-feature li i,
.daily-tips-features li i {
    display: inline-block;
    max-width: 20px;
    margin-left: 9px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.pricing-feature li i img,
.daily-tips-features li i img {
    width: 100%;
}

.pricing-feature li i:hover+.tool-tip-part,
.daily-tips-features li i:hover+.tool-tip-part {
    opacity: 1;
}

.tooltip-wpr {
    display: inline-block;
    position: relative;
}

/*----tool-tip css start----*/

/*====about-us css start====*/
.inr-banner {
    padding: 30px 30px 0;
}

.inr-banner-wpr-outer {
    position: relative;
}

.inr-banner-wpr {

    border-radius: 40px;
    overflow: hidden;
    position: relative;
    min-height: 550px;
    display: flex;
    align-items: center;
    padding: 260px 0 165px;
}

.inr-banner-wpr::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 267px;
    left: 0px;
    top: 0px;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.inr-banner-inner {
    height: 100%;
    width: 100%;
    z-index: 2;
}

.inr-banner-wpr::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    z-index: 1;
}

.commitment-rt-col-wpr h2 {
    text-transform: capitalize;
    /* max-width: 582px; */
}

.commitment-lt-col-wpr {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    padding-top: 91.2%;
}

.commitment-lt-col-wpr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.commitment-lt-col {
    width: 42.7%;
}

.commitment-rt-col {
    width: 57.3%;
}

.commitment-rt-col-wpr {

    padding-left: 59px;
}

.commitment-row {
    align-items: center;
}

.commitment-text-part p:first-child {
    margin-bottom: 29px;
}

.commitment-text-part p:nth-child(4) {
    margin-bottom: 29px;
}

.commitment-text-part p {
    margin-bottom: 18px;
}

.commitment-text-part p:last-child {
    margin-bottom: 0;
}

.why-us-inr-part {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.why-us-rt-part ul {
    padding: 0;
    margin: 0 -12px;
    list-style: none;
    display: flex;
    align-items: center;
    margin-left: auto;
    width: 100%;
    justify-content: space-between;
}

.why-us-rt-part li {
    padding: 0 12px;
}

.why-us-lt-part {
    width: 372px;

}

.why-us-rt-part {
    width: calc(100% - 372px);
    padding-left: 200px;
}

.why-us-rt-part li h3 {
    margin-bottom: 14px;
    color: var(--gold);
}

.why-us-rt-part li p {
    text-transform: capitalize;
}

.team-sec .section-heading {
    max-width: 849px;
    margin: 0 auto 43px;
}

.team-slider-box {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .1);
    transition: .5s;
}

.team-img-part {
    width: 100%;
    position: relative;
    padding-top: 83.7%;
    overflow: hidden;
}

.team-img-part img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
}

.team-slider-box:hover .team-img-part img {
    transform: scale(1.1);
}

.team-text-part {
    padding: 33px 28px 43px;
    text-align: center;
    position: relative;
    transition: .5s;
    z-index: 2;
}

.team-text-part h3 {
    margin-bottom: 8px;
}

.team-text-part::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(129.04deg, rgba(172, 132, 0, 0) 27.61%, rgba(172, 132, 0, 0.5) 100%), rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(30px);
    z-index: -1;
    transition: .5s;
    opacity: 0;
}

.team-slider-box:hover .team-text-part::before {
    opacity: 1;
}

.team-slider-items {
    padding: 0 15px;
}

.team-slider-wpr .slick-list {
    margin: 0 -15px;
}

.team-slider-outer {
    position: relative;
}

.cmn-sld-awr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: var(--gold);
    border-radius: 50%;
    border: 0;
    outline: none;
    transition: .5s;
}

.cmn-sld-awr:hover {
    background: var(--deep-gold);
}

.left-sld-awr {
    left: -88px;
}

.right-sld-awr {
    right: -88px;
}

.get-sec {
    padding: 176px 30px 100px;
}

.get-part-outer {
    position: relative;
}

.get-part-in {
    background-color: var(--gold);
    border-radius: 40px;
}

.get-lt-part {
    width: 887px;
    padding: 129px 0 165px;
}

.get-in-part {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.circle-img {
    position: absolute;
    bottom: 0;
    right: -42px;
    z-index: -1;
    max-width: 585px;
}

.get-rt-part {
    margin-top: -92px;
    width: calc(100% - 887px);
    padding-left: 40px;
}

.get-img-part {
    width: fit-content;
    margin-left: auto;
}

.get-rt-part img {
    width: 100%;
}

.enquire-btn-wpr {
    display: inline-block;
    margin-top: 6px;
}

.bold-text {
    font-family: var(--inter-tight);
    font-weight: 700;
    font-size: 70px;
    letter-spacing: 0.01em;
    line-height: 1;
    color: var(--gold);
    margin-bottom: 19px;
}

.why-us-cont-col:first-child {
    width: 30.6%;
}

.why-us-cont-col:nth-child(2) {
    width: 28.8%;
}

.why-us-cont-col:nth-child(3) {
    width: 17.9%;
}

/*====about-us css end====*/

/*====archive css start====*/
.blog-header-lt-part {
    width: 600px;
}

.blog-header-rt-part {
    width: calc(100% - 600px);
    padding-left: 30px;
}

.search-wpr {
    position: relative;
    max-width: 600px;
}

.search-wpr input[type="text"] {
    background-color: var(--black);
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
    color: var(--white);
    border: 1px solid #494949;
    height: 60px;
    padding: 0 52px;
    outline: none !important;
    font-size: 16px;
    display: block;
    position: relative;
    font-weight: 300;

}

.search-wpr:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 24px;
    width: 17px;
    height: 18px;
    background: url(images/search-icon.svg) no-repeat center;
    background-size: 100%;
    transform: translateY(-50%);
    padding-right: 10px;
    z-index: 2;
}

::-webkit-input-placeholder {
    opacity: 0.7;
    color: var(--white);
}

:-ms-input-placeholder {
    opacity: 0.7;
    color: var(--white);
}

::-moz-placeholder {
    opacity: 0.7;
    color: var(--white);
}

:-moz-placeholder {
    opacity: 0.7;
    color: var(--white);
}

.blog-select-wpr select {
    border: 1px solid #494949;
    width: 100%;
    height: 60px;
    padding: 0 38px;
    background: url(images/drop-down-icon.svg) no-repeat calc(100% - 27px) center var(--black);
    background-size: 10px;
    padding-right: 34px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    color: var(--white);
    border-radius: 16px;
    cursor: pointer;
    font-weight: 300;
}

.blog-sec-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 49px;
}

.blog-header-rt-part ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    margin-left: auto;
    list-style: none;
    width: fit-content;
}

.blog-header-rt-part li {
    margin: 0 10px;
}

.blog-header-rt-part li:first-child {
    margin-left: 0;
}

.blog-header-rt-part li:last-child {
    margin-right: 0;
    position: relative;
}

.blogs-card {
    display: block;
    width: 100%;
    height: 100%;
}

.blog-cards-top-part ul {
    padding: 0 0 0 10px;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.blog-cards-top-part li {
    border-radius: 80px;
    padding: 11px 25px;
    background-color: var(--gold);
    color: var(--white);
    font-size: 14px;
    font-weight: 700;
    font-family: var(--inter-tight);
    margin: 0 5px;
    transition: .5s;
}

.blog-cards-top-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-cards-top-part li:first-child {
    margin-left: 0;
}

.blog-cards-top-part li:last-child {
    margin-right: 0;
}

.blog-cards-top-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 34px 0 10px;
}

.blog-cards-top-part h3 {
    margin-bottom: 2px;
}

.blogs-card p {
    color: var(--white);
    margin-bottom: 14px;
}

.bolg-items-row {
    --bs-gutter-y: 30px;
    --bs-gutter-x: 29px;
}

.blog-btn-wpr {
    text-align: center;
    margin-top: 40px;
}

.blog-cards-top-part li:hover {
    background-color: var(--deep-gold);
}

.blog-main-sec .section-heading {
    margin-bottom: 47px;
}

/*====archive css end====*/
/* 27-06-25 */

/* 30.06.25 */
/*====subcription====*/
.subcription-stamp {


    width: 50px;
    height: 50px;
    border-radius: 6px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

}

.subcription-text h2 {
    margin-bottom: 8px;

}

.subcription-text p {
    text-transform: capitalize;
    font-weight: 700;
    font-family: var(--inter-tight);
}

.subcription-text {
    width: calc(100% - 50px);
    padding-left: 10px;
}

.subcription-header-lt-part {
    display: flex;
    align-items: center;
}

.subcription-header-part {
    background-color: var(--gold);
    padding: 20px 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subcription-rt-part {
    max-width: 82px;
}

.subcription-rt-part img {
    width: 100%;
}

.subcription-sub-sec h3 {
    font-size: 22px;
    display: inline-block;
    margin-bottom: 8px;
}

.subcription-sub-sec p {
    font-size: 14px;
}

.subcription-sub-sec img {
    margin: 0 15px 0 10px;
    max-width: 44px;
}

.subcription-sub-sec-wpr {
    margin: 27px 0 24px;
}

.subcription-sub-sec p span {
    font-weight: 600;
}

.monthly-subcription-part {
    position: relative;
}

.monthly-subcription-features h4 {
    font-size: 22px;
    margin-bottom: 10px;
}

.monthly-subcription-features ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.monthly-subcription-features li {
    position: relative;
    border-bottom: 1px solid #3B3B3B;
    padding: 24px 0 20px 35px;
}

.monthly-subcription-features li:last-child {
    border-bottom: none;
}

.monthly-subcription-features li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    width: 24px;
    height: 26px;
    background: url(images/list-icon.svg) no-repeat center;
    background-size: 100%;
    transform: translateY(-50%);
}

.subcription-btm-part {
    margin-top: 19px;
}

.subcription-btm-part ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
}

.subcription-btm-part li {
    margin: 0 12px;
}

.subcription-btm-part li:first-child {
    margin-left: 0;
}

.subcription-btm-part li:last-child {
    margin-right: 0;
}

.subcription-btm-part .cmn-btn {
    padding: 5px 9px 5px 32px;
    font-size: 16px;
}

.subcription-btm-part .cmn-btn i {
    width: 40px;
    height: 40px;
}

.pay-icon {
    max-width: 189px;
}

.pay-icon img {
    width: 100%;
}

.daily-subcription {
    padding: 0 30px 0;
}

.daily-subcription-outer {
    position: relative;
}

.daily-subcription-wpr {
    background-color: var(--gold);
    border-radius: 40px;
    padding: 72px 0 72px;
    position: relative;
    overflow: hidden;
}

.daily-subcription {
    margin: 80px 0;
}

.subcription-bg {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 15%;
    width: 100%;
}

.daily-tip-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 20px 10px 20px 30px;
    background-color: rgba(255, 255, 255, .2);

}

.daily-subcription .subcription-sub-sec {
    margin: 24px 0 28px;
}

.daily-tips-features li {
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.daily-tips-features li:before {
    background: url(images/list-green-circle.svg) no-repeat center;
}

/*====profile css start====*/

.header-inr-rt-part {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.profile-header {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    padding-left: 312px;
    z-index: 99;
}

.header-inr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--black);
    border-bottom: 1px solid #9D9D9D;
    padding: 40px 12px 40px 0;
}

.client-profile {
    display: inline-flex;
    align-items: center;
    padding-right: 31px;
}

.client-profile i {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}

.client-details {
    width: calc(100% - 40px);
    padding-left: 10px;
}

.profile-header-nav {
    color: var(--white);
    font-weight: 700;
    font-size: 44px;
    font-family: var(--inter-tight);
}

.profile-header-nav:hover {
    color: var(--white);
}

.notification-icon {
    position: relative;
    padding-right: 18px;
}

.notification-icon:before {
    content: "";
    position: absolute;
    top: -1px;
    right: 25px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--gold);
    border: 2px solid var(--white);
}

.client-details span {
    display: inline-block;
    font-family: var(--inter-tight);
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
}

.client-details p {
    color: var(--white);
    font-size: 14px;
}

.aside {

    position: fixed;
    top: 72px;
    left: 0px;
    background-color: var(--gold);
    border-radius: 20px;
    height: calc(100% - 140px);
    width: 255px;
    overflow: hidden;

}

.aside-inr {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aside-top-part {
    padding: 28px 0;
}

.aside-bottom-part {
    background-color: rgba(255, 255, 255, .2);
    padding: 28px 30px;
}

.profile-nav {
    background-color: rgba(255, 255, 255, .2);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-list {
    padding: 0 13px 0;
    margin: 0;
    list-style: none;
    margin-top: 90px;
}

.profile-list a,
.aside-bottom-part a {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    transition: .5s;
}

.aside-logo {
    display: block;
    width: 172px;
    text-align: center;
    margin: 0 auto;
}

.aside-logo img {
    width: 100%;
}

.profile-list .current-menu-items a,
.profile-list li a:hover {
    background-color: rgba(255, 255, 255, .2);


}

.profile-list a i,
.aside-bottom-part a i {
    max-width: 20px;
}

.profile-list a i,
.aside-bottom-part a i {
    width: 100%;
    padding-right: 10px;
}

.profile-list a {
    padding: 21px 17px;
    border-radius: 20px;
    margin-bottom: 5px;
    display: block;
    background-color: transparent;
}

.main {
    /* width: calc((100% - 1660px) /2); */
    padding-left: 312px;
    padding-top: 191px;
    padding-right: 12px;
}

.main-inr {
    overflow: hidden;
}

.personal-information {
    padding-bottom: 61px;
    border-bottom: 1px solid #9D9D9D;
}

.author-img {
    position: relative;
    width: 80px;
    height: 80px;

}

/* .author-img:before{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 0;
    right: 0;
    background: url(images/edit-icon.svg) no-repeat center;
    background-size: 100%;
} */
.edit-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 20px;
    pointer-events: none;
}

.edit-icon img {
    width: 100%;
}

.author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-group {
    width: calc(100% - 80px);
    padding-left: 41px;
}

.personal-inr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form-group ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 0 -11px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}

.form-group li {
    padding: 0 11px;

}

.form-part input[type="text"],
.form-part input[type="tel"],
.form-part input[type="email"] {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: var(--white);
    border: 1px solid #767676;
    height: 70px;
    padding: 0 28px;
    padding-right: 55px;
    outline: none !important;
    font-size: 14px;
    display: block;
    position: relative;
}

.form-part input:focus~.floating-label {
    top: -13px;
    left: 22px;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 13px;
    transition: 0.2s ease all;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--inter-tight);
    background-color: var(--black);
    padding: 1px 4px;
    text-transform: capitalize;
}

.form-float {
    position: relative;
    min-width: 370px;
    /* width: fit-content; */
}

.input-edit {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 0 20px;
}

.subscribe-plan {
    padding: 50px 0;
    border-bottom: 1px solid #9D9D9D;
}

.subscribe-pr-stamp {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

}

.subscribe-inr {
    background: rgba(172, 132, 0, 0.3);
    border-radius: 20px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subscribe-lt-part {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.subscribe-text-part {
    width: calc(100% - 50px);
    padding-left: 10px;
}

.subscribe-text-part h3 {
    margin-bottom: 4px;

}

.subscribe-text-part p {
    font-family: var(--inter-tight);
    font-weight: 700;
}

.subscribe-rt-part span {
    display: inline-block;
    padding-right: 16px;
}

.previous-plan {
    padding: 58px 0 96px;
}

.previous-plan-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.previous-plan-header h3 {
    margin-bottom: 4px;
    width: 187px;
}

.plan-select-form {
    width: calc(100% - 187px);
    padding-left: 30px;
}

.plan-tips {
    padding: 0 17px 0 0;
    margin: 0 -10px -20px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-height: 397px;
    overflow-y: auto;
    scrollbar-color: red;
    scrollbar-width: thin;
}

.plan-tips li {
    position: relative;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.plan-tips li:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 39px;
    height: 39px;
    background: url(images/li-flower-icon.svg) no-repeat center;
    background-size: 100%;
    transform: translateY(-50%);
}

.plan-tips-inr {
    border: 1px solid #767676;
    border-radius: 10px;
    padding: 20px 29px;
}

.plan-tips-inr span {
    display: inline-block;
    font-weight: 700;
    font-family: var(--inter-tight);
    font-size: 16px;
}

.plan-tips-inr p {
    font-size: 14px;
}

.profile-footer {
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #686868;
}

.profile-footer p {
    font-size: 18px;
}

.profile-footer p a {
    font-size: 18px;
    color: var(--white);
}

.profile-footer p a:hover {
    color: var(--gold);
    transition: .5s;
}

/*====profile css end====*/
/*====tips css start===*/
.tips-select-form {
    width: 100%;
    margin-bottom: 27px;
}

.tips-date {
    display: inline-block;
    padding-left: 20px;
}

.tips-date i {
    display: inline-block;
    max-width: 15px;
    margin-right: 10px;
}

.plan-tips-wpr {
    max-height: 769px;
}

.todays-tips-plan {
    padding: 27px 0 103px;
}

.main-body {
    padding-top: 153px;
}

/* 30.06.25 */

.post-date {
    margin: 0 0 15px;
    color: var(--gold);
}

.page-not-found {
    text-align: center;
    padding-top: 7%;
    min-height: 400px;
}

.img-404 {
    max-width: 330px;
    width: 52%;
    margin: 0 auto 20px;
}

.page-not-found-sec h1 {
    font-size: 30px;
}

/* Login Page Start */
.woocommerce-privacy-policy-text {
    font-size: 15px;
    margin: 10px 0;
}

.woocommerce #payment #place_order:not(:hover),
.woocommerce-page #payment #place_order:not(:hover),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    line-height: 1;
    padding: 13px 35px;
    border-radius: 40px;
    background-color: var(--gold);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: var(--inter-tight);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    background-color: var(--deep-gold) !important;
    color: var(--white) !important;
}

.select2-container .select2-dropdown,
.select2-container .select2-selection {
    background-color: #020202;
    border: 1px solid var(--deep-gold);
    color: var(--white);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: var(--white);
}

.select2-container .select2-selection--single .select2-selection__arrow {
    filter: brightness(0) invert(1);
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
    background-color: #020202;
    border: 1px solid var(--deep-gold);
    color: var(--white);
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid var(--deep-gold);
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    filter: brightness(0) invert(1);
}

/* After Login Page Start */
/* My Account */
.woocommerce-account .inr-banner-wpr {
    min-height: auto;
    padding: 230px 0 60px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 20px;
    background-color: var(--deep-gray2);
    border-radius: 8px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding-left: 0;
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 20px;
    display: block;
    background: var(--black);
    margin: 7px 0;
    border-bottom: 1px solid var(--deep-gold);
    color: var(--white);
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--gold);
    width: 100%;
    height: 0%;
    z-index: -1;
    transition: all 300ms ease-in-out;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a::before,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover::before {
    height: 100%;
}

.woocommerce table.shop_table {
    background-color: var(--deep-gray2);
    border-color: var(--deep-gold);
}

.woocommerce table.shop_table td .button {
    font-size: 14px;
    padding: 8px 15px;
}

.my-account h1,
.my-account h2 {
    font-size: 26px;
    margin-bottom: 20px !important;
}

.my-account h3,
.my-account h4 {
    font-size: 22px;
}

.woocommerce-Address address,
.woocommerce .woocommerce-customer-details address {
    background-color: var(--deep-gray2);
    padding: 20px;
    border-radius: 10px;
}

.woocommerce table.shop_table th {
    background-color: var(--deep-gray2);
    border-color: var(--deep-gold) !important;
}

.woocommerce table.shop_table td {
    border-color: var(--deep-gold) !important;
}

.u-column1.col-1.woocommerce-Address {
    width: 100%;
}

.woocommerce-Address-title.title {
    display: flex;
    justify-content: space-between;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: var(--deep-grey);
    color: #ffffff;
    border-top: 3px solid var(--gold);
}

.order_review_wrap {
    margin-top: 40px;
}

.my-account form.woocommerce-checkout .checkoutWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#customer_details,
.order_review_wrap {
    width: calc(50% - 15px);
}

#customer_details .col-1,
#customer_details .col-2 {
    width: 100%;
}


/* Newsletter Start */
.nwsltr-sec {
    background-color: var(--deep-gold);
}

.nwsltr-box h2 {
    margin-bottom: 16px;
}

.nwsltr-form [type="email"] {
    height: 55px;
    background-color: #F6F6F6;
    font-weight: 400;
    font-size: 16px;
    border-radius: 100px;
    padding: 0 35px;
    width: 437px;
}

.nwsltr-form [type="email"]::placeholder {
    color: var(--deep-gray2);
}

.nwsltr-para {
    margin-bottom: 32px;
}

.nwsltr-form [type="submit"] {
    margin-left: 10px;
    height: 55px;
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    line-height: 1;
    padding: 10px 30px;
    /* padding: 22px 90px 22px 39px; */
    border-radius: 40px;
    background-color: var(--gold);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: var(--inter-tight);
}

/* 10.7.25 */
.nwsltr-sec {
    background-color: var(--gold);
}

.nwsltr-form [type="submit"] {
    border: 2px solid rgba(255, 255, 255, 1);
}

.nwsltr-form [type="submit"]:hover {
    border-color: #000;
}

.blog-header-rt-part li:last-child input[type="text"] {
    border: 1px solid #494949;
    border-radius: 16px;
    color: #fff;
}

#ui-datepicker-div {
    z-index: 2 !important;
}

.woocommerce-account.woocommerce-page .col2-set {
    padding: 30px 30px;
    border-radius: 20px;
    border: 1px solid var(--gold);
    box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px;
    max-width: 700px;
    margin: 0 auto;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-ResetPassword.lost_reset_password,
.woocommerce-account .woocommerce-EditAccountForm.edit-account {
    padding: 30px 30px;
    border-radius: 20px;
    border: 1px solid var(--gold);
    box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px;
}

.woocommerce-account .woocommerce .col2-set .col-1,
.woocommerce-account.woocommerce-page .col2-set .col-1 {
    width: 100%;
}

.woocommerce-account .woocommerce .col2-set .col-2,
.woocommerce-account.woocommerce-page .col2-set .col-2 {
    width: 100%;
}

.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input {
    height: 20px;
    width: 20px;
    border: 1px solid var(--gold);
    border-radius: 4px;
    margin-right: 10px;
}

.main-head {
    position: fixed;
    transition: 0.3s ease-in-out;
}

.main-head.fixed {
    top: 0;
    padding: 30px 0;
    background: #000000cf;
}

.main-banner-wpr::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 65%, rgba(0, 0, 0, 0) 134%);
}

.woocommerce-account .no_subscriptions.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info a.button {
    display: none;
}

.blogDetails h2 {
    font-size: 38px;
}

button.cky-show-desc-btn:not(:hover):not(:active),
.cky-preference-content-wrapper .cky-show-desc-btn {
    color: #fff !important;
}

button.cky-banner-btn-close:not(:hover):not(:active),
button.cky-btn-close:not(:hover):not(:active),
.cky-preference-header .cky-btn-close {
    background: #fff !important;
}

.woocommerce table.shop_table td .button.resubscribe {
    display: none;
}

/* .woocommerce-account  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme */
/* 10.7.25 */

/* 17-jul-2025  */

.client-quote{
    position: absolute;
    top: -25px;
    right: 7px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--gold);
}

.client-quote img{
    max-width: 25px;
}

/* 17-jul-2025  */
/* ========== responsive css =========== */

@media(min-width:1025px) {

    /* navbar*/
    .navbar-nav .clickD {
        display: none;
    }

    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}

@media(min-width:1400px) {
    .container {
        max-width: 1380px;
        padding: 0 30px;
    }
}

@media(min-width:1700px) {
    .container {
        max-width: 1660px;
        padding: 0 30px;
    }
}

/* 27-06-25-start*/
@media(max-width:1800px) and (min-width:1700px) {
    .left-sld-awr {
        left: 0px;
    }

    .right-sld-awr {
        right: 0px;
    }

    .circle-img {

        right: -16px;

        max-width: 573px;
    }
}

@media(max-width:1599px) {
    .left-sld-awr {
        left: 0px;
    }

    .right-sld-awr {
        right: 0px;
    }

    .circle-img {

        right: -16px;

        max-width: 560px;
    }

}

@media(max-width:1699px) {
    .right-sld-awr {
        right: -29px;
    }

    .left-sld-awr {
        left: -29px;
    }

    .why-us-lt-part {
        width: 343px;
    }

    .why-us-rt-part {
        width: calc(100% - 343px);
        padding-left: 125px;
    }

    .why-us-cont-col:first-child {
        width: 34.7%;
    }

    .why-us-cont-col:nth-child(2) {
        width: 31.8%;
    }
}

/* 27-06-25-end*/
@media(max-width:1680px) {
    .main-head {
        padding: 25px 0;
        top: 20px;
    }

    .navbar-nav>li {
        margin: 0 30px;
    }

    .acc-btn-wpr {
        margin-left: 60px;
    }

    .main-banner {
        padding: 20px 20px 0;
    }

    .main-banner-wpr {
        padding: 200px 0 85px;
    }

    .about-right {
        padding-left: 90px;
    }

    .workflow-line-1 {
        width: 227px;
        right: -90px;
    }

    .workflow-line-1.workflow-line-2 {
        right: -130px;
    }

    /* 27-06-25-start*/
    .commitment-rt-col-wpr {
        padding-left: 10px;
    }

    .commitment-text-part p:first-child {
        margin-bottom: 18px;
    }

    .commitment-text-part p:nth-child(4) {
        margin-bottom: 20px;
    }

    .get-lt-part {
        max-width: 730px;
        padding: 94px 0 115px;
    }

    .get-rt-part {

        width: calc(100% - 730px);

    }

    .pricing-feature li .tool-tip-part,
    .daily-tips-features li .tool-tip-part {

        width: 164px;

    }

    /* 27-06-25-end*/
}

@media(max-width:1600px) {
    .right-sld-awr {
        right: -89px;
    }

    .left-sld-awr {
        left: -89px;
    }
}

@media(max-width:1536px) and (min-width:1400px) {
    .right-sld-awr {
        right: -30px;
    }

    .left-sld-awr {
        left: -30px;
    }
}

@media(max-width:1400px) {
    .navbar-brand {
        width: 216px;
    }

    .navbar-nav>li {
        margin: 0 20px;
    }

    .acc-btn-wpr {
        margin-left: 40px;
    }

    h1,
    .h1-title {
        font-size: 70px;
    }

    h2,
    .h2-title {
        font-size: 60px;
    }

    .banner-content h1 {
        /* max-width: 420px; */
    }

    .cl-number strong,
    .cl-yr strong {
        font-size: 38px;
    }

    .cl-number span,
    .cl-yr span {
        font-size: 13px;
    }

    .cl-number {
        width: 113px;
        height: 100px;
    }

    .cl-yr {
        width: 103px;
        height: 104px;
    }

    .about-right {
        padding-left: 40px;
    }

    .cl-off-right strong {
        font-size: 22px;
    }

    .cl-off-right span {
        font-size: 12px;
    }

    .cl-off figure {
        width: 43px;
    }

    .cl-off-right {
        width: calc(100% - 43px);
    }

    .cl-off {
        width: 197px;
        height: 68px;
    }

    .workflow-line-1 {
        width: 177px;
        right: -65px;
    }

    .workflow-line-1.workflow-line-2 {
        right: -100px;
    }

    .workflow-top-number-wpr figure {
        width: 116px;
        height: 116px;
    }

    .workflow-top-number-wpr span {
        top: -20px;
        font-size: 135px;
        padding-right: 130px;
    }

    h4,
    .h4-title {
        font-size: 24px;
    }

    .workflow-row-outer .row [class*="col-"]:first-child .workflow-col-in {
        padding-right: 30px;
    }

    .workflow-row-outer .row [class*="col-"]:nth-child(2) .workflow-col-in {
        margin: 0 auto;
        padding: 0 15px;
    }

    .workflow-row-outer .row [class*="col-"]:last-child .workflow-col-in {
        margin-left: auto;
        padding-left: 30px;
    }

    h2,
    .h2-title {
        font-size: 50px;
    }

    .client-trust-section .section-heading {
        max-width: 480px;
    }

    .scroll-btn span {
        width: 162px;
        height: 161px;
    }

    .scroll-btn {
        bottom: -76px;
        right: 60px;
    }

    /* 27-06-25-start*/
    .why-us-lt-part {
        width: 316px;
    }

    .get-lt-part {
        max-width: 684px;
        padding: 100px 0 111px;
    }

    .circle-img {
        right: -2px;
        max-width: 460px;
    }

    /* 27-06-25-end*/

    .why-us-rt-part {
        width: calc(100% - 316px);
        padding-left: 65px;
    }

    .why-us-cont-col:first-child {
        width: 38.7%;
    }

    .why-us-cont-col:nth-child(2) {
        width: 35.8%;
    }

    .bold-text {

        font-size: 60px;

    }
}

@media(max-width:1399px) {

    .pricing-feature li .tool-tip-part,
    .daily-tips-features li .tool-tip-part {

        right: calc(100% + 20px);
        left: auto;
    }

    .pricing-feature li .tool-tip-part::before,
    .daily-tips-features li .tool-tip-part::before {

        right: auto;
        left: 100%;

    }

    .pricing-feature li .tool-tip-part::before,
    .daily-tips-features li .tool-tip-part::before {
        border-right: none;
        border-left: 20px solid var(--white);
    }

    .get-rt-part {
        width: calc(100% - 650px);
        margin-top: -76px;
    }

    .get-lt-part {
        max-width: 650px;
        padding: 75px 0 80px;
    }

    .right-sld-awr {
        right: -30px;
    }

    .left-sld-awr {
        left: -30px;
    }
}

@media(max-width:1199px) {
    .navbar-brand {
        width: 176px;
    }

    .navbar-nav>li {
        margin: 0 15px;
    }

    .acc-btn-wpr {
        margin-left: 30px;
    }

    .acc-btn-wpr a {
        width: 60px;
        height: 60px;

    }

    .main-head {
        padding: 15px 0;

    }

    .banner-content h1 {
        max-width: 610px;
    }

    h1,
    .h1-title {
        font-size: 60px;
    }

    .cmn-btn {
        font-size: 17px;

    }

    .cmn-btn i {
        width: 50px;
        height: 50px;

    }

    .banner-content ul li {

        font-size: 20px;
    }

    h2,
    .h2-title {
        font-size: 45px;
    }

    .client-trust-section .section-heading {
        max-width: 450px;
    }

    .pricing-feature li .tool-tip-part,
    .daily-tips-features li .tool-tip-part {


        right: calc(100% + 0px);
        bottom: -27px;
        width: 130px;
        left: auto;
    }

    /*---30.06.25---*/
    .inr-banner-wpr {

        min-height: 520px;

        padding: 190px 0 130px;
    }

    .why-us-lt-part {
        width: 220px;
    }

    .why-us-rt-part {
        width: calc(100% - 220px);
        padding-left: 50px;
    }

    .bold-text {
        font-size: 50px;
        margin-bottom: 15px;
    }

    .circle-img {
        max-width: 390px;
    }

    .get-lt-part {
        max-width: 500px;

    }

    .get-rt-part {
        width: calc(100% - 500px);

    }

    .right-sld-awr {
        right: -18px;
    }

    .left-sld-awr {
        left: -18px;
    }

    .blog-cards-top-part li {
        padding: 8px 16px;
        margin: 0 3px;
        font-size: 13px;
    }

    .blog-cards-top-part h3 {

        font-size: 27px;
    }

    .blog-cards-top-part {

        margin: 34px 0 15px;
    }

    .blog-meta {

        padding-bottom: 15px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .blogs-card {

        padding: 25px 13px 20px;
    }

    /*---30.06.25---*/
    .why-us-rt-part li p {

        font-size: 14px;
    }

    .main-banner-wpr {
        height: auto;
        min-height: 300px;
    }

    /* 10.7.25 */
    .main-head.fixed {
        background: #000000cf;
    }

    /* 10.7.25 */

    /* 17-jul-2025  */
    .pricing-white-box-rgt,
    .pricing-white-box-lft {
        width: 100%;
    }

    .pricing-white-box-row {
        --bs-gutter-x: 50px;
        --bs-gutter-y: 30px;
    }

    .blog-header-lt-part {
        width: 500px;
    }

    .blog-header-rt-part {
        width: calc(100% - 500px);
    }

    .prbox.active {
        max-width: 100%;
        margin-top: 0;
    }

    .top-ftr-clm1{
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }

    .top-ftr-clm2{
        width: 33.333%;
    }

    .top-ftr-clm3{
        width: 33.333%;
    }

    .top-ftr-clm4{
        width: 33.333%;
    }

    .ftr-lgt {
    justify-content: center;
}

    /* 17-jul-2025  */
}

@media(max-width:1024px) {

    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(images/sort-down.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sub-menu>li.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 20px;
    }

    .sub-menu>li.menu-item-has-children>a {
        padding-right: 20px;
    }

    .sub-menu.show {
        display: block;
    }

    .navbar-nav>li {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:after,
    .navbar-nav>li.menu-item-has-children>a:after {
        opacity: 0;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        opacity: 1;
    }

    /* navbar end*/
    #customer_details,
    .order_review_wrap {
        width: 100%;
    }

}


@media (max-width: 991px) {

    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: auto;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: var(--gold);
        position: absolute;
        left: 0;
        top: auto;
        transition: all 0.6s;
        border-radius: 5px;
    }

    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }

    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }

    .stick.open {
        transform: translateX(-50px);
        background: transparent;
    }

    .stick.open:before {
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }

    .stick.open:after {
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }

    .navbar-nav .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }


    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }

    .navbar-nav>li {
        margin: 0;
        padding: 0;
    }

    .navbar-nav>li>a {
        padding: 8px 20px;
        display: inline-block;
        width: 100%;
    }

    .navbar-nav li.menu-item-has-children>a {
        padding-right: 30px;
    }

    .sub-menu>li>a {
        padding-left: 40px;
    }

    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }

    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }

    .navbar-nav>li>a:after {
        bottom: 0;
    }

    /* navbar end*/

    /* push nav */

    .navbar-collapse {
        background: var(--black);
        position: fixed;
        top: 0;
        height: 100% !important;
        width: 290px;
        overflow-y: auto;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        z-index: 100;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        display: block !important;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
    }

    .navbar-collapse .navbar-nav {
        margin: 80px 0 0;
        padding: 0 0 40px 0;
    }

    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }

    #navoverlay.open {

        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }

    body.open-nav,
    html.open-nav {
        height: 100%;
        overflow: hidden;
    }

    /* push nav end */


    .acc-btn-wpr {
        margin-left: 20px;
    }

    .acc-btn-wpr a {
        width: 55px;
        height: 55px;
    }

    .navbar-nav>li>a:after {
        display: none;
    }

    .navbar-nav>li.current-menu-item>a {
        color: var(--gold);
    }

    h1,
    .h1-title {
        font-size: 45px;
    }

    .banner-content h1 {
        max-width: 430px;
    }

    .scroll-btn span {
        width: 122px;
        height: 122px;
    }

    .scroll-btn {
        bottom: -56px;
        right: 40px;
    }

    h2,
    .h2-title {
        font-size: 36px;
    }

    .client-trust-section .section-heading {
        max-width: 360px;
        margin: 0 auto 50px;
    }

    .about-left {
        margin-left: 0;
        position: relative;
        max-width: 490px;
        margin: 0 auto;
    }

    .about-sec .row {
        --bs-gutter-y: 30px;
    }

    .about-right {
        padding-left: 0;
        text-align: center;
    }

    .about-button-wpr {

        justify-content: center;
    }

    .workflow-line-1 {
        display: none;
    }

    .workflow-top-number-wpr figure {
        width: 96px;
        height: 96px;
    }

    .workflow-top-number-wpr span {
        top: -10px;
        font-size: 105px;
        padding-right: 110px;
    }

    h4,
    .h4-title {
        font-size: 22px;
    }

    .workflow-row-outer .row {
        --bs-gutter-y: 30px;
        justify-content: center;
    }

    .workflow-row-outer .row [class*="col-"]:first-child .workflow-col-in,
    .workflow-row-outer .row [class*="col-"]:nth-child(2) .workflow-col-in,
    .workflow-row-outer .row [class*="col-"]:last-child .workflow-col-in {
        padding: 0px;
    }

    .pricing-header-btn {
        text-align: left;
        padding-top: 20px;
    }

    .prbox.active {

        margin-top: 0;

    }

    .pricing-white-box-row {
        --bs-gutter-x: 50px;
        --bs-gutter-y: 30px;
    }

    .blog-row {
        --bs-gutter-y: 30px;
        justify-content: center;
    }

    .top-footer-row {
        --bs-gutter-y: 30px;
    }

    .gti-ftr {
        max-width: 100%;

    }

    .ftr-title {

        font-size: 22px;

    }

    .top-footer {
        padding: 0 0 42px;
    }

    .pricing-white-box-lft::after {
        display: none;
    }

    .commitment-row {

        flex-direction: column-reverse;
        --bs-gutter-y: 35px;
    }

    .commitment-lt-col,
    .commitment-rt-col {
        width: 100%;
    }

    .commitment-rt-col-wpr {
        padding-left: 0px;
    }

    .commitment-main-part.cmn-top-gap {
        padding-top: 60px;
    }

    .why-us-inr-part {

        text-align: center;
    }

    .why-us-lt-part {
        width: 100%;
        margin-bottom: 30px;
    }

    .why-us-rt-part {
        width: 100%;
        padding-left: 0;
    }

    .why-us .cmn-top-gap {
        padding-top: 75px;
    }

    .right-sld-awr {
        right: -20px;
    }

    .left-sld-awr {
        left: -20px;
    }

    .cmn-sld-awr {

        width: 50px;
        height: 50px;

    }

    /*---30.06.25---*/
    /* .inr-banner-wpr {
        min-height: 459px;
        padding: 120px 0 130px;
    } */
    .inr-banner-wpr {
        min-height: 379px;
        padding: 140px 0px 50px;
    }

    .inr-banner {
        padding: 20px 20px 0;
    }

    .get-sec {
        padding: 80px 25px 67px;
    }

    .get-part-in {

        border-radius: 10px;
    }

    .get-lt-part {
        max-width: 300px;
        padding: 40px 0 35px;
    }

    .get-lt-part h2 {
        margin-bottom: 11px;
    }

    .get-lt-part p {
        margin: 0 0 10px 0;
    }

    .enquire-btn-wpr {

        margin-top: 2px;
    }

    .enquire-btn-wpr .cmn-btn {
        font-size: 16px;
        padding: 5px 9px 5px 29px;
    }

    .enquire-btn-wpr .cmn-btn i {
        width: 40px;
        height: 40px;
    }

    .circle-img {
        max-width: 387px;
        right: -16px;
    }

    .get-rt-part {
        width: 100%;
    }

    .search-wpr {
        max-width: 100%;
    }

    .blog-header-lt-part {
        width: 100%;

    }

    .blog-header-rt-part {
        width: 100%;
        padding: 30px 0 0 0;

    }

    .blog-header-rt-part ul {
        width: 100%;
    }


    .blog-header-rt-part li {
        width: 50%;
        margin: 0;
        padding-right: 20px;
    }

    .blog-header-rt-part li:last-child {
        padding-right: 0;
    }

    .blog-sec-header {
        flex-wrap: wrap;
    }

    .blog-select-wpr select {

        background: url(images/drop-down-icon.svg) no-repeat calc(100% - 18px) center transparent;
        padding: 0 27px;
    }

    .blog-cards-top-part li {

        margin: 0 5px;
    }

    .bolg-items-row {

        justify-content: center;
    }

    .bold-text {
        font-size: 40px;
        margin-bottom: 15px;
    }

    /*---30.06.25---*/

    /* 10.7.25 */
    .woocommerce-account.woocommerce-page .col2-set {
        padding: 30px 12px;
    }

    .woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content {
        margin-top: 20px;
    }

    /* 10.7.25 */

    /* 17-jul-2025  */
    .pricing-white-box {
        padding: 0 40px 40px;
    }

    .cmn-top-gap {
    padding-top: 80px;
}

.cmn-gap {
    padding: 90px 0;
}
    /* 17-jul-2025  */
}

@media (max-width: 767px) {

    /* images alignment for wordpress content pages */
    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px;
    }

    body {

        font-size: 16px;

    }

    .subtitle {

        font-size: 14px;

        letter-spacing: 0.4em;

    }

    .cmn-btn {
        font-size: 16px;
        padding: 4px 7px 4px 20px;
    }

    .cmn-btn i {
        width: 42px;
        height: 42px;
        margin-left: 15px;
    }

    .banner-content ul li {
        font-size: 16px;
    }

    .banner-content .cmn-btn {
        margin-bottom: 15px;
    }

    .main-banner {
        padding: 10px 10px 0;
    }

    .main-banner-wpr {
        padding: 160px 0 60px;
    }

    .cmn-top-gap {
        padding-top: 60px;
    }

    .scroll-btn span {
        width: 92px;
        height: 92px;
    }

    @-webkit-keyframes slide1 {

        0%,
        100% {
            transform: translate(0, 0);
        }

        50% {
            transform: translate(0px, 4px);
        }
    }

    @keyframes slide1 {

        0%,
        100% {
            transform: translate(0, 0);
        }

        50% {
            transform: translate(0px, 4px);
        }
    }

    .scroll-btn {
        bottom: -40px;
        right: 20px;
    }

    .client-trust-card {

        width: 346px;

    }

    h2,
    .h2-title {
        font-size: 28px;
    }

    .client-trust-section .section-heading {
        max-width: 290px;
        margin: 0 auto 30px;
    }

    .workflow-top-number-wpr figure {
        width: 76px;
        height: 76px;
        padding: 20px;
    }

    .workflow-top-number-wpr span {
        top: 0;
        font-size: 75px;
        padding-right: 86px;
    }

    .workflow-top-number-wpr {

        margin-bottom: 12px;
    }

    .workflow-bottom-number-wpr h3 {
        margin-bottom: 15px;
    }

    .cmn-gap {
        padding: 60px 0;
    }

    .prbox {
        padding: 0px 0 0;
    }

    .pr-stamp h3 {

        font-size: 20px;
    }

    .pr-stamp {

        padding: 15px 60px 15px 15px;

    }

    .pricing-sub-desc h4 {

        font-size: 18px;
    }

    .pricing-feature h4 {

        font-size: 18px;

    }

    .prbox.active {

        padding: 25px 20px 20px;

    }

    .main-footer {

        padding: 40px 0 0;
    }

    .inr-banner {
        padding: 10px 10px 0;
    }

    .inr-banner .subtitle {

        font-size: 15px;

        letter-spacing: 0.3em;

    }

    .commitment-main-part.cmn-top-gap {
        padding-top: 40px;

    }

    .commitment-lt-col-wpr {

        border-radius: 10px;
    }

    .why-us-cont-col:nth-child(3) {
        width: 19.9%;
    }

    .why-us-lt-part {
        margin-bottom: 20px;
    }

    .cmn-sld-awr {
        width: 45px;
        height: 44px;
    }

    .right-sld-awr {
        right: -15px;
    }

    .left-sld-awr {
        left: -15px;
    }

    .team-text-part {
        padding: 20px 17px 25px;

    }

    .team-sec .section-heading {

        margin: 0 auto 30px;
    }

    .team-sec .section-heading h2 {
        margin: 0 0 17px 0;
    }

    .get-in-part {

        flex-wrap: wrap;
    }

    .get-lt-part {
        max-width: 100%;
        text-align: center;
    }

    .get-rt-part {
        width: 100%;
        margin-top: auto;
        padding-left: 0;
    }

    .get-img-part {

        margin-left: 0;
    }

    .circle-img {
        max-width: 100%;
        right: 0;
    }

    .blogs-card {
        width: 100%;
    }

    .blog-header-lt-part {
        width: 100%;
    }

    .blog-header-rt-part {
        width: 100%;
    }

    .blog-select-wpr select {
        background: url(images/drop-down-icon.svg) no-repeat calc(100% - 10px) center transparent;

    }

    .blog-sec-header {

        margin-bottom: 30px;
    }

    .blog-main-sec .section-heading {
        margin-bottom: 30px;
    }

    .bold-text {
        font-size: 40px;
        margin-bottom: 7px;
    }

    .why-us-rt-part li p {
        font-size: 13px;
    }

    .blogDetails h2 {
        font-size: 26px;
    }

    /* 17-jul-2025  */
    .top-ftr-clm1,
    .top-ftr-clm2,
    .top-ftr-clm3,
    .top-ftr-clm4 {
    width: 50%;
}

    /* 17-jul-2025  */
}

@media (max-width: 575px) {
    .main-banner {
        padding: 5px 5px 0;
    }

    .main-banner-wpr {

        border-radius: 20px;

    }

    .main-head {

        top: 0;
    }

    .main-banner-wpr {
        padding: 110px 0 45px;
    }

    .subtitle {
        letter-spacing: 0.25em;
    }

    h1,
    .h1-title {
        font-size: 30px;
    }

    .about-button-wpr {
        padding-top: 27px;
        margin-top: 20px;

    }

    .sponser-section .section-heading {
        margin-bottom: 40px;
    }

    .section-heading {
        margin-bottom: 40px;
    }

    .pricing-white-box {

        padding: 0 20px 20px;
    }

    .pricing-main-box.cmn-gap {
        padding: 50px 0 30px;
    }

    .pr-mp {

        right: -16px;
    }

    .pr-stamp {
        padding: 15px 75px 15px 15px;
    }

    /*---30.06.25---*/
    .inr-banner {
        padding: 5px 5px 0;
    }

    .team-slider-awr-wpr {
        position: relative;
        display: flex;
        align-items: center;
        text-align: center;
        margin: 25px auto 0;
        justify-content: center;
    }

    .cmn-sld-awr {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
    }

    .right-sld-awr {
        margin-left: 10px;
    }

    .team-text-part {
        padding: 15px 10px 17px;
    }

    .team-slider-items {
        padding: 0 10px;
    }

    .team-slider-wpr .slick-list {
        margin: 0 -12px;
    }

    .bolg-items-row {

        --bs-gutter-x: 24px;
    }

    .blog-sec-header {
        margin-bottom: 22px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .blog-header-lt-part {

        margin-bottom: 15px;
    }

    .blog-header-rt-part ul {
        width: 100%;
        margin-left: 0;

    }

    .blog-header-rt-part li {

        width: 50%;
    }

    .blog-header-rt-part {
        padding-left: 0;
    }

    .why-us-rt-part ul {
        /* margin-top: 15px; */
        flex-wrap: wrap;

        align-items: flex-start;
    }

    .why-us-cont-col:first-child,
    .why-us-cont-col:nth-child(2),
    .why-us-cont-col:nth-child(3) {
        width: 100%;
    }

    .why-us-cont-col:not(:last-child) {
        margin-bottom: 20px;
    }

    .bold-text {
        font-size: 35px;
        margin-bottom: 11px;
    }

    /*---30.06.25---*/
    .banner-content {
        font-size: 14px;
    }

    .banner-content h1 {
        max-width: 100%;
    }

    /* 17-jul-2025  */
    .blog-header-rt-part {
    padding: 20px 0 0 0;
}

.top-ftr-clm1, .top-ftr-clm2, .top-ftr-clm3, .top-ftr-clm4 {
    width: 100%;
}
    /* 17-jul-2025  */
}

@media (max-width: 479px) {
    .navbar-brand {
        width: 136px;
    }

    .client-trust-card {
        width: 290px;
        padding: 15px;
    }

    .cl-number span,
    .cl-yr span {
        font-size: 10px;
    }

    .cl-number strong,
    .cl-yr strong {
        font-size: 20px;
    }

    .cl-number {
        width: 86px;
        height: 70px;
    }

    .cl-yr {
        width: 83px;
        height: 75px;
    }

    .cl-off figure {
        width: 32px;
    }

    .cl-off-right strong {
        font-size: 16px;
    }

    .cl-off-right span {
        font-size: 10px;
    }

    .cl-off-right {
        width: calc(100% - 31px);
        padding-left: 7px;

    }


    .cl-off {
        width: 154px;
        height: 50px;
        padding: 7px;
    }

    .about-button-wpr {
        padding-top: 27px;
        margin-top: 20px;
        flex-direction: column-reverse;
    }

    .about-btn-wpr-right {

        padding-left: 0;
        margin-bottom: 15px;
    }

    .pr-stamp-icon {
        width: 30px;
        height: 30px;

        padding: 5px;
    }

    .pr-stamp h3 {
        font-size: 17px;
    }

    .prbox.active .pr-stamp {
        padding-right: 15px;
    }

    .pricing-feature li .tool-tip-part,
    .daily-tips-features li .tool-tip-part {
        right: auto;
        left: calc(100% + 23px);
    }

    .pricing-feature li .tool-tip-part::before,
    .daily-tips-features li .tool-tip-part::before {

        border-right: 20px solid var(--white);
        border-left: none;
        right: 100%;
        left: auto;
    }

    .pricing-feature li .tool-tip-part,
    .daily-tips-features li .tool-tip-part {
        right: 0;
        left: -70px;
        bottom: 31px;
        width: 180px;
    }

    .pricing-feature li .tool-tip-part::before,
    .daily-tips-features li .tool-tip-part::before {
        border-right: 20px solid var(--white);
        border-left: none;
        right: 0;
        left: 0;
        bottom: -18px;
        margin: auto;
        width: 18px;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-top: 10px solid #fff;
    }

    /*---30.06.25---*/


    /* .inr-banner-wpr {
        min-height: 350px;
        padding: 101px 0 74px;
        border-radius: 15px;
    } */
    .inr-banner-wpr {
        min-height: 240px;
        padding: 110px 0 14px;
        border-radius: 15px;
    }

    .commitment-row {

        --bs-gutter-y: 20px;
    }

    .bold-text {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .team-slider-box {

        border-radius: 10px;

    }

    .why-us-lt-part {
        margin-bottom: 25px;
    }

    .inr-banner .subtitle {
        font-size: 13px;
        letter-spacing: 0.2em;
    }

    .team-sec.cmn-top-gap {
        padding-top: 42px;
    }

    .get-lt-part {

        padding: 30px 0 10px;
    }

    .blogs-card,
    .blogs-card .blog-thumbnail,
    .blogs-card::before {
        border-radius: 10px;
    }

    .blogs-card {
        width: 100%;
    }

    .blog-select-wpr select {
        background: url(images/drop-down-icon.svg) no-repeat calc(100% - 7px) center transparent;
        border-radius: 10px;
        padding: 0 18px;
        height: 55px;
    }

    .search-wpr input[type="text"] {

        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;

        height: 55px;

    }

    .blog-cards-top-part li {

        margin: 0 4px;
        border-radius: 14px;
    }

    .blog-cards-top-part h3 {
        font-size: 23px;
    }

    .blog-cards-top-part {
        margin: 20px 0 15px;
    }

    /*---30.06.25---*/
    .cmn-btn i {
        width: 34px;
        height: 34px;
    }

    .newltr-flex {
        flex-wrap: wrap;
    }

    .nwsltr-form [type="email"] {
        height: 50px;
        font-size: 14px;
        border-radius: 100px;
        padding: 0 25px;
        width: 100%;
    }

    .nwsltr-form [type="submit"] {
        height: 50px;
        font-size: 15px;
        width: 100%;
        margin: 10px 0 0;
    }

    /* 10.7.25 */
    .woocommerce-account .inr-banner-wpr {
        min-height: 240px;
        padding: 110px 0 14px;
    }

    /* 10.7.25 */

    /* 17-jul-2025  */
    .blog-header-rt-part ul {
    flex-wrap: wrap;
}

.blog-header-rt-part li {
    width: 100%;
    padding: 0 0 20px 0;
}

.blog-header-lt-part {
    margin-bottom: 0;
}

.search-wpr:before {
    left: 12px;
    width: 14px;
    height: 14px;
}

.search-wpr input[type="text"] {
    padding: 0 38px;
}

.blog-header-rt-part li:last-child input[type="text"] {
    border-radius: 10px;
}
    /* 17-jul-2025  */

}

.clear-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 28px;
    cursor: pointer;
    user-select: none;
    display: none;
}