@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Outfit:wght@300;400;500;600;700&family=Syne:wght@500;700&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-size: 16px;
    line-height: 26px;
    color: 000;
    font-family: "Outfit", sans-serif;
}
.container {
    max-width: 1374px;
} /* header section styling start */
.header-con {
    z-index: 99;
    top: 0px;
    position: absolute;
}

span.menu-arrow {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
.menu--dropdown--box {
    background: #fff;
    width: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    z-index: 1000;
    padding: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s 
ease;
    overflow: hidden;
}
.menu--dropdown--box-inner ul li a {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.header-con .navbar-light .navbar-nav .nav-item:hover .menu--dropdown--box{
  opacity: 1;
  visibility: visible;
}
.menu--dropdown--box-inner {
    display: flex
;
    justify-content: space-between;
}
.menu--dropdown--inner-sub-box {
    flex: 0 0 30%;
    background: #071890;
    padding: 30px;
}
.menu--dropdown--inner-sub-box-rigt h3 {
    font-size: 22px;
    color: #fff;
}
.menu--dropdown--inner-sub-box-rigt a {
    color: #fff;
    display: block;
    margin: 10px 0;
    font-size: 16px;
    line-height: 20px;
}
.menu--dropdown--inner-sub-box-rigt-btm {
    height: 57px;
    width: 100%;
    border-top: 1px solid #fff;
}
.menu--dropdown--inner-sub-box-rigt {
    height: 260px;
    overflow: overlay;
}
.menu--dropdown--box-inner .menu--dropdown--box-inner--ul {
  
    flex: 0 0 70%;
    padding: 30px;
}
ul.headerSubmenuProduct {
    display: flex;
    list-style: none;
    gap: 3px;
    margin: 7px 0 15px;
    flex-wrap: wrap;
}
.menu--dropdown--box-inner--ul ul li {
    flex: 0 0 31%;
}
ul.headerSubmenuProduct li {
    flex: 0 0 100% !important;
}
.question-block input {
    max-width: 100px;
    width: 100%;
    height: 50px;
    border: 1px solid #cccccc;
    border-radius: 3px;
        padding-left: 10px;
}
.quality-adjust img {
    max-height: 25px;
    cursor: pointer;
}
ul.headerSubmenuProduct  li a{
font-size: 15px !important;
font-weight: 400 !important;
color: #000;
opacity: .7;
}
.menu--dropdown--box-inner .menu--dropdown--box-inner--ul > ul {
    display: flex
;
    gap: 30px;
    flex-wrap: wrap;
    list-style: none;
    height: 230px;
    overflow: overlay;
}
.meni-btm-process > div figure i {
    font-size: 25px;
}
.meni-btm-process {
    display: flex
;
    justify-content: space-between;
    gap: 0px;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    padding: 20px 0 0;
    margin: 30px 0 0;
}
.meni-btm-process > div {
    display: flex
;
    justify-content: center;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    flex: 0 0 33%;
    width: 33%;
    padding: 0 25px;
}
.meni-btm-process > div:before{
    position: absolute;
    content: '';
    left: 0;
    top:0;
    height: 100%;
    width: 1px;
    background-color: #ccc;
} 
.meni-btm-process > div:first-child:before{
    width: 0;
}
.meni-btm-process > div span {
    font-size: 15px;
    flex: 0 0 80%;
    line-height: 18px;
}
.meni-btm-process > div figure {
    margin: 0;
}
.menu--dropdown--box-inner .menu--dropdown--box-inner--ul > li {
    flex: 0 0 31%;


}
.header-con .navbar-light .navbar-nav .nav-link {
    color: var(--white-color);
        font-size: 18px;
}
.header-con .navbar-light .navbar-nav .nav-item::after {
    content: "";
    background: var(--white-color);
    width: 0;
    height: 0px;
    position: absolute;
    left: 0;
    bottom: -4px;
    transition: 0.4s ease-in-out;
}
.header-con .navbar-light .navbar-nav .nav-item:hover::after {
    width: 100%;
}
.header-con .navbar-light .navbar-nav .nav-item.dropdown::after {
    display: none;
}
.header-con .navbar-light .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 26px;
    padding: 0;
    margin: 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    padding: 8px 20px;
}
.header-con .navbar-expand-lg .navbar-nav {
    gap: 48px;
}
.phone span {
    font-size: 18px;
    margin-bottom: 5px;
    color: var(--white-color);
}
.phone a {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
    color: var(--white-color);
}

.phone-txt {
    padding-left: 18px;
}
.search-field {
    padding-right: 25px;
    margin-right: 25px;
    line-height: 20px;
    display: inline-block;
    border-right: 1px solid rgb(255 255 255 / 30%);
}
.phone figure i {
    color: #fff !important;
}
.header-con .navbar-expand-lg .navbar-nav {
    gap: 30px;
    margin-right: 40px;
}
.header-con .dropdown-item:focus,
.header-con .dropdown-item:hover {
    color: var(--white-color);
    text-decoration: none;
    background-color: var(--accent);
} /* header section styling end */ /* banner section styling start */
.banner-con {
    padding-top: 147px;
    background: var(--secondary--color) url(../images/images-graphic-img.png) no-repeat;
    background-size: cover;
}
.banner-inner-con {
    display: grid;
    grid-template-columns: 40% 60%;
}
.banner-title {
    padding-top: 110px;
}
.banner-title h1 {
    margin-bottom: 19px;
}
.banner-title p {
    font-size: 20px;
    color: #d4dffb;
    line-height: 35px;
    margin-bottom: 34px;
    padding-right: 100px;
}
.banner-btn a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: var(--white-color);
    transition: 0.4s ease-in-out;
}
.banner-btn a:hover {
    transform: translateY(-8px);
}
.banner-btn a:hover figure {
    background: var(--white-color);
}
.banner-btn a:hover figure img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(65%) saturate(5340%) hue-rotate(236deg) brightness(96%)
        contrast(104%);
}
.banner-btn figure {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1px solid var(--white-color);
}
.banner-btn {
    gap: 17px;
    transition: 0.3s ease-in-out;
}
.banner-details > figure {
    margin-left: -180px;
}
.banner-details-txt p {
    font-size: 20px;
    line-height: 31px;
    position: relative;
    margin-bottom: 49px;
    color: var(--white-color);
    width: 97%;
    margin-left: -28px;
}
.banner-details-txt {
    right: 0;
    width: 55%;
    position: absolute;
}
.banner-details-txt p:after {
    top: 50%;
    width: 3px;
    left: -21px;
    content: "";
    height: 80px;
    position: absolute;
    transform: translateY(-50%);
    background: var(--white-color);
}
.banner-details-txt {
    position: absolute;
    top: 149px;
}
.banner-static-box ul li figure {
    width: 77px;
    height: 77px;
    border-radius: 50%;
    background: rgb(0 0 0 / 10%);
}
.static-value {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 8px;
    color: var(--white-color);
    font-family: "Montserrat", sans-serif;
}
.banner-static-txt span {
    font-size: 16px;
    color: #d4dffb;
}
.banner-static-txt span:nth-child(2) {
    font-size: 18px;
    font-weight: 600;
    color: var(--white-color);
}
.banner-static-box ul li {
    gap: 20px;
    margin-bottom: 50px;
}
.banner-static-box ul li:last-child {
    margin-bottom: 0;
}
.client-review {
    top: 56%;
    gap: 15px;
    padding: 14px 56px 14px 14px;
    position: absolute;
    border-radius: 37px;
    transform: translateY(-50%);
    background: rgb(255 255 255 / 92%);
    left: 31%;
    box-shadow: 13px 13px 35px 9px rgb(0 0 0 / 8%);
}
.review-img figure {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid var(--white-color);
}
.review-img img {
    border-radius: 50%;
    width: 100%;
    object-fit: cover;
}
.review-img figure:nth-child(2),
.review-img figure:last-child {
    margin-left: -20px;
}
.review-txt span:first-child {
    font-size: 22px;
    color: #fbab00;
    font-weight: 700;
    line-height: 22px;
}
.review-txt span:last-child {
    font-size: 13px;
    color: var(--primary--color);
    line-height: 13px;
}
.review-txt figure {
    margin-left: 3px;
}
.banner-inner-box:after {
    content: "";
    bottom: 0;
    right: -110px;
    width: 216px;
    height: 254px;
    position: absolute;
    background: url(../images/images-apple-shape-img.png) no-repeat;
}
.banner-inner-box:before {
    content: "";
    bottom: 0;
    left: -110px;
    width: 330px;
    height: 183px;
    position: absolute;
    background: url(../images/images-box-shape-img1.png) no-repeat;
}
.banner-con:after {
    content: "";
    top: 0;
    right: 0;
    width: 130px;
    height: 120px;
    position: absolute;
    background: url(../images/images-double-shape-img2.png) no-repeat;
} /* banner section styling end */ /* service section styling start */
.service-box {
    gap: 30px;
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
}
.service-box-content span {
    margin-bottom: 10px;
}
.service-box-content h2 {
    margin-bottom: 17px;
}
.service-box-item {
    border-radius: 10px;
    padding: 44px 32px 26px 36px;
    background: var(--white-color);
    border: 1px solid transparent;
    box-shadow: 2px 2px 52px 6px rgb(36 63 250 / 4%);
}
.service-box-item figure {
    height: 73px;
    margin-bottom: 20px;
}
.service-box-item figure img {
    height: 100%;
}
.service-box-item h4 a {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
.service-box-item:hover {
    border-color: var(--accent);
    box-shadow: 2px 2px 52px 6px rgb(36 63 250 / 13%);
}
.service-box-item h4 {
    margin-bottom: 10px;
}
.service-box-item p {
    margin-bottom: 15px;
}
.service-box-item a {
    font-size: 15px;
    font-weight: 500;
    color: var(--accent);
    text-decoration: none;
    display: inline-block;
}
.service-provide-box {
    gap: 15px;
    width: 211.6%;
    display: grid;
    align-items: center;
    grid-template-columns: 48% 48%;
    background: #0f2349;
    border-radius: 10px;
    overflow: hidden;
    padding-left: 30px;
}
.service-provide-img figure img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin-left: auto;
    object-fit: cover;
}
.service-provide-img {
    margin-left: auto;
}
.service-provide-title h3 {
    margin-bottom: 5px;
    color: var(--white-color);
    font-size: 24px;
    margin-bottom: 15px;
}
.service-provide-title p {
    line-height: 25px;
    color: #c5ccd8;
    margin-bottom: 17px;
}
.service-provide-title a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: var(--white-color);
    transition: 0.4s ease-in-out;
}
.service-provide-title a:hover {
    transform: translateY(-8px);
}
.provide-arrow figure {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--accent);
    margin-left: 11px;
}
.service-box-item a i {
    top: 1px;
    position: relative;
    margin-left: 3px;
}
.about-con {
    overflow: hidden;
    background: #f6f9ff;
}
.design-img:before {
    left: -363px;
    bottom: -161px;
    width: 770px;
    height: 848px;
    content: "";
    position: absolute;
    background: url(../images/images-design-lft-img.png) no-repeat;
}
.design-img:after {
    right: -297px;
    top: -53px;
    width: 577px;
    height: 635px;
    content: "";
    position: absolute;
    background: url(../images/images-design-rt-img.png) no-repeat;
} /* service section styling start */ /* lightbox styling start */
#fade1 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 1001;
    display: none;
    position: fixed;
    filter: alpha(opacity=80);
    background-color: black;
}
#fade2 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 1001;
    display: none;
    position: fixed;
    filter: alpha(opacity=80);
    background-color: black;
}
#light iframe {
    width: 100%;
    height: 500px;
}
#light2,
#light {
    top: 70%;
    left: 50%;
    display: none;
    z-index: 1002;
    position: absolute;
    margin-top: -180px;
    transform: translate(-50%, -50%);
}
#light {
    width: 50%;
}
#light2 {
    width: 58%;
}
#light2 iframe {
    width: 100%;
    height: 500px;
}
.index3-poster {
    position: absolute;
    left: 10%;
}
.index3-video-wrap {
    left: 50%;
    top: 42%;
    height: 56px;
    width: 53px;
}
#boxclose {
    top: -10px;
    width: 40px;
    right: -10px;
    height: 40px;
    padding: 7px 10px 10px;
    display: flex;
    align-items: center;
    z-index: 1002;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    position: absolute;
    border-radius: 50%;
    justify-content: center;
    color: var(--white-color);
    background: var(--accent);
}
.boxclose:before {
    content: "×";
}
#fade1:hover ~ #boxclose {
    display: none;
}
.test:hover ~ .test2 {
    display: none;
} /* lightbox styling end */ /* video section styling start */
.index1-poster {
    width: 296px;
    height: 266px;
    object-fit: cover;
    border-radius: 10px;
}
.vedio-sub-img {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.video-wrap {
    width: 64px;
    display: flex;
    height: 64px;
    z-index: 1;
    position: relative;
    background: var(--white-color);
    border-radius: 50%;
    align-items: center;
    outline-offset: 10px;
    justify-content: center;
}
.btn-outer a {
    display: inline-block;
}
.btn-outer {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 168px;
    height: 168px;
    background: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.btn-outer::after {
    content: "";
    background: url(../images/images-rotate-txt.png) no-repeat center;
    width: 168px;
    height: 168px;
    position: absolute;
    left: 0;
    top: 0;
}
.about-box {
    gap: 60px;
    display: grid;
    align-items: center;
    grid-template-columns: 53% 44%;
}
.vedio-sub-img img:nth-child(2) {
    width: 295px;
    height: 455px;
}
.vedio-sub-img img:last-child {
    margin-top: -249px;
}
.about-box-title {
    position: relative;
    z-index: 2;
}
.about-box-title span {
    margin-bottom: 10px;
}
.about-box-title h2 {
    margin-bottom: 26px;
}
.about-box-title p {
    margin-bottom: 28px;
}
.about-box-title .generic-list {
    display: grid;
    margin-bottom: 32px;
    grid-template-columns: 52.5% 47%;
}
.generic-list ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 29px;
    color: var(--primary--color);
}
.generic-list ul li:after {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: 900;
    left: 0;
    top: 0;
    color: var(--secondary--color);
}
.generic-btn a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    color: var(--secondary--color);
}
.generic-btn {
    gap: 19px;
    display: flex;
    align-items: center;
}
.generic-btn a figure {
    width: 65px;
    height: 65px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--secondary--color);
}
.generic-btn a:hover {
    transform: translateY(-8px);
}
.generic-btn a:hover figure {
    background: var(--accent);
    border-color: var(--accent);
}
.generic-btn a:hover figure img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(81deg) brightness(105%)
        contrast(104%);
}
.vedio-sub-img img:nth-child(2) {
    margin-top: 60px;
} /* video section styling end */ /* contact section styling start */
.contact-con {
    background: url(../images/images-form-bg-img2.jpg) no-repeat;
    background-size: cover;
}
.contact-con:after {
    top: 0;
    right: 0;
    width: 54.66%;
    height: 100%;
    content: "";
    position: absolute;
    background: url(../images/images-form-bg-img.jpg) no-repeat;
    background-size: cover;
}
.contact-con:before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background: rgb(15 35 73 / 95%);
}
.contact-form {
    position: relative;
    z-index: 1;
}
.contact-form {
    background: #243ffa;
    border-radius: 10px;
    width: 59%;
    padding: 75px 63px 76px;
}
.contact-form span {
    margin-bottom: 10px;
    color: var(--white-color);
}
.contact-form form ul li span {
    font-size: 13px;
    color: var(--primary--color);
}
.contact-form h2 {
    margin-bottom: 45px;
    color: var(--white-color);
}
.form-box ul {
    display: grid;
    gap: 23px 20px;
    margin-bottom: 40px;
    grid-template-columns: 48.4% 48.4%;
}
.form-box ul li input,
.form-box ul li textarea {
    border: none;
    font-size: 16px;
    color: #d4dffb !important;
    width: 100%;
    padding-bottom: 10px;
    background: none;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}
