@font-face {
    font-family: 'Poppins';
    src: url('./fonts/poppins/Poppins-Thin.woff2') format('truetype');
    font-weight: 100;
    font-display: swap;
    font-style: normal;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
        U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
        U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/poppins/Poppins-ExtraLight.woff2') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
        U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
        U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/poppins/Poppins-Light.woff2') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
        U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
        U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/poppins/Poppins-Regular.woff2') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
        U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
        U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/poppins/Poppins-Medium.woff2') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
        U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
        U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/poppins/Poppins-SemiBold.woff2') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
        U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
        U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF;
}


@font-face {
    font-family: 'Poppins';
    src: url('./fonts/poppins/Poppins-Bold.woff2') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
        U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
        U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF;
}


@font-face {
    font-family: 'Poppins';
    src: url('./fonts/poppins/Poppins-ExtraBold.woff2') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
        U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
        U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/poppins/Poppins-Black.woff2') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
        U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
        U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF;
}

:root {
    --bg-gradient: linear-gradient(to right, #184D77, #264156);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    font-display: swap;
    color: #264156;
}




/* Commons  */
img{
    user-select: none;
    -webkit-user-drag: none;
    -moz-window-dragging: no-drag;
}

.bg-gradient-theme {
    background: var(--bg-gradient);
}

.bg-theme {
    background-color: #264156;
}

.bg-light-theme {
    background: #F4F8FF;
}

.section-title {
    font-size: 34px;
    color: #264156;
    font-weight: 700;
    text-align: center;
}

.section-description {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    color: #264156;
    line-height: 18px;
}

@media (max-width:768px) {
    .section-title {
        font-size: 24px;
    }
}






/* Nav  */

.nav-phone-link {
    font-size: 28px;
    font-weight: 600;
    color: #264156;
    text-decoration: none;
}

.nav-phone-link:hover {
    color: #586f80;
    text-decoration: none;
}

.nav-icon {
    width: 24px;
    height: auto;
    margin-right: 4px;
}

.db-logo {
    width: auto;
    max-width: 130px;
    height: auto;
}

@media (max-width:768px) {
    .db-logo {
        width: 100px;
    }

    .nav-icon {
        width: 18px;
    }

    .nav-phone-link {
        font-size: 20px;
    }
}


/* Nav  */




/* Banner Content  */

.hero-banner {
    position: relative;
    overflow: hidden;
}

.banner-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top left;
    z-index: 1;
}

.hero-model-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 500px;
    transform-origin: bottom;
}

@media (min-width:1100px) {
    .hero-model-img {
        transform: scale(0.95);
    }
}

.hero-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* justify-content: center; */
    padding: 1.5rem 0;
}

.banner-img {
    width: 100%;
    height: auto;
    max-width: 250px;
    margin: 10px 0;
}

.hero-title {
    font-weight: 300;
    font-size: 40px;
    color: #264156;
}

.hero-title span {
    font-weight: 700;
    font-size: 44px;
}

.hero-prime-span {
    display: block;
    color: #264156;
    font-size: 20px;
    margin: 0;
}

.hero-p {
    font-size: 18px;
    font-weight: 300;
    color: #264156;
    max-width: 80%;
}

.hero-p strong {
    font-weight: 600;
}

.hero-label {
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    padding: 4px 20px;
    background: #264156;
    color: white;
}

@media (max-width:1100px) and (min-width:992px) {
    .banner-img {
        width: 100%;
        height: auto;
        max-width: 200px;
    }

    .hero-title {
        font-size: 26px;
    }

    .hero-title span {
        font-size: 28px;
    }
    .hero-p {
        font-size: 14px;
    }
    .hero-label{
        font-size: 20px;
    }
}


@media (max-width:992px) {
    .hero-content {
        align-items: center;
        text-align: center;
    }

    .hero-prime-span {
        position: relative;
        font-size: 18px;
    }

    .hero-prime-span::before,
    .hero-prime-span::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 1px;
        width: 50%;
        background: #264156;
    }

    .hero-prime-span::before {
        left: -55%;
    }

    .hero-prime-span::after {
        right: -55%;
    }

    .banner-img {
        max-width: 200px;
    }

    .hero-title {
        font-size: 24px;
    }

    .hero-title span {
        font-size: 28px;
    }

    .hero-p {
        font-size: 13px;
        max-width: 100%;
    }

    .hero-label {
        font-size: 20px;
    }

}

