/*
Theme Name: Yashoda Child
Theme URI: http://www.igenero.com
Description: A WordPress child theme for Yashoda Hospitals.
Author: iGenero
Author URI: http://www.igenero.com
Template: yashoda
Version: 1.0
*/

@import url('../yashoda/style.css');
@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto-regular-webfont.eot');
    src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-regular-webfont.woff2') format('woff2'), url('fonts/roboto-regular-webfont.woff') format('woff'), url('fonts/roboto-regular-webfont.ttf') format('truetype'), url('fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('fonts/roboto-bold-webfont.eot');
    src: url('fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-bold-webfont.woff2') format('woff2'), url('fonts/roboto-bold-webfont.woff') format('woff'), url('fonts/roboto-bold-webfont.ttf') format('truetype'), url('fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold_italic';
    src: url('fonts/roboto-bolditalic-webfont.eot');
    src: url('fonts/roboto-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-bolditalic-webfont.woff2') format('woff2'), url('fonts/roboto-bolditalic-webfont.woff') format('woff'), url('fonts/roboto-bolditalic-webfont.ttf') format('truetype'), url('fonts/roboto-bolditalic-webfont.svg#robotobold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoitalic';
    src: url('fonts/roboto-italic-webfont.eot');
    src: url('fonts/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-italic-webfont.woff2') format('woff2'), url('fonts/roboto-italic-webfont.woff') format('woff'), url('fonts/roboto-italic-webfont.ttf') format('truetype'), url('fonts/roboto-italic-webfont.svg#robotoitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto-light-webfont.eot');
    src: url('fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-light-webfont.woff2') format('woff2'), url('fonts/roboto-light-webfont.woff') format('woff'), url('fonts/roboto-light-webfont.ttf') format('truetype'), url('fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('fonts/roboto-medium-webfont.eot');
    src: url('fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-medium-webfont.woff2') format('woff2'), url('fonts/roboto-medium-webfont.woff') format('woff'), url('fonts/roboto-medium-webfont.ttf') format('truetype'), url('fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Black';
    src: url('fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Black.woff') format('woff'), url('fonts/Roboto-Black.ttf') format('truetype'), url('fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

.wp-picker-open+.wp-picker-input-wrap,
.et-pb-option--has-preview .wp-picker-open+.wp-picker-input-wrap {
    z-index: 99999;
}

.et-pb-option--has-preview .wp-picker-open+.wp-picker-input-wrap {
    z-index: 99999;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    text-shadow: none;
    font-weight: normal;
}

.btn:hover,
.btn:focus,
.btn.focus,
button:focus,
a:focus {
    text-decoration: none;
    outline: 0;
    outline-offset: 0;
}
a{
    text-decoration: none !important;
}
body {
    font-family: 'robotoregular';
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    background: #ffff;
    font-weight: normal;
}

.wrapper {
    width: 100%;
    position: relative;
}

.container_info,
.et_pb_row,
.container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

.header_container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 50px;
}

p {
    /*text-shadow: 0 0 0;*/
    font-size: 16px;
    line-height: 30px;
    color: #212529;
}


/* ++++++++++++++++myaccount leftside navigation++++++++++++++++++ */

@media only screen and (min-width: 769px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 22%;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 75%;
    }
}

nav.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding-left: 0;
    max-width: 240px;
    font-size: 17px;
    line-height: 26px;
}

nav.woocommerce-MyAccount-navigation ul li {
    padding: 10px 15px;
    /* background-color: rgba(120, 118, 151, 0.05); */
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

nav.woocommerce-MyAccount-navigation ul li a {
    display: block;
    color: #333;
}

nav.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: rgba(245, 135, 51, 1);
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: rgba(255, 255, 255, 0.8);
    cursor: default;
}

nav.woocommerce-MyAccount-navigation ul li.is-active:after {
    content: "";
    height: 0;
    width: 0;
    border-top: 24px solid transparent;
    border-left: 19px solid rgba(245, 135, 51, 1);
    border-bottom: 23px solid transparent;
    float: right;
    margin-right: -34px;
    margin-top: -36px;
}

nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
    background-color: rgba(245, 135, 51, 1);
}

nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover a {
    color: #fff;
}

nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
    content: "";
    height: 0;
    width: 0;
    border-top: 24px solid transparent;
    border-left: 19px solid rgba(245, 135, 51, 1);
    border-bottom: 23px solid transparent;
    float: right;
    margin-right: -34px;
    margin-top: -36px;
}

#logo {
    max-height: 100%;
}

#main-header {
    padding: 10px 0;
}

#et-secondary-menu>ul>li a {
    font-family: 'robotolight';
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

.cart_icon {
    display: none;
    margin: 0 0 0 20px;
}

#top-header {
    padding: 5px 0;
    display: none;
}

#top-menu li a {
    font-family: 'robotolight';
    color: #616063 !important;
    text-transform: uppercase;
    position: relative;
}

#top-menu-nav>ul>li>a:hover,
#top-menu-nav>ul>li>a:focus {
    opacity: 1;
    color: #827FC6 !important;
}

#top-menu li a:before {
    position: absolute;
    top: 0px;
    right: -15px;
    content: "";
    width: 1px;
    height: 15px;
    background: #959596;
}

#top-menu li:last-child a:after {
    display: none;
}

.priorityhealthcare_banner .et_pb_slider {
    max-height: 450px;
}

.priorityhealthcare_banner h1 {
    font-family: 'Roboto-Black';
    font-size: 64px;
    color: #827FC6 !important;
}

.priorityhealthcare_banner h2 {
    font-family: 'robotobold';
    font-size: 82px;
    color: #32306a !important;
}

.priorityhealthcare_banner h4 {
    font-family: 'robotolight';
    font-size: 34px;
    line-height: 38px;
    color: #333236 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.priorityhealthcare_banner h4 em {
    font-style: normal;
    font-size: 16px;
    color: #444444;
    display: block;
    text-transform: none;
    letter-spacing: 0;
}

.priorityhealthcare_banner ul {
    padding: 15px 0;
    margin: 0;
    text-shadow: none;
}

.priorityhealthcare_banner ul li {
    list-style: none;
    font-size: 16px;
    color: #333236;
    margin-bottom: 10px;
    font-family: 'robotomedium';
    padding-left: 25px;
    background: url(images/list_arrow.png) left center no-repeat;
}

.priorityhealthcare_banner .et_pb_row {
    padding: 140px 0;
}

.priorityhealthcare_banner .et_pb_slider .et_pb_slide {
    text-align: left;
}

.priorityhealthcare_banner .et_pb_slider .et_pb_container {
    width: 100%;
    max-width: 1200px;
}

.priorityhealthcare_banner .et_pb_slide_description {
    padding: 50px 0 200px;
}

.buypack_btn {
    margin: 30px 0 0 0;
    float: left;
}

