.header-logo.white-logo a img{
    max-width: 100% !important;
}

.other-pages-links a{
    font-size: 20px;
    font-weight: 400;
    padding: 5px 10px 5px 0px;
}
.menu-style1>ul>li>a{
    font-size: 15px !important;
    font-weight: 600 !important;
}
/*index 2*/
header.main-header .container-fluid{
    padding: 0px 40px !important;
}
.custom-logo img{
    width: 350px;
}

.header-layout2 .icon-btn{
    border: 1px solid white;
}
.view-btn{
    margin-top: 25px !important;
    /* background: linear-gradient(180deg, var(--theme-color) 37.5%, #DDFFF1 100%) */
    /* background-color: #4ed0b2 !important; */
}

/*service section*/
.offer-card{
    min-height: 250px !important;
    display: flex;
    align-items: center;
}

/*logo*/
.mobile-logo img{
    max-width: 80%;
}
.about-logo img{
    margin-top: -25px !important;
}

.brand-sec1{
    padding: 15px 0px;
    background: white;
}

/*footer*/
.widget_title{
    color: black !important;
}
/* footer{
    background-color: rgb(0, 0, 0);
} */
.brochures-list{
    list-style: none;
    padding-left: 0px;
}

/*product details*/
.product-highlights{
    font-size: 20px;
    color: #788094;
    font-weight: 300;
}
.product-img{
    box-shadow: 0px 0px 2px 0px rgb(154, 239, 238);
}


/*Gradient Background*/
.gradient-background{
    /* background: linear-gradient(45deg, #6AD5FF, #66FF98) !important; */
    background: linear-gradient(45deg, #004aad, #38b6ff) !important;
    color: white !important;
    /* background: linear-gradient(45deg, #30b903, #26397b) !important; */


}

.gradient-text {
    background: linear-gradient(45deg, #004aad , #38b6ff);
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    background-clip: text;
}

.product-description{
    border-top: 1px solid #d8dde1;
    padding-top: 50px;
}

/*custom button*/
.custom-btn{
    padding: 10px 30px;
    border: none;
    border-radius: 25px;
    box-shadow: 0px 0px 2px gray;
    color: white;
}
.custom-btn:hover{
    transform: scale(1.1);
    box-shadow: 0px 0px 10px rgb(128, 128, 128);
}
/*background image*/

.col-xl-6 .why-choose-us{
    border-radius: 20px;
    height: -webkit-fill-available;

}
.col-lg-4.col-sm-6:hover{
    transform: scale(1.05) !important;
    transition: 0.3s;
}
.col-lg-4.col-sm-6:hover .product-img{
    box-shadow: 0px 0px 10px 0.5px rgb(171, 255, 254);
}
.th-product:hover .product-img img{
    transform: scale(1) !important;
}
.product-img{
    /* box-shadow: none !important; */
    border-radius: none !important;
}
a.custom-hover{
    /* color: rgb(53, 53, 53) !important; */
    color: rgb(255, 255, 255) !important;
}
a.custom-hover:hover{
    font-weight: bold;
    scale: 1.2;
    cursor: pointer;
}
.header-links .social-links i{
    font-size: 25px;
    color: #36b2fc;
}

  /*button hero section*/
  .button {
    position: relative;
    overflow: hidden;
    height: 3rem;
    padding: 0 2rem;
    border-radius: 1.5rem;
    background: var(--theme-color2);
    background-size: 400%;
    border: none;
    cursor: pointer;
    box-shadow: 0px 0px 10px gray;
    margin-bottom: 10px;
  }
  
  .button:hover::before {
    transform: scaleX(1);
  }
  
  .button-content {
    position: relative;
    z-index: 1;
  }
  
  .button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    height: inherit;
    border-radius: inherit;
    background: rgb(53, 53, 53, 0.1) ;
    transition: all 0.475s;
  }
  
  

  /*blog page*/

  .blog-title a{
    font-size: 30px;
  }

  .contact-us-nav-section{
    background-color: var(--smoke-color) !important;
  }
  .service-block-tab .tab-btn{
    padding: 10px 20px !important;
  }
  .copyright-text a{
    color: white !important;
  }

  @media (max-width: 1199px) {.img-box6 {padding-left: 0px !important;}}
  
  .contact-title{
    color: white;
    font-weight: 200;
  }

  .rounded-30:hover {
    transform: scale(1.1);
    transition: all 0.5s;
}

.custom-bg{
    background-image: url(http://localhost/Medprix/assets/img/custom-img/banners/4.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (min-width: 991px) {
    .custom-product-title{
        font-size: 34px;
} }
h1.product-title{
    font-size: 28px !important;
}
.blog-content h3, .blog-content h4, .box-content h3, .box-content h4, .product-description h4, .product-description h3{
    font-size: 25px !important;
    font-weight: 400 !important;
}
button.tab-btn{
    color: #6dd8ff !important;
    border: 1px solid #6dd8ff !important;
    max-width: 180px;
}
button.tab-btn.active{
    color: white !important;
}
@media (max-width: 767px){
    .service-block-tab .tab-btn {
        font-size: 12px !important;
        min-width: 150px;
        line-height: normal;
    }
}
.brands-logos{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0px;
}
.brands-logos img{
    width: 180px ;
    max-height: auto;
    margin-right: 15px;
    margin-bottom: 10px;
}
#ourStaffs .designation{
    display: block;
    /* font-weight: bold; */
    color: #30be01;
}
#ourStaffs .swiper-pagination-bullet{
    display: none !important;
}

#ourStaffs .box-img{
    margin-bottom: 0 !important;
}
.whatsapp-icon{
    position: fixed;
    bottom: 15px;
    right: 25px;
    z-index: 10;
}
.whatsapp-icon img{
    width: 60px;
}

.youtube-link{
    display:flex;
    justify-content:center;
}
.youtube-link iframe{
    max-width: 1080px;
    max-height: 500px;
}
@media (min-width: 991px){
   .youtube-link iframe{
    width: 1080px;
    height: 500px;
} 
}
.swiper-button-prev{
    color: #30be01 !important;
    left: 0 !important;
}
.swiper-button-next{
    color: #30be01 !important;
    right: 0 !important;
}

.blog-title a{
    font-size: 18px !important;
}

.blog_category_component .sidebar-area {
    position: sticky !important; /* Make the element stick */
    top: 70px; /* Distance from the top of the viewport */
    max-height: 100vh;
    overflow-y: auto;
}
.blog_category_component .widget.widget_categories{
    padding: 30px 20px !important;
}

.breadcrumb-bg{
    background-color: #ebf7ff
}