/* Banner Content  */


/* Banner Points  */
.banner-points-bg {
    color: white;
    text-align: center;
    padding: 1rem 0;
}

.banner-points-bg h2 {
    font-size: 34px;
    line-height: 35px;
    font-weight: 700;
}

.banner-points-bg h3 {
    font-size: 14px;
    font-weight: 400;
    /* white-space: nowrap; */
}

.banner-points-bg .bordered {
    border-right: 1px solid #ffffff54;
}

@media (max-width:760px) {
    .banner-points-bg .bordered:nth-child(3) {
        border-right: none;
    }

    .banner-points-bg .col-4 {
        margin: 15px 0;
    }

    .banner-points-bg h2 {
        font-size: 20px;
        line-height: 22px;
    }

    .banner-points-bg h3 {
        font-size: 10px;
    }
}

/* Banner Points  */



/* Form  */


/* Form Section  */
.form-banner-control {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
}

@media (max-width:992px) {
    .form-banner-control::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 500%;
        height: 100%;
        background: #ffffff;
        transform: translateX(-50%);
    }
}


.form-container {
    padding: 0;
    border-radius: 14px;
    overflow: hidden;
    background: white;
    max-width: 550px;
    margin: auto;
    box-shadow: 0 0 20px rgb(218, 218, 218);
}

.form-review-lable {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 14px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    background-color: #013B62;
    padding: 14px 6px;
    white-space: nowrap;
}

.form-elem {
    padding: 20px;
}

.form-elem legend {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    /* white-space: nowrap; */
}

.form-elem .form-group label {
    margin: 0;
    font-size: 14px;
}

.form-elem .form-group .form-control {
    background: #f5f5f5;
    border: 1px solid rgb(220 220 220);
}

.sm-label {
    font-size: 12px !important;
}

.sm-label a {
    color: inherit;
    text-decoration: none;
}

.sm-label a:hover {
    text-decoration: underline;
}

.btn-aqua {
    background-color: #264156;
    color: white;
    font-weight: 600;
}

.btn-aqua:hover {
    color: white;
    background-color: #1f3a4e;
}

.form-google-img {
    max-width: 25px;
    height: auto;
}

.form-stars-img {
    max-width: 100px;
    height: auto;
}


@media (min-width:1100px) {
    .form-section {
        padding: 0 !important;
        height: 0;
    }
}

@media (max-width:768px) {
    .form-review-lable {
        font-size: 14px;
    }

    .form-elem legend {
        font-size: 12px;
    }
}

/* Form Section  */