.buypack_btn a {
    font-family: 'robotolight';
    font-size: 24px;
    text-transform: uppercase;
    background: #827FC6 !important;
    color: #fff !important;
    line-height: inherit;
    padding: 12px 35px;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    outline: none;
}

.buypack_btn a:hover {
    background-color: #e1680c;
    color: #fff;
}

.title_info h2 {
    font-family: 'robotolight';
    font-size: 30px;
    color: #333236;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}

.title_info h2:after {
    content: "";
    position: absolute;
    right: 0px;
    left: 0;
    bottom: -10px;
    width: 70px;
    height: 2px;
    margin: 0px auto;
    background: #f58634;
}

.title_info p {
    font-family: 'robotolight';
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-align: center;
}

.servicesoffered_sec {}

.servicesoffered_row {
    padding-top: 0 !important;
}

.servicesoffered_row .et_pb_column_1_3 {
    width: 32%;
    margin-right: 2%;
}

.servicesoffered_list {
    background-color: rgb(255, 255, 255);
    box-shadow: 2.5px 4.33px 0px 0px rgba(0, 0, 0, 0.05);
    padding: 35px;
    height: 540px;
}

.servicesoffered_list h4 {
    font-family: 'robotolight';
    font-size: 24px;
    line-height: 29px;
    color: #666666;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}

.servicesoffered_list h4:after {
    content: "";
    position: absolute;
    right: 0px;
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 2px;
    margin: 0px auto;
    background: #32306a;
}

.servicesoffered_list ul {
    padding: 0;
    margin: 0;
}

.servicesoffered_list ul li {
    text-align: center;
    list-style: none;
    font-size: 15px;
    line-height: 20px;
    color: #777;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-family: 'robotolight';
    border-bottom: 1px solid #d7d7d3;
}

.servicesoffered_list ul li:last-child {
    border-bottom: 0;
}

.servicesoffered_list ul li a,
.servicesoffered_list ul li a:hover {
    color: #827FC6
}

.ourspecialities_info {}

.ourspecialities_info ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
}

.ourspecialities_info ul li .ourspecialities_icon {
    display: block;
    text-align: center;
}

.ourspecialities_info ul li {
    list-style: none;
    margin: 0;
    padding: 5px;
    /* -webkit-box-flex: 0;
    -ms-flex: 0 0 16.5%;
    flex: 0 0 16.5%;
    max-width: 16.5%; */
    text-align: center;
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    padding: 35px 25px;
    width: 15.3%;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
    min-height: 190px;
}

.ourspecialities_info ul li h4 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    color: #777;
    font-weight: normal;
    font-family: 'robotolight';
    text-align: center;
}

.ourspecialities_info ul li:nth-child(n+7) {
    border-bottom: 0;
}

.ourspecialities_info ul li:nth-child(6),
.ourspecialities_info ul li:last-child {
    border-right: 0;
}

.highlightsabout_info {}

.highlightsabout_info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: inline-block; */
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    text-align: center;
    margin: 0px auto;
    /* vertical-align: top; */
}

.highlightsabout_info ul li .highlightsabout_icon {
    display: block;
    text-align: center;
}

.highlightsabout_info ul li {
    list-style: none;
    margin: 0;
    /* -webkit-box-flex: 0; 
    -ms-flex: 0 0 20%;
    flex: 0 0 20%; 
    max-width: 20%;*/
    text-align: center;
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    padding: 35px 25px;
    vertical-align: top;
    display: inline-block;
    width: 19.6%;
    height: 230px;
    margin-left: -3px;
}

.highlightsabout_info ul li h3 {
    margin: 0;
    padding: 0;
    font-size: 36px;
    line-height: 38px;
    color: #827FC6;
    font-weight: normal;
    font-family: 'robotolight';
    text-align: center;
}

.highlightsabout_info ul li h3 em {
    margin: 0;
    padding: 0;
    font-size: 25px;
    color: #827FC6;
    font-style: normal;
    font-family: 'robotolight';
    text-align: center;
}

.highlightsabout_info ul li h4 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    color: #333236;
    font-weight: normal;
    font-family: 'robotolight';
    text-align: center;
}

.highlightsabout_info ul li h4 em {
    display: block;
    font-size: 12px;
    color: #8f8f90;
    font-style: normal;
}

.highlightsabout_info ul li:nth-child(5) {
    border-right: 0;
}

.highlightsabout_info ul li:nth-child(n+6) {
    border-bottom: 0;
}

.highlightsabout_info ul li:nth-child(6) {
    border-left: 1px solid #c5c5c5;
}

.testimonial_videos i.fa.fa-youtube-play {
    font-size: 60px;
    position: absolute;
    color: #000;
    transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
}

.testimonial_videos i.fa.fa-youtube-play:after {
    width: 40px;
    height: 40px;
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
    background: #fff;
}

.testimonial_videos:hover i.fa.fa-youtube-play {
    color: #ff0000;
}

.testimonialsnew_slider .swiper-slide h4 {
    font-size: 22px;
    color: #32306a;
    font-family: 'robotolight';
    text-align: left;
    padding: 5px 0 10px 0;
}

.testimonialsnew_slider .swiper-slide p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    text-align: left;
    padding-bottom: 0;
}

.testimonialsnew_slider .swiper-button-next,
.testimonialsnew_slider .swiper-button-prev {
    width: 15px;
    height: 29px;
    background: url(./images/testimonials_arrow.png) no-repeat;
}

.testimonialsnew_slider .swiper-button-next {
    background-position: right top;
    right: -50px;
}

.testimonialsnew_slider .swiper-button-prev {
    background-position: left top;
    left: -50px;
}

.bandhamlocations_sec {}

.bandhamlocations_row {}

.bandhamlocations_list {}

.bandhamlocations_list h4 {
    padding-left: 55px;
    background: url(./images/location_icon.png) left 6px no-repeat;
    margin-top: 15px;
}

.bandhamlocations_list h4 em {
    font-size: 16px;
    color: #777;
    font-family: 'robotolight';
    text-align: left;
    font-style: normal;
}

.bandhamlocations_list h4 em strong {
    line-height: 18px;
}

.bandhamlocations_list h4 em i {
    color: #f58532;
    font-size: 20px;
    font-family: 'robotoregular';
    font-style: normal;
    text-transform: uppercase;
    display: block;
    line-height: 22px;
    margin-top: 4px;
}

.readmore_arrow {
    text-align: left;
    padding-left: 55px;
    margin-top: 5px;
}

.readmore_arrow a img {
    width: 26px;
    height: 17px;
    float: left;
    text-align: left;
}

.viewall_btn {
    margin: 30px 0;
    text-align: center;
}

.viewall_btn a {
    font-family: 'robotolight';
    font-size: 24px;
    text-transform: uppercase;
    background: #827FC6;
    color: #fff;
    line-height: inherit;
    padding: 12px 35px;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    outline: none;
}

