* {
    font-family: 'Lato', sans-serif;
}

.hidden-web{
    display: none;
}

.text-right{
    text-align: right !important;
}
.text-left{
    text-align: left !important;
}
.text-red{ 
    background: linear-gradient(180deg, #820C0A 0%, #CA1F25 50%, #ED2331 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold !important;
}
.text-title{
    width: 100%;
    clear: both; 
    background: linear-gradient(180deg, #820C0A 0%, #CA1F25 50%, #ED2331 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 3vw;
}
.text-title-xl{
    width: 100%;
    clear: both; 
    background: linear-gradient(180deg, #820C0A 0%, #CA1F25 50%, #ED2331 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 5vw;
}
.text-desc{
    width: 100%;
    clear: both;
    font-weight: normal;
    font-size: 1.4vw;
}
.btn-danger{
    border-radius: 100px; 
    background-image: linear-gradient(180deg, #A11516, #D8212A);
    outline: none;
    border: none;
    padding: 0.8% 4%;
    font-weight: bold;
}

header{
    background-image: url(../images/template/bg-header.png);
    background-repeat: no-repeat;
    background-size: cover; 
    padding: 2% 4% 0% 4%; 
    height: 19.2vw;
    z-index: 10000 !important;
    position: absolute;
    top: 0;
    left: 0;
}
.notification{
    height: 5vw;
}
header.has-notification{
    top:5vw;
}
.has-notification-margin{
    margin-top:5vw;
}
.header-margin {
    margin-top: 15vw;
}
.footer-margin {
    margin-bottom: 19.2vw;
}
header .logo img{
    width: 93%;
}
header .menu ul {
    margin-bottom: 0;
}
header .menu ul li {
    font-size: 1.2vw;
}
footer{
    background-color: #CFCFCF !important;
    padding: 2.6% 0% 4.4% 0%; 
} 
footer .title{
    font-size: 2vw;
    color: #FC2824;
    font-weight:bolder;
}
footer .logo img{
    width: 90%;
    margin-right: 2%;
} 
footer .menu {
    width: 80%;
}
footer .menu ul {
    margin-bottom: 0;
}
footer .menu ul li a{
    font-size: 1vw;
    color: black;
    font-weight: 300;
}
footer .menu ul img {
    width: 2vw;
}
footer .copyright small{
    font-size: 0.8em;
    color: #FC2824;
}
footer .copyright, footer .menu{
    padding-right: 8%;
}
section.loading{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-size: 2vw;
    color: #FC2824;
    font-weight:bolder;
}
.error-page h1{
    font-size: 4vw;
}
.error-page p{
    font-size: 1vw;
    font-weight: 300;
    color: black;
}
.tab-btn.active{
    background-color: #DDDDDD !important;
    color: #820C0A !important;
    border: 1px solid #820C0A !important;
}
img {
    pointer-events: none;
}
.carousel.slide{
    width: 100%;
    height: 1000px;
    background: black;
    padding-top: 2%;
}
.carousel-item{ 
    height: 1000px; 
    justify-content: center;
}
.carousel-item img{ 
    height: 100%; 
}
.carousel-item.active {
    display: flex;
    justify-content: center;
}
.find-a-doctor{
    background-image: url(../images/doctor/bg.png);
    background-size: 100% auto;
    margin-top: 12%;
    padding-top: 8%;
    padding-left: 5%;
    padding-right: 5%;
    height: 40vw;
    display: flex;
    justify-content: center;
}
.find-a-doctor .find-a-doctor--form{
    width: 44%;  
    padding-top: 1%;
}
.find-a-doctor .find-a-doctor--form .input{
    width: 100%; 
    border-radius: 40px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items:center;
    background-color: white;
}
.find-a-doctor .find-a-doctor--form .input input{
    width: 85%;
    border: none;
    outline: none; 
    padding: 0% 8%; 
    font-size: 1vw;
    border-top-left-radius: 400px;
    border-bottom-left-radius: 400px;
}

.find-a-doctor .find-a-doctor--form .input .button{
    width: 15%; 
}
.find-a-doctor .find-a-doctor--form .input .button button{ 
    width: 100%;
    border-top-right-radius: 400px;
    border-bottom-right-radius: 400px;
    background-color: #ED2331;
    outline:none;
    border: none;
    text-align: center; 
}
.find-a-doctor .find-a-doctor--form .input .button button svg{
    width: 1.6vw; 
    background-color: #ED2331;
    border: none;
}

.doctor-cards{
    width: 100%;
    float: left; 
}
.doctor-cards .cards{
    width: 100%;
    float: left;
}
.doctor-cards .cards .item{
    width: 27.33%;
    background-color: #f7f7f7;
    box-shadow: 3px 3px 3px #eaeaea;
    padding: 2%;
    margin: 1% 1%;
    border-radius: 12px; 
    float:left;
    height: 22vw;
}

.doctor-cards-v2{
    width: 100%;
    float: left; 
}
.doctor-cards-v2 .cards-v2{
    width: 100%;
    float: left;
}

.doctor-cards-v2 .cards-v2 .item-v2 {
    width: calc(33.33% - 5%);
    background-color: #f7f7f7;
    box-shadow: 3px 3px 3px #eaeaea;
    padding: 2%;
    margin: 1%;
    border-radius: 12px;
    float: left;
    min-height: 300px; /* Set a minimum height */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensures even spacing */
    box-sizing: border-box;
}

/* Ensure .basic section has a fixed height */
.doctor-cards-v2 .cards-v2 .item-v2 .basic-v2 {
    min-height: 80px; /* Adjust based on typical text length */
}

/* Make View More button always align at the bottom */
.doctor-cards-v2 .cards-v2 .item-v2 .view-more-btn {
    margin-top: auto; /* Pushes it to the bottom */
    display: block;
    text-align: center;
}


.doctor-cards-v2 .cards-v2 .item-v2 .main-v2{
    width: 100%; 
    float:left;
}

.doctor-cards-v2 .cards-v2 .item-v2 .main-v2{
    width: 100%; 
    float:left;
}

.doctor-cards-v2 .cards-v2 .item-v2 .main-v2 img-v2{
    width: 20%;
    float: left;
}
.doctor-cards-v2 .cards-v2 .item-v2 .main-v2 .basic-v2{
    width: 80%;
    float: left;
    padding-left: 4%;
}
.doctor-cards-v2 .cards-v2 .item-v2 .main-v2 .basic-v2 h6{
    font-weight: bolder;
    font-size: 1vw;
}
.doctor-cards-v2 .cards-v2 .item-v2 .main-v2 .basic-v2 span{
    font-size: 1vw;
}
.doctor-cards-v2 .cards-v2 .item-v2 .sub-v2{ 
    font-size: 1vw;
}


.doctor-cards .cards .item .main{
    width: 100%; 
    float:left;
}

.doctor-cards .cards .item .main img{
    width: 20%;
    float: left;
}
.doctor-cards .cards .item .main .basic{
    width: 80%;
    float: left;
    padding-left: 4%;
}
.doctor-cards .cards .item .main .basic h6{
    font-weight: bolder;
    font-size: 1vw;
}
.doctor-cards .cards .item .main .basic span{
    font-size: 1vw;
}
.doctor-cards .cards .item .sub{ 
    font-size: 1vw;
}

.slick{
    background-color: #F9F6F6;
    width: 100%;
    padding: 5% 12%;
}
.slick .slick-content{
    width: 100%;
    float:left;
}
.slick .slick-content .slick-item{
    width: 31.33% !important;
    float:left;
    margin: 1%; 
}
.slick .slick-content .slick-item a{
    text-decoration: none;
}
.slick .slick-content .slick-item a:hover{
    opacity: 0.5;
}
.slick .slick-content .slick-item a img{
    height: 200px;
    width: 100%;
}
.slick .slick-content .slick-item a span{
    font-size: 1vw;
    width: 100%;
    float: left;
}
.slick .slick-content .slick-item a small{
    font-size: 0.8vw;
    color: black;
    margin-top: 2%;
    width: 100%;
    float: left;
}