/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 10 2025 | 05:34:51 */
/*body::-webkit-scrollbar {*/
/*  width: var(--sb-size)*/
/*}*/

/*body::-webkit-scrollbar-track {*/
/*  background: var(--sb-track-color);*/
/*  border-radius: 1px;*/
/*}*/

/*body::-webkit-scrollbar-thumb {*/
/*  background: var(--sb-thumb-color);*/
/*  border-radius: 1px;*/
/*}*/


.grecaptcha-badge {
	visibility: hidden;
	display: none;
}



/*.preloader {*/
/*    background: #ffffff;*/
/*    bottom: 0;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    position: fixed;*/
/*    right: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    z-index: 99999;*/
/*}*/

/*.labfloxLoader {*/
/*	position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*	transform: translate(-50%, -50%);*/
/*}*/

/*.text-center {*/
/*    text-align: center !important;*/
/*}*/

/*@keyframes load-loop {*/
/*  0% {*/
/*    background-position: 100%;*/
/*  }*/

/*  40% {*/
/*    background-position: 50%;*/
/*  }*/

/*  50% {*/
/*    background-position: 50%;*/
/*  }*/

/*  90% {*/
/*    background-position: 0%;*/
/*  }*/

/*  100% {*/
/*    background-position: 0%;*/
/*  }*/
/*}*/

/*.loader {*/
/*  position: relative;*/
/*  font-family: sans-serif;*/
/*  display: flex;*/
/*  height: auto;*/
/*  width: auto;*/
/*  letter-spacing: 3px;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  padding: 10px 12px;*/
/*  font-size: 1.45em;*/
/*  color: transparent;*/
/*  background: linear-gradient(to right, #fff 33.3%, #183872 33.3%, #183872 66.6%, #fff 66.6%) no-repeat;*/
/*  background-size: 300%;*/
/*  background-position: 100%;*/
/*  background-clip: text;*/
/*  -webkit-background-clip: text;*/
/*  animation: infinite 1.4s load-loop ease;*/
/*}*/

/*.loader::after {*/
/*  content: '';*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  position: absolute;*/
/*  display: block;*/
/*  background: linear-gradient(to right, #183872 33.3%, transparent 33.3%, transparent 66.6%, #183872 66.6%) no-repeat;*/
/*  background-size: 300%;*/
/*  background-position: 100%;*/
/*  top: 0;*/
/*  left: 0;*/
/*  z-index: -1;*/
/*  animation: infinite 1.4s load-loop ease;*/
/*}*/








/* =====================
        Header - CSS
========================= */
.header_link .fusion-li-item .fusion-li-item-content a,
.header_link .fusion-li-item .fusion-li-item-content p a {
    color: #ffffff;
}

.main_header {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -10px, rgba(0, 0, 0, 0.3) 0px 3px 1px -10px;
}
.main_header_menu ul li a span:hover {
    color: #183872;
}

#menu-item-28 a span{
    font-size: 17px;
    background-color: #e22423;
    border-radius: 50px;
    padding: 9px 29px;
    
    &:hover{
        background-color: #bd1c1b;
        color: #ffffff;
    }
}
#menu-item-28 a {
    /*padding: 18px 18px;*/
}

#menu-item-184 a span {
    font-size: 17px;
    background-color: #183872;
    border-radius: 50px;
    padding: 9px 29px;
    
    &:hover{
        background-color: #102957;
        color: #ffffff;
    }
}
#menu-item-184 a{
    /*padding: 18px 18px;*/
}



/* =====================
        Home Slider - CSS
========================= */
.fusion-flex-container .fusion-row .fusion-flex-column{
    margin-bottom: 0px;
}
.avada-has-rev-slider-styles .avada-skin-rev{
    border-top: 0px !important;
    border-bottom: 0px !important;
}





/* =====================
        About Card - CSS
========================= */