.viewall_btn a:hover {
    background-color: #e1680c;
    color: #fff;
}

.inner_header {
    text-align: center;
}

.inner_header .et_pb_fullwidth_header {
    padding: 50px 0 30px 0;
}

.inner_header h1 {
    font-family: 'Roboto-Black';
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 0;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content,
.inner_header .et_pb_fullwidth_header .header-content {
    margin-right: 0;
}

.title_info.text-left h2 {
    text-align: left;
}

.title_info.text-left h2:after {
    right: inherit;
    left: 0;
}

.loginform_sec input.text,
.loginform_sec input.title,
.loginform_sec input[type=email],
.loginform_sec input[type=password],
.loginform_sec input[type=tel],
.loginform_sec input[type=text],
.loginform_sec select,
.loginform_sec textarea {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(171, 168, 173);
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    border: 1px;
    font-size: 16px;
    color: #333;
    height: 40px;
}

#main-footer .et-social-icons li {
    margin-left: 10px;
}

#main-footer .et-social-icon a {
    font-size: 16px;
    border: 1px solid #666;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    line-height: 36px;
}

#main-footer .et-social-icon a:hover {
    border: 1px solid #827FC6;
    color: #827FC6;
}
#main-bottom .et-social-icon .slideshare_orange{display:none;}
#main-bottom .et-social-icon a:hover .slideshare_grey{display:none;}
#main-bottom .et-social-icon a:hover .slideshare_orange{display:initial;}

.cartpage .woocommerce {
    text-align: center;
}

.cartpage .woocommerce .cart-empty {
    text-align: center;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    width: 100%;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.cartpage .woocommerce .return-to-shop {
    text-align: center;
    margin: 30px 0;
}

.cartpage .woocommerce .return-to-shop a.button.wc-backward {
    font-family: 'robotolight';
    font-size: 16px;
    text-transform: uppercase;
    background: #827FC6;
    color: #fff;
    line-height: inherit;
    padding: 8px 15px;
    letter-spacing: 0;
    border: none;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    position: relative;
}

.cartpage .woocommerce .return-to-shop a.button.wc-backward:hover {
    background-color: #e1680c;
    color: #fff;
    padding: 8px 30px 8px 15px;
}

.cartpage .woocommerce .return-to-shop a.button.wc-backward:hover:after {
    font-size: 28px;
    position: absolute;
    top: 7px;
    right: 6px;
}

.cartpage .woocommerce .return-to-shop a.button.wc-backward {
    text-align: center;
    float: none;
}

.cartpage .woocommerce .woocommerce-notices-wrapper {}

#content-area .cartpage table td,
#content-area .cartpage table th,
#content-area .cartpage table tr,
#main-content .cartpage table.cart td,
#main-content .cartpage table.cart th,
#main-content .cartpage table.cart tr,
.cartpage table.cart td,
.cartpage table.cart th,
.cartpage table.cart tr {
    font-family: 'robotoregular';
    font-weight: normal;
}


/* #main-content .cartpage table.cart td, .cartpage table.cart td{
    font-size:18px;
    color:#1e1e1f;
} */

#main-content .cartpage table.cart th {
    font-family: 'robotolight';
    color: #444;
    font-size: 15px;
}

#main-content .cartpage table.cart td {
    font-family: 'robotolight';
    color: #1e1e1f;
    font-size: 18px;
}

#main-content .cartpage table.cart td .quantity_select,
#main-content .cartpage table.cart td .quantity_select select {
    font-family: 'robotolight';
    color: #1e1e1f;
    font-size: 18px;
    width: 80px;
}

#add_payment_method .cartpage table.cart img,
.woocommerce-cart .cartpage table.cart img,
.woocommerce-checkout .cartpage table.cart img {
    width: 91px;
}

.cartpage table.cart td.product-name,
.cartpage table.cart td.product-name a,
.cartpage table.cart td.product-name a:hover {
    color: #333236;
    font-family: 'robotomedium';
    font-size: 16px;
}

.woocommerce-cart .cartpage table.cart td.actions .coupon .input-text {
    font-family: 'robotolight';
    font-size: 16px !important;
    width: 250px;
    background-color: transparent !important;
    border: 1px solid #1e1e1f !important;
    border-radius: 0;
    color: #1e1e1f !important;
    height: 43px;
    margin-right: 0;
}

.woocommerce-cart .cartpage table.cart td.actions .coupon .input-text::-webkit-input-placeholder {
    color: #1e1e1f;
}

.woocommerce-cart .cartpage table.cart td.actions .coupon .input-text::-moz-placeholder {
    color: #1e1e1f;
}

.woocommerce-cart .cartpage table.cart td.actions .coupon .input-text:-ms-input-placeholder {
    color: #1e1e1f;
}

.woocommerce-cart .cartpage table.cart td.actions .coupon .input-text:-moz-placeholder {
    color: #1e1e1f;
}

.woocommerce .cart .coupon .button,
.woocommerce .cart .coupon .button:hover {
    background: #32306a;
    color: #fff;
    font-family: 'robotolight';
    font-size: 16px !important;
    padding: 8px 12px;
    border: 0;
    border-radius: 0;
    margin-top: 0;
}

#main-content .cartpage table.cart td.actions {
    padding-top: 40px;
}

.woocommerce .cart .coupon .button:hover {
    /* padding: .3em 2em .3em 1em; */
    padding: 8px 30px 8px 12px;
}

.woocommerce .cart .coupon .button:hover:after,
.woocommerce .cart .coupon .button.alt:hover:after {
    font-size: 28px;
}

.woocommerce button.update_cart,
.woocommerce button.update_cart:hover {
    background: #32306a;
    color: #fff;
    font-family: 'robotolight';
    font-size: 16px !important;
    border: 0;
    padding: 8px 12px;
    border-radius: 0;
}

.woocommerce button.update_cart:hover {
    padding: 8px 30px 8px 12px;
    border: 0;
}

.woocommerce button.update_cart:hover:after,
.woocommerce button.update_cart.alt:hover:after {
    font-size: 28px;
}

.woocommerce .update_cart:disabled,
.woocommerce button.update_cart:disabled,
.woocommerce .update_cart:disabled[disabled] {
    padding: 7px 12px !important;
    border: 1px solid #ccc;
    background: transparent;
}

.woocommerce .update_cart:disabled[disabled]:after,
.woocommerce .cart .coupon button.update_cart.disabled:hover:after,
.woocommerce .cart .coupon button.update_cart:disabled:hover:after,
.woocommerce .cart .coupon button.update_cart:disabled.alt:hover:after {
    display: none;
}

.woocommerce-shipping-totals.shipping {
    display: none !important;
}

.woocommerce .woocommerce-cart-form table.shop_table {
    border: 0;
}

.woocommerce table.shop_table {
    border: 0;
}