.form-box ul li textarea {
    resize: none;
    height: 75px;
}
.form-box ul li input::placeholder,
.form-box ul li textarea::placeholder {
    font-size: 16px;
    color: #d4dffb;
}
.form-box ul li input:focus,
.form-box ul li textarea:focus {
    outline: none;
}
.form-box ul li:last-child {
    grid-column: 1/-1;
}
.submit-btn a {
    text-decoration: none;
    color: var(--white-color);
    transition: 0.3s ease-in-out;
}
.submit-btn button:hover {
    cursor: pointer;
    transform: translateY(-8px);
}
.submit-btn,
.submit-btn button {
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: var(--white-color);
    gap: 18px;
    transition: 0.4s ease-in-out;
}
.submit-btn button:focus {
    outline: none;
    border: none;
}
.submit-btn a figure,
.submit-btn button figure {
    width: 65px;
    height: 65px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white-color);
}
.submit-btn a:hover {
    transform: translateY(-8px);
}
.submit-btn a:hover figure,
.submit-btn button:hover figure {
    background: var(--white-color);
    border-color: var(--white-color);
}
.submit-btn a:hover img,
.submit-btn button:hover figure img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(65%) saturate(5340%) hue-rotate(236deg) brightness(96%)
        contrast(104%);
}
.contact-inner-con:after {
    bottom: 0;
    left: -172px;
    content: "";
    width: 707px;
    height: 630px;
    background: url(../images/images-shape-img.png) no-repeat;
    position: absolute;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    margin: 0px;
    margin-right: 0 !important;
}
.dots-img:after {
    top: 0;
    left: 0;
    content: "";
    width: 130px;
    height: 120px;
    position: absolute;
    background: url(../images/images-dots-lft-img.png) no-repeat;
}
.dots-img::before {
    bottom: 0;
    right: 80px;
    z-index: 1;
    content: "";
    width: 330px;
    height: 183px;
    position: absolute;
    background: url(../images/images-dots-rt-img.png) no-repeat;
} /* contact section styling end */ /* ********process section style start ******* */
.process-con ul {
    display: grid;
    grid-gap: 0 29px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.process-con ul li {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.process-con ul li h4 {
    margin-bottom: 12px;
}
.process-con .process-img-box {
    width: 181px;
    height: 181px;
    display: flex;
    cursor: pointer;
    position: relative;
    border-radius: 100%;
    align-items: center;
    margin-bottom: 51px;
    justify-content: center;
    border: 1px dashed rgb(36 63 250 / 40%);
}
.process-con .process-img-box figure {
    width: 144px;
    height: 144px;
    display: flex;
    margin: 0 auto;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgb(2 6 52 / 4%);
}
.process-con .process-img-box:hover figure {
    background: var(--accent);
}
.process-con .process-img-box:hover {
    border: 1px dashed var(--accent);
}
.process-con .process-img-box:hover figure img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(3deg) brightness(107%)
        contrast(109%);
}
.process-img-box span {
    position: absolute;
    bottom: -19px;
    left: 50%;
    font-size: 14px;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 100%;
    color: var(--white-color);
    background: var(--accent);
    transform: translateX(-50%);
}
.generic-title {
    margin-bottom: 53px;
    position: relative;
    z-index: 1;
}
.generic-title span {
    margin-bottom: 10px;
}
.process-con ul li p:last-child {
    margin-bottom: 0;
} /* ******** process section style end ******* */ /* ******** Team sections style start ******* */
.team-section {
    background: #f6f9ff;
    position: relative;
    overflow: hidden;
}
.bg-design::before {
    content: "";
    background: url(../images/images-team-left-bg-img.png) no-repeat left;
    width: 341px;
    height: 635px;
    position: absolute;
    left: 0;
    top: -55px;
}
.bg-design::after {
    content: "";
    background: url(../images/images-team-right-bg-img.png) no-repeat right;
    background-size: cover;
    width: 408px;
    height: 609px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.social-links li {
    height: 40px;
    width: 40px;
    margin: 0 3px;
    border-radius: 100%;
    background: var(--accent);
    font-size: 16px;
    transition: 0.3s ease-in-out;
    border: 1px solid transparent;
}
.social-links li a {
    color: var(--white-color);
    padding: 6px 13px;
    border-radius: 100%;
    transition: 0.3s ease-in-out;
}
.social-links li a img {
    height: 14px;
    filter: brightness(0) invert(1);
}
.social-links li:hover {
    background: var(--white-color);
    border-color: var(--accent);
    transform: translateY(-6px);
}
.social-links li:hover a {
    color: var(--accent);
}
.social-links li:hover a img {
   filter: invert(0);
}
.team-members-con > ul {
    display: grid;
    grid-gap: 60px 30px;
    grid-template-columns: repeat(4, max-content);
justify-content: center;
}
.team-members-con ul li figure {
    margin-bottom: 24px;
    overflow: hidden;
}
.team-members-con ul li h4 {
    margin-bottom: 5px;
}
.team-members-con ul li h4 a{
    color: var(--primary--color);
}
.team-members-con ul li span {
    margin-bottom: 16px;
}
.team-members-con ul li figure img {
    width: 254px;
    height: 254px;
    border-radius: 100%;
    object-fit: cover;
} /* ********Team sections style end******* */ /* *******Review section style start****** */
.patients-reviews-sec .owl-carousel .owl-item img {
    width: auto;
}
.review-box {
    width: 350px;
    padding: 50px 34px 46px;
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 2px 2px 52px 6px rgb(36 63 250 / 4%);
}
.review-box p {
    margin-bottom: 20px;
}
.patient-details .patient-rating {
    margin-left: 16px;
}
.patient-rating h5 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--primary--color);
}
.patient-rating span {
    font-size: 14px;
}
.patient-rating figure {
    margin-bottom: 12px;
}
.patients-reviews-sec .owl-carousel .owl-dots.disabled {
    display: block;
}
.patients-reviews-sec .owl-carousel .owl-dots {
    text-align: center;
}
.patients-reviews-sec .owl-carousel button.owl-dot {
    border: solid;
    margin: 0 5px;
    height: 13px;
    width: 13px;
    background: #c5ccdc;
    border-radius: 100%;
    border-color: #c5ccdc;
}
.patients-reviews-sec .owl-carousel .owl-nav {
    display: none;
}
.patients-reviews-sec .owl-carousel button.owl-dot.active {
    height: 18px;
    width: 18px;
    background: var(--primary--color);
    border-color: var(--primary--color);
}
.patients-reviews-sec .owl-carousel button.owl-dot:focus {
    outline: none;
}
.patients-reviews-sec .owl-carousel.owl-drag .owl-item.active {
    margin-right: 17px !important;
}
.patients-reviews-sec .owl-carousel .owl-stage {
    width: 8000px !important;
}
.patients-reviews-sec .owl-carousel .owl-stage-outer {
    margin-bottom: 25px;
    box-shadow: 2px 2px 52px 6px rgb(36 63 250 / 4%);
}
.patients-reviews-sec .owl-carousel {
    position: relative;
}
.patients-reviews-sec .owl-carousel::after {
    content: "";
    background: url(../images/images-review-small-img.png) no-repeat right;
    width: 312px;
    height: 367px;
    position: absolute;
    right: -165px;
    top: -161px;
    z-index: -1;
}
.patients-reviews-sec .review-box:hover {
    cursor: pointer;
    color: #d4dffb;
    background: var(--accent);
}
.patients-reviews-sec .review-box:hover > figure img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(3deg) brightness(107%)
        contrast(109%);
}
.patients-reviews-sec .review-box:hover .patient-rating h5 {
    color: var(--white-color);
} /* *******Review section style end****** */ /* ********counter section style start******** */
.counter-section {
    background: url(../images/images-counter-section-bg-img.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 105px 0;
}
.counter-section::before {
    content: "";
    background: url(../images/images-counter-sec-left-img.png) no-repeat left bottom;
    width: 216px;
    height: 254px;
    position: absolute;
    bottom: -60px;
    left: 40px;
}
.counter-section::after {
    content: "";
    background: url(../images/images-counter-sec-right-top-img.png) no-repeat top right;
    width: 130px;
    height: 120px;
    position: absolute;
    right: 0;
    top: 0;
}
.counter-inner-sec .counter-box {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    color: var(--white-color);
    margin-left: 10px;
    margin-bottom: 10px;
}
.counter-inner-sec .client-status {
    font-size: 18px;
    line-height: 20px;
    color: #a2b1cc;
    margin-left: 10px;
}
.counter-inner-sec ul {
    display: grid;
    grid-template-columns: 26% 25% 26% 23%;
}
.counter-inner-sec ul li {
    padding: 0 10px 0 50px;
    border-right: 1px solid #414f6b;
}
.counter-inner-sec ul li:nth-child(4) {
    border-right: none;
}
.counter-inner-sec ul li figure {
    margin-bottom: 32px;
}
.counter-inner-sec .counter-box .plus {
    margin-left: -9px;
} /* ********counter section style end******** */ /* ******blog section style start***** */
.blog-box {
    width: 350px;
    background: var(--white-color);
}
.blog-img-box {
    width: 350px;
    height: 342px;
    border-radius: 10px;
    transition: 0.4s ease-in-out;
}
.blog-first-img {
    background: url(../images/images-blog-slider-img.jpg) no-repeat center;
    background-position-x: 36%;
}
.blog-second-img {
    background: url(../images/images-blog-slider-img2.jpg) no-repeat bottom;
    background-position-x: 46%;
}
.blog-third-img {
    background: url(../images/images-blog-slider-img3.jpg) no-repeat center;
    background-position-x: 63%;
}
.blog-details {
    width: 290px;
    padding: 28px 28px 23px;
    border-radius: 10px;
    margin: -96px auto 0;
    transition: 0.4s ease-in-out;
    background: var(--white-color);
    border-bottom: 2px solid var(--secondary--color);
    position: relative;
    z-index: 3;
}
.blog-details span {
    font-size: 14px;
    margin-bottom: 8px;
    color: var(--secondary--color);
}
.blog-details span i {
    margin-right: 4px;
}
.blog-details h4 a {
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    color: var(--primary--color);
}
.blog-details h4 {
    margin-bottom: 11px;
}
.blog-details h4 a:hover {
    color: var(--secondary--color);
}
.blog-details a {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0;
    color: var(--secondary--color);
}
.blog-details a:hover {
    text-decoration: none;
}
.blog-details p {
    margin-bottom: 12px;
}
.blogs-section .owl-carousel .owl-dots.disabled {
    display: block;
}
.blogs-section .owl-carousel .owl-nav {
    display: none;
}
.blogs-section .owl-carousel .owl-dots {
    text-align: center;
}
.blogs-section .owl-carousel button.owl-dot {
    border: solid;
    margin: 0 5px;
    height: 13px;
    width: 13px;
    background: #c5ccdc;
    border-radius: 100%;
    border-color: #c5ccdc;
}
.blogs-section .owl-carousel button.owl-dot.active {
    height: 18px;
    width: 18px;
    background: var(--primary--color);
    border-color: var(--primary--color);
}
.blogs-section .owl-carousel button.owl-dot:focus {
    outline: none;
}
.blogs-section .owl-carousel .owl-stage-outer {
    margin-bottom: 27px;
}
.blog-box:hover .blog-img-box {
    transform: translateY(15px);
}
.blog-box:hover .blog-details {
    transform: translateY(-15px);
} /* ******blog section style end***** */ /* *****contact section style start***** */
.get-in-touch-section {
    padding-top: 100px;
}
.contact-section {
    background: var(--secondary--color);
    position: relative;
    padding: 78px 40px 60px;
    min-height: 363px;
    border-radius: 10px;
}
.contact-section::after {
    content: "";
    background: url(../images/images-contact-section-right-img.png) no-repeat center;
    width: 197px;
    height: 109px;
    position: absolute;
    right: 33px;
    bottom: 0;
}
.doctor-img-con {
    background: url(../images/images-doctors-img.png) no-repeat center;
    width: 566px;
    height: 530px;
    position: absolute;
    top: -167px;
    left: -64px;
}
.contact-txt-con span,
.contact-txt-con h2 {
    color: var(--white-color);
}
.contact-txt-con span {
    margin-bottom: 14px;
}
.contact-txt-con h2 {
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 30px;
}
.contact-txt-con {
    width: 52%;
    float: right;
} /* *****contact section style end***** */ /* ****footer section style start**** */
.footer-main-section {
    padding-top: 270px;
    padding-bottom: 60px;
    background: #0f2349;
}
.get-in-touch-section {
    margin-bottom: -188px;
}
.footer-inner-con {
    display: grid;
    grid-template-columns: 30% 23% 20% 22%;
    gap: 20px;
}
.footer-box.contact-details-box figure img {
    width: 100%;
}

.footer-box p,
.footer-box ul li,
.footer-box ul li a {
    color: #a2b1cc;
}
.footer-box.footer-pages-links ul li {
    margin-bottom: 3px;
    position: relative;
    padding-left: 25px;
}
.footer-box.footer-pages-links ul li i {
    position: absolute;
    left: 0;
    top: 5px;
}
.footer-box p,
.footer-box ul li a {
    font-size: 16px;
}
.footer-box ul li a:hover {
    color: var(--accent);
}
.footer-box ul li {
    transition: 0.4s ease-in-out;
}
.footer-newsletter .social-links ul li:hover {
    background: var(--white-color);
    transform: translateY(-8px);
}
.footer-box h4 {
    font-size: 24px;
    color: var(--white-color);
    margin-bottom: 20px;
    font-weight: 500;
}
.footer-pages-links ul li i {
    margin-right: 10px;
    color: var(--white-color);
}
.contact-details-box ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 6px;
    font-size: 16px;
}
.contact-details-box ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--white-color);
}
.footer-logo-box {
    padding-right: 50px;
}
.footer-logo-box figure {
    margin-bottom: 22px;
}
.footer-box {
    padding-top: 18px;
}
.footer-box.footer-logo-box {
    padding-top: 0;
}
.footer-logo-box p {
    margin-bottom: 7px;
}
.footer-pages-links {
    padding-left: 7px;
}
.contact-details-box {
    padding-left: 2px;
    padding-right: 20px;
}
.footer-box ul li input {
    border: none;
    color: #a2b1cc;
    padding: 8px 0;
    background: transparent;
    border-bottom: 1px solid #a2b1cc;
}
.footer-box ul li input::placeholder {
    color: #a2b1cc;
}
.footer-newsletter {
    padding-left: 3px;
}
.footer-newsletter ul li input {
    width: 100%;
    font-size: 14px;
}
.footer-newsletter ul li input:focus {
    outline: none;
}
.footer-newsletter ul li {
    position: relative;
    margin-bottom: 31px;
}
.footer-newsletter ul li button {
    background: none;
    box-shadow: none;
    border: none;
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer-newsletter ul li button i {
    color: var(--accent);
}
.footer-newsletter ul li button:hover {
    cursor: pointer;
}
.footer-newsletter ul li button:hover i {
    color: var(--white-color);
}
.footer-newsletter ul li button:focus {
    outline: none;
}
.footer-newsletter .social-links ul li a i {
    color: var(--white-color);
    transition: 0.4s ease-in-out;
}
.footer-newsletter .social-links ul li:hover i {
    color: var(--accent);
}
.footer-newsletter h4 {
    margin-bottom: 19px;
}
.copyright-con {
    padding: 20px;
    background: #0d1f42;
}
.copyright-con p {
    font-size: 14px;
    line-height: 18px;
    color: #a2b1cc;
} /* ****footer section style end**** */ /* about us page start */ /* sub banner section style start*/
.sub-banner-con {
    background: url(../images/images-sub-banner-bg-img.jpg) no-repeat center;
    background-size: cover;
}
.sub-banner-con::before {
    content: "";
    background: var(--secondary--color);
    width: 100%;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
}
.sub-banner-inner-box p {
    color: var(--white-color);
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 35px;
}
.sub-banner-inner-box {
    padding: 220px 0 150px;
}
.sub-banner-con .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 12px;
    padding-left: 15px;
    color: var(--white-color);
    content: "-";
}
.sub-banner-con .breadcrumb {
    background: rgb(3 13 67 / 40%);
    padding: 13px 35px 13px 36px;
    border-radius: 10px;
}
.sub-banner-con .breadcrumb li a {
    color: var(--white-color);
}
.sub-banner-con .breadcrumb li {
    font-size: 18px;
}
.sub-banner-inner-box h1 {
    font-size: 84px;
    margin-bottom: 17px;
}
.sub-banner-con:after {
    content: "";
    top: 0;
    right: 0;
    width: 130px;
    height: 120px;
    position: absolute;
    background: url(../images/images-double-shape-img2.png) no-repeat;
}
.sub-banner-inner-box:after {
    content: "";
    bottom: -50px;
    right: -110px;
    width: 216px;
    height: 254px;
    position: absolute;
    background: url(../images/images-apple-shape-img.png) no-repeat;
}
.sub-banner-inner-box:before {
    content: "";
    bottom: 0;
    left: -110px;
    width: 330px;
    height: 183px;
    position: absolute;
    background: url(../images/images-box-shape-img1.png) no-repeat;
} /* sub banner section style end */ /* about page about us section */
.about-con.about-us-section {
    background: var(--white-color);
    padding: 130px 0 300px;
}
.about-us-section .about-box-title .generic-list {
    grid-template-columns: 100%;
}
.about-poster1,
.about-poster2,
.about-poster3 {
    object-fit: cover;
    border-radius: 10px;
    border: 6px solid var(--white-color);
}
.vedio-sub-img .about-poster1 {
    width: 294px;
    height: 388px;
}
.vedio-sub-img img.about-poster2:nth-child(2) {
    width: 144px;
    height: 128px;
    margin-top: 34px;
}
.vedio-sub-img img.about-poster3:last-child {
    width: 285px;
    height: 388px;
    right: 60px;
    position: absolute;
    bottom: -184px;
}
.about-con.about-us-section .about-box {
    gap: 0;
    display: grid;
    align-items: center;
    grid-template-columns: 53% 47%;
}
.about-us-section .vedio-sub-img {
    gap: 20px;
}
.experience-box {
    width: 167px;
    height: 167px;
    padding: 20px;
    position: absolute;
    left: 22%;
    bottom: -190px;
    transform: translateX(-40%);
    border-radius: 100%;
    background: var(--accent);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.experience-box .years-con {
    font-size: 46px;
    line-height: 50px;
    font-weight: 600;
    padding-right: 20px;
    color: var(--white-color);
}
.experience-box .years-con span {
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}
.experience-box p {
    font-size: 16px;
    line-height: 20px;
    color: var(--white-color);
} /* about page about us section */ /* about page services section */
.about-service-section {
    overflow: hidden;
    background: #f6f9ff;
}
.about-services-box ul {
    display: grid;
    gap: 30px;
    grid-template-columns: 23% 23% 23% 23%;
}
.about-services-box ul li {
    padding: 36px 36px 36px 38px;
    display: flex;
    border-radius: 10px;
    border: 1px solid;
    border-color: transparent;
    flex-direction: column;
    background: var(--white-color);
    box-shadow: 2px 2px 52px 6px rgb(36 63 250 / 4%);
}
.about-services-box ul li:hover {
    cursor: pointer;
    border-color: var(--accent);
    box-shadow: 2px 2px 52px 6px rgb(36 63 250 / 13%);
}
.about-services-box ul li p:last-child {
    margin-bottom: 0;
}
.design-img.about-service-section:before {
    left: -363px;
    bottom: -161px;
    width: 770px;
    height: 548px;
    content: "";
    position: absolute;
    background: url(../images/images-design-lft-img.png) no-repeat;
}
.about-services-box ul li figure {
    margin-bottom: 18px;
}
.about-services-box ul li h4 {
    line-height: 30px;
}
.about-services-box {
    position: relative;
    z-index: 2;
} /* about page services section */ /* about us result section */
.contact-con.result-section:after {
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
    background: url(../images/images-results-right-img.jpg) no-repeat;
    background-size: cover;
    background-position: right;
}
.contact-con.result-section:before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background: rgb(15 35 73 / 95%);
}
.result-inner-section {
    position: relative;
    z-index: 3;
    width: 45%;
}
.result-inner-section span,
.result-inner-section h2,
.result-inner-section h4 {
    color: var(--white-color);
}
.result-inner-section p {
    color: #a2b1cc;
}
.result-inner-section ul li {
    display: grid;
    gap: 25px;
    grid-template-columns: 23% 73%;
    align-items: center;
    margin-bottom: 35px;
}
.result-inner-section span {
    margin-bottom: 10px;
}
.result-inner-section h2 {
    margin-bottom: 23px;
}
.result-inner-section > p {
    margin-bottom: 36px;
}
.results-percentage-txt h4 {
    margin-bottom: 13px;
}
.result-inner-section ul li:last-child {
    margin-bottom: 0;
} /* percentage box */
.flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
}
.single-chart {
    width: 100%;
}
.circular-chart {
    display: block;
    margin: 0;
    max-width: 116px;
    max-height: 116px;
}
.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 1px;
}
.circle {
    fill: none;
    stroke-width: 1.2;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}
