@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}




.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

body{
    font-family: "Poppins", sans-serif;
}
main {
    max-width: 767px;
    margin: 0 auto;
}
section.banner img {
    width: 100%;
    max-height: 210px;
    object-fit: cover;
    min-height: 210px;
}
section.sec_one .container {
    max-width: 85%;
}
section.sec_one .logo {
    margin-top: -50px;
}
section.sec_one .logo img {
    border-radius: 100px;
    border: 7px solid rgb(255 255 255 / 60%);
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.05));
    box-shadow: 1px 1px 6px 5px #0000000d;
    margin-bottom: 15px;
    width: 114px;
    height: 114px;
    object-fit: contain;
}
.border_top_gray {
    border-top: 1px solid #dee2e6 !important;
}
span.price {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
}
.color_blue{
    color: #004185;
}
.color_light_grey {
    color: #999;
}
.color_dark_grey {
    color: #777;
}
.color_green{
    color: #4CAF50;
}
section.sec_one {
    float: left;
    width: 100%;
    border-bottom: 1px solid #fe9e0c;
}
.header {
  z-index: 99;
}
.header.sticky {
    box-shadow: 0px 0px 20px #fe9e0c52;
    /* border-bottom: 1px solid #fe9e0c; */
    background: #fff;
}
.header.sticky .tab__bar {
    margin-top: 15px;
}
.header.sticky ul.tab__menu {
    margin-bottom: 15px;
}
.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
}
/*section.sec_two .tab_one_socialmedia ul li:last-child {
    padding-bottom: 10px !important;
}*/
.social_media_wrapper .tab_one_socialmedia ul li a {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px !important;
    border: 1px solid #ffe9d1 !important;
}
.sticky {
    position: sticky !important;
    top: 0;
    width: 100%;
    max-width: 100% !important;
}
.header.sticky ul.tab__menu {
    margin-bottom: 15px;
    padding-top: 15px;
}
section.sec_two .tab_one_socialmedia ul {
    display: flex;
    align-items: center;
    padding-left: 0;
}
section.sec_one ul {
    padding: 0;
    float: left;
    width: 100%;
    display: flex;
    margin: 20px 0;
}
section.sec_one ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;438
}
section.sec_one ul li .icon {
    background: #ffe9d1;
    border-radius: 100px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.sec_one h1 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #d2392c;
}
.tab_one_treatments .accordion-item span.product_name {
    min-width: 75%;
}
.tab_one_treatments .accordion .accordion-item .accordion-body img {
    width: 100%;
}
section.sec_one h6 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
section.sec_one h6 span{
    padding-left: 10px;
    font-weight: 400;
}
section.sec_one ul li .icon img {
    width: 23px;
}
section.sec_one ul li .icon.google_review {
    width: auto;
    font-size: 12px;
    line-height: 12px;
    padding:10px;
}
section.sec_one ul li .icon.google_review span {
    padding-left: 10px;
    font-weight: 500;
}
section.sec_two {
    float: left;
    width: 100%;
}
section.sec_one ul li:last-child{
    margin-right: 0;
}

