@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&amp;display=swap');
button,
input {
    font-family: 'Poppins', sans-serif;
}
a, img {
     border: none;
     outline-style: none;
}
img {
     max-width: 100%;
     height: auto;
}
a {
     color: #000;
     transition: all 0.2s ease;
}
a:hover {
     color: #000;
     text-decoration: none;
     outline: none;
} 
ul, ol {
    margin: 0;
    padding: 0;
}
p {
    margin-bottom: 0.8rem;
}
ul li {
     list-style: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}
body, html {
    height: 100%;
}
body {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    color: #0E0B0B;
    font-family: 'Poppins', sans-serif;
}
img {
    max-width: 100%;
}
a,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none
}
p {
    font-size: 1em;
    color: #000; 
}
.container {
    max-width: 1372px;
}
.text-center {
    text-align: center !important;
}
.header-wrap {
    background: linear-gradient(180deg, #C4E9F2 0%, rgba(243, 251, 253, 0) 100%);
}
/*.main-menu {
    text-align: center;
    position: relative;
    margin-left: auto;
}
.main-menu ul {
    text-align: center;
    display: inline-flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}
.main-menu ul li {
    padding: 0;
}
.main-menu ul li a {
    font-weight: 400;
    font-size: 0.95em;
    letter-spacing: 1.4px;
    color: #0E0B0B;
    padding: 0 13px;
}
.header-top {
    padding: 8px 0;
}
.header-info-menu {
    margin-left: auto;
}
.header-info-menu a {
    font-weight: 400;
    font-size: 0.95em;
    letter-spacing: 1.4px;
    color: #0E0B0B;
    padding: 0 13px;
}
.hi-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: -4px;
    margin-right: 10px;
}
.phone-icon {
    background: url(../../img/phone-icon.svg) no-repeat center center;
    background-size: 18px 18px;
}
.user-icon {
    background: url(../../img/user-icon.svg) no-repeat center center;
    background-size: 100%;
}
.blog-icon {
    background: url(../../img/blog-icon.svg) no-repeat center center;
    background-size: 100%;
}*/
.header-bottom {
    padding: 95px 0 66px;
}
.banner-title {
    font-weight: 600;
    color: #343434;
    font-size: 3em;
    margin-bottom: 20px;
}
.sub-title {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.4em;
    color: #536570;
}
.fw-500 {
    font-weight: 500 !important;
}
.search-block {
    max-width: 760px;
    margin: 50px auto 0;
}
.search-box {
    display: flex;
    align-items: center;
}
.search-field {
    border: none;
    border-radius: 4px;
    padding: 0;
    width: calc(100% - 200px);
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(9, 49, 72, 0.1);
    border-radius: 4px;
    margin-left: 20px;
}
.search-city {
    border: none;
    background: #FFFFFF url(../png/drop-down.png) no-repeat 90% center;
    background-size: 12px 6px;
    line-height: 48px;
    padding: 0 20px;
    height: 48px;
    min-width: 200px;
    color: #000000;
    appearance: none;
    -webkit-appearance: none;
    font-size: 1em;
    letter-spacing: -0.1px;
    box-shadow: 0px 2px 20px rgba(9, 49, 72, 0.1);
    border-radius: 4px;
}
.search-input {
    background: transparent;
    border: none;
    color: #000000;
    letter-spacing: -0.1px;
    font-size: 1em;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 48px;
    padding: 0 20px;
    height: 48px;
}

.search-field select:focus,
.search-field input:focus {
    outline: none;
}
.search-input::-webkit-input-placeholder {
  color: #000000;
}
.search-input:-ms-input-placeholder {
  color: #000000;
}
.search-input::placeholder {
  color: #000000;
}
.ml-10 {
    margin-left: 10px !important;
}
.blue-btn {
    background: #157AF6;
    border-radius: 0px 4px 4px 0px;
    letter-spacing: -0.1px;
    color: #fff;
    font-size: 1em;
    border: none;
    line-height: 48px;
    padding: 0 20px;
    width: 190px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
}
.search-icon {
    background: url(../png/search-icon.png) no-repeat center center;
    background-size: 100%;
    width: 19px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.lblue-box {
    background: #EDF6F7;
    border-radius: 24px;
}
.tag-box span {
    background: #FFFFFF;
    border-radius: 4px;
    letter-spacing: 0.03em;
    color: #343434;
    font-size: 0.8em;
    padding: 4px 15px;
    display: inline-block;
}
.recommended-box {
    padding: 30px 60px;
    position: relative;
}
.lg-title {
    color: #343434;
    font-weight: 500;
    font-size: 2em;
    line-height: 1.3em;
    margin: 28px 0 15px;
}
.theme-btn {
    background: #157AF6;
    border-radius: 4px;
    letter-spacing: 0.02em;
    color: #fff;
    font-size: 1em;
    border: solid 2px #157AF6;
    padding: 10px 40px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
}
.theme-btn:hover {
    background: transparent;
    color: #157AF6 !important;
}
.transparent-btn {
    background: transparent;
    border-radius: 4px;
    letter-spacing: 0.02em;
    color: #157AF6;
    font-size: 1em;
    border: solid 2px #157AF6;
    padding: 10px 30px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
}
.transparent-btn:hover {
    background: #157AF6;
    color: #fff;
}
.mt-35 {
    margin-top: 35px !important;
}
.recommended-left {
    position: relative;
    z-index: 2;
}
.recommended-right img {
    position: absolute;
    bottom: 0;
    right: 112px;
    z-index: 1;
}
.xs-heading {
    font-size: 0.9em;
    line-height: 1.4em;
    letter-spacing: 0.3em;
    color: #536570;
}
.main-heading {
    color: #343434;
    font-weight: 500;
    font-size: 1.7em;
    margin-top: 7px;
}
.categories-wrap {
    padding: 100px 0;
}
.circle-box {
    background: #EEF4FF;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}
.circle-box img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.ct-slider {
    padding-top: 60px;
}
.ct-slider .owl-item img {
    max-width: 50px;
}
.ct-title {
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
}
.common-arrows .owl-nav {
    position: absolute;
    top: -32px;
    right: 0;
}
.common-arrows .owl-nav button.owl-prev, 
.common-arrows .owl-nav button.owl-next {
    background: #EEF4FF;
    border-radius: 16px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
}
.common-arrows .owl-nav button.owl-prev {
    background: #EEF4FF url(../png/next-arrow.png) no-repeat center center;
    background-size: 6px 12px;
    transform: rotate(180deg);
}
.common-arrows .owl-nav button.owl-next {
    background: #EEF4FF url(../png/next-arrow.png) no-repeat center center;
    background-size: 6px 12px;
    margin-left: 15px;
}
.common-arrows .owl-nav button.owl-prev span, 
.common-arrows .owl-nav button.owl-next span {
    display: none;
}
.common-arrows .owl-nav button.owl-prev.disabled, 
.common-arrows .owl-nav button.owl-next.disabled {
    opacity: 0.5;
}
.bp-box {
    background: #e9e9e9;
    border-radius: 20px;
    display: flex;
    position: relative;
}
.bp-title {
    font-weight: 600;
    font-size: 1.1em;
    color: #343434; 
    min-height: 52px;
    max-height: 52px;
    overflow: hidden;
}
.text-white{
    color:white;
}
.bp-testcount {
    font-weight: 500;
    font-size: 0.9em;
    color: #536570;
    margin-top: 5px;
}
.price-block {
    margin-top: 18px;
}
.price-block .disc-price {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 22px;
    color: #343434;
}
.price-block .main-price {
    font-weight: 500;
    font-size: 1em;
    line-height: 22px;
    color: #7a7a7a;
    text-decoration: line-through;
}
.price-block .off {
    font-weight: 500;
    font-size: 0.9em;
    line-height: 22px;
    color: #606060;
}
.price-addons{
    display:flex;
    justify-content: space-between;
}
.white-btn {
    background: #fff;
    border-radius: 4px;
    letter-spacing: 0.02em;
    color: #343434;
    font-size: 1em;
    border: solid 2px #fff;
    padding: 9px 30px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    display: inline-block;
}
.white-btn:hover {
    background: #343434;
    color: #fff;
    border: solid 2px #343434;
}
.hover-design:hover{
    background: #157AF6;
    color: #fff;
    border:2px solid #157AF6;
}
.white-btn img {
    margin-left: 12px;
    vertical-align: -1px;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.bp-left {
    padding: 23px 24px;
    position: relative;
    z-index: 2;
}
.bp-box-design{
    background: white;
    border:2px solid #157AF6;
}

.bp-left-top{
    padding: 23px 24px;
    background: #157AF6;
}

.bp-left-bottom{
    margin: 23px 24px;
}

.bp-right img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.bp-slider {
    padding-top: 30px;
}
.owl-carousel .owl-item img {
    width: auto;
}
.bp-slider.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}
.light-orange {
    background: #FFE8E8 !important;
}
.light-yellow {
    background: #FFEAD5 !important;
}
.light-blue {
    background: #DBE8FF !important;
}
.white-box {
    background: #FFFFFF;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 14px 16px;
}
.test-box-heading {
    background: #EEF4FF;
    border-radius: 6px;
    font-weight: 500;
    font-size: 1em;
    color: #343434;
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding: 12px 10px;
}
.test-box-heading .tbh-icon {
    margin-right: 14px;
}
.test-box-body {
    padding: 10px 0;
}
.test-box-body ul {
    overflow-y: auto;
    max-height: 250px;
    min-height: 249px;
    padding-right: 10px;
}
.test-box-body ul::-webkit-scrollbar {
  width: 6px;
}
.test-box-body ul::-webkit-scrollbar-track {
  border-radius: 3px;
}
.test-box-body ul::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}
.test-box-body ul li {
    color: #343434;
    font-size: 0.9em;
    padding: 8px 0;
}
.test-slider .owl-item .item {
    padding: 10px;
}
.test-slider-new .owl-item .item {
    padding: 10px;
}

a.theme-btn {
    display: inline-block;
}
.theme-btn span {
    margin-left: 12px;
    vertical-align: -1px;
}
.owl-carousel .owl-item .theme-btn img {
    width: auto;
    display: inline-block;
}
.slider-btn {
    padding: 7px 25px !important;
}
.slider-btn img {
    display: inline-block !important;
}
.test-slider {
    padding-top: 35px;
}

.test-wrap-new {
    padding: 80px 0;
}
.test-wrap-new {
    padding: 80px 0;
}
.hiw-icon {
    background: #EEF4FF;
    width: 130px;
    height: 130px;
    line-height: 130px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.badge {
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: -1px;
    top: 10px;
    font-weight: 500;
    font-size: 0.9em;
    color: #343434;
    padding: 0;
    border: solid 1px #ededed;
}
.hiw-block {
    margin-top: 54px;
}
.hiw-title {
    text-align: center;
    margin: 20px 0;
    font-weight: 500;
}
.hiw-content {
    text-align: center;
    font-weight: 400;
    font-size: 0.9em;
    max-width: 300px;
    margin: 0 auto;
}
.send-app-link-block {
    max-width: 890px;
    margin: 40px auto 0;
}
.send-app-link-block .send-box {
    display: flex;
    align-items: center;
}
.send-app-link-block .send-city-code {
    border: none;
    background: #FFFFFF url(../png/drop-down.png) no-repeat 90% center;
    background-size: 12px 6px;
    line-height: 48px;
    padding: 0 20px;
    height: 48px;
    color: #000000;
    appearance: none;
    -webkit-appearance: none;
    font-size: 1em;
    letter-spacing: -0.1px;
    box-shadow: 0px 2px 20px rgb(9 49 72 / 10%);
    border-radius: 4px;
    min-width: 62px;
    background: #fff;
    width: 62px;
    padding: 0;
    text-align: center;
}
.send-app-link-block .send-field {
    border: none;
    border-radius: 4px;
    padding: 0;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgb(9 49 72 / 10%);
    border-radius: 4px;
    margin-left: 20px;
    width: calc(100% - 77px);
}
.send-input {
    background: transparent;
    border: none;
    color: #000000;
    letter-spacing: -0.1px;
    font-size: 1em;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 48px;
    padding: 0 20px;
    height: 48px;
}
.send-app-link-block .blue-btn {
    width: 240px;
}
.mt-6 {
    margin-top: 6px !important;
}
.download-left {
    padding: 53px 20px 53px 75px;
    width: 60%;
}
.download-right {
    text-align: center;
    width: 40%;
}
.testimonial-wrap {
    padding: 140px 0;
    position: relative;
}
.testimonial-wrap:after {
    content: "";
    background: #fbfbfb;
    height: 160px;
    width: 100%;
    left: 0;
    top: 51%;
    transform: translate(0, -50%);
    position: absolute;
}
.testimonial-left {
    width: 50%;
    text-align: center;
}
.testimonial-left img {
    display: inline-block !important;
    border-radius: 20px;
}
.testimonial-right {
    width: 50%;
}
.testimonial-slider .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
}
.testimonial-slider .owl-nav button.owl-prev, 
.testimonial-slider .owl-nav button.owl-next {
    background: #EEF4FF;
    border-radius: 16px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
}
.testimonial-slider .owl-nav button.owl-prev {
    background: #EEF4FF url(../png/next-arrow.png) no-repeat center center;
    background-size: 6px 12px;
    transform: rotate(180deg);
}
.testimonial-slider .owl-nav button.owl-next {
    background: #EEF4FF url(../png/next-arrow.png) no-repeat center center;
    background-size: 6px 12px;
    margin-left: 15px;
}
.testimonial-slider .owl-nav button.owl-prev span, 
.testimonial-slider .owl-nav button.owl-next span {
    display: none;
}
.testimonial-slider .owl-nav button.owl-prev.disabled, 
.testimonial-slider .owl-nav button.owl-next.disabled {
    opacity: 0.5;
}

.footer-wrap {
    background: linear-gradient(180deg, rgba(243, 251, 253, 0) 0%, #C4E9F2 100%);
    padding-top: 150px;
}
.subscribe-title {
    position: relative;
    text-align: center;
}
.subscribe-title span {
    color: #333333;
}
.subscribe-title:before {
    content: "";
    position: absolute;
    border: 0.5px solid #BCC4D2;
    top: 50%;
    left: 0;
    width: 40%;
}
.subscribe-title:after {
    content: "";
    position: absolute;
    border: 0.5px solid #BCC4D2;
    top: 50%;
    right: 0;
    width: 40%;
}
.ml-0 {
    margin-left: 0 !important;
}
.subscribe-form-box {
    max-width: 498px;
    border: 1px solid #157AF6;
    border-radius: 4px;
    margin-top: 34px;
}
.subscribe-form-box .send-field {
    width: 100%;
}
/*.footer-top {
    padding: 55px 0 80px;
}
.footer-title {
    color: #333333;
    font-weight: 500;
    font-size: 1em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer-menu li a {
    font-size: 0.9em;
    color: #333333;
    padding: 6px 0;
    display: block;
}
.fb-info {
    font-size: 0.9em;
    color: #333333;
}
.fb-info li {
    padding: 6px 0;
}
.fb-info li span {
    min-width: 22px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 3px;
}
.footer-logo img {
    max-width: 139px;
}
.footer-content {
    font-size: 0.9em;
    font-weight: 400;
    margin-top: 15px;
    max-width: 224px;
}
.footer-bottom {
    background: rgba(21, 122, 246, 0.1);
    padding: 20px 0;
}
.social-block {
    text-align: right;
}
.social-block a {
    margin-left: 20px;
}
.copyright-block {
    font-size: 0.9em;
    line-height: 1em;
    color: #5A554D;
}
.copy-icon {
    margin-top: -1px;
    margin-right: 10px;
}
.other-menu {
    margin-left: 14px;
}
.other-menu a {
    color: #000;
    border-left: solid 2px #787570;
    padding: 0 7px;
    display: inline-block;
}*/
.font-italic {
    font-style: italic;
}
.mxw-420 {
    max-width: 420px;
    margin: 0 auto;
}
.mt-30 {
    margin-top: 30px !important;
} 
.mb-40 {
    margin-bottom: 40px !important;
}
.black-text {
    color: #323232 !important;
}
.footer-contact-info p {
    color: #fff;
}
/*Details page*/
.inner-page-wrap {
    background: #fff;
    padding: 100px 0;
}
.details-wrap {
    padding-bottom: 40px;
}
.filter-flex {
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgb(9 49 72 / 10%);
    border-radius: 4px;
}
.d-search-field {
    position: relative;
}
.d-search-field input {
    box-shadow: none;
    border: none;
    padding: 13px 25px;
}
.d-search-field input:focus {
    outline: none;
}
.d-search-field + .d-search-field {
    border-left: solid 1px #e9e9e9;
}
.remove-icon {
    background: url(../png/delete.png) no-repeat center center;
    background-size: 100%;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 13px;
    right: 7px;
    cursor: pointer;
}
.details-block {
    margin-top: 50px;
}
.details-block .main-heading {
    margin-top: 0;
}
.dtl-list {
    font-size: 0.9em;
    margin-top: 15px;
}
.dtl-list li {
    padding: 6px 0;
}
.dtl-list li img {
    max-width: 20px;
    max-height: 20px;
}
.dtl-list li span {
    padding-left: 7px;
}
.fw-700 {
    font-weight: 700 !important;
}
.dtl-actions {
    margin-top: 20px;
}
.white-card {
    border: 1px solid #d7d7e0;
    height: 100px;
    border-radius: 8px;
    padding: 17px 10px;
    width: calc(33.33% - 17px);
    margin-top: 0;
    margin-right: 17px;
    margin-bottom: 12px;
    text-align: center;
}
.white-card img {
    height: 100%;
}
.font-1-1em {
    font-size: 1.1em !important;
}
.font-1-4em {
    font-size: 1.4em !important;
}
.font-0-9em {
    font-size: 0.9em !important;
}
.facilities-list li {
    display: flex;
    align-items: center;
    padding: 12px 0;
}
.facility-icon {
    background: #EEF4FF;
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 50%;
    position: relative;
}
.facility-icon img {
    max-width: 35px;
    max-height: 35px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.facility-content {
    padding-left: 15px;
}
.partner-block {
    margin-top: 0;
}
.dtl-mid-block {
    margin-top: 40px;
}
.accordion-body p {
    margin-bottom: 12px;
}
.accordion-body ul {
    margin-bottom: 15px;
    padding-left: 30px;
}
.accordion-body ul li {
    list-style-type: disc;
}
.accordion-body ul li + li {
    padding-top: 10px;
}
.faq-block {
    margin-top: 35px;
}
.dtl-content {
    padding-left: 40px;
}
.health-checkup-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}

.testi-content {
    font-size: 1.1em;
    text-align: center;
    max-width: 70%;
    margin: 0 auto 20px;
}
.testi-name {
    font-size: 0.9em;
    font-weight: 600;
    text-align: center;
}
.inner-page-wrap .testimonial-wrap {
    padding: 0;
}
.pd-25 {
    padding: 25px !important;
}
.cart-table {
    font-size: 0.8em;
    border-top: solid 1px #ebf1fb;
    border-bottom: solid 1px #ebf1fb;
    padding: 7px 0;
    margin-top: 10px;
}
.cart-table table {
    width: 100%;
}
.cart-table th {
    width: 60%;
    font-weight: 400;
}
.cart-table th,
.cart-table td {
    padding: 7px 0;
    vertical-align: top;
}
.cart-table td {
    width: 40%;
    text-align: right;
    font-weight: 700;
    position: relative;
}
.cart-table .total-row {
    border-top: solid 1px #ebf1fb;
}
.cart-table .total-row td {
    width: 50%;
}
.cart-table .total-row td:first-child {
    text-align: left;
}
.cart-table .remove-icon {
    width: 13px;
    height: 13px;
    bottom: 9px;
    right: -19px;
    top: 9px;
}
.care-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.care-list .sm-cl-content {
    max-width: 90%;
    margin: 0 auto;
}
.care-list li {
    display: block;
    align-items: center;
    margin: 0;
    padding: 0 20px;
    width: 20%;
    text-align: center;
    min-height: 170px;
}
.care-list li .sm-icon {
    margin-bottom: 20px;
    margin-right: 0;
}
.sm-icon {
    background: #e7f1ff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    min-width: 50px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.sm-icon img {
    max-width: 22px;
}
hr {
    background-color: #cae2ff;
    height: 2px !important;
}
.md-title {
    font-size: 24px;
    font-weight: 600;
}
.sm-title {
    font-size: 16px;
    font-weight: 400;
}
.total-count-box {
    background: #e0eeff;
    border-radius: 10px;
    padding: 35px 40px;
    margin-top: 0;
    margin-bottom: 0;
}
.tcb-icon {
    margin-right: 20px;
}
.tcb-icon img {
    max-width: 54px;
}
.tcb-content .md-title {
    font-size: 21px;
}
.tcb-content .sm-title {
    font-size: 14px;
}
.tcb-content .sm-title span {
    padding: 0 15px;
    position: relative;
}
.tcb-content .sm-title span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
}
.tcb-content .sm-title span:first-child {
    padding-left: 0;
}
.tcb-content .sm-title span:last-child:after {
    display: none;
}
.gs-list {
    padding: 0;
}
.gs-icon {
    text-align: center;
    margin-bottom: 25px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    margin: 0 auto 10px;
    background: #f4f9ff;
    border-radius: 50%;
}
.gs-icon img {
    max-width: 50px;
    margin: 0 auto;
}
.gs-list>div {
    margin: 20px 0;
}
.wpc-box {
    padding: 15px 0;
}
.wpc-box + .wpc-box {
    border-top: solid 1px #cae2ff;
}
.wpc-block .wpc-box:last-child {
    padding-bottom: 5px;
}
.doctor-img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 80px;
    margin-bottom: 10px;
}
.doctor-img img {
    width: 80px !important;
    height: 80px;
    border-radius: 50%;
}
.doctor-exp {
    font-size: 14px;
    color: #7c7c7c;
    margin-top: 4px;
}
.like-icon {
    max-width: 18px;
    max-height: 18px;
    margin-right: 4px;
    vertical-align: -4px;
    display: inline-block !important;
}
.doctor-name {
    font-size: 14px;
    margin-top: 4px;
}
.doctor-post {
    font-size: 14px;
    margin-top: 4px;
}
.doctors-slider {
    padding-top: 25px;
}
.doctors-slider .item {
    padding: 10px;
}
.doctor-box {
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
    border-radius: 8px;
    padding: 20px;
}
.customer-box {
    border: 1px solid #cae2ff;
    border-radius: 10px; 
    padding: 25px;
}
.customer-name {
    font-size: 14px;
    margin-top: 0;
}
.customer-post {
    font-size: 14px;
    margin-top: 4px;
}
.care-left {
    padding-right: 0;
    padding-top: 70px;
}
.customer-block .main-heading {
    margin-bottom: 0;
}
.customer-slider  {
    padding-top: 20px;
}
.custom-form .form-group {
    margin-bottom: 20px;
}
.custom-form .form-control {
    background: #fff;
    border: none;
    color: #000000;
    letter-spacing: -0.1px;
    font-size: 1em;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 48px;
    padding: 0 20px;
    height: 48px;
    border: 1px solid #157AF6;
}

.wpc-block .sm-icon {
    height: 75px;
    width: 75px;
    min-width: 75px;
    line-height: 73px;
    margin-right: 0;
}
.wpc-block .sm-icon img {
    max-width: 35px;
}
.wpc-block .sm-cl-content {
    font-size: 1.2em;
    margin: 10px 0;
}
.plr-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
label.error {
    color: #e21e39 !important;
    font-size: 12px;
    
}
.main-payment-div {
    width: 70%;
    margin: 60px auto;
}
.top-line {
    border-top: 5px solid #396cf0;
}
.leave_message {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    height: 450px !important;;
    border-radius: 12px;
}
.center{
  text-align: center;
}

.card-count {
    background: #396cf0;
    padding: 0;
    border-radius: 50%;
    font-size: 12px;
    position: absolute;
    top: -12px;
    left: 12px;
    color: white;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.cart-icon {
    position: relative;
}
.why-book-us-wrap {
    padding: 80px 0 0;
}
.quick-book-wrap {
    padding-bottom: 80px;
}
.search-box .form-control {
    border: none;
    padding-left: 15px;
}
.pb-80 {
    padding-bottom: 80px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pl-flex .white-card {
    height: auto;
    min-height: 150px;
}
.pl-flex .white-card img {
    margin: 0 auto 5px;
    max-height: 60px;
    height: auto;
}
.pl-flex .white-card span {
    display: block;
    font-size: 14px;
}
div.autosuggest ul {
    background-color: #fff !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
div.autosuggest ul li a span {
    font-weight: 400 !important;

}
div.autosuggest ul li a {
    color: #000 !important;
    text-shadow: none !important;
    font-size: 12px !important;
    padding: 3px 0 !important;
}
div.autosuggest div.as_header div.as_bar {
    background-color: #fff !important;
    border-radius: 5px 5px 0 0 !important;
} 
div.autosuggest div.as_footer div.as_bar {
    background-color: #fff !important;
    border-radius: 0 0 5px 5px !important;
}
div.autosuggest div.as_header div.as_corner, div.autosuggest div.as_footer div.as_corner {
    display: none !important;
}
div.autosuggest div.as_header, div.autosuggest div.as_footer {
    padding: 0 !important;
}
div.autosuggest ul li.as_highlight a:hover {
    background-color: #157af6;
    border-radius: 40px;
    color: #fff !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
div.autosuggest ul li {
    border-top: solid 1px #ccc;
    margin: 0 !important;
}
div.autosuggest ul li.as_highlight a .tl,
div.autosuggest ul li.as_highlight a .tr {
    display: none !important;
}
div.autosuggest ul li.as_highlight a span {
    background-image: none !important; 
}
div.autosuggest ul li.as_highlight a {
    background-image: none !important; 
}
.bp-slider .bp-box {
    display: block;
    overflow: hidden;
}
.bp-slider.owl-carousel .bp-right {
    text-align: center;
    background: #f6f6f6;
    min-height: 240px;
    max-height: 240px;
    overflow: hidden;
}
.bp-slider.owl-carousel .bp-box img {
    position: relative;
}

/* 31-08-2022 */
.blue-text {
    color: #157AF6;
}

.font-2em {
    font-size: 2em !important;
}
.font-1-3em {
    font-size: 1.3em !important;
}
.opacity-05 {
    opacity: 0.5;
}

.ph-banner-top {
    /* background: #157AF6; */
    padding-top: 140px;
    padding-bottom: 40px;
}
.ph-banner-bottom {
    /* background-image: linear-gradient(to left top,#fff 0,#fff 50%,transparent 0); */
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0;
    left: 0;
}
.white-text {
    color: #fff !important;
}
.pd-35 {
    padding: 20px 35px;
}
.pos-overflow {
    margin-top: -220px;
    position: relative;
    z-index: 1;
    background: transparent;
}
.shadow-increase {
    box-shadow: 0px 2px 24px rgb(0 0 0 / 20%);
}
.pd-50 {
    padding: 50px;
}
.coupan-box {
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgb(9 49 72 / 10%);
    border-radius: 4px;
    border: 1px solid #157AF6;
    padding: 10px 20px;
}
.coupan-box img {
    max-width: 30px;
}
.coupan-box span {
    font-size: 1.1em;
    font-weight: 500;
    display: inline-block;
    padding-left: 15px;
    color: #0d7bf6;
}
.ml-auto {
    margin-left: auto;
}
.plr-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}



#slider {
    width: 90%;
    height: 10px;
    background: lightgrey;
    border-radius: 50px;
}

#slider label {
    position: absolute;
    width: 20px;
    margin-top: 20px;
    margin-left: -10px;
    text-align:left;
    font-size: 13px;
}

#slider label:last-of-type::after {
    content: '+';
}

.ui-slider-handle.ui-state-default.ui-corner-all {
    border-radius: 100%;
    background: #fff;
    border: none;
    width: 30px;
    height: 30px;
    top: -10px;
    cursor: grab;
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
}

.ui-slider-handle.ui-state-active,
.ui-slider-handle.ui-state-hover,
.ui-slider-handle.ui-state-focus {
    border: none;
    outline: 0;
}

.ui-widget.ui-widget-content {
    border: 1px solid #157af6;
    background: #157af6;
}
.cs-processbar-label {
    font-size: 13px;
    opacity: .7;
    margin-top: 25px;
    margin-left: -10%;
    margin-right: -10%;
}
.cs-processbar-label>div {
    width: 20%;
    text-align: center;
    position: relative;
}

@media (max-width:991px) {
    .pd-50 {
        padding: 20px;
    }
    .facilities-block .col-md-4 + .col-md-4 {
        margin-top: 15px;
    }
}
.pharma-banner-wrap {
    background: url(../jpg/banner-img.jpg) no-repeat center center;
    background-size: cover;
    height: 650px;
}
@media (max-width:991px) {
    .pharma-banner-wrap {
        height: 600px;
    }
    .ph-banner-top {
        padding-top: 60px;
    }
}
.mnh-box{
    min-height: 350px;
}
.pr-40{
    padding-right: 40px;
}