@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}
.circular-chart.orange .circle {
    stroke: var(--accent);
}
.percentage {
    fill: var(--white-color);
    font-size: 0.5em;
    text-anchor: middle;
}
.contact-con.result-section {
    background: url(../images/images-results-left-bg-img.jpg) no-repeat center;
    background-size: cover;
} /* percentage box */ /* about us result section */ /* about us page  */ /* services page banner section */
.services-banner-sec {
    background: url(../images/images-services-banner-img.jpg) no-repeat center;
    background-size: cover;
}
.service-categories {
    display: grid;
    gap: 30px;
    grid-template-columns: 23% 23% 23% 23%;
}
.category-details {
    flex-direction: column;
    padding: 55px 28px 25px;
}
.category-box {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    background: var(--white-color);
    box-shadow: 2px 2px 52px 6px rgb(36 63 250 / 4%);
}
.category-box > figure {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.category-box > figure img {
    width: 255px;
    height: 205px;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}
.category-box:hover > figure img {
    scale: 1.1;
}
.category-details figure {
    height: 70px;
    width: 70px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    position: absolute;
    top: -37px;
    left: 28px;
}
.category-details a {
    font-weight: 500;
    font-size: 15px;
    color: var(--accent);
    display: inline-block;
    margin-top: auto;
}
.category-details h4 {
    margin-bottom: 13px;
}
.category-details p {
    margin-bottom: 14px;
} /* services page banner section */ /* doctors page start */ /* doctors page banner style */
.doctors-banner-sec {
    background: url(../images/images-doctor-banner-img.jpg) no-repeat center;
    background-size: cover;
} /* doctors page banner style */ /* doctors page end */ /* pricing page start */ /* pricing page banner style */
.pricing-banner-sec {
    background: url(../images/images-pricing-banner-img.jpg) no-repeat center;
    background-size: cover;
} /* pricing page banner style */ /* plan section style */
.plan-main-section {
    background: #f6f9ff;
    position: relative;
    overflow: hidden;
}
.plan-box {
    border-radius: 10px;
    padding: 53px 39px 57px;
    background: var(--white-color);
    border: 1px solid var(--white-color);
}
.plan-boxes-section {
    z-index: 3;
    display: grid;
    grid-gap: 30px;
    position: relative;
    grid-template-columns: 31.5% 31.5% 31.5%;
}
.dollar-sign {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 4px;
}
.price {
    font-size: 52px;
    line-height: 52px;
    color: var(--accent);
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-left: 17px;
    margin-bottom: 14px;
}
.price .monthly-txt {
    font-size: 16px;
    line-height: 18px;
    color: var(--primary--color);
    margin-left: -6px;
}
.plan-box p {
    font-size: 16px;
    line-height: 23px;
    padding-bottom: 24px;
    margin-bottom: 26px;
    border-bottom: 1px solid #dae3f5;
}
.plan-box > figure {
    margin-bottom: 25px;
}
.plan-box h5 {
    margin-bottom: 10px;
}
.plan-box .generic-list ul li {
    margin-bottom: 10px;
}
.plan-box .generic-list {
    margin-bottom: 32px;
}
.plan-box .generic-btn a {
    gap: 14px;
    padding-left: 3px;
}
.plan-box:hover {
    border-color: var(--accent);
    box-shadow: 2px 2px 52px 6px rgb(36 63 250 / 5%);
} /* plan section style end */ /* pricing page end */ /* faq page start */ /* faq banner style start */
.faq-banner-sec {
    background: url(../images/images-faq-banner-img.jpg) no-repeat center;
    background-size: cover;
} /* faq banner style end */ /* faq section style start */
.faq-main-section {
    background: #f6f9ff;
    overflow: hidden;
}
.faq-inner-section .card-header {
    position: relative;
    border-radius: 10px;
    padding: 9px 20px 12px 72px;
}
.faq-inner-section .card-body {
    padding: 2px 50px 31px 73px;
    border-radius: 10px;
}
.faq-inner-section .card-header,
.faq-inner-section .card-body {
    background-color: var(--white-color);
    border: none;
}
.faq-inner-section {
    width: 745px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.faq-inner-section .card-header h5 .btn {
    width: 100%;
    text-align: left;
    padding: 11px 60px 22px 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: none;
    color: var(--primary--color);
    border-bottom: 1px solid #dae3f5;
}
.faq-inner-section .card-header h5 .btn:focus {
    border-bottom: 1px solid #dae3f5;
}
.faq-inner-section .card {
    border: 1px solid transparent;
    margin-bottom: 24px;
    border-radius: 10px;
}
.faq-inner-section .card:hover {
    border: 1px solid var(--secondary--color);
}
.faq-inner-section .card:last-child {
    margin-bottom: 0;
}
.faq-inner-section .card-header h5 .btn.collapsed {
    border-color: transparent;
    padding: 11px 10px 12px 0;
}
.faq-inner-section .card-header::before {
    content: "\f128";
    font-family: "Font Awesome 5 free";
    position: absolute;
    font-weight: 600;
    left: 16px;
    top: 13px;
    padding: 11px;
    border-radius: 100%;
    border: 1px solid var(--secondary--color);
    color: var(--primary--color);
    height: 41px;
    width: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-inner-section .card-header h5 .btn::after {
    content: "\f062";
}
.faq-inner-section .card-header h5 .btn::after,
.faq-inner-section .card-header h5 .btn.collapsed::after {
    font-family: "Font Awesome 5 free";
    position: absolute;
    font-weight: 600;
    right: 25px;
}
.faq-inner-section .card-header h5 .btn.collapsed::after {
    content: "\f061";
}
.faq-inner-section .card-header h5 .btn:hover {
    color: var(--secondary--color);
} /* faq section style end */ /* faq page start end */ /* contact page start */ /* contact page banner style */
.contact-banner-sec {
    background: url(../images/images-contact-banner-img.jpg) no-repeat center;
    background-size: cover;
} /* contact page banner style */ /* contact links section style */
.contact-links-main-sec {
    display: grid;
    grid-gap: 30px;
    z-index: 3;
    position: relative;
    grid-template-columns: 31.4% 31.4% 31.4%;
}
.contact-details-section {
    background: #f6f9ff;
    overflow: hidden;
}
.contact-links-box {
    padding: 34px 40px 33px;
    display: flex;
    border-radius: 10px;
    background: var(--white-color);
    border: 1px solid transparent;
}
.contact-links-box:hover {
    border-color: var(--accent);
    box-shadow: 2px 2px 52px 6px rgb(36 63 250 / 13%);
}
.contact-img-box {
    margin-right: 25px;
    margin-top: 4px;
}
.contact-link {
    display: flex;
    flex-direction: column;
}
.contact-link p {
    font-size: 16px;
    line-height: 24px;
}
.contact-link .contact-btn {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    margin-top: auto;
    color: var(--secondary--color);
}
.contact-link ul li a {
    font-size: 16px;
    text-decoration: none;
    color: var(--text-color);
}
.contact-link ul li a:hover {
    color: var(--accent);
}
.contact-link ul li {
    line-height: 24px;
}
.contact-link ul,
.contact-link p {
    margin-bottom: 13px;
}
.contact-link .contact-btn i {
    margin-left: 6px;
} /* contact links section style */
.contact-page-form-section.contact-con:after {
    background: url(../images/images-contact-con-right-img.png) no-repeat;
    background-position-x: 100%;
    background-size: cover;
} /* map section style */
.responsive-map {
    overflow: hidden;
    position: relative;
    height: 733px;
    margin-bottom: -175px;
}
.responsive-map iframe {
    left: 0;
    top: 0;
    height: 733px;
    width: 100%;
    position: absolute;
} /* contact page end */ /* 404 page start */
.not-found-section {
    background: #f6f9ff;
    padding-bottom: 400px;
}
.not-found-con {
    margin: 0 auto;
}
.not-found-con h2 {
    font-size: 200px;
    line-height: 210px;
}
.not-found-con span {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 8px;
    margin-bottom: 25px;
}
.not-found-con p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}
.not-found-con .submit-btn a {
    color: var(--accent);
}
.not-found-con .submit-btn a figure {
    border-color: var(--accent);
    background: var(--white-color);
}
.not-found-con .submit-btn a figure img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(65%) saturate(5340%) hue-rotate(236deg) brightness(96%)
        contrast(104%);
}
.not-found-con .submit-btn {
    justify-content: center;
}
.not-found-con .submit-btn:hover figure {
    background: var(--accent);
}
.not-found-con .submit-btn:hover figure img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(250deg) brightness(103%)
        contrast(101%);
}
.no-found-page-contact .contact-section {
    top: -173px;
}
.footer-main-section.no-found-page-footer {
    margin-top: -362px;
} /* 404 page end */ /* Preloader -------------------------------------------------------*/ /* Loader Styles start here */
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}
.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: var(--accent);
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.lead {
    font-size: 13px;
}
.loader div {
    background-color: var(--accent);
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: 0.5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}
.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
} /* Preloader -------------------------------------------------------*/ /* bottom to top button */
#button.show {
    opacity: 1;
    visibility: visible;
}
#button:hover {
    cursor: pointer;
}
#button{
    display: inline-block;
    background-color: var(--accent);
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 35%;
    right: 3%;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    cursor: pointer;
}
#button::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    font-size: 26px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
}
@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(36, 63, 250, 0.99);
    }
    to {
        box-shadow: 0 0 0 25px rgba(148, 194, 46, 0.01);
    }
}
@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(36, 63, 250, 0.99);
    }
    to {
        box-shadow: 0 0 0 25px rgba(148, 194, 46, 0.01);
    }
} /* bottom to top button */
header.inner_header {
    background: #243ff9;
    padding: 10px 0;
    position: relative;
    top: 0;
} /* Layout */
.product-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 18px;
}
.product-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 14px;
    letter-spacing: -0.5px; color:#000; line-height:40px;
    
}
.lead-desc {
    color: #222;
    line-height: 1.45;
    font-size: 16px;
}
p.pro_small{font-size:15px; line-height:24px;}
.bullet-list {
    padding-left: 0;
    margin:0px;
}
.bullet-list li::before {
    width: 15px;
    height: 15px;     
    content: "\f058";
    margin-right: 8px; 
    font-family:'fontawesome'; 
    color:#3dbf79;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.bullet-list li {
    list-style: none;
    margin: 0px 0;
    position: relative;
    font-weight: 400;
    color: #222;
    font-size: 15px;
} /* Image card */
.img-card {
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    padding: 14px;
    background: #fff;
}
.img-main {
    width: 100%;
    height: 360px;
    object-fit: contain;
    border-radius: 8px;
    background: #fff;
    display: block;
}
.thumbs {
    display: flex;
    gap: 12px;
    margin-top: 12px;
}
.thumb {
    border-radius: 8px;
    border: 1px solid #e3e9ea;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}
.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 10px;
}
.caption-small {
    font-size: 13px;
    color: #8b8b8b;
    margin-top: 10px;
    text-align: center;
} /* Right side selector box */
.panel {
    background: #fff;
    border-radius: 12px;
    padding: 0px;
    border: 0px solid #ececec;
}
.start-consultation-main p {
    font-size: 14px;
    line-height: 22px;
    color: #071890;
    max-width: 100%;
}
.pill {
    display: inline-block;
    border-radius: 40px;
    padding: 12px 26px;
    font-weight: 700;
    box-shadow: none;
    border: 0;
    margin: 6px 8px 6px 0;
    cursor: pointer;
}
.pill.ghost {
    background: #fff;
    border: 1px solid #e8e8e8;
    color: #111;
}
span.pill.green.product-name-btn {
    background: #f4f4f4;
    color: #243ff9;
    border: 1px solid #243ff9;
    width: 100%;
    text-align: center;
    font-weight: 700;
    padding: 12px;
    font-size: 16px;
}
.pill.green {
    background: #243ff9;
    color: #ffffff;
}
.pill.small {
    padding: 8px 14px;
    border-radius: 30px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}