.col_wrapper.tab_one_doctors .row_wrapper_tab_one_doctors .col_wrapper_ctr h6 {
    font-size: 14px;
    font-weight: 500;
}
.col_wrapper.tab_one_doctors .row_wrapper_tab_one_doctors .col_wrapper_ctr h6.education {
    color: #333;
}
.col_wrapper.tab_one_doctors .row_wrapper_tab_one_doctors .col_wrapper_ctr h6 span {
    margin-right: 5px;
}
.col_wrapper.tab_one_doctors .col_wrapper_doctors_fee li {
    width: 50%;
    float: left;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.col_wrapper.tab_one_doctors ul {
    float: left;
    width: 100%;
}
.col_wrapper.tab_one_doctors .col_wrapper_doctors_fee ul li:last-child {
    width: 70%;
}
.col_wrapper.tab_one_doctors .col_wrapper_doctors_fee ul {
    background: #fff;
    border-radius: 6px;
    padding: 10px !important;
    border: 1px solid#fe9e0c;
/*    min-height: 83px;*/
    margin-bottom: 0;
}
.tab__content .tab .col_wrapper.tab_one_products {
    margin-bottom: 40px;
}
/*.row_wrapper_tab_one_products {
    padding: 20px 0 0 !important;
}*/
.row.contact_details.contact_tab_one .col_wrapper ul {
    padding-left: 0;
}
.col_wrapper.tab_one_doctors .row_wrapper_tab_one_doctors .col_wrapper_ctr h6.language {
    margin-bottom: 20px;
}
.col_wrapper.tab_one_doctors .row_wrapper_tab_one_doctors .col_wrapper_rgt .doctor_phone_icon {
    width: 48px;
    height: 48px;
    background: #fe9e0c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    float: right;
}
.col_wrapper.tab_one_doctors .col_wrapper_doctors_fee ul li.icon {
    text-align: right !important;
    float: right !important;
    display: unset;
}
.col_wrapper.tab_one_doctors .col_wrapper_doctors_fee li.doctor_fee.color_green {
    font-size: 14px;
    font-weight: 500;
}
.col_wrapper.tab_one_doctors .col_wrapper_doctors_fee li.meet_place {
    font-size: 12px;
    font-weight: 600;
    color: #333;
}

/*tab css start*/


.container {
  position: relative;
/* animation hide */
/*  transition: 0.5s ease;*/
  width: 100%;
}

.tab__bar {
    position: relative;
    margin: 20px 0 0;
}
.tab__bar .tab__navigation {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.tab__bar .tab__menu {
  color: var(--text-color);
  list-style: none;
  max-width: 800px;
  white-space: nowrap;
  scroll-behavior: smooth;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow-x: auto;
  padding-left: 0;
}
.tab__bar .tab__menu.dragging {
  scroll-behavior: unset;
  cursor: -webkit-grab;
  cursor: grab;
}
.tab__bar .tab__menu.dragging .tab-btn {
  pointer-events: none;
}
.tab__bar .tab__menu::-webkit-scrollbar {
  display: none;
}
.tab__bar .tab__menu .tab__btn {
    display: inline-block;
    color: var(--text-color);
    font-size: 1em;
    font-weight: 400;
    margin: 0 2px;
    padding: 8px 18px;
    border-radius: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.3s ease;
    border: 1px solid #fe9e0c52;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    color: #555;
}
.tab__bar .tab__menu .tab__btn:hover {
  background-color: var(--first-color);
}
.tab__bar .tab__menu .tab__btn.active {
    background-color: #d2392c;
    border: 1px solid#d2392c;
    color: #fff;
}
.tab__bar .left__btn,
.tab__bar .right__btn {
  position: absolute;
  color: var(--text-color);
  font-size: 1.8em;
  cursor: pointer;
}
.tab__bar .left__btn svg,
.tab__bar .right__btn svg {
  width: 20px;
  height: 20px;
  display: none;
}
.tab__bar .left__btn svg path,
.tab__bar .right__btn svg path {
  fill: #fff;
}
.tab__bar .left__btn {
  display: none;
  left: -5px;
  background: linear-gradient(to left, transparent, var(--first-color) 60%);
  padding: 10px 30px 10px 0;
}
.tab__bar .right__btn {
  right: -5px;
  background: linear-gradient(to right, transparent, var(--first-color) 60%);
  padding: 10px 0 10px 30px;
  display: none !important;
}
section.sec_two .container.tab_wrapper {
    padding-right: 0;
    max-width: 100%;
}
section.sec_two .container {
    max-width: 95%;
}
.tab__content {
  position: relative;
}
.tab__content .tab {
    display: none;
/*  animation hide  */
    /*-webkit-animation: fadein 0.8s;
    animation: fadein 0.8s;*/
}
section.sec_one ul li .icon.google_review span.color_blue {
    color: #d2392c;
}
.tab__content .tab .col_wrapper {
    position: relative;
    width: 100%;
    padding: 30px 20px 10px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px #fe9e0c2b;
    border-radius: 20px;
}
/*.tab__content .tab {
    position: relative;
    width: 100%;
    padding: 30px 20px 0;
    display: none;
    -webkit-animation: fadein 0.8s;
    animation: fadein 0.8s;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px #fe9e0c;
    border-radius: 20px;
}*/
section.sec_two .row.contact_details ul li:first-child{
    padding-top: 0;
}
.tab__content .tab h2 {
    padding-bottom: 15px;
}
section.sec_two .row.contact_details ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.tab__content .tab.active {
  display: flex;
      align-items: center;
    justify-content: center;
}
.tab__content .tab .row {
  width: 100%;
}
section.sec_two .row.contact_details ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.sec_two .row.contact_details ul li span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}
section.sec_two .row.contact_details ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #fe9e0c36;
    padding: 10px 0;
}
.social_media_wrapper .tab_one_socialmedia ul li {
    padding: 0 !important;
    border: none !important;
}
section.sec_two .row.contact_details h2 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #d2392c;
    margin-bottom: 0;
}
.col_wrapper.tab_one_doctors .row_wrapper_tab_one_doctors .col_wrapper_lft {
    float: left;
    width: 15%;
    padding-left:0;
}
.col_wrapper.tab_one_doctors .row_wrapper_tab_one_doctors .col_wrapper_lft img {
    min-width: 75px;
    max-width: 75px;
    border-radius: 10px;
}
.col_wrapper.tab_one_doctors .row_wrapper_tab_one_doctors .col_wrapper_ctr {
    float: left;
    width: 70%;
}
.col_wrapper.tab_one_doctors .row_wrapper_tab_one_doctors  .col_wrapper_rgt {
    float: left;
    width: 15%;
    text-align: right;
    padding-right: 0;
}
.row_wrapper_tab_one_doctors:last-child {
    border: none;
}
.tab_one_treatments .accordion-button:focus {
    box-shadow: none;
}
.tab_one_treatments .accordion-button {
    font-size: 14px;
    font-weight: 500;
    color: #004185;
}
.tab_one_treatments .accordion .accordion-item .accordion-body {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.tab_one_treatments .accordion-item {
    color: #E91E63;
    background-color: var(--bs-accordion-bg);
}
.tab_one_treatments .accordion-button:not(.collapsed) {
    background: #fe9e0c;
    color: #fff;
}
.tab_one_treatments h2.accordion-header {
    padding-bottom: 0 !important;
}
.row_wrapper_tab_one_doctors {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #fe9e0c;
}
.col_wrapper.tab_one_doctors .row_wrapper_tab_one_doctors .col_wrapper_ctr h3 {
    font-size: 18px;
    font-weight: 500;
}
.col_wrapper.tab_one_doctors .row_wrapper_tab_one_doctors .col_wrapper_doctors_fee.clinic_fee {
    padding-left: 0;
}
.col_wrapper.tab_one_doctors .row_wrapper_tab_one_doctors .col_wrapper_doctors_fee.home_fee {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.col_wrapper.tab_one_doctors .row_wrapper_tab_one_doctors .col_wrapper_doctors_fee.video_call_fee {
    padding-right: 0;
}
/**{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -msbox-sizing: border-box;
}
body{
   overflow-x: hidden;
}
img{
   max-width:100%;
}*/

/*start gallery css*/
*, *::before, *::after {
     padding: 0;
     margin: 0;
     box-sizing: border-box;
     list-style: none;
     list-style-type: none;
     text-decoration: none;
     -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
     text-rendering: optimizeLegibility;
}

 .main_galley .container {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     grid-gap: 1rem;
     justify-content: center;
     align-items: center;
     padding: 0;
     max-width: 100% !important;
}
 .main_galley .card {
     color: #252a32;
     border: none;
     border-radius: 2px;
     background: #fff;
/*     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);*/
}
 .main_galley .card-image {
     position: relative;
     display: block;
     width: 100%;
     padding-top: 70%;
     background: #fff;
}
 .main_galley .card-image img {
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
}

/*end gallery css*/
footer {
    float: left;
    width: 100%;
    z-index: 99;
    position: relative;
}
footer .container {
    max-width: 95%;
}
/*footer button.share {
    position: fixed;
    bottom: 20px;
    background: #004185;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 20px;
    z-index: 9;
    margin: 0 !important;
}*/
footer button.share {
    position: fixed;
    bottom: 20px;
    background: #feaf37;
    width: 50px;
    height: 50px;
    border: none;
    color: #ffffff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 20px;
    z-index: 9;
    margin: 0 !important;
    box-shadow: rgb(254 158 12 / 34%) 0px 5px 15px;
}
/*footer button.add_to_contact {
    position: fixed;
    bottom: 20px;
    background: #d2392c;
    height: 50px;
    border: none;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    padding: 5px 5px 5px 20px;
    line-height: 14px;
    z-index: 9;
}
*/
footer button.add_to_contact {
    position: fixed;
    bottom: 20px;
    background: #d2392c;
    height: 50px;
    border: none;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    padding: 10px;
    line-height: 14px;
    z-index: 9;
    width: 50px;
}

/*footer button.add_to_contact img {
    margin-left: 10px;
}*/
footer button.add_to_contact img {
    margin-left: 0;
    width: 20px;
}
.tab_one_socialmedia ul{
    margin-bottom: 0;
}
.tab_one_socialmedia ul li {
    display: flex !important;
     text-align: center;
    margin-right: 20px;
    align-items: center !important;
    justify-content: center !important;
}
.tab_one_socialmedia ul li:first-child{
    padding: 10px 0 !important;
}
.tab_one_socialmedia {
    margin-bottom: 90px !important;
}
section.sec_one ul li a {
    text-decoration: none;
}
address{
    margin: 0;
}
.tab_one_about img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 6px;
}
.tab_one_about p{
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.social_media_wrapper .tab_one_socialmedia {
    margin-bottom: 40px !important;
}
main {
    background: #fff !important;
    display: flow-root;
}
body {
    background: #004185;
}
.col_wrapper_doctors_fee ul li {
    border: none !important;
}
section.sec_two .row.contact_details ul a {
    text-decoration: none !important;
    color: #004185 !important;
}
.row.social_media_wrapper  {
    margin-bottom: 90px;
}
.pricing_plan_tab_main .tab_one_pricing_pan img {
    width: 100%;
}
.pricing_plan_tab_main .tab_one_pricing_pan ul li img{
    width: auto;
}
.pricing_plan_tab_main .tab_one_pricing_pan ul li {
    display: unset !important;
    float: left;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-right: 30px;
    border-bottom: none !important;
}
.pricing_plan_container .pricing_plan_tab_main ul li:first-child {
    width: inherit;
}
.pricing_plan_tab_main .tab_one_pricing_pan ul {
    float: left;
    margin-top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 20px !important;
    margin-bottom: 10px;
    background: #d2392c;
    color: #fff;
}
section.sec_two .container .row {
    margin-left: 0;
}
.pricing_plan_tab_main .tab_one_pricing_pan ul li:last-child {
    border-right: none !important;
    margin-right: 0;
}
.pricing_plan_tab_main .tab_one_pricing_pan ul li:last-child img {
    margin-right: 5px;
}
.pricing_plan_tab_main .tab_one_pricing_pan ul li img {
    width: 22px;
}
.tab__content .tab .tab_one_pricing_pan {
    padding: 0;
}
.pricing_plan_container {
    max-width: 100% !important;
    padding: 0;
}
.pricing_plan_container .pricing_plan_tab_main {
    padding: 0;
    margin: 0;
}
.pricing_plan_container .pricing_plan_tab_main h2 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.container.pricing_plan_container .col_wrapper.tab_one_pricing_pan {
    box-shadow: none !important;
}
/*product page css start here*/


.tab_one_products .filter-buttons {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    justify-content: flex-end;
}

.tab_one_products .list-view-button, .tab_one_products .grid-view-button {
    color: #004185;
    border: 1px solid #004185;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
    width: 30px;
    text-align: center;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab_one_products .list-view-button:hover,
.tab_one_products .grid-view-button:hover {
  background: white;
  color: #0e2439;
}

.tab_one_products .list-view-button {
  margin-left: 10px;
}

.tab_one_products .list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.tab_one_products li {
  background-color: #fff;
  color: #333;
  border-radius: 3px;
  margin-bottom: 5px;
  transition: 0.3s;
  border: 1px solid#fe9e0c;
}
.tab_one_products .list.grid-view-filter li img {
    width: 100%;
}

.tab_one_products .list.list-view-filter {
  flex-direction: column;
}

.tab_one_products .list.list-view-filter li {
    padding: 0;
    display: flex;
    align-items: center;
}

.tab_one_products .list.grid-view-filter {
  flex-flow: row wrap;
}

.tab_one_products .list.grid-view-filter li {
    width: calc(49%);
    padding: 0;
    margin-right: 2%;
    text-align: center;
}
.tab_one_products .list.grid-view-filter li:nth-child(even) {
    margin-right: 0;
}
/*.tab_one_products .list.list-view-filter li img {
    max-width: 120px;
    min-height: 120px;
    object-fit: cover;
    border-right: 1px solid #fe9e0c;
    float: left;
    padding: 10px;
}*/
.tab_one_products .list.list-view-filter li img {
    max-width: 100%;
    min-height: 250px;
    object-fit: cover;
    border-right: none;
    float: left;
/*    padding: 10px;*/
}

.tab_one_products .list.list-view-filter li .product_text_wrapper {
    float: left;
    padding: 15px;
    width: 100%;
}
.tab_one_products .list h3 {
    font-size: 14px;
    font-weight: 500;
}
.tab_one_products h6.product_price {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.tab_one_products h6.product_price span.color_light_grey {
    margin-left: 10px;
}
section.sec_two .row.contact_details .tab_one_products h2 {
    display: flex;
    justify-content: space-between;
}
/*product page css end here*/
.card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*.card-img-top {
  object-fit: cover;
  height: 220px;
}*/
.tab_one_products .list h5.card-title {
    font-size: 14px;
    font-weight: 500;
}
.tab_one_products .list .card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tab_one_products .product_text_wrapper h5 {
    font-size: 16px;
}
.tab_one_products .product_text_wrapper a.whatsappButtonClass {
    background: #004185;
    width: 80%;
    font-size: 13px;
    padding: 10px 8px;
    border-radius: 8px;
    height: 43px;
    border: 1px solid#004185;
    text-transform: capitalize;
}
.whatsapp_buy_now_wrapper button img {
    max-width: 20px !important;
    max-height: 20px !important;
    min-height: 20px !important;
    min-width: 20px !important;
    margin-bottom: 0 !important;
    object-fit: contain !important;
}
.tab_one_products .list.list-view-filter li .product_text_wrapper .whatsapp_buy_now_wrapper button img {
    padding: 0;
    border: none;
}
.tab_one_products .list.list-view-filter li .product_text_wrapper .whatsapp_buy_now_wrapper button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart_list_popup button.close {
    border: none;
    background: no-repeat;
    font-size: 34px;
    line-height: 24px;
    color: #f00;
}
.cart_list_popup .modal-header h5.modal-title {
    font-size: 18px;
}
/*.cart_list_popup .grand-total {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 100px;
}*/
.cart_list_popup .grand-total {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 100px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
}
.cart_list_popup.show .modal-dialog .modal-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
}
table.show-cart.table .input-group {
    width: 90px;
}
table.show-cart.table td {
    font-size: 14px;
}
.whatsapp_buy_now_wrapper button {
    min-width: 43px;
    min-height: 43px;
    border-radius: 100px;
    margin-right: 5px;
    background: #4caf50;
    color: #fff;
    border: 1px solid#4caf50;
    font-size: 20px;
}
.cart_list_popup 
 .modal-header {
    justify-content: space-between;
}
footer button.share i.fas.fa-shopping-cart::before {
    margin-right: 3px;
    font-size: 14px;
}


/*.tab_one_products .list.list-view-filter .card {
    display: flex;
    flex-direction: row;
    width: 100%;
}*/
.tab_one_products .list.list-view-filter .card {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
}


.tab_one_products .list.list-view-filter li .product_text_wrapper a.whatsappButtonClass {
    width: 100%;
    float: left;
    text-align: center;
    padding: 8px 30px;
    line-height: 23px;
    text-transform: capitalize;
}
/*.tab_one_products .list.list-view-filter li .product_text_wrapper .whatsapp_buy_now_wrapper {
    justify-content: start;
    padding: 0;
}*/
.tab_one_products .list.list-view-filter li .product_text_wrapper .whatsapp_buy_now_wrapper {
    justify-content: center;
    padding: 0;
}
.row_wrapper_tab_one_products .card {
    border: none;
}

/*add to cart new style added on cart start*/
/*.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: unset;
}*/
/*add to cart new style added on cart end*/
.row_wrapper_tab_one_products .whatsapp_buy_now_wrapper {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 10px;
}
button.delete-item.btn.btn-danger {
    background: #dc3545;
    color: #fff;
    max-height: 38px;
    display: flex;
    align-items: center;
    width: 38px;
    justify-content: center;
    margin-right: 10px;
}
table.show-cart.table tr td:first-child {
    width: 39%;
}
.modal-footer button.addCartToWhatsapp {
    width: 64%;
    font-size: 16px;
    padding: 15px;
    text-transform: capitalize;
    background: #4caf50;
    border: 1px solid #4caf50;
    font-weight: 500;
}
.modal-footer button.clear-cart {
    font-weight: 500;
    padding: 16px 9px;
    width: 32%;
    font-size: 14px;
    border: 1px solid #fff2f2;
    background: #ff00001c;
    color: #dc3545;
    height: 56px;
}
.cart_list_popup.show .modal-dialog {
    max-height: 90% !important;
}
.cart_list_popup.show .modal-body {
    max-height: 90vh;
    overflow-x: scroll;
    min-height: 80vh;
    padding-bottom: 210px;
}
/*=============================================================================================================
/*media query start
=============================================================================================================*/


@media (max-width: 767px) {
  /*.tab__content .tab .row {
    flex-direction: column;
  }*/
/*  .tab_one_doctors .col_wrapper_lft {
    width: 20%;
}

.tab_one_doctors .col_wrapper_ctr {
    width: 60%;
}

.tab_one_doctors .col_wrapper_rgt {
    width: 20%;
}*/
body {
    background: none;
}
.tab__content .left-column,
.tab__content .right-column {
  width: 50%;
  max-width: 500px;
}
@media (max-width: 767px) {
  .tab__content .left-column,
.tab__content .right-column {
    width: 100%;
    max-width: 700px;
  }
}
.tab__content .left-column {
  display: flex;
  align-items: center;
}
.tab__content .left-column .img-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: var(--box-shadow);
}
.tab__content .left-column .img-card img {
  width: 100%;
}
.tab__content .info .city {
  margin-bottom: 15px;
  font-size: 32px;
}
.tab__content .info .description {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .tab__content .info .description {
    text-align: justify;
  }
}
.tab__content .info .city, .tab__content .info .description {
  color: var(--text-color);
}
@media (max-width: 767px) {
  .tab__content .info .city, .tab__content .info .description {
    text-align: center;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*tab css end*/




/*media query start*/
@media screen and (max-width:640px){
.col_wrapper.tab_one_doctors .row_wrapper_tab_one_doctors .col_wrapper_lft {
    width: 18%;
}
.col_wrapper.tab_one_doctors .row_wrapper_tab_one_doctors  .col_wrapper_rgt {
    width: 12%;
}
}
@media screen and (max-width:575px){
/*  gallery media query start  */
.main_galley .container {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     grid-gap: 10px;
}
/*  gallery media query end  */
.col_wrapper.tab_one_doctors .row_wrapper_tab_one_doctors .col_wrapper_doctors_fee {
    width: 33.333%;
}
}
@media screen and (max-width:560px){
.col_wrapper.tab_one_doctors .row_wrapper_tab_one_doctors .col_wrapper_lft {
    width: 21%;
}
.col_wrapper.tab_one_doctors .row_wrapper_tab_one_doctors .col_wrapper_ctr {
    width: 67%;
}
section.sec_two .container {
    max-width: 98%;
}
}
@media screen and (max-width:490px){
.col_wrapper.tab_one_doctors .col_wrapper_doctors_fee ul li:last-child {
    width: 100%;
}
}
@media screen and (max-width:480px){
.col_wrapper.tab_one_doctors .row_wrapper_tab_one_doctors .col_wrapper_lft {
    float: left;
    width: 24%;
}
    .col_wrapper.tab_one_doctors .row_wrapper_tab_one_doctors .col_wrapper_ctr {
        float: left;
        width: 64%;
    }
/*section.sec_two .tab_one_socialmedia ul {
    justify-content: space-between;
}*/
}
@media screen and (max-width:460px){
    section.sec_one .container {
    max-width: 90%;
}
section.sec_one ul li{
        margin-right: 15px;
    }
/*.tab_one_products .list.list-view-filter li img {
    max-width: 100px;
    min-height: 100px;
    object-fit: cover;
}*/
.tab_one_products .list.grid-view-filter .card img {
    min-height: 120px;
    max-height: 120px;
    object-fit: cover;
    margin-bottom: 5px;
}
}
@media screen and (max-width:440px){
    section.sec_one ul{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    section.sec_one ul li{
        margin-right: 0;
    }
    section.sec_one .container {
    max-width: 90%;
}
}
@media screen and (max-width:423px){
.modal-footer button.addCartToWhatsapp {
    width: 63%;
}
}
@media screen and (max-width:400px){
section.sec_one .container {
    max-width: 95%;
}
.cart_list_popup 
 table.show-cart.table td {
    font-size: 14px !important;
}
.col_wrapper.tab_one_doctors .row_wrapper_tab_one_doctors .col_wrapper_ctr h6 span {
    margin-top: 5px;
}
.col_wrapper.tab_one_doctors .row_wrapper_tab_one_doctors .col_wrapper_ctr h6 span label {
    display: none;
}
.col_wrapper.tab_one_doctors .row_wrapper_tab_one_doctors .col_wrapper_ctr h6.time span {
    display: unset;
    margin-top: 0;
}
.col_wrapper.tab_one_doctors .row_wrapper_tab_one_doctors .col_wrapper_ctr h6.time {
    line-height: 20px;
    display: inline-flex;
}
section.sec_one ul li .icon.google_review {
    width: 110px;
    display: inline-flex;
    padding: 10px 15px;
}
section.sec_two .container {
    max-width: 100%;
}
.col_wrapper.tab_one_doctors .row_wrapper_tab_one_doctors .col_wrapper_doctors_fee.video_call_fee {
    padding-left: 7.5px;
}
.col_wrapper.tab_one_doctors .row_wrapper_tab_one_doctors .col_wrapper_doctors_fee.clinic_fee {
    padding-right: 7.5px;
}
.col_wrapper.tab_one_doctors .col_wrapper_doctors_fee ul li:last-child {
    line-height: 13px;
    margin-top: 5px;
}
}
@media screen and (max-width:383px){
.col_wrapper.tab_one_doctors .col_wrapper_doctors_fee ul {
    padding: 10px 5px !important;
}
}
@media screen and (max-width:380px){
.col_wrapper.tab_one_doctors .row_wrapper_tab_one_doctors .col_wrapper_lft img {
    min-width: 60px;
    max-width: 60px;
    border-radius: 10px;
}
.col_wrapper.tab_one_doctors .row_wrapper_tab_one_doctors .col_wrapper_ctr h6 span {
    display: block;
}
.tab__content .tab .col_wrapper.tab_one_treatments {
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}
.tab__content .tab .col_wrapper.tab_one_treatments h2 {
    padding: 0 0 15px;
}
.tab_one_socialmedia ul li {
    min-width: 50px;
}
}
@media screen and (max-width:360px){
section.sec_one ul li .icon {
    width: 55px;
    height: 55px;
}
    section.sec_one ul li .icon.google_review {
        width: 102px;
        padding: 10px;
    }
    section.sec_one ul li .icon.google_review span {
    padding-left: 5px;
    width: 59%;
}
.whatsapp_buy_now_wrapper button {
    min-width: 40px;
    min-height: 40px;}
.tab_one_products .product_text_wrapper a.whatsappButtonClass {
    padding: 10px 0px;
    height: 40px;
}
.tab_one_products .list.list-view-filter li img {
    min-height: 180px;
    max-height: 180px;
}
.tab__content .tab .col_wrapper.tab_one_products {
    padding: 30px 5px 10px;
}
section.banner img {
    max-height: 180px;
    min-height: 180px;
}
.modal-footer button.addCartToWhatsapp {
    height: 45px;
    line-height: 14px;
}
.modal-footer button.clear-cart {
    height: 45px;
    line-height: 12px;
}
.cart_list_popup .grand-total {
    padding-bottom: 90px;
}
section.sec_two .row.contact_details .tab_one_products h2 {
    padding: 0 10px 15px;
}
}
@media screen and (max-width:353px){
.col_wrapper.tab_one_doctors .col_wrapper_doctors_fee ul {
    min-height: 87px;
}
}
@media screen and (max-width:343px){
.modal-footer button.addCartToWhatsapp {
    width: 62%;
}
}
@media screen and (max-width:340px){
section.sec_one ul li .icon {
    width: 50px;
    height: 50px;
}
}