.contactFormHolder {
    background: white;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid lightgray;
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.panel-body {
    padding: 0 14px;
}

.panel-legend {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    margin-top: 14px;
}

.contactFormHolder .form-group .form-control {
    background: #f5f5f5;
    border: 1px solid rgb(220 220 220);
}

.contactFormHolder .form-group select,
.contactFormHolder .form-group input[type="date"] {
    background: white !important;
    border: 1px solid rgb(220 220 220) !important;
}

.contactFormHolder .form-group label {
    margin: 0;
    font-size: 14px;
}

.sm-label {
    font-size: 10px !important;
}

.sm-label a {
    color: inherit;
    text-decoration: none;
}

.sm-label a:hover {
    text-decoration: underline;
}

.error {
    font-size: 12px !important;
    color: red !important;
}

.select2-container {
    width: 100% !important;
    height: 35px !important;
    line-height: 35px !important;

}

.contactFormHolder select {
    font-size: 14px !important;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100% !important;
    height: 35px !important;
    line-height: 35px !important;
    font-size: 14px !important;
}

.select2-results__option {
    font-size: 14px !important;
    padding: 0 10px !important;
}


/* Form  */



/* Powered  */
.powered-box-blue {
    width: calc(100%-25px);
    max-width: 650px;
    margin: auto;
    text-align: center;
    color: white;
    padding: 8px 16px;
    font-size: 24px;
    font-weight: 500;
    background: linear-gradient(to left, #5582A9, #254258 60%);
}


.trixo-img {
    width: 100%;
    height: auto;
}

.trixo-box-control {
    width: 100%;
    max-width: 650px;
    margin: auto;
    margin-top: 1rem;
    position: relative;
}

.trixo-points {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 340px;
    padding: 18px;
    z-index: 10;
    color: #264156;
}

.trixo-points.point-one {
    top: 17%;
    left: -22%;
    border: 1px solid #264156;
    border-bottom-width: 0;
    border-right-width: 0;
    border-top-left-radius: 8px;
}

.trixo-points.point-two {
    top: 58%;
    left: -40.5%;
    border: 1px solid #264156;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-left-radius: 8px;
}

.trixo-points.point-three {
    top: 33%;
    left: 90%;
    border: 1px solid #264156;
    border-top-width: 0;
    border-left-width: 0;
    border-bottom-right-radius: 8px;
}


.trixo-point-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}

@media (min-width:1200px) {
    .trixo-points.point-two .trixo-point-title {
        white-space: nowrap;
    }
}

.trixo-point-sub {
    font-size: 20px;
    font-weight: 400;
    line-height: 21px;
}

.trixo-point-p {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}


@media (max-width:1200px) and (min-width:800px) {
    .trixo-points {
        max-width: 220px;
        padding: 12px;
    }

    .trixo-point-title {
        font-size: 17px;
        line-height: 19px;
    }

    .trixo-point-sub {
        font-size: 17px;
        line-height: 19px;
    }

    .trixo-point-p {
        font-size: 10px;
    }

    .trixo-points.point-two {
        top: 56%;
        left: -22.5%;
    }

    .trixo-points.point-one {
        top: 17%;
        left: -4%;
    }

}


@media (max-width:800px) {
    .trixo-points {
        position: static;
        max-width: 100%;
        border: none !important;
        padding: 14px 0;
    }

    .trixo-point-p {
        font-size: 15px;
    }

    .powered-box-blue {
        font-size: 18px;
    }
}

/* Powered  */


/* Mechanism Section  */
.flux-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1px;
}

.flux-item {
    padding: 1rem;
    position: relative;
    flex: 1;
    height: 550px;
    transition: all 0.9s ease;
    overflow: hidden;
}

.flux-item:hover , .flux-item.active {
    padding: 2rem 1rem;
    flex: 2.2;
}

.flux-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    opacity: 0;
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgb(133 133 133 / 22%) 63%, rgb(0 0 0 / 16%) 100%);
    transform: translateX(20px);
    transition: opacity 0.9s ease;
}

.flux-item:hover::after, .flux-item.active::after {
    opacity: 1;
}


.flux-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.flux-title {
    font-size: 14px;
    font-weight: 600;
    transition: all 0.9s ease;
    margin-bottom: 18px;
}

.flux-item:hover .flux-title , .flux-item.active .flux-title {
    font-size: 26px;
    font-weight: 700;
}

.flux-content{
    position: relative;
    width: 100%;
}

.flux-subtitle {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    opacity: 0;
    transition: all 0.5s ease;
    transform-origin: left;
}

@media (min-width:992px){
    .flux-subtitle{
        position: absolute;
        width: 300px;
    }
}

.flux-subtitle::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #264156;
}

.flux-item:hover .flux-subtitle , .flux-item.active .flux-subtitle {
    opacity: 1;
    font-size: 16px;
}

@media (max-width:768px) {
    .flux-container {
        display: block;
    }

    .flux-item {
        height: 120px;
        flex: auto;
    }

    .flux-item::after {
        bottom: 0;
        top: unset;
        height: 60px;
        left: 0;
        background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, rgb(133 133 133 / 22%) 63%, rgb(0 0 0 / 22%) 100%);
        width: 100%;
        transform: translateX(0) translateY(1px);
    }

    .flux-item:hover, .flux-item.active{
        height: 230px;
        flex: auto;
    }

    .flux-title {
        font-size: 20px;
    }
}


/* Mechanism Section  */