.woocommerce table.shop_table.cart {
    border: 0;
    border-bottom: 1px solid #aba8ad;
    padding-bottom: 30px;
    border-radius: 0;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
    float: left;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    width: 30%;
    float: right;
    text-align: right;
}

.woocommerce-cart .wc-proceed-to-checkout {
    display: block;
    float: right;
    width: 100%;
}

.woocommerce a.button,
.woocommerce a.button.alt {
    max-width: 30%;
    /*float: right;*/
}

.woocommerce-cart .cart-collaterals .cart_totals tr th {
    font-family: 'robotolight';
    font-size: 17px;
    color: #817e83;
    font-weight: normal;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td {
    color: #1e1e1f;
    font-size: 18px;
    font-weight: normal;
}

#main-content .cartpage table.cart tr.cart_item {
    /* margin-bottom: 20px; */
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-top: 0px solid #ebe9eb;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td strong {
    font-size: 24px;
    font-weight: normal;
    color: #1e1e1f;
    font-family: 'Roboto-Black';
}

.woocommerce .wc-proceed-to-checkout a.button,
.woocommerce .wc-proceed-to-checkout a.button.alt {
    background: #827FC6;
    color: #fff;
    font-size: 20px;
    font-family: 'robotolight';
    text-transform: uppercase;
    float: right;
}

button.single_add_to_cart_button {
    background: #827FC6 !important;
    color: #fff !important;
    height: 45px !important;
    border: none !important;
}

a.button.add_to_cart_button,
a.button.addtocartbutton {
    background: #827FC6 !important;
    color: #fff !important;
    height: 38px !important;
    border: none !important;
    width: 150px;
    max-width: 100%;
    margin: 0 10px;
    font-size: 16px;
}

.single-product a.button.add_to_cart_button {
    line-height: 35px !important;
}

a.button.add_to_cart_button:after,
a.button.addtocartbutton:after {
    top: 1px;
}

.woocommerce-page a.button,
.woocommerce-page a.button.alt,
.woocommerce-page a.button.alt:hover,
.woocommerce-page a.button:hover {
    border-radius: 0;
    border: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 45%;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    background: transparent;
    color: #827FC6 !important;
    padding: 0;
    padding: 5px 15px !important;
}

.woocommerce-message a.button.wc-forward {
    display: none;
}

.woocommerce .woocommerce-error {
    color: #ff0000;
}

.checkoutorderreview_lft {
    width: 60%;
    float: left;
}

.checkoutorderreview_rght {
    width: 40%;
    float: left;
    padding-left: 100px;
}

.woocommerce .checkoutorderreview_lft .col2-set .col-1,
.woocommerce-page .checkoutorderreview_lft .col2-set .col-1 {
    float: left;
    width: 100%;
}

.checkoutorderreview_lft {}

.woocommerce form .checkoutorderreview_lft .form-row {
    margin: 0 0 15px;
}

.checkoutorderreview_rght {}

.woocommerce form .checkoutorderreview_lft .form-row input[type="text"],
.woocommerce form .checkoutorderreview_lft .form-row input[type="email"],
.woocommerce form .checkoutorderreview_lft .form-row input[type="passwors"],
.woocommerce form .checkoutorderreview_lft .form-row input[type="tel"],
.woocommerce form .checkoutorderreview_lft .form-row select,
.woocommerce form .checkoutorderreview_lft .form-row select.select2-hidden-accessible,
.checkoutorderreview_lft .select2-container--default .select2-selection--single,
.woocommerce form .checkoutorderreview_lft .form-row textarea {
    width: 100%;
    height: 56px;
    background-color: #fff;
    padding: 6px 12px;
    border: 0;
    color: #3c424c;
    font-size: 18px;
    border: 1px solid #aba8ad;
    border-radius: 0;
    font-family: 'robotolight';
}

.checkoutorderreview_lft .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.checkoutorderreview_lft .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 56px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 40px;
    background: #f5f5f5;
}

.woocommerce-billing-fields h3 {
    font-family: 'robotolight';
    font-size: 30px;
    color: #333236;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}

.woocommerce-billing-fields h3:after {
    content: "";
    position: absolute;
    right: inherit;
    left: 0;
    bottom: -10px;
    width: 70px;
    height: 2px;
    margin: 0px auto;
    background: #827FC6;
}

.woocommerce table.woocommerce-checkout-review-order-table thead,
.woocommerce table.woocommerce-checkout-review-order-table tbody {
    display: none;
}

.ordersummarysec_top {
    /* background: #efedf0;
    padding: 20px; */
}

.ordersummarysec_bottom {
    background: #efedf0;
    padding: 20px;
}

.ordersummarysec_top h3 {
    font-family: 'robotolight';
    font-size: 20px;
    color: #333236;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.ordersummarysec_top h3:after {
    content: "";
    position: absolute;
    right: inherit;
    left: 0;
    bottom: -5px;
    width: 50px;
    height: 2px;
    margin: 0px auto;
    background: #827FC6;
}

.woocommerce table.woocommerce-checkout-review-order-table {
    text-align: right;
    background: #efedf0;
}

.woocommerce table.woocommerce-checkout-review-order-table th {
    font-family: 'robotolight';
    font-size: 17px;
    color: #817e83;
    font-weight: normal !important;
    border: 0 !important;
}

.woocommerce table.woocommerce-checkout-review-order-table td {
    color: #1e1e1f;
    font-size: 18px;
    font-weight: normal !important;
    border: 0 !important;
}

.woocommerce table.woocommerce-checkout-review-order-table td strong {
    font-size: 24px;
    font-weight: normal;
    color: #1e1e1f;
    font-family: 'Roboto-Black';
}

.checkout_coupon button.button,
.checkout_coupon button.button.alt,
.ordersummarysec_bottom .place-order button.button,
.ordersummarysec_bottom .place-order button.button.alt {
    background: #827FC6;
    color: #fff;
    font-size: 20px;
    font-family: 'robotolight';
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    border-radius: 10px;
}

.checkout_coupon button.button:hover,
.checkout_coupon button.button.alt:hover,
.ordersummarysec_bottom .place-order button.button:hover,
.ordersummarysec_bottom .place-order button.button.alt:hover {
    border-radius: 0;
    border: 0;
    background: #827FC6;
    color: #fff;
    border-radius: 10px;
}

.woocommerce form.checkout_coupon .form-row-last,
.woocommerce-page form.checkout_coupon .form-row-last {
    float: none;
}

.woocommerce-checkout #payment.ordersummarysec_bottom div.payment_box {
    /*   display: none !important; */
}

.woocommerce-checkout #payment.ordersummarysec_bottom ul.payment_methods li label {
    font-family: 'robotomedium';
    font-size: 18px;
    color: #333236;
}

.checkoutpage_sec .woocommerce .woocommerce-info,
.checkoutpage_sec .woocommerce .woocommerce-info a,
.checkoutpage_sec .woocommerce .woocommerce-info a:hover {
    background: #f5f5f5;
    color: #827FC6 !important;
}