button.pill.green.product-name-btn

 {
    width: 100%;
    font-weight: 600;
    margin: 0;
    font-size: 16px;
}
.package-pill {
    background: #243ff9;
    padding: 12px 28px;
    border-radius: 40px;
    font-weight: 600;
    display: inline-block;
    border: none;
    color: #fff;
    width: 100%;
    font-size: 16px;
}
span.product-top-gst {
    font-size: 0.75rem;
    color: #000;
    line-height: normal;
    display: block;
    margin: 5px 0 0;
}
strong.Klarna {
    background: #243ff9;
    color: #fff;
    padding: 0 3px;
    border-radius: 3px;
    font-weight: 600;
}
.product-page-top-price.price {
    padding: 0;
    color: #000;
    font-size: 43px;
    font-weight: 700;
    line-height: 45px;
}
button.cta.start-consultation {
    background-color: #243ff9;
    color: #ffffff;
    border-radius: 99px;
    font-size: 16px;
    font-size: 1rem;
    transition:
        opacity 0.3s linear,
        background 0.3s,
        border-color 0.3s;
    border: 1px solid transparent;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 20px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    touch-action: manipulation;
    cursor: pointer; /* font-family: Inklination; */
    font-weight: 500;
    width: 100%;
}
.start-consultation-main {
    display: flex;
    gap: 10px; flex-flow:wrap;
} /* price & CTA */
.price {
    font-size: 36px;
    font-weight: 800;
    margin: 8px 0;
}
.cta {
    background: linear-gradient(180deg, var(--green-dark), var(--green));
    border-radius: 40px;
    padding: 12px 26px;
    font-weight: 700;
    border: 0;
    color: #000;
}
.kicker {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #000;
} /* small info boxes */
.info-row.product-page-top-process {
    gap: 10px 20px;
    justify-content: space-between;
}
.info-row.product-page-top-process .info-box {
    flex: 0 0 48%;
    padding: 10px;
    font-size: 14px;
    color: #000;
}
.info-row.product-page-top-process .info-box i {
    color: #243ff9;
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.info-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}
.info-box {
    background: #fafafa;
    border-radius: 8px;
    padding: 10px 14px;
    min-width: 220px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #f0f0f0;
}
.info-box .dot {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #18794f;
} /* order-within box */
.order-box {
    background: #f4f6f7;
    border-radius: 8px;
    padding: 12px;
    border: 1px solid #eee;
    margin-bottom: 14px;
}
.order-box.order-box-time {
    background-color: #f4f4f4;
    border-left: 4px solid #243ff9;
    margin: 30px 0 0;
    display: inline-block;
    width: 100%;
}
.order-box.order-box-time .kicker {
    margin: 0;
    color: #000;
    margin-left: 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.order-box-time .text-muted {
    color: #000000 !important;
    font-size: 12px;
    line-height: 14px;
    margin: 10px 0 0;
    display: inline-block;
}
.order-box-time .text-muted strong {
    color: #243ff9;
}
.order-box .timer {
    display: inline-block;
    border-radius: 0px;
    border: 0px solid #e6e6e6;
    margin-left: 25px;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    display: flex;
    list-style: none;
    gap: 2px;
}
.order-box .timer li {
    background: #fff;
    padding: 0 5px;
    padding: 4px 8px;
}
.section {
    padding: 50px 0;
    width: 100%;
    float: left;
} /* responsive adjustments */
@media (max-width: 991px) {
    .img-main {
        height: 320px;
    }
}
@media (max-width: 767px) {
    .product-title {
        font-size: 28px;
    }
    .img-main {
        height: 260px;
    }
    .panel {
        margin-top: 12px;
    }
}
ul.BreadCrumbs_list__WUOzs {
    display: flex;
    gap: 0px;
    margin: 0;
    padding: 0px;
    padding-left: 0px; /* border: solid; */
    list-style: none;
}
ul.BreadCrumbs_list__WUOzs li {
    display: inline;
    font-weight: 400;
    font-size: 15px;
    font-size: 0.9375rem;
    position: relative;
    z-index: 1;
}
ul.BreadCrumbs_list__WUOzs li:first-child:before {
    content: "";
    margin: 0;
}
ul.BreadCrumbs_list__WUOzs li a {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
ul.BreadCrumbs_list__WUOzs li:before {
    content: "/";
    color: #6e6e6e;
    margin-left: 5px;
    margin-right: 5px;
}
.wrapper .breadcrumb {
    background: 0;
    padding: 12px 0;
}
.product-page-accoddion-box .card-header {
    padding: 0;
    border-radius: 10px;
    border: 0px solid #c0bfcc;
    margin-bottom: 0px;
    background: transparent;
}
.product-page-accoddion-box .card-header button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    color: #000;
    padding: 30px 20px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    margin: 0 !important;
}
.product-page-accoddion-box .card-header button:hover {
    background-color: #f8f9fa;
}
.product-page-accoddion-box .card {
    margin: 0 0 10px;
    background: transparent;
    border-radius: 10px;
}
.product-page-accoddion-box .card-body h4 {
    font-size: 28px;
    line-height: 35px;
    padding-bottom: 20px;
}
.product-page-accoddion-box .card-body p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin: 0 0 25px;
}
.product-page-accoddion-box .card-body ul li {
    margin: 10px 0;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.product-page-accoddion-box .card-body ul {
    margin: 0 0 25px;
    padding-left: 20px;
}
.product-page-accoddion-box .card-body ol li {
    margin: 10px 0;
    font-size: 16px;
    line-height: 26px;
}
.product-page-accoddion-box .card-body ol {
    margin: 0 0 25px;
    padding-left: 20px;
}
.product-page-accoddion-box .card-body h3 {
    font-size: 20px;
    margin: 0 0 0px;
    font-weight: 600;
}
.product-page-accoddion-box h2 {
    font-size: 28px;
    line-height: 36px;
    text-align: left !important;
    margin: 0 0 0px;
    padding: 0 !important;
}
.main-cart-page .steps-top {
    display: flex;
    gap: 0;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    padding: 80px 0 60px;
}
.main-cart-page .step-item {
    text-align: center;
    width: 30%;
    position: relative;
}
.main-cart-page .step-circle {
    width: 52px;
    height: 52px;
    margin: 0 auto 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    background: var(--accent-2);
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.02);
}
.main-cart-page .step-title {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    line-height: 1.1;
}
.main-cart-page .step-sub {
    display: block;
    font-size: 18px;
    color: #000000;
    margin-top: 4px;
} /* big underline indicator under current step (like screenshot) */
.main-cart-page .progress-line {
    height: 6px;
    background: linear-gradient(90deg, var(--accent) 0%, var(--accent-2) 100%);
    width: 30%;
    margin-top: 10px;
    border-radius: 4px;
}
.main-cart-page .top-wrap {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
} /* Main layout: left form + right product card */
.main-cart-page .main {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 28px;
    margin-top: 36px;
    align-items: start;
    max-width: 1200px;
    margin: auto;
    padding: 80px 0 0;
} /* Left column */
.main-cart-page .form-panel {
    background: transparent;
    padding: 20px 18px 40px;
}
.main-cart-page .heading {
    font-size: 44px;
    margin: 8px 0 14px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #000;
}
.main-cart-page .lead {
    color: var(--muted);
    max-width: 760px;
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 24px;
} /* Card like question rows */
.main-cart-page .question {
    background: var(--panel);
    border-bottom: 1px solid var(--border);
    border-radius: 0px;
    padding: 18px 0;
    margin-bottom: 14px;
}
.question.question-new.question-new-textarea {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.question.question-new {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-cart-page .q-text {
    font-weight: 600;
    color: #222;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    flex: 0 0 75%;
}

.main-cart-page .q-sub {
    color: var(--muted);
    font-size: 13px;
    margin-bottom: 8px;
}
.main-cart-page .yn-group {
    display: flex;
    gap: 10px;
    align-items: center;
} /* Yes/No button style */
.main-cart-page .yn-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 68px;
    height: 40px;
    border-radius: 24px;
    border: 1px solid #eee;
    background: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.18s ease;
    padding: 0 14px;
    color: #333;
    box-shadow: 0 0px 0 rgba(0, 0, 0, 0.03);
    font-size: 16px;
}
.main-cart-page .yn-btn:hover {
    transform: translateY(-2px);
}
.main-cart-page .yn-btn.active {
    background: linear-gradient(180deg, var(--accent) 0%, var(--accent-2) 100%);
    color: #fff;
    border-color: rgba(0, 0, 0, 0.02);
    border: none;
} /* textarea style */
.main-cart-page textarea {
    width: 100%;
    min-height: 100px;
    border-radius: 6px;
    border: 1px solid #dfeaea;
    padding: 12px;
    font-family: inherit;
    resize: vertical;
    font-size: 14px;
    color: #222;
} /* Step navigation */
.main-cart-page .step-actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
}
.main-cart-page .btn {
    padding: 12px 18px;
    border-radius: 8px;
    border: 0;
    cursor: pointer;
    font-weight: 700;
    box-shadow: var(--shadow);
    background: #111;
    color: #fff;
}
.main-cart-page .btn.secondary {
    background: #fff;
    border: 1px solid var(--border);
    color: var(--dark);
    border-radius: 60px;
    padding: 12px 30px;
    box-shadow: none;
    background: #243ff9;
    color: #fff;
    opacity: 1;
}
.form-section button {
    background: #243ffa;
    border: none;
    height: 50px;
    padding: 0 30px;
    line-height: 50px;
    color: #fff;
    border-radius: 50px;
    margin-bottom: 10px;
    font-weight: 600;
}
.main-cart-page .btn.ghost {
    background: transparent;
    box-shadow: none;
    color: var(--muted);
} /* Right column: product box */
.main-cart-page .product-card aside{
    background: var(--panel);
    border-radius: 0px;
    padding: 30px;
    border: 1px solid #f4f4f4;
    box-shadow: 0;
}
.main-cart-page .prod-img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    border: 0px solid #f1f1f1;
    border-radius: 6px;
    background: #fff;
    padding: 8px;
}
.main-cart-page .prod-title {
    font-weight: 800;
    margin-top: 12px;
    font-size: 20px;
    color: #000;
    line-height: 26px;
}
.main-cart-page .prod-meta {
    display: flex;
    justify-content: space-between;
    margin: 12px 0;
    color: var(--muted);
    font-size: 14px;
    flex-wrap: wrap;
}
.main-cart-page .prod-meta div {
    display: flex;
    justify-content: flex-start;
    margin: 0px 0;
    color: var(--muted);
    font-size: 14px;
    flex: 0 0 100%;
}
.main-cart-page .prod-attrs {
    font-size: 14px;
    margin-bottom: 8px;
}
.main-cart-page .prod-features {
    margin-top: 8px;
    border-top: 1px dashed #eee;
    padding-top: 12px;
    color: var(--muted);
    font-size: 14px;
}
.main-cart-page .prod-features li {
    margin: 2px 0;
    list-style: none;
    position: relative;
    padding-left: 18px;
}
.main-cart-page .prod-features li:before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--dark);
    font-weight: 700;
    font-size: 12px;
}
.main-cart-page .order-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    padding-top: 8px;
    border-top: 1px solid #f1f1f1;
    font-weight: 800;
    font-size: 18px;
} /* small screens */
@media (max-width: 980px) {
    .main {
        grid-template-columns: 1fr;
    }
    .product-card {
        position: relative;
        top: auto;
        margin-top: 18px;
    }
    .heading {
        font-size: 34px;
    }
    .step-item {
        width: 33%;
    }
}
@media (max-width: 560px) {
    .heading {
        font-size: 26px;
    }
    .step-circle {
        width: 40px;
        height: 40px;
    }
    .prod-img {
        height: 100px;
    }
} /* Step animation and visibility */
.main-cart-page .step {
    display: none;
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.28s ease;
}
.main-cart-page .step.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
} /* small helpers */
.main-cart-page .muted {
    color: var(--muted);
    font-size: 13px;
    font-weight: 600;
}
.main-cart-page .spacer {
    height: 12px;
}
.main-cart-page .small {
    font-size: 13px;
}
.main-cart-page .divider {
    height: 1px;
    background: var(--border);
    margin: 14px 0;
    border-radius: 2px;
}
.top-wrap-sectoon-top {
    background: #f1f3ff;
}
.top-wrap-sectoon-top .top-wrap {
    max-width: 1374px;
    margin: auto;
    padding: 0;
}
.how-it-works {
    max-width: 700px;
    margin: 20px auto;
    color: #222;
    line-height: 1.6;
    background: #f1f3ff;
    padding: 30px;
}
.how-it-works h2 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 400;
    line-height: 24px;
}
.how-it-works hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin-bottom: 30px;
}
.how-it-works .step-new {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.how-it-works .step-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    background-color: #243ffa;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    margin-right: 15px;
    margin-top: 5px;
}
.how-it-works .step-icon.number {
    background-color: #243ffa;
    color: #fff;
    border: 1px solid #243ffa;
}
.how-it-works .step-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 24px;
    color: #243ff9;
}
.how-it-works .step-content h3 span {
    display: none;
}
.how-it-works .step-content p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}
@media (max-width: 600px) {
    .how-it-works .step-new {
        flex-direction: column;
    }
    .how-it-works .step-icon {
        margin-bottom: 10px;
    }
}
.main-cart-page .prod-meta div strong {
    flex: 0 0 40%;
    font-weight: 400;
}
.order-total-lft {
    font-weight: 400;
    color: #000;
}
.order-total-rgt {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
section.category-page-bnr-main {
    width: 100%;
    position: relative;
    background: #f4f4f4;
    float: left;
}
section.category-page-bnr-main > img {
    float: right;
    max-width: 100%;
    height: 100%;
    max-height: 420px;
    object-fit: cover;
    width: 100%;
}
.category-page-bnr {
    max-width: 100%;
    position: relative;
    height: 270px;
    display: flex
;
    width: 100%;
}
.category-page-bnr.category-page-bnr-category {
    max-width: 100%;
    position: absolute;
    height: 420px;
    display: flex;
    width: 50%;
}
.category-page-bnr-intro h1 {
    font-size: 40px;
    color: #000;
    width: 100%;
    line-height: 50px;
}


section.category-page-bnr-main .wrapper {
    position: relative;
}
section.category-page-bnr-main .wrapper .breadcrumb {
    position: absolute;
    left: 0px;
    top: 0;
}
.category-page-bnr-intro {
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
 align-items: flex-start;
    width: 100%;
    position: relative;
    padding: 55px 0 50px;
}
.category-page-bnr-intro p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.category-section .treatment-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    transition: all 0.3s 
ease;
    height: 100%;
    padding: 0 !important;
    overflow: hidden;
}
.category-section .treatment-card figure {
    margin: 0;
}
.category-section .treatment-card > div {
    padding: 20px;
}
.category-section .treatment-card div h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
}
.category-section .treatment-card div h3 a{
    color: #000;
}
.category-section .treatment-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}
.category-section .treatment-card h5 {
    font-weight: 700;
    color: #000;
    font-size: 22px;
}
.category-section .treatment-card h5 a {
    text-decoration: none;
    color: #000;
}
.category-section .treatment-card h5 a::after {
    content: "›";
    margin-left: 5px;
    color: #2563eb;
}
.category-section .treatment-card div p {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-section .treatment-card div p:first-child{
	display: block;
}

.category-section .btn-green {
    background-color: #243ffa;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    padding: 8px 30px;
    border: none;
    font-size: 16px;
}
.category-section .btn-green:hover {
    background-color: #243ffa;
    color: #fff;
}
section.section.category-section {
    width: 100%;
    float: left;
    padding: 110px 0;
}
.help-section {
    padding: 60px 0;
    text-align: center;
    width: 100%;
    float: left;
}
.help-section h1 {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 40px;
    color: #000;
}
.help-section .help-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0px;
    transition: all 0.3s ease;
    padding: 30px 20px;
    height: 100%;
}
.help-section .help-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}
.help-section .help-card img {
    width: 120px;
    height: auto;
    margin-bottom: 20px;
}
.help-section .help-card h5 {
    font-weight: 600;
    font-size: 20px;
    color: #000;
}
.help-page {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: wrap;
}
.help-page > div {
    flex: 0 0 32%;
}
@media (max-width: 767px) {
    .help-card {
        margin-bottom: 20px;
    }
}
header.inner_header {
    background: #243ff9;
    padding: 10px 0;
    position: relative;
    top: 0;
}
section.footer-main-section.w-100.float-left.inner_footer {
    padding-top: 60px;
}
.login-page {
    background: #fff;
    padding: 40px 35px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 500px;
    text-align: center;
    animation: fadeIn 0.8s ease;
    margin: 50px auto;
}
.login-page h2 {
    margin-bottom: 10px;
    color: #182848;
    font-size: 26px;
}
.login-page p {
    color: #555;
    font-size: 15px;
    margin-bottom: 25px;
}
.login-page label {
    display: block;
    text-align: left;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}