/* Before After Section  */
.ba-slide-item {
    position: relative;
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 10px 15px #d9d9d9;
    overflow: hidden;
    padding: 0;
    max-width: 450px;
    background: white;
}

.ba-img-control {
    display: block;
}

.ba-img-control img {
    width: 100%;
    height: auto;
}

.points-control {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2px 0;
}

.ba-slide-item h3 {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}

.ba-slide-item h4 {
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    text-align: center;
}

.ba-slide-item p {
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}

.ba-text-content {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
}

#beforeAfterSlider .splide__list {
    padding: 22px 0 !important;
}



@media (min-width:992px) {
    .ba-arrow-control img {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 45px;
        height: 45px;
        margin: auto;
        cursor: pointer;
    }

    .ba-arrow-control img:nth-child(1) {
        left: -25px;
    }

    .ba-arrow-control img:nth-child(2) {
        right: -25px;
    }
}

@media (max-width:992px) {
    .ba-arrow-control {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        gap: 8px;
        margin-top: 14px;
    }
}

/* Before After Section  */



/* Trixo Scalp  */
.bg-trixo-scalp {
    /* height: 90vh; */
    background-image: url('/themes/drbatra/images/treatment-images/hairgain-treat/5-TriXo-Scalp/trixo_complex_works.webp');
    background-size: cover;
    background-position: bottom right;
    padding-bottom: 8vh;
}

@media (max-width:680px) {
    .bg-trixo-scalp {
        background-image: url('/themes/drbatra/images/treatment-images/hairgain-treat/5-TriXo-Scalp/trixo-bg-mobile.webp');
        background-position: bottom center;
        padding-bottom: 32vh !important;
    }
}

.trixo-title-anim {
    opacity: 0;
    transform: translateY(-100px);
}

.trixo-title-anim.active {
    animation: titleAnimation 0.9s ease forwards 1s;
}

@keyframes titleAnimation {
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.step-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 14px;
}

.step-num {
    width: 30px;
    height: 30px;
    aspect-ratio: 2/2;
    background: transparent;
    border: 1px solid black;
    color: black;
    border-radius: 80px;
    text-align: center;
    line-height: 29px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.5s ease;
}

.step-item.active .step-num {
    background: #264156;
    border: 1px solid #264156;
    color: white;
}

.step-line {
    position: relative;
    height: calc(100% - 30px);
    width: 2px;
    background: #5050506c;
    margin: auto;
}

.step-line::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #264156;
}

.step-item.active .step-line::after {
    animation: lineAnim 4s linear forwards;
}

@keyframes lineAnim {
    100% {
        height: 100%;
    }
}

.step-title {
    font-size: 24px;
    font-weight: 700;
}

.step-content {
    font-size: 16px;
}

.step-content-box {
    padding-bottom: 1.2rem;
    opacity: 0.6;
    transition: all 0.5s ease;
}

.step-item.active .step-content-box {
    opacity: 1;
}


@media (max-width:650px) {
    .step-content {
        margin: 0;
    }

}

/* Trixo Scalp  */



/* table  */

.table-theme {
    width: auto;
    min-width: 100%;
}

.table-theme td,
.table-theme th {
    outline: 1px solid lightgrey;
    background: white;
    padding: 14px;
}

.table-theme thead tr {
    color: white;
}

.table-theme th {
    font-size: 16px;
    font-weight: 600;
    background: #264156;
    /* min-width: 250px; */
}

.table-theme td {
    font-size: 14px;
    font-weight: 400;
}

.table-theme td img {
    display: block;
    margin: auto;
}

.table-theme {
    border-radius: 14px;
    border: none;
}

.table-theme thead tr th:first-child {
    border-top-left-radius: 14px;
}

.table-theme thead tr th:last-child {
    border-top-right-radius: 14px;
}

.table-theme tbody tr:last-child td:first-child {
    border-bottom-left-radius: 14px;
}

.table-theme tbody tr:last-child td:last-child {
    border-bottom-right-radius: 14px;
}

.table-theme tbody tr td:first-child {
    background-color: #F5F7FA;
}

.table-cell-centered {
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
}


/* table  */


