@charset "utf-8";
/*..............Embaded fonts..............*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

:root {
    --poppins: "Poppins", sans-serif;
    --font-awesome: "Font Awesome 6 Free";
    --grey: #838383;
    --yellow: #cba135;
    --light-yellow: #fff9eb;
    --secondary-color: #1e1e1e;
    --white: #fff;
    --black: #000;
    --common-transition: all 0.3s ease 0s;
}

/*..............common styles..............*/
body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.2;
    font-family: var(--poppins);
    overflow-x: hidden;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    margin: 0 0 25px;
    padding: 0;
    font-family: var(--poppins);
    color: var(--secondary-color);
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 56px;
    font-weight: 600;
}

h3 {
    font-size: 34px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin: 0 0 25px;
    line-height: 1.5;
    font-size: 18px;
    color: var(--grey);
    font-family: var(--poppins);
}

.cmn-tag {
    font-size: 14px;
}

img {
    max-width: 100%;
}

a,
img {
    border: 0;
    text-decoration: none;
    outline: none;
}

a,
a:link,
a:visited,
a:focus,
a:hover {
    color: var(--body-font-color);
    outline: none;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    display: block;
}

a:hover {
    text-decoration: none;
}

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

.container-fluid {
    padding: 0;
}

input,
textarea,
select {
    outline: none;
}

input[type="submit"] {
    font-weight: 500;
    transition: all 0.3s ease 0s;
    outline: none;
    border: 0;
    color: var(--white);
    padding: 12px 25px;
    border-radius: 35px;
}

input:focus {
    outline: 0 !important;
    box-shadow: inherit !important;
}

b {
    font-weight: 600;
    color: var(--black);
}

.slick-prev,
.slick-next {
    z-index: 9;
}

/* .common-padding {
    padding: 100px 0;
} */

.common-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.common-padding-left-right {
    padding-left: 100px;
    padding-right: 100px;
}

.pad-top {
    padding-top: 180px;
}

.pad-bottom {
    padding-bottom: 250px;
}

/* -- Container adjustment -- */
@media only screen and (min-width: 1700px) {
    .container {
        max-width: 1600px;
    }
}

/* -- Container adjustment -- */

/* --- for placeholder color --- */

.form-control::-moz-placeholder {
    color: #969393;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #969393;
}

.form-control::-webkit-input-placeholder {
    color: #969393;
}

/* --- for placeholder color --- */