.login-page input[type="email"] {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #ccc;
    outline: none;
    transition: border-color 0.3s ease;
    font-size: 15px;
    margin-bottom: 20px;
}
.login-page input[type="email"]:focus {
    border-color: #4b6cb7;
}
.login-page button {
    width: 100%;
    background: linear-gradient(135deg, #243ff9, #00149e);
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition:
        background 0.3s ease,
        transform 0.2s ease;
}
.login-page button:hover {
    background: linear-gradient(135deg, #00149e, #243ff9);
    transform: translateY(-2px);
}
.login-page #responseMessage {
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
} /* Responsive */
@media (max-width: 480px) {
    .login-page {
        padding: 30px 25px;
    }
    .login-page h2 {
        font-size: 22px;
    }
}
.breadcrumb {
    background-color: transparent;
}
section.cms-page-section {
    width: 100%;
    float: left;
    background: #f4f4f4;
    padding: 100px 0;

}
section.cms-page-section .wrapper{
     position:relative;
}
section.cms-page-section .wrapper .breadcrumb {
    position: absolute;
    left: 0px;
    top: 0;
}
.cms-page-section-bnr {
    text-align: center;
    max-width: 100%;
    margin: auto;
    width: 100%;
}
.cms-page-section-bnr h1 {
    color: #000;
    font-size: 48px;
    line-height: 48px;
}
.cms-page-section-bnr p {
    color: #000;
    font-size: 16px;
    margin: 0;
}
.delivery-page-section {
    text-align: center;
}
.delivery-page-section .delivery-card {
    padding: 40px;
    border-radius: 0px;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    height: 100%;
    text-align: left;
}
.delivery-page-section .delivery-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.delivery-page-section .delivery-card .icon i {
    font-size: 48px;
    color: #000;
    transition: color 0.3s ease;
}
.delivery-page-section .delivery-card:hover .icon i {
    color: #007bff;
}
.delivery-page-section .delivery-card h5 {
    font-weight: 600;
    margin-bottom: 7px;
    font-size: 24px;
}
.delivery-page-section .delivery-card .price {
    font-weight: 500;
    color: #555;
    margin-bottom: 10px;
    padding-left: 0;
    margin-top: 0;
    font-size: 15px;
    line-height: 1.5;
}
.delivery-page-section .delivery-card img {
    max-height: 64px;
}
.delivery-page-section .delivery-card p {
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
    margin: 20px 0;
}
.delivery-page-cart {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.delivery-page-cart-box {
    flex: 0 0 33.3%;
}
.delivery-page-cart-box:nth-child(odd) {
    background-color: #f4f4f4;
}
section.delivery-page-section {
    width: 100%;
    float: left;
    padding: 40px 0;
}
section.delivery-page-section-faq {
    width: 100%;
    float: left;
    background: #f4f4f4;
    padding: 40px 0;
}
section.delivery-page-section-faq ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 85px;
    margin: 0;
}
section.delivery-page-section-faq ul li {
    flex: 0 0 29%;
    list-style: none;
}
section.delivery-page-section-faq ul li h3 {
    font-size: 22px;
    color: #000;
    line-height: 27px;
    margin: 0 0 10px;
    font-weight: 600;
}
section.delivery-page-section-faq ul li p {
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    margin: 0;
}
section.delivery-page-section-faq h2 {
    font-size: 34px;
    line-height: 42px;
    margin: 0 0 15px;
    font-weight: 600;
}
section.delivery-page-section-package figure img {
    max-width: 100%;
}
section.delivery-page-section-package {
    width: 100%;
    float: left;
    padding: 40px 0;
}
.timeline-text h2 {
    font-size: 34px;
    line-height: 42px;
}
.cms-page-section-bnr.cms-page-section-bnr-2 {
    max-width: 800px;
}
.rich-text.return-page ul {
    margin: 0 0 25px;
    padding-left: 18px;
}
.rich-text.return-page ul li {
    margin: 10px 0;
    font-size: 16px;
    line-height: 26px;
}
.discreet-packaging h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px;
}
.discreet-packaging p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 20px;
}
.discreet-packaging ul li span {
    background: #f4f4f4;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}
.discreet-packaging ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 25px;
}
.discreet-packaging ul li p {
    margin: 0;
    font-size: 20px;
}
.row-delivery-page {
    align-items: center;
}
.banr-content-faq ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    margin: 40px 0 0;
}
.banr-content-faq ul li {
    border: 1px solid #e4e2ec;
    border-radius: 0px;
    flex: 0 0 15%;
    padding: 15px;
    background: #fff;
}
.banr-content-faq ul li figure {
    margin: 0px 0 15px;
}
.banr-content-faq ul li figure img {
    max-height: 148px;
}
.banr-content-faq ul li h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}
.faq-page-box {
    max-width: 800px;
    margin: auto;
}
.faq-page-box .card-header {
    padding: 0;
    background: transparent;
    border-radius: 10px;
}
.faq-page-box .card-header button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 30px 20px;
    background: transparent;
    font-size: 16px;
    color: #000;
}
.faq-page-box li .card {
    margin: 0 0 10px;
    border-radius: 10px;
}
.faq-page-box li h4 {
    font-size: 16px;
}
.faq-page-box li p {
    font-size: 16px;
}
.faq-page-box li {
    list-style: none;
    margin: 0 0 30px;
}
.faq-page-box li h2 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 20px;
}
.cms-page-section-bnr.how-it-work-bnr {
    max-width: 560px;
    margin: auto;
}
.cms-page-section-bnr.how-it-work-bnr h1 {
    line-height: 53px;
}
.timeline-wrap.how-it-work-section {
    position: relative;
    padding: 0px 0px;
    width: 100%;
    float: left;
} /* left column space for timeline line + markers */
.how-it-work-section .timeline {
    position: relative;
    padding-left: 0px;
} /* vertical line background */
.how-it-work-section .timeline-line {
    position: absolute;
    left: 46px; /* marker center */
    top: 0;
    bottom: 0;
    width: 2px;
    background: #eee;
    border-radius: 4px;
    overflow: visible;
    z-index: -1;
} /* the fill that grows down */
.how-it-work-section .timeline-line .progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0; /* dynamically set by JS */
    background: #243ffa;
    border-radius: 4px;
    transition: height 400ms ease;
    z-index: 1;
} /* each timeline item */
.how-it-work-section .timeline-item {
    position: relative;
    margin-bottom: 0px;
    transform: translateY(30px);
    transition:
        opacity 600ms ease,
        transform 600ms ease;
}
.how-it-work-section .timeline-item.active {
    opacity: 1;
    transform: translateY(0);
} /* circular marker */
.how-it-work-section .timeline-marker {
    position: absolute;
    left: 12px; /* left offset for marker (line center minus half marker size) */
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #d0d5d9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    z-index: 3;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    color: #6c757d;
    font-size: 30px;
    transition:
        background 350ms ease,
        border-color 350ms ease,
        color 350ms ease,
        transform 350ms ease;
    top: 72px;
}
.how-it-work-section .timeline-marker.active {
    border-color: #243ffa;
    background: #243ffa;
    color: #fff;
    transform: scale(1.06);
} /* content area to the right of the line */
.how-it-work-section .timeline-content {
    padding-left: 95px;
    padding-right: 0px;
    padding-left: 120px;
    padding-top: 100px;
    padding-bottom: 40px;
}
.timeline-text h3 {
    font-size: 22px;
    font-weight: 600;
}
.how-it-work-section .timeline-row {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    flex-wrap: wrap;}
.how-it-work-section .timeline-text {
    max-width: 52%;
    flex: 0 0 52%;
}
.how-it-work-section .timeline-text h4 {
    font-size: 32px;
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 42px;
    margin: 0 0 20px;
}
.how-it-work-section .timeline-text p {
    margin-bottom: 25px;
    color: #000000;
    line-height: 26px;
    font-size: 16px;
}
.how-it-work-section .check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.how-it-work-section .check-list li {
    padding-left: 80px;
    position: relative;
    margin-bottom: 40px;
    color: #444;
    font-size: 16px;
    line-height: 26px;
}
.how-it-work-section .check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -1px;
    color: #243ffa;
    font-weight: 700;
    background: #e4e2ec;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}
