/*******regular-cards-block********/
.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: #DBEAF5;
    padding: 40px;
}
.booking-month-date .p-img img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    object-fit: cover;
}
.booking-month-date{
    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: 200px;
}

.p-img a img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    transition: transform ease-in .3s;
    transform: scale(1);
}
.booking-month-date: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: 1.5;
    pointer-events: none;
}

.booking-month-date-pbox{
    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: 45px;
}
span.time-stamp {
    color: #5D6265;
    font-size: 10px;
    margin-right: 5px;
    white-space: nowrap;
}
.p-slider .booking-month-date-pbox button.btn-link {
    padding: 5px 10px;
    border-radius: 4px;
    font-family: 'RethinkSans-Medium';
    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;
}

/* book a meeting popup */
.glider-track .booking-month-date{
    width: 72px !important;
}
.month_day, .daily_slot{
    font-size: 13px;
    font-family: 'RethinkSans-Regular';
    line-height: 16px;
}
.clock-text{
	font-size: 13px;
    line-height: 16px;
    font-family: 'Rethinksans-bold';
    font-weight: 700;
}
.form-group .col-form-label{
    font-size: 16px;
    line-height: 20px;
    font-family: 'RethinkSans-Regular';
    color: #000E56;
    padding-bottom: 8px;
}
.book_meeting_section .login-card.card {
    border: none;
    padding: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.row .meeting-slots-wrap{
    font-size: 16px;
    font-family: 'RethinkSans-Medium';
    padding-top: 20px;
}
.single-page-template .book_meeting_section .container{
	border-radius: 8px;
    padding: 40px 30px;
    border: 2px solid #EDEBE4;
    background: #FFF;
}
.form-group .slim-standard-heading-div .charcoal-grey{
    margin-top: 30px;
    margin-bottom: 20px;
}

/* .charcoal-grey{
    margin-bottom: 30px;
} */

/* mobile styles */

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

    .booking-month-date{
        margin: 0 5px 0 0;
    }
    .p-slider{
        width: 350px;
    }
    .p-slider .slider-btns {
        display: flex;
        justify-content: end;
        width: 100%;
        margin: unset;
        margin-bottom: 24px;
        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;
    }
    .booking-month-date, .p-img a{
		transition: transform ease-in .5s;
        cursor: default;
	}   
    .booking-month-date:hover .p-img a{
        transform: scale(1.1);
        transition: transform ease-in .5s;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .booking-month-date{
		transition: box-shadow ease-in .5s;
	}
    .booking-month-date: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: 0px;
    }

}
/* @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: 'RethinkSans-SemiBold';
    font-size: 18px;
    line-height: 22px;
    color: #224A81;
}
.p-slider .cta-block a.regular-cta-link:hover{
    font-family: 'RethinkSans-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: 'Rethinksans-bold' !important;
    transition: color ease-in .5s;
}
.booking-month-date:hover .text-div-para{
    color: #2797D3 !important;
    transition: color ease-in .5s;
}
/* Regular card css end here */

.login-card.card {
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
}

@media only screen and (min-width: 768px) and (max-width:992px) {
    .login-card.card {
        width: 70%;
    }
}

@media only screen and (min-width: 576px)  and (max-width: 768px) {
    .login-card.card {
        width: 90%;
    }
}

@media only screen and (min-width: 300px)  and (max-width: 576px) {
    .login-card.card {
        width: 90%;
    }
}

.all-sec label {
    font-family: inherit !important;
}

.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
    clear: both;
    font-family: inherit;
    font-size: 15px;
    letter-spacing: normal;
    line-height: inherit;
    padding-top: 13px;
    width: 100%;
    display: block;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    background: #fff9f9;
    border: 1px solid #c02b0a;
    font-size: 14px;
    margin-top: 10px;
    padding: 12px 24px;
    color: #c02b0a;
    display: block;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
    background: #fff9f9;
    border: 1.5px solid #c02b0a;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .11), 0 0 4px rgba(18, 25, 97, .041);
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 16px 0;
    position: relative;
    width: 100%;
}

.gform_wrapper.gravity-theme .validation_error {
    border-bottom: 2px solid #c02b0a;
    border-top: 2px solid #c02b0a;
    color: #c02b0a;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 0;
    padding: 16px;
    text-align: center;
}