/* --- Button Styles --- */
a.btn,
.btn {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
    border-radius: 50px;
    background: linear-gradient(180deg, #e5b63a 0%, #bc9328 100%);
    color: #ffff;
    position: relative;
    padding: 17px 63px;
    border-radius: 50px;
    border: 1px solid transparent;
}

a.btn:hover,
.btn:hover {
    background: linear-gradient(180deg, #e5b63a 100%, #bc9328 0%);
    color: var(--white);
    border: 1px solid var(--yellow);
}

a.btn.white,
.btn.white {
    background: var(--white);
    color: var(--yellow);
    border: 1px solid var(--yellow);
}

a.btn.white:hover,
.btn.white:hover {
    background: linear-gradient(180deg, #e5b63a 0%, #bc9328 100%);
    color: var(--white);
    border: 1px solid var(--yellow);
}

a.btn.black,
.btn.black {
    background: #696969;
    color: var(--white);
    border: 1px solid transparent;
    padding: 17px 54px;
}

a.btn.black:hover,
.btn.black:hover {
    background: linear-gradient(180deg, #e5b63a 0%, #bc9328 100%);
    color: var(--black);
    border: 1px solid var(--secondary-color);
}

/* --- Button Styles --- */

/*..............common styles..............*/

/*.............. top header ..............*/
.top-header {
    background: var(--secondary-color);
    padding: 21px 0;
}

.contact-info ul li {
    margin-right: 73px;
    position: relative;
}

.contact-info ul li:last-child {
    margin-right: 0;
}

.contact-info ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info ul li h5 {
    color: var(--yellow);
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-info ul li p {
    margin-bottom: 0;
}

.contact-info ul li h5 span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.contact-info ul li p {
    font-size: 20px;
    color: var(--white);
    font-weight: 600;
}

.bottom-header {
    background: linear-gradient(180deg, #e5b63a 0%, #bc9328 100%);
}

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

.login-wrap {
    padding: 13px 33px;
    background: rgba(255, 255, 255, 0.2);
}

.login-wrap a {
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
}

.login-wrap a span {
    margin-right: 10px;
}

.main-menu .menu-header-menu>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.main-menu ul li {
    margin-right: 40px;
    position: static;
}

.main-menu ul li a {
    display: block;
    font-size: 18px;
    color: var(--secondary-color);
    position: relative;
    padding: 0;
    font-weight: 400;
    transition: all 0.3s ease;
}

.main-menu ul li a:hover,
.main-menu ul li.current-menu-item a {
    color: var(--white);
}

.mega-menu-wrap {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
    left: 0;
    /* transform: translateX(-50%); */
    width: 100%;
    background: #ffffff;
    z-index: 99;
    right: 0;
    box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
    padding: 30px 20px;
}

.main-menu ul li:hover .mega-menu-wrap {
    visibility: visible;
    opacity: 1;
    margin-top: 2px;
    border-radius: 4px;
}

.plus,
.minus {
    display: none;
}
.main-menu ul li ul.sub-menu ul {
    margin-bottom: 15px;
}
.main-menu ul li ul.sub-menu li {
    margin: 0;
}

.main-menu ul li ul.sub-menu li a {
    color: var(--black);
    font-size: 16px;
    padding: 5px;
}

.main-menu ul li ul.sub-menu li a:hover,
.main-menu ul li ul.sub-menu ul li a:hover,
.main-menu ul li ul.sub-menu ul li a:hover:after {
    color: var(--yellow);
}

.menu-dropdown>a:after,
.main-menu ul li ul.sub-menu ul li a:after {
    position: absolute;
    content: "\f054";
    font-size: 14px;
    color: var(--black);
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
}

.menu-dropdown>a,
.main-menu ul li ul.sub-menu ul li a {
    padding-left: 16px !important;
}

/* code for sub sub menu */
.menu-dropdown:hover .super-sub-menu {
    display: block;
}

.main-menu ul li ul.sub-menu h5 {
    font-weight: 600;
    margin-bottom: 7px;
    text-transform: capitalize;
    /* color: var(--yellow); */
}

.main-menu ul li ul.super-sub-menu {
    background: var(--white);
    padding: 10px;
    position: absolute;
    display: none;
    min-width: 220px;
    z-index: 2;
    top: 0;
    flex-wrap: wrap;
    left: 100%;
}

.menu-item-has-children a:after {
    position: absolute;
    content: "\f0dd";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    right: -13px;
    top: -14%;
}

.menu-item-has-children:hover:after {
    color: var(--white);
}

.banner-section {
    background: url(../images/banner-bg.png) no-repeat;
    background-size: cover;
    padding: 160px 0 110px;
    position: relative;
}

.banner-content h1 {
    font-weight: 600;
    margin-bottom: 30px;
}

.form-srch form {
    display: flex;
}

.form-srch .search-field {
    width: 100%;
    max-width: 459px;
    height: 55px;
    border: 0;
    padding: 14px 20px;
    display: inline-block;
    border-radius: 10px 0 0 10px;
    background: var(--white);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
}

.form-srch button {
    display: inline-block;
    border: 0;
    color: #ffffff;
    padding: 15px;
    font-size: 18px;
    margin: 0;
    vertical-align: middle;
    border-radius: 0px 10px 10px 0px;
    background: var(--yellow);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
}

.doctor-facitility {
    margin-top: 30px;
}

.doctor-facitility ul {
    display: flex;
    flex-wrap: wrap;
}

.doctor-facitility ul li {
    margin-bottom: 20px;
    position: relative;
    vertical-align: middle;
    display: flex;
    align-items: center;
    width: 45%;
}

.doctor-facitility ul li span {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    border-radius: 15px;
    background: var(--yellow);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
}

.doctor-facitility ul li b {
    text-transform: capitalize;
    margin-right: 5px;
}

.down-arrow {
    position: absolute;
    left: 50%;
    right: 0;
    margin: 0 auto;
    bottom: 5%;
}

.treatment-tab .nav-pills li {
    margin-right: 15px;
    margin-bottom: 15px;
}

.treatment-tab .nav-pills button {
    border-radius: 10px;
    border: 1px solid #d8cfb9;
    background: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
    padding: 16px 31px;
    color: var(--secondary-color);
}

.treatment-tab .nav-pills .nav-link.active {
    background: var(--yellow);
}

.treatment-img {
    position: relative;
    padding: 0 0 64%;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

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

.treatment-info {
    padding: 26px 20px;
    border-radius: 0 0 15px 15px;
    border: 1px solid #e0e0e0;
    background: #cba135;
    border-top: 0 !important;
}

.trt-icon {
    margin-left: auto;
}

.treatment-icon {
    width: 50px;
    flex: 0 0 50px;
    margin-right: 15px;
    height: 50px;
}

.treatment-icon img {
    width: 100%;
    height: 100%;
}

.trt-icon svg {
    color: #fff;
}

.treatment-text h4 {
    font-weight: 700;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    margin: 0;
    color: #fff;
}

.treatment-text p {
    margin: 0;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.treatment-text {
    margin-right: 15px;
}

.treatment-box {
    margin-bottom: 30px;
}

.treatment-box:hover .treatment-info {
    border: 1px solid var(--yellow);
}

.treatment-box:hover .treatment-info a {
    color: var(--yellow);
}

.works-wrap {
    background: url(../images/work-bg.png) no-repeat;
    background-size: cover;
}

.step-count {
    width: 40px;
    height: 40px;
    background: #ededed;
    color: var(--secondary-color);
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    bottom: -13px;
    left: 0%;
    right: 0;
    margin: 0 auto;
    z-index: 3;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
}

.popup-icon {
    background: var(--white);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #dadada;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-list {
    max-width: 976px;
    margin: 0 auto;
}

.step-list ul {
    display: flex;
    justify-content: space-between;
}

.step-list ul li .counter-box {
    position: relative;
    z-index: 1;
}

.step-list ul li .counter-box:after {
    position: absolute;
    content: "";
    background: url(../images/curve-line.svg);
    width: 279px;
    height: 44px;
    top: 50%;
    left: 85%;
    z-index: -1;
    transform: translateY(-50%);
}

.step-list ul li:last-child .counter-box:after {
    display: none;
}

.step-list ul li h4 {
    font-weight: 600;
    margin-top: 30px;
}

.vaccination-wrap .vaccination-text {
    margin-left: 117px;
}

.prescribe-white {
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 30px;
}

.health-img {
    position: relative;
    padding-bottom: 48%;
    flex: 0 0 48%;
}

.health-img img {
    border-radius: 15px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

.health-list {
    margin-left: 30px;
    text-align: left;
}

.health-list h4 {
    font-weight: 600;
}

.health-list ul li {
    margin-bottom: 20px;
    position: relative;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.health-list ul li span {
    margin-right: 4px;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    border-radius: 15px;
    background: var(--yellow);
    display: inline-block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Clinicians-wdth {
    max-width: 1057px;
    margin: 0 auto;
}

.doctor-info {
    border-radius: 15px;
    background: var(--secondary-color);
    box-shadow: 0px 10px 30px 0px rgba(74, 53, 0, 0.05);
    padding: 50px;
    margin: 0 15px;
}

.doctor-img {
    width: 200px;
    height: 200px;
    margin: 0 auto 30px;
    text-align: center;
    /* background: var(--yellow); */
    border-radius: 50%;
}

.doctor-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.doctor-text h4 {
    color: var(--yellow);
    font-weight: 600;
    margin-bottom: 10px;
}

.doctor-text {
    text-align: center;
}

.doctor-text h5 {
    color: var(--white);
    margin-bottom: 10px;
}

.doctor-text p {
    margin: 0;
}

.logo-item {
    border-radius: 10px;
    border: 1px solid #d8cfb9;
    background: #fff;
    text-align: center;
    padding: 23px;
}

.logo-item img {
    display: block;
    width: 100%;
    height: 176px;
    object-fit: contain;
}

.logo-item.slick-slide {
    margin: 0 15px;
}

.logo-item:hover {
    border: 0;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
}

.logo-item .slick-track {
    padding: 40px 0;
}

.logo-slider .slick-arrow,
.clinic-slider .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #e0e0e0;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-slider .slick-prev,
.clinic-slider .slick-prev {
    left: -7px;
}

.logo-slider .slick-arrow:before,
.clinic-slider .slick-arrow:before {
    position: absolute;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    color: var(--black);
}

.logo-slider .slick-prev:before,
.clinic-slider .slick-prev:before {
    content: "\f053";
}

.logo-slider .slick-next:before,
.clinic-slider .slick-next:before {
    content: "\f054";
}

.logo-slider .slick-next,
.clinic-slider .slick-next {
    right: -7px;
}

.logo-slider .slick-arrow:hover,
.clinic-slider .slick-arrow:hover {
    background: linear-gradient(180deg, #e5b63a 0%, #bc9328 100%);
}

.logo-slider .slick-arrow:hover:before,
.clinic-slider .slick-arrow:hover:before {
    color: var(--white);
}

footer {
    background: var(--secondary-color);
}

.ftr-logo {
    margin-bottom: 50px;
}

.ftr-menu h4 {
    font-weight: 500;
    color: var(--white);
}

.ftr-menu ul li {
    margin-bottom: 10px;
}

.ftr-menu ul li a {
    color: #838383;
}

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

.ftr-lgo {
    display: flex;
    /* background: #fff; */
}

.ftr-lgo img {
    max-width: 101px;
    background: #fff;
    /* padding: 10px; */
}

.input-wrap .form-control {
    border-radius: 10px;
    border: 1px solid #383838;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
    background: transparent;
    padding: 14px 20px;
    margin-bottom: 20px;
}

.social-links {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.social-links li:first-child {
    margin-right: 38px;
}

.social-links li {
    margin: 0 16px 0 0;
}

.social-links li h4 {
    color: var(--white);
    font-weight: 500;
    margin: 0;
}

.social-links li a svg {
    max-width: 20px;
}

.social-links li a svg:hover {
    color: var(--yellow);
}

.social-links li a {
    color: #838383;
}

.copyright-panel {
    background: var(--secondary-color);
    border-top: 1px solid #383838;
    padding: 20px 0;
    text-align: center;
}

.copyright-panel p {
    margin: 0;
}

.e-prescribe-img img {
    border-radius: 190px 20px 20px 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.e-prescribe-img {
    max-width: 500px;
    margin-left: auto;
    padding-bottom: 60%;
    position: relative;
}

.inner-banner {
    background: url(../images/inner-banner-bg.png);
}

.inner-content {
    text-align: center;
}

.inner-content h2 {
    margin: 0;
}

.inner-content ol.breadcrumb {
    justify-content: center;
    align-items: center;
}

.inner-content ol.breadcrumb li a {
    display: inline-block;
}

.inner-content li.breadcrumb-item.active {
    font-size: 18px;
    font-weight: 600;
    color: var(--yellow);
}

.inner-content .breadcrumb-item+.breadcrumb-item::before {
    color: var(--yellow);
}

.common-heading h3 {
    font-weight: 600;
}

.vaccination-wrap:nth-child(even) .row {
    flex-direction: row-reverse;
}

.vaccination-wrap:nth-child(even) .row .e-prescribe-img {
    margin-right: auto !important;
}

.vaccination-wrap:nth-child(even) {
    padding-top: 0 !important;
}

.vaccination-text p b {
    color: var(--secondary-color);
}

.vaccination-text p a {
    display: inline-block;
    color: #cba135;
    text-decoration: underline;
    word-break: break-all;
}

.vaccination-text p {
    margin-bottom: 15px;
    text-align: justify;
}

.vaccination-list {
    max-width: 1058px;
    margin: 0 auto;
    border-radius: 33px;
    overflow: hidden;
    border: 1px solid var(--yellow);
    box-shadow: 0px 8px 20px 0px rgba(74, 53, 0, 0.05);
}

.vaccination-list h3 {
    margin: 0;
    border-radius: 25px 25px 0px 0px;
    background: linear-gradient(180deg, #e5b63a 0%, #bc9328 100%);
    color: var(--white);
    padding: 32px 40px;
    font-weight: 600;
}

.vaccination-list table thead tr th {
    font-weight: 600;
    border-radius: 15px 15px 0px 0px;
    background: #fff9eb;
    padding: 25px 41px;
    border-right: 1px solid #dadada;
    font-size: 15px;
    text-align: center;
}

.vaccination-list table {
    border-radius: 39px;
    background: #fff;
    margin-top: -13px;
    margin-bottom: 0;
}

.vaccination-list table tbody tr td {
    padding: 20px 40px;
    background: #fff;
    border-right: 1px solid #dadada;
    color: #838383;
    border-bottom: 1px solid #dadada;
    font-size: 15px;
    text-align: center;
}

.vaccination-list table tbody tr td:last-child {
    border-right: 0;
}

.vaccination-list table tbody tr:last-child td {
    border-bottom: 0;
}

.partial-contact {
    max-width: 1250px;
    margin: 0 auto;
}

.partial-contact ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.partial-contact ul li {
    width: 33.3%;
}

.contact-box {
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 30px;
    text-align: center;
    height: 100%;
}

.contact-box h5 {
    margin: 13px 0 6px;
}

.contact-box h4 {
    color: var(--yellow);
    font-weight: 600;
    margin: 0;
}

.inner-content .form-srch {
    margin-top: 20px;
}

.inner-content .form-srch form {
    justify-content: center;
}

.product-listing:not(:last-child) {
    margin-bottom: 70px;
}

.product-listing h3 {
    font-weight: 600;
}

.result-drop-down {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    font-size: 18px;
}

.result-drop-down p {
    margin: 0 20px;
}

.result-drop-down select {
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 15px 20px;
    display: inline-block;
    width: 100%;
    max-width: 295px;
    background: url(../images/black-arrow.svg);
    background-position: center right 14px;
    background-repeat: no-repeat;
    appearance: none;
    background-size: 5%;
}

.product-widget {
    border-radius: 15px;
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
}

.product-image {
    text-align: center;
    position: relative;
    padding-bottom: 47%;
    margin-top: 17px;
}

.product-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: contain;
}

.product-text {
    background: linear-gradient(180deg, #e5b63a 0%, #bc9328 100%);
    text-align: center;
    padding: 15px;
    margin-top: 18px;
}

.product-text h6 {
    color: var(--white);
    margin: 0;
    font-weight: 600;
}

.prdct-benefit {
    padding: 20px;
    height: 150px;
    overflow: hidden;
}

/* .prdct-benefit p {
    margin: 0;
    color: #e5b63a; //wriiten by atanu
}

.medicine-checks p {
    //margin: 0;
    color: #e5b63a; //wriiten by atanu
} */

.prdct-benefit ul li {
    font-size: 15px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

.prdct-benefit ul li:before {
    position: absolute;
    content: "";
    background: url(../images/yellow-tick.svg) no-repeat;
    width: 19px;
    height: 17px;
    top: 31%;
    left: 0;
    display: none;
}

.prdct-price {
    padding: 0 25px 25px 25px;
    margin-top: 20px;
}

.prdct-price p {
    font-size: 16px;
    color: var(--yellow);
    margin: 0;
}

.openning-time {
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    padding: 30px 20px;
}

.openning-time h3 {
    font-weight: 600;
}

.openning-time ul li {
    font-size: 18px;
    margin-bottom: 11px;
}

.openning-time span {
    color: var(--yellow);
    font-weight: 600;
}

.form-group {
    margin-bottom: 20px;
}

.openning-time form .form-control,
.openning-time form textarea {
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    padding: 14px 20px;
    font-size: 18px;
    color: #d8cfb9;
    width: 100%;
}

.terms-wrp {
    border-radius: 20px;
    border: 1px solid #e7d6aa;
    background: #fff9eb;
    padding: 30px;
    height: 100%;
}

.terms-wrp h3 {
    font-weight: 600;
}

.terms-wrp p {
    margin-bottom: 15px;
    text-align: justify;
}

.treatment-tab.prductt-tab .nav-pills {
    justify-content: inherit;
}

.prductt-tab .tab-content {
    margin-top: 30px;
}

.prductt-tab .tab-content ul {
    margin-bottom: 30px;
}

.prductt-tab .tab-content ul li {
    margin-bottom: 20px;
    padding-left: 30px;
    vertical-align: middle;
    position: relative;
}

.prductt-tab .tab-content ul li:before {
    position: absolute;
    content: "";
    background: url(../images/circle-tick.svg) no-repeat;
    width: 25px;
    height: 29px;
    left: 0;
    background-size: 70%;
}

.prductt-tab .tab-content p {
    margin-bottom: 15px;
}

.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    width: 100%;
    float: left;
}

.banner-slider .slider.slider-nav {
    height: 582px;
    overflow: hidden;
}

.banner-slider .slider.slider-nav {
    padding: 75px 0;
}

.banner-slider .slider.slider-for {
    max-width: 80%;
    padding-right: 35px;
}

.banner-slider .slider.slider-nav {
    max-width: 16%;
    margin-right: 20px;
}

.banner-slider .thumbImg {
    padding: 33px 16px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    background: #fff;
    margin-bottom: 15px;
}

.banner-slider .big-image {
    padding: 133px 54px;
    border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #e0e0e0;
    background: #fff;
    margin-right: 1px;
    text-align: center;
}

.banner-slider .big-image img {
    margin: 0 auto;
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.thumbnail-image img {
    width: 74px;
    height: 49px;
    object-fit: contain;
    text-align: center;
    margin: 0 auto;
}

.banner-slider .slick-arrow {
    border-radius: 15px 15px 0px 0px;
    border: 1px solid #e0e0e0;
    background: #f8f8f8;
    padding: 23px;
    width: 100%;
}

.banner-slider .slick-prev {
    left: 0;
    top: 5%;
}

.banner-slider .slick-next {
    right: 0;
    bottom: -2%;
    top: inherit;
}

.banner-slider .slick-prev:before {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: var(--black);
    top: 12px;
    position: absolute;
    left: 0;
    right: 0;
}

.banner-slider .slick-next:before {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: var(--black);
    top: 12px;
    position: absolute;
    left: 0;
    right: 0;
}

.banner-slider button.slick-next.slick-arrow {
    border-radius: 0px 0px 10px 10px;
}

.quantity-dropdown.box {
    border-radius: 15px;
    border: 1px solid var(--yellow);
    background: #fff;
    padding: 35px 20px 20px;
    margin-top: 46px;
    position: relative;
    margin-bottom: 30px;
}

.price-checker {
    position: absolute;
    top: -20px;
    border-radius: 10px;
    border: 1px solid var(--yellow);
    background: #fff;
}

.price-checker h6 {
    margin: 0;
    padding: 11px 16px;
    font-size: 18px;
    color: var(--yellow);
}

.quantity-dropdown.box form label {
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
}

.quantity-dropdown.box form select {
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    background: #fff9eb;
    width: 100%;
    padding: 15px 20px;
    color: #696969;
}

.product-price {
    margin-top: 20px;
}

.product-price h3 {
    color: var(--yellow);
    margin-bottom: 15px;
}

.product-price h4 {
    color: #a6a6a6;
    margin-bottom: 0;
}

.progressbar {
    max-width: 452px;
    margin: 24px auto 0;
    /* padding: 100px 0; */
    margin-top: 7vh;
    /* padding: 47px 0; */
    position: relative;
    z-index: 1;
}

.progressbar li {
    float: left;
    width: 50%;
    position: relative;
}

.progressbar:after {
    content: "";
    height: 1px;
    background: #eaeaea;
    position: absolute;
    left: 0%;
    right: 0%;
    margin-bottom: 2vh;
    top: -8px;
    z-index: -1;
}

.progressbar li:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border-radius: 15px;
    border: 1px solid #e0e0e0;
    background: #f8f8f8;
    top: -21px;
    left: 0%;
    margin: 0 auto;
}

span.text {
    display: block;
    margin-top: 7px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #838383;
}

.progressbar li:before {
    position: absolute;
}

.progressbar li:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border-radius: 15px;
    border: 1px solid #e0e0e0;
    background: #f8f8f8;
    top: -21px;
    left: 0;
}

.progressbar li:last-child:before {
    right: 0;
    left: auto;
    text-align: right;
    margin-left: auto;
}

.progressbar li:after {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border-radius: 15px;
    border: 1px solid #e0e0e0;
    background: var(--yellow);
    top: -12px;
    left: 8px;
    display: none;
}

.progressbar li.active:after {
    display: block;
}

.progressbar li.active:before {
    border: 1px solid var(--yellow);
}

.progressbar li.active:last-child:after {
    margin-left: auto;
    text-align: right;
    right: 8px;
}

.progress-5 {
    max-width: 753px;
}

.progress-5 li {
    width: 20%;
}

.progress-3 li {
    width: 33.3%;
}

.progress-5 li:nth-child(2):before,
.progress-5 li:nth-child(3):before,
.progress-5 li:nth-child(4):before {
    left: 50%;
    transform: translateX(-50%);
}

.progress-5 li:nth-child(2)::after,
.progress-5 li:nth-child(3)::after,
.progress-5 li:nth-child(4)::after {
    left: 70px;
}

.progress-3 li:nth-child(2):before {
    left: 50%;
}

.progress-3 li:nth-child(2):after {
    left: 83px;
}

.assement-div {
    max-width: 1330px;
    margin: 0 auto;
}

.assement-margin {
    margin-top: -20px;
}

.assement-wrap {
    border-radius: 15px;
    border: 1px solid var(--yellow);
    background: #fff;
    box-shadow: 0px 8px 20px 0px rgba(74, 53, 0, 0.05);
    overflow: hidden;
    margin-bottom: 30px;
}

.assement-header {
    padding: 30px 40px;
    border-radius: 15px 15px 0px 0px;
    border-bottom: 1px solid #cba135;
    background: #fff9eb;
}

.assement-header h4 {
    font-weight: 600;
    margin-bottom: 8px;
}

.assement-header p {
    margin: 0;
}

.assement-form {
    padding: 40px;
}

.assement-form label {
    display: block;
    margin-bottom: 10px;
}

.assement-form .radio-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* width: 100%; */
}

.assement-form .radio-group label {
    position: relative;
    padding-left: 14px 25px;
    color: #838383;
    cursor: pointer;
    transition: color 0.3s;
    border-radius: 15px;
    border: 2px solid #e3e3e3;
    padding: 18px 45px 18px 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    font-weight: 400;
}

.assement-form .radio-group input[type="radio"]:checked+label {
    background: var(--yellow);
    color: var(--white);
    font-weight: 600;
}

.assement-form .radio-group input[type="radio"] {
    display: none;
}

.assement-radio .radio-group:first-child label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.assement-radio .radio-group:last-child label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

.ass-info input {
    border-radius: 15px;
    border: 1px solid #e0e0e0;
    background: #fff;
    width: 88px;
    height: 55px;
    margin-right: 20px;
}

.ass-info input label {
    color: #838383;
    font-size: 18px;
    margin-left: 20px;
}

.ass-info.form-group .row .d-flex {
    justify-content: end;
}

/*.assement-radio { justify-content: end;}*/
.assement-form ul li {
    color: #838383;
    font-size: 18px;
    position: relative;
    margin-bottom: 10px;
    padding-left: 24px;
}

.assement-form ul li:before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--yellow);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.assement-form .form-group:last-child {
    margin-bottom: 0;
}

.big-radio.assement-radio .radio-group:last-child label {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-left: 2px solid #e3e3e3;
}

.big-radio.assement-radio .radio-group:first-child label {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-right: 2px solid #e3e3e3;
}

.gps-find a:first-child {
    color: var(--yellow);
    border-bottom: 1px solid var(--yellow);
    margin-right: 40px;
}

.address-info .bottom-part .form-check label a {
    display: inline-block;
}

.bmi-count {
    text-align: center;
    border-radius: 10px;
    background: linear-gradient(180deg, #e5b63a 0%, #bc9328 100%);
    padding: 20px 60px;
    width: fit-content;
    margin-left: auto;
}

.bmi-count p {
    font-weight: 600;
    color: var(--white);
    margin-bottom: 10px;
}

.bmi-count h3 {
    font-weight: 600;
    color: var(--white);
    margin: 0;
}

.profile-wrap {
    border-radius: 15px;
    border: 1px solid #dadada;
    box-shadow: 0px 10px 20px 0px rgba(74, 53, 0, 0.1);
    margin-bottom: 30px;
    text-align: center;
    padding: 40px;
}

.profile-img {
    border-radius: 35px;
    border: 1px solid #e0e0e0;
    background: #f8f8f8;
    width: fit-content;
    margin: 0 auto 30px;
    padding: 10px;
}

.profile-img img {
    border-radius: 35px;
}

.profile-wrap h4 {
    font-weight: 600;
    color: var(--secondary-color);
}

.sidebar-menu ul li a {
    border-radius: 10px;
    padding: 20px;
    transition: all 0.3s;
}

.sidebar-menu ul li.active a,
.sidebar-menu ul li a:hover {
    background: linear-gradient(180deg, #e5b63a 0%, #bc9328 100%);
    color: var(--white);
}

.sidebar-menu ul li a span {
    margin-right: 10px;
}

.sidebar-menu ul li a:hover span img,
.sidebar-menu ul li.active a span img {
    filter: brightness(0) invert(1);
}

.sidebar-menu {
    border-radius: 15px;
    border: 1px solid #dadada;
    padding: 20px;
}

.profile-details-form {
    margin-bottom: 30px;
}

.profile-details-form form {
    border-radius: 15px;
    border: 1px solid #cba135;
    background: #fff;
    box-shadow: 0px 8px 20px 0px rgba(74, 53, 0, 0.05);
    padding: 30px;
}

.profile-details-form form .form-control {
    border-radius: 15px;
    border: 1px solid #696969;
    padding: 14px 20px;
}

.delivery-form {
    border-radius: 21px;
    border: 1px solid var(--yellow);
    overflow: hidden;
}

.delivery-form table thead tr th {
    padding: 25px 30px;
    border-radius: 16px 15px 0px 0px;
    border-right: 1px solid #dadada;
    background: #fff9eb;
    white-space: nowrap;
    font-size: 18px;
}

.delivery-form table {
    margin-bottom: 0;
}

.delivery-form table tbody tr td {
    color: #696969;
    font-size: 15px;
    border-right: 1px solid #dadada;
    padding: 20px 30px;
    vertical-align: middle;
}

.delivery-form table thead tr th:last-child {
    border-right: 0;
}

.delivery-form table tbody tr:last-child td {
    border-bottom: 0;
}

.delivery-form table tbody tr td ul {
    display: flex;
    align-items: center;
}

.delivery-form table tbody tr td ul li {
    margin-right: 15px;
}

.add-btn {
    font-weight: 600;
    color: var(--yellow) !important;
    vertical-align: middle;
}

.add-btn span {
    margin-right: 10px;
}

.prdct-tracked {
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 42px 22px;
}

.product-id {
    margin-bottom: 10px;
}

.product-name h4 a {
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.product-name h4 {
    margin-bottom: 0;
}

.product-name h4 a:hover {
    color: var(--yellow);
}

p.status {
    color: var(--secondary-color);
    margin-bottom: 8px;
}

.table-price {
    font-weight: 600;
    color: var(--yellow);
    font-size: 18px;
}

.text-link {
    color: var(--yellow) !important;
    text-decoration: underline !important;
}

.invoice-sec {
    border-radius: 15px;
    border: 1px solid #cba135;
    background: #fffcf3;
    padding: 25px 30px;
}

.invoice-pdf {
    font-weight: 600;
}

.invoice-pdf span {
    margin-right: 15px;
}

.customer-desc h4 {
    margin-bottom: 10px;
    font-weight: 600;
}

.customer-desc {
    max-width: 450px;
}

.customer-desc p {
    margin-bottom: 15px;
}

.delivery-section {
    border-radius: 15px;
    border: 1px solid #cba135;
    box-shadow: 0px 8px 20px 0px rgba(74, 53, 0, 0.05);
    padding: 30px;
    margin-bottom: 50px;
}

.delivery-section h3 {
    color: var(--yellow);
    font-weight: 600;
}

.order-info-details {
    display: flex;
    align-items: center;
}

.order-info-details figure {
    border-radius: 15px;
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 50px 23px;
    margin-right: 30px;
}

.order-info-details figure img {
    max-width: 150px;
}

.order-info-details .product-name {
    max-width: 250px;
}

.order-info-details .product-name p {
    margin-bottom: 9px;
}

/* -- How It Works Page -- */
p.small-text {
    font-size: 16px;
}

.work-timeline {
    position: relative;
}

.work-timeline::after {
    content: "";
    background: transparent;
    position: absolute;
    border: 1px dashed #696969;
    top: 12%;
    bottom: 19%;
    left: 49%;
    transform: translateX(8px);
    z-index: 1;
}

.work-img {
    padding-bottom: 74%;
    position: relative;
}

.work-img img {
    border-radius: 20px 190px 20px 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.timeline-info {
    padding-left: 260px;
    padding-right: 0;
    position: relative;
}

.timeline-info .icon-wrap {
    width: 140px;
    height: 140px;
    border: 1px solid #dadada;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 15px;
}

.timeline-info h3 {
    font-weight: 600;
}

.timeline-info p {
    margin: 0;
}

.timeline-info .number-wrap {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #ededed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 40%;
    left: 10%;
    z-index: 2;
}

p.small-text {
    text-align: justify;
}

.timeline-info .number-wrap span {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 700;
}

.work-timeline-wrap .row:nth-child(even) {
    flex-direction: row-reverse;
}

.work-timeline-wrap .row:nth-child(even) .work-img {
    text-align: end;
}

.work-timeline-wrap .row:nth-child(even) .work-img img {
    border-radius: 190px 20px 20px 20px;
}

.work-timeline-wrap .row:nth-child(even) .timeline-info {
    padding-right: 260px;
    padding-left: 0;
}

.work-timeline-wrap .row:nth-child(even) .timeline-info .number-wrap {
    right: 12%;
    left: auto;
}

.work-timeline-wrap .row.common-padding:last-child {
    padding-bottom: 0;
}

/* -- How It Works Page -- */

/* -- Sign In Page -- */
.sign-in-wrap {
    max-width: 786px;
    margin: 0 auto;
}

.sign-in-input {
    border: 1px solid #cba135;
    border-radius: 25px;
    box-shadow: 0px 8px 20px 0px rgba(74, 53, 0, 0.05);
}

.sign-in-head {
    background: linear-gradient(180deg, #e5b63a 0%, #bc9328 100%);
    border-radius: 25px 25px 0px 0px;
    padding: 32px 40px 46px;
}

.sign-in-head h4 a {
    display: inline-block;
    font-weight: 700;
}

.sign-in-head h3 {
    color: #fff;
    margin: 0 0 10px;
}

.sign-in-head h4 {
    margin: 0;
    color: #fff;
    font-weight: 400;
}

.email-input {
    padding: 40px;
    border-radius: 25px;
    background: var(--white);
    margin-top: -20px;
}

.email-input .form-control {
    padding: 16px 20px;
    border-radius: 20px;
}

.email-input .form-control::placeholder,
input[type="date"],
.form-select {
    color: var(--bs-body-color);
}

.sign-in-button {
    padding: 40px 0 30px;
}

.sign-in-button input {
    background: #696969;
    color: var(--white);
    width: 100%;
    padding: 17px 0;
}

.or-wrap {
    position: relative;
    text-align: center;
    margin: 30px 0;
}

.or-wrap::before {
    content: "";
    background: #696969;
    height: 1px;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.or-wrap span {
    padding: 0 20px;
    background: var(--white);
    position: relative;
    z-index: 2;
}

.sign-in-button a.btn.google {
    width: 100%;
    background: transparent;
    color: #cba135;
    border: 1px solid #cba135;
    border-radius: 50px;
}

.sign-in-button a.btn.google img {
    margin-right: 15px;
    max-width: 23px;
}

.sign-in-button a.btn.google:hover {
    background: var(--yellow);
    color: var(--white);
}

/* -- Sign In Page -- */

/* -- Registration Page -- */
.registration-wrap {
    max-width: 1330px;
    margin: 0 auto;
}

.registration-wrap .registration-info h5 {
    margin: 0 0 20px;
}

.registration-wrap .registration-info p {
    margin: 0;
}

.registration-input ul {
    display: flex;
    flex-wrap: wrap;
}

.registration-input ul li {
    width: 50%;
    padding: 10px;
}

.registration-input ul li select.form-control {
    background-image: url(../images/yellow-down.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 18px;
}

.address-wrap {
    padding: 40px;
    border-radius: 15px;
    border: 1px solid #cba135;
    box-shadow: 0px 8px 20px 0px rgba(74, 53, 0, 0.05);
    margin: 0 0 30px;
}

.payment-info.address-info {
    justify-content: inherit;
}

.address-info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.address-info .top-part h5 {
    color: #1e1e1e;
    margin: 0 0 32px;
}

.address-info .top-part p {
    margin: 0;
}

.address-info .bottom-part button.btn {
    background: var(--white);
    border: 1px solid var(--yellow);
    color: var(--yellow);
    margin: 0 0 15px;
}

.address-info .bottom-part a {
    color: #e5b63a;
    text-decoration: underline;
}

.address-info .bottom-part .form-check {
    display: flex;
    align-items: center;
    padding: 0;
    margin-top: 20px;
}

.address-info .bottom-part .form-check input {
    width: 30px;
    height: 30px;
    border: 1px solid #696969;
    border-radius: 8px;
    margin: 0 15px 0 0;
}

.address-info .bottom-part .form-check input:checked {
    background-color: #cba135;
}

.address-info .bottom-part .form-check label {
    color: #696969;
}

.address-input ul {
    display: block;
}

.address-input ul li {
    width: 100%;
    padding-bottom: 20px;
}

.address-input ul li:last-child {
    padding-bottom: 0;
}

.address-input ul li input.form-control {
    padding: 14px 20px;
}

.address-input ul li input.form-control::placeholder {
    color: #d8cfb9;
}

.address-bottom-btn a.btn {
    padding: 17px 36px;
}

/* -- Registration Page -- */

/* -- Choose Medicine Page -- */

.medicine-list-wrap {
    max-width: 1330px;
    margin: 0 auto;
}

.medicine-box {
    border: 1px solid #cba135;
    border-radius: 15px;
    box-shadow: 0px 8px 20px 0px rgba(74, 53, 0, 0.05);
    margin: 0 0 30px;
}

form.medicine-form {
    margin-bottom: 38px;
}

form.medicine-form:last-child {
    margin-bottom: 0;
}

.medicine-box .medicine-head {
    background: #fff9eb;
    padding: 40px;
    border-radius: 15px;
    position: relative;
}

.medicine-box .medicine-head h3 {
    margin: 0 0 10px;
}

.medicine-box .medicine-head p {
    margin: 0;
}

.recomanded-tag {
    padding: 8px 24px;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(180deg, #e5b63a 0%, #bc9328 100%);
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translate(-50%, -20px);
}

.recomanded-tag h5 {
    color: var(--white);
    margin: 0;
}

.medicine-info {
    padding: 40px;
}

.medicine-info .tick-box-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px;
}

.medicine-info .tick-box-wrap .tick-box {
    padding: 7px 20px;
    border-radius: 10px;
    border: 1px solid #cba135;
    background: #fff9eb;
    margin-right: 10px;
}

.medicine-info .tick-box-wrap .tick-box:last-child {
    margin: 0;
}

.medicine-info .tick-box-wrap .tick-box h5 {
    margin: 0;
    display: inline-block;
    margin-left: 10px;
    font-weight: 400;
}

.medicine-info-adj {
    max-width: 620px;
}

.medicine-info .medicine-checks {
    margin: 0 0 30px;
}

.medicine-info .medicine-checks h5 {
    color: #838383;
}

.medicine-checks ul {
    display: block;
    margin: 0 0 30px;
}

.medicine-checks ul li {
    . position: relative;
    padding-left: 35px;
    color: #838383;
    font-weight: 40;
    margin: 0;
    font-size: 16px;
    /* background: url(../images/circle-tick.svg) no-repeat center left; */
    padding-left: 35px;
    padding: 0px 1px 6px 32px;
    /* background-size: contain; */
    /* background-position: top left; */
    margin: 0 0 10px;
    position: relative;

}

.medicine-info .medicine-checks ul li:last-child {
    margin: 0;
}

.medicine-checks ul li:after {
    content: "";
    background: url(../images/circle-tick.svg) no-repeat top;
    background-size: 76%;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    left: 0;
    top: 0px;
    position: absolute;
}

.medicine-info .select-check {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    margin: 0 0 30px;
}

.medicine-info .select-check h5 {
    margin: 0;
    color: #1e1e1e;
    font-weight: 600;
}

.medicine-info .select-check a.btn {
    border-radius: 10px;
    padding: 15px 88px;
}

.medicine-info .qty-select {
    margin: 0 0 30px;
}

.medicine-info .qty-select label {
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 10px;
}

.medicine-info .qty-select select.form-control {
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    background: #fff9eb;
    padding: 15px 20px;
    background-image: url(../images/black-arrow.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center right 20px;
}

.medicine-info .qty-select select.form-control:focus {
    box-shadow: none;
}

.medicine-info .bottom-btn .btn {
    width: 100%;
}

.medicine-img-wrap {
    border-radius: 15px;
    border: 1px solid #e0e0e0;
    padding: 70px 40px;
    text-align: center;
    margin: 10px 0 0 100px;
}

.medicine-img-wrap img {
    width: 310px;
    height: 200px;
    object-fit: contain;
}

.medicine-box.gray {
    border: 1px solid #a6a6a6;
}

.medicine-box.gray .medicine-head {
    background: #f8f8f8;
}

.medicine-box.gray .medicine-info .select-check a.btn {
    border: 1px solid #e0e0e0;
    background: #f8f8f8;
    color: #1e1e1e;
}

.medicine-box.gray .medicine-info .qty-select select.form-control {
    background-color: #f8f8f8;
}

.medicine-box.gray .medicine-info .bottom-btn a.btn {
    background: #696969;
}

/* -- Choose Medicine Page -- */

/* -- Payment Page -- */

.progressbar li.completed:before {
    content: url(../images/white-tick.svg);
    background: #cba135;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progressbar li.rejected:before {
    background: red !important;
    content: url(../images/white-tick.svg);
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progressbar li.rejected:before {
    content: "\f00d" !important;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.payment-option h4 {
    margin: 0 0 30px;
}

.payment-option h5 {
    color: #a6a6a6;
    margin: 0 0 40px;
    font-weight: 400;
}

.payment-info ul {
    display: block;
}

.payment-info ul li {
    display: flex;
    align-items: center;
    padding: 0 0 16px;
}

.payment-info ul li:last-child {
    padding: 0;
}

.payment-info ul li h4 {
    margin: 0 16px 0 0;
}

.payment-info ul li h5 {
    margin: 0;
    color: #696969;
}

.order-text h4 {
    margin: 0 0 32px;
}

.order-text h5 {
    color: #a6a6a6;
    margin: 0;
}

.price-table table {
    width: 100%;
}

.price-table table tr {
    border-bottom: 1px solid #a6a6a6;
}

.price-table table tr td {
    padding: 20px 0;
    color: #a6a6a6;
}

.price-table table tr:first-child td {
    padding-top: 0;
}

.price-table table tr.subtotal {
    border-bottom: none !important;
}

.price-table table tr.subtotal td.price {
    font-size: 20px;
    color: #1e1e1e;
    text-align: end;
    padding-right: 30px;
    font-weight: 600;
}

.price-table table tr.subtotal td {
    vertical-align: top;
    padding: 20px 0 16px;
}

.price-table table tr.subtotal td a {
    color: #e5b63a;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 400;
}

.price-table table tr.subtotal:last-child td {
    padding: 0 30px 0 0;
}

.price-table table tr.subtotal:nth-child(2) td {
    padding: 0 0 16px;
}

.debit-card-form .form-group {
    margin: 0 0 20px;
}

.debit-card-form .form-group input.form-control {
    padding: 14px 20px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.debit-card-form .form-group input.form-control::placeholder {
    color: #d8cfb9;
}

.debit-card-form .form-check {
    padding: 0;
    display: flex;
    align-items: center;
}

.debit-card-form .form-check input {
    width: 30px;
    height: 30px;
    margin: 0 15px 0 0;
    border: 1px solid #696969;
}

.debit-card-form .form-check input:checked {
    background-color: var(--yellow);
}

.debit-card-form .form-check label {
    color: #696969;
}

.address-bottom-btn a.btn.white {
    margin-left: 20px;
}

.address-bottom-btn a.btn.white:hover img {
    filter: brightness(0) invert(1);
}

.contact-box img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

/* -- Payment Page -- */

/* -- Login Page -- */
.password-wrap {
    margin-top: 20px;
    position: relative;
}

.password-wrap input {
    position: relative;
    z-index: 1;
    padding: 16px 50px 16px 20px !important;
}

a.hide {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.forgot-password-wrap {
    margin: 20px 0 0;
    text-align: end;
}

.forgot-password-wrap a {
    color: #cba135;
}

/* -- Login Page -- */

/*modal-bg*/
.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-wrap {
    max-width: 786px;
    width: 100%;
    background: var(--white);
    padding: 20px;
    border-radius: 30px;
}

.modal-wrap .modal-inner {
    border: 2px dashed #d8cfb9;
    text-align: center;
    border-radius: 30px;
    padding: 65px;
}

.modal-wrap .modal-inner .image-holder {
    padding: 24px;
    border-radius: 15px;
    border: 1px solid #e0e0e0;
    background: #f8f8f8;
    display: inline-block;
    margin: 0 0 24px;
}

.modal-wrap .modal-inner p.yellow {
    color: var(--primary-color);
    margin: 0 0 16px;
}

.modal-wrap .modal-inner .modal-button-wrap {
    display: flex;
    align-items: center;
    width: 100%;
}

.modal-wrap .modal-inner .modal-button-wrap .btn {
    width: 100%;
    margin: 0 10px;
}

/*.............. Email Varification Page ..............*/
.inner-info .inner-info-head p a {
    display: inline-block;
    color: var(--primary-color);
}

.inner-info-wrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: center;
}

.varification-input {
    max-width: 500px;
    margin: 0 auto;
}

.varification-input ul {
    display: flex;
    align-items: center;
}

.varification-input ul li {
    padding: 0 8px;
    color: var(--black);
    font-weight: 700;
    font-size: 24px;
}

.varification-input ul li span {
    width: 24px;
    height: 5px;
    display: block;
    background: #000;
}

.varification-input ul li:first-child {
    padding-left: 0;
}

.varification-input ul li:last-child {
    padding-right: 0;
}

.varification-input ul li input {
    width: 65px;
    height: 80px;
    padding: 24px;
    border-radius: 15px;
    border: 1px solid #d8cfb9;
    font-size: 24px;
}

.varification-input ul li input::placeholder {
    font-size: 24px;
}

.varification-input a.btn {
    width: 100%;
    margin: 40px 0 0;
    border-radius: 50px;
}

/*.............. Email Varification Page ..............*/

/* -------- Email verification Adjustment(19.01.2024)--------- */
.email-adj {
    width: fit-content;
    margin: 0 auto;
}

.email-adj button.btn {
    width: 100%;
    margin: 20px 0 0;
}

.inner-info {
    position: relative;
}

.page-bottom-content {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-70%);
}

.page-bottom-content p {
    margin: 0;
}

.page-bottom-content a {
    display: inline-block;
    color: var(--yellow);
}

/* -------- Email verification Adjustment(19.01.2024)--------- */

/* -------- Registration Adjustment(19.01.2024)--------- */

.form-bottom-info {
    margin: 20px 0;
    position: relative;
}

.form-bottom-info .form-bottom-check {
    display: flex;
    margin: 0 0 20px;
}

.form-bottom-info .form-bottom-check input {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin-right: 10px;
}

.form-bottom-info p {
    margin: 0;
}

.form-bottom-info p a {
    display: inline-block;
    color: var(--yellow);
}

.already-acount {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.success-popup-content {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0px 0px 4px #ccc;
    border-radius: 12px;
    padding: 40px;
}

.icon-wrap {
    border-radius: 30px;
    border: 1px solid #e0e0e0;
    background: #f8f8f8;
    padding: 20px;
    width: fit-content;
    margin: 0 auto 30px;
}

.icon-wrap img {
    max-width: 76px;
}

.success-popup-content h3 {
    color: var(--yellow);
    font-weight: 400;
}

.onfido-sdk-ui-Theme-root .ods-button.-action--primary {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
    border-radius: 50px;
    background: linear-gradient(180deg, #e5b63a 0%, #bc9328 100%) !important;
    color: #ffff;
    position: relative;
    padding: 17px 63px;
    border-radius: 50px;
    border: 1px solid transparent;
    border-color: transparent !important;
}

.onfido-sdk-ui-Theme-root .ods-button.-action--primary:hover {
    background-color: linear-gradient(180deg,
            #e5b63a 100%,
            #bc9328 0%) !important;
    color: var(--white);
    border: 1px solid var(--yellow);
}

.error-msg {
    font-style: italic;
    color: red;
    font-size: 16px;
}

.btn.disabled,
.btn:disabled {
    background-color: #696969;
    color: var(--white);
}

#addAddressModal .close {
    border: 0;
    border-radius: 50%;
    background: var(--white);
    box-shadow: 0 0 4px #ccc;
    width: 35px;
    height: 35px;
    font-size: 30px;
    right: -10px;
    position: absolute;
    top: -10px;
}

#editAddressModal .close {
    border: 0;
    border-radius: 50%;
    background: var(--white);
    box-shadow: 0 0 4px #ccc;
    width: 35px;
    height: 35px;
    font-size: 30px;
    right: -10px;
    position: absolute;
    top: -10px;
}

.delivery-form .order-product {
    border: 1px solid #e0e0e0;
    padding: 14px 9px;
    text-align: center;
    border-radius: 20px;
    max-width: 160px;
}

.order-product img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

small.help-block,
.text-red-600 {
    color: red;
    display: block;
}

.pac-container {
    background-color: #fff;
    z-index: 20;
    position: fixed;
    display: inline-block;
}

.modal {
    z-index: 20;
}

.modal-backdrop {
    z-index: 10;
}

.address-list label input {
    margin-right: 10px;
}

.address-list {
    margin-bottom: 12px;
}

.address-list label {
    font-size: 15px;
}

.page-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #ffffffb8;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-loader img {
    width: 100px;
}

.custom-sweet-alert .swal2-icon {
    padding: 24px;
    border-radius: 15px;
    border: 1px solid #e0e0e0;
    background: #f8f8f8;
    display: block;
    margin: 0 auto 24px;
    text-align: center;
}

.custom-sweet-alert .swal2-popup {
    border: 2px dashed #d8cfb9;
    text-align: center;
    border-radius: 30px;
    padding: 47px;
}

.custom-sweet-alert .swal2-title {
    font-size: 18px;
    font-weight: 400;
}

.custom-sweet-alert .swal2-close {
    position: absolute;
}

.custom-pagination {
    margin-top: 20px;
}

.custom-pagination .z-0 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-pagination nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.custom-pagination .leading-5.rounded-l-md,
.leading-5.rounded-r-md {
    width: 40px;
    display: inline-block;
}

.custom-pagination p.leading-5 {
    margin-bottom: 7px;
    font-size: 14px;
}

.custom-pagination .flex.justify-between.flex-1 {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.custom-pagination .flex.justify-between.flex-1 a,
.custom-pagination .flex.justify-between.flex-1 span {
    padding: 9px 22px !important;
}

.promocode-input {
    border: 1px dashed var(--yellow);
    border-radius: 15px;
    padding: 14px;
    margin-top: 16px;
    max-width: 320px;
}

form#promo-form input {
    max-width: 259px;
}

form#promo-form {
    position: relative;
}

a.promo-del {
    position: absolute;
    right: 0;
    max-width: 17px;
    top: 6%;
}

.swal2-container {
    position: fixed !important;
    z-index: 9999;
}

.answer-options {
    flex-wrap: wrap;
    justify-content: flex-start !important;
}

.answer-options.assement-radio .radio-group:last-child label {
    border: 2px solid #e3e3e3;
    border-radius: 15px;
}

.answer-options.assement-radio .radio-group label {
    margin-right: 10px;
}

.value-bg {
    background: #f4f4f4;
}

.value-grey {
    border: 1px solid #e0e0e0;
    text-align: center;
    border-radius: 15px;
    position: relative;
    padding: 80px 20px 30px;
    background: #fff;
}

.letter-text h2 {
    color: #ededed;
    font-size: 140px;
    font-weight: 700;
}

.letter-text {
    position: absolute;
    left: 0;
    right: 0;
    top: -68px;
    z-index: 3;
}

.value-grey:hover {
    border: 1px solid var(--yellow);
    box-shadow: 0 0 19px #cccccc6b;
}

.letter-mean h3 span {
    color: var(--yellow);
    font-size: 48px;
    font-weight: 700;
}

.value-grey:hover .letter-text h2 {
    color: #eccd7f;
}

.letter-mean h3 {
    margin: 0;
}

.val-row {
    margin-top: 100px;
}

.order-product1 .progressbar {
    margin-left: 0;
}

.screening span.error-msg {
    background: #ffebeb;
    padding: 15px;
    font-style: normal;
    margin-top: 10px;
    display: block;
}

.single-product-desc p {
    color: #838383 !important;
}

/* -------- Registration Adjustment(19.01.2024)--------- */

/* style for off-canvas menu*/
@media screen and (max-width: 991px) {}

.datepicker {
    width: 300px;
}

.datepicker table td,
.datepicker table th {
    width: 40px;
    height: 40px;
}

.od-desc p {
    margin: 0;
}