.checkoutpage_sec .woocommerce form.checkout_coupon {
    border: 1px solid #aba8ad;
    border-radius: 0px;
}

.checkoutpage_sec .woocommerce form .form-row input.input-text,
.checkoutpage_sec .woocommerce form .form-row textarea {
    width: 100%;
    height: 56px;
    background-color: #fff;
    padding: 6px 12px;
    border: 0;
    color: #3c424c;
    font-size: 18px;
    border: 1px solid #aba8ad;
    border-radius: 0;
    font-family: 'robotolight';
}

.loginregisterpage_sec {}

.loginregisterpage_sec .woocommerce form.login,
.loginregisterpage_sec .woocommerce form.register {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    width: 85%;
}

.loginregisterpage_sec .woocommerce form .form-row label {
    font-family: 'robotolight';
    color: #3c424c;
    font-size: 18px;
}

.loginregisterpage_sec .woocommerce form .form-row input.input-text,
.loginregisterpage_sec .woocommerce form .form-row textarea {
    width: 100%;
    height: 56px;
    background-color: #fff;
    padding: 6px 12px;
    border: 0;
    color: #3c424c;
    font-size: 18px;
    border: 1px solid #aba8ad;
    border-radius: 0;
    font-family: 'robotolight';
}

.loginregisterpage_sec .woocommerce h2 {
    font-family: 'robotolight';
    font-size: 30px;
    color: #333236;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.loginregisterpage_sec .woocommerce h2:after {
    content: "";
    position: absolute;
    right: inherit;
    left: 0;
    bottom: -5px;
    width: 50px;
    height: 2px;
    margin: 0px auto;
    background: #f58634;
}

.loginregisterpage_sec .woocommerce form.login button.button,
.loginregisterpage_sec .woocommerce form.register button.button {
    font-family: 'robotolight';
    font-size: 20px;
    text-transform: uppercase;
    background: #827FC6;
    color: #fff;
    line-height: inherit;
    padding: 12px 35px;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    margin: 30px 0 0 0;
}

.loginregisterpage_sec .woocommerce form.login {
    position: relative;
}

.loginregisterpage_sec .woocommerce form.login:after {
    content: "";
    position: absolute;
    right: -100px;
    top: 0;
    width: 52px;
    height: 480px;
    background: url(./images/or_deviderimg.png) no-repeat;
}

.loginregisterpage_sec .woocommerce form.login .lost_password {
    text-align: right;
}

.loginregisterpage_sec .woocommerce form.login .lost_password a,
.loginregisterpage_sec .woocommerce form.login .lost_password a:hover {
    font-size: 18px;
    color: #32306a
}

.thankyouorderpage_sec {}

.thankyouorderpage_sec h2 {
    font-family: 'robotomedium';
    font-size: 26px;
    color: #333236;
    text-align: center;
    margin-bottom: 50px;
}

.woocommerce .thankyouorderpage_sec ul.order_details {
    margin: 0em 0;
    border-top: 1px solid #eae8eb;
    border-bottom: 1px solid #eae8eb;
    padding: 25px 0;
    text-align: center;
}

.woocommerce .thankyouorderpage_sec ul.order_details li {
    font-size: 14px;
    color: #444444;
    text-transform: uppercase;
    font-family: 'robotolight';
    margin-right: 2.3em;
    padding-right: 2.3em;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.woocommerce .thankyouorderpage_sec ul.order_details li strong {
    font-size: 16px;
    color: #1e1e1f;
    font-weight: normal;
    font-family: 'robotoregular';
}

.kyc_info {
    display: none;
}

.kyc_info p {
    font-size: 18px;
    color: #1e1e1f;
    margin: 60px 0;
    font-family: 'robotomedium';
    text-align: center;
}

.kyc_info h2 {
    font-family: 'robotolight';
    font-size: 30px;
    color: #333236;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 50px 0;
}

.kyc_info h2 span {
    font-family: 'robotobold';
    font-size: 30px;
    color: #333236;
}

.kyc_info h2:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -5px;
    width: 50px;
    height: 2px;
    margin: 0px auto;
    background: #f58634;
}

.sponsor_info,
.member_info {
    width: 50%;
    padding: 0 50px;
    float: left;
}

.sponsor_info,
.member_info {}

