/*******slider********/
.p-slider{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 55px auto 20px;
    width: 1128px;
}
.p-slider.blue-bg{
    background-color: #E7FAFF;
    padding: 40px;
}
.product-box .p-img img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    object-fit: cover;
}
.product-box{
    display: block;
    flex-direction: column;
    width: 300px;
    border:1px solid #cdd1d3;
    border-radius: 5px;
    margin: 0 24px 0 0px;
    background-color: white;
}

.p-img-container{
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    max-height: 240px;
}

.p-img a, .p-img{
    width: 100%;
    height: 100%;
    display: flex;
    height: 240px;
}

.p-img a img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    transition: transform ease-in .3s;
    transform: scale(1);
}
.product-box:hover .p-img a{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.p-slider .slider-btns{
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    margin: 30px auto 0px auto;
    padding: 0 10px;
    order: 1;
}
.p-slider .card-btn{
    display:none;
}
.slider-btns button{
    position: static;
    transform: translate(0, 0);
    width: 37px;
    height: 34px;
    border: 0;
    background: transparent;
}
.slider-btns button[aria-disabled=true]{
    opacity:0.5;
    pointer-events: none;
}

.p-box-text{
    padding: 24px;
    cursor: default;
    word-break: break-word;
}

/* global-btn */
.card-btn{
    background: #2797d3;
    color:#fff;
    border-color: transparent;
    padding: 5px 9px;
    border-radius: 5px;
}
.card-btn a{
   
    color:#fff;

}
.card-btn a:hover{
    color:#fff;
}
.slider-btns button.glider-product-prev{
    margin-right: 15px;
}
.slider-btns button span{
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.glider-track{
    margin-bottom: 5px;
}
span.time-stamp {
    color: #5D6265;
    font-size: 10px;
    margin-right: 5px;
    white-space: nowrap;
}
.p-slider .p-box-text button.btn-link {
    padding: 5px 10px;
    border-radius: 4px;
    font-family: 'Lato-Regular';
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    border:1px solid transparent;
    text-decoration:none;
    display: inline-block;
    margin: 0;
    cursor: default;
    margin-right: 5px;
}

/* mobile styles */

@media only screen and (max-width: 767px){
    .p-slider p{
        font-size: 16px;
        line-height: 24px;
        font-family: 'Lato-Light';
    }
    .p-slider .glider-contain{
        padding-bottom: 60px;
        position: relative;
    }

    .product-box{
        margin: 0 5px 0 0;
    }
    .p-slider{
        width: 350px;
    }
    .p-slider .slider-btns {
        display: flex;
        justify-content: center;
        width: 100%;
        position: absolute;
        margin: unset;
        padding:unset;
        order:unset;
        bottom: 0;
    }
	span.time-stamp {
    margin: 0px 5px;
    white-space: nowrap;
    }
    
}


/* desktop styles */

@media only screen and (min-width: 992px){
    .slider-heading-container{
        margin-right: auto;
        /*max-width: 1020px; */
        width: 85%;
     }
    .p-slider{
        max-width: 1410px;
        width: 100%;
        position: relative;
    }
    .slider-btns{
        order:0;
        position: absolute;
        top: 0;
        right: 0;
        margin: 10px 0 40px;
        justify-content: flex-end;
    }
    .product-box, .p-img a{
		transition: transform ease-in .5s;
        cursor: default;
	}   
    .product-box:hover .p-img a{
        transform: scale(1.1);
        transition: transform ease-in .5s;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .product-box{
		transition: box-shadow ease-in .5s;
	}
    .product-box:hover{
        box-shadow: 0px 0px 9px 0px #cdd1d3;
        transition: box-shadow ease-in .5s;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px){
    .p-slider{
        width: 725px;
    }
}
@media only screen and (min-width: 992px){
    .p-slider {
        max-width: 1410px;
        width: 100%;
        padding:0 15px;
    }
    .p-slider .card-btn {
        text-decoration:none;
        display: block;
        margin:40px auto 0px;
    }
}
@media screen and (min-width: 768px) {
    .container-fluid :has(.p-slider.blue-bg) .p-slider .slider-btns{
        top: 40px;
    }
    .slider-heading-container{
        margin-right: auto;
        /*max-width: 1020px; */
        width: 100%;
     }
    .science-oncology .p-slider {
        margin: 40px auto 65px;
    }
   .p-slider{
       position:relative;
   }
    .p-slider .slider-btns{
        position: absolute;
        justify-content: flex-end;
        top: 0;
        height: auto;
        bottom: unset;
        margin-top: 0;
        left: 0;
        right:0;
    }
    .p-slider .glider-contain{
        position: unset;
        margin-top: 40px;
    }

}
/* @media only screen and (min-width: 1600px){
    .science-oncology .p-slider {
        margin: 70px auto 100px;
    }

} */


.p-slider{
	width:100%;
	margin:0 auto;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
}
@media (min-width: 576px){
	.p-slider{
		max-width:540px;
	}
}
@media (min-width: 768px){
	.p-slider{
		max-width:720px;
	}
}
@media (min-width: 992px){
	.p-slider{
		max-width:960px;
	}
}
@media (min-width: 1200px){
	.p-slider{
		max-width:1140px;
	}
}
@media (min-width: 1400px){
	.p-slider{
		max-width:1320px;
	}
}
@media only screen and (min-width: 1600px){
	.p-slider{
		max-width:1410px;
	}
}

button.btn-link.card-btn.hidden {
    display: none;
}

/** CTA Block Css **/
.p-slider .cta-block{
    text-align: center;
    margin-top: 35px;;
}
.p-slider .cta-block .regular-cta-btn a{
    text-decoration: none;
    color: #fff;
}
.p-slider .cta-block a.regular-cta-link{
    font-family: 'Lato-Semibold';
    font-size: 18px;
    line-height: 22px;
    color: #224A81;
}
.p-slider .cta-block a.regular-cta-link:hover{
    font-family: 'Lato-Semibold';
    font-size: 18px;
    line-height: 22px;
    color: #2797D3;
    text-decoration: underline;
}
/**  <h5> tag heading issue css **/
.text-div-para{
    font-size: 20px !important;
    line-height: 25px;
    margin: 16px 0 !important;
    color: #224A81 !important;
    font-family: Lato-bold !important;
    transition: color ease-in .5s;
}
.product-box:hover .text-div-para{
    color: #2797D3 !important;
    transition: color ease-in .5s;
}