.how-it-work-section .timeline-illustration {
    text-align: center;
    flex: 0 0 48%;
    display: flex;
    justify-content: center;
}
.how-it-work-section .timeline-illustration img {
    max-width: 100%;
    height: auto;
    display: block;
    transform-origin: center;
    transition: transform 600ms 
ease, opacity 600ms 
ease;
    opacity: 0.95;
    max-height: 350px;
    max-width: 350px;
    width: 100%;
}
.timeline-wrap.how-it-work-section:before {
    content: "";
    background: #f4f4f4;
    position: absolute;
    width: 100%;
    height: 20%;
    left: 0;
    top: 21%;
    z-index: -1;
}
.az-section {
    background-color: #f4f4f4;
    width: 100%;
    float: left;
    padding: 0px 0;
    position: relative;
}
.az-section:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 48%;
    top: 0;
    background: #ebe7e7;
}
.az-section .az-title {
    font-weight: 700;
    font-size: 2rem;
    color: #000;
    margin-bottom: 10px;
}
.az-box {
    padding: 20px 60px 60px 20px;
}
.az-section .az-text p {
    color: #333;
    font-size: 1rem;
    margin-bottom: 20px;
}
.az-section .az-btn {
    background-color: #243ffa;
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    padding: 10px 25px;
    transition: 0.3s;
}
.az-text {
    flex: 0 0 50%;
}
.az-img.text-center {
    text-align: center !important;
    flex: 0 0 49%;
    background: #fff;
    padding: 20px;
    border-radius: 40px;
    overflow: hidden;
}
.d-flex.align-items-center i
 {
    color: #243ff9;
}
.az-section .az-btn:hover {
    background-color: #009e8a;
}
.az-section .az-img img {
    max-width: 100%;
    max-height: 180px;
}
.rich-text.return-page {
    margin: auto;
}
.rich-text.return-page h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px;
    line-height: 24px;
}
.rich-text.return-page p {
    margin: 0 0 25px;
}
.rich-text.return-page p {
    font-size: 16px;
    line-height: 26px;
}
.customer-section .sidebar {
    background: transparent;
    border-radius: 10px;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    height: 100%;
}
.customer-section .nav-pills .nav-link {
    border-radius: 5px;
    color: #000;
    padding: 20px 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
    transition: 0.3s;
    margin: 5px 0px;
    border: 1px solid #d6d7f1;
    font-size: 16px;
}
.customer-section .nav-pills .nav-link i {
    font-size: 18px;
    margin-right: 10px;
    color: #333;
}
.customer-section .nav-pills .nav-link.active {
    background-color: #e6f0ff;
    color: #007bff;
    font-weight: 600;
}
.customer-section .nav-pills .nav-link.active i {
    color: #007bff;
}
.customer-section .tab-content {
    background: #fff;
    padding: 0px;
    border-radius: 0px;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
}
.customer-section .order-box {
    background: #000;
    color: #fff;
    padding: 30px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.customer-section .order-box button {
    background: #fff;
    color: #000;
    border: none;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 600;
}
.customer-section .blogs h4 {
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 35px;
}
.customer-section .card img {
    border-radius: 10px 10px 0 0;
}
.customer-section .btn-read {
    background: #243ffa;
    border: none;
    padding: 0px 24px;
    border-radius: 50px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
.customer-section .order-box h5 {
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
}
.customer-section .card-body h6 {
    font-size: 18px;
    line-height: 24px;
}
.customer-order-summary button {
    background: #243ffa;
    border: none;
    padding: 0px 24px;
    border-radius: 50px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
.customer-order-summary h5 svg {
    fill: #fff;
    margin-right: 10px;
}
.customer-order-summary h4 {
    font-size: 24px;
    line-height: 27px;
    margin: 0 0 5px;
}
.customer-order-summary p {
    margin: 0 0 10px;
    font-size: 16px;
}
.customer-my-detail .account-form label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
.customer-my-detail .account-form .form-control {
    border-radius: 6px;
    padding: 10px 12px;
}
.customer-my-detail .info-text {
    font-size: 14px;
    margin-top: 10px;
    color: #555;
}
.customer-my-detail .contact-btn {
    background-color: #243ffa;
    border: none;
    border-radius: 25px;
    padding: 0px 24px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
.customer-my-detail .password-field {
    position: relative;
}
.customer-my-detail .eye-icon {
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
    font-size: 18px;
}
.customer-my-detail .save-btn {
    margin-top: 15px;
    border-radius: 25px;
    padding: 0px 24px;
    font-weight: 600;
    background: #243ffa;
    border-color: #243ffa;
    height: 50px;
    line-height: 50px;
}
.customer-my-detail h4 {
    margin-top: 40px;
}
.customer-my-detail .text-danger {
    font-size: 13px;
}
.customer-my-detail .form-check-label {
    font-size: 15px;
    margin-left: 5px;
}
.customer-my-detail h5 svg {
    margin-right: 10px;
}
.order-box h5 svg {
    margin-right: 10px;
}
.order-box > div {
    width: 60%;
}
.order-box h5 svg {
    margin-right: 10px;
    width: 30px;
}
.customer-store-credits-intro {
    text-align: center;
    background: #f4f4f4;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.customer-store-credits-intro h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}
.customer-store-credits-intro p {
    font-size: 30px;
    font-weight: 600;
}
.customer-refer-friend .refer-container {
    margin: 40px auto;
    padding: 0px;
} /* Offer Banner */
.customer-refer-friend .offer-banner {
    display: flex;
    justify-content: space-between;
    background: #f8f8f8;
    border-radius: 8px;
    text-align: center;
    padding: 20px;
}
.customer-refer-friend .offer-box {
    flex: 1;
}
.customer-refer-friend .offer-box p {
    font-size: 14px;
    color: #444;
    margin: 0;
}
.customer-refer-friend .offer-box h2 {
    font-size: 28px;
    color: #000;
    margin: 8px 0 0;
    font-weight: 700;
} /* Refer Section */
.customer-refer-friend .refer-section {
    margin-top: 30px;
}
.customer-refer-friend .refer-section h2 {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 35px;
    padding-bottom: 15px;
    margin-top: 40px;
}
.customer-refer-friend .subtitle {
    font-weight: 600;
    margin-bottom: 10px;
}
.customer-refer-friend .copy-box {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 30px;
    overflow: hidden;
    max-width: 100%;
}
.customer-refer-friend .copy-box input {
    flex: 1;
    padding: 12px 16px;
    border: none;
    outline: none;
    font-size: 14px;
}
.customer-refer-friend .copy-box button {
    background-color: #2ea44f;
    border: none;
    color: #fff;
    padding: 12px 24px;
    cursor: pointer;
    font-size: 15px;
    border-radius: 0 30px 30px 0;
    transition: background 0.3s;
}
.customer-refer-friend .copy-box button:hover {
    background-color: #22863a;
} /* Share Links */
.customer-refer-friend .share-title {
    margin-top: 15px;
    font-weight: 600;
}
.customer-refer-friend .share-links {
    margin-top: 8px;
}
.customer-refer-friend .share-links a {
    margin-right: 15px;
    color: #000;
    text-decoration: underline;
    font-size: 15px;
} /* Referral Status */
.customer-refer-friend .referral-status {
    margin-top: 40px;
    border-top: 1px solid #e4e2ec;
}
.customer-refer-friend .referral-status h2 {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 35px;
    padding-bottom: 15px;
    margin-top: 40px;
}
.customer-refer-friend .status-box {
    display: flex;
    justify-content: space-between;
    background: transparent;
    border-radius: 5px;
    padding: 20px;
    border: 1px solid #e4e2ec;
}
.customer-refer-friend .status-item {
    flex: 1;
}
.customer-refer-friend .status-item p {
    color: #444;
    font-weight: 500;
    margin: 0;
}
.customer-refer-friend .status-item h4 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}
.customer-contact-us .contact-section {
    padding: 0;
    background: transparent;
}
.customer-contact-us .contact-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
} /* Left Address Box */
.customer-contact-us .contact-address {
    flex: 0 0 35%;
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 25px 30px;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.05);
}
.customer-contact-us .contact-address h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
.customer-contact-us .contact-address p {
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 16px;
}
.customer-contact-us .contact-address .reg {
    margin-top: 20px;
    font-size: 15px;
    color: #333;
} /* Right Form Section */
.customer-contact-us .contact-form {
    flex: auto;
    background: transparent;
    padding: 15px 0px; /* width: auto; */
}
.customer-contact-us .contact-form h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
    line-height: 24px;
}
.customer-contact-us .contact-form label {
    display: block;
    font-size: 15px;
    margin: 10px 0 5px;
}
.customer-contact-us .contact-form input,
.customer-contact-us .contact-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #cddfe0;
    border-radius: 4px;
    outline: none;
    font-size: 15px;
    background-color: #f9f9f9;
    transition: 0.3s ease;
}
.customer-contact-us .contact-form input:focus,
.customer-contact-us .contact-form textarea:focus {
    border-color: #4caf50;
    background-color: #fff;
} /* Submit Button */
.customer-contact-us .submit-btn {
    background-color: #243ffa;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 30px;
    padding: 0px 25px;
    cursor: pointer;
    margin-top: 20px;
    transition: 0.3s ease;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
.customer-contact-us .submit-btn:hover {
    background-color: #22863a;
}
.order-box h5 i {
    margin-right: 10px;
} /* Sidebar */
.product-page-main-section .sidebar {
    width: 100%;
    border-right: 0px solid #eee;
    padding-right: 20px;
    flex: 0 0 22%;
}
.product-page-main-section .filter-group {
    margin-bottom: 30px;
}
.product-page-main-section .filter-group h4 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}
.product-page-main-section .filter-group label {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    color: #333;
    display: flex;
    align-items: center;
}
.product-page-main-section .filter-group input {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
.product-page-main-section .clear-btn {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 10px 25px;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.3s;
}
.product-page-main-section .clear-btn:hover {
    background: #f4f4f4;
} /* Product Area */
.product-page-main-section .product-area {
    flex: 1;
}
.product-page-main-section .product-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 25px;
    transition: all 0.3s;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.product-page-main-section .product-card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.product-page-main-section .product-card img {
    width: 100%;
    border-radius: 8px;
    max-width: 230px;
}
.product-page-main-section .product-info {
    flex: 0 0 55%;
    margin-left: 0px;
}
.product-page-main-section .product-info h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.product-page-main-section .product-info ul {
    list-style: none;
    margin-bottom: 20px;
}
.product-page-main-section .product-info li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 16px;
}
.product-page-main-section .product-info li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: black;
    font-weight: 700;
}
.product-page-main-section .price-label {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
}
.product-page-main-section .price {
    font-size: 25px;
    font-weight: 600;
    margin: 0px;
    padding: 0;
    color: #000;
}
.product-page-main-section .view-btn {
    background: #243ffa;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    color: #fff;
}
.product-page-main-section .view-btn:hover {
    background: #000;
}
.product-page-main-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-page-main-section .product-card figure {
    flex: 0 0 45%;
    text-align: center;
}
.product-card-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.service-section {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.service-section h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
}
.service-section .highlight {
    color: #243ffa; /* light green */
    font-weight: 600;
}
.service-section .steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
}
.service-section .step {
    flex: 1;
    min-width: 300px;
    text-align: center;
    padding: 20px;
    position: relative;
}
.service-section .step img {
    width: auto;
    height: 200px;
    margin-bottom: 20px;
}
.service-section .step-line {
    position: relative;
    margin-bottom: 20px;
}
.service-section .step-line::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 3px;
    background-color: #243ffa;
    width: 100%;
    transform: translateX(-50%);
    z-index: -1;
}