.sponsor_info h3,
.member_info h3 {
    font-family: 'robotolight';
    font-size: 20px;
    color: #333236;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}

.sponsor_info h3:after,
.member_info h3:after {
    content: "";
    position: absolute;
    right: inherit;
    left: 0;
    bottom: -5px;
    width: 50px;
    height: 2px;
    margin: 0px auto;
    background: #f58634;
}

.sponsor_info ul,
.member_info ul {
    padding: 0;
    margin: 0;
}

.sponsor_info ul li,
.member_info ul li {
    list-style: none;
    margin-bottom: 20px;
}

.sponsor_info ul li span,
.member_info ul li span {
    color: #3c424c;
    font-size: 18px;
    font-family: 'robotolight';
}

.sponsor_info input.text,
.sponsor_info input.title,
.sponsor_info input[type=email],
.sponsor_info input[type=password],
.sponsor_info input[type=date],
.sponsor_info input[type=tel],
.sponsor_info input[type=text],
.sponsor_info select,
.sponsor_info textarea,
.member_info input.text,
.member_info input.title,
.member_info input[type=email],
.member_info input[type=password],
.member_info input[type=date],
.member_info input[type=tel],
.member_info input[type=text],
.member_info select,
.member_info textarea {
    width: 100%;
    height: 56px;
    background-color: #fff;
    padding: 6px 12px;
    border: 0;
    color: #3c424c;
    font-size: 18px;
    border: 1px solid #aba8ad;
    border-radius: 0;
    font-family: 'robotolight';
}

.sponsor_info ul li .intl-tel-input.allow-dropdown,
.member_info ul li .intl-tel-input.allow-dropdown {
    width: 100%;
}

.sponsor_info textarea,
.member_info textarea {
    height: 100px;
}

.member_info button.wpcf7-field-group-add,
.member_info button.wpcf7-field-group-remove {
    font-family: 'robotolight';
    font-size: 16px;
    text-transform: uppercase;
    background: #827FC6;
    color: #fff;
    line-height: inherit;
    padding: 8px 15px;
    letter-spacing: 0;
    border: none;
    border-radius: 0;
    cursor: pointer;
    outline: none;
}

.member_info button.wpcf7-field-group-remove {
    background: #ccc;
    color: #000;
    margin-right: 20px;
}

.member_info button.wpcf7-field-group-add:hover,
.member_info button.wpcf7-field-group-remove:hover {
    background-color: #e1680c;
    color: #fff;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    font-size: 15px;
    color: #333236;
    font-weight: normal !important;
}

.woocommerce table.my_account_orders th {
    font-family: 'robotomedium';
}

.woocommerce table.my_account_orders td a,
.woocommerce table.my_account_orders td a:hover {
    color: #827FC6;
    text-decoration: none;
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap;
    float: none;
    max-width: 100%;
    font-size: 15px;
    font-weight: normal;
    padding: 6px 12px;
    background: transparent;
}

.woocommerce table.my_account_orders .button:hover:after {
    display: none;
}

.woocommerce-MyAccount-content p {
    font-size: 15px;
    color: #333236;
    font-weight: normal !important;
}

.woocommerce-MyAccount-content p strong {
    font-family: 'robotomedium';
    font-weight: normal;
    font-size: 18px;
}

.woocommerce-MyAccount-content p a,
.woocommerce-MyAccount-content p a:hover {
    color: #827FC6;
    text-decoration: none;
}

.woocommerce-Address .woocommerce-Address-title h3 {
    font-family: 'robotolight';
    font-size: 20px;
    color: #333236;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    margin: 20px 0;
}

.woocommerce-Address .woocommerce-Address-title h3:after {
    content: "";
    position: absolute;
    right: inherit;
    left: 0;
    bottom: -5px;
    width: 50px;
    height: 2px;
    margin: 0px auto;
    background: #f58634;
}

.woocommerce-Address .woocommerce-Address-title .edit,
.woocommerce-Address .woocommerce-Address-title .edit:hover {
    color: #827FC6;
    text-decoration: none;
    font-size: 18px;
    font-family: 'robotobold';
}

.woocommerce-Address address {
    /* width: 49%;
    float: left; */
    font-size: 16px;
    line-height: 26px;
    font-style: normal;
    color: #333236;
    font-weight: normal !important;
}

.woocommerce-MyAccount-content button.button,
.woocommerce-MyAccount-content button.button.alt {
    background: #827FC6;
    color: #fff;
    font-size: 20px;
    font-family: 'robotolight';
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    margin-top: 30px;
}

.woocommerce-MyAccount-content button.button:hover,
.woocommerce-MyAccount-content button.button.alt:hover {
    border-radius: 0;
    border: 0;
    background: #827FC6;
    color: #fff;
}

.woocommerce-account .entry-content {
    min-height: 80vh;
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
    margin: 20px 0;
}

.kyc_submit_btn {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.kyc_submit_btn ul {
    list-style: none;
}

.kyc_submit_btn input[type="submit"] {
    font-family: 'robotolight';
    font-size: 24px;
    text-transform: uppercase;
    background: #827FC6;
    color: #fff;
    line-height: inherit;
    padding: 10px 35px;
    letter-spacing: 0;
    border: none;
    border-radius: 0;
    cursor: pointer;
    outline: none;
}

.terms_info p {
    line-height: 28px;
    padding-bottom: 20px;
}

.terms_info ol {
    padding: 0 0 20px 30px;
}

.terms_info ol li {
    margin-bottom: 10px;
    list-style-position: outside;
}

.terms_page {
    position: absolute;
    right: 0;
    left: 0;
    width: 150px;
    margin: 0 auto;
}

.terms_page a {
    color: #666;
}

.adult_vaccination {
    display: block;
    width: 100%;
    height: 100px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    margin-bottom: 1px;
}

.yashoda_camp {
    width: 20%;
    float: left;
    z-index: 9;
}

.yashoda_camp img {
    width: 125px;
    margin: 5px 40px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.yashoda_camp_menu {
    width: 80%;
    float: right;
    padding: 40px 30px 0 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.yashoda_camp_menu.et_pb_fullwidth_menu .fullwidth-menu-nav>ul {
    padding: 0 20px 0 0 !important;
}

.yashoda_camp_menu li a {
    font-family: 'robotolight';
    color: #616063 !important;
    text-transform: uppercase;
    position: relative;
}

.yashoda_camp_menu>ul>li>a:hover,
.yashoda_camp_menu>ul>li>a:focus {
    opacity: 1;
    color: #827FC6 !important;
}

.yashoda_camp_menu li a:after {
    position: absolute;
    top: 0px;
    right: -15px;
    content: "";
    width: 1px;
    height: 15px;
    background: #959596;
}

.yashoda_camp_menu li:last-child a:after {
    display: none;
}

.page-template-page-template-product #main-header {
    display: none;
}

.page-template-page-template-product #page-container {
    padding-top: 41px !important;
}

.adult_vaccination.sticky_header {
    position: fixed;
    z-index: 999;
    top: 41px;
    height: 75px;
}

.adult_vaccination.sticky_header .yashoda_camp img {
    width: 80px;
    margin: 10px 50px;
}

.adult_vaccination.sticky_header .yashoda_camp_menu {
    padding: 25px 30px 0 0;
}

.variation-AppointmentDate,
.variation-EmailID,
.variation-MobileNumber,
.variation-PatientName,
.variation-PreferredLocation{
    font-size: 15px !important;
    line-height: 28px;
    color: #666;
    font-weight: normal;
}

.variation-AppointmentDate p,
.variation-EmailID p,
.variation-MobileNumber p,
.variation-PatientName p,
.variation-PreferredLocation p{
    font-size: 15px;
    color: #827FC6;
    font-weight: normal;
}
.variation-utm_source,
.variation-utm_medium,
.variation-utm_campaign,
.variation-utm_term ,
.variation-utm_content{
    display: none !important;
}

.product_meta {
    display: none;
}

.single-product div.product.wcpa_has_options form.cart {
    margin-top: 0 !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 0;
}

.wcpa_form_item {
    width: 46%;
    display: inline-block;
    margin: 15px;
    margin-left: 0;
    margin-bottom: 8px;
}

.wcpa_form_item.wcpa_type_header {
    width: 100%;
    margin-bottom: 0;
}

.wcpa_form_outer .wcpa_form_item input[type=date] {
    padding-right: 7px;
    /*width: 170px;*/
    font-family: 'robotoregular';
    font-size: 15px;
    font-weight: normal;
    color: #666666;
}

.woocommerce-page .quantity input.qty {
    height: 45px;
}

.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus {
    height: 44px !important;
}


/** Custom Styles for home page grid START**/


/*** BREADCRUMBS ***/

.woocommerce .woocommerce-breadcrumb {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    /*display: none;*/
}


/*** BREADCRUMB LINKS ***/

.woocommerce .woocommerce-breadcrumb a {
    color: #827FC6;
}


/*** CHANGE COLORS ON THE FILTER DROPDOWN (THIS MAKES OTHER WOO DROPDOWNS MATCH AS WELL) ***/

select.orderby,

/* woocommerce class is purposely left off so other dropdowns can match but you can add it if you prefer */
.woocommerce div.product form.cart .variations td select {
    background: none;
    border: none;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}
/*** SINGLE GRID ITEM STYLING ***/

.woocommerce ul.products li.product {
    text-align: center;
    /* centers titles and prices */
    background: #fff;
    /* changes background color */
    padding: 1em;
    /* adds space around entire product */
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    box-shadow: 0 0 4px rgb(215, 226, 232, 1);
    border-radius: 10px !important;
    border: none !important;
}

.woocommerce ul.products li.product:hover {
    background: #fff;
    /* changes background color on hover */
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    /* adds shadow on hover */
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.woocommerce div.product form.cart .variations td select {
    background: #827FC6;
    color: #fff !important;
    font-weight: bold;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}


/*** SINGLE GRID ITEM STYLING ***/

.woocommerce ul.products li.product {
    text-align: center;
    /* centers titles and prices */
    /*background: #f5f5f5;*/
    /* changes background color */
    padding: 1em;
    /* adds space around entire product */
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.woocommerce ul.products li.product:hover {
    background: #fff;
    /* changes background color on hover */
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    /* adds shadow on hover */
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}


/*** MAKE IMAGES TOUCH EDGES (IF ADDING PADDING ABOVE) ***/

.et_shop_image {
    /*margin: -1em -1em 0;*/
    display: flex;
  justify-content: center;
    /* compensates for grid item padding, leave this off if you want space around the images */
}


/*** MAKE TITLES BIGGER AND CHANGE COLOR ON SINGLE GRID AND RELATED PRODUCTS ***/

h2.woocommerce-loop-product__title,
.product .related h2 {
    font-size: 16px !important;
    color: #000;
    min-height: 60px;
    /* change color of product titles */
}


/*** CENTER STAR RATING AND MAKE STARS BIGGER ***/

.woocommerce ul.products li.product .star-rating {
    font-size: 18px;
    margin-left: auto !important;
    margin-right: auto !important;
}


/*** CHANGE STAR COLOR FROM THEME COLOR ***/

.woocommerce .star-rating span::before {
    color: #ffa500 !important;
}


/*** CHANGE PRICE COLOR IF YOU DON'T WANT IT DEFAULT THEME COLOR ***/

span.woocommerce-Price-amount.amount {
    color: #827FC6;
    font-weight: bold;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    /* this changes price color on all Woo areas */
}


/*** MAKE PRICES BIGGER ON GRID AND RELATED PRODUCTS ***/

.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price,
.woocommerce-page ul.products li.product .price del {
    font-size: 18px;
}


/*** IMAGE OVERLAY BACKGROUND ***/

.woocommerce .et_overlay {
    border: 0;
    background: #00707a;
    /* For browsers that do not support gradients */
    background: radial-gradient(#f5a161c7, #827FC6);
    /* gradient colors */
}


/*** IMAGE OVERLAY ICON COLOR AND SIZE ***/

.woocommerce .et_overlay:before {
    color: #fff;
    font-size: 60px;
    margin: auto;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


/** Custom Styles for home page grid END **/

.bandhamlocations_info {
    border-top: 1px solid #eee;
}

.woocommerce .quantity input[type="number"] {
    color: #000 !important;
    background-color: rgba(255, 255, 255, .2) !important;
    border: 1px solid #ccc !important;
}

.woocommerce-page .quantity .minus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce .quantity .plus {
    border: 1px solid #827FC6 !important;
    color: #827FC6 !important;
}

.woocommerce .quantity,
.woocommerce-page .quantity {
    width: 100%;
}

.single-product a.button.add_to_cart_button {
    line-height: 26px !important;
}

.related.products h2 {
    font-size: 26px !important;
    line-height: 22px;
    height: auto;
    color: #000;
    padding-bottom: 30px;
}

.related.products h2.woocommerce-loop-product__title {
    font-size: 20px !important;
}

.related.products {
    margin: 40px 0 20px 0;
    border-top: 1px solid #eee;
    padding: 40px 0 0px 0;
}

input[type="date"] {
    position: relative;
    padding: 10px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
    opacity: 0;
}

input[type="date"]:before {
    color: transparent;
    background: none;
    display: block;
    font-family: 'FontAwesome';
    content: '\f073';
    /* This is the calendar icon in FontAwesome */
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    right: 6px;
    color: #999;
    font-size: 18px;
}

input[type="date"].wpcf7-date:before {
    top: 15px;
    right: 20px;
    font-size: 25px;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce ul.products li.product {
    width: 23% !important;
    /*margin: 0 22px 20px 0 !important;*/
}

#top-menu li ul {
    border-top: 3px solid #fc7b1f;
    padding: 0;
    max-height: 460px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: left;
    right: auto;
    left: 0;
}

#top-menu li li {
    padding: 0;
    width: 100%;
    text-align: left;
    text-transform: capitalize;
}

#top-menu li li a {
    padding: 10px 14px;
    font-size: 14px;
    line-height: 18px;
    display: block;
    width: 100%;
    margin-right: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.woocommerce-product-gallery__image {
    height: 350px;
}

.woocommerce-MyAccount-content .woocommerce-order-details tfoot tr:nth-child(2) {
    display: none;
}

.woocommerce-MyAccount-content .woocommerce-order-details table.woocommerce-table--custom-fields tr th {
    width: 190px;
    padding: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}

.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container,
.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container {
    padding-top: 100px !important;
}

#about ul {
    padding: 0 0 0 20px;
    margin: 0;
}

#about ul li {
    font-family: 'robotolight';
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin: 10px 0;
}

#about ul li strong {
    font-weight: normal;
    font-family: 'robotomedium';
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 22px !important;
    font-weight: normal;
}

h2.yikes-custom-woo-tab-title{
    display: none;
}

.woocommerce-error li strong,
.woocommerce-info li strong,
.woocommerce-message li strong {
    
    font-weight: normal;
}
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a, body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    font-size: 26px;
}
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a, body.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    font-size: 26px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{
    display: none !important;
}
.intl-tel-input{display:block !important;}
.woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img{width: 450px !important;}
.duration{display: none;}
/* products list view in mobile */
@media only screen and (max-width: 600px) {
  
   span.woocommerce-Price-amount.amount{text-align: left !important;}
  .excerpt{font-size: 12px; text-align: left !important;}
  .woocommerce ul.products li.product .price, h2.woocommerce-loop-product__title, .product .related h2 {text-align: left !important; font-size: 18px !important; }
  
  .woocommerce-page ul.products li.product:nth-child(n){margin: 0 0 4% 0 !important;}
  .woocommerce .woocommerce-ordering{display: none !important;}
  .woocommerce a.button, .woocommerce a.button.alt{max-width: 70% !important;}
  .woocommerce-product-gallery__image {
    height: auto !important;
}
.mobile_menu_bar::before{
    color: #827fc6 !important;
}
}
#et-top-navigation .et-cart-info {
    display: none !important;
}