.color-red {
    color: red;
}

.contact_section {
    margin: 1em 0;
}
.form-control {
    font-family: 'RethinkSans-Regular';
    height: 50px;
    margin-bottom: 20px;
    border-radius: 8px!important;
    padding: 13px 15px;
    border: 2px solid #EDEBE4;
    background: #FFF;
    color: #000E56;
}
.form-control::placeholder {
    color: #000E56;
    opacity: 1; /* Firefox */
  }
.form-control::-ms-input-placeholder { /* Edge 12 -18 */
    color: #000E56;
  }
.contact_select {
    position: relative;
}
.gravity_contact_section_wrapper .contact_dropdown {
    position: absolute;
    right: 15px;
    top: 1.25em;
}
img.contact_dropdown {
    position: absolute;
    right   : 15px;
    top     : 50%;
}

.booking-month-date {
    user-select: none;
    justify-content: center;
    width: 70px !important;
    min-width: 70px;
    border-radius: 8px;
    border: 2px solid #EDEBE4;
    margin-right: 12px;
}
.booking-month-date-pbox {
    padding: 12px 6px;
    cursor: default;
    white-space: nowrap;
    text-align: center;
    box-shadow: 0px 0px 9px 0px #cdd1d3;
}
.booking-month-date-pbox.disabled {
    background: #eee;
}
.month_date {
margin-bottom: 0;
}
.booking-month-date-pbox .month_date {
    color: #000E56;
    font-size: 16px;
    line-height: 20px;
}
.booking-month-date-pbox.active, .booking-month-date-pbox.active .month_date {
    background: #224A81;
    color: white;
}
.booking-month-date-pbox.disabled .month_date, .booking-month-date-pbox.disabled .month_day {
    color: #aaa;
}
.booking-month-date-pbox.disabled .daily_slot {
color: #eee;
}
.booking-month-date-pbox.slot_full {
    background: #999;
    color: white;
}
.booking-month-date-pbox.slot_full .month_date {
color: #eee;
}
.daily_slot span {
    font-size: 18px;
    font-weight: bolder;
}
span.red_slot {
    color: red;
}
span.oran_slot {
    color: orange;
}
span.green_slot {
    color: green;
}
.p-slider .slider-btns {
top: 0px;
}
button.btn.btn-blue {
    background: #e6f8fe;
    width: 100%;
    margin-bottom: 12px;
    border-radius: 0;
    border: 1px solid #ddd;
    font-weight: bold;
    color: #224A81;
    box-shadow: 0px 0px 9px 0px #cdd1d3;
    padding: 10px;
    font-size: 14px;
    margin-left: 10px;
}
button.btn.btn-blue.active {
    background: #224A81;
    color: white;
}
button.btn.btn-blue.time_fix {
    background: #999;
    color: white;
}
.bcolor_blue {
    border-color: #EDEBE4;
    color: #000E56;
    font-family: 'RethinkSans-Regular';
    font-weight: 400;
}
.mr-3 {
    margin-right: 1em;
}
.p-3{
	border-radius: 8px;
    border: 2px solid #EDEBE4;
    background: #FFF;
}
.meeting-slots-wrap{
	padding-left: 30px;
}
.btn-outline {
    background: white;
    color: #224a81 !important;
    border: 2px solid #224a81 !important;
}
.btn-outline a {
color: #224a81 !important;
font-weight: bold;
}
.btn-outline:hover, .btn-outline a:hover {
background: white !important;
}
.glider-track {
width: fit-content !important; 
}

/* Book a meeting alignment issue fixes*/

@media screen and (max-width: 768px) {
    form#book-meeting-form .card {
        padding-left: 10px !important;
        padding-right: 0 !important;
    }
    form#book-meeting-form .card .p-slider .col-md-4 {
        padding: unset !important;
    }
    form#book-meeting-form .card .p-slider product.meeting-dates-wrap.glider.draggable {
        margin-top: 2em;
    }
    form#book-meeting-form .card .p-slider .slider-btns {
        top: -1.25em !important;
        right: 0 !important;
    }
    form#book-meeting-form .card .p-slider .glider-contain {
        padding-bottom: 0px !important;
    }
    
}