.service-section .circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #243ffa;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}
.service-section .step h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0;
}
.service-section .step p {
    color: #333;
    font-size: 15px;
    line-height: 1.6;
}
.service-section .btn-box {
    margin-top: 40px;
    margin: auto;
    text-align: center;
}
.service-section .btn {
    display: inline-block;
    background-color: #243ffa;
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}
.btn:hover {
    background-color: #007f56;
}
.checkout-page-section .checkout-steps {
    display: flex;
    justify-content: center;
    align-items: center; /* background: #f6f6f6; */
    padding: 25px 0;
    gap: 165px;
}
.checkout-page-section .step {
    text-align: center;
    position: relative;
}
.checkout-page-section .circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #222;
    margin: 0 auto;
}
.checkout-page-section .step p {
    font-weight: 600;
    margin-top: 10px;
}
.checkout-page-section .step.active .circle {
    background: #243ff9;
    color: #fff;
    border: none;
}
.checkout-page-section .step.completed .circle {
    background: #243ff9;
    color: #fff;
    border: none;
}
.checkout-page-section .step.active p {
    font-weight: 700;
    color: #111;
}
.checkout-page-section .step.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #243ff9;
    position: absolute;
    bottom: -10px;
    left: 0;
} /* ---------- Form Container ---------- */
.checkout-page-section .form-section {
    max-width: 800px;
    margin: 30px auto;
    padding: 20px 0px;
    border-top: 1px solid #ccc;
}
.checkout-page-section .form-section h1 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #000;
}
.checkout-page-section label {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}
.checkout-page-section input,
.checkout-page-section select {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #cfdede;
    border-radius: 4px;
    background: #f9f9f9;
    font-size: 16px;
} /* ---------- Buttons ---------- */
.checkout-page-section .btns {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.checkout-page-section .btns button {
    padding: 10px 25px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
}
.checkout-page-section .btn-prev {
    background: #ddd;
    color: #333;
}
.checkout-page-section .btn-next {
    background: #243ff9;
    color: #fff;
}
.checkout-page-section .form-step-2-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 30px;
}
.checkout-page-section .form-step-2-bottom label {
    font-size: 25px;
    margin: 0;
}
.checkout-page-section .form-step-2-bottom button {
    font-size: 16px;
    border: none;
    height: 50px;
    padding: 0 24px;
    border-radius: 50px;
    background: #243ffa;
    color: #fff;
    font-weight: 600;
}
.delivery-section .delivery-section h1 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 25px;
} /* Info Box */
.delivery-section .info-box {
    background: #000;
    color: #fff;
    padding: 18px 20px;
    border-radius: 6px;
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.5;
} /* Delivery Options */
.delivery-section .delivery-option {
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    margin-bottom: 18px;
    background: #fafafa;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}
.delivery-section .delivery-option.active {
    border-color: #243ffa;
}
.delivery-section .delivery-option.active .option-footer {
    background: #243ffa;
    color: #fff;
}
.delivery-section .option-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px;
}
.delivery-section .option-header input[type="radio"] {
    accent-color: #243ffa;
    transform: scale(1.2);
    margin-right: 10px;
    width: 25px;
    height: 25px;
    border-radius: 1px !important;
    margin: 0 0 0 0;
}
.delivery-section .option-header > div {
    display: flex;
    gap: 20px;
    align-items: center;
}
.delivery-section .option-header label {
    cursor: pointer;
}
.delivery-section .option-footer {
    font-size: 12px;
    background: #fff;
    padding: 10px;
    border-top: 1px solid #e0e0e0;
} /* Footer */
.delivery-section .delivery-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}
.delivery-section .delivery-footer h2 {
    font-size: 24px;
    font-weight: 700;
}
.payment-container h2 {
    font-size: 34px;
    font-weight: 600; /* margin: 0 0 20px; */
    padding: 20px 0 10px;
}
.delivery-section .btn-green {
    background: #243ff9;
    color: #fff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}
.delivery-section .btn-green:hover {
    background: #27ae60;
}
.delivery-section .price {
    font-size: 22px;
    font-weight: 600;
    margin: 8px 0;
    color: #000;
    padding: 0;
    margin: 0;
    line-height: 25px;
}
.payment-container {
    max-width: 100%;
    background: #fff;
    margin: auto;
    padding: 0px;
    border-radius: 10px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}
.payment-container .note {
    /* color: #555; */
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}
.payment-container .payment-option {
    border: 0px solid #ddd;
    border-radius: 0px;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    background: #f4f4f4;
}
.payment-container .payment-option label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
}
.payment-container .payment-option input {
    margin-right: 0px;
    accent-color: #000;
    width: 20px;
    height: 20px;
    margin: 0;
}
.payment-container .payment-option span {
    flex-grow: 1;
    font-weight: 500;
    color: #222;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
}
.payment-container .icon {
    font-size: 20px;
}
.payment-container .pay-icons img {
    height: 20px;
    margin-left: 6px;
}
.payment-container .klarna {
    background: #f8e1e9;
}
.payment-container .klarna-badge {
    background: #e84a8a;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 13px;
}
.payment-container hr {
    border: none;
    border-top: 1px solid #eee;
    margin: 20px 0;
}
.payment-container .input-group input {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 25px 0 0 25px;
    outline: none;
    margin: 0;
    padding-left: 20px;
}
.payment-container .input-group input {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 25px 0 0 25px;
    outline: none;
    padding-left: 20px;
}
.payment-container .input-group button {
    background: #000;
    color: #fff;
    border: none;
    padding: 0 20px;
    border-radius: 0 25px 25px 0;
    cursor: pointer;
}
.payment-container .alert {
    background: #e74c3c;
    color: #fff;
    padding: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin: 30px 0 50px;
    font-size: 14px;
}
.payment-container .alert span {
    margin-right: 10px;
}
.payment-container .summary {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 0px;
    margin: 60px 0 0;
}
.payment-container .summary-row {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    font-size: 14px;
    color: #333;
}
.payment-container .summary-row.total {
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
}
.payment-container i {
    font-size: 30px;
}
.checkout-page-section .store-credit h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 27px;
}
.checkout-page-section .voucher h3 {
    font-size: 24px;
    font-weight: 600;
}
.checkout-page-section .voucher p {
    font-size: 16px;
    margin: 0 0 5px;
}
.checkout-page-section .delivery-section .info-box p {
    display: flex;
    gap: 20px;
    margin: 0;
}
.navbar-light .navbar-brand figure img {
    max-height: 40px;
    height: 100%;
}
#variantSection .variant-btn {
    width: 130px;
    height: 45px;
    border: none;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    background: #f4f4f4;
    color: #0e0e0e;
}
#variantSection .variant-btn.active{
    background: #243ff9;
    color: #fff; 
}
div#pillSection {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
div#pillSection button {
    font-size: 14px;
    font-weight: 600;
    height: 45px;
    padding: 0 15px;
    border-radius: 50px;
    border: none;
    background: #f4f4f4;
    color: #000000;
}
div#pillSection .pill-btn.active {
    background: #243ff9;
    color: #fff;
}
#consultForm .question-block {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}
.reaction-box {
    background: #e51644;
    padding: 10px;
    margin: 20px 0 0;
    border-radius: 3px;
    font-size: 15px;
    line-height: 20px;
    position: static;
    bottom: 5px;
    left: 0;
    width: 100%;
    color: #fff !important;
    flex: 0 0 100%;
}