/* Compare  */
.compare-subhead {
    font-size: 22px;
    font-weight: 500;
}

.container-rounded {
    max-width: 1300px;
    margin: auto;
    border-radius: 1.8rem;
}

@media (max-width:650px) {
    .compare-subhead {
        font-size: 15px;
        font-weight: 700;
    }
}

/* Compare  */


/* Hair gain  */
.bg-hairgain {
    background-image: url(/themes/drbatra/images/treatment-images/hairgain-treat/6-Batras-HairGain/BG.webp);
    background-position: top right;
    background-size: cover;
}

.hairgain-img-container {
    max-width: 800px;
    margin: auto;
    margin-top: 1.8rem;
    position: relative;
}


.gain-box {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 250px;
    gap: 0.4rem;
    color: white;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
}

.gain-content-control {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
}

.gain-content-control img {
    width: 20px;
    height: auto;
}

.gain-box-control {
    width: 2px;
    position: relative;
    height: 50px;
}

.gain-content-control p {
    margin: 0;
}

.gain-point-box {
    position: absolute;
    border: 1px solid white;
}

.gain-point-box .gain-point {
    position: absolute;
    height: 8px;
    width: 8px;
    background: white;
    border-radius: 100px;
}

/* First Box  */
.box-one.gain-box {
    top: 3.5%;
    left: 39%;
}

.box-one .gain-point-box {
    right: 0;
    top: 0;
    width: 38px;
    height: 35px;
    border-top: 0;
    border-left: 0;
}

.box-one .gain-point-box .gain-point {
    bottom: -5px;
    left: -5px;
}


/* Second Box  */
.box-two.gain-box {
    top: 15%;
    left: 18%;
}

.box-two .gain-point-box {
    right: 0;
    top: 0;
    width: 0;
    height: 37px;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
}

.box-two .gain-point-box .gain-point {
    bottom: -5px;
    left: -4px;
}

/* Third Box  */
.box-three.gain-box {
    top: 35%;
    left: 9.5%;
}

.box-three .gain-point-box {
    left: 0;
    top: 0;
    width: 174px;
    height: 38px;
    border-top: 0;
    border-right: 0;
}

.box-three .gain-point-box .gain-point {
    bottom: -5px;
    right: -4px;
}


/* Fourth Box  */
.box-four.gain-box {
    top: 56%;
    left: 12%;
}

.box-four .gain-point-box {
    right: 0;
    top: 0;
    width: 0;
    height: 37px;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
}

.box-four .gain-point-box .gain-point {
    bottom: -5px;
    left: -4px;
}


/* Fifth Box  */
.box-five.gain-box {
    top: 18%;
    left: 51%;
}

.box-five .gain-point-box {
    right: 0;
    top: 0;
    width: 130px;
    height: 44px;
    border-top: 0;
    border-left: 0;
}

.box-five .gain-point-box .gain-point {
    bottom: -5px;
    left: -5px;
}



/* Sixth Box  */
.box-six.gain-box {
    top: 35%;
    left: 58%;
}

.box-six .gain-point-box {
    right: 0;
    top: 0;
    width: 0;
    height: 34px;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
}

.box-six .gain-point-box .gain-point {
    bottom: -5px;
    left: -4px;
}




/* Fifth Box  */
.box-seven.gain-box {
    top: 55%;
    left: 53%;
}

.box-seven .gain-point-box {
    right: 0;
    top: 0;
    width: 130px;
    height: 44px;
    border-top: 0;
    border-left: 0;
}

.box-seven .gain-point-box .gain-point {
    bottom: -5px;
    left: -5px;
}

@media (max-width:680px) {
    .gain-box {
        max-width: 140px;
        font-size: 10px;
        line-height: 12px;
        gap: 0;
        transform: scale(0.85);
    }

    .gain-content-control img {
        width: 14px;
        height: auto;
    }

    .gain-content-control {
        gap: 0.2rem;
    }

    .box-two.gain-box {
        top: 13%;
        left: 13%;
    }

    .box-three.gain-box {
        top: 34%;
        left: 1.5%;
    }

    .box-three .gain-point-box {
        width: 98px;
        height: 22px;
    }

    .box-four.gain-box {
        top: 58%;
        left: 5%;
    }

    .box-five.gain-box {
        top: 19%;
        left: 49%;
    }

    .box-five .gain-point-box {
        width: 89px;
        height: 25px;
    }

    .box-seven.gain-box {
        top: 57%;
        left: 48%;
    }

    .box-seven .gain-point-box {
        width: 67px;
        height: 24px;
    }

    .gain-point-box {
        height: 18px !important;
    }
}