.product-thumbnail, .woocommerce-additional-fields{display: none !important;}
.woocommerce-form-coupon-toggle {
    display: none;
}
/* WooCommerce Custom Styles*/
.woocommerce-page ul.products li.product a img, .woocommerce ul.products li.product a img{
    width: 130px;
    height: 130px;
    padding: 0;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, .1) !important;
    max-width: 130px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
    background: url(https://www.yashodahospitals.com/online-doctor-consultation/wp-content/uploads/2025/07/doc-profile-bg.png) no-repeat 15px -20px;
    background-size: auto;
    background-size: 100%;
}
#left-area ul.products{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: inherit;
    margin-bottom: 30px;
}
.woocommerce ul.products li.product {
    flex: 0 0 calc(25% - 15px) !important;
    margin: 0;
    position: relative;
    padding-bottom: 75px;
}
.woocommerce ul.products li.product:first-child{
    margin-left: -20px;
}
.woocommerce ul.products li.product a span.excerpt:last-child{
    color: #35383d!important;
    margin-top: 10px;
}
.woocommerce ul.products li.product .button{
    position: absolute;
    transform: translate(-50%, -50%);
    bottom: 0;
    font-size: 16px;
    margin-top: 0;
    border-radius: 10px;
}
.woocommerce div.product div.images{
    width: 220px;
}
.woocommerce div.product div.images img{
    width: 200px;
    height: 200px;
    padding: 0;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, .1) !important;
    max-width: 200px;
    border-radius: 100%;
}
.woocommerce div.product h5.wcpa_field {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    font-weight: normal;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper div{
    justify-content: center;
    display: flex;
}
.woocommerce-product-details__short-description{
    margin-bottom: 20px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
}
.prdd-delivery-form{
    border: none;
    padding: 0;
}
.wcpa_section_body {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.prdd_start_date input.delivery_calender{
    border: 1px solid #c6d0e9;
    line-height: 25px;
    padding: 10px 10px;
    border-radius: 6px;
    margin-top: 5px;
}
.wcpa_wrap .wcpa_field_wrap.wcpa_type_hidden{
    margin-bottom: 0;
}
.wcpa_section_body .wcpa_row.wcpa_row_index_4 h5, .wcpa_section_body .wcpa_row.wcpa_row_index_4 .wcpa_field_wrap {
    padding: 0;
    margin: 0;
}
.wcpa_form_outer{
    margin-bottom: 0;
}
.coupon{
    display: flex;
    align-items: center;
    gap: 20px;
}
.woocommerce ul.products span.excerpt{
    font-size: 15px !important;
    line-height: 20px;
    color: #6c757d!important
}
#left-area .cart_item ul{
    background: #f7f7f7;
    padding: 20px;
    margin: 10px 0px;
    border-radius: 10px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
    padding: .5em 1em;
}
.woocommerce-pagination{
    margin-bottom: 30px;
}
@media all and (max-width: 980px) {
    .woocommerce-page ul.products li.product:nth-child(n){
        margin: 0 !important;
    }
    .woocommerce ul.products li.product{
        flex: 0 0 calc(33.3% - 20px) !important;
    }
    .woocommerce ul.products li.product:first-child{
        margin-left: -20px !important;
    }
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper div{
        margin-bottom: 20px;
    }
    .checkoutorderreview_lft, .checkoutorderreview_rght{
        width: 100%;
    }
    .checkoutorderreview_rght{
        margin-bottom: 20px;
        padding-left: 0;
    }
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
        width: auto !important;
    }
}
@media all and (min-width: 980px) {
    .woocommerce-page div.product div.summary{
        width: calc(100% - 250px);
    }
    .checkoutorderreview_rght{
        margin-top: 120px;
    }
    
}
@media all and (min-width: 768px) {
    .prdd-delivery-form .prdd_start_date{
        max-width: 45%;
    }
    .wcpa_section_body .wcpa_row {
        flex: 0 0 calc(33.3% - 20px);
    }
    .wcpa_section_body .wcpa_row.wcpa_row_index_4, .wcpa_section_body .wcpa_row.wcpa_row_index_5{
        display: contents;
    }
    .com-clinics-loc{
        border-left: 1px solid #eee;
    }
    .speciality-content-section .main_c_block{
        display: flex;
    }
    .speciality-content-section .second_c_block>div{
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        display: block !important;
/*      height: calc(100vh - 100px); */
        padding-left: .25rem;
        margin-left: -.25rem;
        overflow-y: auto;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 767px) {
    .wcpa_section_body{
        display: block;
    }
    .woocommerce ul.products li.product{
        flex: 0 0 calc(50% - 20px) !important;
    }
    .woocommerce div.product div.images img{
        width: 120px;
        height: 120px;
        max-width: 120px;
    }
}
@media all and (max-width: 540px) {
    .woocommerce ul.products{
        gap: 0;
        row-gap: 10px;
    }
    .woocommerce ul.products li.product{
        flex: 0 0 calc(100% - 0px) !important;
    }
    .woocommerce-page ul.products li.product a img, .woocommerce ul.products li.product a img {
    width: 100px;
    height: 100px;
        max-width: 100px;
    }
    .et_shop_image{
        justify-content: start;
    }
    .coupon{
        display: block;
        text-align: left;
    }
    .woocommerce-cart .cart-collaterals .cart_totals table{
        width: 100%;
    }
}
.entry-summary .entry-title{
    color: #827FC6;
}
.woocommerce-Price-amount amount{
    color: #f58633;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
/*     text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center; */
}

.swiper-slide img {
/*     display: block;
/*     width: 100%;
    height: 100%; 
    object-fit: cover; */
    margin: 0 auto;
}
.yh-card {
    box-shadow: 0 0 4px rgb(215, 226, 232, 1);
    border-radius: 10px !important;
    border: none !important;
}
/* woocommerce start*/
@media all and (min-width: 1200px) {
    .mySwiper-arrows .swiper-button-prev:after, .mySwiper-arrows .swiper-button-next:after{
        font-size: 20px !important;
        color: #837fc6;
    }
    .mySwiper-arrows .swiper-button-prev{
        left: -20px;
        top: 90px;
    }
    .mySwiper-arrows .swiper-button-next{
        right: -35px;
        top: 90px;
    }
    .yh-inner-bnr h3{
        font-size: 32px;
        line-height: 42px;
    }
    .yh-inner-bnr h3{
        font-size: 32px;
        line-height: 42px;
    }
}
 .inner-bnr-title {
    font-size: 42px;
    line-height: 54px;
  }
.purple-text{
    color: #827fc6;
}
.yh-text-link{
    color: #827fc6;
    text-decoration: none;
}
.section-alt-bg{
    background: #f9f9ff !important;
}
.main-banner-info h1{
    font-size: 40px;
}
#prdd_price{
    display: none !important;
}
.wc-block-product-new{
    display: none;
}
.entry-content a{
    color: #857dc6;
}
.custom-empty-cart {
    text-align: center;
    margin: 50px auto;
    padding: 40px;
    background: #f7f7f7;
    border-radius: 8px;
    width: 80%;
}
.product-category.uncategorized {
    display: none !important;
}