.category-section .treatment-card figure img {
    width: 100%;
}
.main-cart {

    display: flex;

    margin: 50px 0;

    flex-wrap: wrap;

    justify-content: space-between;

}



.main-cart-70-per {

    width: 68%;

}



.main-cart-30-per {

    width: 30%;

}



.main-cart-70-details {

    width: 100%;

    float: left;

    background: #fff;

    border-radius: 6px;

    box-shadow: 0 0 6px 0 #ccc;

    margin: 0px 0 15px;

}
.register {
    display: flex;
    gap: 5px;
}
.register a {
    font-size: 14px;
    text-decoration: underline;
    font-weight: 600;
    color: #243ff9;
}



.main-cart-page-container .yn-group {
  display: flex;
  gap: 10px;
}

.main-cart-page-container .yn-group label {
    position: relative;
    cursor: pointer;
    padding: 0px 30px;
    border: 1px solid #ccc;
    border-radius: 50px;
    background-color: #fff;
    color: #040404;
    font-weight: 600;
    transition: all 0.3s 
ease;
    height: 45px;
    line-height: 45px;
}

/* Hide the default radio button */
.main-cart-page-container .yn-group input[type="radio"] {
  display: none;
}

/* Selected state */
.main-cart-page-container .yn-group input[type="radio"]:checked + span, .main-cart-page-container .yn-group input[type="radio"]:checked + label, .main-cart-page-container .yn-group label:has(input[type="radio"]:checked) {
    background-color: #243ff9;
    color: #fff;
    box-shadow: 0 3px 8px rgba(0, 123, 255, 0.3);
}
.textarea-box {
    width: 100%;
}

/* Hover effect */
.main-cart-page-container .yn-group label:hover {
  background-color: #e6f0ff;
}
div#reviewBox p {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 17px;
}

.main-cart-70-details .main-cart-70-details-box {
    width: 100%;
    float: left;
    padding: 20px;
    position: relative;
    display: flex
;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    border-bottom: solid 1px #eee;
    margin: 0px 0;
}
.product-select-image {
    max-width: 85px;
    margin-right: 20px;
    box-shadow: 0 0 2px #ebdeff;
    border-radius: 10px;
    padding: 10px;
}
.main-cart-70-details-box>div {
    width: 80%;
}
.main-cart-70-details .main-cart-70-details-box .left_side {
    width: auto;
    float: left;
}
.main-cart-70-details .main-cart-70-details-box .right_side {
    width: auto;
    float: right;
    text-align: right;
}
.quality-adjust {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    padding: 3px 4px 5px;
    border-radius: 30px;
    gap: 5px;
}
.product-select-image img {
    width: 100%;
}
.coupons .form-group {
    display: flex
;
    width: 100%;
    /* float: left; */
    padding: 35px;
    border-bottom: 1px solid #ccc;
    margin: 0;
}
.coupons h3 {
    flex: 0 0 30%;
}
.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 50px 0 0 50px;
    padding-left: 30px;
}
.coupons button {
    width: auto;
    border: none;
    background: #c80f2e;
    border-radius: 0 50px 50px 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.main-cart-70-details > h3 {
    padding-left: 30px;
    border-bottom: 1px solid #ccc;
    padding: 13px;
    font-size: 24px;
    font-weight: 600;
    padding-left: 20px;
}
.coupons h3 {
    font-size: 22px;
    margin: 0;
    font-weight: 600;
    padding: 0 !important;
    border-bottom: 0 !important;
}
.quality-adjust button {
    border: none;
    background: transparent;
}
.quality-adjust input {
    border: none;
    text-align: center;
}
.main-cart-30-checkout {

    margin: 0px 0 10px;

    width: 100%;

    float: left;

    background: #fff;

    border-radius: 6px;

    box-shadow: 0 0 6px 0 #ccc;

}



.main-cart-70-details h3, .main-cart-30-checkout h3 {

    border-radius: 5px 5px 0px 0px;

    width: 100%;

    float: left;

    font-size: 20px;

    letter-spacing: 0px;

    font-weight: 600;

    color: #000000;

 

    display: block;

    padding: 10px 20px;

    border-bottom: 1px solid #ccc;

}
.main-cart-30-checkout ul {
    width: 100%;
    float: left;
    padding: 5px 15px 15px 15px;
}
.main-cart-30-checkout ul li {
    width: 100%;
    float: left;
    display: flex
;
    align-items: stretch;
    justify-content: space-between;
    font-size: 16px;
    padding: 10px 0;
    border-bottom: solid 1px #eee;
}

.main-cart-30-checkout .btn_checkout {
    background: #243ff9;
    color: #fff;
    border-radius: 25px;
    border: none;
    font-size: 16px;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: 900;
    cursor: pointer;
    margin: 5px 0px;
    width: 100%;
    height: 45px;
    padding: 0 25px;
}
section.bg-bread {
    width: 100%;
    /* float: left; */
    background: #f8f8f8;
}
section.bg-bread ul {
    display: flex
;
    gap: 5px;
    list-style: none;
    margin: 0;
    padding: 10px 0 15px;
}
section.bg-bread ul li a {
    color: #000;
    font-size: 16px;
}
.main-cart-30-checkout ul li .left b {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 20px;
    display: block;
}
.remove_area a {
    color: #c80f2e;
    font-size: 15px;
}
.customer-contact-us.contact-page {
    width: 100%;
}
section.contactPageSection {
    float: left;
    padding: 50px 0;
    width: 100%;
}
.subCategoryViewMore a {
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #000;
    text-decoration: underline;
    opacity: .7;
}
.owl-carousel .owl-stage-outer {
    height: 350px !important;
}
.product-page-accoddion-box .card-body table {
    border: 1px solid #dee2e6;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
}
.product-page-accoddion-box .card-body table td, .product-page-accoddion-box .card-body table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.product-page-accoddion-box .card-body table td, .product-page-accoddion-box .card-body table th {
    border: 1px solid #dee2e6;
}
.product-page-accoddion-box .card-body table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}
.menu--dropdown--inner-sub-box-rigt p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.phone.phone-mobile.d-flex.align-items-center {
    display: none !important;
}

.blogs-section .owl-carousel .owl-stage-outer {
    height: auto !important;
}
.social-links i {
    color: #fff !important;
}
.social-links li:hover i {
    color: #243ffa !important;
}
.cms-page-section-main {
    padding: 40px 0;
}
.copy-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copy-right ul {
    display: flex;
    gap: 20px;
    margin: 0;
}
.copy-right ul li a{
    font-size: 14px;
    color: #a2b1cc;
}
.site-map ul li {
    font-size: 16px;
}
.site-map li a {
    color: #000;
}

.site-map li i {
    font-size: 12px;
    margin-right: 10px;
}
.site-map {
    display: flex
;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.site-map-box {
    flex: 0 0 18%;
}
.site-map-box h3 {
    font-size: 20px;
}
.site-map-box h3 a{
    color: #000;
}
.site-map-main h2 {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 10px;
}
.site-map-box h2 a {
    font-size: 20px;
    color: #243ff9;
}
.site-map-main {
    margin: 0 0 22px;
}
.cms-page-section.sitemap--bnr {
    padding: 40px 0;
}
h3.sitemap-accod {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    gap: 10px;
    font-weight: 400;
    justify-content: space-between;
}
h3.sitemap-accod span {
    background: #243ff9;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    flex: 0 0 20px;
}
.site-map-main ul {
    padding-left: 20px;
}
.product-page-accoddion .card-body {
    overflow: scroll;
}
.category-page-bnr-intro ul {
    float: left;
    width: 100%;
    padding-left: 20px;
}
.category-page-bnr-intro ul li{
    font-size: 16px;
}
.prod-image-cont {
    margin: 10px 0;
}
.prod-image-cont div {
    display: flex;
    gap: 10px;
    background: #fafafa;
    padding: 10px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid #f0f0f0;
}
.prod-image-cont div p{
    margin-bottom: 0;
}
.prod-image-cont div span i{
color: #fff;
font-size: 24px;
}
.prod-image-cont div span {
    width: 48px;
    height: 48px;
    background: #243ff9;
    flex: 0 0 48px;
    border-radius: 4px;
    text-align: center;
    line-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-top-bar {
    background: #071890;
        margin-bottom: 15px;
}
.header-top-bar-right ul {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    list-style: none;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 10px 0;
}
.header-top-bar-right ul li p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.header-top-bar-right ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color:#fff;
}
.header-top-bar-left ul {
    display: flex;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
       padding: 10px 0;
           list-style: none;
           gap: 30px;
}
.header-top-bar-left ul li {
    display: flex
;
    align-items: center;
    gap: 12px;
}
.header-top-bar-left ul li p {
    margin: 0;
}
.login-page input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #ccc;
    outline: none;
    transition: border-color 0.3s 
ease;
    font-size: 15px;
    margin-bottom: 20px;
}
.header-con.inner_header {
    padding: 0 0 20px;
}
.top-description {
    background: #fff;
    padding: 30px 30px 10px;
    margin-bottom: 30px;
    border: 1px solid #e1e2e3;
    border-radius: 10px;
    border-left: 5px solid #c0c1c2;
}
.Forgot-Password-bottom {
    display: flex
;
    justify-content: space-around;
    flex-wrap: wrap;
}
.customer-section .tab-pane.fade.show {
    display: block !important;
}
.tab-content h2 {
    font-size: 32px;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    vertical-align: baseline;
}

/*********POPUP css************/
.cookie-popup {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 500px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    display: none;
    z-index: 9999;
    font-family: Arial, sans-serif;
}

.cookie-content h2 {
    margin-top: 0;
}

.cookie-buttons {
    margin-top: 20px;
    text-align: center;
}

.cookie-buttons button {
    padding: 10px 20px;
    margin: 5px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

.btn-outline {
    border: 1px solid #0d6efd;
    background: white;
    color: #0d6efd;
}

.btn-outline:hover {
    background: #e8f0ff;
}

.btn-primary {
    border: none;
    background: #0d6efd;
    color: white;
}

.btn-primary:hover {
    background: #004fd1;
}
button.cta.outstock {
    background: #243ff9;
    width: 100%;
    color: #fff;
}

.blog_author {
                width: 100%;
                float: left;
                background: #f7f7f7;
                border-radius: 20px;
                padding: 20px;
                margin: 25px 0 0;
                display: flex;
                flex-flow: row;
                align-items: center
            }

.blog_author figure {
                max-width: 170px;
                min-width: 170px;
                height: 170px;
                border-radius: 50%;
                overflow: hidden;
                margin: 0;
                line-height: 170px;
                padding: 0
            }

.blog_author figure img {
                max-width: 100%;
                height: auto
            }

.blog_author .author_dtls {
                padding: 0 0 0 25px
            }

.blog_author .author_dtls label {
                margin: 0 0 5px!important
            }

.blog_author .author_dtls span {
                font-size: 16px;
                margin: 0 0 5px;
                width: 100%;
                float: left
            }

.blog_author .author_dtls h3 {
                margin: 0 0 5px;
                padding: 0;
                width: 100%;
                float: left
            }

.blog_author .author_dtls h3 a {
                color: #103d7d
            }

.blog_author .author_dtls p {
                margin: 0
            }
            
p.disclaimer-footer {
    margin: 0;
    padding: 15px 0 0;
    border-top: 1px solid #1f3153;
    margin: 15px 0 0;
}
.doctor-team-page h1{color:#000; font-size:48px;}
section.category-page-bnr-main.Consultation-section .category-page-bnr {
    height: auto;
    padding: 0;
}

.resgister-dob {
    position: relative;
}
.resgister-dob i {
    position: absolute;
    right: 20px;
    bottom: 30px;
    color: #101010;
}