.Counter_box .fusion-column-wrapper {
    margin: 20px;
    padding: 30px;
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
.Counter_box .Counter_number .fusion-counter-box{
    margin-bottom: 0px;
}
.Counter_box .Counter_number .fusion-counter-box .counter-box-container{
    border: none;
    padding: 0;
}
.Counter_box .Counter_number .fusion-counter-box .counter-box-container .content-box-percentage{
    font-weight: 900;
}


.About_section::after {
    position: absolute !important;
    content: '' !important;
    background: url(https://vidhihealthcare.com/wp-content/uploads/2024/04/Slider-images-5-1-1.png) no-repeat;
    width: 612px !important;
    height: 640px !important;
    background-size: 71% !important;
    right: -9%;
    bottom: -28%;
}













/* =====================
        Why Choose - CSS
========================= */
.Why_Choose_card .fusion-column-wrapper {
    padding: 26px;
    margin: 20px;
}





/* =====================
        Testimonial - CSS
========================= */
.section_name {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.section_name .section_title .main_title {
    margin: 0px;
    font-size: 24px !important;
    font-weight: 400 !important;
}

.section_name .section_title .sub_title {
    margin: 0px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.015em;
}

.wrapper {
    /*max-width: 1100px;*/
    width: 100%;
    position: relative;
}

.card_button i {
    /* top: 50%; */
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    /* position: absolute; */
    text-align: center;
    line-height: 50px;
    background: #e22423;
    color: #ffffff;
    border-radius: 8px;
    transition: all 1s ease-out;
}

.section_name .card_button i:hover,
.section_name .card_button i:active {
    background-color: #fc8a8a;
}

.wrapper .carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 15px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 17px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 9px;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel.no-transition {
    scroll-behavior: auto;
}

.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.carousel.dragging .card {
    cursor: grab;
    user-select: none;
}

.carousel .card {
    list-style: none;
}

.carousel .card .main_card {
    background-image: url(https://vidhihealthcare.com/wp-content/uploads/2024/04/TESTIMONIAL-BG-1.jpg);
    background-repeat: no-repeat;
    scroll-snap-align: center;
    width: auto;
    list-style: none;
    cursor: pointer;
    padding: 30px;
    flex-direction: column;
    border-radius: 12px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    margin-top: 20px;
    margin-bottom: 23px;
    margin-left: 14px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.card img {
    width: 35px;
}

.carousel .card p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.carousel .card h2 {
    font-weight: 500;
    font-size: 1.56rem;
    margin: 10px 0 0px;
}

.carousel .card span {
    color: #e22423;
    font-size: 16px;
}

@media screen and (max-width: 900px) {
  .wrapper .carousel {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
}

@media screen and (max-width: 600px) {
  .wrapper .carousel {
    grid-auto-columns: 100%;
  }
}







/* =====================
        About Us = PAGES - CSS
========================= */
.About_P_count_section {
    background-image: url(https://vidhihealthcare.com/wp-content/uploads/2024/04/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.About_P_count_container .fusion-column-wrapper {
    /*padding: 30px;*/
    /*box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;*/
}







/* =====================
        Product = PAGES - CSS
========================= */
.table-1 {
    /*box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;*/
}
.table-1 table thead tr .title_Red {
    background-color: #e22423;
    color: #ffffff;
    font-size: 22px;
}
.table-1 table thead tr .title_blue {
    background-color: #183872;
    color: #ffffff;
    font-size: 22px;
}
.table-1 tr:hover {
    background-color: #ddd;
}




.Pharmaceuticals_table_one::after {
    position: absolute !important;
    content: '' !important;
    /*background: url(https://vidhihealthcare.com/wp-content/uploads/2024/04/shape28.png) no-repeat;*/
    width: 197px !important;
    height: 545px !important;
    background-size: 100% !important;
    right: 0%;
    top: -10%;
}
.Pharmaceuticals_table_one::before {
    position: absolute !important;
    content: '' !important;
    /*background: url(https://vidhihealthcare.com/wp-content/uploads/2024/04/shape36.png) no-repeat;*/
    width: 130px !important;
    height: 281px !important;
    background-size: 100% !important;
    top: 30%;
    left: 0%;
}





/* =====================
        Cosmetics = PAGES - CSS
========================= */
.Skin_Care_Cosmetics_icon_card .fusion-column-wrapper {
    border: 1px dashed #183872;
    margin: 10px;
    cursor: pointer;
}
.Skin_Care_Cosmetics_icon_card:hover {
    transform: translateY(-15px) !important;
}




/* =====================
        Ayurvedic = PAGES - CSS
========================= */
.Ayurvedic_section_One::before {
    position: absolute !important;
    content: '' !important;
    /*background: url(https://vidhihealthcare.com/wp-content/uploads/2024/04/Ayurvedic-Images-4.png) no-repeat;*/
    width: 591px !important;
    height: 740px !important;
    background-size: 71% !important;
    top: 57% !important;
    left: -3% !important;
}
.Ayurvedic_section_Three::after {
    position: absolute !important;
    content: '' !important;
    /*background: url(https://vidhihealthcare.com/wp-content/uploads/2024/04/Ayurvedic-Images-5.png) no-repeat;*/
    width: 529px !important;
    height: 389px !important;
    background-size: 71% !important;
    right: 0%;
    top: -30% !important;
}
.Ayurvedic_section_Four::before {
    position: absolute !important;
    content: '' !important;
    /*background: url(https://vidhihealthcare.com/wp-content/uploads/2024/04/Ayurvedic-Images-1.png) no-repeat;*/
    width: 668px !important;
    height: 635px !important;
    background-size: 60% !important;
    top: 30% !important;
    left: -1% !important;
}
.Ayurvedic_section_Six::after {
    position: absolute !important;
    content: '' !important;
    /*background: url(https://vidhihealthcare.com/wp-content/uploads/2024/04/Ayurvedic-Images-2.png) no-repeat;*/
    width: 785px !important;
    height: 433px !important;
    background-size: 65% !important;
    right: -15% !important;
    bottom: -21% !important;
}




/* =====================
        Surgical = PAGES - CSS
========================= */
.Surgical_card .fusion-column-wrapper {
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 15px;
}



/* =====================
        Contact Us = PAGES - CSS
========================= */
.arrow_box {
	position: relative;
}
.arrow_box:after {
	right: 105%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
    border-right-color: #183872;
    border-width: 44px;
    margin-top: -28px;
}

.contact_form_section .fusion-column-wrapper {
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.contact_form span {
    color: #183872;
}
.contact_form span i {
    margin-right: 5px;
}

.contact_form textarea,
.contact_form input {
    border-radius: 0px !important;
}





/* Inquiry - CSS */
.Inquiry_form {
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    padding: 30px;
    background: #ffffff;
}
.wpcf7-form textarea {
     border-radius: inherit !important;
}
.Inquiry_form .wpcf7-captchar, .wpcf7-form .wpcf7-date, .wpcf7-form .wpcf7-number, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-select, .wpcf7-form .wpcf7-text {
    border-radius: inherit !important;
}
.inquiry_link li .fusion-li-item-content a {
    color: #ffffff;
}



/* =====================
        Media Query - CSS
========================= */
@media (min-width: 200px) and (max-width: 699px){}
@media (min-width: 700px) and (max-width: 1024px){}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}





@media (max-width: 1195px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 2px) !important;
    }
    .carousel .card {
        width: auto;
        scroll-snap-align: start;
        margin-right: 6px;
    }
}




/* ##Device = Desktops ##Screen = 1281px to higher resolution desktops */
@media (min-width: 1281px) {}

/* ##Device = Laptops, Desktops ##Screen = B/w 1025px to 1280px */
@media (min-width: 1025px) and (max-width: 1280px) {}

/* ##Device = Tablets, Ipads (portrait) ##Screen = B/w 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
    .About_section::after {
        background-size: 80% !important;
        bottom: -15% !important;
        left: -10% !important;
    }
    .vidhi_footer::after {
        position: absolute !important;
        content: '' !important;
        background: url(https://vidhihealthcare.com/wp-content/uploads/2024/04/Slider-images-5-1-1.png) no-repeat;
        width: 612px !important;
        height: 640px !important;
        background-size: 64% !important;
        right: -7%;
        bottom: -36%;
    }
    .arrow_box:after {
        right: 104%;
    }
    .contact_form_section .fusion-column-wrapper {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }
}

/* ##Device = Tablets, Ipads (landscape) ##Screen = B/w 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}

/* ##Device = Low Resolution Tablets, Mobiles (Landscape) ##Screen = B/w 481px to 767px */
@media (min-width: 481px) and (max-width: 767px) {
    .avada-page-titlebar-wrapper .entry-title {
        font-size: 30px !important;
    }
    .About_section::after {
        background-size: 55% !important;
        bottom: -30% !important;
        left: -10% !important;
    }
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 1) - -5px) !important;
    }
    .arrow_box:after {
        right: 104%;
    }
    .contact_form_section .fusion-column-wrapper {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }
}

/* ##Device = Most of the Smartphones Mobiles (Portrait) ##Screen = B/w 320px to 479px */
@media (min-width: 320px) and (max-width: 480px) {
    .avada-page-titlebar-wrapper .entry-title {
        font-size: 30px !important;
    }
    .About_section::after {
        background-size: 30% !important;
        bottom: -40% !important;
        left: -6% !important;
    }
    .section_name .section_title .main_title,
    .section_name .section_title .sub_title {
        text-align: center;
    }
    .section_name .section_title .sub_title {
        margin-bottom: 20px;
    }
    .section_name {
        display: block;
    }
    .card_button {
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 1) - -5px) !important;
    }
    .contact_form_section .fusion-column-wrapper {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }
}



/* Font - CSS */
@media (min-width: 200px) and (max-width: 640px){
    h3 {
        font-size: 28px !important;
    }
}






/* =====================
        Footer - CSS
========================= */
.widget-whatsapp-icon {
    height: 50px; */
    /* width: 50px; */
    /* border-radius: 50px; */
    /* background-color: #4dc247; */
    /* -webkit-box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px; */
    /* box-shadow: 2px 2px 6px rgb(0 0 0 / 40%); */
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    bottom: 40px;
    /* left: 20px; */
    right: 2%;
    z-index: 9999999999;
}



.footer_useful_link ul li a:hover {
    margin-left: 10px;
    transition: all 1s ease;
}
.footer_product_link p a{
    color: #ffffff;
}
.footer_product_link p:hover {
    margin-left: 10px;
    transition: all 1s ease;
}
.contact_us_link li .fusion-li-item-content a {
    color: #ffffff;
}




.footer_link li a {
    color: #ffffff;
}

.shaddocck_link p a {
    color : #ffffff;
}