/* Hair gain  */

.journey-section-box {
    position: relative;
    width: 100%;
}

.journey-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 3px;
    border-radius: 100px;
    background-color: #264156;
}


.journey-item {
    position: relative;
    width: calc(50% + 14px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 4rem;
    align-items: center;
}

@media (min-width:992px) {

    .journey-item:nth-child(odd) {
        flex-direction: row-reverse;
    }

    .journey-item:nth-child(even) {
        margin-left: auto;
    }

}


.journey-item::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    background: #D3DFF5;
}


.journey-icon {
    height: 28px;
    min-width: 28px;
    width: 32px;
    padding: 0;
    border-radius: 150px;
    overflow: hidden;
    box-shadow: 0 0 11px 0px #9b9b9b;
}

.journey-icon img {
    width: 100%;
    height: auto;
}

.journey-content-box {
    background: #f6f9fd;
    padding: 16px;
    border-radius: 12px;
    width: 100%;
    box-shadow: 0px 4px 8px #00000024;
}

.journey-title-container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.journey-num {
    width: 35px;
    height: 35px;
    background-color: #264156;
    border-radius: 0;
    color: white;
    line-height: 35px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.journey-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.journey-content {
    font-size: 16px;
    margin-top: 8px;
}


@media (max-width:992px) {
    .journey-item {
        width: 100%;
        gap: 1.5rem;
        margin: 18px 0;
    }

    .journey-line {
        top: 0;
        right: unset;
        left: 12px;
    }
}

@media (max-width:680px) {
    .journey-num {
        display: none;
    }

    .journey-title {
        font-size: 18px;
    }

    .journey-content {
        font-size: 13px;
    }
}

/* Journey  */



/* CTA  */
.bg-cta {
    background-image: url('/themes/drbatra/images/treatment-images/hairgain-treat/6-Batras-HairGain/BG.webp');
    background-size: cover;
    background-position: bottom right;
}

.cta-title {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}

@media (max-width:768px) {}

/* CTA  */



/* Footer  */
footer {
    margin: 0;
    color: white;
    padding: 14px 24px;
}

footer p {
    margin-bottom: 0;
}

.footer-p-lg {
    font-size: 14px;
}

.footer-p-sm {
    font-size: 8px;
    opacity: 0.8;
    text-align: right;
}


@media (max-width:768px) {
    .footer-p-sm {
        text-align: left;
        margin-top: 14px;
        font-size: 10px;
    }

    footer {
        margin-bottom: 60px;
    }
}

/* Footer  */




/* Pop up  */

.open-btn-cls-new {
    background-color: #e70e24;
    color: #fff;
    font-size: 20px;
    width: 100%;
    text-decoration: none;
    padding: 20px 0;
    height: 60px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px
}

.open-button {
    background-color: #1b75ab;
    color: #fff;
    padding: 10px 12px;
    border: none;
    cursor: pointer;
    position: fixed;
    bottom: 65px;
    right: 19px;
    width: 250px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px
}

.chat-popup {
    width: 320px;
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 9
}


@media (max-width:768px) {
    .open-button {
        height: 60px;
        background-color: #1b75ab;
        color: #fff;
        padding: 10px 20px;
        border: none;
        cursor: pointer;
        position: fixed;
        bottom: 0;
        right: auto;
        left: 0;
        width: 50%;
        font-weight: 600;
        line-height: 18px;
        text-transform: uppercase;
    }

    .open-btn-cls-new:hover {
        font-weight: 600;
        text-decoration: none;
        color: #fff
    }

    .chat-popup {
        width: 92%;
        display: none;
        position: fixed;
        bottom: 0;
        left: 15px;
        right: 15px;
        z-index: 9
    }
}
